﻿/******************************************************************
768up.css
-------------------------------------------------------------------
Stylesheet: Tablet & Small Desktop
-------------------------------------------------------------------

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/


/* These styles are applied for viewports 768px and higher */
@media only screen and (min-width: 768px) {


    /* 2 column layouts - Moves buttons to opposite side for desktop views */
    #col2Content{
    float: right;
    padding: 0;
    }

    #sidenav-col {
    padding: 0 10px 0 0;
    }

    #side-buttons {
    padding: 0;
    }

    .code_snippet_box{
    margin-bottom: 1.25em;
    width: 49%;
    margin-right: 1.25em;
    }
 
    .details_right{
    float: right;
    width: 48%;
    }

    .details_box {
    padding-top: 0;
    }
    
    #header-left {
    margin-bottom: 0;
    }

    .main-title {
    font-size: 9em;
    line-height: 105px;
    }

    #homebg {
    height: 700px;
    }

    #homebg .picture {
    max-height: 700px;
    }

    .title-wrapper.border-cal {
    margin-bottom: 4em;
    }

    #scrolltobottom {
    margin-top: -8em;
    }

    #scrolltobottom img.icons-scroll {
    max-width: 150px;
    }

    #media .mm-button-wrap {width: auto;}

    #media .mm-button-1 {padding: 0 17px 17px 0;}
    #media .mm-button-2 {padding: 0 0 17px 17px;}
    
    #media .mm-button-3 {padding: 17px 17px 0 0;}
    #media .mm-button-4 {padding: 17px 0 0 17px;}

    #media, #twitter, #hours {
    padding: 0;
    width: 50%;
    }

    #email_signup_div input.emailform{
    width: 65%;
    }

    #email_signup_div a.signup {
    position: relative;
    bottom: 0;
    right: 2em;
    }

    .go1 {
    width: auto;
    }

    #feed .entryWrapper {width: 29.5%;padding: 0 2%;border-right: 1px solid #ccc;}
    #feed .entryWrapper:last-child{border-right: 0;}
    
    /* --> Search Input ----------------------------------------------*/

    #search-wrapper-home input#site-search,
    #search-wrapper-home input.site-search {
    height: 95px;
    font-size: 1.8em;
    }

    #search-wrapper-home a#site-search-btn,
    #search-wrapper-home a.site-search-btn {
    height: 95px;
    }

    #charm-bar .mm-button-wrap {
    width: 15%;
    }

    /* --> Homepage News Alert ---------------------------------*/

    #alert_overlay {
    right: 68px;
    width: 62%;
    }

    #alert-overlay-inner h3{
    font-size: 1.8em;
    }

    .civica-top {
    right: 20px;
    bottom: 20px;
    }
    
    #dynamic-side-btns .mm-button-wrap {
    max-width: 100%;
    margin-left: 0;
    }

    /* --> Search ---------------------------------*/

    #search-wrapper {
    text-align: right;
    }

    .search-button {
    width: 10%;  
    }

    .search-input {
    width: 50%;
    }

    #search-wrapper-home .search-input {
    width: 60%;
    }

    #search-wrapper-home .search-button {
    width: 10%;
    }

    section#transparency .mm-button-wrap {
    width: 25%;
    }

/*------------------------------------------------------------------
--> Main Navigation
------------------------------------------------------------------*/
    
    section#top-nav {
    background: transparent;
    }

/* --> Main Navigation Container ---------------------------------*/

    section#top-nav .nav-row .columns {
    padding: 0 8px;
    }

    header#page-header {
    padding: 10px 0;
    border-bottom: 10px solid rgba(0, 50, 94, 1);
    }

/* --> Main Navigation Title -------------------------------------*/

    nav.main-nav .name {
    display: none;
    }

    nav.main-nav ul {
    width: 100%;
    text-align: center;
    background: none;
    }

    .top-bar-section ul li {
    display: inline-block;
    float: none;
    }

/* --> Main Navigation Item --------------------------------------*/

    nav.main-nav ul.nav-list > li.nav-item {
    width: 16.4%;
    }

    nav.main-nav ul.nav-list > li.nav-item-1 {
    width:19.5%;
    } 

    nav.main-nav ul.nav-list > li.nav-item-5 {
    width:30.5%;
    } 

    nav.main-nav ul.nav-list > li.nav-item > a {
    text-align: center;
    padding: 11px 5px 2px 4px !important;
    }

    nav.main-nav ul.nav-list > li.nav-item:hover > a {
    background: #053c6b;
    }


/* --> Main Navigation Item Link ---------------------------------*/

    nav.main-nav ul li.nav-item > a {
    padding: 0 5px;
    }

    nav.main-nav ul li.nav-item a {
    background: transparent;
    }

    /* Dropdown Item Link */
    nav.main-nav .dropdown li.nav-item a {
    text-transform: none;
    font-size: 0.9em;
    line-height: 18px;
    background: #fff;
    padding: 10px 15px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    color: #333;
    }

	nav.main-nav .dropdown li.nav-item a:hover{
    padding-left:15px;
	}
   

/* --> Main Navigation Dropdown Container ------------------------*/

    nav.main-nav .dropdown {
    width: 200px;
    text-align: left;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background: white;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.4);
    }

    /* Has-Dropdown Arrow */
    nav.main-nav .has-dropdown > a:after {
    display: none;
    }

    /* Flyout to Left */
    .top-bar li.flyout-left .dropdown li .dropdown {
    left: -200px;
    width: 200px;
    }

    /* Flyout to Left Link */
    .top-bar li.flyout-left .dropdown li.has-dropdown > a {
    padding-left: 40px;
    padding-right: 15px !important;
    }

    .top-bar li.flyout-left .dropdown li.has-dropdown > a:hover {
    padding-left: 5px;
    }

    /* Flyout Icon (text arrows) */
    .top-bar .has-dropdown .dropdown li.has-dropdown > a:after {
    left: 91%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #074a84;
    border-width: 5px;
    margin-top: -5px;
    display: block;
    }

    /* Hide navigation dividers */
    nav.main-nav .top-bar-section > ul > .divider {
    display: none;
    }


    /* Side Navigation */
    #side-nav.size1 .sf-menu a{ font-size: 1.4em; }


/*------------------------------------------------------------------
--> BreadCrumbs / System Buttons
------------------------------------------------------------------*/

/* --> System Buttons ----------------------------------------------*/

    /* Column that contains the system buttons */
    .columns.system-btns-col { padding: 0 8px; }

    nav#side-nav .sf-menu ul {
    left: 100%;
    position: absolute;
    width: 200px;
    }


    /* Flyout Indicator (Arrow) */
    nav#side-nav .sf-sub-indicator {
    border: solid transparent;
    border-color: transparent;
    border-top-color: transparent;
    border-left-color: #08589e;
    border-width: 5px;
    }

/* --> Breadcrumbs ----------------------------------------------*/

    /* Email, Edit, Print List Container */
    ul.system-btns-list {
    float: right;
    width: auto;
    margin-top: 0;
    }

    /* System Button Item */
    ul.system-btns-list > li {
    width: auto;
    margin-bottom: 0;
    margin-left: 15px;
    padding: 0;
    }

    /* System Button Dropdown Menu */
    ul.system-menu {
    width: 180px;
    }

    /* System Button Link Text */
    ul.system-btns-list > li a.button {
    font-size: 1.6em;
    margin-bottom: 0;
    text-align: left;
    }

    .crumbs-section {
    width: 66%;
    }

    .icon-section {
    width: 33%;
    }

    /* System Button Style */
    .button.system-button { width: auto; }

    /* Email */
    #btn-email, #btn-edit, #btn-print { background-position: 3px 4px; }


/*------------------------------------------------------------------
--> Home Contents
------------------------------------------------------------------*/

/* --> Home Buttons ----------------------------------------------*/

    /* Hide separator that appeared below the buttons on the homepage */
    #dynamic-home-btns hr.home-btn-sep { display: none; }


/* --> Most Popular ----------------------------------------------*/

    /* Most Popular list */
    section#home-mostpop ul.az-list {
    width: 92%;
    padding-left: 8%;
    }

    /* Most Popular list item link */
    section#home-mostpop ul.az-list li a {
    font-size: 1.4em;
    }


/* --> Events List -----------------------------------------------*/

    /* Description for event */
    p.events-description {
    font-size: 1.3em;
    }


/*------------------------------------------------------------------
--> Page Footer
------------------------------------------------------------------*/

    #az-footer,footer#page-footer {
    text-align: left;
    }

/* --> Footer Navigation -----------------------------------------*/

    /* Navigation list */
    nav.foot-nav ul.foot-nav-list {
    margin-left: 0;
    }

/* --> Copyright -------------------------------------------------*/

    #copyright-span p.copyright {
    text-align: left;
    }

/* --> Divider (Mobile only)--------------------------------------*/

    /* Hide the divider for desktop */
    hr.footer-divider { display: none; }

}
