﻿/******************************************************************
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) {

    #header-left {
   	width: 17%;
    }

    #header-right {
    text-align: right;
    }

	#nav-left {
	width: 85%;
	padding: 0;
	}

	#nav-right {
	width: 15%;
	padding: 0 10px 0 0;
	}

	a#header-logo {
	position: absolute;
	height: 170px;
	top: 0;
	left: 0;
	}

	a#header-logo img {
	max-width: 100%;
	}

	#bottom-header {
	padding-bottom: 0;
	}

	.logoheader-mobile {
	display: none;
	}

	.logoheader-desktop {
	display: inline-block;
	}

	.pacifica-top {
	height: 60px;
	width: 60px;
	right: 30px;
	bottom: 30px;
	}

/*------------------------------------------------------------------
--> Foundation Overrides
------------------------------------------------------------------*/

	/* Add additional padding between columns for larger displays */
	.row .column, .row .columns {
	padding: 0 15px;
	}


  /* --> Homepage News Alert ---------------------------------*/

	#alert_overlay {
	right: 68px;
	width: 38%;
	}

	#search-utilities {
	margin-top: 10px;
	}

/*-------------------------------------------------------------------
--> Main Navigation
------------------------------------------------------------------*/

/* --> Main Navigation Container ---------------------------------*/

	/* Add additional padding for larger displays */
	section#top-nav .nav-row .columns { padding: 0 15px; }

	#nav-left {
	padding-bottom: 0;
	}

/* --> Main Navigation Item Link ---------------------------------*/

    nav.main-nav ul.nav-list > li.nav-item-1{
    width: 13.25%;
    }
    nav.main-nav ul.nav-list > li.nav-item-2,
    nav.main-nav ul.nav-list > li.nav-item-3{
    width: 10.25%;
    }

    nav.main-nav ul.nav-list > li.nav-item-4{
    width:19.25%;
    }

    nav.main-nav ul.nav-list > li.nav-item-5{
    width:16.25%;
    }

    nav.main-nav ul.nav-list > li.nav-item-6 {
    width: 12.25%;
    }

/* --> Main Navigation Divider -----------------------------------*/

	nav.main-nav .top-bar-section > ul > .divider {
	border-left-color: #46464a;
	border-right-color: #161617;
	display: none;
	}

    nav.main-nav {
    height: 100%;
    text-align: right; 
    }

/*------------------------------------------------------------------
--> 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-left {
    width: 30%;
    text-align: left;
    vertical-align: middle;
    }

    #footer-right {
    width: 66%;
    text-align: left;
    vertical-align: middle;
    }

/* --> Footer Navigation -----------------------------------------*/

	#footer_links{
	width: 30%;
	float: left;
	display: block;
	padding: 0 25px;
	border-bottom: 0;
	border-right: 1px solid #889ba7;
	}

    /*------------------------------------------------------------------
    --> Photo Manager and Photo Book Styles
    ------------------------------------------------------------------*/
    #caption_wrap{
    position: absolute;
    border-bottom: 0;
    background-color: rgba(40, 109, 149, 0.9);
    color: white;
    }

}
