/**********************************************************************************
* 
* © 2018 Ecliptic Technologies, Inc. - All Rights Reserved
* Unauthorized use or reproduction of this product is strictly prohibited by law.
* Website: www.ecliptictech.com
* Email: info@ecliptictech.com
*
* Name: desktop.css
* Description: Additional desktop styles for www.collegeloftservices.com
*
***********************************************************************************/

/* Body
----------------------------------------------------------------------------------*/

body
	{
	}

html, body, form
	{
    height:100%;
    }

#caution-container
	{
    font-size:0.75em;
    }

object, iframe
	{
    margin:0.3125em 0 1.3125em;
    }

*:first-child+html embed
	{
    margin:0.3125em 0 1.3125em;
    }

* html embed
	{
    margin:0.3125em 0 1.3125em;
    }


/* Base text
----------------------------------------------------------------------------------*/

h1
	{
	margin:20px 0 0;
	}

h1 a
	{
    width:280px;
    height:43px;
	background-image:url(/sitegraphics/csilofts-logo.png);
    }

.xtarget:target
	{
    margin-top:-124px;
    padding-top:124px;
    }

#container-intro h2, #container-intro #content p
    {
    width:64%;
    text-shadow:-1px 1px 2px #1a1a1a,
                -1px 1px 5px #1a1a1a;
    }

#container-intro h2
    {
    font-size:1.875em;
    }

#container-intro #content p
    {
    font-size:1em;
    line-height:1.5em;
    }

blockquote
	{
	margin:0 1.5em;
	}

pre
	{
    margin-bottom:1.5em;
    }

@media screen and (min-width:1188px)
	{
	body
		{
		line-height:1.5em;
		}

    #container-intro h2, #container-intro #content p
        {
        width:69%;
        }
	
	h2
		{
		font-size:2em;
		}
	
	#container-intro h2
		{
        font-size:2.5em;
		}

	h3
		{
		font-size:1.5em;
		}

	h4
		{
		font-size:1.375em;
		}

	h5
		{
		font-size:1.25em;
		}
	
	h6
		{
		font-size:1.125em;
		}

	p, ul, ol, time, pre
		{
		font-size:1em;
		}

    #container-intro #content p
        {
        font-size:1.0625em;
        }
	}


/* Tables 
----------------------------------------------------------------------------------*/

@media screen and (min-width:1188px)
	{
	table
		{
        margin:0.5em 0 1.5em;
        }
	
	table th, table td
		{
		font-size:1em;
		}
	
	table th p, table td p, table td ul, table td ol, table td time
		{
		line-height:1.5em;
		}
	}


/* Images 
----------------------------------------------------------------------------------*/

@media screen and (min-width:1188px)
    {
    img
		{
	    margin-bottom:1.5em;
        }

    .imageleft, .imagesticky
		{
        margin-right:1.5em;
        }

    .imageright
		{
        margin-left:1.5em;
        }

    .imagecenter
		{
	    margin-bottom:1.5em;
	    }
    }


/* Container
----------------------------------------------------------------------------------*/

#container-intro, #container
	{
	min-height:100%;
	background-position:center 87px;
	}
	
#container-intro
    {
    background-image:url(/sitegraphics/csilofts-banner.jpg);
    background-attachment:fixed;
    background-size:1624px 380px;
    }

.mlsframe
	{
    min-height:650px;
    }

#popup-container
	{
    margin:1em;
    }

@media screen and (min-width:1188px)
    {
    #container-intro
		{
        background-size:auto;
	    }
    }


/* Header
----------------------------------------------------------------------------------*/

#header
	{
	width:100%;
    height:87px;
	margin:0;
	padding:0;
	padding-left:-moz-calc((100% - 950px) / 2);
    padding-left:-webkit-calc((100% - 950px) / 2);
    padding-left:calc((100% - 950px) / 2);
    padding-right:-moz-calc((100% - 950px) / 2);
    padding-right:-webkit-calc((100% - 950px) / 2);
    padding-right:calc((100% - 950px) / 2);
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-box-shadow:0 0 8px #202020;
	-webkit-box-shadow:0 0 8px #202020;
	box-shadow:0 0 8px #202020;
    }

#logo
	{
    width:auto;
    }

#header-supplemental
	{
    }

#phone
	{
    display:block;
    float:right;
    margin-top:12px;
    font-size:1em;
    color:#c0c0c0;
    }

#phone a
	{
    color:#c0c0c0;
    }

#phone a:hover, #phone a:active, #phone a:focus
	{
    background:none;
    border:none;
    cursor:text;
    }

@media screen and (min-width:1188px)
	{
    #header
		{
		padding-left:-moz-calc((100% - 1140px) / 2);
		padding-left:-webkit-calc((100% - 1140px) / 2);
		padding-left:calc((100% - 1140px) / 2);
		padding-right:-moz-calc((100% - 1140px) / 2);
		padding-right:-webkit-calc((100% - 1140px) / 2);
		padding-right:calc((100% - 1140px) / 2);
		}
	}


/* Navigation
----------------------------------------------------------------------------------*/

#nav
	{
	display:block !important;
	position:relative;
	top:auto;
	left:auto;
	float:right;
	width:auto;
	margin-top:28px;
	border:none;
    clear:right;
	z-index:1;
	}

#nav ul
	{
    width:auto;
    font-size:0.875em;
    }

#nav li
	{
    width:auto;
    border-width:0;
    }

#nav a
	{
    padding:0.375em 0.5625em 0.25em;
    color:#dadada;
    background-color:transparent;
    -moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
    }

#nav a:hover, #nav a:focus
	{
    color:#0c0c0c;
    background-color:#4c98be;
    }

#nav-actions ul
	{
    font-size:1.125em;
    }

#nav-menu-link, #nav-mobile
	{
    display:none;
    }

@media screen and (min-width:1188px)
    {
    #nav-actions ul
		{
		font-size:1.25em;
		}
    }


/* Second-level lists 
----------------------------------------------------------------------------------*/

#nav li ul
	{
	display:none;
	width:auto;
	position:absolute;
	left:-999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin:-24px 0 0 120px;
	padding:0 0 0 0;
	list-style:none;
	background:#9fcee6;
	/*background:rgba(77,122,153,0.7);*/
	/*border:2px solid #91d0eb;*/
	/*border-right:1px solid #334d66;
	border-bottom:1px solid #334d66;
	border-left:1px solid #334d66;*/
	z-index:10;
	/*filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	opacity:0.9;*/
	}

#nav li ul ul
	{
	margin:-20px 0 0 80%;
	}

#nav li ul li
	{
	float:none;
	margin:0;
	padding:0;
	border:none;
	}
	
#nav li ul li a
	{
	/*background:none;*/
	/*padding:7px 13px 7px 13px;
	background:#4d7a99;
	background:rgba(77,122,153,0.9);*/
	/*border:none;*/
	}
	
#nav li ul li a:hover
	{
	/*background:#7999af;
	background:rgba(121,153,175,0.9);*/
	}

#nav li ul li a:active
	{
	}

#nav li:hover, #nav li.sfhover
	{
    position:static;
    /*background:#7999af;
    background:rgba(121,153,175,0.9);*/
    }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul
	{
    left:-999em;
    }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul /* lists nested under hovered list items */
	{
	left:auto;
	}


/* Sub Navigation
----------------------------------------------------------------------------------*/

#nav-sub
	{
	display:block;
	position:fixed;
	float:left;
	width:100%;
	height:34px;
	margin-top:114px;
	/*background-color:#0c0c0c;*/
	z-index:2;
	}

#nav-sub ul
	{
    /*width:950px;
    margin:0 auto;
    padding:0;
	font-size:0.875em;
    text-transform:uppercase;
    list-style:none;*/
	height:34px;
    padding:0;
    padding-left:-moz-calc((100% - 950px) / 2);
    padding-left:-webkit-calc((100% - 950px) / 2);
    padding-left:calc((100% - 950px) / 2);
    padding-right:-moz-calc((100% - 950px) / 2);
    padding-right:-webkit-calc((100% - 950px) / 2);
    padding-right:calc((100% - 950px) / 2);
    font:400 1em "Montserrat", Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    list-style:none;
    background-color:#c0c0c0;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    }

#nav-sub ul:after
	{
	display:block;
	position:absolute;
	left:0;
	content:"";
	width:100%;
	height:8px;
	margin-top:26px;
	z-index:-1;
	-moz-box-shadow:0 0 8px #202020;
	-webkit-box-shadow:0 0 8px #202020;
	box-shadow:0 0 8px #202020;
    }

#nav-sub li
	{
    float:left;
    }

#nav-sub li:first-child
	{
    }

#nav-sub a
	{
    display:block;
    height:28px;
    padding:6px 13px 0;
    color:#c0c0c0;
	/*background-image:url(/sitegraphics/csilofts-nav.gif);
    background-position:right top;
    background-repeat:no-repeat;*/
    background-color:#0c0c0c;
    border:none;
    }

#nav-sub a:hover, #nav-sub a:focus
	{
    color:#202020;
	background-color:#01669a;
    }

#nav-sub a:active
	{
    }

@media screen and (min-width:1188px)
    {
    #nav-sub ul
		{
        /*width:1200px;
        font-size:1em;*/
		padding-left:-moz-calc((100% - 1100px) / 2);
		padding-left:-webkit-calc((100% - 1100px) / 2);
		padding-left:calc((100% - 1100px) / 2);
		padding-right:-moz-calc((100% - 1100px) / 2);
		padding-right:-webkit-calc((100% - 1100px) / 2);
		padding-right:calc((100% - 1100px) / 2);
        }
    
    #nav-sub a
		{
        height:29px;
        padding-top:5px;
        }
    }


/* Banner
----------------------------------------------------------------------------------*/

#banner
	{
	display:block;
    }

@media screen and (min-width:1188px)
	{
	}


/* Main background
----------------------------------------------------------------------------------*/

#main
	{
    width:100%;
	margin-top:87px;
    padding-top:2em;
	padding-bottom:1.5em;
	padding-left:-moz-calc((100% - 950px) / 2);
    padding-left:-webkit-calc((100% - 950px) / 2);
    padding-left:calc((100% - 950px) / 2);
    padding-right:-moz-calc((100% - 950px) / 2);
    padding-right:-webkit-calc((100% - 950px) / 2);
    padding-right:calc((100% - 950px) / 2);
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
    }

#container-intro #main
	{
	height:380px;
	padding-top:140px;
	}

#container #main
    {
    margin-bottom:54px;
    }

/* clearfix hack to keep floats from overlapping footer */

.clearfix:after
	{
    content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	
.clearfix
	{
    display:inline-block;
    }

/* Hides from IE-mac \*/
    
* html .clearfix
	{
    height:1%;
    }

.clearfix
	{
    display:block;
    }

/* End hide from IE-mac */

@media screen and (min-width:1188px)
    {
    #main
		{
		padding-left:-moz-calc((100% - 1140px) / 2);
		padding-left:-webkit-calc((100% - 1140px) / 2);
		padding-left:calc((100% - 1140px) / 2);
		padding-right:-moz-calc((100% - 1140px) / 2);
		padding-right:-webkit-calc((100% - 1140px) / 2);
		padding-right:calc((100% - 1140px) / 2);
		}
	
	#container-intro #main
		{
		height:500px;
		padding-top:200px;
		}
    }


/* Content
----------------------------------------------------------------------------------*/

#content
	{
	min-height:180px;
	padding:10px 0 0;
	}

.video-container
	{
	margin-bottom:1.3125em;
	}

.content-blocks-3x > li, .content-blocks-3x > li:nth-child(2n+1)
	{
    width:32%;
    margin-left:2%;
    }

.content-blocks-quarter > li, .content-blocks-quarter > li:nth-child(2n+1)
	{
    width:23.5%;
    margin-left:2%;
    }

.content-blocks-3x > li:nth-child(3n+1), .content-blocks-quarter > li:nth-child(4n+1)
	{
    margin-left:0;
    clear:left;
    }

@media screen and (min-width:1188px)
    {
    #content
		{
		/*width:880px;*/
		}
	
	.video-container
	    {
        max-width:550px/*880px*/;
        padding-bottom:309px/*495px/; /* 16/9 ratio */
	    }
	
	.video-container iframe, .video-container object, .video-container embed
	    {
        max-height:309px/*495px*/;
	    }
	
	.content-blocks ol, .content-blocks ul, .content-blocks-reversed ol, .content-blocks-reversed ul, .content-blocks-3x ol, .content-blocks-3x ul, .content-blocks-quarter ol, .content-blocks-quarter ul
        {
	    font-size:1em;
	    }
    }


/* Summary/Item list
--------------------------------------------------------------------------------*/

ul.itemlist, ol.itemlist
	{
    margin:0.3125em 0 1.3125em;
    }

/*.itemlist li
	{
    width:30.25%;
    margin:0 2.25% 1.3125em 0;
    }

.itemlist li a.iteminfo
	{
    height:260px;
    }*/

.itemlist li a.iteminfo span
	{
    width:100%;
    padding:0;
    }

.itemlist li a.iteminfo img
	{
    float:none !important;
    margin:0 auto 0.5em;
    }

.itemlist strong
	{
    font-size:1em;
    }

.itemlist em
	{
    padding-bottom:1em;
    font-size:0.875em;
    }


/* Lightbox galleries
----------------------------------------------------------------------------------*/

@media screen and (min-width:1188px)
	{
	.lb-gallery
		{
		margin-bottom:1.5em;
		}

    .lb-gallery li:nth-child(5n+5)
        {
        padding-right:0;
        }
	}


/* Section galleries
----------------------------------------------------------------------------------*/

.section a, .section-alternating a
	{
	width:auto;
	}

@media screen and (min-width:1188px)
	{
	.section li, .section-alternating li
		{
		margin-bottom:1.5em;
		}

	.section img, .section-alternating img
		{
		margin:0 0 1.5em 1.5em;
		}

	.section strong, .section-alternating h3
		{
		font-size:1.375em;
		}

	.section span.jobtitle, .section em, .section-alternating span.jobtitle, .section-alternating p
		{
		font-size:1em;
		}

	.section em, .section-alternating p
		{
		margin-bottom:1.5em;
		}
	}


/* Paired galleries
----------------------------------------------------------------------------------*/

@media screen and (min-width:1188px)
	{
    .pairedlist strong
		{
        font-size:1.125em;
        }

    .pairedlist em
		{
        font-size:1em;
        }
	}


/* Events list
----------------------------------------------------------------------------------*/

.nav-events label, .nav-events select
	{
    font-size:0.875em;
    }

.events-list img
	{
    max-width:100px;
    }


/* Google map
----------------------------------------------------------------------------------*/

.map
	{
	float:right;
	width:64%;
	margin:0 0 1.5em 1.5em;
	}

/*@media screen and (min-width:1188px)
	{
	}*/


/* Sidepane
----------------------------------------------------------------------------------*/

.supplemental
	{
	width:100%;
    padding-top:3em;
    padding-bottom:2.5em;
    padding-left:-moz-calc((100% - 950px) / 2);
    padding-left:-webkit-calc((100% - 950px) / 2);
    padding-left:calc((100% - 950px) / 2);
    padding-right:-moz-calc((100% - 950px) / 2);
    padding-right:-webkit-calc((100% - 950px) / 2);
    padding-right:calc((100% - 950px) / 2);
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	}

.supplemental h3
	{
	font-size:1.75em;
    line-height:1.143em;
    }

#supplemental-students
    {
    height:500px;
    margin-bottom:54px;
    background:#fff no-repeat center bottom url(/sitegraphics/csilofts-intro-students.jpg);
    background-size:1238px 380px;
    }

#supplementalcontact
	{
    margin-bottom:54px;
    }

@media screen and (min-width:1188px)
    {
    .supplemental
		{
		padding-left:-moz-calc((100% - 1140px) / 2);
		padding-left:-webkit-calc((100% - 1140px) / 2);
		padding-left:calc((100% - 1140px) / 2);
		padding-right:-moz-calc((100% - 1140px) / 2);
		padding-right:-webkit-calc((100% - 1140px) / 2);
		padding-right:calc((100% - 1140px) / 2);
		}
	
	.supplemental h3
		{
		font-size:1.875em;
		}
    }


/* Footer
----------------------------------------------------------------------------------*/

#footer
	{
    position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:54px;
    padding-top:0.75em;
	padding-left:-moz-calc((100% - 950px) / 2);
    padding-left:-webkit-calc((100% - 950px) / 2);
    padding-left:calc((100% - 950px) / 2);
    padding-right:-moz-calc((100% - 950px) / 2);
    padding-right:-webkit-calc((100% - 950px) / 2);
    padding-right:calc((100% - 950px) / 2);
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
    }

@media screen and (min-width:1188px)
    {
    #footer
		{
		padding-left:-moz-calc((100% - 1140px) / 2);
		padding-left:-webkit-calc((100% - 1140px) / 2);
		padding-left:calc((100% - 1140px) / 2);
		padding-right:-moz-calc((100% - 1140px) / 2);
		padding-right:-webkit-calc((100% - 1140px) / 2);
		padding-right:calc((100% - 1140px) / 2);
		}
    }


/* Forms 
----------------------------------------------------------------------------------*/

.basicform
    {
    width:69%;
    margin:0 0 54px;
    }
	
.simpleform select
	{
	font-size:0.875em;
	}

@media screen and (min-width:1188px)
	{
	.basicform fieldset legend
		{
		font-size:1.5em;
		}

	.basicform fieldset ol ol li.noinput, .basicform fieldset ol ul li.noinput
		{
		line-height:1.5em;
		}
		
	.basicform fieldset ol ol li.noinput, .basicform fieldset ol ul li.noinput, .basicform fieldset label, .basicform fieldset .text-nofield, .basicform fieldset .textbox, .basicform fieldset .mediumtextbox, .basicform fieldset .shorttextbox, .basicform fieldset select, .basicform fieldset textarea, .basicform fieldset fieldset legend, .basicform fieldset fieldset.subtextboxes legend, .basicform fieldset fieldset label, .basicform fieldset fieldset.subtextboxes label, .basicform fieldset fieldset.longlist label, .basicform fieldset fieldset.longlist span.checkbox, .basicform fieldset fieldset.longlist span.checkbox label, .basicform fieldset .btn-form, .simpleform label, .simpleform .textbox, .simpleform select, .simpleform textarea, .simpleform .fileupload, .simpleform .btn-form
		{
		font-size:1em;
		}
	}


/* Horizontal rules
----------------------------------------------------------------------------------*/

.hr
	{
	margin-bottom:1.3125em;
	}