
* {
    font-family: 'Open Sans' !important;
    letter-spacing: 0px;
}

#flyer{
    background:url('../images/hvc_walkathonbbq_2016.jpg') 72% no-repeat; 
    height:265px; 
    width:100%;
    background-size: cover;
    -webkit-animation-name: move;
    -webkit-animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
    /* Standard syntax */
    animation-name: move;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@-webkit-keyframes move {
    0%   {background-position:0%;}
    50% {background-position:50%;}
    100% {background-position:100%;}
}

/* Standard syntax */
@keyframes move {
    0%   {background-position:0%;}
    50% {background-position:50%;}
    100% {background-position:100%;}
}

.menu-header {
    background: rgb(245, 136, 33);
    height: 180px;
}

@media screen and (min-width: 48em) {
    .menu-header {
        background: rgb(245, 136, 33);
        height: 80px;
    }
}


@media screen and (max-width: 700px){

    #flyer{
        display:none;
    }

}

p {
    font-size: 14px;
    padding: 2px;
}

.nav-logo {
    margin-left: 20px;
    margin-top: 3px;
    width: 315px;
    height: 75px;
    background: url('../images/hillview-logo-text.png') no-repeat 50%;
    background-size: contain;
}

nav {
    margin: 25px 40px 10px 0px;
    float: right;
}

    nav li {
        display: inline;
    }

    nav a {
        color: black !important;
        text-decoration: none;
        font-weight: bold;
        padding: 15px;
    }

        nav a:hover {
            color: white;
            text-decoration: none;
        }

    nav li li {
        display: none;
    }

.logo {
    margin: 10px auto;
    width: 100%;
    height: 295px;
    /*background: url('../images/HLogo.png') no-repeat 50%;*/
    /*background: url('../images/HillviewLogo.png') no-repeat 50%;*/
    /*background: url('../images/HillviewLogo_Shadow.png') no-repeat 50%;*/
    background-size: contain;
    -webkit-box-shadow: 0 30px 35px -12px rgb(65, 0, 0);
    -moz-box-shadow: 0 30px 35px -12px rgb(65, 0, 0);
    box-shadow: 0 30px 35px -12px rgb(65, 0, 0);
}

.padding-20px {
    padding: 20px;
}

.padding-5px {
    padding: 5px;
}


.border-right {
    box-sizing: border-box;
    border-right: 1px solid rgb(186, 187, 190);
}

.border-left {
    box-sizing: border-box;
    border-left: 1px solid rgb(186, 187, 190);
}

.section-heading {
    padding: 2px 2px 2px 30px;
    height: 20px;
    border-radius: 20px;
    background: rgb(245, 136, 33);
    color: white;
    line-height: 20px;
    -webkit-box-shadow: 0px 0px 8px 1px black;
    -moz-box-shadow: 0px 0px 8px 1px black;
    box-shadow: 0px 0px 8px 1px black;
}

    .section-heading:before {
        content: ' ';
        margin-left: -30px;
        position: absolute;
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        background: url('../images/bullet.png') no-repeat 58% 50%;
    }

.section-content {
    margin: 10px auto;
    padding: 10px;
    border-top: 1px solid rgb(186, 187, 190);
    border-bottom: 1px solid rgb(186, 187, 190);
}

.clubs {
    /*margin: 10px auto;*/
}

.club-img {
}

.club-content {
    margin: 0px 0px;
}

.club-title {
    font-weight: bold;
    font-size: 22px;
    color: white;
    line-height: 22px;
    background-color: rgb(65, 0, 0);
    outline: 1px solid rgb(65, 0, 0);
    border: 1px solid rgb(65, 0, 0);
    border-width: 1px 0;
    text-indent: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Droid Sans', sans-serif;
}

.club-sub-title {
    color: rgb(245, 136, 33);
    padding: 5px;
    text-align: right;
}

.club-description {
    /*width: 450px;*/
}

    .club-description p {
        padding: 0px 16px 0px 0px;
    }

.recent-content {
    margin: 0px -10px;
    background: rgba(0, 0, 0, 0.75);
    /*background: rgba(255, 255, 255, 0.85);*/
    height: 274px;
    /*width:993px;*/
    width: 100%;
}

.recent-content-padding {
    padding: 40px;
}

.recent-title {
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(245, 136, 33);
}

.recent-description {
    margin: 10px auto;
    width: 330px;
    color: white;
}

.recent-inner-content {
    float: right;
    padding: 20px;
    background: rgba(0,0,0,0.5);
}

footer {
    background: url('../images/bg-footer.png') repeat-x rgb(45,0,0);
    border-top: 10px solid rgb(245, 136, 33);
    border-bottom: 10px solid black;
    padding: 15px;
}

.footer-section {
    padding: 10px;
}

.category-heading {
    font-size: 18px;
    color: rgb(247, 238, 61);
    font-variant: small-caps;
    margin: 20px 0px 20px 0px;
    font-family: 'Droid Sans', sans-serif;
    border-bottom: 1px solid;
}

.footer-category div a:before {
    content: ' ';
    margin: 2px 0px 0px -20px;
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background: url('../images/bullet.png') no-repeat 58% 50%;
    background-size: contain;
}

.footer-category div a:hover:before {
    opacity: 0.2;
}

.footer-category div a {
    color: white;
    display: block;
    margin: 10px 0px 0px 20px;
    font-size: 13px;
    position: relative;
    z-index: 100;
    font-family: sans-serif;
}

    .footer-category div a:hover {
        text-decoration: underline;
    }

.social-media {
    width: 40px;
    height: 40px;
    background-size: contain;
    margin: 0px 0px 0px -5px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.7);
}

    .social-media a {
        position: relative;
        width: 40px;
        height: 40px;
        margin: 0px 0px 0px 0px !important;
    }

        .social-media a:before {
            content: ' ';
            background: none !important;
        }

.move-top:hover {
    margin-top: -20px;
    margin-bottom: -20px;
}

.facebook {
    background: url('../images/facebook.png') no-repeat 50%;
}

.twitter {
    background: url('../images/twitter.png') no-repeat 50%;
}

.google {
    background: url('../images/google.png') no-repeat 50%;
}

.blog {
    background: url('../images/blog.png') no-repeat 50%;
}

.hv-footer-name {
    font-family: 'Droid Serif', serif;
    font-size: 30px;
    color: rgb(65,0,0);
}

.hv-footer-address {
    width: 150px;
    margin: 10px 0px 0px 6px;
    font-weight: bold;
    color: rgb(65,0,0);
}

    .hv-footer-address a:before {
        content: ' ';
        background: none !important;
    }

.hv-footer-logo {
    margin-top: -50px;
    float: right;
    background: url('../images/hillviewlogo_shadow.png') no-repeat 50%;
    width: 100px;
    height: 100px;
    position: relative;
    background-size: contain;
    opacity: 0.5;
    bottom: 0px;
}

div.extra li {
    position: relative;
    margin: 0px 0px 0px 30px;
    display: inline;
    padding: 5px;
    font-family: 'Open Sans';
    float: left;
}

div.college-details {
    float: right;
    color: white;
    font-size: 13px;
    font-family: 'Open Sans';
    margin-right: 20px;
}

li a {
    color: white;
}

    li a:hover {
        color: white;
        text-decoration: underline;
    }

.clear {
    clear: both;
}


#calendar {
    width: 200px;
    margin: 0 auto;
    font-size: 10px;
}

.fc-header-title h2 {
    font-size: .9em;
    white-space: normal !important;
}

.fc-view-month .fc-event, .fc-view-agendaWeek .fc-event {
    font-size: 0;
    overflow: hidden;
    height: 2px;
}

.fc-view-agendaWeek .fc-event-vert {
    font-size: 0;
    overflow: hidden;
    width: 2px !important;
}

.fc-agenda-axis {
    width: 20px !important;
    font-size: .7em;
}

.fc-button-content {
    padding: 0;
}

.eventsCalendar-currentTitle {
    line-height: 25px;
    background-color: rgb(65, 0, 0);
    outline: 1px solid rgb(65, 0, 0);
    border: 1px solid rgb(65, 0, 0);
    border-width: 1px 0;
}

.eventsCalendar-daysList li.dayWithEvents a {
    background: rgb(245, 136, 33);
    color: #fff;
}

li.eventsCalendar-day.dayWithEvents a:hover {
    background-color: rgba(245, 136, 33, 0.5);
}

.eventsCalendar-list li a.eventTitle {
    color: rgb(31, 166, 236);
}

.eventsCalendar-daysList li.current a {
    color: #fff;
    background: rgb(245, 136, 33);
    -webkit-box-shadow: inset 5px 5px 10px rgb(65, 0, 0);
    -moz-box-shadow: inset 5px 5px 10px rgb(65, 0, 0);
    box-shadow: inset 5px 5px 10px rgb(65, 0, 0);
    text-shadow: 2px 2px 2px rgb(65, 0, 0);
}

    .eventsCalendar-daysList li.current a:hover {
        color: #fff;
        background: rgba(245, 136, 33, 0.5);
        -webkit-box-shadow: inset 5px 5px 10px rgba(65, 0, 0, 0.5);
        -moz-box-shadow: inset 5px 5px 10px rgba(65, 0, 0, 0.5);
        box-shadow: inset 5px 5px 10px rgba(65, 0, 0, 0.5);
        text-shadow: 2px 2px 2px rgba(65, 0, 0, 0.5);
    }

.eventsCalendar-daysList li.today a {
    color: #fff;
    background: rgb(65, 0, 0);
}

    .eventsCalendar-daysList li.today a:hover {
        color: #fff;
        background: rgba(65, 0, 0, 0.5);
    }

.bt {
    border: rgb(239,95,95);
    background: rgb(239,95,95); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmNWY1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iIzQxMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(239,95,95,1) 0%, rgba(65,0,0,1) 71%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,95,95,1)), color-stop(71%,rgba(65,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(239,95,95,1) 0%,rgba(65,0,0,1) 71%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(239,95,95,1) 0%,rgba(65,0,0,1) 71%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(239,95,95,1) 0%,rgba(65,0,0,1) 71%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(239,95,95,1) 0%,rgba(65,0,0,1) 71%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef5f5f', endColorstr='#410000',GradientType=0 ); /* IE6-8 */
}

    .bt:hover {
        background: rgb(239,95,95); /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmNWY1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iIzU2MDcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZjVmNWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(239,95,95,1) 0%, rgba(86,7,0,1) 54%, rgba(239,95,95,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,95,95,1)), color-stop(54%,rgba(86,7,0,1)), color-stop(100%,rgba(239,95,95,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(239,95,95,1) 0%,rgba(86,7,0,1) 54%,rgba(239,95,95,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(239,95,95,1) 0%,rgba(86,7,0,1) 54%,rgba(239,95,95,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(239,95,95,1) 0%,rgba(86,7,0,1) 54%,rgba(239,95,95,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(239,95,95,1) 0%,rgba(86,7,0,1) 54%,rgba(239,95,95,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef5f5f', endColorstr='#ef5f5f',GradientType=0 ); /* IE6-8 */
    }

.ab {
    -webkit-box-shadow: 0 8px 36px -6px black;
    -moz-box-shadow: 0 8px 36px -6px black;
    box-shadow: 0 8px 36px -6px black;
    position: relative;
    z-index: 1;
}

/* cleekin@icd-tt.com*/
.page-description {
    font-size: 16px;
    font-family: "Droid Sans", serif;
    line-height: 24px;
    padding-top: 0px;
    color: #FFF;
    margin-top: 20px;
}

.center {
    text-align: center;
}

.vertical-align {
    margin: auto 0;
}

h1 {
    font-family: "Droid Sans", serif;
    font-size: 30px;
    line-height: 50px;
    font-weight: normal;
    margin-bottom: 0px;
    text-align: center;
    text-shadow: 0 1px 1px #fff;
    color: rgba(65,0,0, 0.8);
}

.p-lines p {
    color: #7a7c7f;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 22px;
    text-shadow: 0 1px 1px #fff;
    padding-top: 0px;
}

p.byline {
    font-style: italic;
    color: rgba(134, 20, 23, 0.3);
    font-size: 24px;
    margin-top: 20px;
    text-align: center;
    text-shadow: 0 1px 1px #fff;
}

.bg-gradient {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA5Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDkiLz4KICAgIDxzdG9wIG9mZnNldD0iMzklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.09) 0%, rgba(0,0,0,0.09) 1%, rgba(0,0,0,0) 39%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.09)), color-stop(1%,rgba(0,0,0,0.09)), color-stop(39%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.09) 0%,rgba(0,0,0,0.09) 1%,rgba(0,0,0,0) 39%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.09) 0%,rgba(0,0,0,0.09) 1%,rgba(0,0,0,0) 39%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.09) 0%,rgba(0,0,0,0.09) 1%,rgba(0,0,0,0) 39%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0.09) 0%,rgba(0,0,0,0.09) 1%,rgba(0,0,0,0) 39%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */
}

.portals {
    display: inline-block;
    margin: 0px 40px;
    border-radius: 20px;
    background: rgb(245, 136, 33);
    padding: 2px 10px 2px 10px;
    width: 75px !important;
    color: black;
    font-size: 14px;
    text-align: center;
}


/**/
.club-container {
    padding: 5px;
    margin: 0px;
}

    .club-container p {
        font-style: italic;
        color: rgba(134, 20, 23, 0.6);
        text-shadow: 0 1px 1px #fff;
        font-size: 12px;
        padding: 0px;
    }

.page-heading {
    color: rgb(251, 146, 36);
    font-weight: bold;
    font-size: 40px;
    margin-top: 65px;
}

.kr-cloud {
    width: 280px;
    height: 80px;
    top: 600px;
    left: -6px;
    background-color: #000000;
    opacity: 0.6;
    color: #FFFFFF;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    padding: 15px 50px;
}
/**/


textarea {
    resize: none;
}

#errormessage {
    display: none;
    padding: 5px;
}

.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected {
    background-color: #F58821;
    color: #fff;
}

.pure-menu.pure-menu-open {
    width: auto;
}

.pure-menu.pure-menu-open, .pure-menu.pure-menu-horizontal li .pure-menu-children {
    background: #F58821;
}

.pure-menu li a:hover, .pure-menu li a:focus {
    background: #F58821;
}

.pure-menu.pure-menu-open, .pure-menu.pure-menu-horizontal li .pure-menu-children {
    border: none;
}

.pure-menu-has-children ul {
    background: rgba(0,0,0, 0.75) !important;
    box-shadow: 0px 5px 10px 2px rgba(0,0,0, .5);
}

    .pure-menu-has-children ul li a {
        color: #FFF !important;
        font-weight: normal !important;
    }

.events-wrap {
    width: 97%;
    height: 165px;
    padding: 10px;
    border: 1px solid rgb(186, 187, 190);
    margin: 5px auto;
}

.event-title {
    font-weight: bold;
    font-size: 22px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Droid Sans', sans-serif;display:block;
}

.events-info {
    width: 70%;
    float: left;
    height: 160px;
    margin: 0px 5px;
    background: rgb(65, 0, 0);
}

    .events-info p {
        padding: 10px;
        letter-spacing: 0.1em;
        color: white;
        margin: auto 0;
    }

.events-link {
    color: rgb(251, 146, 36);
    display: block;
    margin: 0px 0px 0px 20px;
    font-size: 13px;
    position: relative;
    z-index: 100;
    font-family: sans-serif;
    float: right;
    margin-right: 20px;
}

    .events-link:hover {
    }
	
.pure-menu-horizontal>.pure-menu-children>.pure-menu-can-have-children>.pure-menu-label {
    padding-left: 9px !important;
}
