/*
//////////////////////////////////////////////////////////////////////
////                                                         ///////
////                 • GLOBAL RESET •                      //////
////                                                     //////
////////////////////////////////////////////////////////////
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { padding: 0;margin: 0;} table { border-collapse: collapse; border-spacing: 0;} fieldset,img { border: 0;} address,caption,cite,code,dfn,em,strong,th,var {
font-weight: normal;font-style: normal;}ol,ul {list-style: none;}caption,th {text-align: left;} h1,h2,h3,h4,h5,h6 {font-weight: normal;font-size: 100%;}q:before,q:after {content:'';}abbr,acronym { border: 0;}

a {
	outline: none;
}

@font-face {
    font-family: 'CaviarDreamsRegular';
    src: url('CaviarDreams-webfont.eot');
    src: url('CaviarDreams-webfont.eot?#iefix') format('embedded-opentype'),
         url('CaviarDreams-webfont.woff') format('woff'),
         url('CaviarDreams-webfont.ttf') format('truetype'),
         url('CaviarDreams-webfont.svg#CaviarDreamsRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CaviarDreamsBold';
    src: url('Caviar_Dreams_Bold-webfont.eot');
    src: url('Caviar_Dreams_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Caviar_Dreams_Bold-webfont.woff') format('woff'),
         url('Caviar_Dreams_Bold-webfont.ttf') format('truetype'),
         url('Caviar_Dreams_Bold-webfont.svg#CaviarDreamsBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CaviarDreamsItalic';
    src: url('CaviarDreams_Italic-webfont.eot');
    src: url('CaviarDreams_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('CaviarDreams_Italic-webfont.woff') format('woff'),
         url('CaviarDreams_Italic-webfont.ttf') format('truetype'),
         url('CaviarDreams_Italic-webfont.svg#CaviarDreamsItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CaviarDreamsBoldItalic';
    src: url('CaviarDreams_BoldItalic-webfont.eot');
    src: url('CaviarDreams_BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('CaviarDreams_BoldItalic-webfont.woff') format('woff'),
         url('CaviarDreams_BoldItalic-webfont.ttf') format('truetype'),
         url('CaviarDreams_BoldItalic-webfont.svg#CaviarDreamsBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'icomoon';
	src:url('icomoon.eot?pzjpux');
	src:url('icomoon.eot?#iefixpzjpux') format('embedded-opentype'),
		url('icomoon.woff?pzjpux') format('woff'),
		url('icomoon.ttf?pzjpux') format('truetype'),
		url('icomoon.svg?pzjpux#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}


.icon-blogger:before {
	content: "\e600";
	font-family: 'icomoon';
}

/*
//////////////////////////////////////////////////////////////////////
////                                                         ///////
////                 • GLOBAL STYLES •                     //////
////                                                     //////
////////////////////////////////////////////////////////////
*/

body {
	font-family: 'Lucida Grande','Lucida Sans',Verdana,Helvetica,sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#mobile-menu-icon { display: none; }

#cta-bar-outer-wrapper {
	background: #1c304f;
	height: 100px;
}

#cta-bar-mobile { display: none; }

#cta-bar {
	height: 72px;
	width: 810px;
    margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#cta-bar ul {
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 40px;
}

#cta-bar ul li {
	float: left;
	display: inline-block;
	margin-right: 33px;
}

#cta-bar ul li.last {
	margin: 0;
}

#cta-bar img {
	margin: 25px 0 0 0;
}

#cta-bar .back img {
	margin: 25px 0 0 0;
}

#flash-alert {
	background: url('../img/alert.gif') 0 30px no-repeat;
	width: 395px;
	height: 36px;
    font-size: 0.7em;
    color: #bdd0ee;
    padding: 30px 0 30px 50px;
	line-height: 20px;
	float: left;
}

#hero {
	width: 810px;
	margin: 0 auto;
	height: 120px;
	overflow: hidden;
	padding: 22px 0;
	display: table;
}

#sf-logo {
	float: left;
	width: 297px;
	height: 118px;
	border-right: 1px solid #e3e6ea;
}

#sf-logo img {
	margin-top: 30px;
}

#hero-content {
	width: 484px;
	font-size: 0.75em;
	color: #3a3a3a;
	line-height: 22px;
	margin-left: 25px;
	padding-top: 3px;
	display: table-cell;
	vertical-align: middle;
}

#outer-content-wrapper {
	background: #f2f2f2;
	border-top: 1px solid #dbdada;
	border-bottom: 1px solid #dbdada;
	width: 100%;
	padding: 45px 0;
}

#outer-content-wrapper.loading {
	background: url('../img/ajax-loader.gif') no-repeat center center #f2f2f2;
}

#inner-content-wrapper {
	width: 810px;
	margin: 0 auto;
	text-align: right;
}

#inner-nav {
	padding-bottom: 3px;
	margin-bottom: 15px;
	position: relative;
}


#inner-nav ul {
	width: 320px;
	position: absolute;
	top: 11px;
	right: 0;
	overflow: hidden;
}

#inner-nav ul li {
	display: inline-block;
	float: left;
}

#inner-nav ul li.last a {
	margin-right: 0;
}

/************* Projects Page Styles **************/


#inner-content-wrapper.leftAlign {
	width: 810px;
	margin: 0 auto;
	text-align: left;
}

#project {
	margin-bottom: 70px;
}

#project img {
	clear: both;
	margin: 0 0 10px 0;
}

#project-photos {
	padding-bottom: 3px;
	margin-bottom: 15px;
}

#photo-links ul {
	overflow: hidden;
}

#photo-links ul li {
	clear: both;
	margin: 0 0 25px 0;
	width: 810px;
	display: inline-block;
}


.back-btn {
  float: left;
  margin-right: 15px;
}

.print-btn-small {
  float: left;
}

/************* Full Project List Styles **************/

.plist-block {
	margin-bottom: 50px;
}

.plist-block strong {
	display: block;
}

.plist-block h6 {
	border-bottom: 1px solid #dbdada;
	padding-bottom: 8px;
	margin-bottom: 18px;
}

.plist-block ul {
	overflow: hidden;
	padding-left: 1.2em;
}

.plist-block ul li {
	float: left;
	margin: 0 40px 10px 0;
	list-style-type: square;
	color: #606e83;
	width: 150px;
	height: 75px;
}

.featured-news-wrapper {
	width: 100%;
	padding-bottom: 56px;
	padding-top: 55px;
	overflow: hidden;
	position: relative;
}

.featured-project-wrapper {
	width: 100%;
	padding-bottom: 56px;
	padding-top: 55px;
	overflow: hidden;
	position: relative;
}

.featured-project-wrapper:last-child {
	border: none;
}

.featured-content {
	width: 463px;
	float: left;
}

.back-top {
	position: absolute;
	right: 0;
	top: 15px;
}

.back-top a {
	display: block;
	background: url('../img/backtoparrow.gif') scroll 73px 0px no-repeat;
	height: 30px;
	color: #9e9e9e;
	font-size: 0.75em;
	text-decoration: none;
	padding-right: 30px;
	padding-top: 5px;
	vertical-align: text-bottom;
}

.featured-img {
	border: 7px solid #d5d5d5;
	float: right;
	margin-left: 41px;
	
}

.featured-img:hover {
	border: 7px solid #c3cbd3;
	
}

a.news {
	margin-right: 5px;
	text-decoration: underline;
	font-style: italic;
	color: #1c304f;
	font-size: 0.8em;
}

a.news:hover {
	text-decoration: none;
}

a.project {
	background: url('../img/button_sprite.gif') no-repeat scroll top left;
	width: 122px;
	height: 41px;
	display: block;
	margin-right: 5px;
	float: right;
}

a.project:hover {
	background-position: 0 -41px;
}

#more {
	background: #d5d5d5;
	border-top: 1px solid #dbdada;
	cursor: pointer;
	display: none;
	padding: 35px 0;
	position: relative;
	text-align: center;
	top: 45px;
	width: 100%;
}
#more:hover {
	background: #c3cbd3;
}

/************* Footer Styles **************/

#subfooter-wrapper {
	width: 810px;
	margin: 0 auto;
	height: 226px;
	padding: 40px 0;
	overflow: hidden;
}

#subfooter-wrapper .footer-block {
	width: 212px;
	float: left;
	margin-right: 86px;
}

#subfooter-wrapper .footer-block-flickr {
	width: 512px;
	float: left;
	margin-right: 86px;
}

#subfooter-wrapper .footer-block.last {
	margin: 0;
}

#subfooter-wrapper .block-header {
	width: 100%;
	border-bottom: 1px solid #dbdada;
}

#subfooter-wrapper .block-content {
	padding-top: 8px;
	overflow: hidden;
}

#subfooter-wrapper .block-content img {
	margin-right: 25px;
	border: 1px solid #dbdada;
	margin-bottom: 25px;
	float: left;
	height: 75px;
	width: 75px;
}

#footer-outer-wrapper {
	background: #1c304f;
	height: auto;
	padding: 35px 0;
}

#footer-inner-wrapper {
	width: 810px;
	margin: 0 auto;
}

#footer-inner-wrapper span {
	color: #3e5f92;
	font-size: 0.8em;
}

#social-links a {
	color: #3e5f92;
	display: block;
	float: left;
	font-size: 1.333em;
	height: 32px;
	margin-right: 10px;
	text-align: center;
	text-decoration: none;
	width: 32px;
}
#social-links a:hover {
	color: #1c304f;
}
.icon-large::before {
	vertical-align: 0 !important;
}

.footer-address-mobile { display: none; }
#subfooter-wrapper-mobile { display: none; }
#top { display: none; }

.loading-graphic { background: url('../img/ajax-loader.gif') no-repeat center center #f2f2f2; min-height: 100px; width: 810px; }

/*
//////////////////////////////////////////////////////////////////////
////                                                         ///////
////                 • MOBILE STYLES •                     //////
////                                                     //////
////////////////////////////////////////////////////////////
*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (max-device-width : 720px) {

	/* Global */
	a { -webkit-tap-highlight-color: rgba(0,0,0,0); } 
	
	/* Header */
	#cta-bar-outer-wrapper { background: #1C304F; height: 200px;}
	#sf-logo-mobile { background: url(../img/logo-mobile.png) no-repeat scroll 50px 50px; background-size: auto 110px; height: 90%; width: 675px; display: inline-block; }
	#hero { display: none; }
	#mobile-menu-icon { display: block; color: #5e7aa5; font-size: 5.000em; float: right; margin: 50px 50px 0 0; }
	#cta-bar { display: none; }
	#cta-bar-mobile { display: none; width: 100%; background: #1C304F; position: relative; top: 10px; z-index: 1; }
	#cta-bar-mobile ul { padding-bottom: 50px; }
	#cta-bar-mobile ul li { margin-left: 50px; padding: 25px 0; }
	#cta-bar-mobile a { font-size: 4.250em !important; font-weight: bold; color: #5e7aa5; text-decoration: none; }
	
	/* Content */
	#inner-content-wrapper { text-align: left; width: 90%; }
	a.project { float:none; background: url(../img/buttons-mobile.png) no-repeat; height: 180px; width: 510px; }
	.featured-img { margin-left: 0px; margin-bottom: 55px; width: 98%; }
	.featured-img img { width: 100%; }
	.featured-content { float: none; width: 100%; }
	.featured-content h3 { font-size: 2.167em !important; padding-bottom: 15px; }
	.featured-content h2, #project-photos h1 { font-size: 3.833em !important; line-height: 1.25em !important; padding-bottom: 15px; }
	.featured-content p, #project p { font-size: 2.000em !important; line-height: 1.75em !important; padding-bottom: 15px; }
	.featured-content a, #project a { font-size: 2.000em !important; }
	#project, #project p { padding-top: 55px; }
	#photo-links { padding-bottom: 55px; }
	#more h4 { font-size: 2.5em; }
	
	/* Footer */
	#subfooter-wrapper { display: none; }
	#subfooter-wrapper-mobile { display: block; width: 90%; margin: 0 auto; padding: 50px 0; overflow: hidden; }
	#subfooter-wrapper-mobile .footer-block { float: none; width: 100%; }
	#subfooter-wrapper-mobile .footer-block-flickr { height: 290px; overflow: hidden; }
	#subfooter-wrapper-mobile .footer-block.last { margin: 0; }
	#subfooter-wrapper-mobile .block-header { width: 100%; border-bottom: 1px solid #dbdada; margin-bottom: 30px; }
	#subfooter-wrapper-mobile .block-content { padding-top: 8px; overflow: hidden; margin-bottom: 50px; }
	#subfooter-wrapper-mobile .block-content img { margin-right: 22px; border: 1px solid #dbdada; margin-bottom: 25px; float: left; height: 270px; }
	#subfooter-wrapper-mobile p, #subfooter-wrapper-mobile .block-content p { font-size: 2.000em !important; line-height: 1.75em !important; padding-bottom: 15px; }
	#subfooter-wrapper-mobile h4 { font-size: 3.833em !important; line-height: 1.25em !important; padding-bottom: 15px; }
	#footer-outer-wrapper { padding: 50px 0; }
	#footer-outer-wrapper a { color: #ffffff; text-decoration: none; }
	.footer-address-mobile { display: block; line-height: 1.667em; padding-bottom: 30px; }
	#footer-inner-wrapper { width: 90%; padding-top: 0; }
	#footer-inner-wrapper h2 { color: #ffffff; font-size: 3.125em; margin-bottom: 50px; }
	#footer-inner-wrapper span { font-size: 1.833em !important; }
	#top { display: block; }
	#mobile-footer-icons { width: 100%; margin: auto; color: #3e5f92; font-size: 4em; }
	#mobile-footer-icons a { color: #3e5f92; text-decoration: none; }
	#mobile-footer-icons i { margin-right: 110px; }
	#mobile-footer-icons i.last { margin-right: 0px; }
}

/************* Testing Area **************/