﻿/******************************************************************
1030up.css
-------------------------------------------------------------------
Stylesheet: Desktop
-------------------------------------------------------------------

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/

/* These styles are applied for viewports 1030px and higher */
@media only screen and (min-width: 1030px) {


/*------------------------------------------------------------------
--> Foundation Overrides
------------------------------------------------------------------*/

	/* Add additional padding between columns for larger displays */
	.row .column, .row .columns {
	padding: 0 15px;
	}
	/*
	.widget-layout-row.row .columns
	{
	padding:0px 10px;
	}
	*/

	div#header-left a{ margin: 20px 0 0 0;}

  /* --> Homepage News Alert ---------------------------------*/

	#alert_overlay {
	right: 68px;
	width: 38%;
	}


	div#deptSelect { width: 50%; }
	ul.head-links{ width: 50%; }

	/* Trending topics */
    div#topicWrap ul{ 
    width: 87%; 
    float: left; 
    list-style: none; 
    margin: 0 0 0 10px; 
    }

    div#topicWrap h4{ 
    width: 12%;
    text-align: right;
    padding: 2px 0 0 0;
    font-size: 14px; 
    }

    div#topicWrap ul li {
    float: left;
    border-right: 1px solid #dadada;
    padding: 0 1.666%;
    margin: 0;
    }


	/* Social Icons */
    #hpSocialIcons a.mm-button-link {
    width: 48px;
    height: 48px;
    }


	/** Hp Calendar
	===================================*/

	#hp-cal{
	width: 55%;
	}

	#hp-events-city,
	#hp-events-local,
	#hp-events-special{
	width:  45%;
	}

	#hp-cal .smlCal002_wrap {
	    padding: 10px;
	}

	div#calWrapper { min-height: 500px; }


/*-------------------------------------------------------------------
--> Main Navigation
------------------------------------------------------------------*/

/* --> Main Navigation Container ---------------------------------*/

	/* Add additional padding for larger displays */
	section#top-nav .nav-row .columns { padding: 0px; }


/* --> Main Navigation Item Link ---------------------------------*/

	nav.main-nav ul li.nav-item > a {}

	.nav-inner { width: 60%; }
	.nav-utils { width: 33%; margin: 0; }

	li.divder {    border-left: 1px solid #929fab;}

/* --> Main Navigation Divider -----------------------------------*/

	nav.main-nav .top-bar-section > ul > .divider {
	border-left-color: #46464a;
	border-right-color: #161617;
	display: none;
	}

	/* Has-Dropdown Arrow (Show for larger displays) */
	nav.main-nav .has-dropdown > a:after {
	display: none;
	}

	nav.main-nav ul li.nav-item > a {
    font-size: .8em;

	}

	#hpSocialIcons a.mm-button-link {
    width: 33px;
    height: 33px;
    margin: 8px 8px;
	}

/*------------------------------------------------------------------
--> BreadCrumbs / System Buttons
------------------------------------------------------------------*/

/* --> System Buttons ----------------------------------------------*/

	/* Column that contains the system buttons */
	.columns.system-btns-col { padding: 0 15px; }


/*------------------------------------------------------------------
--> Home Contents
------------------------------------------------------------------*/

/* --> Home Buttons ----------------------------------------------*/

	/* Button icon */
	#dynamic-home-btns a.mm-button-link img.mm-button-img { width: 30%; max-width: 72px; }

	/* Button text */
	#dynamic-home-btns a.mm-button-link .mm-button-txt {
	font-size: 2.8;
	margin-top: 15px;
	}

	/* Sub text on buttons */
	#dynamic-home-btns .mm-button-subtxt {
	font-size: 1.2em;
	}

	/* Civica logo ------------------------------------------*/

    #civica-foot-logo { 
    width: 18.66667%;
    }

/* --> Blocks ----------------------------------------------------*/

	/* Block heading */
	.home-block h2.block-head { font-size: 2.2em; }

	/* Inner wrapper for blocks */
	.block-contents { padding: 5px 20px 20px 20px; }


	/*------------------------------------------------------------------
	--> Page Footer
	------------------------------------------------------------------*/

/* --> Footer Navigation -----------------------------------------*/

	/* Navigation list item link */
	nav.foot-nav ul.foot-nav-list li a { font-size: 1.4em; }

    /*
    ------------------------------------------------------------------
    --> Photo Manager and Photo Book Styles
    ------------------------------------------------------------------*/
    #caption_wrap{
    padding: 0 12px;
    border-bottom: 0;
    background-color: rgba(131, 146, 96, .9);
    color: white;
    }

}
