@charset "UTF-8";
/* Marka - v0.3.1 */
.marka {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.marka i {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.marka.marka-set i {
    opacity: 1;
}
.marka.marka-rotate-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.marka.marka-rotate-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.marka.marka-rotate-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.marka.marka-icon-empty {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.marka.marka-icon-angle-double i {
    -webkit-transform: rotate(45deg) scale(0.4, 0.1) translate(0, -150%);
    -ms-transform: rotate(45deg) scale(0.4, 0.1) translate(0, -150%);
    -o-transform: rotate(45deg) scale(0.4, 0.1) translate(0, -150%);
    transform: rotate(45deg) scale(0.4, 0.1) translate(0, -150%);
}
.marka.marka-icon-angle-double i:nth-child(2) {
    -webkit-transform: rotate(135deg) scale(0.4, 0.1) translate(0, 150%);
    -ms-transform: rotate(135deg) scale(0.4, 0.1) translate(0, 150%);
    -o-transform: rotate(135deg) scale(0.4, 0.1) translate(0, 150%);
    transform: rotate(135deg) scale(0.4, 0.1) translate(0, 150%);
}
.marka.marka-icon-angle-double i:nth-child(3) {
    -webkit-transform: rotate(45deg) scale(0.4, 0.1) translate(40%, 10%);
    -ms-transform: rotate(45deg) scale(0.4, 0.1) translate(40%, 10%);
    -o-transform: rotate(45deg) scale(0.4, 0.1) translate(40%, 10%);
    transform: rotate(45deg) scale(0.4, 0.1) translate(40%, 10%);
}
.marka.marka-icon-angle-double i:nth-child(4) {
    -webkit-transform: rotate(135deg) scale(0.4, 0.1) translate(40%, -10%);
    -ms-transform: rotate(135deg) scale(0.4, 0.1) translate(40%, -10%);
    -o-transform: rotate(135deg) scale(0.4, 0.1) translate(40%, -10%);
    transform: rotate(135deg) scale(0.4, 0.1) translate(40%, -10%);
}
.marka.marka-icon-angle i {
    -webkit-transform: rotate(45deg) scale(0.4, 0.1) translate(20%, -75%);
    -ms-transform: rotate(45deg) scale(0.4, 0.1) translate(20%, -75%);
    -o-transform: rotate(45deg) scale(0.4, 0.1) translate(20%, -75%);
    transform: rotate(45deg) scale(0.4, 0.1) translate(20%, -75%);
}
.marka.marka-icon-angle i:nth-child(2n) {
    -webkit-transform: rotate(135deg) scale(0.4, 0.1) translate(20%, 75%);
    -ms-transform: rotate(135deg) scale(0.4, 0.1) translate(20%, 75%);
    -o-transform: rotate(135deg) scale(0.4, 0.1) translate(20%, 75%);
    transform: rotate(135deg) scale(0.4, 0.1) translate(20%, 75%);
}
.marka.marka-icon-arrow i {
    -webkit-transform: rotate(45deg) scale(0.55, 0.2) translate(-0.5%, -90%);
    -ms-transform: rotate(45deg) scale(0.55, 0.2) translate(-0.5%, -90%);
    -o-transform: rotate(45deg) scale(0.55, 0.2) translate(-0.5%, -90%);
    transform: rotate(45deg) scale(0.55, 0.2) translate(-0.5%, -90%);
}
.marka.marka-icon-arrow i:nth-child(2) {
    -webkit-transform: rotate(135deg) scale(0.55, 0.2) translate(-0.5%, 90%);
    -ms-transform: rotate(135deg) scale(0.55, 0.2) translate(-0.5%, 90%);
    -o-transform: rotate(135deg) scale(0.55, 0.2) translate(-0.5%, 90%);
    transform: rotate(135deg) scale(0.55, 0.2) translate(-0.5%, 90%);
}
.marka.marka-icon-arrow i:nth-child(3) {
    -webkit-transform: rotate(90deg) scale(0.6, 0.2) translate(17%, 0);
    -ms-transform: rotate(90deg) scale(0.6, 0.2) translate(17%, 0);
    -o-transform: rotate(90deg) scale(0.6, 0.2) translate(17%, 0);
    transform: rotate(90deg) scale(0.6, 0.2) translate(17%, 0);
}
.marka.marka-icon-asterisk i {
    -webkit-transform: rotate(90deg) scale(0.8, 0.2);
    -ms-transform: rotate(90deg) scale(0.8, 0.2);
    -o-transform: rotate(90deg) scale(0.8, 0.2);
    transform: rotate(90deg) scale(0.8, 0.2);
}
.marka.marka-icon-asterisk i:nth-child(2) {
    -webkit-transform: rotate(-30deg) scale(0.8, 0.2);
    -ms-transform: rotate(-30deg) scale(0.8, 0.2);
    -o-transform: rotate(-30deg) scale(0.8, 0.2);
    transform: rotate(-30deg) scale(0.8, 0.2);
}
.marka.marka-icon-asterisk i:nth-child(3) {
    -webkit-transform: rotate(30deg) scale(0.8, 0.2);
    -ms-transform: rotate(30deg) scale(0.8, 0.2);
    -o-transform: rotate(30deg) scale(0.8, 0.2);
    transform: rotate(30deg) scale(0.8, 0.2);
}
.marka.marka-icon-bars i {
    -webkit-transform: scale(0.8, 0.2);
    -ms-transform: scale(0.8, 0.2);
    -o-transform: scale(0.8, 0.2);
    transform: scale(0.8, 0.2);
}
.marka.marka-icon-bars i:nth-child(2) {
    -webkit-transform: scale(0.8, 0.2) translate(0, -140%);
    -ms-transform: scale(0.8, 0.2) translate(0, -140%);
    -o-transform: scale(0.8, 0.2) translate(0, -140%);
    transform: scale(0.8, 0.2) translate(0, -140%);
}
.marka.marka-icon-bars i:nth-child(3) {
    -webkit-transform: scale(0.8, 0.2) translate(0, 140%);
    -ms-transform: scale(0.8, 0.2) translate(0, 140%);
    -o-transform: scale(0.8, 0.2) translate(0, 140%);
    transform: scale(0.8, 0.2) translate(0, 140%);
}
.marka.marka-icon-check i {
    -webkit-transform: rotate(-45deg) scale(0.75, 0.2) translate(10%, 50%);
    -ms-transform: rotate(-45deg) scale(0.75, 0.2) translate(10%, 50%);
    -o-transform: rotate(-45deg) scale(0.75, 0.2) translate(10%, 50%);
    transform: rotate(-45deg) scale(0.75, 0.2) translate(10%, 50%);
}
.marka.marka-icon-check i:nth-child(2) {
    -webkit-transform: rotate(45deg) scale(0.5, 0.2) translate(-10%, 120%);
    -ms-transform: rotate(45deg) scale(0.5, 0.2) translate(-10%, 120%);
    -o-transform: rotate(45deg) scale(0.5, 0.2) translate(-10%, 120%);
    transform: rotate(45deg) scale(0.5, 0.2) translate(-10%, 120%);
}
.marka.marka-icon-chevron i {
    -webkit-transform: rotate(45deg) scale(0.6, 0.2) translate(16.5%, -50%);
    -ms-transform: rotate(45deg) scale(0.6, 0.2) translate(16.5%, -50%);
    -o-transform: rotate(45deg) scale(0.6, 0.2) translate(16.5%, -50%);
    transform: rotate(45deg) scale(0.6, 0.2) translate(16.5%, -50%);
}
.marka.marka-icon-chevron i:nth-child(2) {
    -webkit-transform: rotate(135deg) scale(0.6, 0.2) translate(16.5%, 50%);
    -ms-transform: rotate(135deg) scale(0.6, 0.2) translate(16.5%, 50%);
    -o-transform: rotate(135deg) scale(0.6, 0.2) translate(16.5%, 50%);
    transform: rotate(135deg) scale(0.6, 0.2) translate(16.5%, 50%);
}
.marka.marka-icon-circle-minus i {
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.marka.marka-icon-circle-minus i:last-child,
.marka.marka-icon-circle-minus i:nth-last-child(2) {
    border-radius: 0;
    -webkit-transform: rotate(0) scale(0.5, 0.125);
    -ms-transform: rotate(0) scale(0.5, 0.125);
    -o-transform: rotate(0) scale(0.5, 0.125);
    transform: rotate(0) scale(0.5, 0.125);
}
.marka.marka-icon-circle-o-filled i {
    border-radius: 50%;
    -webkit-transform: rotate(0) scale(0.5);
    -ms-transform: rotate(0) scale(0.5);
    -o-transform: rotate(0) scale(0.5);
    transform: rotate(0) scale(0.5);
}
.marka.marka-icon-circle-o-filled i:nth-child(1) {
    -webkit-transform: rotate(0) scale(0.8);
    -ms-transform: rotate(0) scale(0.8);
    -o-transform: rotate(0) scale(0.8);
    transform: rotate(0) scale(0.8);
}
.marka.marka-icon-circle-o-filled i:nth-child(2) {
    -webkit-transform: rotate(0) scale(0.65);
    -ms-transform: rotate(0) scale(0.65);
    -o-transform: rotate(0) scale(0.65);
    transform: rotate(0) scale(0.65);
}
.marka.marka-icon-circle-o-minus i {
    border-radius: 0;
    -webkit-transform: rotate(0) scale(0.5, 0.125);
    -ms-transform: rotate(0) scale(0.5, 0.125);
    -o-transform: rotate(0) scale(0.5, 0.125);
    transform: rotate(0) scale(0.5, 0.125);
}
.marka.marka-icon-circle-o-minus i:nth-child(1) {
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.marka.marka-icon-circle-o-minus i:nth-child(2) {
    border-radius: 50%;
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
}
.marka.marka-icon-circle-o-plus i {
    border-radius: 0;
    -webkit-transform: rotate(0) scale(0.5, 0.125);
    -ms-transform: rotate(0) scale(0.5, 0.125);
    -o-transform: rotate(0) scale(0.5, 0.125);
    transform: rotate(0) scale(0.5, 0.125);
}
.marka.marka-icon-circle-o-plus i:nth-child(1) {
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.marka.marka-icon-circle-o-plus i:nth-child(2) {
    border-radius: 50%;
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
}
.marka.marka-icon-circle-o-plus i:nth-child(3) {
    border-radius: 0;
    -webkit-transform: rotate(90deg) scale(0.5, 0.125);
    -ms-transform: rotate(90deg) scale(0.5, 0.125);
    -o-transform: rotate(90deg) scale(0.5, 0.125);
    transform: rotate(90deg) scale(0.5, 0.125);
}
.marka.marka-icon-circle-o-times i {
    border-radius: 0;
    -webkit-transform: rotate(45deg) scale(0.5, 0.125);
    -ms-transform: rotate(45deg) scale(0.5, 0.125);
    -o-transform: rotate(45deg) scale(0.5, 0.125);
    transform: rotate(45deg) scale(0.5, 0.125);
}
.marka.marka-icon-circle-o-times i:nth-child(1) {
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.marka.marka-icon-circle-o-times i:nth-child(2) {
    border-radius: 50%;
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
}
.marka.marka-icon-circle-o-times i:nth-child(3) {
    border-radius: 0;
    -webkit-transform: rotate(-45deg) scale(0.5, 0.125);
    -ms-transform: rotate(-45deg) scale(0.5, 0.125);
    -o-transform: rotate(-45deg) scale(0.5, 0.125);
    transform: rotate(-45deg) scale(0.5, 0.125);
}
.marka.marka-icon-circle-o i {
    border-radius: 50%;
    -webkit-transform: rotate(0) scale(0);
    -ms-transform: rotate(0) scale(0);
    -o-transform: rotate(0) scale(0);
    transform: rotate(0) scale(0);
}
.marka.marka-icon-circle-o i:nth-child(1) {
    -webkit-transform: rotate(0) scale(0.8);
    -ms-transform: rotate(0) scale(0.8);
    -o-transform: rotate(0) scale(0.8);
    transform: rotate(0) scale(0.8);
}
.marka.marka-icon-circle-o i:nth-child(2) {
    -webkit-transform: rotate(0) scale(0.65);
    -ms-transform: rotate(0) scale(0.65);
    -o-transform: rotate(0) scale(0.65);
    transform: rotate(0) scale(0.65);
}
.marka.marka-icon-circle-plus i {
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.marka.marka-icon-circle-plus i:last-child {
    border-radius: 0;
    -webkit-transform: rotate(0) scale(0.5, 0.125);
    -ms-transform: rotate(0) scale(0.5, 0.125);
    -o-transform: rotate(0) scale(0.5, 0.125);
    transform: rotate(0) scale(0.5, 0.125);
}
.marka.marka-icon-circle-plus i:nth-last-child(2) {
    border-radius: 0;
    -webkit-transform: rotate(90deg) scale(0.5, 0.125);
    -ms-transform: rotate(90deg) scale(0.5, 0.125);
    -o-transform: rotate(90deg) scale(0.5, 0.125);
    transform: rotate(90deg) scale(0.5, 0.125);
}
.marka.marka-icon-circle-times i {
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.marka.marka-icon-circle-times i:last-child {
    border-radius: 0;
    -webkit-transform: rotate(45deg) scale(0.5, 0.125);
    -ms-transform: rotate(45deg) scale(0.5, 0.125);
    -o-transform: rotate(45deg) scale(0.5, 0.125);
    transform: rotate(45deg) scale(0.5, 0.125);
}
.marka.marka-icon-circle-times i:nth-last-child(2) {
    border-radius: 0;
    -webkit-transform: rotate(-45deg) scale(0.5, 0.125);
    -ms-transform: rotate(-45deg) scale(0.5, 0.125);
    -o-transform: rotate(-45deg) scale(0.5, 0.125);
    transform: rotate(-45deg) scale(0.5, 0.125);
}
.marka.marka-icon-circle i {
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.marka.marka-icon-minus i {
    -webkit-transform: scale(0.8, 0.2);
    -ms-transform: scale(0.8, 0.2);
    -o-transform: scale(0.8, 0.2);
    transform: scale(0.8, 0.2);
}
.marka.marka-icon-pause i {
    -webkit-transform: rotate(90deg) scale(0.8, 0.35) translate(0, 65%);
    -ms-transform: rotate(90deg) scale(0.8, 0.35) translate(0, 65%);
    -o-transform: rotate(90deg) scale(0.8, 0.35) translate(0, 65%);
    transform: rotate(90deg) scale(0.8, 0.35) translate(0, 65%);
}
.marka.marka-icon-pause i:nth-child(2) {
    -webkit-transform: rotate(90deg) scale(0.8, 0.35) translate(0, -65%);
    -ms-transform: rotate(90deg) scale(0.8, 0.35) translate(0, -65%);
    -o-transform: rotate(90deg) scale(0.8, 0.35) translate(0, -65%);
    transform: rotate(90deg) scale(0.8, 0.35) translate(0, -65%);
}
.marka.marka-icon-plus i {
    -webkit-transform: scale(0.8, 0.2);
    -ms-transform: scale(0.8, 0.2);
    -o-transform: scale(0.8, 0.2);
    transform: scale(0.8, 0.2);
}
.marka.marka-icon-plus i:nth-child(2) {
    -webkit-transform: rotate(90deg) scale(0.8, 0.2);
    -ms-transform: rotate(90deg) scale(0.8, 0.2);
    -o-transform: rotate(90deg) scale(0.8, 0.2);
    transform: rotate(90deg) scale(0.8, 0.2);
}
.marka.marka-icon-signal-five i,
.marka.marka-icon-signal-five-four i,
.marka.marka-icon-signal-five-one i,
.marka.marka-icon-signal-five-three i,
.marka.marka-icon-signal-five-two i {
    -webkit-transform: rotate(90deg) scale(0.16, 0.12) translate(200%, 280%);
    -ms-transform: rotate(90deg) scale(0.16, 0.12) translate(200%, 280%);
    -o-transform: rotate(90deg) scale(0.16, 0.12) translate(200%, 280%);
    transform: rotate(90deg) scale(0.16, 0.12) translate(200%, 280%);
}
.marka.marka-icon-signal-five i:nth-child(2),
.marka.marka-icon-signal-five-four i:nth-child(2),
.marka.marka-icon-signal-five-three i:nth-child(2),
.marka.marka-icon-signal-five-two i:nth-child(2),
.marka.marka-icon-signal-five-two i:nth-child(3),
.marka.marka-icon-signal-five-two i:nth-child(4),
.marka.marka-icon-signal-five-two i:nth-child(5) {
    -webkit-transform: rotate(90deg) scale(0.32, 0.12) translate(75%, 140%);
    -ms-transform: rotate(90deg) scale(0.32, 0.12) translate(75%, 140%);
    -o-transform: rotate(90deg) scale(0.32, 0.12) translate(75%, 140%);
    transform: rotate(90deg) scale(0.32, 0.12) translate(75%, 140%);
}
.marka.marka-icon-signal-five i:nth-child(3),
.marka.marka-icon-signal-five-four i:nth-child(3),
.marka.marka-icon-signal-five-three i:nth-child(3),
.marka.marka-icon-signal-five-three i:nth-child(4),
.marka.marka-icon-signal-five-three i:nth-child(5) {
    -webkit-transform: rotate(90deg) scale(0.48, 0.12) translate(34%, 0);
    -ms-transform: rotate(90deg) scale(0.48, 0.12) translate(34%, 0);
    -o-transform: rotate(90deg) scale(0.48, 0.12) translate(34%, 0);
    transform: rotate(90deg) scale(0.48, 0.12) translate(34%, 0);
}
.marka.marka-icon-signal-five i:nth-child(4),
.marka.marka-icon-signal-five-four i:nth-child(4),
.marka.marka-icon-signal-five-four i:nth-child(5) {
    -webkit-transform: rotate(90deg) scale(0.64, 0.12) translate(13%, -140%);
    -ms-transform: rotate(90deg) scale(0.64, 0.12) translate(13%, -140%);
    -o-transform: rotate(90deg) scale(0.64, 0.12) translate(13%, -140%);
    transform: rotate(90deg) scale(0.64, 0.12) translate(13%, -140%);
}
.marka.marka-icon-signal-five i:nth-child(5) {
    -webkit-transform: rotate(90deg) scale(0.8, 0.12) translate(0, -280%);
    -ms-transform: rotate(90deg) scale(0.8, 0.12) translate(0, -280%);
    -o-transform: rotate(90deg) scale(0.8, 0.12) translate(0, -280%);
    transform: rotate(90deg) scale(0.8, 0.12) translate(0, -280%);
}
.marka.marka-icon-signal-three i,
.marka.marka-icon-signal-three-one i,
.marka.marka-icon-signal-three-two i {
    -webkit-transform: rotate(90deg) scale(0.24, 0.2) translate(120%, 140%);
    -ms-transform: rotate(90deg) scale(0.24, 0.2) translate(120%, 140%);
    -o-transform: rotate(90deg) scale(0.24, 0.2) translate(120%, 140%);
    transform: rotate(90deg) scale(0.24, 0.2) translate(120%, 140%);
}
.marka.marka-icon-signal-three i:nth-child(2),
.marka.marka-icon-signal-three-two i:nth-child(2),
.marka.marka-icon-signal-three-two i:nth-child(3) {
    -webkit-transform: rotate(90deg) scale(0.48, 0.2) translate(35%, 0);
    -ms-transform: rotate(90deg) scale(0.48, 0.2) translate(35%, 0);
    -o-transform: rotate(90deg) scale(0.48, 0.2) translate(35%, 0);
    transform: rotate(90deg) scale(0.48, 0.2) translate(35%, 0);
}
.marka.marka-icon-signal-three i:nth-child(3) {
    -webkit-transform: rotate(90deg) scale(0.8, 0.2) translate(0, -140%);
    -ms-transform: rotate(90deg) scale(0.8, 0.2) translate(0, -140%);
    -o-transform: rotate(90deg) scale(0.8, 0.2) translate(0, -140%);
    transform: rotate(90deg) scale(0.8, 0.2) translate(0, -140%);
}
.marka.marka-icon-sort-half i {
    border-radius: 0 30% 0 30%;
    -webkit-transform: rotate(-60deg) skewX(-30deg) scale(0.25, 0.216) translate(60%, -60%);
    -ms-transform: rotate(-60deg) skewX(-30deg) scale(0.25, 0.216) translate(60%, -60%);
    -o-transform: rotate(-60deg) skewX(-30deg) scale(0.25, 0.216) translate(60%, -60%);
    transform: rotate(-60deg) skewX(-30deg) scale(0.25, 0.216) translate(60%, -60%);
}
.marka.marka-icon-sort-half i:nth-child(2n) {
    -webkit-transform: rotate(0) skewX(-30deg) scale(0.25) translate(-60%, -70%);
    -ms-transform: rotate(0) skewX(-30deg) scale(0.25) translate(-60%, -70%);
    -o-transform: rotate(0) skewX(-30deg) scale(0.25) translate(-60%, -70%);
    transform: rotate(0) skewX(-30deg) scale(0.25) translate(-60%, -70%);
}
.marka.marka-icon-sort-half i:nth-child(3n) {
    -webkit-transform: rotate(90deg) skewY(-30deg) scale(0.25) translate(-70%, -60%);
    -ms-transform: rotate(90deg) skewY(-30deg) scale(0.25) translate(-70%, -60%);
    -o-transform: rotate(90deg) skewY(-30deg) scale(0.25) translate(-70%, -60%);
    transform: rotate(90deg) skewY(-30deg) scale(0.25) translate(-70%, -60%);
}
.marka.marka-icon-sort i {
    border-radius: 0 30% 0 30%;
    -webkit-transform: rotate(-60deg) skewX(-30deg) scale(0.25, 0.216) translate(60%, -60%);
    -ms-transform: rotate(-60deg) skewX(-30deg) scale(0.25, 0.216) translate(60%, -60%);
    -o-transform: rotate(-60deg) skewX(-30deg) scale(0.25, 0.216) translate(60%, -60%);
    transform: rotate(-60deg) skewX(-30deg) scale(0.25, 0.216) translate(60%, -60%);
}
.marka.marka-icon-sort i:nth-child(2) {
    -webkit-transform: rotate(0) skewX(-30deg) scale(0.25) translate(-60%, -70%);
    -ms-transform: rotate(0) skewX(-30deg) scale(0.25) translate(-60%, -70%);
    -o-transform: rotate(0) skewX(-30deg) scale(0.25) translate(-60%, -70%);
    transform: rotate(0) skewX(-30deg) scale(0.25) translate(-60%, -70%);
}
.marka.marka-icon-sort i:nth-child(3) {
    -webkit-transform: rotate(90deg) skewY(-30deg) scale(0.25) translate(-70%, -60%);
    -ms-transform: rotate(90deg) skewY(-30deg) scale(0.25) translate(-70%, -60%);
    -o-transform: rotate(90deg) skewY(-30deg) scale(0.25) translate(-70%, -60%);
    transform: rotate(90deg) skewY(-30deg) scale(0.25) translate(-70%, -60%);
}
.marka.marka-icon-sort i:nth-child(4) {
    -webkit-transform: rotate(120deg) skewX(-30deg) scale(0.25, 0.216) translate(60%, -60%);
    -ms-transform: rotate(120deg) skewX(-30deg) scale(0.25, 0.216) translate(60%, -60%);
    -o-transform: rotate(120deg) skewX(-30deg) scale(0.25, 0.216) translate(60%, -60%);
    transform: rotate(120deg) skewX(-30deg) scale(0.25, 0.216) translate(60%, -60%);
}
.marka.marka-icon-sort i:nth-child(5) {
    -webkit-transform: rotate(180deg) skewX(-30deg) scale(0.25) translate(-60%, -70%);
    -ms-transform: rotate(180deg) skewX(-30deg) scale(0.25) translate(-60%, -70%);
    -o-transform: rotate(180deg) skewX(-30deg) scale(0.25) translate(-60%, -70%);
    transform: rotate(180deg) skewX(-30deg) scale(0.25) translate(-60%, -70%);
}
.marka.marka-icon-sort i:nth-child(6) {
    -webkit-transform: rotate(270deg) skewY(-30deg) scale(0.25) translate(-70%, -60%);
    -ms-transform: rotate(270deg) skewY(-30deg) scale(0.25) translate(-70%, -60%);
    -o-transform: rotate(270deg) skewY(-30deg) scale(0.25) translate(-70%, -60%);
    transform: rotate(270deg) skewY(-30deg) scale(0.25) translate(-70%, -60%);
}
.marka.marka-icon-square-check i {
    border-radius: 10%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.marka.marka-icon-square-check i:last-child {
    border-radius: 0;
    -webkit-transform: rotate(-45deg) scale(0.5, 0.125) translate(7%, 35%);
    -ms-transform: rotate(-45deg) scale(0.5, 0.125) translate(7%, 35%);
    -o-transform: rotate(-45deg) scale(0.5, 0.125) translate(7%, 35%);
    transform: rotate(-45deg) scale(0.5, 0.125) translate(7%, 35%);
}
.marka.marka-icon-square-check i:nth-last-child(2) {
    border-radius: 0;
    -webkit-transform: rotate(45deg) scale(0.3, 0.125) translate(-15%, 123%);
    -ms-transform: rotate(45deg) scale(0.3, 0.125) translate(-15%, 123%);
    -o-transform: rotate(45deg) scale(0.3, 0.125) translate(-15%, 123%);
    transform: rotate(45deg) scale(0.3, 0.125) translate(-15%, 123%);
}
.marka.marka-icon-square-minus i {
    border-radius: 10%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.marka.marka-icon-square-minus i:last-child,
.marka.marka-icon-square-minus i:nth-last-child(2) {
    border-radius: 0;
    -webkit-transform: rotate(0) scale(0.5, 0.125);
    -ms-transform: rotate(0) scale(0.5, 0.125);
    -o-transform: rotate(0) scale(0.5, 0.125);
    transform: rotate(0) scale(0.5, 0.125);
}
.marka.marka-icon-square-o-check i {
    border-radius: 0;
    -webkit-transform: rotate(-45deg) scale(0.5, 0.125) translate(7%, 35%);
    -ms-transform: rotate(-45deg) scale(0.5, 0.125) translate(7%, 35%);
    -o-transform: rotate(-45deg) scale(0.5, 0.125) translate(7%, 35%);
    transform: rotate(-45deg) scale(0.5, 0.125) translate(7%, 35%);
}
.marka.marka-icon-square-o-check i:nth-child(1) {
    border-radius: 10%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.marka.marka-icon-square-o-check i:nth-child(2) {
    border-radius: 10%;
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
}
.marka.marka-icon-square-o-check i:nth-child(3) {
    border-radius: 0;
    -webkit-transform: rotate(45deg) scale(0.3, 0.125) translate(-15%, 123%);
    -ms-transform: rotate(45deg) scale(0.3, 0.125) translate(-15%, 123%);
    -o-transform: rotate(45deg) scale(0.3, 0.125) translate(-15%, 123%);
    transform: rotate(45deg) scale(0.3, 0.125) translate(-15%, 123%);
}
.marka.marka-icon-square-o-filled i {
    border-radius: 10%;
    -webkit-transform: rotate(0) scale(0.5);
    -ms-transform: rotate(0) scale(0.5);
    -o-transform: rotate(0) scale(0.5);
    transform: rotate(0) scale(0.5);
}
.marka.marka-icon-square-o-filled i:nth-child(1) {
    -webkit-transform: rotate(0) scale(0.8);
    -ms-transform: rotate(0) scale(0.8);
    -o-transform: rotate(0) scale(0.8);
    transform: rotate(0) scale(0.8);
}
.marka.marka-icon-square-o-filled i:nth-child(2) {
    -webkit-transform: rotate(0) scale(0.65);
    -ms-transform: rotate(0) scale(0.65);
    -o-transform: rotate(0) scale(0.65);
    transform: rotate(0) scale(0.65);
}
.marka.marka-icon-square-o-minus i {
    border-radius: 0;
    -webkit-transform: rotate(0) scale(0.5, 0.125);
    -ms-transform: rotate(0) scale(0.5, 0.125);
    -o-transform: rotate(0) scale(0.5, 0.125);
    transform: rotate(0) scale(0.5, 0.125);
}
.marka.marka-icon-square-o-minus i:nth-child(1) {
    border-radius: 10%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.marka.marka-icon-square-o-minus i:nth-child(2) {
    border-radius: 10%;
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
}
.marka.marka-icon-square-o-plus i {
    border-radius: 0;
    -webkit-transform: rotate(0) scale(0.5, 0.125);
    -ms-transform: rotate(0) scale(0.5, 0.125);
    -o-transform: rotate(0) scale(0.5, 0.125);
    transform: rotate(0) scale(0.5, 0.125);
}
.marka.marka-icon-square-o-plus i:nth-child(1) {
    border-radius: 10%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.marka.marka-icon-square-o-plus i:nth-child(2) {
    border-radius: 10%;
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
}
.marka.marka-icon-square-o-plus i:nth-child(3) {
    border-radius: 0;
    -webkit-transform: rotate(90deg) scale(0.5, 0.125);
    -ms-transform: rotate(90deg) scale(0.5, 0.125);
    -o-transform: rotate(90deg) scale(0.5, 0.125);
    transform: rotate(90deg) scale(0.5, 0.125);
}
.marka.marka-icon-square-o-times i {
    border-radius: 0;
    -webkit-transform: rotate(45deg) scale(0.5, 0.125);
    -ms-transform: rotate(45deg) scale(0.5, 0.125);
    -o-transform: rotate(45deg) scale(0.5, 0.125);
    transform: rotate(45deg) scale(0.5, 0.125);
}
.marka.marka-icon-square-o-times i:nth-child(1) {
    border-radius: 10%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.marka.marka-icon-square-o-times i:nth-child(2) {
    border-radius: 10%;
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
}
.marka.marka-icon-square-o-times i:nth-child(3) {
    border-radius: 0;
    -webkit-transform: rotate(-45deg) scale(0.5, 0.125);
    -ms-transform: rotate(-45deg) scale(0.5, 0.125);
    -o-transform: rotate(-45deg) scale(0.5, 0.125);
    transform: rotate(-45deg) scale(0.5, 0.125);
}
.marka.marka-icon-square-o i {
    -webkit-transform: rotate(0) scale(0);
    -ms-transform: rotate(0) scale(0);
    -o-transform: rotate(0) scale(0);
    transform: rotate(0) scale(0);
    border-radius: 10%;
}
.marka.marka-icon-square-o i:nth-child(1) {
    -webkit-transform: rotate(0) scale(0.8);
    -ms-transform: rotate(0) scale(0.8);
    -o-transform: rotate(0) scale(0.8);
    transform: rotate(0) scale(0.8);
}
.marka.marka-icon-square-o i:nth-child(2) {
    -webkit-transform: rotate(0) scale(0.65);
    -ms-transform: rotate(0) scale(0.65);
    -o-transform: rotate(0) scale(0.65);
    transform: rotate(0) scale(0.65);
}
.marka.marka-icon-square-plus i {
    border-radius: 10%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.marka.marka-icon-square-plus i:last-child {
    border-radius: 0;
    -webkit-transform: rotate(0) scale(0.5, 0.125);
    -ms-transform: rotate(0) scale(0.5, 0.125);
    -o-transform: rotate(0) scale(0.5, 0.125);
    transform: rotate(0) scale(0.5, 0.125);
}
.marka.marka-icon-square-plus i:nth-last-child(2) {
    border-radius: 0;
    -webkit-transform: rotate(90deg) scale(0.5, 0.125);
    -ms-transform: rotate(90deg) scale(0.5, 0.125);
    -o-transform: rotate(90deg) scale(0.5, 0.125);
    transform: rotate(90deg) scale(0.5, 0.125);
}
.marka.marka-icon-square-times i {
    border-radius: 10%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.marka.marka-icon-square-times i:last-child {
    border-radius: 0;
    -webkit-transform: rotate(45deg) scale(0.5, 0.125);
    -ms-transform: rotate(45deg) scale(0.5, 0.125);
    -o-transform: rotate(45deg) scale(0.5, 0.125);
    transform: rotate(45deg) scale(0.5, 0.125);
}
.marka.marka-icon-square-times i:nth-last-child(2) {
    border-radius: 0;
    -webkit-transform: rotate(-45deg) scale(0.5, 0.125);
    -ms-transform: rotate(-45deg) scale(0.5, 0.125);
    -o-transform: rotate(-45deg) scale(0.5, 0.125);
    transform: rotate(-45deg) scale(0.5, 0.125);
}
.marka.marka-icon-square i {
    border-radius: 10%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.marka.marka-icon-times i {
    -webkit-transform: rotate(45deg) scale(0.8, 0.2);
    -ms-transform: rotate(45deg) scale(0.8, 0.2);
    -o-transform: rotate(45deg) scale(0.8, 0.2);
    transform: rotate(45deg) scale(0.8, 0.2);
}
.marka.marka-icon-times i:nth-child(2) {
    -webkit-transform: rotate(-45deg) scale(0.8, 0.2);
    -ms-transform: rotate(-45deg) scale(0.8, 0.2);
    -o-transform: rotate(-45deg) scale(0.8, 0.2);
    transform: rotate(-45deg) scale(0.8, 0.2);
}
.marka.marka-icon-triangle i {
    border-radius: 0 30% 0 30%;
    -webkit-transform: rotate(-60deg) skewX(-30deg) scale(0.5, 0.433) translate(2%, -5%);
    -ms-transform: rotate(-60deg) skewX(-30deg) scale(0.5, 0.433) translate(2%, -5%);
    -o-transform: rotate(-60deg) skewX(-30deg) scale(0.5, 0.433) translate(2%, -5%);
    transform: rotate(-60deg) skewX(-30deg) scale(0.5, 0.433) translate(2%, -5%);
}
.marka.marka-icon-triangle i:nth-child(2) {
    -webkit-transform: rotate(180deg) skewX(-30deg) scale(0.5) translate(5%, -30%);
    -ms-transform: rotate(180deg) skewX(-30deg) scale(0.5) translate(5%, -30%);
    -o-transform: rotate(180deg) skewX(-30deg) scale(0.5) translate(5%, -30%);
    transform: rotate(180deg) skewX(-30deg) scale(0.5) translate(5%, -30%);
}
.marka.marka-icon-triangle i:nth-child(3) {
    -webkit-transform: rotate(90deg) skewY(-30deg) scale(0.5) translate(30%, -2%);
    -ms-transform: rotate(90deg) skewY(-30deg) scale(0.5) translate(30%, -2%);
    -o-transform: rotate(90deg) skewY(-30deg) scale(0.5) translate(30%, -2%);
    transform: rotate(90deg) skewY(-30deg) scale(0.5) translate(30%, -2%);
}

/* Font Awesome 4.3.0 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.3.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.3.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.3.0) format("woff"),
        url(../fonts/fontawesome-webfont.ttf?v=4.3.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    -o-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-o-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
    content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158";
}
.fa-krw:before,
.fa-won:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before,
.fa-genderless:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}

/* Bootstrap v3.3.5 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@font-face {
    font-family: calluna;
    src: url(https://use.typekit.net/af/10abaa/000000000000000000014869/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),
        url(https://use.typekit.net/af/10abaa/000000000000000000014869/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),
        url(https://use.typekit.net/af/10abaa/000000000000000000014869/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: calluna;
    src: url(https://use.typekit.net/af/088fea/00000000000000000001486a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff2"),
        url(https://use.typekit.net/af/088fea/00000000000000000001486a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff"),
        url(https://use.typekit.net/af/088fea/00000000000000000001486a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("opentype");
    font-style: italic;
    font-weight: 400;
}
@font-face {
    font-family: calluna;
    src: url(https://use.typekit.net/af/bccd21/00000000000000000001486c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3) format("woff2"),
        url(https://use.typekit.net/af/bccd21/00000000000000000001486c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3) format("woff"),
        url(https://use.typekit.net/af/bccd21/00000000000000000001486c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3) format("opentype");
    font-style: italic;
    font-weight: 600;
}
@font-face {
    font-family: calluna;
    src: url(https://use.typekit.net/af/964c6c/00000000000000000001486b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("woff2"),
        url(https://use.typekit.net/af/964c6c/00000000000000000001486b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("woff"),
        url(https://use.typekit.net/af/964c6c/00000000000000000001486b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("opentype");
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: brandon-grotesque;
    src: url(https://use.typekit.net/af/8d9762/0000000000000000000132df/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),
        url(https://use.typekit.net/af/8d9762/0000000000000000000132df/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),
        url(https://use.typekit.net/af/8d9762/0000000000000000000132df/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: brandon-grotesque;
    src: url(https://use.typekit.net/af/6865f6/0000000000000000000132e1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff2"),
        url(https://use.typekit.net/af/6865f6/0000000000000000000132e1/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff"),
        url(https://use.typekit.net/af/6865f6/0000000000000000000132e1/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("opentype");
    font-style: normal;
    font-weight: 500;
}
.tk-calluna {
    font-family: calluna, serif;
}
.tk-brandon-grotesque {
    font-family: brandon-grotesque, sans-serif;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .comment-form .dropup > input[type="submit"] > .caret,
    .comment-form input[type="submit"] > .caret,
    .dropup > .btn > .caret,
    .dropup > .gform_button > .caret,
    .gform_button > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table,
    table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th,
    table td,
    table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}
@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");
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\2a";
}
.glyphicon-plus:before {
    content: "\2b";
}
.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-bookmark:before {
    content: "\e044";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-camera:before {
    content: "\e046";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-fire:before {
    content: "\e104";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-bell:before {
    content: "\e123";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-wrench:before {
    content: "\e136";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-briefcase:before {
    content: "\e139";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-paperclip:before {
    content: "\e142";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-pushpin:before {
    content: "\e146";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
.glyphicon-cd:before {
    content: "\e201";
}
.glyphicon-save-file:before {
    content: "\e202";
}
.glyphicon-open-file:before {
    content: "\e203";
}
.glyphicon-level-up:before {
    content: "\e204";
}
.glyphicon-copy:before {
    content: "\e205";
}
.glyphicon-paste:before {
    content: "\e206";
}
.glyphicon-alert:before {
    content: "\e209";
}
.glyphicon-equalizer:before {
    content: "\e210";
}
.glyphicon-king:before {
    content: "\e211";
}
.glyphicon-queen:before {
    content: "\e212";
}
.glyphicon-pawn:before {
    content: "\e213";
}
.glyphicon-bishop:before {
    content: "\e214";
}
.glyphicon-knight:before {
    content: "\e215";
}
.glyphicon-baby-formula:before {
    content: "\e216";
}
.glyphicon-tent:before {
    content: "\26fa";
}
.glyphicon-blackboard:before {
    content: "\e218";
}
.glyphicon-bed:before {
    content: "\e219";
}
.glyphicon-apple:before {
    content: "\f8ff";
}
.glyphicon-erase:before {
    content: "\e221";
}
.glyphicon-hourglass:before {
    content: "\231b";
}
.glyphicon-lamp:before {
    content: "\e223";
}
.glyphicon-duplicate:before {
    content: "\e224";
}
.glyphicon-piggy-bank:before {
    content: "\e225";
}
.glyphicon-scissors:before {
    content: "\e226";
}
.glyphicon-bitcoin:before {
    content: "\e227";
}
.glyphicon-btc:before {
    content: "\e227";
}
.glyphicon-xbt:before {
    content: "\e227";
}
.glyphicon-yen:before {
    content: "\00a5";
}
.glyphicon-jpy:before {
    content: "\00a5";
}
.glyphicon-ruble:before {
    content: "\20bd";
}
.glyphicon-rub:before {
    content: "\20bd";
}
.glyphicon-scale:before {
    content: "\e230";
}
.glyphicon-ice-lolly:before {
    content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}
.glyphicon-education:before {
    content: "\e233";
}
.glyphicon-option-horizontal:before {
    content: "\e234";
}
.glyphicon-option-vertical:before {
    content: "\e235";
}
.glyphicon-menu-hamburger:before {
    content: "\e236";
}
.glyphicon-modal-window:before {
    content: "\e237";
}
.glyphicon-oil:before {
    content: "\e238";
}
.glyphicon-grain:before {
    content: "\e239";
}
.glyphicon-sunglasses:before {
    content: "\e240";
}
.glyphicon-text-size:before {
    content: "\e241";
}
.glyphicon-text-color:before {
    content: "\e242";
}
.glyphicon-text-background:before {
    content: "\e243";
}
.glyphicon-object-align-top:before {
    content: "\e244";
}
.glyphicon-object-align-bottom:before {
    content: "\e245";
}
.glyphicon-object-align-horizontal:before {
    content: "\e246";
}
.glyphicon-object-align-left:before {
    content: "\e247";
}
.glyphicon-object-align-vertical:before {
    content: "\e248";
}
.glyphicon-object-align-right:before {
    content: "\e249";
}
.glyphicon-triangle-right:before {
    content: "\e250";
}
.glyphicon-triangle-left:before {
    content: "\e251";
}
.glyphicon-triangle-bottom:before {
    content: "\e252";
}
.glyphicon-triangle-top:before {
    content: "\e253";
}
.glyphicon-console:before {
    content: "\e254";
}
.glyphicon-superscript:before {
    content: "\e255";
}
.glyphicon-subscript:before {
    content: "\e256";
}
.glyphicon-menu-left:before {
    content: "\e257";
}
.glyphicon-menu-right:before {
    content: "\e258";
}
.glyphicon-menu-down:before {
    content: "\e259";
}
.glyphicon-menu-up:before {
    content: "\e260";
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: brandon-grotesque, sans-serif;
    font-size: 16px;
    line-height: 1.428571429;
    color: #595954;
    background-color: #fff;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #e47a3a;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #e47a3a;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 0;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eee;
}
.screen-reader-text,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.screen-reader-text:active,
.screen-reader-text:focus,
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
#gform_2 .gform_title,
#gform_11 .gform_title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1;
    color: #595954;
}
#gform_2 .gform_title .small,
#gform_2 .gform_title small,
#gform_11 .gform_title .small,
#gform_11 .gform_title small,
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
#gform_2 .gform_title,
#gform_11 .gform_title,
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}
#gform_2 .gform_title .small,
#gform_2 .gform_title small,
#gform_11 .gform_title .small,
#gform_11 .gform_title small,
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 11px;
    margin-bottom: 11px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}
.h1,
h1 {
    font-size: 30px;
}
#gform_2 .gform_title,
#gform_11 .gform_title,
.h2,
h2 {
    font-size: 20px;
}
.h3,
h3 {
    font-size: 20px;
}
.h4,
h4 {
    font-size: 20px;
}
.h5,
h5 {
    font-size: 16px;
}
.h6,
h6 {
    font-size: 14px;
}
p {
    margin: 0 0 11px;
}
.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 24px;
    }
}
.small,
small {
    font-size: 87%;
}
.mark,
mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.initialism,
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #e47a3a;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #cf5f1c;
}
.text-success {
    color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
}
.bg-primary {
    background-color: #e47a3a;
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #cf5f1c;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eee;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 11px;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
.content-info .menu,
.list-unstyled,
.sidebar ul {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 22px;
}
dd,
dt {
    line-height: 1.428571429;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table;
}
.dl-horizontal dd:after {
    clear: both;
}
@media (min-width: 1210px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
}
blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014";
}
address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
}
pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.container:after,
.container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
    .container {
        width: 740px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1160px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.row:after,
.row:before {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-1 {
    width: 8.3333333333%;
}
.col-xs-2 {
    width: 16.6666666667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.3333333333%;
}
.col-xs-5 {
    width: 41.6666666667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.3333333333%;
}
.col-xs-8 {
    width: 66.6666666667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.3333333333%;
}
.col-xs-11 {
    width: 91.6666666667%;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-pull-1 {
    right: 8.3333333333%;
}
.col-xs-pull-2 {
    right: 16.6666666667%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-4 {
    right: 33.3333333333%;
}
.col-xs-pull-5 {
    right: 41.6666666667%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-7 {
    right: 58.3333333333%;
}
.col-xs-pull-8 {
    right: 66.6666666667%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-10 {
    right: 83.3333333333%;
}
.col-xs-pull-11 {
    right: 91.6666666667%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-push-1 {
    left: 8.3333333333%;
}
.col-xs-push-2 {
    left: 16.6666666667%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-4 {
    left: 33.3333333333%;
}
.col-xs-push-5 {
    left: 41.6666666667%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-7 {
    left: 58.3333333333%;
}
.col-xs-push-8 {
    left: 66.6666666667%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-10 {
    left: 83.3333333333%;
}
.col-xs-push-11 {
    left: 91.6666666667%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-1 {
        width: 8.3333333333%;
    }
    .col-sm-2 {
        width: 16.6666666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.3333333333%;
    }
    .col-sm-5 {
        width: 41.6666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.3333333333%;
    }
    .col-sm-8 {
        width: 66.6666666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.3333333333%;
    }
    .col-sm-11 {
        width: 91.6666666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.3333333333%;
    }
    .col-sm-pull-2 {
        right: 16.6666666667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.3333333333%;
    }
    .col-sm-pull-5 {
        right: 41.6666666667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.3333333333%;
    }
    .col-sm-pull-8 {
        right: 66.6666666667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.3333333333%;
    }
    .col-sm-pull-11 {
        right: 91.6666666667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.3333333333%;
    }
    .col-sm-push-2 {
        left: 16.6666666667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.3333333333%;
    }
    .col-sm-push-5 {
        left: 41.6666666667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.3333333333%;
    }
    .col-sm-push-8 {
        left: 66.6666666667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.3333333333%;
    }
    .col-sm-push-11 {
        left: 91.6666666667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-1 {
        width: 8.3333333333%;
    }
    .col-md-2 {
        width: 16.6666666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.3333333333%;
    }
    .col-md-5 {
        width: 41.6666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.3333333333%;
    }
    .col-md-8 {
        width: 66.6666666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.3333333333%;
    }
    .col-md-11 {
        width: 91.6666666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.3333333333%;
    }
    .col-md-pull-2 {
        right: 16.6666666667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.3333333333%;
    }
    .col-md-pull-5 {
        right: 41.6666666667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.3333333333%;
    }
    .col-md-pull-8 {
        right: 66.6666666667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.3333333333%;
    }
    .col-md-pull-11 {
        right: 91.6666666667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.3333333333%;
    }
    .col-md-push-2 {
        left: 16.6666666667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.3333333333%;
    }
    .col-md-push-5 {
        left: 41.6666666667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.3333333333%;
    }
    .col-md-push-8 {
        left: 66.6666666667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.3333333333%;
    }
    .col-md-push-11 {
        left: 91.6666666667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-1 {
        width: 8.3333333333%;
    }
    .col-lg-2 {
        width: 16.6666666667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.3333333333%;
    }
    .col-lg-5 {
        width: 41.6666666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.3333333333%;
    }
    .col-lg-8 {
        width: 66.6666666667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.3333333333%;
    }
    .col-lg-11 {
        width: 91.6666666667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.3333333333%;
    }
    .col-lg-pull-2 {
        right: 16.6666666667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.3333333333%;
    }
    .col-lg-pull-5 {
        right: 41.6666666667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.3333333333%;
    }
    .col-lg-pull-8 {
        right: 66.6666666667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.3333333333%;
    }
    .col-lg-pull-11 {
        right: 91.6666666667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.3333333333%;
    }
    .col-lg-push-2 {
        left: 16.6666666667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.3333333333%;
    }
    .col-lg-push-5 {
        left: 41.6666666667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.3333333333%;
    }
    .col-lg-push-8 {
        left: 66.6666666667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.3333333333%;
    }
    .col-lg-push-11 {
        left: 91.6666666667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
.table,
table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th,
table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th,
table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > td,
table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table > tbody + tbody,
table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table,
.table table,
table .table,
table table {
    background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active,
table > tbody > tr.active > td,
table > tbody > tr.active > th,
table > tbody > tr > td.active,
table > tbody > tr > th.active,
table > tfoot > tr.active > td,
table > tfoot > tr.active > th,
table > tfoot > tr > td.active,
table > tfoot > tr > th.active,
table > thead > tr.active > td,
table > thead > tr.active > th,
table > thead > tr > td.active,
table > thead > tr > th.active {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success,
table > tbody > tr.success > td,
table > tbody > tr.success > th,
table > tbody > tr > td.success,
table > tbody > tr > th.success,
table > tfoot > tr.success > td,
table > tfoot > tr.success > th,
table > tfoot > tr > td.success,
table > tfoot > tr > th.success,
table > thead > tr.success > td,
table > thead > tr.success > th,
table > thead > tr > td.success,
table > thead > tr > th.success {
    background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info,
table > tbody > tr.info > td,
table > tbody > tr.info > th,
table > tbody > tr > td.info,
table > tbody > tr > th.info,
table > tfoot > tr.info > td,
table > tfoot > tr.info > th,
table > tfoot > tr > td.info,
table > tfoot > tr > th.info,
table > thead > tr.info > td,
table > thead > tr.info > th,
table > thead > tr > td.info,
table > thead > tr > th.info {
    background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
table > tbody > tr.warning > td,
table > tbody > tr.warning > th,
table > tbody > tr > td.warning,
table > tbody > tr > th.warning,
table > tfoot > tr.warning > td,
table > tfoot > tr.warning > th,
table > tfoot > tr > td.warning,
table > tfoot > tr > th.warning,
table > thead > tr.warning > td,
table > thead > tr.warning > th,
table > thead > tr > td.warning,
table > thead > tr > th.warning {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
table > tbody > tr.danger > td,
table > tbody > tr.danger > th,
table > tbody > tr > td.danger,
table > tbody > tr > th.danger,
table > tfoot > tr.danger > td,
table > tfoot > tr.danger > th,
table > tfoot > tr > td.danger,
table > tfoot > tr > th.danger,
table > thead > tr.danger > td,
table > thead > tr.danger > th,
table > thead > tr > td.danger,
table > thead > tr > th.danger {
    background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table,
    .table-responsive > table {
        margin-bottom: 0;
    }
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th,
    .table-responsive > table > tbody > tr > td,
    .table-responsive > table > tbody > tr > th,
    .table-responsive > table > tfoot > tr > td,
    .table-responsive > table > tfoot > tr > th,
    .table-responsive > table > thead > tr > td,
    .table-responsive > table > thead > tr > th {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="file"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #555;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus,
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.comment-form input[type="text"]::-moz-placeholder,
.comment-form input[type="email"]::-moz-placeholder,
.comment-form input[type="url"]::-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #595954;
    opacity: 1;
}
.comment-form input[type="text"]:-ms-input-placeholder,
.comment-form input[type="email"]:-ms-input-placeholder,
.comment-form input[type="url"]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #595954;
}
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #595954;
}
.comment-form fieldset[disabled] input[type="text"],
.comment-form fieldset[disabled] input[type="email"],
.comment-form fieldset[disabled] input[type="url"],
.comment-form fieldset[disabled] textarea,
.comment-form input[disabled][type="text"],
.comment-form input[disabled][type="email"],
.comment-form input[disabled][type="url"],
.comment-form input[readonly][type="text"],
.comment-form input[readonly][type="email"],
.comment-form input[readonly][type="url"],
.comment-form textarea[disabled],
.comment-form textarea[readonly],
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .comment-form input[type="text"],
fieldset[disabled] .comment-form input[type="email"],
fieldset[disabled] .comment-form input[type="url"],
fieldset[disabled] .comment-form textarea,
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.comment-form fieldset[disabled] input[type="text"],
.comment-form fieldset[disabled] input[type="email"],
.comment-form fieldset[disabled] input[type="url"],
.comment-form fieldset[disabled] textarea,
.comment-form input[disabled][type="text"],
.comment-form input[disabled][type="email"],
.comment-form input[disabled][type="url"],
.comment-form textarea[disabled],
.form-control[disabled],
fieldset[disabled] .comment-form input[type="text"],
fieldset[disabled] .comment-form input[type="email"],
fieldset[disabled] .comment-form input[type="url"],
fieldset[disabled] .comment-form textarea,
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
.comment-form textarea,
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .comment-form input[type="date"][type="text"],
    .comment-form input[type="date"][type="email"],
    .comment-form input[type="date"][type="url"],
    .comment-form input[type="time"][type="text"],
    .comment-form input[type="time"][type="email"],
    .comment-form input[type="time"][type="url"],
    .comment-form input[type="datetime-local"][type="text"],
    .comment-form input[type="datetime-local"][type="email"],
    .comment-form input[type="datetime-local"][type="url"],
    .comment-form input[type="month"][type="text"],
    .comment-form input[type="month"][type="email"],
    .comment-form input[type="month"][type="url"],
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 36px;
    }
    .comment-form .input-group-sm > .input-group-btn > input[type="date"][type="submit"],
    .comment-form .input-group-sm > .input-group-btn > input[type="time"][type="submit"],
    .comment-form .input-group-sm > .input-group-btn > input[type="datetime-local"][type="submit"],
    .comment-form .input-group-sm > .input-group-btn > input[type="month"][type="submit"],
    .comment-form .input-group-sm > input[type="date"][type="text"],
    .comment-form .input-group-sm > input[type="date"][type="email"],
    .comment-form .input-group-sm > input[type="date"][type="url"],
    .comment-form .input-group-sm > input[type="time"][type="text"],
    .comment-form .input-group-sm > input[type="time"][type="email"],
    .comment-form .input-group-sm > input[type="time"][type="url"],
    .comment-form .input-group-sm > input[type="datetime-local"][type="text"],
    .comment-form .input-group-sm > input[type="datetime-local"][type="email"],
    .comment-form .input-group-sm > input[type="datetime-local"][type="url"],
    .comment-form .input-group-sm > input[type="month"][type="text"],
    .comment-form .input-group-sm > input[type="month"][type="email"],
    .comment-form .input-group-sm > input[type="month"][type="url"],
    .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"],
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm > .input-group-btn > input[type="date"].gform_button,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm > .input-group-btn > input[type="time"].gform_button,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].gform_button,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm > .input-group-btn > input[type="month"].gform_button,
    .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm {
        line-height: 33px;
    }
    .comment-form .input-group-lg > .input-group-btn > input[type="date"][type="submit"],
    .comment-form .input-group-lg > .input-group-btn > input[type="time"][type="submit"],
    .comment-form .input-group-lg > .input-group-btn > input[type="datetime-local"][type="submit"],
    .comment-form .input-group-lg > .input-group-btn > input[type="month"][type="submit"],
    .comment-form .input-group-lg > input[type="date"][type="text"],
    .comment-form .input-group-lg > input[type="date"][type="email"],
    .comment-form .input-group-lg > input[type="date"][type="url"],
    .comment-form .input-group-lg > input[type="time"][type="text"],
    .comment-form .input-group-lg > input[type="time"][type="email"],
    .comment-form .input-group-lg > input[type="time"][type="url"],
    .comment-form .input-group-lg > input[type="datetime-local"][type="text"],
    .comment-form .input-group-lg > input[type="datetime-local"][type="email"],
    .comment-form .input-group-lg > input[type="datetime-local"][type="url"],
    .comment-form .input-group-lg > input[type="month"][type="text"],
    .comment-form .input-group-lg > input[type="month"][type="email"],
    .comment-form .input-group-lg > input[type="month"][type="url"],
    .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"],
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg > .input-group-btn > input[type="date"].gform_button,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg > .input-group-btn > input[type="time"].gform_button,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].gform_button,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg > .input-group-btn > input[type="month"].gform_button,
    .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg {
        line-height: 49px;
    }
}
.comment-form p,
.form-group,
.gform_wrapper li {
    margin-bottom: 15px;
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label,
.radio label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 38px;
}
.comment-form .input-group-lg > .input-group-btn > input.form-control-static[type="submit"],
.comment-form .input-group-lg > input.form-control-static[type="text"],
.comment-form .input-group-lg > input.form-control-static[type="email"],
.comment-form .input-group-lg > input.form-control-static[type="url"],
.comment-form .input-group-lg > textarea.form-control-static,
.comment-form .input-group-sm > .input-group-btn > input.form-control-static[type="submit"],
.comment-form .input-group-sm > input.form-control-static[type="text"],
.comment-form .input-group-sm > input.form-control-static[type="email"],
.comment-form .input-group-sm > input.form-control-static[type="url"],
.comment-form .input-group-sm > textarea.form-control-static,
.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-lg > .input-group-btn > .form-control-static.gform_button,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.input-group-sm > .input-group-btn > .form-control-static.gform_button {
    padding-left: 0;
    padding-right: 0;
}
.comment-form .input-group-sm > .input-group-btn > input[type="submit"],
.comment-form .input-group-sm > input[type="text"],
.comment-form .input-group-sm > input[type="email"],
.comment-form .input-group-sm > input[type="url"],
.comment-form .input-group-sm > textarea,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .gform_button,
.input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.gform_button,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
select.input-sm {
    height: 33px;
    line-height: 33px;
}
.comment-form .input-group-sm > textarea,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple].gform_button,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.gform_button,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}
.comment-form .form-group-sm input[type="text"],
.comment-form .form-group-sm input[type="email"],
.comment-form .form-group-sm input[type="url"],
.comment-form .form-group-sm textarea,
.form-group-sm .comment-form input[type="text"],
.form-group-sm .comment-form input[type="email"],
.form-group-sm .comment-form input[type="url"],
.form-group-sm .comment-form textarea,
.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}
.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px;
}
.comment-form .form-group-sm textarea,
.form-group-sm .comment-form textarea,
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 33px;
    min-height: 36px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
}
.comment-form .input-group-lg > .input-group-btn > input[type="submit"],
.comment-form .input-group-lg > input[type="text"],
.comment-form .input-group-lg > input[type="email"],
.comment-form .input-group-lg > input[type="url"],
.comment-form .input-group-lg > textarea,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .gform_button,
.input-lg {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 0;
}
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.gform_button,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
select.input-lg {
    height: 49px;
    line-height: 49px;
}
.comment-form .input-group-lg > textarea,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple].gform_button,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.gform_button,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}
.comment-form .form-group-lg input[type="text"],
.comment-form .form-group-lg input[type="email"],
.comment-form .form-group-lg input[type="url"],
.comment-form .form-group-lg textarea,
.form-group-lg .comment-form input[type="text"],
.form-group-lg .comment-form input[type="email"],
.form-group-lg .comment-form input[type="url"],
.form-group-lg .comment-form textarea,
.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 0;
}
.form-group-lg select.form-control {
    height: 49px;
    line-height: 49px;
}
.comment-form .form-group-lg textarea,
.form-group-lg .comment-form textarea,
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 49px;
    min-height: 42px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.comment-form .has-feedback input[type="text"],
.comment-form .has-feedback input[type="email"],
.comment-form .has-feedback input[type="url"],
.comment-form .has-feedback textarea,
.has-feedback .comment-form input[type="text"],
.has-feedback .comment-form input[type="email"],
.has-feedback .comment-form input[type="url"],
.has-feedback .comment-form textarea,
.has-feedback .form-control {
    padding-right: 45px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none;
}
.comment-form .form-group-lg input[type="text"] + .form-control-feedback,
.comment-form .form-group-lg input[type="email"] + .form-control-feedback,
.comment-form .form-group-lg input[type="url"] + .form-control-feedback,
.comment-form .form-group-lg textarea + .form-control-feedback,
.comment-form .input-group-lg > .input-group-btn > input[type="submit"] + .form-control-feedback,
.comment-form .input-group-lg > input[type="text"] + .form-control-feedback,
.comment-form .input-group-lg > input[type="email"] + .form-control-feedback,
.comment-form .input-group-lg > input[type="url"] + .form-control-feedback,
.comment-form .input-group-lg > textarea + .form-control-feedback,
.form-group-lg .comment-form input[type="text"] + .form-control-feedback,
.form-group-lg .comment-form input[type="email"] + .form-control-feedback,
.form-group-lg .comment-form input[type="url"] + .form-control-feedback,
.form-group-lg .comment-form textarea + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .gform_button + .form-control-feedback,
.input-lg + .form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px;
}
.comment-form .form-group-sm input[type="text"] + .form-control-feedback,
.comment-form .form-group-sm input[type="email"] + .form-control-feedback,
.comment-form .form-group-sm input[type="url"] + .form-control-feedback,
.comment-form .form-group-sm textarea + .form-control-feedback,
.comment-form .input-group-sm > .input-group-btn > input[type="submit"] + .form-control-feedback,
.comment-form .input-group-sm > input[type="text"] + .form-control-feedback,
.comment-form .input-group-sm > input[type="email"] + .form-control-feedback,
.comment-form .input-group-sm > input[type="url"] + .form-control-feedback,
.comment-form .input-group-sm > textarea + .form-control-feedback,
.form-group-sm .comment-form input[type="text"] + .form-control-feedback,
.form-group-sm .comment-form input[type="email"] + .form-control-feedback,
.form-group-sm .comment-form input[type="url"] + .form-control-feedback,
.form-group-sm .comment-form textarea + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .gform_button + .form-control-feedback,
.input-sm + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d;
}
.comment-form .has-success input[type="text"],
.comment-form .has-success input[type="email"],
.comment-form .has-success input[type="url"],
.comment-form .has-success textarea,
.has-success .comment-form input[type="text"],
.has-success .comment-form input[type="email"],
.has-success .comment-form input[type="url"],
.has-success .comment-form textarea,
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.comment-form .has-success input[type="text"]:focus,
.comment-form .has-success input[type="email"]:focus,
.comment-form .has-success input[type="url"]:focus,
.comment-form .has-success textarea:focus,
.has-success .comment-form input[type="text"]:focus,
.has-success .comment-form input[type="email"]:focus,
.has-success .comment-form input[type="url"]:focus,
.has-success .comment-form textarea:focus,
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b;
}
.comment-form .has-warning input[type="text"],
.comment-form .has-warning input[type="email"],
.comment-form .has-warning input[type="url"],
.comment-form .has-warning textarea,
.has-warning .comment-form input[type="text"],
.has-warning .comment-form input[type="email"],
.has-warning .comment-form input[type="url"],
.has-warning .comment-form textarea,
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.comment-form .has-warning input[type="text"]:focus,
.comment-form .has-warning input[type="email"]:focus,
.comment-form .has-warning input[type="url"]:focus,
.comment-form .has-warning textarea:focus,
.has-warning .comment-form input[type="text"]:focus,
.has-warning .comment-form input[type="email"]:focus,
.has-warning .comment-form input[type="url"]:focus,
.has-warning .comment-form textarea:focus,
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}
.comment-form .has-error input[type="text"],
.comment-form .has-error input[type="email"],
.comment-form .has-error input[type="url"],
.comment-form .has-error textarea,
.has-error .comment-form input[type="text"],
.has-error .comment-form input[type="email"],
.has-error .comment-form input[type="url"],
.has-error .comment-form textarea,
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.comment-form .has-error input[type="text"]:focus,
.comment-form .has-error input[type="email"]:focus,
.comment-form .has-error input[type="url"]:focus,
.comment-form .has-error textarea:focus,
.has-error .comment-form input[type="text"]:focus,
.has-error .comment-form input[type="email"]:focus,
.has-error .comment-form input[type="url"]:focus,
.has-error .comment-form textarea:focus,
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 27px;
}
.has-feedback label.screen-reader-text ~ .form-control-feedback,
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #999993;
}
@media (min-width: 768px) {
    .comment-form .form-inline p,
    .form-inline .comment-form p,
    .form-inline .form-group,
    .form-inline .gform_wrapper li,
    .gform_wrapper .form-inline li {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .comment-form .form-inline input[type="text"],
    .comment-form .form-inline input[type="email"],
    .comment-form .form-inline input[type="url"],
    .comment-form .form-inline textarea,
    .form-inline .comment-form input[type="text"],
    .form-inline .comment-form input[type="email"],
    .form-inline .comment-form input[type="url"],
    .form-inline .comment-form textarea,
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .comment-form .form-inline .input-group input[type="text"],
    .comment-form .form-inline .input-group input[type="email"],
    .comment-form .form-inline .input-group input[type="url"],
    .comment-form .form-inline .input-group textarea,
    .form-inline .input-group .comment-form input[type="text"],
    .form-inline .input-group .comment-form input[type="email"],
    .form-inline .input-group .comment-form input[type="url"],
    .form-inline .input-group .comment-form textarea,
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .comment-form .form-inline .input-group > input[type="text"],
    .comment-form .form-inline .input-group > input[type="email"],
    .comment-form .form-inline .input-group > input[type="url"],
    .comment-form .form-inline .input-group > textarea,
    .form-inline .comment-form .input-group > input[type="text"],
    .form-inline .comment-form .input-group > input[type="email"],
    .form-inline .comment-form .input-group > input[type="url"],
    .form-inline .comment-form .input-group > textarea,
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 29px;
}
.comment-form .form-horizontal p,
.form-horizontal .comment-form p,
.form-horizontal .form-group,
.form-horizontal .gform_wrapper li,
.gform_wrapper .form-horizontal li {
    margin-left: -10px;
    margin-right: -10px;
}
.comment-form .form-horizontal p:after,
.comment-form .form-horizontal p:before,
.form-horizontal .comment-form p:after,
.form-horizontal .comment-form p:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.form-horizontal .gform_wrapper li:after,
.form-horizontal .gform_wrapper li:before,
.gform_wrapper .form-horizontal li:after,
.gform_wrapper .form-horizontal li:before {
    content: " ";
    display: table;
}
.comment-form .form-horizontal p:after,
.form-horizontal .comment-form p:after,
.form-horizontal .form-group:after,
.form-horizontal .gform_wrapper li:after,
.gform_wrapper .form-horizontal li:after {
    clear: both;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 10px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 14px;
    }
}
.btn,
.comment-form input[type="submit"],
.gform_button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.active.focus.gform_button,
.active.gform_button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.comment-form input.active.focus[type="submit"],
.comment-form input.active[type="submit"]:focus,
.comment-form input.focus[type="submit"],
.comment-form input[type="submit"]:active.focus,
.comment-form input[type="submit"]:active:focus,
.comment-form input[type="submit"]:focus,
.focus.gform_button,
.gform_button:active.focus,
.gform_button:active:focus,
.gform_button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover,
.comment-form input.focus[type="submit"],
.comment-form input[type="submit"]:focus,
.comment-form input[type="submit"]:hover,
.focus.gform_button,
.gform_button:focus,
.gform_button:hover {
    color: #fff;
    text-decoration: none;
}
.active.gform_button,
.btn.active,
.btn:active,
.comment-form input.active[type="submit"],
.comment-form input[type="submit"]:active,
.gform_button:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
.comment-form fieldset[disabled] input[type="submit"],
.comment-form input.disabled[type="submit"],
.comment-form input[disabled][type="submit"],
.disabled.gform_button,
[disabled].gform_button,
fieldset[disabled] .btn,
fieldset[disabled] .comment-form input[type="submit"],
fieldset[disabled] .gform_button {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.btn.disabled,
a.disabled.gform_button,
fieldset[disabled] a.btn,
fieldset[disabled] a.gform_button {
    pointer-events: none;
}
.btn-default,
.gform_button {
    color: #fff;
    background-color: #e99246;
    border-color: #e99246;
}
.btn-default.focus,
.btn-default:focus,
.focus.gform_button,
.gform_button:focus {
    color: #fff;
    background-color: #e1771b;
    border-color: #9d5313;
}
.btn-default:hover,
.gform_button:hover {
    color: #fff;
    background-color: #e1771b;
    border-color: #d8721a;
}
.active.gform_button,
.btn-default.active,
.btn-default:active,
.gform_button:active,
.open > .btn-default.dropdown-toggle,
.open > .dropdown-toggle.gform_button {
    color: #fff;
    background-color: #e1771b;
    border-color: #d8721a;
}
.active.focus.gform_button,
.active.gform_button:focus,
.active.gform_button:hover,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.gform_button:active.focus,
.gform_button:active:focus,
.gform_button:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .dropdown-toggle.focus.gform_button,
.open > .dropdown-toggle.gform_button:focus,
.open > .dropdown-toggle.gform_button:hover {
    color: #fff;
    background-color: #c16617;
    border-color: #9d5313;
}
.active.gform_button,
.btn-default.active,
.btn-default:active,
.gform_button:active,
.open > .btn-default.dropdown-toggle,
.open > .dropdown-toggle.gform_button {
    background-image: none;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
.disabled.active.gform_button,
.disabled.focus.gform_button,
.disabled.gform_button,
.disabled.gform_button:active,
.disabled.gform_button:focus,
.disabled.gform_button:hover,
[disabled].active.gform_button,
[disabled].focus.gform_button,
[disabled].gform_button,
[disabled].gform_button:active,
[disabled].gform_button:focus,
[disabled].gform_button:hover,
fieldset[disabled] .active.gform_button,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .focus.gform_button,
fieldset[disabled] .gform_button,
fieldset[disabled] .gform_button:active,
fieldset[disabled] .gform_button:focus,
fieldset[disabled] .gform_button:hover {
    background-color: #e99246;
    border-color: #e99246;
}
.btn-default .badge,
.gform_button .badge {
    color: #e99246;
    background-color: #fff;
}
.btn-primary,
.comment-form input[type="submit"],
.footer-nav #gform_submit_button_1 {
    color: #fff;
    background-color: #e47a3a;
    border-color: #e47a3a;
}
.btn-primary.focus,
.btn-primary:focus,
.comment-form input.focus[type="submit"],
.comment-form input[type="submit"]:focus,
.footer-nav #gform_submit_button_1:focus,
.footer-nav .focus#gform_submit_button_1 {
    color: #fff;
    background-color: #cf5f1c;
    border-color: #8b4013;
}
.btn-primary:hover,
.comment-form input[type="submit"]:hover,
.footer-nav #gform_submit_button_1:hover {
    color: #fff;
    background-color: #cf5f1c;
    border-color: #c65b1b;
}
.btn-primary.active,
.btn-primary:active,
.comment-form .open > input.dropdown-toggle[type="submit"],
.comment-form input.active[type="submit"],
.comment-form input[type="submit"]:active,
.footer-nav #gform_submit_button_1:active,
.footer-nav .active#gform_submit_button_1,
.footer-nav .open > .dropdown-toggle#gform_submit_button_1,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cf5f1c;
    border-color: #c65b1b;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.comment-form .open > input.dropdown-toggle.focus[type="submit"],
.comment-form .open > input.dropdown-toggle[type="submit"]:focus,
.comment-form .open > input.dropdown-toggle[type="submit"]:hover,
.comment-form input.active.focus[type="submit"],
.comment-form input.active[type="submit"]:focus,
.comment-form input.active[type="submit"]:hover,
.comment-form input[type="submit"]:active.focus,
.comment-form input[type="submit"]:active:focus,
.comment-form input[type="submit"]:active:hover,
.footer-nav #gform_submit_button_1:active.focus,
.footer-nav #gform_submit_button_1:active:focus,
.footer-nav #gform_submit_button_1:active:hover,
.footer-nav .active#gform_submit_button_1:focus,
.footer-nav .active#gform_submit_button_1:hover,
.footer-nav .active.focus#gform_submit_button_1,
.footer-nav .open > .dropdown-toggle#gform_submit_button_1:focus,
.footer-nav .open > .dropdown-toggle#gform_submit_button_1:hover,
.footer-nav .open > .dropdown-toggle.focus#gform_submit_button_1,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #af5118;
    border-color: #8b4013;
}
.btn-primary.active,
.btn-primary:active,
.comment-form .open > input.dropdown-toggle[type="submit"],
.comment-form input.active[type="submit"],
.comment-form input[type="submit"]:active,
.footer-nav #gform_submit_button_1:active,
.footer-nav .active#gform_submit_button_1,
.footer-nav .open > .dropdown-toggle#gform_submit_button_1,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.comment-form fieldset[disabled] input.active[type="submit"],
.comment-form fieldset[disabled] input.focus[type="submit"],
.comment-form fieldset[disabled] input[type="submit"],
.comment-form fieldset[disabled] input[type="submit"]:active,
.comment-form fieldset[disabled] input[type="submit"]:focus,
.comment-form fieldset[disabled] input[type="submit"]:hover,
.comment-form input.disabled.active[type="submit"],
.comment-form input.disabled.focus[type="submit"],
.comment-form input.disabled[type="submit"],
.comment-form input.disabled[type="submit"]:active,
.comment-form input.disabled[type="submit"]:focus,
.comment-form input.disabled[type="submit"]:hover,
.comment-form input[disabled].active[type="submit"],
.comment-form input[disabled].focus[type="submit"],
.comment-form input[disabled][type="submit"],
.comment-form input[disabled][type="submit"]:active,
.comment-form input[disabled][type="submit"]:focus,
.comment-form input[disabled][type="submit"]:hover,
.footer-nav .disabled#gform_submit_button_1,
.footer-nav .disabled#gform_submit_button_1:active,
.footer-nav .disabled#gform_submit_button_1:focus,
.footer-nav .disabled#gform_submit_button_1:hover,
.footer-nav .disabled.active#gform_submit_button_1,
.footer-nav .disabled.focus#gform_submit_button_1,
.footer-nav [disabled]#gform_submit_button_1,
.footer-nav [disabled]#gform_submit_button_1:active,
.footer-nav [disabled]#gform_submit_button_1:focus,
.footer-nav [disabled]#gform_submit_button_1:hover,
.footer-nav [disabled].active#gform_submit_button_1,
.footer-nav [disabled].focus#gform_submit_button_1,
.footer-nav fieldset[disabled] #gform_submit_button_1,
.footer-nav fieldset[disabled] #gform_submit_button_1:active,
.footer-nav fieldset[disabled] #gform_submit_button_1:focus,
.footer-nav fieldset[disabled] #gform_submit_button_1:hover,
.footer-nav fieldset[disabled] .active#gform_submit_button_1,
.footer-nav fieldset[disabled] .focus#gform_submit_button_1,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .comment-form input.active[type="submit"],
fieldset[disabled] .comment-form input.focus[type="submit"],
fieldset[disabled] .comment-form input[type="submit"],
fieldset[disabled] .comment-form input[type="submit"]:active,
fieldset[disabled] .comment-form input[type="submit"]:focus,
fieldset[disabled] .comment-form input[type="submit"]:hover,
fieldset[disabled] .footer-nav #gform_submit_button_1,
fieldset[disabled] .footer-nav #gform_submit_button_1:active,
fieldset[disabled] .footer-nav #gform_submit_button_1:focus,
fieldset[disabled] .footer-nav #gform_submit_button_1:hover,
fieldset[disabled] .footer-nav .active#gform_submit_button_1,
fieldset[disabled] .footer-nav .focus#gform_submit_button_1 {
    background-color: #e47a3a;
    border-color: #e47a3a;
}
.btn-primary .badge,
.comment-form input[type="submit"] .badge,
.footer-nav #gform_submit_button_1 .badge {
    color: #e47a3a;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    color: #e47a3a;
    font-weight: 400;
    border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
    color: #e47a3a;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}
.btn-group-lg > .btn,
.btn-group-lg > .gform_button,
.btn-lg,
.comment-form .btn-group-lg > input[type="submit"] {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 0;
}
.btn-group-sm > .btn,
.btn-group-sm > .gform_button,
.btn-sm,
.comment-form .btn-group-sm > input[type="submit"] {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}
.btn-group-xs > .btn,
.btn-group-xs > .gform_button,
.btn-xs,
.comment-form .btn-group-xs > input[type="submit"] {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown,
.dropup {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #e47a3a;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 1210px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .gform_button,
.btn-group > .btn,
.btn-group > .gform_button,
.comment-form .btn-group-vertical > input[type="submit"],
.comment-form .btn-group > input[type="submit"] {
    position: relative;
    float: left;
}
.btn-group-vertical > .active.gform_button,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .gform_button:active,
.btn-group-vertical > .gform_button:focus,
.btn-group-vertical > .gform_button:hover,
.btn-group > .active.gform_button,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover,
.btn-group > .gform_button:active,
.btn-group > .gform_button:focus,
.btn-group > .gform_button:hover,
.comment-form .btn-group-vertical > input.active[type="submit"],
.comment-form .btn-group-vertical > input[type="submit"]:active,
.comment-form .btn-group-vertical > input[type="submit"]:focus,
.comment-form .btn-group-vertical > input[type="submit"]:hover,
.comment-form .btn-group > input.active[type="submit"],
.comment-form .btn-group > input[type="submit"]:active,
.comment-form .btn-group > input[type="submit"]:focus,
.comment-form .btn-group > input[type="submit"]:hover {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn + .gform_button,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group .btn-group + .gform_button,
.btn-group .comment-form .btn + input[type="submit"],
.btn-group .comment-form .btn-group + input[type="submit"],
.btn-group .comment-form .gform_button + input[type="submit"],
.btn-group .comment-form input[type="submit"] + .btn,
.btn-group .comment-form input[type="submit"] + .btn-group,
.btn-group .comment-form input[type="submit"] + .gform_button,
.btn-group .comment-form input[type="submit"] + input[type="submit"],
.btn-group .gform_button + .btn,
.btn-group .gform_button + .btn-group,
.btn-group .gform_button + .gform_button,
.comment-form .btn-group .btn + input[type="submit"],
.comment-form .btn-group .btn-group + input[type="submit"],
.comment-form .btn-group .gform_button + input[type="submit"],
.comment-form .btn-group input[type="submit"] + .btn,
.comment-form .btn-group input[type="submit"] + .btn-group,
.comment-form .btn-group input[type="submit"] + .gform_button,
.comment-form .btn-group input[type="submit"] + input[type="submit"] {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar:after,
.btn-toolbar:before {
    content: " ";
    display: table;
}
.btn-toolbar:after {
    clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .comment-form input[type="submit"],
.btn-toolbar .gform_button,
.btn-toolbar .input-group,
.comment-form .btn-toolbar input[type="submit"] {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .gform_button,
.btn-toolbar > .input-group,
.comment-form .btn-toolbar > input[type="submit"] {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .gform_button:not(:first-child):not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group > input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child,
.btn-group > .gform_button:first-child,
.comment-form .btn-group > input[type="submit"]:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .gform_button:first-child:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group > input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.btn-group > .gform_button:last-child:not(:first-child),
.comment-form .btn-group > input[type="submit"]:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .gform_button,
.comment-form .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type="submit"] {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group > .btn-group:first-child:not(:last-child) > .gform_button:last-child,
.comment-form .btn-group > .btn-group:first-child:not(:last-child) > input[type="submit"]:last-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group > .btn-group:last-child:not(:first-child) > .gform_button:first-child,
.comment-form .btn-group > .btn-group:last-child:not(:first-child) > input[type="submit"]:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle,
.btn-group > .gform_button + .dropdown-toggle,
.comment-form .btn-group > input[type="submit"] + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.btn-group-lg.btn-group > .gform_button + .dropdown-toggle,
.btn-group > .btn-lg + .dropdown-toggle,
.comment-form .btn-group-lg.btn-group > input[type="submit"] + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret,
.comment-form input[type="submit"] .caret,
.gform_button .caret {
    margin-left: 0;
}
.btn-group-lg > .btn .caret,
.btn-group-lg > .gform_button .caret,
.btn-lg .caret,
.comment-form .btn-group-lg > input[type="submit"] .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.comment-form .dropup .btn-group-lg > input[type="submit"] .caret,
.dropup .btn-group-lg > .btn .caret,
.dropup .btn-group-lg > .gform_button .caret,
.dropup .btn-lg .caret,
.dropup .comment-form .btn-group-lg > input[type="submit"] .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .gform_button,
.btn-group-vertical > .gform_button,
.comment-form .btn-group-vertical > .btn-group > input[type="submit"],
.comment-form .btn-group-vertical > input[type="submit"] {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before {
    content: " ";
    display: table;
}
.btn-group-vertical > .btn-group:after {
    clear: both;
}
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .gform_button,
.comment-form .btn-group-vertical > .btn-group > input[type="submit"] {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn + .gform_button,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group,
.btn-group-vertical > .btn-group + .gform_button,
.btn-group-vertical > .gform_button + .btn,
.btn-group-vertical > .gform_button + .btn-group,
.btn-group-vertical > .gform_button + .gform_button,
.comment-form .btn-group-vertical > .btn + input[type="submit"],
.comment-form .btn-group-vertical > .btn-group + input[type="submit"],
.comment-form .btn-group-vertical > .gform_button + input[type="submit"],
.comment-form .btn-group-vertical > input[type="submit"] + .btn,
.comment-form .btn-group-vertical > input[type="submit"] + .btn-group,
.comment-form .btn-group-vertical > input[type="submit"] + .gform_button,
.comment-form .btn-group-vertical > input[type="submit"] + input[type="submit"] {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group-vertical > .gform_button:not(:first-child):not(:last-child),
.comment-form .btn-group-vertical > input[type="submit"]:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .gform_button:first-child:not(:last-child),
.comment-form .btn-group-vertical > input[type="submit"]:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child),
.btn-group-vertical > .gform_button:last-child:not(:first-child),
.comment-form .btn-group-vertical > input[type="submit"]:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .gform_button,
.comment-form .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type="submit"] {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .gform_button:last-child,
.comment-form .btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type="submit"]:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .gform_button:first-child,
.comment-form .btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type="submit"]:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group,
.btn-group-justified > .gform_button,
.comment-form .btn-group-justified > input[type="submit"] {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified > .btn-group .btn,
.btn-group-justified > .btn-group .comment-form input[type="submit"],
.btn-group-justified > .btn-group .gform_button,
.comment-form .btn-group-justified > .btn-group input[type="submit"] {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
.comment-form [data-toggle="buttons"] > .btn-group > input[type="submit"] input[type="checkbox"],
.comment-form [data-toggle="buttons"] > .btn-group > input[type="submit"] input[type="radio"],
.comment-form [data-toggle="buttons"] > input[type="submit"] input[type="checkbox"],
.comment-form [data-toggle="buttons"] > input[type="submit"] input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .gform_button input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .gform_button input[type="radio"],
[data-toggle="buttons"] > .gform_button input[type="checkbox"],
[data-toggle="buttons"] > .gform_button input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.comment-form .input-group input[type="text"],
.comment-form .input-group input[type="email"],
.comment-form .input-group input[type="url"],
.comment-form .input-group textarea,
.input-group .comment-form input[type="text"],
.input-group .comment-form input[type="email"],
.input-group .comment-form input[type="url"],
.input-group .comment-form textarea,
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.comment-form .input-group input[type="text"],
.comment-form .input-group input[type="email"],
.comment-form .input-group input[type="url"],
.comment-form .input-group textarea,
.input-group .comment-form input[type="text"],
.input-group .comment-form input[type="email"],
.input-group .comment-form input[type="url"],
.input-group .comment-form textarea,
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}
.comment-form .input-group input[type="text"]:not(:first-child):not(:last-child),
.comment-form .input-group input[type="email"]:not(:first-child):not(:last-child),
.comment-form .input-group input[type="url"]:not(:first-child):not(:last-child),
.comment-form .input-group textarea:not(:first-child):not(:last-child),
.input-group .comment-form input[type="text"]:not(:first-child):not(:last-child),
.input-group .comment-form input[type="email"]:not(:first-child):not(:last-child),
.input-group .comment-form input[type="url"]:not(:first-child):not(:last-child),
.input-group .comment-form textarea:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0;
}
.comment-form .input-group-sm > .input-group-btn > input.input-group-addon[type="submit"],
.comment-form .input-group-sm > input.input-group-addon[type="text"],
.comment-form .input-group-sm > input.input-group-addon[type="email"],
.comment-form .input-group-sm > input.input-group-addon[type="url"],
.comment-form .input-group-sm > textarea.input-group-addon,
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.input-group-sm > .input-group-btn > .input-group-addon.gform_button {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0;
}
.comment-form .input-group-lg > .input-group-btn > input.input-group-addon[type="submit"],
.comment-form .input-group-lg > input.input-group-addon[type="text"],
.comment-form .input-group-lg > input.input-group-addon[type="email"],
.comment-form .input-group-lg > input.input-group-addon[type="url"],
.comment-form .input-group-lg > textarea.input-group-addon,
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.input-group-lg > .input-group-btn > .input-group-addon.gform_button {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 0;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    margin-top: 0;
}
.comment-form .input-group input[type="text"]:first-child,
.comment-form .input-group input[type="email"]:first-child,
.comment-form .input-group input[type="url"]:first-child,
.comment-form .input-group textarea:first-child,
.comment-form .input-group-btn:first-child > .btn-group > input[type="submit"],
.comment-form .input-group-btn:first-child > input[type="submit"],
.comment-form .input-group-btn:last-child > .btn-group:not(:last-child) > input[type="submit"],
.comment-form .input-group-btn:last-child > input[type="submit"]:not(:last-child):not(.dropdown-toggle),
.input-group .comment-form input[type="text"]:first-child,
.input-group .comment-form input[type="email"]:first-child,
.input-group .comment-form input[type="url"]:first-child,
.input-group .comment-form textarea:first-child,
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .gform_button,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:first-child > .gform_button,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .gform_button,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .gform_button:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.comment-form .input-group input[type="text"]:last-child,
.comment-form .input-group input[type="email"]:last-child,
.comment-form .input-group input[type="url"]:last-child,
.comment-form .input-group textarea:last-child,
.comment-form .input-group-btn:first-child > .btn-group:not(:first-child) > input[type="submit"],
.comment-form .input-group-btn:first-child > input[type="submit"]:not(:first-child),
.comment-form .input-group-btn:last-child > .btn-group > input[type="submit"],
.comment-form .input-group-btn:last-child > input[type="submit"],
.input-group .comment-form input[type="text"]:last-child,
.input-group .comment-form input[type="email"]:last-child,
.input-group .comment-form input[type="url"]:last-child,
.input-group .comment-form textarea:last-child,
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .gform_button,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .gform_button:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .gform_button,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:last-child > .gform_button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.comment-form .input-group-btn > input[type="submit"],
.input-group-btn > .btn,
.input-group-btn > .gform_button {
    position: relative;
}
.comment-form .input-group-btn > .btn + input[type="submit"],
.comment-form .input-group-btn > .gform_button + input[type="submit"],
.comment-form .input-group-btn > input[type="submit"] + .btn,
.comment-form .input-group-btn > input[type="submit"] + .gform_button,
.comment-form .input-group-btn > input[type="submit"] + input[type="submit"],
.input-group-btn > .btn + .btn,
.input-group-btn > .btn + .gform_button,
.input-group-btn > .gform_button + .btn,
.input-group-btn > .gform_button + .gform_button {
    margin-left: -1px;
}
.comment-form .input-group-btn > input[type="submit"]:active,
.comment-form .input-group-btn > input[type="submit"]:focus,
.comment-form .input-group-btn > input[type="submit"]:hover,
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover,
.input-group-btn > .gform_button:active,
.input-group-btn > .gform_button:focus,
.input-group-btn > .gform_button:hover {
    z-index: 2;
}
.comment-form .input-group-btn:first-child > input[type="submit"],
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group,
.input-group-btn:first-child > .gform_button {
    margin-right: -1px;
}
.comment-form .input-group-btn:last-child > input[type="submit"],
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group,
.input-group-btn:last-child > .gform_button {
    z-index: 2;
    margin-left: -1px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:after,
.nav:before {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 20px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #e47a3a;
}
.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 0;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #e47a3a;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 108px;
    margin-bottom: 0;
    border: 1px solid transparent;
}
.navbar:after,
.navbar:before {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
@media (min-width: 1210px) {
    .navbar {
        border-radius: 0;
    }
}
.navbar-header:after,
.navbar-header:before {
    content: " ";
    display: table;
}
.navbar-header:after {
    clear: both;
}
@media (min-width: 1210px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse:after,
.navbar-collapse:before {
    content: " ";
    display: table;
}
.navbar-collapse:after {
    clear: both;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 1210px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -10px;
    margin-left: -10px;
}
@media (min-width: 1210px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 1210px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 1210px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 43px 10px;
    font-size: 20px;
    line-height: 22px;
    height: 108px;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 1210px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -10px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 37px;
    margin-bottom: 37px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 1210px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 21.5px -10px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
}
@media (max-width: 1209px) {
    .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-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px;
    }
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
    }
}
@media (min-width: 1210px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 43px;
        padding-bottom: 43px;
    }
}
.navbar-form {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 36px;
    margin-bottom: 36px;
}
@media (min-width: 768px) {
    .comment-form .navbar-form p,
    .gform_wrapper .navbar-form li,
    .navbar-form .comment-form p,
    .navbar-form .form-group,
    .navbar-form .gform_wrapper li {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .comment-form .navbar-form input[type="text"],
    .comment-form .navbar-form input[type="email"],
    .comment-form .navbar-form input[type="url"],
    .comment-form .navbar-form textarea,
    .navbar-form .comment-form input[type="text"],
    .navbar-form .comment-form input[type="email"],
    .navbar-form .comment-form input[type="url"],
    .navbar-form .comment-form textarea,
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .comment-form .navbar-form .input-group input[type="text"],
    .comment-form .navbar-form .input-group input[type="email"],
    .comment-form .navbar-form .input-group input[type="url"],
    .comment-form .navbar-form .input-group textarea,
    .navbar-form .input-group .comment-form input[type="text"],
    .navbar-form .input-group .comment-form input[type="email"],
    .navbar-form .input-group .comment-form input[type="url"],
    .navbar-form .input-group .comment-form textarea,
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .comment-form .navbar-form .input-group > input[type="text"],
    .comment-form .navbar-form .input-group > input[type="email"],
    .comment-form .navbar-form .input-group > input[type="url"],
    .comment-form .navbar-form .input-group > textarea,
    .navbar-form .comment-form .input-group > input[type="text"],
    .navbar-form .comment-form .input-group > input[type="email"],
    .navbar-form .comment-form .input-group > input[type="url"],
    .navbar-form .comment-form .input-group > textarea,
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 1209px) {
    .comment-form .navbar-form p,
    .gform_wrapper .navbar-form li,
    .navbar-form .comment-form p,
    .navbar-form .form-group,
    .navbar-form .gform_wrapper li {
        margin-bottom: 5px;
    }
    .comment-form .navbar-form p:last-child,
    .gform_wrapper .navbar-form li:last-child,
    .navbar-form .comment-form p:last-child,
    .navbar-form .form-group:last-child,
    .navbar-form .gform_wrapper li:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 1210px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 36px;
    margin-bottom: 36px;
}
.btn-group-sm > .navbar-btn.btn,
.btn-group-sm > .navbar-btn.gform_button,
.comment-form .btn-group-sm > input.navbar-btn[type="submit"],
.navbar-btn.btn-sm {
    margin-top: 37.5px;
    margin-bottom: 37.5px;
}
.btn-group-xs > .navbar-btn.btn,
.btn-group-xs > .navbar-btn.gform_button,
.comment-form .btn-group-xs > input.navbar-btn[type="submit"],
.navbar-btn.btn-xs {
    margin-top: 43px;
    margin-bottom: 43px;
}
.navbar-text {
    margin-top: 43px;
    margin-bottom: 43px;
}
@media (min-width: 1210px) {
    .navbar-text {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (min-width: 1210px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -10px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #595954;
    border-color: #484844;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #e6e6e6;
    background-color: #595954;
}
.navbar-default .navbar-text {
    color: #a29993;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #e47a3a;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #484844;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #fff;
}
@media (max-width: 1209px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #e47a3a;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #fff;
}
.navbar-default .navbar-link:hover {
    color: #e47a3a;
}
.navbar-default .btn-link {
    color: #fff;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #e47a3a;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #090909;
    color: #fff;
}
@media (max-width: 1209px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 22px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb > .active {
    color: #777;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 0;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #e47a3a;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 3;
    color: #e47a3a;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #e47a3a;
    border-color: #e47a3a;
    cursor: default;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pager {
    padding-left: 0;
    margin: 22px 0;
    list-style: none;
    text-align: center;
}
.pager:after,
.pager:before {
    content: " ";
    display: table;
}
.pager:after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.label:empty {
    display: none;
}
.btn .label,
.comment-form input[type="submit"] .label,
.gform_button .label {
    position: relative;
    top: -1px;
}
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label-default {
    background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #e47a3a;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #cf5f1c;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge,
.comment-form input[type="submit"] .badge,
.gform_button .badge {
    position: relative;
    top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-group-xs > .gform_button .badge,
.btn-xs .badge,
.comment-form .btn-group-xs > input[type="submit"] .badge {
    top: 0;
    padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #e47a3a;
    background-color: #fff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}
.jumbotron .h1,
.jumbotron h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200;
}
.jumbotron > hr {
    border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 0;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 72px;
    }
}
.thumbnail,
.wp-caption {
    display: block;
    padding: 4px;
    margin-bottom: 22px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img,
.wp-caption a > img,
.wp-caption > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.thumbnail .caption,
.wp-caption .caption {
    padding: 9px;
    color: #595954;
}
a.active.wp-caption,
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover,
a.wp-caption:focus,
a.wp-caption:hover {
    border-color: #e47a3a;
}
#gforms_confirmation_message,
.alert,
.validation_error {
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 0;
}
#gforms_confirmation_message h4,
.alert h4,
.validation_error h4 {
    margin-top: 0;
    color: inherit;
}
#gforms_confirmation_message .alert-link,
.alert .alert-link,
.validation_error .alert-link {
    font-weight: 700;
}
#gforms_confirmation_message > p,
#gforms_confirmation_message > ul,
.alert > p,
.alert > ul,
.validation_error > p,
.validation_error > ul {
    margin-bottom: 0;
}
#gforms_confirmation_message > p + p,
.alert > p + p,
.validation_error > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
#gforms_confirmation_message,
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
#gforms_confirmation_message hr,
.alert-success hr {
    border-top-color: #c9e2b3;
}
#gforms_confirmation_message .alert-link,
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger,
.validation_error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr,
.validation_error hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link,
.validation_error .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    overflow: hidden;
    height: 22px;
    margin-bottom: 22px;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #e47a3a;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
a.list-group-item,
button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #e47a3a;
    border-color: #e47a3a;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #fdf3ed;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-body:after,
.panel-body:before {
    content: " ";
    display: table;
}
.panel-body:after {
    clear: both;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .panel-collapse > table,
.panel > .table,
.panel > .table-responsive > .table,
.panel > .table-responsive > table,
.panel > table {
    margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .panel-collapse > table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .table-responsive > table caption,
.panel > table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > table:first-child,
.panel > .table:first-child,
.panel > table:first-child {
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > table:first-child > tbody:first-child > tr:first-child,
.panel > table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: -1px;
    border-top-right-radius: -1px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: -1px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: -1px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > table:last-child,
.panel > .table:last-child,
.panel > table:last-child {
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > table:last-child > tbody:last-child > tr:last-child,
.panel > table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1px;
    border-bottom-right-radius: -1px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: -1px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .panel-body + table,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body,
.panel > table + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th,
.panel > table > tbody:first-child > tr:first-child td,
.panel > table > tbody:first-child > tr:first-child th {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 22px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #e47a3a;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #e47a3a;
    border-color: #e47a3a;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #e47a3a;
}
.panel-primary > .panel-heading .badge {
    color: #e47a3a;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e47a3a;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 0;
}
.well-sm {
    padding: 9px;
    border-radius: 0;
}
.close {
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.428571429;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer:after,
.modal-footer:before {
    content: " ";
    display: table;
}
.modal-footer:after {
    clear: both;
}
.comment-form .modal-footer .btn + input[type="submit"],
.comment-form .modal-footer .gform_button + input[type="submit"],
.comment-form .modal-footer input[type="submit"] + .btn,
.comment-form .modal-footer input[type="submit"] + .gform_button,
.comment-form .modal-footer input[type="submit"] + input[type="submit"],
.modal-footer .btn + .btn,
.modal-footer .btn + .gform_button,
.modal-footer .comment-form .btn + input[type="submit"],
.modal-footer .comment-form .gform_button + input[type="submit"],
.modal-footer .comment-form input[type="submit"] + .btn,
.modal-footer .comment-form input[type="submit"] + .gform_button,
.modal-footer .comment-form input[type="submit"] + input[type="submit"],
.modal-footer .gform_button + .btn,
.modal-footer .gform_button + .gform_button {
    margin-left: 5px;
    margin-bottom: 0;
}
.comment-form .modal-footer .btn-group .btn + input[type="submit"],
.comment-form .modal-footer .btn-group .gform_button + input[type="submit"],
.comment-form .modal-footer .btn-group input[type="submit"] + .btn,
.comment-form .modal-footer .btn-group input[type="submit"] + .gform_button,
.comment-form .modal-footer .btn-group input[type="submit"] + input[type="submit"],
.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group .btn + .gform_button,
.modal-footer .btn-group .comment-form .btn + input[type="submit"],
.modal-footer .btn-group .comment-form .gform_button + input[type="submit"],
.modal-footer .btn-group .comment-form input[type="submit"] + .btn,
.modal-footer .btn-group .comment-form input[type="submit"] + .gform_button,
.modal-footer .btn-group .comment-form input[type="submit"] + input[type="submit"],
.modal-footer .btn-group .gform_button + .btn,
.modal-footer .btn-group .gform_button + .gform_button {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 16px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1px -1px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}
.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-control .icon-next:before {
    content: "\203a";
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000\9;
    background-color: transparent;
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn,
.carousel-caption .comment-form input[type="submit"],
.carousel-caption .gform_button,
.comment-form .carousel-caption input[type="submit"] {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.footer-nav .text-5,
.visible-xs {
    display: none !important;
}
.visible-sm {
    display: none !important;
}
.visible-md {
    display: none !important;
}
.visible-lg {
    display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .footer-nav .text-5,
    .visible-xs {
        display: block !important;
    }
    .footer-nav table.text-5,
    table.visible-xs {
        display: table !important;
    }
    .footer-nav tr.text-5,
    tr.visible-xs {
        display: table-row !important;
    }
    .footer-nav td.text-5,
    .footer-nav th.text-5,
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .footer-nav .text-4,
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
html.wf-loading {
    visibility: hidden;
}
body {
    overflow-x: hidden;
}
@media screen and (min-width: 1210px) {
    body.admin-bar {
        position: relative;
    }
}
@media screen and (max-width: 1209px) {
    body {
        margin-top: 80px;
    }
    body.admin-bar header.banner {
        margin-top: 32px;
    }
}
@media screen and (max-width: 1209px) and (max-width: 782px) {
    body.admin-bar header.banner {
        margin-top: 46px;
    }
}
h1,
h2,
h3,
h4 {
    text-transform: uppercase;
}
h1,
h4 {
    letter-spacing: 0.26em;
}
h2,
h3 {
    letter-spacing: 0.34em;
    font-weight: 500;
}
h3,
h4,
h5 {
    color: #e47a3a;
}
h5 {
    font-family: calluna, serif;
    font-style: italic;
}
h1 {
    line-height: 33px;
}
h2 {
    line-height: 22px;
}
h3,
h4 {
    line-height: 30px;
}
p {
    line-height: 1.875;
    font-family: calluna, serif;
}
.page-content p {
    margin-bottom: 30px;
}
.entry-content ol,
.entry-content ul {
    font-family: calluna, serif;
}
.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.lg-padding {
    padding-left: 120px;
    padding-right: 120px;
}
.xl-padding {
    padding-left: 210px;
    padding-right: 210px;
}
@media screen and (max-width: 1424px) {
    .xl-padding {
        padding-left: 120px;
        padding-right: 120px;
    }
}
@media screen and (max-width: 1024px) {
    .xl-padding {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 1209px) {
    .lg-padding {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 480px) {
    .lg-padding {
        padding-left: 0;
        padding-right: 0;
    }
}
.wrap {
    position: relative;
}
@media screen and (max-width: 1209px) {
    .wrap {
        margin-top: -80px;
    }
}
.container-xs-height {
    overflow: hidden;
    display: table;
    position: relative;
}
.row-xs-height {
    display: table-row;
}
.col-xs-height {
    display: table-cell;
}
.col-6-height {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.col-12-height {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
@media (min-width: 768px) {
    .container-sm-height {
        display: table;
        padding-left: 0;
        padding-right: 0;
    }
    .row-sm-height {
        display: table-row;
    }
    .col-sm-height {
        display: table-cell;
        float: none;
    }
}
@media (min-width: 992px) {
    .container-md-height {
        display: table;
        padding-left: 0;
        padding-right: 0;
    }
    .row-md-height {
        display: table-row;
    }
    .col-md-height {
        display: table-cell;
        float: none;
    }
}
@media (min-width: 1200px) {
    .container-lg-height {
        display: table;
        padding-left: 0;
        padding-right: 0;
    }
    .row-lg-height {
        display: table-row;
    }
    .col-lg-height {
        display: table-cell;
        float: none;
    }
}
.col-top {
    vertical-align: top;
}
.col-middle {
    vertical-align: middle;
}
.col-bottom {
    vertical-align: bottom;
}
blockquote {
    border-left: none;
    position: relative;
    color: #e47a3a;
    font-family: calluna, serif;
    font-size: 26px;
    padding-left: 45px;
    line-height: 30px;
}
blockquote p {
    line-height: 30px;
}
blockquote:before {
    content: "“";
    font-size: 100px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 50%;
}
blockquote.pull-right {
    padding-left: 45px;
    border-width: 0;
}
article.practice_area img {
    max-width: 100%;
    height: auto;
}
.navbar-default {
    border: 0;
}
.navbar-default {
    background-color: rgba(89, 89, 84, 0.9);
}
.navbar-nav > li > a {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 12px;
}
.btn-nav {
    display: none;
}
.navbar-brand .logo-text {
    width: 110px;
    height: 14px;
}
.navbar-nav #menu-item-43:hover a.dropdown-toggle {
    color: #e47a3a;
}
.navbar-nav #menu-item-43:hover a.dropdown-toggle:after {
    border-bottom: 5px solid #e47a3a;
    bottom: 0;
    content: "";
    height: 5px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 40px);
}
.nav .dropdown-toggle .caret {
    display: none;
}
.nav .dropdown-menu {
    font-family: brandon-grotesque, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    padding: 0;
    margin-left: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nav .dropdown-menu li {
    border-bottom: 1px solid #e5e5e5;
}
.nav .dropdown-menu li a {
    padding: 15px 20px;
    letter-spacing: 2px;
}
.nav .dropdown-menu li:hover a {
    background-color: #e47a3a;
    color: #fff;
}
.nav .dropdown-menu li:hover .dropdown-menu a {
    color: #ffd586;
}
.nav .dropdown-menu li:last-child {
    border-bottom: none;
}
.nav .dropdown-menu .dropdown-menu {
    background-color: #e47a3a;
    left: 100%;
    top: -2px;
    margin-left: 0;
}
.nav .dropdown-menu .dropdown-menu li {
    border-bottom: 1px solid #e7884e;
}
.nav .dropdown-menu .dropdown-menu a {
    color: #ffd586;
}
.nav .dropdown-menu .dropdown-menu a:hover {
    color: #fff !important;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}
ul.nav li.dropdown:hover ul.dropdown-menu .dropdown-menu {
    display: none;
}
ul.nav li.dropdown ul.dropdown-menu li.dropdown:hover ul.dropdown-menu {
    display: block;
    position: absolute;
}
@media screen and (max-width: 1209px) {
    .navbar-off-canvas {
        display: block;
    }
    .navbar-full {
        display: none;
    }
    .dropdown-menu {
        display: none !important;
    }
}
@media screen and (min-width: 1210px) {
    .navbar-off-canvas {
        display: none;
    }
    .navbar-fixed-top {
        position: absolute;
        top: 0;
        left: 0;
    }
    .navbar-nav > li.active > a:after,
    .navbar-nav > li.current-page-ancestor > a:after,
    .navbar-nav > li.current_page_parent > a:after {
        border-color: #e47a3a;
    }
    .single-practice_area #menu-item-42 > a:after,
    .single-success_story #menu-item-42 > a:after,
    .single-team #menu-item-42 > a:after {
        border-color: transparent;
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
    .navbar-default .container-fluid {
        padding-left: 120px;
        padding-right: 120px;
    }
    .navbar-brand {
        position: absolute;
        padding: 20px 30px;
        height: 180px;
        background-color: #595954;
        border-bottom: 4px solid #e47a3a;
    }
    .navbar-brand .logo,
    .navbar-brand .logo-text {
        display: block;
    }
    .navbar-brand .logo {
        width: 110px;
        height: 112px;
    }
    .navbar-brand .logo-text {
        margin-top: 10px;
    }
    .navbar-nav {
        float: right;
    }
    .navbar-nav > li > a {
        padding-top: 62px;
        padding-bottom: 24px;
        position: relative;
        -webkit-transition: ease 0.2s all;
        -o-transition: ease 0.2s all;
        transition: ease 0.2s all;
    }
    .navbar-nav > li > a:after {
        content: "";
        border-bottom: 5px solid transparent;
        height: 5px;
        position: absolute;
        bottom: 0;
        width: calc(100% - 40px);
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .navbar-nav > li > a:hover:after {
        border-color: #e47a3a;
    }
    .navbar-nav > li:last-child > a {
        padding-right: 0;
    }
    .navbar-nav > li:last-child > a:after {
        width: calc(100% - 20px);
        left: auto;
        right: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@media (max-width: 1209px) {
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
    }
    .navbar-nav > li > a {
        padding-right: 0;
        font-size: 16px;
    }
    .navbar {
        min-height: 80px;
    }
    .btn-nav,
    .canvas-slide,
    .navbar-off-canvas {
        -webkit-transition: linear 0.2s -webkit-transform;
        -o-transition: linear 0.2s -o-transform;
        transition: linear 0.2s transform;
    }
    .navbar-brand {
        -webkit-transition: linear 0.1s opacity;
        -o-transition: linear 0.1s opacity;
        transition: linear 0.1s opacity;
        border: 0;
    }
    .navbar-off-canvas {
        position: absolute;
        right: 0;
        width: calc(100vw - 80px);
        max-width: 360px;
        padding: 0 30px;
        background-color: #e47a3a;
        height: 100vh;
        top: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        overflow-x: visible;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .navbar-off-canvas:after,
    .navbar-off-canvas:before {
        content: " ";
        display: table;
    }
    .navbar-off-canvas:after {
        clear: both;
    }
    .canvas-slide {
        position: relative;
    }
    .navbar-brand {
        opacity: 1;
        position: relative;
        padding: 0;
        height: 80px;
    }
    .navbar-brand .logo,
    .navbar-brand .logo-text {
        vertical-align: middle;
    }
    .navbar-brand .logo {
        padding: 15px;
        height: 80px;
        width: 80px;
    }
    .btn-nav {
        display: block;
        position: absolute;
        -webkit-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
        -o-transform: translateX(-80px);
        transform: translateX(-80px);
        right: -80px;
        width: 80px;
        height: 100%;
        background-color: #e47a3a;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0;
    }
    .btn-nav:focus {
        outline: 0;
    }
    .slide-left.navbar-off-canvas {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .slide-left.btn-nav {
        -webkit-transform: translateX(-440px);
        -ms-transform: translateX(-440px);
        -o-transform: translateX(-440px);
        transform: translateX(-440px);
    }
    .slide-left.canvas-slide {
        -webkit-transform: translateX(-360px);
        -ms-transform: translateX(-360px);
        -o-transform: translateX(-360px);
        transform: translateX(-360px);
    }
    .slide-left.outside-menu {
        -webkit-transform: translate(-360px, -50%) !important;
        -ms-transform: translate(-360px, -50%) !important;
        -o-transform: translate(-360px, -50%) !important;
        transform: translate(-360px, -50%) !important;
    }
}
@media (max-width: 640px) {
    .slide-left.navbar-brand {
        opacity: 0;
    }
}
@media (max-width: 441px) {
    .navbar-nav > li > a {
        font-size: 14px;
    }
    .btn-nav:focus {
        outline: 0;
    }
    .navbar-off-canvas {
        position: absolute;
        left: 80px;
    }
    .canvas-slide {
        -webkit-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
        -o-transform: translateX(-80px);
        transform: translateX(-80px);
        right: -80px;
    }
    .slide-left.btn-nav {
        -webkit-transform: translateX(-100vw);
        -ms-transform: translateX(-100vw);
        -o-transform: translateX(-100vw);
        transform: translateX(-100vw);
    }
    .slide-left.canvas-slide {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
.nav-wrap {
    float: right;
}
.icon-chat {
    height: 11px;
    width: 14px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.header-info {
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.header-info.inside-menu {
    display: block;
}
.header-info.outside-menu {
    visibility: hidden;
    position: absolute;
    right: 80px;
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    -o-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition: linear -webkit-transform 0.2s;
    -o-transition: linear -o-transform 0.2s;
    transition: linear transform 0.2s;
    letter-spacing: 0.16em;
}
@media screen and (min-width: 1210px) {
    .nav-wrap {
        position: relative;
    }
    .header-info {
        position: absolute;
        width: 100%;
        margin-top: 20px;
        letter-spacing: 0.16em;
    }
    .header-info .info-left-6,
    .header-info .info-right-6 {
        float: left;
    }
    .header-info .info-left-6 > a,
    .header-info .info-right-6 > a {
        font-size: 12px;
    }
    .header-info .info-left-6 {
        padding-left: 6px;
        text-align: left;
        width: 25%;
    }
    .header-info .info-left-6 a:after {
        content: "»";
        position: relative;
        padding-left: 5px;
        top: -2px;
    }
    .header-info .info-right-6 {
        text-align: right;
        width: 75%;
    }
    .header-info .info-right-6 > a:first-child {
        margin-right: 20px;
        position: relative;
    }
    .header-info .info-right-6 > a:first-child:after {
        content: "";
        height: 12px;
        background-color: #a29993;
        width: 1px;
        position: absolute;
        right: -20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .header-info .info-right-6 span {
        margin-left: 20px;
        font-size: 12px;
        color: #a29993;
        vertical-align: middle;
    }
    .header-info .info-right-6 .tel {
        font-size: 14px;
        font-weight: 700;
    }
    .inside-menu .btn-link {
        color: #e47a3a;
        border: 1px solid transparent;
        text-decoration: none;
        padding: 6px 10px;
        -webkit-transition: ease border-color 0.2s;
        -o-transition: ease border-color 0.2s;
        transition: ease border-color 0.2s;
    }
    .inside-menu .btn-link:hover {
        border-color: #e47a3a;
    }
}
@media screen and (max-width: 1209px) {
    .nav-wrap {
        height: 100%;
        position: relative;
        width: 100%;
    }
    .header-info.inside-menu {
        position: absolute;
        width: 100%;
        display: block;
    }
    .header-info.inside-menu.inside-menu .info-left-6 .btn-link,
    .header-info.inside-menu.inside-menu .info-right-6 .btn-link {
        padding-top: 20px;
        padding-bottom: 20px;
        border: 3px solid transparent;
        text-decoration: none;
    }
    .header-info.inside-menu.inside-menu .info-left-6 .btn-link:hover,
    .header-info.inside-menu.inside-menu .info-right-6 .btn-link:hover {
        background-color: #e47a3a;
        border: 3px solid #fff;
        color: #fff;
    }
    .header-info.inside-menu.inside-menu .info-left-6 {
        margin-bottom: 10px;
    }
    .header-info.inside-menu.inside-menu .info-left-6 .btn-link {
        background-color: #fff;
        color: #e47a3a;
    }
    .header-info.inside-menu.inside-menu .info-right-6 span {
        display: none;
    }
    .header-info.inside-menu.inside-menu .info-right-6 .btn-link {
        background-color: #e7884e;
    }
    .header-info.inside-menu .icon-chat path {
        fill: #fff;
    }
    .header-info.inside-menu .btn-link {
        width: 100%;
    }
    .header-info.outside-menu {
        visibility: visible;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .header-info.outside-menu .info-left-6,
    .header-info.outside-menu .info-right-6 {
        display: inline-block;
        text-align: center;
        opacity: 1;
        -webkit-transition: linear opacity 0.4s;
        -o-transition: linear opacity 0.4s;
        transition: linear opacity 0.4s;
    }
    .header-info.outside-menu .info-left-6 > a,
    .header-info.outside-menu .info-right-6 > a {
        font-size: 12px;
    }
    .header-info.outside-menu .info-left-6 .btn-link,
    .header-info.outside-menu .info-right-6 .btn-link {
        margin: 0 20px;
    }
    .header-info.outside-menu .info-left-6 a:after {
        content: "»";
        position: relative;
        padding-left: 5px;
        top: -2px;
    }
    .header-info.outside-menu .info-right-6 > a:first-child {
        display: inline-block;
        position: relative;
        opacity: 1;
        -webkit-transition: linear opacity 0.4s;
        -o-transition: linear opacity 0.4s;
        transition: linear opacity 0.4s;
    }
    .header-info.outside-menu .info-right-6 > a:first-child:after,
    .header-info.outside-menu .info-right-6 > a:first-child:before {
        content: "";
        height: 12px;
        background-color: #a29993;
        width: 1px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .header-info.outside-menu .info-right-6 > a:first-child:before {
        left: -20px;
    }
    .header-info.outside-menu .info-right-6 > a:first-child:after {
        right: -20px;
    }
    .header-info.outside-menu .info-right-6 p {
        margin-left: 20px;
        font-size: 10px;
        color: #a29993;
        vertical-align: middle;
        margin: 0;
        line-height: 1em;
        letter-spacing: 0.12em;
    }
    .header-info.outside-menu .info-right-6 .tel {
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
    }
    .header-info.outside-menu .btn-link {
        color: #e47a3a;
        border: 1px solid transparent;
        text-decoration: none;
        padding: 6px 10px;
        -webkit-transition: ease border-color 0.2s;
        -o-transition: ease border-color 0.2s;
        transition: ease border-color 0.2s;
    }
    .header-info.outside-menu .btn-link:hover {
        border-color: #e47a3a;
    }
    .header-info.outside-menu .tel-container {
        vertical-align: middle;
        margin: 0 30px;
        display: inline-block;
    }
    .navbar-default .btn-link {
        text-align: center;
    }
    .icon-chat {
        height: 14px;
        width: 17px;
        top: 3px;
    }
}
@media screen and (max-width: 1209px) and (min-height: 481px) {
    .header-info.inside-menu {
        bottom: 30px;
    }
}
@media screen and (max-width: 1179px) {
    .outside-menu.slide-left .info-left-6 {
        opacity: 0;
    }
    .outside-menu.slide-left .info-right-6 a:before {
        opacity: 0;
    }
}
@media screen and (max-width: 1014px) {
    .header-info.outside-menu.slide-left .info-right-6 > a:first-child {
        opacity: 0;
    }
}
@media screen and (max-width: 839px) {
    .header-info.outside-menu .info-left-6 {
        opacity: 0;
    }
    .header-info.outside-menu .info-right-6 a:before {
        opacity: 0;
    }
    .header-info.outside-menu.slide-left .info-right-6 {
        opacity: 0;
    }
}
@media screen and (max-width: 649px) {
    .header-info.outside-menu .info-right-6 > a:first-child {
        opacity: 0;
    }
}
@media screen and (max-width: 648px) {
    .header-info.outside-menu .info-left-6 {
        display: none;
    }
    .header-info.outside-menu .info-right-6 > a:first-child {
        display: none;
    }
}
@media screen and (max-width: 627px) {
    .header-info.outside-menu .info-left-6 {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .header-info.outside-menu .info-right-6 {
        opacity: 0;
    }
}
.page-header {
    background-image: url(../images/page-header.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: bottom right;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 0;
}
.page-header h1 {
    color: #fff;
    margin: 0;
    min-height: 100px;
}
@media screen and (max-width: 767px) {
    .page-header {
        text-align: center;
    }
}
@media screen and (min-width: 1210px) {
    .page-header {
        padding-top: 108px;
    }
    .page-header h1 {
        padding: 33px 0 33px 180px;
    }
}
@media screen and (max-width: 1209px) {
    .page-header h1 {
        padding: 33px 10px;
    }
    .blog .page-header h1,
    .your-rights .page-header h1 {
        display: none;
    }
    .single-practice_area .page-header h1 {
        padding: 0;
        min-height: 0;
    }
    .single-practice_area.child-practice .page-header h1 {
        padding: 33px 10px;
    }
}
@media screen and (max-width: 767px) {
    .page-header .container-fluid {
        margin-left: 0;
        margin-right: 0;
    }
    .page-header .row {
        margin-left: 0;
        margin-right: 0;
    }
}
.text-orange {
    color: #e47a3a;
}
#gform_2 .text-orange .gform_title,
.text-orange #gform_2 .gform_title,
#gform_11 .text-orange .gform_title,
.text-orange #gform_11 .gform_title,
.text-orange .h1,
.text-orange .h2,
.text-orange .h3,
.text-orange .h4,
.text-orange .h5,
.text-orange .h6,
.text-orange h1,
.text-orange h2,
.text-orange h3,
.text-orange h4,
.text-orange h5,
.text-orange h6,
.text-orange p {
    color: #e47a3a;
}
.bg-orange {
    background-color: #e47a3a;
}
.btn,
.comment-form input[type="submit"],
.gform_button {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}
.get-started {
    padding: 20px 57px;
}
.btn-primary,
.comment-form input[type="submit"],
.footer-nav #gform_submit_button_1 {
    border: 3px solid transparent;
    -webkit-transition: linear 0.2s background-color;
    -o-transition: linear 0.2s background-color;
    transition: linear 0.2s background-color;
}
.btn-primary:hover,
.comment-form input[type="submit"]:hover,
.footer-nav #gform_submit_button_1:hover {
    background-color: transparent;
    border-color: #e47a3a;
    color: #e47a3a;
}
.btn-default,
.gform_button {
    border: 3px solid transparent;
    -webkit-transition: linear 0.2s background-color;
    -o-transition: linear 0.2s background-color;
    transition: linear 0.2s background-color;
}
.btn-default:hover,
.gform_button:hover {
    background-color: transparent;
    border-color: #fff;
}
.liveChatFloatingButton,
.liveChatFloatingButtonMobile {
    background-color: #e47a3a !important;
    font-family: brandon-grotesque, sans-serif !important;
    font-size: 12px !important;
    font-weight: 500;
    letter-spacing: 0.18em;
    color: #fff !important;
}
.liveChatFloatingButton {
    border: none !important;
}
.liveChatFloatingButton::after {
    content: "";
}
.liveChatFloatingButtonMobile {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-top: 2px solid #ff8e49;
    padding: 5px 0;
    height: auto;
}
.slick-arrow {
    font-size: 40px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: #595954;
    border: none;
    outline: 0;
    background: 0 0;
    width: 20px;
    height: 40px;
    opacity: 0.2;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.comment-list {
    padding-left: 0;
    list-style: none;
}
.comment-list ol {
    list-style: none;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.form-control {
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: calluna, serif;
    height: 30px;
}
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    font-weight: 300;
    font-style: italic;
    font-size: 12px;
}
.comment-form input[type="text"]:-ms-input-placeholder,
.comment-form input[type="email"]:-ms-input-placeholder,
.comment-form input[type="url"]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    font-weight: 300;
    font-style: italic;
    font-size: 12px;
}
.comment-form input[type="text"]::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="url"]::placeholder,
.comment-form textarea::placeholder,
.form-control::placeholder {
    font-weight: 300;
    font-style: italic;
    font-size: 12px;
}
.contact-us #free-evaluation {
    padding-top: 0;
    padding-bottom: 0;
}
.contact-us #free-evaluation .logo {
    display: inline !important;
}
@media screen and (max-width: 767px) {
    .contact-us #free-evaluation .logo {
        display: none !important;
    }
}
#gform_2,
#gform_11 {
    max-width: 880px;
    margin: 0 auto;
    padding: 40px 0 25px;
    position: relative;
}
#gform_2 .gfield,
#gform_11 .gfield {
    margin-bottom: 12.5px;
}
#gform_2 .gform_title,
#gform_11 .gform_title {
    text-align: center;
    color: #fff;
    letter-spacing: 7.5px;
    margin-top: 0;
    margin-bottom: 40px;
    line-height: 25px;
    padding: 0 50px;
}
#gform_2 .gform_title svg,
#gform_11 .gform_title svg {
    margin-right: 18px;
}
@media screen and (max-width: 767px) {
    #gform_2 input[type="text"],
    #gform_2 input[type="email"],
    #gform_2 input[type="tel"],
    #gform_11 input[type="text"],
    #gform_11 input[type="email"],
    #gform_11 input[type="tel"] {
        height: 40px;
    }
    #gform_2 .gform_title,
    #gform_11 .gform_title {
        font-size: 17px;
    }
    #gform_2 .gform_title svg.logo,
    #gform_11 .gform_title svg.logo {
        width: 14px;
        margin: 0 7px;
        height: auto;
        display: inline !important;
    }
}
@media screen and (max-width: 1199px) {
    #gform_2 .gform_body,
    #gform_2 .gform_footer,
    #gform_11 .gform_body,
    #gform_11 .gform_footer {
        padding: 0 15px;
    }
}
#gform_2 .gform_body a,
#gform_2 .gform_footer a,
#gform_11 .gform_body a,
#gform_11 .gform_footer a {
    color: #fff;
    text-decoration: underline;
}
#gform_2 label,
#gform_11 label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2.25px;
}
#gform_2 textarea,
#gform_11 textarea {
    height: 168px;
}
#gform_2 #input_2_5,
#gform_11 #input_11_5 {
    margin: 0;
    font-family: calluna, serif;
}
#gform_2 #input_2_5 input,
#gform_11 #input_11_5 input {
    display: none;
}
#gform_2 #input_2_5 input + label,
#gform_11 #input_11_5 input + label {
    padding: 0;
    text-transform: none;
    font-size: 16px;
    line-height: 15px;
    margin-top: 20px;
    letter-spacing: 0;
}
#gform_2 #input_2_5 input + label em,
#gform_11 #input_11_5 input + label em {
    font-weight: 300;
}
#gform_2 #input_2_5 input + label:before,
#gform_11 #input_11_5 input + label:before {
    content: "";
    margin-right: 10px;
    background: #fff;
    width: 15px;
    height: 15px;
    display: inline-block;
    color: #000;
    float: left;
}
#gform_2 #input_2_5 input:checked + label:before,
#gform_11 #input_11_5 input:checked + label:before {
    content: "\f00c";
    font-family: FontAwesome;
    text-align: center;
    line-height: 15px;
}
#gform_2 #input_2_5 li.checkbox,
#gform_11 #input_11_5 li.checkbox {
    margin: 0;
}
@media screen and (max-width: 767px) {
    #gform_2 #input_2_5,
    #gform_11 #input_11_5 {
        text-align: center;
    }
    #gform_2 #input_2_5 .pipe,
    #gform_11 #input_11_5 .pipe {
        display: block;
        text-indent: -9999px;
    }
    #gform_2 #input_2_5 input + label,
    #gform_11 #input_11_5 input + label {
        font-size: 16px;
        line-height: 15px;
        margin-top: 20px;
    }
    #gform_2 #input_2_5 input + label:before,
    #gform_11 #input_11_5 input + label:before {
        content: "";
        margin-right: 10px;
        background: #fff;
        width: 25px;
        height: 25px;
        display: inline-block;
        color: #000;
        float: left;
        position: relative;
        top: -4px;
    }
    #gform_2 #input_2_5 input:checked + label:before,
    #gform_11 #input_11_5 input:checked + label:before {
        content: "\f00c";
        font-family: FontAwesome;
        font-size: 22px;
        text-align: center;
        line-height: 25px;
    }
}
#gform_submit_button_2,
#gform_submit_button_11 {
    position: absolute;
    right: 0;
    margin-top: -74px;
}
#gform_submit_button_11 {
	background-color: #e47a3a;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	#gform_submit_button_2,
	#gform_submit_button_11 {
        right: 15px;
    }
}
@media screen and (max-width: 767px) {
	#gform_submit_button_2,
	#gform_submit_button_11 {
        position: relative;
        margin: 0 auto;
        display: block;
        font-size: 14px;
        margin-bottom: 30px;
    }
}
.gfield_html {
    margin: 0 !important;
}
.gfield_required {
    display: none;
}
#gform_confirmation_message_2,
#gform_confirmation_message_11 {
    margin: 50px 0;
    text-align: center;
    font-size: 24px;
}
.gform_wrapper ul {
    padding-left: 0;
    list-style: none;
    margin-left: -10px;
    margin-right: -10px;
}
.gform_wrapper ul:after,
.gform_wrapper ul:before {
    content: " ";
    display: table;
}
.gform_wrapper ul:after {
    clear: both;
}
.gform_wrapper form {
    margin-bottom: 0;
}
.gform_wrapper .gfield_required {
    padding-left: 1px;
    color: #a94442;
}
.ginput_container textarea {
    height: auto;
    resize: none;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #a94442;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
    border-color: #a94442;
    background-color: #f2dede;
    color: #a94442;
}
.gform_wrapper .gfield_error input:focus,
.gform_wrapper .gfield_error select:focus,
.gform_wrapper .gfield_error textarea:focus {
    border-color: #a94442;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6);
}
.gform_validation_container {
    display: none;
}
.gfield_label {
    font-size: 16px;
}
.main {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width: 768px) {
    .main {
        float: left;
        width: 100%;
    }
}
.sidebar-primary .main {
    width: auto;
    float: none;
    padding-bottom: 48px;
    margin-left: 0;
}
@media screen and (min-width: 768px) {
    .sidebar-primary .main {
        margin-left: 215px;
    }
}
@media screen and (min-width: 1210px) {
    .sidebar-primary .main {
        margin-left: 310px;
    }
}
.sidebar {
    float: left;
    width: 215px;
    padding-left: 10px;
    padding-right: 15px;
}
@media screen and (min-width: 1210px) {
    .sidebar {
        padding-left: 120px;
        width: 310px;
        padding-right: 20px;
    }
}
.alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}
.aligncenter {
    display: block;
    margin: 11px auto;
}
.alignleft,
.alignright {
    margin-bottom: 11px;
}
@media (min-width: 768px) {
    .alignleft {
        float: left;
        margin-right: 11px;
    }
    .alignright {
        float: right;
        margin-left: 11px;
    }
}
.wp-caption-text {
    padding: 9px;
}
#history,
#rights {
    background-color: #595954;
}
#history .logo,
#rights .logo {
    width: 90px;
    height: 92px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#history .col-left,
#rights .col-left {
    position: relative;
}
#history .history-container,
#history .rights-container,
#rights .history-container,
#rights .rights-container {
    overflow: hidden;
    display: table;
    border-collapse: collapse;
    color: #fff;
    position: relative;
    width: 100%;
}
#history img,
#rights img {
    width: 100%;
}
#history p,
#rights p {
    font-family: calluna, serif;
    margin-bottom: 34px;
}
#history h1,
#rights h1 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.3em;
    line-height: 28px;
    margin: 0;
}
#history h2,
#rights h2 {
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.3em;
    line-height: 28px;
    margin: 0;
}
#history .divider,
#rights .divider {
    width: 100%;
    max-width: 416px;
    height: 1px;
    background-color: #6a6a65;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-51%);
    -ms-transform: translateX(-51%);
    -o-transform: translateX(-51%);
    transform: translateX(-51%);
}
#history .btn,
#history .comment-form input[type="submit"],
#history .gform_button,
#rights .btn,
#rights .comment-form input[type="submit"],
#rights .gform_button,
.comment-form #history input[type="submit"],
.comment-form #rights input[type="submit"] {
    width: 100%;
    max-width: 296px;
    height: 60px;
    padding: 18px 0;
}
#history .col-half,
#rights .col-half {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
#history .col-right,
#rights .col-right {
    text-align: center;
}
#history .div-img,
#rights .div-img {
    background: url(../../../../uploads/2019/03/img-protecting.jpg) no-repeat;
    width: auto;
    height: 500px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
#history .col-pull-right,
#rights .col-pull-right {
    left: 50%;
}
#history .col-push-left,
#rights .col-push-left {
    right: 50%;
}
#history .history-col-text,
#history .rights-col-text,
#rights .history-col-text,
#rights .rights-col-text {
    position: relative;
    width: 75%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
    #history .history-col-text,
    #history .rights-col-text,
    #rights .history-col-text,
    #rights .rights-col-text {
        width: 85%;
    }
}
@media screen and (max-width: 917px) {
    #rights .div-img {
        height: 600px;
    }
}
@media screen and (max-width: 767px) {
    #history,
    #rights {
        display: block;
    }
    #history h2,
    #rights h2 {
        font-size: 22px;
    }
    #history .history-container,
    #history .rights-container,
    #rights .history-container,
    #rights .rights-container {
        display: block;
    }
    #history .col-half,
    #rights .col-half {
        display: block;
        width: 100%;
    }
    #history .col-right,
    #rights .col-right {
        padding: 40px 0;
    }
    #history .col-push-left,
    #rights .col-push-left {
        right: 0;
    }
    #history .col-pull-right,
    #rights .col-pull-right {
        left: 0;
        height: 300px;
    }
    #history .divider,
    #rights .divider {
        margin: 10px 0;
    }
    #history .div-img,
    #rights .div-img {
        height: 100%;
    }
    #history .logo,
    #rights .logo {
        width: 90px;
    }
    #rights .col-pull-right {
        left: 0;
        height: 240px;
    }
    #rights .logo {
        width: 60px;
    }
}
@media screen and (max-width: 374px) {
    #history .history-col-text,
    #history .rights-col-text,
    #rights .history-col-text,
    #rights .rights-col-text {
        width: 80%;
    }
    #history .div-img,
    #rights .div-img {
        height: 300px;
    }
    #history .logo,
    #rights .logo {
        width: 90px;
    }
}
#history .div-img {
    background: url(../images/img-history.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 567px;
}
#history .history-col-text {
    width: 90%;
}
#history p {
    margin-bottom: 0;
}
@media screen and (max-width: 1279px) {
    #history p {
        font-size: 14px;
    }
}
@media screen and (max-width: 917px) {
    #history .div-img {
        height: 667px;
    }
}
@media screen and (max-width: 767px) {
    #history .div-img {
        height: 100%;
    }
}
.sidebar {
    font-size: 12px;
    letter-spacing: 1px;
}
.sidebar .widget {
    padding-top: 20px;
}
.comment-form .sidebar input[type="submit"],
.sidebar .btn,
.sidebar .comment-form input[type="submit"],
.sidebar .gform_button {
    height: 30px;
    width: 30px;
    padding: 0;
    font-size: 14px;
}
.sidebar input {
    font-weight: 300;
    font-size: 12px;
    font-style: italic;
}
.sidebar h3 {
    color: #fff;
    font-size: inherit;
    letter-spacing: inherit;
    margin-top: 13px;
}
.sidebar ul {
    text-transform: uppercase;
}
.sidebar h3,
.sidebar ul li {
    margin-bottom: 25px;
    line-height: 24px;
}
.sidebar a {
    color: #a29993;
    line-height: 1.2em;
    display: block;
}
.sidebar .free-evaluation a {
    color: #e47a3a;
}
.sidebar .free-evaluation svg {
    width: 27px;
    height: 27px;
    float: left;
}
.sidebar .free-evaluation svg path {
    fill: #e47a3a;
}
.sidebar .free-evaluation span {
    float: right;
    width: 80%;
    margin-top: -4px;
    line-height: 18px;
}
.content-info {
    color: #a29993;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .content-info {
        text-align: center;
    }
}
@media screen and (min-width: 1200px) {
    .content-info .container-fluid {
        padding: 0 50px;
    }
}
.content-info .logo {
    width: 49px;
    height: 50px;
    margin-top: 5px;
    max-width: 100%;
}
.content-info .menu {
    text-transform: uppercase;
    font-family: brandon-grotesque, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 0;
    line-height: 22px;
}
.content-info .menu a {
    color: #a29993;
}
.content-info .menu a:hover {
    color: #fff;
    text-decoration: none;
}
.footer-nav {
    background: #595954;
    padding: 25px 0 40px;
    font-family: calluna, serif;
    color: #a29993;
}
@media screen and (max-width: 767px) {
    .footer-nav {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .footer-nav .logo {
        margin: 0 auto;
        display: block;
    }
}
@media screen and (min-width: 768px) {
    .footer-nav .widget.svglogo {
        width: 5.7%;
    }
    .footer-nav .widget.widget_nav_menu {
        width: 22.27%;
    }
    .footer-nav .widget.gform_widget {
        width: 20.15%;
    }
    .footer-nav .widget.widget_text {
        width: 18.15%;
    }
    .footer-nav .widget.text-4 {
        width: 15.58%;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .footer-nav .widget.widget_nav_menu {
        width: 18.8%;
    }
    .footer-nav .widget.widget.gform_widget {
        width: 16.15%;
    }
    .footer-nav .widget.text-4 {
        width: 23.05%;
    }
    .footer-nav .widget.text-4 .h4 {
        font-size: 22px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1267px) {
    .footer-nav .widget.widget_nav_menu {
        width: 18.25%;
    }
    .footer-nav .widget.widget_text {
        width: 18.95%;
    }
    .footer-nav .widget.text-4 {
        width: 18%;
    }
    .footer-nav .widget.text-4 .h4 {
        font-size: 22px;
    }
}
.footer-nav .text-5 {
    padding: 50px 0;
}
.footer-nav .widget_text {
    line-height: 22px;
}
.footer-nav .widget_text h6 {
    margin-bottom: 5px;
}
.footer-nav .gfield_label {
    display: none;
}
.footer-nav .gfield {
    margin-top: 10px;
    margin-bottom: 0;
}
.footer-nav .email {
    max-width: 198px;
    font-weight: 300;
    font-size: 12px;
    font-style: italic;
}
.footer-nav #gform_submit_button_1 {
    font-family: brandon-grotesque, sans-serif;
    width: 93px;
    height: 30px;
    line-height: 12px;
}
.footer-nav h3,
.footer-nav h6 {
    font-weight: 500;
    margin-top: 0;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #e47a3a;
    margin: 5px 0 0 0;
    font-family: brandon-grotesque, sans-serif;
    letter-spacing: 2px;
}
.footer-nav .text-right h6 {
    color: #a29993;
}
.footer-nav .h4 {
    color: #e47a3a;
    font-size: 24px;
    font-family: brandon-grotesque, sans-serif;
    letter-spacing: 4px;
    margin-bottom: 0;
    margin-top: 0;
}
.footer-nav .text-right:first-child {
    margin-bottom: 30px;
}
.footer-nav a {
    color: #a29993;
}
.footer-nav a:hover {
    color: #e47a3a;
}
@media screen and (max-width: 767px) {
    .footer-nav .svglogo {
        padding-bottom: 25px;
        border-bottom: 1px solid #61615d;
    }
    .footer-nav #gform_submit_button_1,
    .footer-nav .text-2,
    .footer-nav .text-3 {
        display: none;
    }
    .footer-nav .menu {
        font-size: 16px;
        font-weight: 400;
    }
    .footer-nav .menu li {
        margin-left: -10px;
        margin-right: -10px;
        border-bottom: 1px solid #61615d;
    }
    .footer-nav .menu li a {
        height: 50px;
        line-height: 50px;
        display: inline-block;
        padding: 0 15px;
    }
    .footer-nav .gform_wrapper ul {
        margin-left: 0;
        margin-right: 0;
    }
    .footer-nav .email {
        margin: 0 auto;
        width: 100%;
        max-width: 400px;
        height: 54px;
    }
    .footer-nav .text-right {
        text-align: center;
    }
    .footer-nav .gform_widget {
        background: #686661;
        padding: 40px 0 30px;
        border-bottom: 1px solid #615f5a;
    }
    .footer-nav .gform_widget h3 {
        margin-bottom: 10px;
    }
    .footer-nav h3,
    .footer-nav h6 {
        font-size: 16px;
        margin-top: 0;
        letter-spacing: 4.5px;
    }
    .footer-nav .h4 {
        font-size: 32px;
    }
    .footer-nav .text-right:first-child {
        margin-bottom: 50px;
    }
}
.sub-footer {
    background: #686661;
    padding: 40px 0;
    font-family: brandon-grotesque, sans-serif;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 500;
}
.footer-nav .sub-footer .text-4,
.sub-footer .footer-nav .text-4,
.sub-footer .hidden-xs {
    height: 30px;
    line-height: 30px;
}
.sub-footer h6 {
    font-weight: 500;
    margin-top: 0;
    font-size: 12px;
    color: #e47a3a;
}
.comment-form .sub-footer input[type="submit"],
.sub-footer .btn,
.sub-footer .comment-form input[type="submit"],
.sub-footer .gform_button {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border-width: 0;
    padding: 0;
    color: #686661;
    margin: 0 10px;
}
.comment-form .sub-footer input[type="submit"]:hover svg path,
.sub-footer .btn:hover svg path,
.sub-footer .comment-form input[type="submit"]:hover svg path,
.sub-footer .gform_button:hover svg path {
    fill: #fff;
}
.sub-footer .pipe {
    padding: 0 30px 0 20px;
    height: 30px;
    line-height: 30px;
}
.sub-footer .coplex {
    height: 30px;
    line-height: 30px;
}
@media screen and (max-width: 767px) {
    .sub-footer h6 {
        font-size: 16px;
        margin-top: 0;
        letter-spacing: 4.5px;
        margin-bottom: 20px;
    }
    .comment-form .sub-footer input[type="submit"],
    .sub-footer .btn,
    .sub-footer .comment-form input[type="submit"],
    .sub-footer .gform_button {
        width: 54px;
        height: 53px;
        margin-bottom: 12px;
    }
    .sub-footer .social {
        text-align: center;
        display: block;
        margin: 0 auto;
    }
    .sub-footer .pipe {
        display: none;
    }
    .sub-footer .legal {
        border-top: 1px solid #615f5a;
        margin-top: 25px;
        padding-top: 35px;
        font-size: 16px;
        letter-spacing: 2.5px;
        margin-bottom: 15px;
    }
    .sub-footer .coplex {
        font-size: 16px;
        letter-spacing: 2.5px;
    }
}
@media screen and (max-width: 767px) {
    .sub-footer {
        margin-bottom: 50px;
    }
}
main .lg-padding.content {
    padding-bottom: 30px;
}
main .lg-padding.content ol,
main .lg-padding.content ul {
    font-family: calluna, serif;
    padding-left: 14px;
}
main .lg-padding.content img {
    max-width: 100%;
    height: auto;
}
article.post-11 {
    border-bottom: 1px solid #eee;
    margin-bottom: 35px;
    padding-bottom: 20px;
}
#contact-info {
    padding-top: 22px;
}
#contact-info h4 {
    color: #595954;
    margin-bottom: 4px;
}
#contact-info p {
    font-family: calluna, serif;
    line-height: 26px;
}
#contact-info .location-name {
    color: #a29993;
    line-height: 18px;
    margin-top: 26px;
}
@media screen and (max-width: 1199px) {
    #contact-info .location-name {
        margin: 10px 0;
    }
}
#contact-info .location-phone {
    color: #e47a3a;
    font-size: 42px;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 48px;
    padding-bottom: 9px;
}
@media screen and (min-width: 768px) and (max-width: 964px) {
    #contact-info .location-phone {
        font-size: 31px;
    }
}
@media screen and (max-width: 991px) {
    #contact-info .col-xs-12 {
        margin: 10px 0 20px;
    }
}
#contact-info .mobile-content {
    margin: 1rem 0;
}
#contact-info .mobile-content h1 {
    margin: 1rem 0;
}
#maps .row {
    background: #595954;
    color: #fff;
}
#maps .location-name {
    margin-bottom: 22px;
    color: #fff;
    letter-spacing: 7px;
    font-weight: 500;
    margin-top: 40px;
}
#maps .location-address {
    font-size: 20px;
    font-family: calluna, serif;
    margin-bottom: 31px;
    margin-top: 20px;
}
#maps .btn,
#maps .comment-form input[type="submit"],
#maps .gform_button,
.comment-form #maps input[type="submit"] {
    width: 292px;
    height: 60px;
    line-height: 42px;
    margin-bottom: 40px;
}
#maps .mapcanvas {
    width: 100%;
    height: 400px;
    max-width: none;
    position: relative;
}
@media screen and (max-width: 767px) {
    #maps .mapcanvas {
        height: 200px;
    }
}
#maps .divider {
    background-color: #6a6a65;
    height: 4px;
}
@media screen and (min-width: 768px) {
    #maps .info,
    #maps .map {
        padding: 0;
        height: 400px;
    }
    #maps .info {
        position: relative;
    }
    #maps .info:after {
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-width: 8px;
        margin-top: -8px;
        z-index: 4;
    }
    #maps .info.pull-left:after {
        border-left-color: #595954;
        left: 100%;
    }
    #maps .info.pull-right:after {
        border-right-color: #595954;
        right: 100%;
    }
    #maps .location-name {
        margin-top: 109px;
        border-bottom: 1px solid #6a6a65;
        display: inline-block;
        width: 413px;
        max-width: 90%;
        padding-bottom: 18px;
    }
    #maps .location-address {
        margin-top: 0;
    }
}
@media screen and (min-width: 992px) {
    #contact-info .location-phone {
        letter-spacing: 7px;
    }
}
.parent-link a {
    position: absolute;
    right: 10px;
    top: 20px;
}
.single-post .page-header h1 {
    visibility: hidden;
}
@media screen and (min-width: 1210px) {
    .parent-link a {
        right: 120px;
    }
}
.page-header-alt .clearfix {
    height: 86px;
}
.page-header-alt h1 {
    padding-top: 69px;
    margin-top: 0;
    margin-bottom: 29px;
}
.sidebar-primary .wrap.container-fluid {
    background: #595954;
}
.sidebar-primary .wrap.container-fluid main {
    background: #fff;
    margin-top: -70px;
}
.sidebar-primary article {
    word-wrap: break-word;
    padding-bottom: 20px;
}
.sidebar-primary article.parent,
.sidebar-primary article.summary {
    border-bottom: 1px solid #eee;
    margin-bottom: 35px;
}
.sidebar-primary article.parent:last-child {
    border-width: 0;
    margin-bottom: 0;
}
.sidebar-primary article header {
    margin-bottom: 12px;
}
.sidebar-primary article .entry-title {
    color: #e47a3a;
    font-weight: 300;
    margin: 0;
}
.sidebar-primary article time {
    font-family: calluna, serif;
    font-style: italic;
    font-weight: 300;
}
.comment-form .sidebar-primary article input[type="submit"],
.footer-nav .sidebar-primary article #gform_submit_button_1,
.sidebar-primary article .btn-primary,
.sidebar-primary article .comment-form input[type="submit"],
.sidebar-primary article .footer-nav #gform_submit_button_1 {
    padding: 18px 0;
    width: 290px;
    margin-bottom: 20px;
    margin-top: 40px;
}
.sidebar-primary article p.more {
    padding-top: 10px;
    font-size: 15px;
}
.sidebar-primary article figure,
.sidebar-primary article img {
    height: auto;
    max-width: 100%;
}
.sidebar-primary .navigation,
.sidebar-primary .page-header-alt,
.sidebar-primary article {
    padding-right: 10px;
    padding-left: 10px;
}
@media screen and (min-width: 1210px) {
    .sidebar-primary .navigation,
    .sidebar-primary .page-header-alt,
    .sidebar-primary article {
        padding-right: 120px;
        padding-left: 30px;
    }
}
.sidebar-primary .page-numbers {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 0 0 14px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}
.sidebar-primary .page-numbers.current,
.sidebar-primary .page-numbers.next,
.sidebar-primary .page-numbers.prev {
    background-color: #e47a3a;
    color: #fff;
}
.sidebar-primary .page-numbers.dots {
    color: #e47a3a;
}
@media screen and (max-width: 1209px) {
    .sidebar-primary .wrap.container-fluid main {
        margin-top: 0;
    }
    .single-post .page-header h1 {
        display: none;
    }
}
#hero {
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 646px;
    width: auto;
    position: relative;
}
.hero-content {
    position: absolute;
    left: 120px;
    width: 50%;
    top: 35%;
}
.hero-content .bg-overlay {
    display: none;
}
.hero-content h1,
.hero-content h2 {
    font-size: 26px;
    color: #fff;
    letter-spacing: 0.26em;
    line-height: 2;
}
.hero-content h1 span,
.hero-content h2 span {
    display: block;
    text-transform: capitalize;
    font-family: calluna, serif;
    font-size: 16px;
    line-height: 4;
    letter-spacing: 0;
}
@media screen and (min-width: 992px) {
    .hero-content h1,
    .hero-content h2 {
        width: 630px;
    }
}
@media screen and (max-width: 767px) {
    #hero {
        height: 517px;
        width: auto;
        -webkit-background-size: cover;
        background-size: cover;
        background-position-x: 70%;
    }
    .hero-content {
        width: 65%;
        left: 50%;
        top: 56%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .bg-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.45;
    }
    .btn.get-started,
    .comment-form input.get-started[type="submit"],
    .get-started.gform_button {
        padding-left: 25px;
        padding-right: 25px;
        white-space: normal;
    }
}
@media screen and (max-width: 565px) {
    .hero-content {
        width: 90%;
    }
}
@media screen and (max-width: 533px) {
    .hero-content h1,
    .hero-content h2 {
        font-size: 23px;
        margin-bottom: 22px;
    }
}
@media screen and (max-width: 363px) {
    .hero-content {
        width: 80%;
    }
}
#practice-areas .nav-tabs {
    border: 0;
    background-color: #595954;
}
#practice-areas .nav-tabs li {
    margin-bottom: 0;
    text-align: center;
    width: 20%;
}
#practice-areas .nav-tabs li a {
    font-weight: 500;
    text-transform: uppercase;
    color: #a29993;
    font-size: 12px;
    letter-spacing: 0.067em;
    padding: 21.5px 0;
    position: relative;
    border: 0;
}
#practice-areas .nav-tabs li a:hover {
    background-color: transparent;
    border: 0;
    color: #fff;
}
#practice-areas .nav-tabs li.active a {
    background-color: transparent;
}
#practice-areas .tab-arrow {
    width: 22px;
    height: 45px;
}
#practice-areas .next-tab,
#practice-areas .prev-tab {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.1;
    -webkit-transition: linear 0.3s opacity;
    -o-transition: linear 0.3s opacity;
    transition: linear 0.3s opacity;
    z-index: 100;
}
#practice-areas .next-tab:hover,
#practice-areas .prev-tab:hover {
    opacity: 0.25;
}
#practice-areas .prev-tab {
    left: 45px;
}
#practice-areas .next-tab {
    right: 45px;
}
#practice-areas .next-tab .tab-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#practice-areas .tab-content {
    position: relative;
}
#practice-areas .tab-content p {
    line-height: 30px;
}
#practice-areas .tab-content .indicators {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    text-align: center;
}
#practice-areas .tab-content .indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #e5e5e5;
    border-radius: 50%;
    -webkit-transition: linear 0.2s background-color;
    -o-transition: linear 0.2s background-color;
    transition: linear 0.2s background-color;
}
#practice-areas .tab-content .indicators li.active {
    background-color: #8a8a87;
}
.tab-pane {
    position: relative;
    padding: 30px 0;
}
.tab-pane p {
    font-family: calluna, serif;
}
.tab-pane-content {
    width: calc(100% - 270px);
    display: inline-block;
    vertical-align: middle;
}
.tab-pane-content a {
    font-family: calluna, serif;
}
.practice-badge {
    display: inline-block;
    position: relative;
    width: 250px;
    height: 250px;
    vertical-align: middle;
    margin-left: 10px;
}
.practice-badge:hover {
    color: #fff;
    background-color: #e47a3a !important;
}
.practice-badge em {
    font-family: calluna, serif;
}
.practice-badge .arrow {
    width: 11px;
    height: 23px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    bottom: 10%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(270deg);
    -ms-transform: translateX(-50%) rotate(270deg);
    -o-transform: translateX(-50%) rotate(270deg);
    transform: translateX(-50%) rotate(270deg);
}
.badge-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
}
.badge-content .money {
    font-weight: 500;
    letter-spacing: 0.34em;
    font-size: 20px;
    font-family: brandon-grotesque, sans-serif;
}
.badge-content .sep em {
    position: relative;
    background-color: #e47a3a;
    padding: 0 10px;
}
.badge-content .sep .line {
    height: 1px;
    background-color: #fff;
    position: relative;
    top: 13px;
}
.badge-content .area-desc {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.34em;
    line-height: 22px;
}
@media screen and (max-width: 1199px) {
    #practice-areas .prev-tab {
        left: 30px;
    }
    #practice-areas .next-tab {
        right: 30px;
    }
}
@media screen and (max-width: 991px) {
    #practice-areas .tab-content {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media screen and (max-width: 900px) {
    #practice-areas .nav-tabs li a {
        font-size: 10px;
    }
}
@media screen and (max-width: 730px) {
    #practice-areas .nav-tabs {
        background: 0 0;
    }
    #practice-areas .nav-tabs li {
        width: 100%;
    }
    #practice-areas .nav-tabs li a {
        background-color: #fff;
        color: #a29993;
        font-size: 17px;
        border-bottom: 1px solid #e9e7e5 !important;
        margin: 0;
    }
    #practice-areas .nav-tabs li a:hover {
        color: #000;
    }
    #practice-areas .nav-tabs li a::after {
        display: none;
    }
    #practice-areas .nav-tabs li.active a {
        background-color: transparent;
        color: #a29993;
        margin-top: 0;
    }
    .tab-pane-content {
        text-align: center;
        width: 100%;
    }
    .tab-pane-content .read-more {
        width: 260px;
        background-color: #e47a3a;
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        font-family: brandon-grotesque, sans-serif;
        display: block;
        margin: 0 auto;
        padding: 20px 0;
    }
    .tab-pane-content .read-more em {
        font-style: normal;
    }
    .tab-pane-content .read-more span {
        display: none;
    }
    .tab-pane-content p {
        margin-bottom: 23px;
    }
    .practice-badge {
        margin: 3px 0 10px;
    }
    .tab-pane {
        padding: 0 0 30px;
    }
    #practice-areas .next-tab,
    #practice-areas .prev-tab {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        top: 26px;
    }
    #practice-areas .next-tab:hover,
    #practice-areas .prev-tab:hover {
        opacity: 1;
    }
    #practice-areas .next-tab .tab-arrow,
    #practice-areas .prev-tab .tab-arrow {
        display: none;
    }
    #practice-areas .prev-tab:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5.5px 10px 5.5px 0;
        border-color: transparent #595954 transparent transparent;
        position: absolute;
    }
    #practice-areas .next-tab:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5.5px 0 5.5px 10px;
        border-color: transparent transparent transparent #595954;
        position: absolute;
    }
}
@media screen and (min-width: 731px) {
    .visible-custom {
        display: none;
    }
}
@media screen and (max-width: 496px) {
    .tab-pane-content h2 {
        font-size: 14px;
    }
    #practice-areas .tab-content {
        padding-left: 0;
        padding-right: 0;
    }
    #practice-areas .next-tab,
    #practice-areas .prev-tab {
        top: 27px;
    }
    #practice-areas .prev-tab {
        left: 10px;
    }
    #practice-areas .next-tab {
        right: 20px;
    }
}
#success-stories .stories-container {
    margin-bottom: 90px;
}
#success-stories .slick-arrow {
    top: -70px;
    z-index: 20;
}
#success-stories p {
    font-family: calluna, serif;
}
#success-stories h2 {
    margin: 88px 0 45px;
}
#success-stories .stories-container {
    border-collapse: collapse;
    position: relative;
    color: #595954;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 50px;
}
#success-stories .col-4 {
    height: 200px;
    padding: 0 30px 35px;
    position: relative;
    text-align: center;
    width: 25%;
}
#success-stories .outcome {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    padding: 0 15px;
}
#success-stories .outcome h5 {
    margin-top: 0;
    margin-bottom: 3px;
}
#success-stories .outcome h6 {
    color: #e47a3a;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin: 0;
}
@media screen and (max-width: 1199px) {
    #success-stories .slick-arrow {
        top: 50%;
    }
    #success-stories .col-4 {
        height: 300px;
    }
    #success-stories p {
        padding-bottom: 20px;
    }
    #success-stories .outcome {
        font-size: 20px;
    }
    #success-stories .outcome h6 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    #success-stories {
        display: block;
        padding: 30px 10px;
    }
    #success-stories h2 {
        margin-top: 30px;
        margin-bottom: 0;
    }
    #success-stories .stories-container {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
    #success-stories .col-4 {
        display: block;
        height: 350px;
        width: 100%;
        padding: 30px 20px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 480px) {
    #success-stories .col-4 {
        height: auto;
    }
}
#regions {
    background: url(../images/bg-court@2x.jpg) no-repeat;
    height: 500px;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
#regions .text-container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
}
#regions h2 {
    line-height: 1.9;
    color: #fff;
}
@media screen and (max-width: 910px) {
    #regions {
        height: 395px;
    }
}
@media screen and (max-width: 767px) {
    #regions h2 {
        font-size: 16px;
    }
}
@media screen and (max-width: 454px) {
    #regions h2 {
        font-size: 14px;
    }
}
@media screen and (max-width: 414px) {
    #regions .text-container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.home #free-evaluation {
    padding: 80px 0;
}
#free-evaluation h2 {
    color: #fff;
    letter-spacing: 0.38em;
    display: inline;
}
#free-evaluation .divider {
    width: 100%;
    max-width: 685px;
    height: 1px;
    background-color: #e7884e;
    margin-top: 13px;
    margin-bottom: 13px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#free-evaluation .text-container {
    width: 70%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#free-evaluation p {
    font-family: calluna, serif;
    margin-bottom: 35px;
}
#free-evaluation .logo {
    height: 14px;
    width: 14px;
    display: inline;
    margin-right: 5px;
}
#free-evaluation .btn,
#free-evaluation .comment-form input[type="submit"],
#free-evaluation .gform_button,
.cmml-section .gform_button,
.comment-form #free-evaluation input[type="submit"] {
    width: 292px;
    padding: 20px 0;
}
@media screen and (max-width: 984px) {
    #free-evaluation h2 {
        line-height: 1.56;
    }
}
@media screen and (max-width: 819px) {
    #free-evaluation .logo {
        display: none;
    }
    #free-evaluation .text-container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    body.home #free-evaluation .logo {
        height: 45px;
        width: auto;
        margin: 0 auto 25px auto;
        display: block;
        text-align: center;
    }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
    .home #free-evaluation {
        padding: 60px 0;
    }
    #free-evaluation .text-container h2 {
        font-size: 18px;
        display: block;
        margin-bottom: 30px;
        margin-top: 0;
    }
    #free-evaluation .text-container .divider {
        display: none;
    }
    #free-evaluation .text-container p {
        display: none;
    }
}
@media screen and (max-width: 414px) {
    .home #free-evaluation {
        padding: 60px 0;
    }
    #free-evaluation .text-container h2 {
        font-size: 18px;
        display: block;
        margin-bottom: 30px;
        margin-top: 0;
    }
    #free-evaluation .text-container p {
        display: none;
    }
    #free-evaluation .text-container .divider {
        display: none;
    }
}
#extras {
    padding: 60px 0;
}
@media screen and (min-width: 992px) {
    #tab-section {
        width: 70%;
        margin: 4em auto;
        border: 1px solid #ebebeb;
        padding: 20px 15px 20px 30px;
    }
    #tab-section ul.nav-tabs {
        border: none;
    }
    #tab-section ul.nav-tabs li a {
        color: #595954;
        border: none;
        text-align: left;
        padding: 10px 50px 20px 0;
        font-size: 14px;
    }
    #tab-section ul.nav-tabs li a:hover {
        background-color: transparent;
        color: #e47a3a;
    }
    #tab-section ul.nav-tabs li.active a {
        color: #e47a3a;
    }
    #tab-section .tab-content {
        height: 350px;
        overflow: auto;
    }
    #tab-section .tab-content > .tab-pane {
        padding: 10px 20px 15px 0;
    }
}
#phone-cta {
    padding: 65px 0;
    text-align: center;
    overflow: hidden;
}
#phone-cta h2 {
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.185em;
    margin-left: 0.185em;
    margin-bottom: 20px;
    margin-top: 0;
}
#phone-cta h2 a {
    color: #fff;
    margin: 0;
    padding: 0;
    display: inline;
    text-decoration: none;
}
#phone-cta a {
    padding: 20px 37px;
}
#phone-cta .footer-nav a#gform_submit_button_1,
#phone-cta a.btn-primary,
.footer-nav #phone-cta a#gform_submit_button_1 {
    background-color: #ff8e49;
}
@media screen and (min-width: 480px) {
    #phone-cta {
        display: none;
    }
}
#live-chat-cta h2 {
    color: #595954;
    letter-spacing: 0.38em;
    line-height: 1.5;
}
#live-chat-cta .text-container {
    padding: 60px 20px;
}
#live-chat-cta p {
    font-family: calluna, serif;
    margin-bottom: 35px;
}
#live-chat-cta .logo {
    height: 14px;
    width: 14px;
    display: inline;
    margin-right: 5px;
}
#live-chat-cta .btn,
#live-chat-cta .comment-form input[type="submit"],
#live-chat-cta .gform_button,
.comment-form #live-chat-cta input[type="submit"] {
    width: 292px;
    padding: 20px 0;
}
#live-chat-cta .btn:hover,
#live-chat-cta .comment-form input[type="submit"]:hover,
#live-chat-cta .gform_button:hover,
.comment-form #live-chat-cta input[type="submit"]:hover {
    background-color: #fff;
    color: #e47a3a;
    border-color: #e47a3a;
}
@media screen and (min-width: 480px) {
    #live-chat-cta h2 {
        margin-bottom: 10px;
    }
    #live-chat-cta .text-container {
        width: 55%;
        margin: 5rem auto;
    }
}
.record-of-success #free-evaluation {
    padding: 80px 0;
}
.record-of-success #free-evaluation .divider {
    width: 435px;
}
@media screen and (max-width: 390px) {
    .record-of-success .page-header .lg-padding {
        padding-left: 10px;
        padding-right: 10px;
    }
}
#success .btn,
#success .comment-form input[type="submit"],
#success .gform_button,
.comment-form #success input[type="submit"] {
    width: 186px;
    padding: 18px 0;
}
#success .practice-badge {
    margin-left: 0;
}
@media screen and (max-width: 767px) {
    #success .practice-badge {
        margin-bottom: 30px;
    }
    .practice-featured {
        text-align: center;
    }
}
.practice-item {
    padding-top: 50px;
    border-top: 2px solid #eee;
}
.practice-featured {
    padding-top: 13px;
}
.practice-featured h3 {
    margin-top: 0;
}
.practice-featured,
.practice-item {
    padding-bottom: 50px;
}
.practice-featured h3,
.practice-item h3 {
    letter-spacing: 0.38em;
    margin-bottom: 0;
}
.practice-featured h5,
.practice-item h5 {
    margin-top: 0;
}
.practice-featured p,
.practice-item p {
    margin-bottom: 20px;
}
#load-more {
    padding: 50px 0;
    border-top: 2px solid #eee;
}
#load-more .btn,
#load-more .comment-form input[type="submit"],
#load-more .gform_button,
.comment-form #load-more input[type="submit"] {
    width: 240px;
    padding: 18px 0;
}
#loader {
    max-width: 500px;
    margin: 0 auto;
}
.the-firm .size-full {
    width: 100%;
    height: auto;
    margin-top: 25px;
    margin-bottom: 22px;
}
.the-firm .page-content {
    padding-top: 23px;
    padding-bottom: 40px;
}
.the-firm #free-evaluation {
    padding: 0;
}
#about-team {
    padding-top: 40px;
    padding-bottom: 60px;
}
#about-team h2 {
    color: #e47a3a;
}
#about-team p {
    margin-bottom: 45px;
}
#about-team .btn,
#about-team .comment-form input[type="submit"],
#about-team .gform_button,
.comment-form #about-team input[type="submit"] {
    width: 290px;
    padding: 18px 0;
}
.practice-areas.landing h2 {
    margin-bottom: 0;
    margin-top: 0;
}
.practice-areas.landing h5 {
    margin-top: 6px;
    margin-bottom: 7px;
}
.practice-areas.landing p {
    margin-bottom: 15px;
}
.practice-areas.landing ul {
    margin-bottom: 35px;
}
.comment-form .practice-areas.landing input[type="submit"],
.practice-areas.landing .btn,
.practice-areas.landing .comment-form input[type="submit"],
.practice-areas.landing .gform_button {
    width: 290px;
    padding: 18px 0;
}
.practice-areas.landing .area {
    padding: 50px;
}
.practice-areas.landing .row:first-child .col-6-height:first-child {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.practice-areas.landing .row:first-child .col-6-height:nth-child(2n) {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.practice-areas.landing .row:nth-child(2n) .col-6-height:first-child {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.practice-areas.landing .row:nth-child(2n) .col-6-height:nth-child(2n) {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.practice-areas.landing .row:last-child .col-12-height {
    border-top: 1px solid #eee;
}
.practice-areas.landing .page_item {
    display: inline-block;
}
.practice-areas.landing .page_item a {
    line-height: 1.8;
    font-family: calluna, serif;
    position: relative;
    padding: 0 11px 0 8px;
}
.practice-areas.landing .page_item a:after {
    content: "|";
    color: #595954;
    position: absolute;
    right: 0;
}
.practice-areas.landing .page_item:last-child a:after {
    content: "";
}
@media screen and (max-width: 1023px) {
    .practice-areas.landing .row-xs-height {
        display: block;
    }
    .practice-areas.landing .container-xs-height {
        display: block;
    }
    .practice-areas.landing .col-6-height {
        display: block;
        width: 100%;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;
    }
    .practice-areas.landing .row:first-child .col-6-height:first-child {
        border-right: 0;
        border-bottom: 1px solid #eee;
    }
    .practice-areas.landing .row:first-child .col-6-height:nth-child(2n) {
        border-left: 0;
        border-bottom: 1px solid #eee;
    }
    .practice-areas.landing .row:nth-child(2n) .col-6-height:first-child {
        border-top: 1px solid #eee;
        border-right: 0;
        border-bottom: 1px solid #eee;
    }
    .practice-areas.landing .row:nth-child(2n) .col-6-height:nth-child(2n) {
        border-top: 1px solid #eee;
        border-left: 0;
        border-bottom: 1px solid #eee;
    }
    .practice-areas.landing .row:last-child .col-12-height {
        border-top: 1px solid #eee;
    }
}
@media screen and (max-width: 767px) {
    .practice-areas.landing .area {
        padding: 40px 20px;
    }
}
#the-team {
    max-width: 960px;
    margin: 0 auto;
    width: 66%;
}
#the-team h1 {
    margin-bottom: 20px;
    margin-top: 50px;
}
.member-item {
    float: left;
    width: 33%;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 30px;
}
.member-name {
    margin-top: 20px;
}
.team-name {
    color: #e47a3a;
    font-weight: 500;
    letter-spacing: 6px;
}
.team .contact {
    font-family: calluna, serif;
}
.team .contact p {
    margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
    .as-seen-on li {
        max-width: 25%;
    }
}
@media screen and (max-width: 1210px) {
    .member-item {
        padding: 0 15px;
    }
}
@media screen and (max-width: 1000px) {
    #the-team {
        width: 80%;
    }
}
@media screen and (max-width: 767px) {
    .member-item {
        width: 50%;
    }
}
@media screen and (max-width: 530px) {
    #the-team {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 450px) {
    .member-item {
        width: 100%;
    }
    .member-item img {
        margin: 0 auto;
    }
}
body.landing-page .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
body.landing-page .container:after,
body.landing-page .container:before {
    content: " ";
    display: table;
}
body.landing-page .container:after {
    clear: both;
}
@media (min-width: 768px) {
    body.landing-page .container {
        width: 90%;
    }
}
@media (min-width: 992px) {
    body.landing-page .container {
        width: 90%;
    }
}
@media (min-width: 1200px) {
    body.landing-page .container {
        width: 80%;
        max-width: 1140px;
    }
}
body.landing-page .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
body.landing-page .container-fluid:after,
body.landing-page .container-fluid:before {
    content: " ";
    display: table;
}
body.landing-page .container-fluid:after {
    clear: both;
}
body.landing-page .row {
    margin-left: -15px;
    margin-right: -15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
}
body.landing-page .row:after,
body.landing-page .row:before {
    content: " ";
    display: table;
}
body.landing-page .row:after {
    clear: both;
}
body.landing-page .row:last-child {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    body.landing-page .row {
        margin-bottom: 40px;
    }
}
body.landing-page div[class*="col-"] {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
body.landing-page div[class*="col-"]:last-child {
    margin-bottom: 0;
}
@media (min-width: 520px) {
    body.landing-page div[class*="col-"] {
        margin-bottom: 0;
    }
}
body.landing-page .col-lg-1,
body.landing-page .col-lg-10,
body.landing-page .col-lg-11,
body.landing-page .col-lg-12,
body.landing-page .col-lg-2,
body.landing-page .col-lg-3,
body.landing-page .col-lg-4,
body.landing-page .col-lg-5,
body.landing-page .col-lg-6,
body.landing-page .col-lg-7,
body.landing-page .col-lg-8,
body.landing-page .col-lg-9,
body.landing-page .col-md-1,
body.landing-page .col-md-10,
body.landing-page .col-md-11,
body.landing-page .col-md-12,
body.landing-page .col-md-2,
body.landing-page .col-md-3,
body.landing-page .col-md-4,
body.landing-page .col-md-5,
body.landing-page .col-md-6,
body.landing-page .col-md-7,
body.landing-page .col-md-8,
body.landing-page .col-md-9,
body.landing-page .col-sm-1,
body.landing-page .col-sm-10,
body.landing-page .col-sm-11,
body.landing-page .col-sm-12,
body.landing-page .col-sm-2,
body.landing-page .col-sm-3,
body.landing-page .col-sm-4,
body.landing-page .col-sm-5,
body.landing-page .col-sm-6,
body.landing-page .col-sm-7,
body.landing-page .col-sm-8,
body.landing-page .col-sm-9,
body.landing-page .col-xs-1,
body.landing-page .col-xs-10,
body.landing-page .col-xs-11,
body.landing-page .col-xs-12,
body.landing-page .col-xs-2,
body.landing-page .col-xs-3,
body.landing-page .col-xs-4,
body.landing-page .col-xs-5,
body.landing-page .col-xs-6,
body.landing-page .col-xs-7,
body.landing-page .col-xs-8,
body.landing-page .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
body.landing-page .col-xs-1,
body.landing-page .col-xs-10,
body.landing-page .col-xs-11,
body.landing-page .col-xs-12,
body.landing-page .col-xs-2,
body.landing-page .col-xs-3,
body.landing-page .col-xs-4,
body.landing-page .col-xs-5,
body.landing-page .col-xs-6,
body.landing-page .col-xs-7,
body.landing-page .col-xs-8,
body.landing-page .col-xs-9 {
    float: left;
}
body.landing-page .col-xs-1 {
    width: 8.3333333333%;
}
body.landing-page .col-xs-2 {
    width: 16.6666666667%;
}
body.landing-page .col-xs-3 {
    width: 25%;
}
body.landing-page .col-xs-4 {
    width: 33.3333333333%;
}
body.landing-page .col-xs-5 {
    width: 41.6666666667%;
}
body.landing-page .col-xs-6 {
    width: 50%;
}
body.landing-page .col-xs-7 {
    width: 58.3333333333%;
}
body.landing-page .col-xs-8 {
    width: 66.6666666667%;
}
body.landing-page .col-xs-9 {
    width: 75%;
}
body.landing-page .col-xs-10 {
    width: 83.3333333333%;
}
body.landing-page .col-xs-11 {
    width: 91.6666666667%;
}
body.landing-page .col-xs-12 {
    width: 100%;
}
body.landing-page .col-xs-pull-0 {
    right: auto;
}
body.landing-page .col-xs-pull-1 {
    right: 8.3333333333%;
}
body.landing-page .col-xs-pull-2 {
    right: 16.6666666667%;
}
body.landing-page .col-xs-pull-3 {
    right: 25%;
}
body.landing-page .col-xs-pull-4 {
    right: 33.3333333333%;
}
body.landing-page .col-xs-pull-5 {
    right: 41.6666666667%;
}
body.landing-page .col-xs-pull-6 {
    right: 50%;
}
body.landing-page .col-xs-pull-7 {
    right: 58.3333333333%;
}
body.landing-page .col-xs-pull-8 {
    right: 66.6666666667%;
}
body.landing-page .col-xs-pull-9 {
    right: 75%;
}
body.landing-page .col-xs-pull-10 {
    right: 83.3333333333%;
}
body.landing-page .col-xs-pull-11 {
    right: 91.6666666667%;
}
body.landing-page .col-xs-pull-12 {
    right: 100%;
}
body.landing-page .col-xs-push-0 {
    left: auto;
}
body.landing-page .col-xs-push-1 {
    left: 8.3333333333%;
}
body.landing-page .col-xs-push-2 {
    left: 16.6666666667%;
}
body.landing-page .col-xs-push-3 {
    left: 25%;
}
body.landing-page .col-xs-push-4 {
    left: 33.3333333333%;
}
body.landing-page .col-xs-push-5 {
    left: 41.6666666667%;
}
body.landing-page .col-xs-push-6 {
    left: 50%;
}
body.landing-page .col-xs-push-7 {
    left: 58.3333333333%;
}
body.landing-page .col-xs-push-8 {
    left: 66.6666666667%;
}
body.landing-page .col-xs-push-9 {
    left: 75%;
}
body.landing-page .col-xs-push-10 {
    left: 83.3333333333%;
}
body.landing-page .col-xs-push-11 {
    left: 91.6666666667%;
}
body.landing-page .col-xs-push-12 {
    left: 100%;
}
body.landing-page .col-xs-offset-0 {
    margin-left: 0;
}
body.landing-page .col-xs-offset-1 {
    margin-left: 8.3333333333%;
}
body.landing-page .col-xs-offset-2 {
    margin-left: 16.6666666667%;
}
body.landing-page .col-xs-offset-3 {
    margin-left: 25%;
}
body.landing-page .col-xs-offset-4 {
    margin-left: 33.3333333333%;
}
body.landing-page .col-xs-offset-5 {
    margin-left: 41.6666666667%;
}
body.landing-page .col-xs-offset-6 {
    margin-left: 50%;
}
body.landing-page .col-xs-offset-7 {
    margin-left: 58.3333333333%;
}
body.landing-page .col-xs-offset-8 {
    margin-left: 66.6666666667%;
}
body.landing-page .col-xs-offset-9 {
    margin-left: 75%;
}
body.landing-page .col-xs-offset-10 {
    margin-left: 83.3333333333%;
}
body.landing-page .col-xs-offset-11 {
    margin-left: 91.6666666667%;
}
body.landing-page .col-xs-offset-12 {
    margin-left: 100%;
}
@media (min-width: 768px) {
    body.landing-page .col-sm-1,
    body.landing-page .col-sm-10,
    body.landing-page .col-sm-11,
    body.landing-page .col-sm-12,
    body.landing-page .col-sm-2,
    body.landing-page .col-sm-3,
    body.landing-page .col-sm-4,
    body.landing-page .col-sm-5,
    body.landing-page .col-sm-6,
    body.landing-page .col-sm-7,
    body.landing-page .col-sm-8,
    body.landing-page .col-sm-9 {
        float: left;
    }
    body.landing-page .col-sm-1 {
        width: 8.3333333333%;
    }
    body.landing-page .col-sm-2 {
        width: 16.6666666667%;
    }
    body.landing-page .col-sm-3 {
        width: 25%;
    }
    body.landing-page .col-sm-4 {
        width: 33.3333333333%;
    }
    body.landing-page .col-sm-5 {
        width: 41.6666666667%;
    }
    body.landing-page .col-sm-6 {
        width: 50%;
    }
    body.landing-page .col-sm-7 {
        width: 58.3333333333%;
    }
    body.landing-page .col-sm-8 {
        width: 66.6666666667%;
    }
    body.landing-page .col-sm-9 {
        width: 75%;
    }
    body.landing-page .col-sm-10 {
        width: 83.3333333333%;
    }
    body.landing-page .col-sm-11 {
        width: 91.6666666667%;
    }
    body.landing-page .col-sm-12 {
        width: 100%;
    }
    body.landing-page .col-sm-pull-0 {
        right: auto;
    }
    body.landing-page .col-sm-pull-1 {
        right: 8.3333333333%;
    }
    body.landing-page .col-sm-pull-2 {
        right: 16.6666666667%;
    }
    body.landing-page .col-sm-pull-3 {
        right: 25%;
    }
    body.landing-page .col-sm-pull-4 {
        right: 33.3333333333%;
    }
    body.landing-page .col-sm-pull-5 {
        right: 41.6666666667%;
    }
    body.landing-page .col-sm-pull-6 {
        right: 50%;
    }
    body.landing-page .col-sm-pull-7 {
        right: 58.3333333333%;
    }
    body.landing-page .col-sm-pull-8 {
        right: 66.6666666667%;
    }
    body.landing-page .col-sm-pull-9 {
        right: 75%;
    }
    body.landing-page .col-sm-pull-10 {
        right: 83.3333333333%;
    }
    body.landing-page .col-sm-pull-11 {
        right: 91.6666666667%;
    }
    body.landing-page .col-sm-pull-12 {
        right: 100%;
    }
    body.landing-page .col-sm-push-0 {
        left: auto;
    }
    body.landing-page .col-sm-push-1 {
        left: 8.3333333333%;
    }
    body.landing-page .col-sm-push-2 {
        left: 16.6666666667%;
    }
    body.landing-page .col-sm-push-3 {
        left: 25%;
    }
    body.landing-page .col-sm-push-4 {
        left: 33.3333333333%;
    }
    body.landing-page .col-sm-push-5 {
        left: 41.6666666667%;
    }
    body.landing-page .col-sm-push-6 {
        left: 50%;
    }
    body.landing-page .col-sm-push-7 {
        left: 58.3333333333%;
    }
    body.landing-page .col-sm-push-8 {
        left: 66.6666666667%;
    }
    body.landing-page .col-sm-push-9 {
        left: 75%;
    }
    body.landing-page .col-sm-push-10 {
        left: 83.3333333333%;
    }
    body.landing-page .col-sm-push-11 {
        left: 91.6666666667%;
    }
    body.landing-page .col-sm-push-12 {
        left: 100%;
    }
    body.landing-page .col-sm-offset-0 {
        margin-left: 0;
    }
    body.landing-page .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }
    body.landing-page .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }
    body.landing-page .col-sm-offset-3 {
        margin-left: 25%;
    }
    body.landing-page .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }
    body.landing-page .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }
    body.landing-page .col-sm-offset-6 {
        margin-left: 50%;
    }
    body.landing-page .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }
    body.landing-page .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }
    body.landing-page .col-sm-offset-9 {
        margin-left: 75%;
    }
    body.landing-page .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }
    body.landing-page .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }
    body.landing-page .col-sm-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 992px) {
    body.landing-page .col-md-1,
    body.landing-page .col-md-10,
    body.landing-page .col-md-11,
    body.landing-page .col-md-12,
    body.landing-page .col-md-2,
    body.landing-page .col-md-3,
    body.landing-page .col-md-4,
    body.landing-page .col-md-5,
    body.landing-page .col-md-6,
    body.landing-page .col-md-7,
    body.landing-page .col-md-8,
    body.landing-page .col-md-9 {
        float: left;
    }
    body.landing-page .col-md-1 {
        width: 8.3333333333%;
    }
    body.landing-page .col-md-2 {
        width: 16.6666666667%;
    }
    body.landing-page .col-md-3 {
        width: 25%;
    }
    body.landing-page .col-md-4 {
        width: 33.3333333333%;
    }
    body.landing-page .col-md-5 {
        width: 41.6666666667%;
    }
    body.landing-page .col-md-6 {
        width: 50%;
    }
    body.landing-page .col-md-7 {
        width: 58.3333333333%;
    }
    body.landing-page .col-md-8 {
        width: 66.6666666667%;
    }
    body.landing-page .col-md-9 {
        width: 75%;
    }
    body.landing-page .col-md-10 {
        width: 83.3333333333%;
    }
    body.landing-page .col-md-11 {
        width: 91.6666666667%;
    }
    body.landing-page .col-md-12 {
        width: 100%;
    }
    body.landing-page .col-md-pull-0 {
        right: auto;
    }
    body.landing-page .col-md-pull-1 {
        right: 8.3333333333%;
    }
    body.landing-page .col-md-pull-2 {
        right: 16.6666666667%;
    }
    body.landing-page .col-md-pull-3 {
        right: 25%;
    }
    body.landing-page .col-md-pull-4 {
        right: 33.3333333333%;
    }
    body.landing-page .col-md-pull-5 {
        right: 41.6666666667%;
    }
    body.landing-page .col-md-pull-6 {
        right: 50%;
    }
    body.landing-page .col-md-pull-7 {
        right: 58.3333333333%;
    }
    body.landing-page .col-md-pull-8 {
        right: 66.6666666667%;
    }
    body.landing-page .col-md-pull-9 {
        right: 75%;
    }
    body.landing-page .col-md-pull-10 {
        right: 83.3333333333%;
    }
    body.landing-page .col-md-pull-11 {
        right: 91.6666666667%;
    }
    body.landing-page .col-md-pull-12 {
        right: 100%;
    }
    body.landing-page .col-md-push-0 {
        left: auto;
    }
    body.landing-page .col-md-push-1 {
        left: 8.3333333333%;
    }
    body.landing-page .col-md-push-2 {
        left: 16.6666666667%;
    }
    body.landing-page .col-md-push-3 {
        left: 25%;
    }
    body.landing-page .col-md-push-4 {
        left: 33.3333333333%;
    }
    body.landing-page .col-md-push-5 {
        left: 41.6666666667%;
    }
    body.landing-page .col-md-push-6 {
        left: 50%;
    }
    body.landing-page .col-md-push-7 {
        left: 58.3333333333%;
    }
    body.landing-page .col-md-push-8 {
        left: 66.6666666667%;
    }
    body.landing-page .col-md-push-9 {
        left: 75%;
    }
    body.landing-page .col-md-push-10 {
        left: 83.3333333333%;
    }
    body.landing-page .col-md-push-11 {
        left: 91.6666666667%;
    }
    body.landing-page .col-md-push-12 {
        left: 100%;
    }
    body.landing-page .col-md-offset-0 {
        margin-left: 0;
    }
    body.landing-page .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }
    body.landing-page .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }
    body.landing-page .col-md-offset-3 {
        margin-left: 25%;
    }
    body.landing-page .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }
    body.landing-page .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }
    body.landing-page .col-md-offset-6 {
        margin-left: 50%;
    }
    body.landing-page .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }
    body.landing-page .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }
    body.landing-page .col-md-offset-9 {
        margin-left: 75%;
    }
    body.landing-page .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }
    body.landing-page .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }
    body.landing-page .col-md-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 1200px) {
    body.landing-page .col-lg-1,
    body.landing-page .col-lg-10,
    body.landing-page .col-lg-11,
    body.landing-page .col-lg-12,
    body.landing-page .col-lg-2,
    body.landing-page .col-lg-3,
    body.landing-page .col-lg-4,
    body.landing-page .col-lg-5,
    body.landing-page .col-lg-6,
    body.landing-page .col-lg-7,
    body.landing-page .col-lg-8,
    body.landing-page .col-lg-9 {
        float: left;
    }
    body.landing-page .col-lg-1 {
        width: 8.3333333333%;
    }
    body.landing-page .col-lg-2 {
        width: 16.6666666667%;
    }
    body.landing-page .col-lg-3 {
        width: 25%;
    }
    body.landing-page .col-lg-4 {
        width: 33.3333333333%;
    }
    body.landing-page .col-lg-5 {
        width: 41.6666666667%;
    }
    body.landing-page .col-lg-6 {
        width: 50%;
    }
    body.landing-page .col-lg-7 {
        width: 58.3333333333%;
    }
    body.landing-page .col-lg-8 {
        width: 66.6666666667%;
    }
    body.landing-page .col-lg-9 {
        width: 75%;
    }
    body.landing-page .col-lg-10 {
        width: 83.3333333333%;
    }
    body.landing-page .col-lg-11 {
        width: 91.6666666667%;
    }
    body.landing-page .col-lg-12 {
        width: 100%;
    }
    body.landing-page .col-lg-pull-0 {
        right: auto;
    }
    body.landing-page .col-lg-pull-1 {
        right: 8.3333333333%;
    }
    body.landing-page .col-lg-pull-2 {
        right: 16.6666666667%;
    }
    body.landing-page .col-lg-pull-3 {
        right: 25%;
    }
    body.landing-page .col-lg-pull-4 {
        right: 33.3333333333%;
    }
    body.landing-page .col-lg-pull-5 {
        right: 41.6666666667%;
    }
    body.landing-page .col-lg-pull-6 {
        right: 50%;
    }
    body.landing-page .col-lg-pull-7 {
        right: 58.3333333333%;
    }
    body.landing-page .col-lg-pull-8 {
        right: 66.6666666667%;
    }
    body.landing-page .col-lg-pull-9 {
        right: 75%;
    }
    body.landing-page .col-lg-pull-10 {
        right: 83.3333333333%;
    }
    body.landing-page .col-lg-pull-11 {
        right: 91.6666666667%;
    }
    body.landing-page .col-lg-pull-12 {
        right: 100%;
    }
    body.landing-page .col-lg-push-0 {
        left: auto;
    }
    body.landing-page .col-lg-push-1 {
        left: 8.3333333333%;
    }
    body.landing-page .col-lg-push-2 {
        left: 16.6666666667%;
    }
    body.landing-page .col-lg-push-3 {
        left: 25%;
    }
    body.landing-page .col-lg-push-4 {
        left: 33.3333333333%;
    }
    body.landing-page .col-lg-push-5 {
        left: 41.6666666667%;
    }
    body.landing-page .col-lg-push-6 {
        left: 50%;
    }
    body.landing-page .col-lg-push-7 {
        left: 58.3333333333%;
    }
    body.landing-page .col-lg-push-8 {
        left: 66.6666666667%;
    }
    body.landing-page .col-lg-push-9 {
        left: 75%;
    }
    body.landing-page .col-lg-push-10 {
        left: 83.3333333333%;
    }
    body.landing-page .col-lg-push-11 {
        left: 91.6666666667%;
    }
    body.landing-page .col-lg-push-12 {
        left: 100%;
    }
    body.landing-page .col-lg-offset-0 {
        margin-left: 0;
    }
    body.landing-page .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }
    body.landing-page .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }
    body.landing-page .col-lg-offset-3 {
        margin-left: 25%;
    }
    body.landing-page .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }
    body.landing-page .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }
    body.landing-page .col-lg-offset-6 {
        margin-left: 50%;
    }
    body.landing-page .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }
    body.landing-page .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }
    body.landing-page .col-lg-offset-9 {
        margin-left: 75%;
    }
    body.landing-page .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }
    body.landing-page .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }
    body.landing-page .col-lg-offset-12 {
        margin-left: 100%;
    }
}
body.landing-page .col-ms-1,
body.landing-page .col-ms-10,
body.landing-page .col-ms-11,
body.landing-page .col-ms-12,
body.landing-page .col-ms-2,
body.landing-page .col-ms-3,
body.landing-page .col-ms-4,
body.landing-page .col-ms-5,
body.landing-page .col-ms-6,
body.landing-page .col-ms-7,
body.landing-page .col-ms-8,
body.landing-page .col-ms-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width: 520px) and (max-width: 767px) {
    body.landing-page .container {
        max-width: 748px;
    }
    .footer-nav body.landing-page .text-4,
    body.landing-page .footer-nav .text-4,
    body.landing-page .hidden-xs {
        display: block !important;
    }
}
@media (min-width: 520px) and (max-width: 767px) {
    body.landing-page .col-ms-1,
    body.landing-page .col-ms-10,
    body.landing-page .col-ms-11,
    body.landing-page .col-ms-12,
    body.landing-page .col-ms-2,
    body.landing-page .col-ms-3,
    body.landing-page .col-ms-4,
    body.landing-page .col-ms-5,
    body.landing-page .col-ms-6,
    body.landing-page .col-ms-7,
    body.landing-page .col-ms-8,
    body.landing-page .col-ms-9 {
        float: left;
    }
    body.landing-page .col-ms-1 {
        width: 8.3333333333%;
    }
    body.landing-page .col-ms-2 {
        width: 16.6666666667%;
    }
    body.landing-page .col-ms-3 {
        width: 25%;
    }
    body.landing-page .col-ms-4 {
        width: 33.3333333333%;
    }
    body.landing-page .col-ms-5 {
        width: 41.6666666667%;
    }
    body.landing-page .col-ms-6 {
        width: 50%;
    }
    body.landing-page .col-ms-7 {
        width: 58.3333333333%;
    }
    body.landing-page .col-ms-8 {
        width: 66.6666666667%;
    }
    body.landing-page .col-ms-9 {
        width: 75%;
    }
    body.landing-page .col-ms-10 {
        width: 83.3333333333%;
    }
    body.landing-page .col-ms-11 {
        width: 91.6666666667%;
    }
    body.landing-page .col-ms-12 {
        width: 100%;
    }
    body.landing-page .col-ms-pull-0 {
        right: auto;
    }
    body.landing-page .col-ms-pull-1 {
        right: 8.3333333333%;
    }
    body.landing-page .col-ms-pull-2 {
        right: 16.6666666667%;
    }
    body.landing-page .col-ms-pull-3 {
        right: 25%;
    }
    body.landing-page .col-ms-pull-4 {
        right: 33.3333333333%;
    }
    body.landing-page .col-ms-pull-5 {
        right: 41.6666666667%;
    }
    body.landing-page .col-ms-pull-6 {
        right: 50%;
    }
    body.landing-page .col-ms-pull-7 {
        right: 58.3333333333%;
    }
    body.landing-page .col-ms-pull-8 {
        right: 66.6666666667%;
    }
    body.landing-page .col-ms-pull-9 {
        right: 75%;
    }
    body.landing-page .col-ms-pull-10 {
        right: 83.3333333333%;
    }
    body.landing-page .col-ms-pull-11 {
        right: 91.6666666667%;
    }
    body.landing-page .col-ms-pull-12 {
        right: 100%;
    }
    body.landing-page .col-ms-push-0 {
        left: auto;
    }
    body.landing-page .col-ms-push-1 {
        left: 8.3333333333%;
    }
    body.landing-page .col-ms-push-2 {
        left: 16.6666666667%;
    }
    body.landing-page .col-ms-push-3 {
        left: 25%;
    }
    body.landing-page .col-ms-push-4 {
        left: 33.3333333333%;
    }
    body.landing-page .col-ms-push-5 {
        left: 41.6666666667%;
    }
    body.landing-page .col-ms-push-6 {
        left: 50%;
    }
    body.landing-page .col-ms-push-7 {
        left: 58.3333333333%;
    }
    body.landing-page .col-ms-push-8 {
        left: 66.6666666667%;
    }
    body.landing-page .col-ms-push-9 {
        left: 75%;
    }
    body.landing-page .col-ms-push-10 {
        left: 83.3333333333%;
    }
    body.landing-page .col-ms-push-11 {
        left: 91.6666666667%;
    }
    body.landing-page .col-ms-push-12 {
        left: 100%;
    }
    body.landing-page .col-ms-offset-0 {
        margin-left: 0;
    }
    body.landing-page .col-ms-offset-1 {
        margin-left: 8.3333333333%;
    }
    body.landing-page .col-ms-offset-2 {
        margin-left: 16.6666666667%;
    }
    body.landing-page .col-ms-offset-3 {
        margin-left: 25%;
    }
    body.landing-page .col-ms-offset-4 {
        margin-left: 33.3333333333%;
    }
    body.landing-page .col-ms-offset-5 {
        margin-left: 41.6666666667%;
    }
    body.landing-page .col-ms-offset-6 {
        margin-left: 50%;
    }
    body.landing-page .col-ms-offset-7 {
        margin-left: 58.3333333333%;
    }
    body.landing-page .col-ms-offset-8 {
        margin-left: 66.6666666667%;
    }
    body.landing-page .col-ms-offset-9 {
        margin-left: 75%;
    }
    body.landing-page .col-ms-offset-10 {
        margin-left: 83.3333333333%;
    }
    body.landing-page .col-ms-offset-11 {
        margin-left: 91.6666666667%;
    }
    body.landing-page .col-ms-offset-12 {
        margin-left: 100%;
    }
}
.footer-nav body.landing-page .text-5,
body.landing-page .footer-nav .text-5,
body.landing-page .visible-ms,
body.landing-page .visible-xs {
    display: none !important;
}
body.landing-page .visible-ms-block,
body.landing-page .visible-ms-inline,
body.landing-page .visible-ms-inline-block,
body.landing-page .visible-xs-block,
body.landing-page .visible-xs-inline,
body.landing-page .visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 519px) {
    .footer-nav body.landing-page .text-5,
    body.landing-page .footer-nav .text-5,
    body.landing-page .visible-xs {
        display: block !important;
    }
    .footer-nav body.landing-page table.text-5,
    body.landing-page .footer-nav table.text-5,
    body.landing-page table.visible-xs {
        display: table !important;
    }
    .footer-nav body.landing-page tr.text-5,
    body.landing-page .footer-nav tr.text-5,
    body.landing-page tr.visible-xs {
        display: table-row !important;
    }
    .footer-nav body.landing-page td.text-5,
    .footer-nav body.landing-page th.text-5,
    body.landing-page .footer-nav td.text-5,
    body.landing-page .footer-nav th.text-5,
    body.landing-page td.visible-xs,
    body.landing-page th.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 519px) {
    body.landing-page .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 519px) {
    body.landing-page .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 519px) {
    body.landing-page .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 520px) and (max-width: 767px) {
    body.landing-page .visible-ms {
        display: block !important;
    }
    body.landing-page table.visible-ms {
        display: table !important;
    }
    body.landing-page tr.visible-ms {
        display: table-row !important;
    }
    body.landing-page td.visible-ms,
    body.landing-page th.visible-ms {
        display: table-cell !important;
    }
}
@media (min-width: 520px) and (max-width: 767px) {
    body.landing-page .visible-ms-block {
        display: block !important;
    }
}
@media (min-width: 520px) and (max-width: 767px) {
    body.landing-page .visible-ms-inline {
        display: inline !important;
    }
}
@media (min-width: 520px) and (max-width: 767px) {
    body.landing-page .visible-ms-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 519px) {
    .footer-nav body.landing-page .text-4,
    body.landing-page .footer-nav .text-4,
    body.landing-page .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 520px) and (max-width: 767px) {
    body.landing-page .hidden-ms {
        display: none !important;
    }
}
html.landing-page .location-phone,
html.landing-page .location-title {
    font-family: brandon-grotesque, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    font-weight: 500;
}
html.landing-page .location-info p.intro-text,
html.landing-page .page-header-inner h2 {
    font-family: calluna, serif;
    font-style: italic;
    font-weight: 600;
    line-height: 1.15;
    font-size: 1.5rem;
    text-align: center;
    text-transform: none;
    letter-spacing: 0;
}
.landing-page-footer .footer-top.component .company-info-item {
    font-size: 1.5rem;
    font-style: italic;
    font-family: calluna, serif;
    font-weight: 600;
}
.landing-page-footer .footer-bottom .back-to-home,
.landing-page-footer .footer-bottom .copyright,
html.landing-page .content-row.contact-form-row label.gfield_label {
    text-transform: uppercase;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.2;
    font-size: 1rem;
}
@media (min-width: 992px) {
    .landing-page-footer .footer-bottom .back-to-home,
    .landing-page-footer .footer-bottom .copyright,
    html.landing-page .content-row.contact-form-row label.gfield_label {
        font-size: 0.778rem;
    }
}
html.landing-page {
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    font-family: brandon-grotesque, sans-serif;
    font-size: 14px;
}
@media (min-width: 768px) {
    html.landing-page {
        font-size: calc(0.9259259259vw + 6.89px);
    }
}
@media (min-width: 1200px) {
    html.landing-page {
        font-size: 18px;
    }
}
html.landing-page body {
    margin: 0;
    position: relative;
}
html.landing-page .orange-bg {
    background-color: #e47a3a;
}
html.landing-page .orange-bg a,
html.landing-page .orange-bg div,
html.landing-page .orange-bg li,
html.landing-page .orange-bg p {
    color: #fff;
}
html.landing-page .gray-bg {
    background-color: #595954;
}
html.landing-page .gray-bg a,
html.landing-page .gray-bg div,
html.landing-page .gray-bg li,
html.landing-page .gray-bg p {
    color: #fff;
}
html.landing-page .orange-txt {
    color: #e47a3a;
}
html.landing-page .gray-txt {
    color: #595954;
}
html.landing-page .white-txt {
    color: #fff;
}
html.landing-page .bigText {
    display: block;
    width: 100%;
}
html.landing-page .bigText > * {
    display: block;
}
.comment-form html.landing-page input.btn-white[type="submit"],
html.landing-page .btn-white.gform_button,
html.landing-page .btn.btn-white,
html.landing-page .comment-form input.btn-white[type="submit"] {
    background-color: #fff;
    color: #e47a3a;
}
@media (min-width: 992px) {
    .comment-form html.landing-page .btn-group-lg > input[type="submit"],
    .comment-form html.landing-page input.btn-lg[type="submit"],
    html.landing-page .btn-group-lg > .btn,
    html.landing-page .btn-group-lg > .gform_button,
    html.landing-page .btn-lg.gform_button,
    html.landing-page .btn.btn-lg,
    html.landing-page .comment-form .btn-group-lg > input[type="submit"],
    html.landing-page .comment-form input.btn-lg[type="submit"] {
        padding: 20px 50px;
        font-size: 0.778rem;
        letter-spacing: 1px;
        font-weight: 500;
    }
}
html.landing-page .location-phone {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 3.55rem;
}
html.landing-page .location-title {
    text-align: center;
    display: block;
    width: 100%;
}
html.landing-page .page-header {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
html.landing-page .logo-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: solid 5px #e47a3a;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 30px;
}
@media (min-height: 730px) {
    html.landing-page .logo-row {
        position: absolute;
    }
}
@media (min-width: 992px) {
    html.landing-page .logo-row {
        border-top: solid 10px #e47a3a;
    }
}
html.landing-page .logo-row .navbar-brand {
    height: auto;
    border: none;
    padding: 0;
    width: 100%;
    max-width: 25vw;
    margin-top: -5px;
    position: relative !important;
}
@media (min-width: 480px) {
    html.landing-page .logo-row .navbar-brand {
        max-width: 20vw;
    }
}
@media (min-width: 992px) {
    html.landing-page .logo-row .navbar-brand {
        max-width: 140px;
        margin-top: -10px;
    }
}
html.landing-page .logo-row .navbar-brand .logo-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30.285% 14.285%;
}
html.landing-page .logo-row .navbar-brand .logo-wrapper .logo {
    padding: 0;
    margin-bottom: 11%;
    max-height: 100px;
}
html.landing-page .logo-row .navbar-brand .logo-wrapper .logo-text {
    max-height: 13px;
}
html.landing-page .logo-row .navbar-brand svg {
    display: block;
    width: 100%;
    height: auto;
}
html.landing-page .page-header-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
html.landing-page .page-header-inner .col-xs-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-height: 730px) {
    html.landing-page .page-header-inner .col-xs-12 {
        -webkit-transform: translateY(25%);
        -ms-transform: translateY(25%);
        -o-transform: translateY(25%);
        transform: translateY(25%);
    }
}
html.landing-page .page-header-inner h1 {
    padding: 0;
    text-align: center;
    min-height: 0;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.15em;
    max-width: 100%;
}
@media (min-width: 768px) {
    html.landing-page .page-header-inner h1 {
        font-size: 48px;
    }
}
html.landing-page .page-header-inner h2 {
    color: #fff;
    margin: 15px 0 20px;
    max-width: 100%;
}
@media (min-width: 768px) {
    html.landing-page .page-header-inner h2 {
        margin: 30px 0 45px;
    }
}
html.landing-page .component {
    padding: 30px 15px;
}
@media (min-width: 768px) {
    html.landing-page .component {
        padding: 60px 0;
    }
}
@media (min-width: 992px) {
    html.landing-page .component {
        padding: 90px 0;
    }
}
html.landing-page .component.page-header {
    padding: 0;
}
html.landing-page .component.has-overlay {
    position: relative;
}
html.landing-page .component.has-overlay.left-overlay {
    padding: 6.94% 0 9.03%;
}
html.landing-page .component.has-overlay.inverse-overlay {
    padding: 9.0285% 0 13.89%;
}
@media (min-width: 768px) {
    html.landing-page .component.has-overlay .content {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}
html.landing-page .content-row.image-bg-content {
    padding: 0;
}
html.landing-page .content-row.image-bg-content .content {
    overflow: hidden;
    padding: 30px 15px;
}
@media (min-width: 768px) {
    html.landing-page .content-row.image-bg-content .content {
        padding: 60px 0;
    }
}
@media (min-width: 992px) {
    html.landing-page .content-row.image-bg-content .content {
        padding: 90px 0;
    }
}
html.landing-page .content-row.image-bg-content .overlay-image-wrapper {
    margin-bottom: -1px;
}
html.landing-page .content-row.image-bg-content .overlay-image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}
html.landing-page .content-row.contact-form-row .gform_wrapper ul {
    margin: 0 !important;
}
html.landing-page .content-row.contact-form-row label.gfield_label {
    color: #fff;
}
html.landing-page .content-row.contact-form-row #label_4_5_1 {
    font-family: calluna, serif;
    color: #fff;
}
html.landing-page .content-row.contact-form-row #label_4_5_1 a {
    color: #fff;
}
html.landing-page .content-row .title-col {
    position: relative;
    z-index: 5;
}
html.landing-page .content-row .section-icon {
    padding-right: 0 !important;
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    html.landing-page .content-row .section-icon {
        margin-bottom: 30px;
    }
}
html.landing-page .content-row .section-icon img {
    width: 100%;
    max-width: 80px;
    height: auto;
}
html.landing-page .content-row .gavel-image {
    z-index: -1;
}
@media (min-width: 480px) {
    html.landing-page .content-row .gavel-image {
        margin-top: -7.5%;
    }
}
html.landing-page .content-row .gavel-image img {
    display: block;
    width: 100%;
    height: auto;
}
html.landing-page .content-row h2 {
    font-size: 2.25rem;
    margin: 0;
}
@media (min-width: 520px) {
    html.landing-page .content-row h2 {
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) {
    html.landing-page .content-row h2 {
        font-size: 3rem;
    }
}
html.landing-page .content-row h2 span {
    display: block;
}
html.landing-page .content-row h2 .gray-txt,
html.landing-page .content-row h2 .sans-serif,
html.landing-page .content-row h2 .white-txt {
    line-height: 1;
    letter-spacing: 0.15em;
}
html.landing-page .content-row h2 .orange-txt,
html.landing-page .content-row h2 .serif {
    font-family: calluna, serif;
    font-style: italic;
    text-transform: lowercase;
    font-size: 0.703em;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 4.5px;
    margin-bottom: 0.5rem;
}
html.landing-page .content-row p {
    font-size: 1rem;
    line-height: 2.22;
}
html.landing-page .content-row p:last-child {
    margin-bottom: 0;
}
html.landing-page .location-info {
    padding: 0;
}
html.landing-page .location-info:not(.has-overlay) {
    padding: 15px 0;
}
html.landing-page .location-info .content {
    overflow: hidden;
    padding: 30px 15px;
}
@media (min-width: 768px) {
    html.landing-page .location-info .content {
        padding: 60px 0;
    }
}
@media (min-width: 992px) {
    html.landing-page .location-info .content {
        padding: 90px 0;
    }
}
html.landing-page .location-info .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
html.landing-page .location-info .row:after,
html.landing-page .location-info .row:before {
    display: none;
}
.comment-form html.landing-page .location-info input[type="submit"],
html.landing-page .location-info .btn,
html.landing-page .location-info .comment-form input[type="submit"],
html.landing-page .location-info .gform_button {
    margin-top: 15px;
}
@media (min-width: 768px) {
    .comment-form html.landing-page .location-info input[type="submit"],
    html.landing-page .location-info .btn,
    html.landing-page .location-info .comment-form input[type="submit"],
    html.landing-page .location-info .gform_button {
        margin-top: 30px;
    }
}
@media (min-width: 992px) {
    .comment-form html.landing-page .location-info input[type="submit"],
    html.landing-page .location-info .btn,
    html.landing-page .location-info .comment-form input[type="submit"],
    html.landing-page .location-info .gform_button {
        margin-top: 45px;
    }
}
html.landing-page .location-info p {
    margin: 0;
    text-align: center;
}
html.landing-page .location-info p.intro-text {
    white-space: nowrap;
    margin-bottom: 0.5rem;
}
html.landing-page .location-info .col-sm-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 480px) {
    html.landing-page .location-info .col-sm-6 {
        width: 66.67%;
    }
}
@media (min-width: 520px) {
    html.landing-page .location-info .col-sm-6 {
        width: 50%;
    }
}
@media (min-width: 992px) {
    html.landing-page .location-info .col-sm-6 {
        width: 41.67%;
    }
}
@media (min-width: 1200px) {
    html.landing-page .location-info .col-sm-6 {
        width: calc(33.33% + 60px);
    }
}
@media (min-width: 992px) {
    .landing-page-footer .footer-top.component {
        padding: 80px 0;
    }
}
@media (min-width: 768px) {
    .landing-page-footer .footer-top.component .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.landing-page-footer .footer-top.component .row [class*="col-"] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.landing-page-footer .footer-top.component .location-title {
    margin: 0;
    max-width: 200px;
}
@media (min-width: 992px) {
    .landing-page-footer .footer-top.component .location-title {
        max-width: 54.2857143%;
    }
}
.landing-page-footer .footer-top.component .company-info-item {
    font-size: 1.111111111rem;
    text-align: center;
    line-height: 1.65;
}
.landing-page-footer .footer-bottom {
    padding: 30px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 480px) {
    .landing-page-footer .footer-bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 768px) {
    .landing-page-footer .footer-bottom {
        padding: 30px;
    }
}
@media (min-width: 992px) {
    .landing-page-footer .footer-bottom {
        padding: 45px 50px;
    }
}
.landing-page-footer .footer-bottom .copyright {
    margin-bottom: 15px;
}
@media (min-width: 480px) {
    .landing-page-footer .footer-bottom .copyright {
        margin-bottom: 0;
    }
}
.overlay-wrapper {
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center bottom;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% + 4px);
    -webkit-transform: translate(-50%, 1px);
    -ms-transform: translate(-50%, 1px);
    -o-transform: translate(-50%, 1px);
    transform: translate(-50%, 1px);
}
.overlay-wrapper.left-overlay {
    background-image: url(../images/left-angle.svg);
}
.overlay-wrapper.left-overlay:after {
    padding-bottom: 5.25%;
}
.overlay-wrapper.inverse-overlay {
    background-image: url(../images/inverse-angle.svg);
}
.overlay-wrapper.inverse-overlay:after {
    padding-bottom: 10.416%;
}
.overlay-wrapper:after {
    content: "";
    width: 100%;
    height: 0;
    display: block;
}
