/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}

.joinBox {
    float: right;
    background: #fff;
    z-index: 1000;
    position: fixed;
    bottom: 0;
    right: -500px;
    overflow: visible;
    width: 300px;
    box-shadow: 10px 10px 10px 10px #b1b3b5;
}

.joinBox-inner {
    /*width: 300px;*/
    padding: 20px;
    overflow: visible;
    margin: 0;
}

.joinBox-close {
    position: absolute;
    left: -17px;
    top: -17px;
    z-index: 1002;
    /*border: 2px solid #b1b3b5;*/
    border-radius: 25px;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    background-color: #fff;
    color: #96bf47;
    box-shadow: 0px 0px 4px 0px #b1b3b5;
    cursor: pointer;
}

    .joinBox-close a {
        color: #96bf47;
    }

.joinBox-heading {
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.joinBox-sub {
    margin: 0;
}

.joinBox-form {
    margin: 0;
    padding: 20px;
    background-color: #b1b3b5;
}

.btnJoin {
    width: 100%;
    background-color: #96bf47;
    color: #fff;
    font-weight: bold;
}

.font-Gray {
    color: #666;
}

.img-280 {
    height: 280px;
}

/* do not group these rules*/
.field::-webkit-input-placeholder {
    color: white;
}
/*FF 4-18*/
.field:-moz-placeholder {
    color: white;
}
/*FF 19+*/
.field::-moz-placeholder {
    color: white;
}
/*IE 10+*/
.field:-ms-input-placeholder {
    color: white;
}


/*loginform*/
.LoginForm {
    /* Size & position */
    width: 265px;
    margin: 20px auto 5px;
    padding: 10px;
    position: relative; /* For the submit button positioning */
    /* Styles */
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 2px 5px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255,255,255,1), inset 0 -3px 2px rgba(0,0,0,0.25);
    border-radius: 5px;
    background: transparent;
}

    .LoginForm .field {
        position: relative; /* For the icon positioning */
        line-height: 0px;
        width: 205px;
    }

        .LoginForm .field i {
            /* Size and position */
            left: 0px;
            top: 0px;
            position: absolute;
            /* height: 36px; */
            width: 36px;
            /* Line */
            border-right: 1px solid rgba(0, 0, 0, 0.1);
            box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);
            /* Styles */
            /*color: #777777;*/
            text-align: center;
            line-height: 30px;
            transition: all 0.3s ease-out;
            pointer-events: none;
            color: #B2CB3A;
        }

    .LoginForm input[type=text], .UserName, .Password,
    .LoginForm input[type=password] {
        font-family: 'Lato', Calibri, Arial, sans-serif;
        font-size: 13px;
        font-weight: 700;
        text-shadow: 0 1px 0 rgba(255,255,255,0.8);
        /* Size and position */
        width: 100%;
        padding: 10px 18px 10px 45px;
        /* Styles */
        border: none; /* Remove the default border */
        box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 3px 2px rgba(0,0,0,0.1);
        border-radius: 20px;
        background: transparent;
        color: #777;
        transition: color 0.3s ease-out;
        height: 30px;
    }

    .LoginForm input[type=text] {
        /*margin-bottom: 10px;*/
    }

        .LoginForm input[type=text]:hover ~ i,
        .LoginForm input[type=password]:hover ~ i {
            color: #52cfeb;
        }

        .LoginForm input[type=text]:focus ~ i,
        .LoginForm input[type=password]:focus ~ i {
            color: #42A2BC;
        }

        .LoginForm input[type=text]:focus,
        .LoginForm input[type=password]:focus,
        .LoginForm button[type=submit]:focus {
            outline: none;
        }

    .LoginForm button[type=submit] {
        border: 0px;
        background: transparent;
        top: -5px;
        position: absolute;
        line-height:0px;
        left: -41px;
        color:#B1C849;
    }

    .LoginForm .submit {
        /* Size and position */
        width: 65px;
        height: 65px;
        position: absolute;
        top: 17px;
        right: -52px;
        padding: 10px;
        z-index: 2;
        /* Styles */
        /*background: #B1C849;
        border-radius: 50%;
        box-shadow: 0 0 2px rgba(0,0,0,0.1), 0 3px 2px rgba(0,0,0,0.1), inset 0 -3px 2px rgba(0,0,0,0.2);*/
    }

/*accordion*/
@font-face {
    font-family: 'GothamBook';
    src: url('font/gotham_book.eot'); /* IE9 Compat Modes */
    src: url('font/gotham_book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('font/gotham_book.woff') format('woff'), /* Pretty Modern Browsers */
    url('font/gotham_book.ttf') format('truetype'), /* Safari, Android, iOS */
    url('font/gotham_book.svg#svgFontName') format('svg'); /* Legacy iOS */
}

.accordionHeader {
    color: white;
    background-color: #a7aaac;
    font-weight: bold;
    padding: 10px;
    padding-left: 25px;
    margin-top: 1px;
    cursor: pointer;
    font-family: GothamBook;
    background-image: url('../Images/plus.png');
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 10px;
    background-size: 10px;
}

    .accordionHeader:hover {
        background-color: #777;
    }

    .accordionHeader a {
        color: #777;
        background: none;
        text-decoration: none;
    }

        .accordionHeader a:hover {
            background: none;
            text-decoration: underline;
        }

.subAccordionHeader {
    color: white;
    background-color: #b4cb41;
    font-weight: bold;
    padding: 7px;
    padding-left: 25px;
    margin-top: 15px;
    cursor: pointer;
    font-family: GothamBook;
    background-image: url('../Images/plus.png');
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 10px;
    background-size: 10px;
}

    .subAccordionHeader:hover {
        background-color: #777;
        color:white;
    }

    .subAccordionHeader a {
        color: #FFFFFF;
        background: none;
        text-decoration: none;
    }

        .subAccordionHeader a:hover {
            background: none;
            text-decoration: underline;
        }

.accordionHeaderSelected {
    color: white;
    background-color: #a7aaac;
    font-weight: bold;
    padding: 10px;
    padding-left: 25px;
    margin-top: 1px;
    cursor: pointer;
    font-family: GothamBook;
    background-image: url('../Images/minus.png');
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 10px;
    background-size: 10px;
}

    .accordionHeaderSelected:hover {
        background-color: #777;
    }

    .accordionHeaderSelected a {
        color: #FFFFFF;
        background: none;
        text-decoration: none;
    }

        .accordionHeaderSelected a:hover {
            background: none;
            text-decoration: underline;
            background-color: #b4cb41;
        }

.subAccordionHeaderSelected {
    color: white;
    background-color: #b4cb41;
    font-weight: bold;
    padding: 7px;
    padding-left: 25px;
    margin-top: 15px;
    cursor: pointer;
    font-family: GothamBook;
    background-image: url('../Images/minus.png');
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 10px;
    background-size: 10px;
}

    .subAccordionHeaderSelected:hover {
        background-color: #777;
        color:white;
    }

    .subAccordionHeaderSelected a {
        color: #FFFFFF;
        background: none;
        text-decoration: none;
    }

        .subAccordionHeaderSelected a:hover {
            background: none;
            text-decoration: underline;
        }

.greyBox {
    border: solid #a7aaac;
    text-align: center;
}
    .greyBox:hover {
        border:solid #777
    }

.accordionContent {
    border: 1px solid #9d9d9d;
    border-top: none;
    padding: 10px;
    /*font-family: GothamBook;*/
    /*color: #666;*/
}

