﻿@charset "utf-8";
/*
 Knight Bootstrap theme by BootstrapTaste.com
 Theme URI: http://bootstraptaste.com/knight-free-bootstrap-theme/
 Author: BootstrapTaste
 Author URI: http://bootstraptaste.com
 */

/* CSS Document */

/* Float Elements
---------------------------------*/
.fl-lt {
    float: left;
}

.fl-rt {
    float: right;
}

/* Clear Floated Elements
---------------------------------*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.figure {
    margin: 0px;
}

img {
    max-width: 100%;
}

a, a:hover, a:active {
    outline: 0px !important
}

    a, a:link, a:visited {
        color: #BD3219;
    }

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Primary Styles
---------------------------------*/
body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    margin: 0;
}

.heading {
    background-color: #BD3219;
    padding: 15px 10px;
    margin: 0px;
}

    .heading h2 {
        font-family: 'Train One', 'Roboto', sans-serif;
        text-transform: uppercase;
    }

    .heading.register h2 {
        text-align: center;
        text-transform: uppercase;
    }

    .heading.locked {
        background-color: #000;
        background-image: url("images/padlock.png");
        background-repeat: no-repeat;
        background-position: right 15px center;
    }

    .heading.completed {
        background-color: #009e49;
    }

    .heading.confirmation, .heading.alt-heading {
        background-color: #000;
    }

h2 {
    font-size: 34px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0 0 0px 0;
    text-align: left;
    padding: 0px;
}

    h2 a {
        color: #fff !important;
        text-decoration: none !important;
    }

h3 {
    font-family: 'Roboto', sans-serif;
    color: #222222;
    font-size: 16px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 400;
}

h4 {
    font-family: 'Roboto', sans-serif;
}

h6 {
    font-size: 16px;
    color: #888888;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 0 60px 0;
}

p {
    line-height: 24px;
    margin: 0;
    margin-bottom: 10px;
}

/* Header Styles
---------------------------------*/

.header {
    text-align: center;
    background-repeat: no-repeat;
    background-color: #BD3219;
    background-image: url("images/MUSTWhiteRGBLogo.svg");
    background-size: auto 140px;
    background-position: center center;
    background-repeat: no-repeat;
}

    .header img {
        margin-top: 30px;
    }

.logo {
    width: 130px;
    margin: 0 auto 35px;
}

.header h1 {
    font-family: 'Roboto',sans-serif;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 0 0 22px 0;
    color: #fff;
}

#social-links {
    margin-top: -70px;
}

.social-link-header {
    /*padding:35px 0;
	margin:0 0 0 68px;*/
    display: block;
    overflow: hidden;
    list-style: none;
    margin-top: 50px;
}

    .social-link-header li {
        float: right;
        margin-right: 8px;
    }

        .social-link-header li a {
            display: block;
            width: 50px;
            height: 50px;
            text-align: center;
            line-height: 50px;
            font-size: 25px;
            color: #fff;
            background: #222222;
            border-radius: 50%;
            transition: all 0.3s ease-in-out;
        }

            .social-link-header li a:hover, .social-link-header li a:focus {
                text-decoration: none;
            }

.we-create {
    padding: 0;
    margin: 35px 0 55px;
}

.wp-pic {
    margin-bottom: 20px;
}

.we-create li {
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    color: #bcbcbc;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 5px 0 0;
    padding: 0 0 0 15px;
}

    .we-create li:first-child {
        background: none;
    }

.start-button {
    padding-left: 0px;
}

    .start-button li a {
        color: #fff;
    }


.link {
    padding: 15px 35px;
    background: #7cc576;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

    .link:hover {
        text-decoration: none;
        color: #7cc576 !important;
        background: #fff;
    }

    .link:active, .link:focus {
        background: #7cc576;
        text-decoration: none;
        color: #fff !important;
    }

/* Navigation
---------------------------------*/
.main-nav-outer, .nav-bar {
    padding: 0px;
    border-bottom: 1px solid #dddddd !important;
    box-shadow: 0 4px 5px -3px #ececec !important;
    position: relative;
    background: #fff;
}

.main-nav, .nav-bar {
    text-align: center;
    margin: 10px 0 0px;
    padding: 0;
    list-style: none;
    font-weight: bold !important;
}

    .main-nav li {
        display: inline;
        margin: 0 1px;
    }

        .main-nav li a, .navbar li a {
            display: inline-block;
            color: #222222 !important;
            text-transform: uppercase !important;
            font-family: 'Roboto', sans-serif !important;
            text-decoration: none;
            line-height: 20px;
            margin: 0.24vh 0.48vw;
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            font-weight: bold !important;
            border-bottom: 3px solid #fff !important;
        }

            .main-nav li a:hover, .navbar li a:hover {
                text-decoration: none;
                color: #BD3219;
                border-bottom: 3px solid #BD3219 !important;
            }

            .main-nav li a.selected, .navbar li a.selected {
                border-bottom: 3px solid #BD3219 !important;
            }

.navbar {
    background: #fff !important;
    border-bottom: none;
    margin-bottom: 0px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #fff !important;
    border-bottom: 3px solid #BD3219 !important;
}

.nav > li > a {
    padding: 10px 10px;
}

.dropdown-menu {
    margin: 0px;
    padding: 0px;
}

    .dropdown-menu a {
        display: block !important;
        width: 100%;
        margin: 0px !important;
        border-bottom: 3px solid #fff !important;
    }

    .dropdown-menu li {
        padding: 0px !important;
        margin: 0px !important;
    }

li.dropdown-header {
    margin-left: 20px !important;
}

.small-logo {
    padding: 0 0.72vw;
}

.main-section {
    padding: 90px 0 110px;
}

.navbar-toggle {
    background-color: #000 !important;
    border: none !important;
    margin-top: 20px;
    margin-right: 20px;
}

    .navbar-toggle.collapsed {
        background-color: #000 !important;
        border: none !important;
    }

.k-editor-toolbar .k-picker-wrap {
    background-color: #e1e1e1 !important;
}

.k-editor-toolbar .k-icon.k-i-arrow-60-down {
    margin-top: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #fff;
}

    .k-editor-toolbar .k-icon.k-i-arrow-60-down::before {
        display: none;
    }

.k-editor-toolbar .k-dropdown-wrap {
    padding: 0px !important;
}

.k-editor-toolbar .k-state-default > .k-select {
    border-color: #BD3219;
    background-color: #BD3219;
}

.k-editor-toolbar .k-colorpicker {
    margin-right: 40px !important;
}

.nominee-confirm .left-confirm {
    float: left;
    clear: both;
}

.nominee-confirm .right-confirm {
    margin-left: 30px;
    padding-bottom: 15px;
    padding-top: 1px;
}

.ballot-table {
    font-size: 20px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-spacing: 0px;
    border-collapse: collapse;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 600px;
}
.ballot-table td {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px;
}

    .ballot-table input[type="checkbox"] {
        transform: scale(2);
        display: block;
        margin: 0 auto;
    }


@media screen and (max-width: 767px) {
    .navbar li a {
        width: 100% !important;
        display: block !important;
        border-bottom: none !important;
    }

        .navbar li a:hover {
            background-color: #BD3219 !important;
            border-bottom: none !important;
            color: #fff !important;
        }

    .navbar li li {
        font-size: 12px !important;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #BD3219 !important;
        color: #fff !important;
        border-bottom: none !important;
    }

    .main-nav li a.selected, .navbar li a.selected {
        border-bottom: none !important;
        background-color: #BD3219 !important;
        color: #fff !important;
    }

    .main-section.contact {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/* Services
---------------------------------*/

.service-list {
    padding: 0 0 0 0;
    font-size: 14px;
    margin-bottom: 40px;
}

.service-list-col1 {
    float: left;
    width: 60px;
}

    .service-list-col1 i {
        font-style: normal;
        font-size: 38px;
        display: block;
        color: #222;
        font-family: 'FontAwesome';
        line-height: 38px;
    }

.service-list-col2 {
    overflow: hidden;
}

.main-section.alabaster {
    background: #fafafa;
}

/* Featured Work
---------------------------------*/
.featured-work {
    font-size: 14px;
}

    .featured-work h2 {
        text-align: left;
    }

.featured-box {
    padding: 0 0 0 0;
    margin-bottom: 25px;
    font-size: 14px;
}

    .featured-box h3 {
        margin-bottom: 5px;
    }

    .featured-box p {
        line-height: 22px;
    }

.featured-work p.padding-b {
    padding-bottom: 35px;
}

.featured-box-col1 {
    width: 60px;
    float: left;
}

    .featured-box-col1 i {
        display: block;
        line-height: 38px;
        font-family: 'FontAwesome';
        font-size: 38px;
        color: #777777;
        font-style: normal;
    }

.featured-box-col2 {
    overflow: hidden;
}

.featured-box.magic {
    background: url(Images/magic.png) left top no-repeat;
}

.featured-box.packaged {
    background: url(Images/packaged.png) left top no-repeat;
}

.featured-box.seo {
    background: url(Images/seo.png) left top no-repeat;
}

.Learn-More {
    display: inline-block;
    padding: 0 5px 0 0;
    color: #7cc576;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 24px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    display: none;
}

    .Learn-More i {
        padding-right: 15px;
    }

    .Learn-More:hover, .Learn-More:focus {
        text-decoration: none;
        color: #111;
    }


/* Portfolio
---------------------------------*/
.Portfolio-nav {
    padding: 0;
    margin: 0 0 45px 0;
    list-style: none;
    text-align: center;
}

    .Portfolio-nav li {
        margin: 0 10px;
        display: inline;
    }

        .Portfolio-nav li a {
            display: inline-block;
            padding: 10px 22px;
            font-size: 12px;
            line-height: 20px;
            color: #222222;
            border-radius: 4px;
            text-transform: uppercase;
            font-family: 'Roboto', sans-serif;
            background: #f7f7f7;
            margin-bottom: 5px;
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }

            .Portfolio-nav li a:hover {
                background: #BD3219;
                color: #fff;
                text-decoration: none;
            }

.portfolioContainer {
    margin: 0 auto;
}

.Portfolio-box {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    height: 256px;
    width: 256px;
    overflow: hidden;
    float: left;
    padding: 0;
}

    .Portfolio-box img {
        margin-bottom: 25px;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

.Portfolio-nav li a.current {
    background: #7cc576;
    color: #fff;
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.main-section.paddind {
    padding-bottom: 60px;
}

/* Clients
---------------------------------*/
.client-part {
    background: url(Images/section-bg1.jpg) center center no-repeat;
    background-size: cover;
    padding: 55px 0;
    text-align: center;
}

.client-part-haead {
    color: #fdfdfd;
    font-size: 28px;
    line-height: 41px;
    margin: 30px 0 10px;
    font-family: ''Roboto',sans-serif';
    font-style: italic;
}

.client {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    text-align: center;
}

    .client li {
        display: inline;
        margin: 0 15px;
    }

        .client li a {
            display: inline-block;
        }

            .client li a img {
                margin-bottom: 15px;
                border-radius: 50%;
            }

            .client li a:hover {
                text-decoration: none;
            }

            .client li a h3 {
                color: #ffffff;
            }

            .client li a span {
                color: #f1f1f1;
            }

.quote-right {
    font-style: normal;
    width: 68px;
    height: 68px;
    margin: 0 auto;
    border: 2px solid #7cc576;
    border-radius: 50%;
    display: block;
    line-height: 68px;
    text-align: center;
    font-size: 27px;
    color: #7cc576;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

    .quote-right:hover {
        color: #fff;
        border: 2px solid #fff;
    }

.c-logo-part {
    background: #7cc576;
    padding: 25px 0;
    filter: alpha(opacity=60);
}

    .c-logo-part ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

        .c-logo-part ul li {
            display: inline;
            margin: 0 25px;
        }

        .c-logo-part ul a {
            display: inline-block;
            margin: 0 20px;
        }

.main-section.team {
    padding: 85px 0;
}

    .main-section.team h6 {
        margin-bottom: 40px;
    }


/* Team
---------------------------------*/
.team-leader-block {
    max-width: 993px;
    margin: 0 auto;
}

.team-leader-box {
    width: 30.66%;
    margin-right: 3.82979%;
    height: 490px;
    overflow: hidden;
    text-align: center;
    float: left;
}

    .team-leader-box span {
        margin-bottom: 24px;
        display: block;
    }

    .team-leader-box:nth-of-type(3n+0) {
        margin: 0;
    }

.team-leader {
    width: auto;
    height: auto;
    position: relative;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 7px rgba(241,241,241,0.80);
    margin: 7px 7px 25px 7px;
}

.team-leader-shadow {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    border-radius: 50%;
}

    .team-leader-shadow a {
        display: block;
        width: 100%;
        height: 100%;
    }

.team-leader:hover .team-leader-shadow {
    box-shadow: inset 0px 0px 0px 148px rgba(17,17,17,0.80);
}

.team-leader:hover ul {
    display: block;
    opacity: 1
}

.team-leader img {
    display: block;
    border-radius: 50%;
}

.team-leader ul {
    display: block;
    opacity: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -14px;
    z-index: 15;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

    .team-leader ul li {
        display: inline;
        margin: 0 11px;
    }

        .team-leader ul li a {
            font-family: 'FontAwesome';
            display: inline-block;
            font-size: 28px;
            color: #fff;
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }

            .team-leader ul li a:hover, .team-leader ul li a:focus {
                text-decoration: none;
            }

            .team-leader ul li a.fa-twitter:hover {
                color: #55acee;
            }

            .team-leader ul li a.fa-facebook:hover {
                color: #3b5998;
            }

            .team-leader ul li a.fa-pinterest:hover {
                color: #cb2026;
            }

            .team-leader ul li a.fa-google-plus:hover {
                color: #dd4b39;
            }

/* Talk Business
---------------------------------*/
.business-talking {
    background: url(Images/section-bg2.jpg) top center no-repeat;
    background-size: cover;
    padding: 60px 0 10px;
    text-align: center;
}

    .business-talking h2 {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        padding: 0;
        margin: 20px 0 70px;
        text-transform: uppercase;
        font-size: 42px;
        color: #fff;
    }


/* Contact
---------------------------------*/
.main-section.contact {
    padding: 90px 0 100px;
}

.main-section.contact {
}

.contact-info-box {
    font-size: 15px;
    margin: 0 0 14px 68px;
    padding-left: 0;
}

    .contact-info-box h3 {
        font-size: 15px;
        font-weight: 400;
        float: left;
        width: 102px;
        margin-right: 12px;
        line-height: 28px;
    }

        .contact-info-box h3 i {
            font-style: normal;
            font-size: 18px;
            color: #222222;
            font-family: 'FontAwesome';
            font-weight: normal;
            margin-right: 7px;
        }

    .contact-info-box span {
        line-height: 28px;
        display: block;
        overflow: hidden;
    }

.social-link {
    padding: 35px 0;
    margin: 0 0 0 68px;
    display: block;
    overflow: hidden;
    list-style: none;
}

    .social-link li {
        float: left;
        margin-right: 8px;
    }

        .social-link li a {
            display: block;
            width: 50px;
            height: 50px;
            text-align: center;
            line-height: 50px;
            font-size: 25px;
            color: #fff;
            background: #222222;
            border-radius: 50%;
            transition: all 0.3s ease-in-out;
        }

            .social-link li a:hover, .social-link li a:focus {
                text-decoration: none;
            }

.twitter a, .twitter a:link, .twitter a:visited {
    background: #55acee;
}

    .twitter a:hover {
        background: #000;
    }

.facebook a, .facebook a:link, .facebook a:visited {
    background: #3b5998;
}

    .facebook a:hover {
        background: #000;
    }

.instagram a, .instagram a:link, .instagram a:visited {
    background: #8a118f;
}

    .instagram a:hover {
        background: #000;
    }

.pinterest a:hover {
    background: #cb2026;
}

.gplus a:hover {
    background: #dd4b39;
}

.dribbble a:hover {
    background: #ea4c89;
}

.form {
    margin: 0 66px 0 30px;
}

.validation-summary-errors ul, .validation-summary-errors li {
    color: #BD3219;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    font-weight: bold;
    text-align: center;
    font-size: 1.2em;
}

.validation-summary-errors ul {
    margin-top: 50px;
    margin-bottom: 50px;
}

.field-validation-error {
    color: #BD3219;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 30px;
}

textarea {
    padding: 15px 16px;
    border: none;
    width: 100%;
    height: 200px;
    display: block;
    background-color: #e1e1e1;
    font-size: 15px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 15px 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.input-text, input[type="text"], input[type="password"] {
    padding: 15px 16px;
    border: none;
    width: 100%;
    /* height:50px; */
    display: block;
    background-color: #e1e1e1;
    font-size: 15px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 15px 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    box-sizing: border-box;
}

    .input-text:focus,, input[type="text"]:focus, input[type="password"]:focus {
        border: 1px solid #7cc576;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    }

    input[type="text"]:read-only {
        background-color: #fff;
        padding-left: 0px;
    }

    .input-text.text-area {
        height: 165px;
        resize: none;
        overflow: auto;
    }

.input-btn, input[type="submit"] {
    display: block;
    width: 175px;
    height: 50px;
    background: #BD3219;
    border-radius: 0px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Train One', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

    .input-btn:hover, input[type="submit"]:hover {
        background: #111;
        color: #fff;
    }

input[type="submit"] {
    margin-bottom: 10px;
}

.required {
    color: #BD3219;
    font-size: 90%;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

/* Footer
---------------------------------*/

.footer {
    padding: 35px 0 35px;
}

    .footer .container {
        border-top: 2px solid #BD3219;
    }

.footer-logo {
    margin: 15px auto 35px;
    width: 76px;
}

.footer-links {
    text-align: center;
    margin-bottom: 20px;
}

    .footer-links a {
        color: #666;
        font-size: 140%;
    }

        .footer-links a:hover {
            text-decoration: underline;
        }

.footer .social-link-header {
    margin: 0 auto;
    margin-top: 20px;
    width: 250px;
    margin-bottom: 20px;
}

    .footer .social-link-header li {
        float: left;
    }

.copyright {
    color: #333;
    display: block;
    text-align: center;
    font-size: 90%;
}

    .copyright a {
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

        .copyright a:hover {
            text-decoration: underline;
        }

.res-nav_click {
    line-height: 38px;
    font-family: 'FontAwesome';
    font-size: 38px;
    text-decoration: none !important;
    color: #777777;
    font-style: normal;
    display: none;
    width: 42px;
    height: 27px;
    margin: 20px auto;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

    .res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
        color: #BD3219 !important;
    }

.portfolioContainer {
    max-width: 902px;
}


/* Animation Timers
---------------------------------*/
.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}


/** objectives */
.objective {
    background-color: #e1e1e1;
    padding: 25px;
    height: 200px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin: 10px auto;
    width: 200px;
    text-align: center;
}

    .objective p {
        margin-top: 25px !important;
        font-weight: bold;
    }

/** kendo tab strip ***/
.k-tabstrip-wrapper {
    padding: 0px !important;
    background: none !important;
    border: none !important;
}

.k-tabstrip .k-tabstrip-items {
    padding: 0px !important;
    border: none !important;
}

.k-tabstrip-wrapper .k-loading.k-complete {
    display: none !important;
}

.k-tabstrip.k-header {
    border: none !important;
    background: none;
}

.k-tabstrip-items {
    background-color: #BD3219;
    border: none !important;
    background-color: #000;
}

    .k-tabstrip-items .k-item .k-link {
        background: none;
        background-color: #000;
    }

    .k-tabstrip-items .k-link {
        border-radius: 0px !important;
        border: none !important;
    }

    .k-tabstrip-items .k-item.k-state-active .k-link {
        background-color: #BD3219;
        color: #fff;
    }

    .k-tabstrip-items .k-item.k-state-default .k-link {
        color: #fff;
        width: 100%;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }

    .k-tabstrip-items .k-item.k-state-default {
        border: none !important;
        background: none;
    }

    .k-tabstrip-items .k-state-active {
        border: none !important;
    }

.k-content.k-state-active {
    border: none !important;
    padding: 0px 10px 0px 10px !important;
}

.k-content {
    border: none !important;
    padding: 0px 10px 0px 10px !important;
}

#MembershipTab .k-item {
    width: 33%
}

    #MembershipTab .k-item.k-state-default.k-last.k-item {
        width: 34%
    }

/** modal dialogs **/
.k-window-titlebar.k-header {
    font-size: 90%;
    color: #fff;
    text-align: center;
    background: none;
    background-color: #BD3219;
    border-radius: 0px;
    border: none;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    font-family: 'Train One', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

.k-window-content {
    border-radius: 0px;
    border: none;
}

.splash h1 {
    font-size: 120%;
    text-align: center;
}

.k-window {
    border: 0px !important;
    border-radius: 0px !important;
    background: none;
}

.k-window-actions {
    margin-top: 8px;
    margin-right: 18px;
}

    .k-window-actions .k-i-close {
        background: none;
        background-image: url("images/close.jpg") !important;
        background-size: 13px 13px !important;
        background-position: center center !important;
        background-repeat: no-repeat;
        border-radius: 0px;
        border: none;
        width: 26px !important;
        height: 26px !important;
        padding: 0px;
    }

.k-window-titlebar .k-link {
    background: none;
    border: none;
    border-radius: 0px;
}

    .k-window-titlebar .k-link.k-state-hover {
        background: none;
        border: none;
        border-radius: 0px;
    }

        .k-window-titlebar .k-link.k-state-hover .k-i-close {
            margin-left: -1px;
        }

.splash-bottom {
    width: 96%;
    margin: 0 auto;
}

.splash-bar {
    width: 100%;
    height: 1px;
    background-color: #BD3219;
    margin-top: 80px;
    margin-bottom: 20px;
}

.splash a.button, .splash a.button:link, .splash a.button:visited, .splash a.button:hover {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 60px 15px 60px;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}

    .splash a.button:hover {
        color: #777777;
    }

.arrow-container {
    width: 60px;
    margin: 0 auto;
}

.arrow {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #BD3219;
}

.window-arrow {
    margin: 0 auto;
    margin-top: -10px;
}

.k-tabstrip-wrapper .arrow {
    margin-bottom: 20px;
}

#LoginTab a, #LoginTab a:link, #LoginTab a:visited, #LoginTab a:hover {
    color: #333333;
    display: block;
    text-align: right;
}

#LoginTab .input-btn {
    width: 100%;
    margin-top: 10px;
}

#LoginTab h3 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 25px;
}

.k-upload-button {
    font-weight: bold;
}

a.button, a.button:link, a.button:visited, a.button:hover {
    font-size: 16px;
    background-color: #000;
    color: #fff !important;
    text-transform: uppercase;
    padding: 13px 10px 13px 10px !important;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
    text-align: center !important;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-repeat: no-repeat;
    background-position: left 10px center;
    font-weight: bold;
    font-family: 'Train One', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

    a.button:hover {
        background-color: #BD3219;
    }

    a.button.alt-button, a.button.alt-button:link, a.button.alt-button:visited, a.button.alt-button:hover {
        background-color: #BD3219;
    }

        a.button.alt-button:hover {
            background-color: #000;
        }

        a.button.alt-button.big-button, a.button.alt-button.big-button:link, a.button.alt-button.big-button:visited, a.button.alt-button.big-button:hover {
            font-size: 24px;
            margin-top: 20px;
            margin-bottom: 20px;
        }

a.download-button, a.download-button:link, a.download-button:visited, a.download-button:hover {
    background-image: url("images/download-button.png");
    font-size: 90%;
    padding-left: 40px;
}

a.profile-button, a.profile-button:link, a.profile-button:visited, a.profile-button:hover {
    background-image: url("images/profile-button.png");
    font-size: 90%;
    padding-left: 40px;
}

a.referrals-button, a.referrals-button:link, a.referrals-button:visited, a.referrals-button:hover {
    background-image: url("images/referrals-button.png");
    font-size: 90%;
    padding-left: 40px;
}

a.update-button, a.update-button:link, a.update-button:visited, a.update-button:hover {
    background-image: url("images/update-button.png");
    font-size: 90%;
    padding-left: 40px;
}
/*** slide show ****/
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides a:hover {
        opacity: 0.7;
    }

    .rslides img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }

    .rslides div {
        width: 100%;
        height: 420px;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

        .rslides div.profile-slide {
            height: 470px;
        }

.slide-bar {
    height: 90px !important;
    background-color: #000;
    margin-top: 330px;
    float: left;
    opacity: 0.8;
    font-weight: bold;
}

.rslides div.profile-slide .slide-bar {
    margin-top: 380px;
}

.slide-label {
    height: 54px !important;
    background-color: #000;
    opacity: 1;
    color: #fff;
    padding: 10px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.rslides_tabs {
    margin-top: -35px;
    position: absolute;
    z-index: 10;
    color: #fff;
    width: 50%;
    left: 50%;
    margin-left: -84px;
}

    .rslides_tabs ul {
        width: 100px;
        margin: 0 auto;
    }

    .rslides_tabs li {
        float: left;
        list-style-type: none;
        margin-right: 10px;
    }

    .rslides_tabs a, .rslides_tabs a:link, .rslides_tabs a:visited, .rslides_tabs a:hover {
        background-color: #ccc;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        font-size: 0px;
    }

        .rslides_tabs a:hover {
            background-color: #fff;
        }

.rslides_here a, .rslides_here a:link, rslides_here a:visited, .rslides_here a:hover {
    background-color: #fff !important;
}

    .rslides_here a:hover {
        background-color: #ccc !important;
    }

.tabs {
    border-spacing: 0px;
    border-collapse: collapse;
    border: none;
    width: 100%;
}

    .tabs th {
        color: #fff;
        text-align: center;
        padding: 0px;
        width: 33%;
        vertical-align: top;
    }

.tabs-4 th {
    width: 25%;
}

.tabs th a, .tabs th a:link, .tabs th a:visited, .tabs th a:hover {
    display: block;
    color: #fff;
    background-color: #000;
    padding: 10px 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

    .tabs th a:hover {
        background-color: #fff;
        color: #000;
    }

.tabs th.active a, .tabs th.active a:link, .tabs th.active a:visited, th a:hover {
    background-color: #BD3219;
    color: #fff;
}

.tabs th .arrow {
    display: none;
    margin: 0 auto;
}

.tabs th.active .arrow {
    display: block;
}

.tab {
    padding-top: 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.profile-bg {
    background: url("images/profile-bg.jpg") center center no-repeat;
    background-size: cover;
}

/*** drop downs ***/
.k-dropdown {
    width: 100% !important;
    font-size: 15px;
    background: #e1e1e1 !important;
    border-radius: 0px;
    margin-bottom: 15px;
    color: #777 !important;
}

    .k-dropdown .k-input {
        color: #777 !important;
    }

.k-dropdown-wrap {
    padding: 10px !important;
    background: #e1e1e1 !important;
    border: #e1e1e1 !important;
    border-radius: 0px !important;
    color: #777 !important;
}

.k-list .k-item {
    color: #777 !important;
    background: #e1e1e1 !important;
}

.k-dropdown .k-select {
    background: #BD3219 !important;
    padding: 0px 5px;
}

.k-icon.k-i-arrow-60-down {
    background: #BD3219 !important;
    width: 0;
    height: 0;
    margin-top: 18px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #fff;
    opacity: 0.9;
}

.k-list-container {
    border: 1px solid #777 !important;
    background: #e1e1e1 !important;
}

.k-list .k-state-focused, .k-list .k-state-hover {
    background: #BD3219 !important;
    border: #BD3219 !important;
    color: #fff !important;
}
/*** kendo slider ***/
.k-slider-selection {
    background-color: #BD3219 !important;
}

.k-draghandle {
    background-color: #BD3219 !important;
    border-color: #BD3219 !important;
}

.k-slider {
    margin-bottom: 50px;
}
/*** kendo tool tips ***/
a.tool, a.tool:link, a.tool:visited, a.tool:hover {
    width: 14px;
    height: 14px;
    background-image: url("images/tooltip-icon.png");
    position: absolute;
    margin-left: 5px;
}

    a.tool:hover {
        opacity: 0.6;
    }

.k-tooltip {
    background: #fff !important;
    color: #333333 !important;
    font-size: 90% !important;
    font-weight: normal;
    text-align: left !important;
    border-color: #BD3219 !important;
    width: auto !important;
    max-width: 400px !important;
}

.k-callout-s {
    width: 0 !important;
    height: 0 !important;
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    border-top: 6px solid #BD3219 !important;
    width: auto !important;
}

.amount-box {
    font-size: 220%;
    width: 100%;
    border: 1px solid #BD3219;
}

/*** profile ****/
#profile-pic, #blank-pic {
    background-color: none;
    background: url("images/profile-pic.png") no-repeat center center;
    width: 221px;
    height: 221px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#blank-pic {
    background-image: none !important;
    background-color: #ccc;
    width: 100%;
}

.profile-section {
    padding: 20px 40px 20px 30px;
    min-height: 540px;
}

    .profile-section a {
        margin-bottom: 20px !important;
    }

.profile-details {
    background-image: url("images/profile-overlay.png");
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 20px 0px 20px;
}

.profile-heading {
    text-align: left;
    color: #000;
    font-size: 120%;
    padding-left: 20px;
    vertical-align: top;
    padding-bottom: 10px;
    padding-top: 8px;
    font-weight: bold;
}

.profile-details:first-child {
    padding-top: 20px;
}

.profile-details:last-child {
    padding-bottom: 20px;
}

.profile-text {
    font-size: 120%;
    vertical-align: top;
    padding-bottom: 10px;
    text-align: right;
    padding-right: 20px;
    padding-left: 0px;
    padding-top: 8px;
    word-break: break-all;
}

/*** kendo grids ****/
.k-grid {
    margin-top: 40px;
    border-color: #BD3219 !important;
}

    .k-grid .k-grid-header .k-header .k-link {
        height: auto;
    }

    .k-grid .k-grid-header .k-header {
        white-space: normal;
        vertical-align: top;
    }

.k-grid-header .k-header {
    border-color: #fff !important;
    background-color: #BD3219 !important;
}

.k-grid .k-grid-header .k-link {
    background-color: #BD3219 !important;
    font-weight: bold;
    text-align: center;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.k-grid td {
    border-color: #BD3219 !important;
}

.k-grid-pager {
    background-color: #fff !important;
    border-top-color: #BD3219 !important;
    border-bottom-color: #BD3219 !important;
    padding: 10px !important;
}

.k-pager-nav {
    background-color: #000;
    opacity: 1 !important;
    border: none !important;
}

    .k-pager-nav:hover {
        background-color: #000 !important;
        opacity: 0.7 !important;
    }

.k-state-selected {
    background-color: #BD3219 !important;
    border-color: #BD3219 !important;
}

.k-pager-numbers .k-link {
    color: #777 !important;
}

    .k-pager-numbers .k-link:hover {
        background-color: #000 !important;
        border-color: #000 !important;
        color: #fff !important;
    }


.k-grid > table > tbody > tr:hover,
.k-grid-content > table > tbody > tr:hover {
    background: #e0e0e0 !important;
}

/*** cards Grid ****/
#CardsGrid {
    border: none;
}

    #CardsGrid td {
        border: none !important;
    }

    #CardsGrid .k-grid-header {
        display: none;
    }

    #CardsGrid a img:hover {
        opacity: 0.6;
    }

.on-switch, .off-switch {
    max-width: 220px;
    padding-top: 10px;
}

    .on-switch a, .off-switch a {
        background-image: url("images/on-switch.png");
        display: block;
        float: right;
        width: 109px;
        height: 32px;
        margin-top: -10px;
        color: #fff !important;
        font-size: 200%;
        padding-left: 10px;
        padding-top: 10px;
        text-decoration: none !important;
    }

    .off-switch a {
        background-image: url("images/off-switch.png");
        padding-left: 70px;
        width: 49px;
    }

        .on-switch a:hover, .off-switch a:hover {
            opacity: 0.6;
        }

.facebook-share, .twitter-button {
    background-image: url("images/facebook-share.png");
    display: block;
    margin: 0 auto;
    width: 166px;
    height: 39px;
}

    .facebook-share:hover, .twitter-button:hover {
        opacity: 0.6;
    }

.twitter-button {
    background-image: url("images/twitter-share.png") !important;
}
/*** about sections ***/
.about .row {
    margin-bottom: -40px;
}

.about .row {
    background-color: #ccc !important;
}

.about-content {
    background-color: #fff;
    padding-top: 20px;
    padding-left: 40px !important;
    min-height: 700px;
}

.about-bar {
    background-color: #ccc;
}

.about-bar {
    padding: 0px;
    font-weight: bold;
}

    .about-bar a, .about-bar a:link, .about-bar a:visited, .about-bar a:hover {
        display: block;
        background-color: #e1e1e1;
        padding: 18px 10px 19px 10px;
        color: #777;
        font-size: 115%;
        text-decoration: none;
    }

        .about-bar a:hover {
            background-color: #777777;
            color: #ccc;
        }

        .about-bar a.active, .about-bar.active a:link, .about-bar.active a:visited {
            background-color: #BD3219;
            color: #fff;
        }

.about-arrow {
    width: 31px;
    height: 59px;
    background-image: url("images/about-arrow.png");
    position: absolute;
    margin-top: -20px;
    margin-left: -40px;
    display: none;
}

.must-timeline.about-arrow {
    margin-top: 37px;
}

.comittee-arrow {
    margin-top: 95px;
}

.board-arrow {
    margin-top: 153px;
}
/*** must team members ***/
.team-member {
    margin-bottom: 50px;
}

.team-member-image {
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    width: 80px;
}

    .team-member-image a {
        float: right;
        display: block;
        margin-right: 5px;
    }

.team-member-edit-links {
    background-color: #f6f6f6;
    width: 80px;
    padding: 5px 0px 5px 0px;
    height: 30px;
}

.team-member h3 {
    font-size: 150%;
    font-weight: bold;
}

.team-member h4 {
    font-size: 120%;
    font-weight: bold;
}

.team-member-remember {
    margin-bottom: 40px;
    font-size: 120%;
}
/*** News Items ***/
a.news-item, a.news-item:link, a.news-item:visited, a.news-item:hover {
    color: #777;
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
}

    a.news-item p {
        margin-top: 10px;
        font-weight: bold;
    }

    a.news-item:hover {
        text-decoration: none;
        color: #BD3219;
    }

        a.news-item:hover img {
            opacity: 0.6;
        }

/*** prize draw items ***/
.prize-draw-item {
    color: #777;
    display: block;
    margin-top: 20px;
    font-weight: bold;
}

    .prize-draw-item p {
        margin-top: 10px;
        text-align: center;
    }

.prize-draw-target-hover {
    position: absolute;
    background-color: #000;
    padding: 20px;
    color: #fff;
    border: 1px solid #fff;
    width: 210px;
    margin-top: -80px;
    display: none;
    height: 60px;
}

.prize-target {
    padding: 0px;
    text-align: left;
    height: 18px;
}
.prize-target-red, .prize-target-amber, .prize-target-yellow, .prize-target-green {
    background-color: #BD3219;
    height: 5px;
    width: 23.8%;
    margin: 0px;
    margin-bottom: 10px;
    display: inline-block;
}

.prize-target-amber {
    background-color: #fabd54;
}
.prize-target-yellow {
    background-color: #f7fc30;
}
.prize-target-green {
    background-color: #7cc576;
}

/*** contact sections ****/
.contact-address h2 {
    text-decoration: underline;
    color: #333;
}

.contact-address p {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 140%;
}
/*** top login ****/
.top-login {
    margin-top: 20px;
    margin-bottom: 30px;
}

    .top-login label {
        margin-top: 15px;
    }

    .top-login a, .top-login a:link, .top-login a:visited {
        color: #333;
    }

    .top-login input[type="password"] {
        margin-bottom: 5px;
    }

#top-login-error {
    color: #BD3219;
}

.k-widget.k-upload {
    margin-bottom: 15px;
    background-color: #fff;
    border: none !important;
}

    .k-widget.k-upload.k-upload-empty {
        background: none !important;
    }

.k-progress {
    background-color: #ccc !important;
}

.k-upload-status {
    color: #000 !important;
}

.k-upload-button {
    display: block;
    width: 100%;
    background-color: #BD3219 !important;
    border-color: #BD3219 !important;
    margin: 0px;
    border-radius: 0px !important;
    margin-left: 0px !important;
    text-transform: uppercase;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

    .k-upload-button:hover {
        background-color: #000 !important;
        border-color: #000 !important
    }

.k-widget.k-upload .k-upload-button {
    margin-top: 30px !important;
    border: none !important;
}

.k-widget.k-upload.k-upload-empty .k-upload-button {
    margin-top: 0px !important;
}

.k-dropzone {
    border: none !important;
}
/*** date time picker ****/
.k-datetimepicker, .k-datepicker {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.k-picker-wrap {
    width: 100% !important;
}

.k-datetimepicker .k-picker-wrap.k-state-default, .k-datepicker .k-picker-wrap.k-state-default {
    background-color: #e1e1e1;
    border: 1px solid #e1e1e1;
    padding: 10px;
    box-sizing: border-box !important;
}

.k-datetimepicker .k-select, .k-datepicker .k-select {
    background-color: #BD3219;
    border-color: #e1e1e1 !important;
    padding-top: 10px;
    height: 38px !Important;
}
/*** kendo numeric picker ***/
.k-numerictextbox {
    display: block !important;
    width: 95% !important;
    font-size: 16px;
}

.k-numeric-wrap {
    width: 100% !important;
    background-color: #e1e1e1 !important;
    border: none !important;
    padding: 0px !important;
    border-radius: 0px !important;
}

    .k-numeric-wrap.k-state-focused .k-input, .k-numeric-wrap input.k-formatted-value.k-input {
        background-color: #e1e1e1 !important;
        padding: 18px 10px 24px 14px !important;
        border-radius: 0px !important;
        margin-top: -27px;
    }

/*** kendo grid filters ***/
.k-filtercell {
    color: #fff;
}

    .k-filtercell .k-input {
        background-color: #fff !important;
        border-radius: 20px !important;
        width: 100% !Important;
    }

    .k-filtercell .k-widget {
        border: none !important;
        border-radius: 20px !important;
        width: 100% !important;
    }

    .k-filtercell .k-button-icon {
        background-color: #BD3219;
        border: none !important;
    }

        .k-filtercell .k-button-icon:hover {
            background-color: #777777;
        }

.active-status, .inactive-status {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #53d019;
    margin: 0 auto;
}

.inactive-status {
    background-color: #BD3219;
}

.preview-button {
    width: 39px;
    height: 20px;
    float: left;
    background-image: url("images/preview-button.png");
    margin-right: 5px;
}

.edit-button {
    width: 19px;
    height: 19px;
    float: left;
    background-image: url("images/edit-alt-button.png");
    text-decoration: none;
}

.profile-text-small {
    height: 104px;
    overflow: hidden;
}
/** help desk tickets **/
.help-history {
    margin-top: 10px;
    font-weight: normal;
}

.help-question {
    font-weight: bold;
}

.help-history .created-by {
    text-align: right;
    font-style: italic;
}

.open-status, .closed-status {
    background-color: #BD3219;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.closed-status {
    background-color: #55d303;
}

.blog-title {
    font-size: 125% !important;
    text-decoration: underline !important;
    font-weight: bold;
    padding-bottom: 10px;
}

.blog-left {
    float: left;
    margin-right: 10px;
    padding-bottom: 10px;
}

.blog-tags {
    font-weight: normal;
    font-size: 90%;
    margin-top: 5px;
    margin-bottom: 20px;
}

.blog-date {
    float: right;
    margin-left: 20px;
}

.amount-boxes {
    width: 100%;
    font-weight: bold;
}

    .amount-boxes a, .amount-boxes a:link, :visited {
        display: block;
        border: 1px solid #BD3219;
        text-align: center;
        color: #222222;
        padding-top: 5px;
        padding-bottom: 5px;
        text-decoration: none;
    }

        .amount-boxes a:hover {
            background-color: #BD3219 !important;
            color: #fff;
            text-decoration: none;
        }

        .amount-boxes a.selected {
            background-color: #7cc576;
            color: #fff;
        }

.option {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.option-text {
    flex-grow: 1;
}

.delete-option {
    color: red;
    cursor: pointer;
    margin-left: 5px;
}

.confirm-row {
    padding: 0px !important;
    margin: 30px 0px 10px 0px !important;
}

    .confirm-row .col-lg-6, .confirm-row .col-sm-6 {
        box-sizing: border-box;
    }

.member-benefits div {
    border-left: 2px solid #BD3219;
    border-right: 2px solid #BD3219;
}

.no-join {
    border-bottom: 2px solid #BD3219;
    padding: 0px;
    height: 0px;
    font-size: 0px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.member-benefits div, .member-benefits h3 {
    padding: 5px 10px;
}

.member-benefits h3 {
    border: 2px solid #BD3219;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
    background-color: #BD3219;
    color: #fff;
    font-weight: bold;
}

.membership-price {
    font-size: 220%;
    text-align: center;
    color: #BD3219;
    border-top: 2px solid #BD3219;
}

.heading-dropdown:hover {
    opacity: 0.6;
}

.heading-dropdown .heading-arrow {
    display: block;
    float: right;
    margin-top: 5px;
    width: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    opacity: 0.9;
}

.heading-dropdown.visible-section .heading-arrow {
    border-bottom: 15px solid #fff;
    border-top: none;
    opacity: 0.9;
}

.k-autocomplete .k-input {
    padding: 5px !important;
    width: 100%;
    border: none !important;
}

.k-filter-row th {
    padding: 5px 3px !important;
}


.paging {
    text-align: center;
    font-weight: bold;
}

    .paging a {
        margin: 0px 5px 0px 5px;
        font-size: 1.4em;
        color: #BD3219 !important;
    }

    .paging span {
        font-size: 1.4em;
        margin: 0px 5px 0px 5px;
    }

.checkbox-group {
    padding-top: 10px;
    padding-bottom: 10px;
}

#profile-reminder {
    position: fixed;
    z-index: 10000;
    background-color: #BD3219;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 20px;
    opacity: 0.9;
}

    #profile-reminder a {
        font-weight: bold;
        color: #fff;
        text-decoration: underline;
    }

        #profile-reminder a:hover {
            text-decoration: none;
        }

@media screen and (max-width: 768px) {
    .nav > li > a {
        padding: 10px 16px;
    }
}

.join-layout .row {
    padding: 10px !important;
}

.join-layout .col-lg-6 {
    width: 100%;
    display: block;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box;
}

#CountryCode_listbox li:first-child + li {
    border-top: 1px solid #666;
    margin-top: 5px !important;
}

.pack-summary {
    border: 1px solid #000;
    padding: 10px 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tick, .cross {
    float: left;
    background-image: url("images/tick.png");
    width: 10px !important;
    height: 18px !important;
    margin-right: 10px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.cross {
    background-image: url("images/cross.png");
}

.join-sub-total {
    font-size: 120%;
    font-weight: bold;
    border-top: 1px solid #BD3219;
    padding-top: 5px;
    margin-top: 20px;
}

.postal-pack {
    margin-bottom: 20px;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

/** password fields (show /hide)*/
.hideShowPassword-toggle {
    background: transparent;
    border: 0;
    border-radius: 0.25em;
    color: #888;
    cursor: pointer;
    font-size: 0.75em;
    font-weight: bold;
    margin-right: 0.5em;
    padding: 0.5em;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    .hideShowPassword-toggle:hover,
    .hideShowPassword-toggle:focus {
        background-color: #eee;
        color: #555;
        outline: transparent;
    }

.hideShowPassword-toggle {
    z-index: 3;
}

.k-editor-toolbar {
    background-color: #fff !important;
}

/** compeititions*/
.prize-draw-item {
    text-align: center;
}

    .prize-draw-item p {
        font-weight: 500;
    }

.draw-date {
    font-size: 14px;
    font-weight: normal;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

    .draw-date span {
        color: #000;
        font-size: 18px;
    }

.prize-draw-item img {
    margin-bottom: 10px;
    text-align: center;
}

.prize-draw-title {
    text-transform: uppercase;
    font-weight: 500;
    height: 55px;
    display: block;
}

.prize-cost {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 10px;
}

.prize-draw-ends {
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

    .prize-draw-ends span {
        font-size: 18px;
    }

.signature-style {
    font-style: italic;
    font-family: "Dancing Script", cursive;
    font-size: 30px;
}

/*Announcement form*/
.form-title {
    text-align: center;
    font-size: 135% !important;
    text-decoration: underline !important;
    font-weight: bold;
    padding-bottom: 10px;
    font-family: Arial;
}

.text-area-label {
    font-size: 16px;
    font-family: Arial;
}

.text-area-description {
    font-size: 16px;
    font-family: Arial;
    font-weight: 300;
}

.proxy-form-table {
    border-collapse: collapse;
    width: 80%; /* Adjust the width as needed */
    margin: 0 auto; /* Center align the table */
}

    .proxy-form-table th, .proxy-form-table td {
        border: 1px solid black; /* Add borders to cells */
        padding: 8px; /* Add padding for better spacing */
        text-align: center; /* Align text to the left */
    }

    .proxy-form-table th {
        background-color: #f2f2f2; /* Add background color to header cells */
    }
