﻿/******************************************************************
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) {


    #utilites-right {
    text-align: left;
    }

/*------------------------------------------------------------------
--> Foundation Overrides
------------------------------------------------------------------*/

	/* Add additional padding between columns for larger displays */
	.row .column, .row .columns {
	padding: 0 15px;
	}

	.civica-top {
	height: 60px;
	width: 60px;
	right: 30px;
	bottom: 30px;
	}

  /* --> Homepage News Alert ---------------------------------*/

	#alert_overlay {
	right: 68px;
	width: 38%;
	}

    #header-left {
    position: absolute;
    left: 0;
    width: 21%;
    text-align: left;
    z-index: 55;
    }

    #header-right {
    text-align: right;
    width: 10;
    }
    
    #header-nav {
    padding:22px 10px 20px 10px;
    }

    .main {
    padding-left: 121px;
    }

/*-------------------------------------------------------------------
--> Main Navigation
------------------------------------------------------------------*/

/* --> Main Navigation Container ---------------------------------*/

	/* Add additional padding for larger displays */
	section#top-nav .nav-row .columns { padding: 0 15px; }


/* --> Main Navigation Item Link ---------------------------------*/

    nav.main-nav ul.nav-list > li.nav-item {width: auto;}
    nav.main-nav ul.nav-list > li.nav-item > a {padding: 0 25px !important;}
    nav.main-nav ul li.nav-item > a {font-size: .95em;}

/* --> Main Navigation Divider -----------------------------------*/

	nav.main-nav .top-bar-section > ul > .divider {
	border-left-color: #46464a;
	border-right-color: #161617;
	display: none;
	}

/*------------------------------------------------------------------
--> 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.8em;
	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; }

    #footer-left {width: 52%;margin-bottom: 0}
    .footer-address{ width: 57%;text-align: left; }
    .footer-logo {width: 35%;text-align: left;margin-right: 2%;}
    #footer-right {width: 48%;text-align: left;}
    #footer-bottom {text-align: left;}
	.footer-nav-top ul li { padding: 0 1%;}

    .footer-social {
    width:35%;
    }

    .footer-ult ul.az-list {
    width: 49%;
    }

    a#footer-civica {
    margin-left: 0%;
    width: 140px;
    }

    .footer-ult {
    text-align: left;
    padding-left: 2%;
    }

	/*------------------------------------------------------------------
	--> 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{
    position: relative;
    border-bottom: 0;
    background-color: rgba(40, 109, 149, 0.9);
    color: white;
    }

}
