/* general rules */

/* font-family: 'Montserrat', sans-serif; */
h1,h2,h3,h4,h5,h6{

}
img {
max-width:100%;
height:auto;
vertical-align:top;
}

a {
    color:#c4a95c;
 transition:.5s;
}

a:hover{
    color:#a3883a;
}

.clear-fix:after {
 content:'';
 display:block;
 clear:both;
 height:0px;
}

.page-width{
  max-width:1300px;
  margin:0 auto;
}

.page-width-md {
    max-width: 1000px;
    margin: 0 auto;
}

.section-header{
    margin:110px 0 50px;
}
.section-header h2{
    font-weight:700;
    letter-spacing:3px;
    font-size:2.5em;
    text-transform:uppercase;
}

.interior-page {
    max-width: 1200px;
    margin: 0 auto;
}
/* header rules*/
.main-header {
    background: #000;
    position: fixed;
    width: 100%;
    z-index: 100;
    top:0;
}

.page-banner, .home-page {
    margin-top: 112px;
}

@media screen and (max-width:625px) {
    .main-header {
        position: relative;
    }
    .page-banner, .home-page {
        margin-top: 0;
    }
}

.header-wrapper {
 max-width:1300px;
 margin:0 auto;
 padding:20px 10px;
}
#logo {
    width:300px;
    float:left;
    transition:.5s;
}

.header-social {
    width: 130px;
    float: right;
    /*margin-top: 24px;*/
    margin-top: -4px;
    text-align: center;
    padding: 0 10px;
    transition: .5s;
}

span.header-phone {
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 5px;
    margin-top: 11px;
}

    .header-social img {
        width: 28px;
    }

.header-social ul{
 padding:0;
 margin:0;
}

.header-social li {
 display:inline-block;    
}
    
/* navigation */
nav#primary {
    float: left;
    text-align: right;
    width: calc(100% - 450px);
    margin-top: 15px;
    padding-right: 20px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    transition:.5s;
}

nav#primary ul {
    display:block;
    padding:0;
    margin:0;
}

    nav#primary li {
        display: inline-block;
        padding: 10px 10px;
        position: relative;
        transition: .5s;
    }

nav#primary li ul {
    display: none;
    position: absolute;
    left: 0;
    width: 250px;
    text-align: left;
    top: 45px;
    background: #c4a95c;
    z-index: 200;
}

    nav#primary .sub-menu li {
        display: block;
    }

nav#primary li:hover ul {
    display: block;
}

    nav#primary a, nav#primary p {
        text-decoration: none;
        color: #fff;
        font-weight: 600;
    }

nav#primary a:hover, nav#primary a.current {
    color: #c4a95c;
}

    nav#primary .sub-menu a:hover{
        color:#000;
    }
    /*fixed rules*/
    .shrink #logo {
        width: 180px;
    }

.shrink #primary {
   margin-top:5px;
}

.shrink #primary li {
    font-size: .9em;
}

.shrink .header-social {
    margin-top: -16px;
}

.shrink #primary li ul {
    top:41px;
}
    .mobile-menu-wrapper {
    display: inline-block;
}


/* search rules */
.search-trigger i{
    color:#fff;
    font-size:1.25em;
}


form#site-search {
    position: absolute;
    right: 0;
    z-index:100;
    visibility:hidden;
    opacity:0;
    transition:.5s;
}

    form#site-search.visible{
        visibility:visible;
        opacity:1;
    }


    form#site-search input[type="text"] {
        padding: 15px;
        border-radius: 30px 0 0 30px;
        border: none;
        position: relative;
        z-index: 1;
    }

#site-search button {
    position:relative;
    padding: 15px 20px;
    border-radius: 50%;
    border: none;
    margin-left: -31px;
    z-index:2;
}

ul.search-results {
    padding: 0;
}

    ul.search-results li {
        display: block;
        margin-bottom: 10px;
    }


/*mobile navigation rules*/
.menu-button {
    display: inline-block;
    width: 60px;
    font-size: 2em;
    text-align: center;
    color: #fff;
    display:none;
}

@media screen and (max-width:1125px){
    .menu-button {
        display:block;
        float:right;
        margin:0 10px;
    }
    .mobile-menu-wrapper .menu-button {
      margin:15px;
    }

    ul.main-nav-wrapper {
        clear: both;
    }
    .mobile-menu-wrapper {
        position: absolute;
        text-align: left;
        left: -320px;
        top: 0;
        width: 320px;
        z-index:999;
        background:#000;
        transition:.5s;
    }

    .open .mobile-menu-wrapper {
        left: 0;
        
    }

    span.search-trigger {
        display: inline-block;
        margin-top: 12px;
    }

    nav#primary {
        position: static;
    }

        nav#primary li {
            display: block;
            margin:0;
            text-align: center;
            position: relative;
        }
        nav#primary a{
            display: block;
            padding:10px;
            text-align: center;
            position: relative;
        }
        nav#primary a:hover {
            background:#c4a95c;
            color:#fff;
        }
        nav#primary li ul {
            display: block;
            font-size: 0.8em;
            position: relative;
            top: -5px;
            left: 0;
            width: 100%;
            background-color:transparent;
        }

            nav#primary li ul.sub-menu a {
                color: #c4a95c;
            }

}

@media screen and (max-width:625px){
    div#logo {
        float: none;
        margin: 10px auto;
    }
    nav#primary {
        width: 145px;
    }

       

}

@media screen and (max-width:400px) {
    nav#primary, .header-social{
        float: none;
        margin: 5px auto;
    }
    .header-social {
        text-align: center;
        margin: 10px auto 0;
        width:100%;
    }
        .header-social ul {
            text-align: center;
            width: 100%;
            display: block;
            clear: both;
        }

}

/* footer rules */
.main-footer {
    margin-top: 120px;
}

.testimonial-block {
    background:#333;
    padding:72px 0 10px;
}

    .testimonial-block h2 {
        color: #c4a95c;
        text-align: center;
        font-size: 2.75em;
        letter-spacing: 5px;
        font-weight: 700;
    }

@media screen and (max-width:600px) {
    .testimonial-block h2 {
        font-size: 2em;
    }
}



.footer-bottom {
    background: #c4a95c;
    padding: 70px;
    font-family: 'Montserrat', sans-serif;
}

    .footer-bottom h2 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.75em;
    }

.footer-bottom h2:after {
    content:'';
    display:block;
    width:250px;
    height:1;
    margin-top:10px;
    border-bottom: 2px solid #333;
}

ul.link-wt-images, ul.link-wt-arrows {
    padding: 0;
    margin-top: 15px;
    font-size: 1.25em;
}

a.footer-icon + a {
    display: inline-block;
    width: calc(100% - 57px);
    padding-left: 10px;
}

a.footer-icon:hover{
    text-decoration:none;
}


@media screen and (max-width:500px){
    .footer-bottom {
        padding: 70px 10px;
       
    }

    footer ul li a {
        font-size: .8em;
    }

    ul.link-wt-images li a img {
        width: 28px;
    }

    .footer-bottom h2 {
        font-size: 1.5em;
    }
}

ul.link-wt-images a, ul.link-wt-arrows a {
    color: #333;
    font-weight: 500;
}

    ul.link-wt-arrows a {
        color: #333;
        text-transform: uppercase;
        font-weight: 500;
    }


    ul.link-wt-images a:hover, ul.link-wt-arrows a:hover {
        opacity:.5;
    }

    ul.link-wt-arrows li {
        display: inline-block;
        width: 49%;
        padding: 10px 0;
    }

    @media screen and (max-width:1562px){
        ul.link-wt-arrows li {    
            width: 100%;
        }
    }

    ul.link-wt-images li {
        display: block;
        margin-bottom:20px;
    }

    ul.link-wt-arrows li:before {
        font-family: 'FontAwesome';
        font-weight: 900;
        content: "\f105";
    }
ul.link-wt-images li a img {
    width: 40px;
    margin-left: 10px;
}

.footer-logo {
    width: 250px;
}


/* testimonials */
.testimonial-wrapper {
 position:relative;
 overflow:hidden;
}
.testimonial-card {
    padding: 65px;
    width: 49%;
    display: block;
    position: relative;
    transition: .5s;
    float: left;
    min-height: 500px;
}

    .testimonial-card.first {
        left:0%;
    }
    .testimonial-card.second {
        left: 49%;
        position: absolute;
    }

    .testimonial-card.hidden.move-left {
        left: -100%;
    }

    .testimonial-bubble {
        padding: 30px;
        border: 1px solid #fff;
        position: relative;
    }

.testimonial-name{
    margin-top:30px;
    font-size:1.5em;
    padding-left:20px;
    font-weight:600;
}

.testimonial-bubble a h3, .testimonial-name p {
    color: #c4a95c;
}

.testimonial-bubble a:hover{
    text-decoration:none;

}

.testimonial-bubble a p {
    color: #fff;
}

.testimonial-bubble:before {
    content: "\201C";
    color: #c4a95c;
    font-size: 9em;
    position: absolute;
    height: 20px;
    line-height: 1;
    top: -46px;
    font-family: fantasy;
}

.testimonial-bubble:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-color: #333;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    bottom: -20px;
    left: 50px;
}

.hidden {
    opacity: 0;
    position: absolute;
    left: 100%;
}

.testimonial-card.hidden.move-left {
    left: -100%;
}

.tesitmonial-nav {
    width: 100%;
    clear: both;
    position: relative;
    z-index: 99;
}
    .tesitmonial-nav ul {
        padding:0;
        text-align:center;
    }
    .tesitmonial-nav li {
        display: inline-block;
        margin:3px;
    }
    .tesitmonial-nav a {
       display:block;
       width:20px;
       height:20px;
       border:3px solid #333;
       border-radius:50%;
       color:transparent;
       background:#fff;
    }
        .tesitmonial-nav a.active {
            border: 3px solid #c4a95c;
        }

@media screen and (max-width:950px) {
    .testimonial-card {
        width: 99%;
    }

    .testimonial-card.second {
       left: 100%;
    }

}


.row.flex, .flex {
    display: flex;
    flex-wrap: wrap;
}

    .flex.flex-center {
        justify-content: center;
       
    }

.align-bottom {
    align-items: flex-end;
}

.flex[class*="-col"]{
    flex-wrap:wrap;
}

.padding-lr-20 {
    padding: 0 20px;
}

.padding-lr-50 {
    padding: 0 50px;
}

.line-right{
    border-right:1px solid #333;
}
    .line-right.padding-lr-50{
       margin-bottom:100px;
    }
    /* interior page rules */
    .margin-tb-40 {
        margin: 40px 0;
    }

.margin-tb-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}



.page-banner {
    /*padding-top: 18%;*/
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    min-height: 200px;
    padding-left: 20px;
    padding-right: 20px;
    background-size: cover;
    margin-top: 112px;
}

.page-banner:after {
    content:'';
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    z-index:2;
    background:rgba(0,0,0,.25);
}

.page-banner h1, .page-banner img{
    position:absolute;
}

    .page-banner h1 {
    z-index:3;
    }
    .page-banner img {
        top: 0;
        left: 0;
        width: 100% !important;
    }

.headline-wrapper {
    display: table;
    width:100%;
    margin:2% 0;
}
.page-banner h1 {
    font-size: 2.75em;
    position: relative;
    text-align: center;
    display: table-cell;
    width: 100%;
    height: 280px;
    /*margin: auto;*/
    vertical-align: middle;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
    /*box-sizing: border-box;*/
}


@media screen and (max-width:625px) {
    .page-banner{
        margin-top:0;
    }
}


@media screen and (max-width:500px){
    .page-banner h1 {
       font-size:2.25em;
    }
}
    .side-bar {
        font-size: 1.25em;
    }

.side-bar h2 {
    font-weight: 700;
    color: #c4a95c;
}

.side-bar a {
   font-weight:700;
   color:#333;
}

.side-bar ul{
    padding:0;
}
.side-bar li{
    display:block;
}

.side-bar .gold-text{
    font-weight:700;
}

.gold-text, .side-bar a:hover {
    color: #c4a95c;
}

/* parners section */
.four-col > div {
    width: calc(25% - 60px);
    margin: 10px 30px 20px;
}


.four-col-service > div {
    width: calc(25% - 22px);
    margin: 10px 11px 20px;
}

.three-col > div {
    width: calc(33.3333% - 60px);
    margin: 10px 30px 20px;
}

.two-col > div {
    width: calc(50% - 60px);
    margin: 10px 30px 20px;
}

.two-col.seamless > div {
    width: 50%;
    margin: 10px 0;
}

.two-col > div[class*="col-"] {
    margin: 10px 0 20px;
}



@media screen and (max-width:1124px) {
    .four-col > div{
        width: calc(50% - 60px);
    }
}



@media screen and (max-width:800px){
    .two-col > div {
        width: calc(100% - 0px);
    }

    .two-col.seamless > div {
        width: 100%;
    }

    .four-col > div,
    .three-col > div {
        width: calc(50% - 60px);
        
    }

}

@media screen and (max-width:550px) {
    .four-col > div,
    .three-col > div {
        width: calc(100% - 60px);
    }
}

.profile-card {
    position: relative;
    text-align: center;
    margin-bottom: 80px !important;
}

a.profile-link {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}

.overlay {
    display:none;
   position:fixed;
   top:0;
   bottom:0;
   right:0;
   left:0;
   background:rgba(0,0,0,.5);
   z-index:998;
}

.card-info-brick {
    position: fixed;
    top: 7%;
    left: 1%;
    width: 93% !important;
    z-index: 999;
    background: #fff;
    padding: 20px;
}

    .partner-section {
        margin-top: 40px;
    }

        .partner-section h2 {
            font-weight: 700;
            font-size: 2.5em;
            padding: 90px 0 20px;
        }

    .partners-block {
        width: 100%;
    }

    .card-title {
        position: absolute;
        bottom: -70px;
        left: 20px;
        right: 20px;
        text-align: center;
        background: #000;
        padding: 25px 10px 15px;
        z-index: 20;
    }

    .card-info-brick {
        display: none;
    }

    .name-block {
        font-weight: 700;
        color: #c4a95c;
    }

    .title-block {
        font-size: .9em;
        color: #fff;
        font-style: oblique;
    }

    .card-title a:hover {
        text-decoration: none;
    }

    .name-block:after {
        content: '';
        display: block;
        width: 107px;
        height: 1px;
        background: #fff;
        margin: 14px auto;
    }

.hover-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.25);
    text-align: center;
    padding: 20px 10px;
    opacity: 0;
    transition: .5s;
    padding-top: 59%;
}

    .profile-card:hover .hover-block {
        opacity: 1;
    }

    .hover-block a {
        color: #fff;
        display: block;
    }

        .hover-block a i, a i {
            color: #c4a95c;
        }

    /* news section */
    .news-date {
        color: #c4a95c;
        font-weight: 700;
    }

.news-short {
    margin: 90px 0 0;
    width: 100%;
}

    .news-short:after{
        content:"";
        display:block;
        clear:both;
        width:80%;
        margin:20px auto;
        border-bottom: 1px solid #ccc;
    }

    .margin-top-100 {
        margin-top: 100px;
    }

.margin-top-300 {
    margin-top: 300px;
}

/* clients page */
.client-block {
    text-align: center;
    padding: 30px;
    border: 2px solid #c4a95c;
}

    .devider-line {
        display: block;
        width: 90px;
        border-bottom: 1px solid #c4a95c;
        margin: 15px auto 15px;
    }

    .client-block img {
        max-height: 89px;
    }

    .client-block a {
        color: #333;
    }

.client-block a:hover {
    text-decoration:none;
}

        .client-block a:hover h3{
            text-decoration: underline;
        }

.client-block h3 {
    font-weight: 700;
    font-size:1.5em;
}
    .client-block p{
        font-weight:600;
    }
/* comment area */
.comment-img, .service-profile-image {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

    .comment-info {
        display: inline-block;
        margin-left: 20px;
        vertical-align: top;
    }

    .comment-text {
        margin-bottom: 33px;
    }

    .comment-info p {
        margin: 0;
    }

    .comment-info .name {
        font-weight: 700;
        color: #c4a95c;
    }


    /* services */
    .alt-side-block:nth-child(odd) {
        flex-direction: row-reverse;
    }

    .readmore-info h2 {
        vertical-align: middle;
        font-weight: 700;
    }

        .readmore-info h2 img {
            width: auto;
            height: 35px;
        }

    .readmore-info a.readmore {
        display: block;
        width: 185px;
        padding: 15px 40px;
        text-align: center;
        font-weight: 700;
        text-transform: uppercase;
        color: #333;
        border: 1px solid #c4a95c;
        transition: .5s;
    }

    .services-contacts {
        margin-top: 15px;
    }

    .readmore-info a.readmore:hover {
        background: #c4a95c;
        color: #fff;
        text-decoration: none;
    }

    .service-profile-info .name {
        font-weight: 700;
        margin-bottom: 5px;
    }

    .service-profile-card a {
        display: block;
        color: #333;
        font-size: .7em;
    }

        .service-profile-card a:hover {
            text-decoration: none;
        }

    .alt-side-block {
        margin: 60px 0;
    }

.info-page {
    text-align: center;
    margin-bottom: 65px;
}

.info-page h3{
    font-size:1.2em;
}

.info-page img {
    border-radius:10px;
}


/*home page rules*/
.grey-block {
    background: #efefef;
}

        .grey-block h2 {
            font-weight: 700;
        }

    .home-ex-padding {
        padding: 50px;
    }

    .image-wt-border {
        border: 10px solid #fff;
        box-shadow: 5px 5px 10px rgba(0,0,0,.25);
        margin-bottom: 23px;
    }

        .image-wt-border img {
            width: 100%;
        }

    .back-image-block {
        padding: 30px;
        position: relative;
    }
.signup-block {
    padding-top: 85px;
}
.back-image-block:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0,0,0,.75);
}

.inner-content {
    border: 1px solid #fff;
    padding: 35px;
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 1.25em;
}

        .inner-content h2 {
            font-weight: 700;
            color: #c4a95c;
        }

        .inner-content ul {
            padding: 0;
        }

        .inner-content li {
            display: inline-block;
            width: 49%;
        }
        @media screen and (max-width:1250px){
            .inner-content li {
                display: inline-block;
                width: 99%;
            }
        }


            .inner-content li:before {
                font-family: 'FontAwesome';
                content: "\f00c";
                color: #c4a95c;
                margin-right: 10px;
            }

.inner-content.single-button a, .inner-content .single-button a, .carousel-caption a, .home-banner-text a {
    display: inline-block;
    background: #c4a95c;
    padding: 10px 20px;
    color: #fff;
    border-radius: 20px;
}

    .inner-content.single-button a:hover, .inner-content .single-button a:hover, .carousel-caption a:hover, .home-banner-text a:hover {
        background: #a3883a;
    }

            .inner-content a:hover {
                text-decoration: none;
            }

    .news-list-home a {
        color: #fff;
    }

    .news-block h3 {
        text-transform: uppercase;
        border-bottom: 1px solid #c4a95c;
        font-size: 1.25em;
        display: inline-block;
        padding: 10px 15px 10px 0;
    }

.subsection h3 {
    font-size: 2.25em;
    font-weight: 700;
    color: #c4a95c;
}

    .news-block-entry {
        margin-bottom: 10px;
    }


    /* slider fixes */

.carousel-item {
    padding-top: 45%;
}

.carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    max-width: 300%;
    width: auto;
    z-index: 1;
}

#slider {
  position:relative;
}

.home-banner-text {
  z-index:99;
  color:#fff;
  text-align:center;
}
    .carousel-caption, .home-banner-text {
    /*top: 10%;*/
    top: 28%;
    left: 15%;
    right: 15%;
    position: absolute;
    margin: 0 auto;
    /*padding: 32px 25px 52px;*/
}

        .carousel-caption h3, .home-banner-text h3, .home-banner-text span {
            position: relative;
            /*vertical-align: top;*/
            font-size: 1.25em;
        }

            .carousel-caption h3:before, .carousel-caption h3:after, .home-banner-text h3:after, .home-banner-text h3:before,
            .carousel-caption span:before, .carousel-caption span:after, .home-banner-text span:after, .home-banner-text span:before {
                content: "";
                display: inline-block;
                position: relative;
                height: 3px;
                width: 50px;
                background: #c4a95c;
                margin-bottom: 7px;
                line-height: 1.5;
            }

        .carousel-caption h2, .home-banner-text h2, .home-banner-text h1 {
            font-weight: 700;
            font-size: 3.25em;
        }

        .carousel-caption h3:after, .home-banner-text h3:after,
        .carousel-caption span:after, .home-banner-text span:after {
            margin-left: 20px;
        }

        .carousel-caption h3:before, .home-banner-text h3:before,
        .carousel-caption span:before, .home-banner-text span:before {
            margin-right: 20px;
        }

    .carousel-item:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.5);
        z-index:2;
    }

.carousel-caption a, .home-banner-text a {
    margin: 20px 0;
    font-weight: 700;
    letter-spacing: 2px;
}

.carousel-caption p, .home-banner-text p {
    margin-bottom: 0;
    font-size: 1.25em;
    font-weight: 600;
}


    @media screen and (max-width:1040px){
        .carousel-caption h3, .home-banner-text h3,
        .carousel-caption span, .home-banner-text span {
            font-size: 1.25em;
        }
        .carousel-caption p, .home-banner-text p {
            font-size: 1.25em;
        }
        .carousel-caption h2, .home-banner-text h2 {
            font-size: 2.25em;
        }

        .carousel-caption a, .home-banner-text a {
            margin: 20px 0 20px;
        }

    }

@media screen and (max-width:900px) {
    .carousel-item {
        height: 360px;
    }

    .carousel-caption h3, .home-banner-text h3,
    .carousel-caption span, .home-banner-text span {
        font-size: 1em;
    }

    .carousel-caption p, .home-banner-text p {
        font-size: 1em;
    }

    .carousel-caption h2, .home-banner-text h2 {
        font-size: 1.75em;
    }

    .carousel-caption a, .home-banner-text a {
        margin: 10px 0;
    }


}
@media screen and (max-width:440px) {
    .carousel-caption h3:before, .carousel-caption h3:after, .home-banner-text h3:before, .home-banner-text h3:after,
    .carousel-caption span:before, .carousel-caption span:after, .home-banner-text span:before, .home-banner-text span:after {
        width: 20px;
    }
}

    /* quote form */
    .umbraco-forms-field-wrapper input[type="text"], .umbraco-forms-field-wrapper textarea, .umbraco-forms-field-wrapper select {
        width: 100%;
        padding: 10px;
    }

    .umbraco-forms-field-wrapper input[type="text"] {
        border-top: none;
        border-right: none;
        border-left: none;
        border: 1px solid #333;
        margin-bottom:13px;
    }

    .umbraco-forms-navigation input.btn.primary[type="submit"] {
        background: #c4a95c;
        min-width: 320px;
        color: #fff;
        padding: 10px 15px;
        margin-top: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }

    /* form errors */
.field-validation-error {
 color:red;
}

/* tab stuff */

/*.tabbed-bio .tab:first-of-type {
    display: none;
}*/

.bio-img {
   margin-bottom:20px;
}

.tabbed-bio .tab {
    padding: 10px 10px 1px;
}

.tabs {
    float: left;
    width: 245px;
}

.pannels {
    float: left;
    width: calc(100% - 245px);
    padding: 0 15px;
}

    .tabbed-bio .tab:hover, .tab.current {
        cursor: pointer;
        background: rgba(0,0,0,.25);
        color: #fff;
    }



.tabbed-bio .pannel {
    display: none;
}

/*.tabbed-bio .tab:first-of-type + .pannel {
    display: block;
}*/

/*.tabbed-bio .tab.hide {
    display:none;
}*/
.tabbed-bio .pannel.show {
    display: block;
}

.bio-image {
   text-align:center;
}

.archive-list {
  padding:0;
  margin:0;
}

    .archive-list li {
    display:block;
    font-size:.9em;
    margin-bottom:15px;
    border-bottom:1px solid #ccc;
    }

        .archive-list a {
            font-weight: 700;
            color: #333;
        }


li.selectable-item {
    padding: 15px 20px;
    margin: 0 -50px;
}

    li.selectable-item.current {
        background: #c4a95c;
    }

.selectable-item a:hover {
    color:#000;
}

ul li a {
    font-weight: 700;
    font-size:1.1em;
}


/********************
    
    team page
    
    *********************/


ul.sort-list {
    padding: 0;
    display: block;
    width: 100%;
}

li.sort-select {
    display: inline-block;
}

.sort-select span {
    display: inline-block;
    padding: 13px;
    background: #c4a95c;
    cursor:pointer;
    transition:.5s;
}

    .sort-select span:hover, .sort-select span.active {
        background: #000;
        color:#fff;
    }
.card-section .sortable-card {
    transition:.5s;
}
    .card-section .sortable-card.gone {
        width: calc(25% - 25%);
        overflow: hidden;
        margin: 0;
    }

/* weird stuff */

ul.two li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding-left: 20px;
    position:relative;
}

    ul.two li:before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        background: #333;
        border-radius: 50%;
        position:absolute;
        top:0;bottom:0;
        left:2px;
        margin:auto;
    }

ul.two {
    padding: 0;
}

@media screen and (max-width:715px){
    ul.two li {
        width: 98%;
    }
}

.btn-gold {
    background-color: #a3883a;
    border-color: #a3883a;

}