
/*
text
*/

input[type=text],
input[type=email],
textarea {
    -webkit-appearance: none;
    font-size: 14px;
    color: rgb(80,80,80);
    padding: 5px;
    border: 2px solid rgb(220,220,220);
}
input:focus,
textarea:focus {
    border: 2px solid rgb(200,200,200);
    outline: 0;
}

/*
submit
*/
input[type=submit] {
    -webkit-appearance: none;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 3px;
    padding: 0.6em 1.4em;
    color: rgb(255,255,255);
    background-color: rgb(80,114,174);
}
input[type=submit]:hover {
    background-color: rgb(55,51,93);
}

@media all and (max-width: 567px) {
    input[type=text],
    input[type=email],
    input[type=submit] {
        font-size: 13px;
    }
}




/*
mailchimp forms
*/

#mc-embedded-subscribe-form {
    padding: 20px;
    background: rgb(235,235,235);
    margin-bottom: 1em;
}
#mc-embedded-subscribe-form input[type=email] {
    width: 280px;
    margin-right: 15px;
    border: 1px solid rgb(230,230,230);
}

@media all and (max-width: 567px) {
    #mc-embedded-subscribe-form {
        padding: 15px;
    }
    #mc-embedded-subscribe-form input[type=email] {
        width: 180px;
    }
}
@media all and (max-width: 360px) {
    #mc-embedded-subscribe-form input[type=email] {
        width: 150px;
    }
}
@media all and (max-width: 320px) {
    #mc-embedded-subscribe-form input[type=email] {
        width: 140px;
    }
}




/*
iContact forms
*/
#SignUp {
    background: rgb(235,235,235);
    padding: 20px;
}
#SignUp .signupframe,
#SignUp .signupframe th,
#SignUp .signupframe td {
    border: none;
    background: none;
}
#SignUp .signupframe td {
    font-family: 'Century Gothic W01';
    color: rgb(80,80,80);
}
#SignUp .signupframe td:first-of-type {
    padding: 10px 15px 10px 0;
}
#SignUp input[type=text] {
    width: 280px;
    border: 1px solid rgb(230,230,230);
}

@media all and (max-width: 567px) {
    #SignUp {
        padding: 15px;
    }
    #SignUp input[type=text] {
        width: 200px;
    }
}
@media all and (max-width: 360px) {
    #SignUp input[type=text] {
        width: 180px;
    }
}







/*
talk/speaker filters
*/

#filters {
    padding: 20px;
    background-color: rgb(240,240,240);
}
#filters h4 {
    float: left;
    margin: 0 0 8px 0;
}
#filters .order-by {
    margin-top: 20px;
}
#filters p.clear {
    float: right;
    font-size: 12px;
    padding-top: 2px;
}
#filters ul {
    margin: 0;
    padding: 0;
}
#filters ul li {
    list-style-type: none;
    margin-bottom: 8px;
    font-size: 13px;
}




/*
drop menus
*/
#filters .select-style {
    margin: 0;
    width: 100%;
    border: 1px solid rgb(80,114,174);
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    position: relative;
}
#filters .select-style:after {
    top: 51%;
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: rgb(80,114,174);
    border-width: 5px;
    margin-top: -2px;
    z-index: 100;
}
#filters .select-style select {
    -webkit-appearance: none;
    border: none;
    width: 100%;
    padding: 2px 10px 4px 10px;
    font-size: 13px;
    font-weight: 500;
    color: rgb(80,114,174);
}
#filters .select-style select:focus {
     outline: none;
}

@-moz-document url-prefix() {
    #filters .select-style {
        background: transparent;
        border: none;
    }
    #filters .select-style:after {
        border-top-color: rgb(140,140,140);
        border-width: 5px;
        margin-top: -2px;
        z-index: 100;
    }
    #filters .select-style select {
        border: 1px solid rgb(150,150,150);
        border-radius: 3px;
        padding: 0px;
        color: #000;
        color: rgba(0,0,0,0);
        text-shadow: 0 0 0 rgb(80,114,174);
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: "";
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 40%, rgba(220,220,220,1) 100%);
    }
}




/*
checkbox
*/
#filters input[type=checkbox]{
    -webkit-appearance: none;
    position: relative;
    top: 3px;
    width: 16px;
    height: 16px;
    border-radius: 0;
    border: 1px solid rgb(80,114,174);
    background-color: rgb(255,255,255);
    margin-right: 0.5em;
    cursor: pointer;
}
#filters input[type=checkbox]:active {
    background-color: rgb(220,220,220);
}
#filters input[type='checkbox']:checked:before {
    content: "";
    position: absolute;
    left: 15%;
    top: 23%;
    height: 29%;
    width: 67%;
    border-bottom: 2px solid rgb(80,114,174);
    border-left: 2px solid rgb(80,114,174);
    -webkit-transform: rotate(-45deg);
}
#filters input[type=radio]{
    -webkit-appearance: none;
    position: relative;
    top: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid rgb(80,114,174);
    background-color: rgb(255,255,255);
    margin-right: 0.25em;
    cursor: pointer;
}
#filters input[type=radio]:active {
    background-color: rgb(220,220,220);
}
#filters input[type='radio']:checked:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: rgb(80,114,174);
}
@-moz-document url-prefix() {
    #filters input[type=checkbox],
    #filters input[type=radio] {
        top: 1px;
    }
}

















