/**************************************************************************
Name:         main.css
Description:  Main site styling.  Includes boilerplate styles from
              h5bp.com and initializr.com.
Date Created: 09/27/2012 by Kyle Brickman
Modified:
**************************************************************************/

/**************************************************************************
Boilerplate Styles
**************************************************************************/
html,
body
{
	height: 100%;
}

html,
button,
input,
select,
textarea
{
	color: #222;
}

::-moz-selection
{
	background:  #329cc9;
	text-shadow: none;
}

::selection
{
	background:  #e8e8e8;
	text-shadow: none;
}

hr
{
	display:    block;
	height:     1px;
	border:     0;
	border-top: 1px solid #ccc;
	margin:     16px 0;
	margin:     1rem 0;
	padding:    0;
}

img
{
	vertical-align: middle;
}

textarea
{
	resize: vertical;
}

.chromeframe
{
	background: #ccc;
	color:      #000;
	display:    none;
	font-size:  12px;
	font-size:  0.75rem;
	margin:     3px;
	margin:     0.1875rem;
	padding:    3px;
	padding:    0.1875rem;
}

.right
{
	float: right;
}

.left
{
	float: left;
}

.clear
{
	clear: both;
}

/* Comment out to see fusebox debugging info */
.fuseboxdebug
{
	display: none;
}

img
{
	max-width: 100%;
	height: auto;
}

.no-flip
{
	cursor: pointer;
}

.no-flip::before,
.no-flip::after,
a.no-flip::before,
a.no-flip::after
{
	display: none;
}

/**************************************************************************
Base font styles
**************************************************************************/
html
{
	/*
	 * Base font size should be specified in px or %. Common values are 16px, 100%, and 62.5%.
	 * 100% is equal to the default font size of a browser, which is almost always 16px, but is user configurable.
	 */
	font-size:   100%;
}

html,
.landing .signupframe,
.stayInformed .signupframe td input[type="text"]
{
	font-family: "Lato", Helvetica Neue, Arial;
}

/*html.landingRoot { font-size: 110%; }*/

/*
 * Element font sizes.
 * Change here to alter the font sizes of elements proportional to the base size above.
 * For any styles that inherit these styles, beware the cascading effects of em units, and
 * consider using px as a fallback instead.
 */
h1
{
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
	color: #ffffff;
}

h2
{
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 900;
	margin: 20px 0;
	margin: 1.25rem 0;
	color: #bcbec0;
	text-transform: uppercase;
}

h3
{
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 900;
	margin: 19px 0;
	margin: 1.188rem 0;
	color: #ea5f24;
	text-transform: uppercase;
}

h4
{
	font-size: 25px;
	font-size: 1.563rem;
	margin: 21px 0;
	margin: 1.313rem 0;
	text-transform: uppercase;
	color: #015f70;
	font-weight: 900;
}

h5
{
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 22px 0;
	margin: 1.375rem 0;
	text-transform: uppercase;
}

h6
{
	font-size: 11px;
	font-size: 0.6875rem;
	margin: 25px 0;
	margin: 1.563rem 0;
	text-transform: uppercase;
}

p
{
	font-size: 16px;
	font-size: 1rem;
	margin: 16px 0;
	margin: 1rem 0;
}

a
{
	color: #ea5f24;
	text-decoration: none;
}

ul
{
	padding: 0 0 0 20px;
}

.title
{
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 900;
	margin: 20px 0;
	margin: 1.25rem 0;
}

code,
kbd,
pre,
samp
{
	font-size: 16px;
	font-size: 1rem;
	margin: 16px 0;
	margin: 1rem 0;
}

button,
input,
select,
textarea
{
	font-size: 16px;
	font-size: 1rem;
}

.btn,
.btn-white,
.btn-orange
{
	font-size: 1.563rem !important;
	font-weight: 900 !important;
	line-height: 1.56 !important;
	text-align: center;
	border-style: solid;
	border-width: 3px;
	padding: 15px 30px;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 25px;

	-webkit-transition: color 0.25s, background-color 0.25s, border-color 0.25s;
	-o-transition: color 0.25s, background-color 0.25s, border-color 0.25s;
	transition: color 0.25s, background-color 0.25s, border-color 0.25s;
}

.btn::before,
.btn-white::before,
.btn-orange::before,
.btn::after,
.btn-white::after,
.btn-orange::after
{
	display: none;
}

.btn.white,
.btn-white
{
	border-color: white;
	color: white;
}

.btn.white:hover,
.btn-white:hover
{
	background-color: white;
	color: #2897d6;
}

.btn.orange,
.btn-orange
{
	border-color: #ea5f24;
	color: #ea5f24;
}

.btn.orange:hover,
.btn-orange:hover
{
	background-color: #ea5f24;
	color: white !important;
}

.title
{
	font-size: 40px;
	font-size: 2.5rem;
	color: #ffffff;
	font-weight: 900;
	margin: 0;
}

.greyBorder
{
	border: solid 2px #cccccc;
}

/**************************************************************************
Header
**************************************************************************/
header
{
	background-color: transparent;
	color:            #fff;
	padding:          20px;
	padding:          1.25rem;
	padding-bottom:   70px;
	padding-bottom:   4.375rem;
	margin-bottom:    50px;
	margin-bottom:    3.125rem;
	z-index:          99;

	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

body.interior header
{
	background-color: #39a9c6;
}

body.landing header
{
	margin:           0;
	padding:          20px;
	padding:          1.25rem;
	padding-bottom: 36px;
	padding-bottom: 2.25rem;

	position:         fixed;
	top:              0;
	left:             0;
	right:            0;
}

header.sticky
{
	background-color: #333333;
	z-index: 100;
	padding-bottom:   20px !important;
	padding-bottom:   1.25rem !important;
}

header h1
{
	font-size:     24px;
	font-size:     1.5rem;
	margin:        0;
	overflow:      hidden;
	padding:       0;
	text-overflow: ellipsis;
	white-space:   nowrap;
	text-transform: uppercase;
}

header h1 a
{
	color:           #fff;
	text-decoration: none;
}

header .headLogo
{
	background-image: url( '/images/slices/logo.png' );
	background-size: 189px 47px;
	background-repeat: no-repeat;
	min-width: 189px;
	min-height: 47px;
	position: relative;
	z-index: 100;
}

/**************************************************************************
Main Navigation
**************************************************************************/
nav
{
	/*background-color: #435159;*/
	color:            #fff;
	padding:          10px;
	padding:          0.625rem;
	float:            right;
}

nav a.menu
{
	display: none;
}

nav ul,
nav li
{
	margin:  0;
	padding: 0;
}

nav li
{
	display:     inline-block;
	margin-left: 40px;
	margin-left: 2.5rem;
}

nav ul a
{
	position: relative;
	color:            #fff;
	display:          block;
	font-size:        20px;
	font-size:        1.25rem;
	text-align:       left;
	text-decoration:  none;
}

nav ul a::before
{
	display: none;
}

/**************************************************************************
Content Areas
**************************************************************************/
div.section.main aside.left
{
	float: left;
	margin-top: 23px;
}

div.section.main article
{
	float: left;
}

div.section.main aside.right
{
	float: right;
	margin-top: 23px;
}

div.section.main
{
	margin-bottom: 50px;
}

div.section.main a
{
	position: relative;
	text-decoration: none;
	/*color: #ea5f24;*/
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
}

div.section.main ul
{
	list-style-type: none;
	position: relative;
}

div.section.main ul li:before
{
	content: '\2022';
	color: #cccccc;
	margin-right: -10px;
	position: absolute;
	left: 5px;
}

div.section.main ul li
{
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

div.section.main ul li:last-child
{
	margin-bottom: 0px;
}

.landing .section.home p,
.landing .section.project p,
.landing .section.team p,
.landing .section.resources p,
.landing .section.updates p
{
	font-size: 18px;
	font-size: 1.125rem;
}

.landing .section.updates
{
	font-size: 18px;
	font-size: 1.125rem;
}

article
{
	margin-top: 10px;
}

.landing article
{
	margin-top: 0;
}

article ul#breadcrumb
{
	list-style-type: none;
	margin:          0;
	margin-bottom:   10px;
	margin-bottom:   0.625rem;
	padding:         0 5px 10px 5px;
	padding:         0 0.3125rem 0.625rem 0.3125rem;
	border-bottom:   1px solid #838383;
}

article ul#breadcrumb li
{
	display: inline-block;
	margin:  0;
	padding: 0;
}

article ul#breadcrumb li:after
{
	content: '>';
}

article ul#breadcrumb li:last-child:after
{
	content: '';
}

article ul#breadcrumb a
{
	color:  #999;
	margin: 0 5px;
	margin: 0 0.3125rem;
}

article ul#breadcrumb li.account
{
	float: right;
}

article ul#breadcrumb li.account:after
{
	content: '|';
}

article ul#breadcrumb li.account:first-child:after
{
	content: '';
}

article h1
{
	color:         #0094aa;
	font-size:     40px;
	font-size:     2.5rem;
	font-weight:   900;
	margin:        0;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding:       0;
	text-transform: uppercase;
}

article h2
{
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 900;
	margin: 20px 0;
	margin: 1.25rem 0;
	color: #bcbec0;
	text-transform: uppercase;
}

article p
{
	margin:        0;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding:       0;
}

aside
{
	background-color: #ffffff;
	height:           100%;
}

aside > .inner
{
	padding: 10px 30px;
	border: solid 2px #cccccc;
}

/***** Landing Page *****/
.landing .section
{
	margin-top: 100px;
	margin-top: 6.25rem;
	margin-bottom: 100px;
	margin-bottom: 6.25rem;
}

.landing .section.home
{
	color: #ffffff;
	font-size: 28px;
	font-size: 1.75rem;

	margin: 0;
	opacity: 0;

	padding-top: 15vh;
	height: 100vh;
	box-sizing: border-box;

	-webkit-transition: opacity 1.0s 0.0s ease-in-out, padding 1.0s 0.0s ease-in-out;
	-o-transition: opacity 1.0s 0.0s ease-in-out, padding 1.0s 0.0s ease-in-out;
	transition: opacity 1.0s 0.0s ease-in-out, padding 1.0s 0.0s ease-in-out;
}

.landing .section.home,
.landing .section.home p
{
	font-size: 28px;
	font-size: 1.75rem;
}

.landing .section.home h1
{
	padding-left: 20px;
	padding-left: 1.25rem;
}

.landing .section.main
{
	margin-top: 0;
	margin-bottom: 0;
}

.landing .section.home.fadeIn
{
	opacity: 1;
	padding-top: 10vh;
}

.landing .homeBG
{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-image: url('/images/slices/main-image2.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-size: cover;
}

.landing .section.project
{
	background-color: #4db4c3;
	padding: 100px 0;
	padding: 6.25rem 0;
	margin-top: 0;
}

.landing .section.project h1
{
	text-align: center;
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
}

/*.landing .section.project .btn-white
{
	margin-top: 40px;
	margin-bottom: 40px;
}*/

.landing .section.team
{
	margin: 0;
	padding: 100px 0;
	padding: 6.25rem 0;
	position: relative;

	background-image: url(/images/slices/team-image.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	background-size: cover;
}

.landing .section.team .teamBG
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	background-color: #0094aa;
	background-color: rgba(0, 148, 170, 0.65);
}

.landing .section.team h2,
.landing .section.team h4
{
	margin: 0;
}

.landing .section.team article
{
	position: relative;
}

.landing .atWork
{
	height: 400px;
	background-image: url(/images/slices/content-image.jpg);
	background-repeat: no-repeat;
	background-position: 85% top;
	background-size: 100% auto;
	background-size: cover;
	margin-bottom: 0;
	padding-bottom: 0;
}

.landing article.updateHeader h1
{
	text-align: center;
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
}

.landing .section.projectGallery
{
	background-color: #333;
	margin-bottom: 0;
	padding: 100px 0;
	padding: 6.25rem 0;
	color: #fff;
}

.projectGalleryHeader
{
	text-align: left;
	color: #fff;
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
}

.projectGalleryHeader h1
{
	color: #fff;
}

.landing article.projectGallerySelector
{
	text-align: center;
	margin-top: 7px;
}

.projectGallerySelector .toggleName
{
	font-size: 1.875rem;
	font-weight: 900;
	text-transform: uppercase;
	color: #666;
}

.projectGallerySelector .toggleName.active
{
	color: #fff;
}

.projectGallerySelector .toggle
{
	background-color: #666;
	width: 4rem;
	height: 2rem;
	display: inline-block;
	border-radius: 2rem;
	position: relative;
	margin: 0 2%;
	top: 5px;
	cursor: pointer;
}

.projectGallerySelector .toggleName
{
	cursor: pointer;
}

.projectGallerySelector .toggle::after
{
	content: "";
	background-color: #fff;
	height: 1.5rem;
	width: 1.5rem;
	display: block;
	position: absolute;
	border-radius: 1.5rem;
	top: 0.25rem;
	left: 0.25rem;
}

.projectGallerySelector .toggle.selected::after
{
	left: 2.25rem;
}

.landingSlideShow,
.landingVideo
{
	position: relative;
}

.landingVideo .videoContainer
{
	height: 526px;
}

.landingSlideshowWrapper
{
	border: 2px solid #cccccc;
	padding: 5px;
	/*position: absolute;*/
	opacity: 0;
	transition: opacity .5s;
	display: none;
}

.landingSlideshowWrapper.active
{
	/*position: relative;*/
	opacity: 1;
	display: block;
}

.landingSlideshowSlide
{
	position: relative;
	max-height: 512px;
	max-height: 32rem;
}

.landingSlideshowImage
{
	opacity: 0;
	margin: 0 auto;

	width: 100%;
	max-width: 100%;
}

.landingSlideshowImage[src]
{
	opacity: 1;
}

.landingSlideshowDescription,
.landing .seciton.updates p.landingSlideshowDescription
{
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 20px 10px;
	padding: 1.25rem 0.625rem;
}

.projectGalleryListHeader
{
	color: #666;
	margin-top: 0;
	text-align: center;
}

.projectGalleryList
{
	padding: 0;
	margin-top: 0;
	list-style-type: none;
}

.projectGalleryListItem,
div.section.main ul li.projectGalleryListItem,
.videoButtonContainer .videoButton
{
	display: block;
	text-align: center;
	padding: 19px 0;
	padding: 1.2rem 0;
	font-size: 22px;
	font-size: 1.375rem;
	cursor: pointer;
	margin: 20px 0;
	margin: 1.27rem 0;
}

div.section.main ul li.projectGalleryListItem:first-child,
.videoButtonContainer .videoButton
{
	margin-top: 0;
}

.projectGalleryListItem.active,
.videoButtonContainer .videoButton:hover
{
	background-color: #ea5f24;
	color: #fff;
}

div.section.main ul li.projectGalleryListItem:before
{
	display: none;
}

.projectGalleryListItem[data-slide-count]:after
{
	content: ' (' attr(data-slide-count) ')';
}

/*.landing .impacts,
.landing .stayInformed
{
	margin: 0 10px;
}*/

.landing .stayInformedContainer
{
	padding: 0 10px;
}

.landing .stayInformed
{
	border: 3px solid #ccc;
	padding: 20px;
}

.landing .stayInformed h1
{
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
}

.landing .impacts ul
{
	margin-top: 0;
}

.stayInformedHeader
{
	text-align: center;
}

.landing .stayInformedForm
{
	padding: 0 7%;
}

.landing .stayInformedIntro
{
	font-size: 16px;
	font-size: 1rem;
	text-align: center;
	margin: 0;
}

.landing .stayInformedMap
{
	border: 2px solid #ea5f24;
	position: relative;
}

.landing .stayInformedMap img
{
	width: 100%;
}

.landing .stayInformedMap:after
{
	content: "";
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 12px;
	height: 14px;
	display: block;
	background-image: url(/images/slices/view-icon-2x.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-size: contain;
}

.landing .signupframe
{
	font-size: 18px;
	font-size: 1.125rem;
	color: #222;
}

.landing .impacts ul
{
	/*padding: 0;*/
}

.landing div.section.main article.stayInformedMapContainer
{
	float: right;
	border-right: none;
}

footer
{
	background-color: #333;
	clear:            both;
	line-height:      20px;
	overflow:         hidden;
	padding:          0 10px;
	text-overflow:    ellipsis;
	white-space:      nowrap;
	min-height:           300px;
	color:            white;
}

footer .social
{
	padding: 108.5px 0px;
	padding: 6.75rem 0px;
	background-repeat: no-repeat;
}

footer .logoBox
{
	padding-top: 125px;
	padding-top: 7.813rem;
	padding-bottom: 125px;
	padding-bottom: 7.813rem;
}

footer .copyright
{
	padding: 100px 0px;
	padding: 6.25rem 0px;
	text-align: right;
}

footer .social a
{
	padding: 40px 50px;
	padding: 2.5rem 3.125rem;
	background-repeat: no-repeat;
	background-size: 81px;
	background-size: 5.0625rem;
}

footer .facebook
{
	background-image: url('../images/slices/facebook.png');
}

footer .facebook:hover
{
	background-image: url('../images/slices/facebook-hover.png');
}

footer .twitter
{
	background-image: url('../images/slices/twitter.png');
}

footer .twitter:hover
{
	background-image: url('../images/slices/twitter-hover.png');
}

footer .linkedin
{
	background-image: url('../images/slices/linkedin.png');
}

footer .linkedin:hover
{
	background-image: url('../images/slices/linkedin-hover.png');
}

footer .youtube
{
	background-image: url('../images/slices/youtube.png');
}

footer .youtube:hover
{
	background-image: url('../images/slices/youtube-hover.png');
}

footer .logo
{
	display: block;
	width: 0px;
	padding: 25px 95px;
	padding: 1.5625rem 5.9375rem;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-image: url('../images/slices/logo.png');
	background-size: 189px 47px;
	background-size: 11.8125rem 2.9375rem;
	text-decoration: none;
}

footer .logo:hover
{
	text-decoration: none;
}

footer a
{
	color:           #d65a26;
	text-decoration: none;
}

footer a:hover
{
	text-decoration: underline;
}

footer a.avibe
{
	color: #666666;
}

/**************************************************************************
Video Gallery
**************************************************************************/

.videoGallery .filterMenu
{
	background-color: #fff;
	border: solid 2px #cccccc;
	box-sizing:border-box;
	display: none;
}

.videoGallery .menu
{
	background-image: url(../images/icons/video-nav-2x.png);
	background-size: 30px;
    background-position: 95% center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    margin: -10px;
    padding: 10px;
    margin: -0.625rem;
    padding: 0.625rem;
    overflow: hidden;
    width: 100%;
    color: #ea5f24;
    font-size: 1.875rem !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    text-indent: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.videoGallery ul.filters
{
	padding: 0;
	margin: 1em;
}

.videoGallery .videoLocationFilter
{
  	display: block;
    border: 3px solid #ea5f24;
    color: #ea5f24;
    text-align: center;
    padding: 19px 0;
    padding: 1.2rem 0;
    font-size: 22px;
    font-size: 1.375rem;
    cursor: pointer;
    margin: 20px 0;
    margin: 1.27rem 0;
    font-weight: 900;
    text-transform: uppercase;
}

.videoGallery li.videoLocationFilter:before
{
	content: none !important;
}

.videoGallery .videoContainer
{
	position: relative;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 28.125%;
	overflow: hidden;
	box-sizing: border-box;
	border-right: 10px solid transparent;
}

.videoGallery .videoContainer iframe
{
	width: 100%;
	height: 100%;
	position: absolute;
}

.videoGallery .videoContainer:nth-child(odd)
{
	border-left: 10px solid transparent;
}

.videoLocationFilterContainer span
{
	font-size: 1.875rem;
	font-weight: 900;
	text-transform: uppercase;
	color: #ea5f24;
}

.videoLocationFilterContainer .videoLocationFilter
{
	display: block;
	border: 3px solid #ea5f24;
	color: #ea5f24;
	text-align: center;
	padding: 19px 0;
	padding: 1.2rem 0;
	font-size: 22px;
	font-size: 1.375rem;
	cursor: pointer;
	margin: 20px 0;
	margin: 1.27rem 0;
	box-sizing: border-box;
}

.videoLocationFilterContainer .videoLocationFilter:first-child
{
	margin-top: 10px;
}

.videoLocationFilter.active
{
	background-color: #ea5f24;
	color: #fff;
}

/**************************************************************************
Overrides for Admin TinyMCEs
**************************************************************************/
body.editorBody
{
	background-color: #ffffff;
	min-width:        0;

	height: -webkit-calc( 100% - 16px );
	height:    -moz-calc( 100% - 16px );
	height:         calc( 100% - 16px );
}

/**************************************************************************
Tables
**************************************************************************/
article table.listing
{
	border-collapse: collapse;
	width:           100%;

	box-shadow: -2px 2px 2px #999;
}

article table.listing th
{
	background-color: #838383;
	color:            #fff;
	padding:          5px;
	padding:          0.3125rem;
	text-align:       left;
}

article table.listing td
{
	padding: 5px;
	padding: 0.3125rem;
}

article table.listing tr:hover td
{
	background-color: #91d5f1;
}

/**************************************************************************
Table Striping
**************************************************************************/
article table.listing tr:nth-child( odd  ),
article table.listing tr.oddChild:nth-child( odd  ),
article table.listing tr.oddChild:nth-child( even )
{
	background-color: #fff;
}

article table.listing tr:nth-child( even ),
article table.listing tr.evenChild:nth-child( odd  ),
article table.listing tr.evenChild:nth-child( even )
{
	background-color: #eee;
}

article table.nostripe tr:nth-child(		   odd  ),
article table.nostripe tr:nth-child(		   even ),
article table.nostripe tr.oddChild:nth-child(  odd  ),
article table.nostripe tr.oddChild:nth-child(  even ),
article table.nostripe tr.evenChild:nth-child( odd  ),
article table.nostripe tr.evenChild:nth-child( even )
{
	background: none;
}

article table.nofieldset
{
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

/**************************************************************************
Icons
**************************************************************************/
article a.icon,
article span.icon
{
	background-position: center left;
	background-repeat:   no-repeat;
	background-size:     100% auto;
	background-size:     cover;
	display:             block;
	height:              16px;
	height:              1rem;
	width:               16px;
	width:               1rem;
	margin:              0 auto;
	overflow:            hidden;
	text-indent:         -500px;
}

article a.inline,
article span.inline
{
	float:        left;
	margin-right: 5px;
	margin-right: 0.3125rem;
}

/**************************************************************************
Icon Images
**************************************************************************/
article a.closeexample { background-image: url( '../images/icons/close-example.png'		     ); }
article a.closefailure { background-image: url( '../images/icons/close-failure.png'		     ); }
article a.closesuccess { background-image: url( '../images/icons/close-success.png'		     ); }
article a.closewarning { background-image: url( '../images/icons/close-warning.png'		     ); }
article a.collapse	   { background-image: url( '../images/icons/dir-down.png'               ); }
article a.expand	   { background-image: url( '../images/icons/dir-right.png'              ); }

/**************************************************************************
Forms
**************************************************************************/
article div.grid.fieldset div.column
{
	margin:   10px 0;
	overflow: visible;
}

article div.grid.fieldset div.column:last-child
{
	float:         left;
	margin-bottom: 30px;
}

article fieldset
{
	border:           0;
	background-color: #eee;
	height:           100%;
	padding:          10px;
	padding:          0.625rem;
	vertical-align:   top;

	box-shadow: -2px 2px 2px #999;
}

article fieldset.controls
{
	clear:        both;
	display:      block;
	height:       10px;
	margin:       10px;
	margin-top:   20px;
	position:     relative;
	width:        auto;
}

article fieldset.hiddenControls
{
	display: none;
}

article fieldset.adminControls
{
	text-align: center;
}

article fieldset legend
{
	background-color: #838383;
	color:            #fff;
	font-weight:      bold;
	padding:          5px;
	padding:          0.3125rem;
}

article fieldset label,
article fieldset span.label
{
	display:     block;
	line-height: 22px;
	line-height: 1.375rem;
	width:       100%;
}

article fieldset span.field
{
	display:     block;
	line-height: 15px;
	margin:      5px 0 10px 0;
	min-height:  15px;
	padding:     3px 5px;

	line-height: 0.9375rem;
	margin:      0.3125rem 0 0.625rem 0;
	min-height:  0.9375rem;
	padding:     0.1875rem 0.3125rem;
}

article fieldset input[type="email"   ],
article fieldset input[type="password"],
article fieldset input[type="phone"   ],
article fieldset input[type="text"    ],
article fieldset select
{
	background-color: #fff;
	border:           0;
	display:          block;
	font-weight:      normal;

	height:           15px;
	line-height:      15px;
	margin:           5px 0 10px 0;
	padding:          3px 5px;

	height:           0.9375rem;
	line-height:      0.9375rem;
	margin:           0.3125rem 0 0.625rem 0;
	padding:          0.1875rem 0.3125rem;

	width:            97%;

	box-shadow: inset -2px 2px 2px #999;
	-moz-outline-style: none;
	-webkit-appearance: none;
	border-radius:      0;
	outline:            none;
	width:              -webkit-calc( 100% - 10px );
	width:                      calc( 100% - 10px );
	width:              -webkit-calc( 100% - 0.625rem );
	width:                      calc( 100% - 0.625rem );
}

article fieldset input[type="email"   ]:disabled,
article fieldset input[type="password"]:disabled,
article fieldset input[type="phone"   ]:disabled,
article fieldset input[type="text"    ]:disabled,
article fieldset select:disabled
{
	background-color: transparent;
}

article fieldset select
{
	height:      21px;
	line-height: 21px;
	height:      1.313rem;
	line-height: 1.313rem;
	padding:     0;
	width:       100%;
}

article fieldset select[multiple]
{
	height:        auto;
}

article fieldset textarea.tinymceSmall,
article fieldset textarea.tinymceLarge
{
	height:        400px;
	margin-bottom: 15px;
	margin-bottom: 0.9375;
	width:         99%;
}

article fieldset input[type="email"   ].medium,
article fieldset input[type="password"].medium,
article fieldset input[type="phone"   ].medium,
article fieldset input[type="text"    ].medium
{
	width: 66%;
	width: -webkit-calc( 66% - 10px );
	width:         calc( 66% - 10px );
}

article fieldset select.medium
{
	width: 66%;
}

article fieldset input[type="email"   ].small,
article fieldset input[type="password"].small,
article fieldset input[type="phone"   ].small,
article fieldset input[type="text"    ].small
{
	width: 33%;
	width: -webkit-calc( 33% - 10px );
	width:         calc( 33% - 10px );
}

article fieldset select.small
{
	width: 33%;
}

article fieldset input[type="email"   ].tiny,
article fieldset input[type="password"].tiny,
article fieldset input[type="phone"   ].tiny,
article fieldset input[type="text"    ].tiny
{
	width: 25%;
	width: -webkit-calc( 25% - 10px );
	width:         calc( 25% - 10px );
}

article fieldset select.tiny
{
	width: 25%;
}

article fieldset input[type="radio"   ],
article fieldset input[type="checkbox"]
{
	float:        left;
	margin-right: 5px;
	margin-right: 0.3125rem;
}

article fieldset table.listing input[type="radio"   ],
article fieldset table.listing input[type="checkbox"]
{
	float:  none;
	margin: 0 auto;
}

article fieldset input[type="button"],
article fieldset input[type="submit"]
{
	background-color: #838383;
	border:           2px solid #838383;
	color:            #fff;
	font-weight:      bold;
	height:           26px;
	margin:           5px 2px 0 8px;
	min-width:        115px;
	padding:          0;
	position:         absolute;
	right:            8px;
	text-align:       center;
	text-decoration:  none;
	top:              -18px;

	-webkit-appearance: none;
	-moz-outline-style: none;
	outline:            none;
	border-radius:      0;
}

article fieldset input[type="button"]:first-child,
article fieldset input[type="submit"]:first-child
{
	background-color: #fff;
	clear:            both;
	color:            #838383;
	left:             8px;
	margin-left:      0px;
	right:            auto;
}

article fieldset.adminControls input[type="button"]:first-child,
article fieldset.adminControls input[type="submit"]:first-child
{
	left:             -8px;
	right:            8px;
	margin-left:      8px;
}

article fieldset.adminControls input[type="button"],
article fieldset.adminControls input[type="submit"]
{
	position: relative;
	margin-top: 0;

}

article fieldset input[type="button"]:hover,
article fieldset input[type="submit"]:hover
{
	background-color: #329cc9;
	color:            #fff;
}

article fieldset.search
{
	position: relative;
}

article fieldset.search input[type="submit"]
{
	top: auto;
	bottom: 4px;
}

.stayInformed .signupframe
{
	border: none;
	background-color: #fff;
	width: 100%;
}

.stayInformed .signupframe tr
{
	display: none;
}

.stayInformed .signupframe tr:first-child,
.stayInformed .signupframe tr:last-child
{
	display: table-row;
}

.stayInformed .signupframe tr:first-child td:first-child
{
	vertical-align: middle;
	width: 1px;
}

.stayInformed .signupframe td input[type="text"]
{
	width: 100%;
	/*width: calc(100% - 40px);
	width: calc(100% - 2.5rem);*/
	/*height: 40px;
	height: 2.5rem;*/
	box-sizing: border-box;
	background-color: #ebebeb;
	background-color: rgba(230, 230, 230, 0.75);
	border: none;
	padding: 23px 20px;
	padding: 1.438rem 1.25rem;
	margin: 25px 0;
	margin: 1.563rem 0;
	font-size: 18px;
	font-size: 1.125rem;
	position: relative;

	/*-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: background-color .5s;*/
}

.stayInformed .signupframe td input[type="text"]:focus
{
	background-color: #ebebeb;
}

.stayInformed .signupframe tr:first-child td:last-child
{
	position: relative;
}

.stayInformed .signupframe tr:first-child td:last-child:before
{
	content: 'Email address';
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
}

.stayInformed .signupframe tr:last-child td:last-child
{
	text-align: center;
}

.stayInformed .signupframe td input[type="submit"]
{
	font-size: 1.563rem;
	font-weight: 900;
	line-height: 1.56;
	text-align: center;
	border-style: solid;
	border-width: 3px;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	background-color: #ffffff;
	box-sizing: border-box;
	width: 100%;
	padding: 16px 20px;
	padding: 1rem 1.25rem;
	margin-bottom: 25px;
	margin-bottom: 1.563rem;

	-webkit-transition: color 0.25s, background-color 0.25s, border-color 0.25s;
	-o-transition: color 0.25s, background-color 0.25s, border-color 0.25s;
	transition: color 0.25s, background-color 0.25s, border-color 0.25s;
}

.stayInformed .signupframe td input[type="submit"]
{
	border-color: #ea5f24;
	color: #ea5f24;
}

.stayInformed .signupframe td input[type="submit"]:hover
{
	background-color: #ea5f24;
	color: white;
}

.stayInformed .signupframe tr:last-child td:first-child,
.stayInformed .signupframe tr:first-child td:first-child
{
	display: none;
}

/**************************************************************************
CAMERA FEED STYLES
**************************************************************************/

.noborder {
	border-left:0;
}

.last {
	border-right:0;
}

.camImageContainer {
	width:100%;
	margin:auto;
}

.camFeatureImage {
	width: calc(100% - 8px);
	height: auto;
	border: #EA5F24 4px solid;
}

a.camLink {
	display: block;
	height: 0;
	padding-top: 56.3%;
	width:100%;
}

a.camLink:before {
	background-color: #000;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0.3;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.4s;
	transform: none;
	z-index: 1;
}

a.camLink:after {
	color: #fff;
	font-size: 24px;
	height: auto;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	z-index: 2;
}

a.camLink.active:before {
	background-color: #EA5F24;
    opacity: 0.5;
}

a.camLink:hover:before,
a.camLink.active:hover:before {
	opacity: 1;
	background-color: #EA5F24;
}

a.camLink.flyover:after {
	content: 'Flyover';
}

a.camLink.mobileUnit:after {
	content: 'Mobile Unit';
}

a.camLink.balboaBridge:after {
	content: 'Balboa Bridge';
}

a.camLink.sandiago:after {
	content: 'San Diego River Bridge';
}

a.camLink.nobelViaduct:after {
	content: 'Nobel Viaduct';
}

@media only screen and ( max-width: 1024px ) and ( min-width: 769px) {
	a.camLink.sandiago:after {
		content: 'San Diego River Bridge';
		text-align: center;
		width: 100%;
		white-space: normal;
	}
}

a.camLink img {
	bottom: 0;
	max-width: 100%;
	height: auto;
	position: absolute;
}

a.magnific-link {
	display: block;
}

.camContainer {
	width: calc(100% + 20px);
	left: -10px;
	position: relative;
}

.cam {
	margin-bottom: 10px;
}

/**************************************************************************
User notifications
**************************************************************************/
.success { color: #9bbb59; }
.warning { color: #f79646; }
.failure { color: #c0504d; }
.example { color: #329cc9; }

p.banner
{
	font-size:   19px;
	font-size:   1.188rem;
	font-weight: bold;
	margin:      10px 0 -42px 0;
	padding:     10px;
	margin:      0.625rem 0 -2.625rem 0;
	padding:     0.625rem;
	position:    relative;
	top:         -150px;
	width:       auto;

	box-shadow: -2px 2px 2px #999;
}

p.success.banner { background-color: #ebf1dd; border: 3px solid #9bbb59; border-width: 0.1875rem; }
p.warning.banner { background-color: #fdeada; border: 3px solid #f79646; border-width: 0.1875rem; }
p.failure.banner { background-color: #f2dcdb; border: 3px solid #c0504d; border-width: 0.1875rem; }
p.example.banner { background-color: #e2f1f7; border: 3px solid #329cc9; border-width: 0.1875rem; }

p.success a.closesuccess,
p.warning a.closewarning,
p.failure a.closefailure,
p.example a.closeexample
{
	float: right;
}

p.success input,
p.warning input,
p.failure input,
p.example input
{
	border:      0;
	color:       #fff;
	cursor:      default;
	float:       right;
	font-weight: bold;
	margin-top:  -3px;
	margin-left: 10px;
	padding:     3px 0;
	text-align:  center;
	width:       75px;

	margin-top:  -0.1875rem;
	margin-left: 0.625rem;
	padding:     0.1875rem 0;
	width:       4.688rem;
}

p.success input:hover,
p.warning input:hover,
p.failure input:hover,
p.example input:hover
{
	background-color: #838383;
}

p.success input { background-color: #9bbb59; }
p.warning input { background-color: #f79646; }
p.failure input { background-color: #c0504d; }
p.example input { background-color: #329cc9; }

div.environment
{
	background:     #fff;
	bottom:         115px;
	box-shadow:     0px 0px 4px 4px rgba( 0, 0, 0, 0.25 );
	color:          #000;
	font-family:    "Times New Roman", Times, serif;
	font-size:      18px;
	font-size:      1.125rem;
	height:         32px;
	line-height:    32px;
	position:       fixed;
	right:          -30px;
	text-align:     center;
	text-transform: capitalize;
	width:          208px;
	z-index:        9999;

	-webkit-transform-origin: bottom right;
	    -ms-transform-origin: bottom right;
	        transform-origin: bottom right;

	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

div.environment:after
{
	border:   2px solid #000;
	content:  '';
	height:   24px;
	left:     2px;
	position: absolute;
	top:      2px;
	width:    200px;
}

div.environment.development { background: #ebf1dd; color: #9bbb59; }
div.environment.staging     { background: #fdeada; color: #f79646; }
div.environment.production  { background: #f2dcdb; color: #c0504d; }

div.environment.development:after { border: 2px solid #9bbb59; }
div.environment.staging:after     { border: 2px solid #f79646; }
div.environment.production:after  { border: 2px solid #c0504d; }

/* Effect 3: bottom line slides/fades in */
.cl-effect-3 a {
	/*padding: 8px 0;*/
}

.cl-effect-3 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(255,255,255,0.5);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* Border */
.link-border a {
	color: #e74c3c;
	font-weight: 500;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}

.link-border a:hover,
.link-border a:focus {
	-webkit-transform: scale(0.8333);
	transform: scale(0.8333);
}

.link-border a::before {
	position: absolute;
	top: -2px;
	left: -7px;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	border: 2px solid #e74c3c;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
	-webkit-transform: scale(0.8333);
	transform: scale(0.8333);
}

.link-border a:hover::before,
.link-border a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

a {
	position: relative;
	display: inline-block;
	outline: none;
	/*color: #404d5b;*/
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
	font-weight: 500;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-perspective: 600px;
	perspective: 600px;
	-webkit-perspective-origin: 50% 100%;
	perspective-origin: 50% 100%;
}

a::before,
a::after {
	position: absolute;
	top: 0;
	left: -2px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 2px;
	width: 100%;
	height: 100%;
	content: '';
	padding-bottom: 2px;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

nav a::after,
nav a::before
{
	padding: 0px;
}

a:hover/*,
a:focus*/ {
	color: #ffffff;
}

a::before {
	background-color: #ea5f24;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

a:hover::before {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

/**************************************************************************
Tablet-specific Styles
**************************************************************************/
@media only screen and ( max-width: 1024px )
{
	/* This alters the base font size, which should gracefully resize all (r)em specified styles. */
	html { font-size: 87.5%; }
	/*html.landingRoot { font-size: 97.5%; }*/

	footer .social a
	{
		padding: 35px 35.75px;
	}

	.projectGallerySelector .toggleName
	{
		font-size: 1.5rem;
	}

	.projectGallerySelector .toggle
	{
		margin: 0 1%;
	}

	.landingVideo .videoContainer
	{
		height: 462px;
	}

	/*.stayInformed .signupframe td input[type="text"]
	{
		width: 78%;
	}*/
	@media only screen and ( -webkit-min-device-pixel-ratio: 2 )
	{
		.landing h1
		{
			font-size: 40px;
			font-size: 2.86rem;
		}
		.landing .section.home p
		{
			font-size: 20;
			font-size: 1.43rem;
		}
		.landing .section.home.fadeIn
		{
			opacity: 1;
			padding-top: 14vh;
		}
	}
}

@media only screen and ( max-width: 825px ) {

	/*html.landingRoot { font-size: 93%; }*/

	nav li
	{
		margin-left: 27px;
		margin-left: 1.929rem;
	}

}

@media only screen and ( max-width: 768px )
{
	html { font-size: 75%; }
	/*html.landingRoot { font-size: 85%; }*/

	.landing .section.home h1
	{
		padding-left: 10px;
		padding-left: 0.833rem;
	}

	nav li
	{
		margin-left: 9.5px;
		margin-left: 0.8rem;
		/*min-width: 50px;
		min-width: 4.17rem;*/
	}

	footer .social a
	{
		padding: 25px 26.5px;
	}

	footer .social a
	{
		background-size: 48.75px;
		background-size: 4.0625rem;
		padding: 23px 26.5px;
	}

	.landing .section.home.fadeIn
	{
		opacity: 1;
		padding-top: 20vh;
	}

	.landing .homeBG
	{
		background-image: url('/images/slices/main-image-tabPortrait2.jpg');
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-size: cover;
	}

	.landing .spaceCol
	{
		display: none;
	}

	.landing article
	{
		border: none;
	}

	.landing div.section.main article.resourceCol
	{
		max-width: 60%;
		float: none;
		margin: 0 auto;
	}

	.landing div.section.main article.resourceCol ~ .resourceCol
	{
		margin-top: 75px;
		margin-top: 6.25rem;
	}

	.landing .section.home,
	.landing .section.project,
	.landing .section.team,
	.landing .section.resources,
	.landing .section.updates
	{
		padding: 0 45px;
		padding: 0 3.75rem;
		box-sizing: border-box;
	}

	.landing .section.project,
	.landing .section.team
	{
		padding-top: 75px;
		padding-top: 6.25rem;
		padding-bottom: 75px;
		padding-bottom: 6.25rem;
	}

	.landing .impacts,
	.landing .stayInformed
	{
		margin: 0;
	}

	.landing .stayInformed
	{
		/*margin: 75px 0 0 0;
		margin: 6.25rem 0 0 0;*/
		margin: 0;
		border: none;
		padding: 0;
	}

	.projectGalleryHeader
	{
		text-align: center;
	}

	.projectGallerySelector
	{
		margin-bottom: 24px;
		margin-bottom: 2rem;
		margin-top: 0;
	}

	.projectGalleryListHeader
	{
		margin-top: 14px;
		margin-top: 1.188rem;
	}

	.landingVideo .videoContainer
	{
		height: 398px;
	}

	div.section.main ul li.projectGalleryListItem:first-child,
	.videoButtonContainer .videoButton
	{
		margin: 20px 0;
		margin: 1.27rem 0;
	}

	.videoGallery .filterMenu
	{
		display: block;
		margin-bottom: 10px;
	}

	.videoGallery .videoContainer
	{
		padding-bottom: 56.25%;
	}

	.videoGallery .videoContainer:nth-child(even),
	.videoGallery .videoContainer:nth-child(odd)
	{
		border: 0;
	}

	aside.videoLocationFilterContainer
	{
		display: none;
	}

	header h1
	{
		/*margin-left: 50px;
		margin-left: 3.125rem;*/
		text-align:  center;
		text-transform: uppercase;
	}

	nav
	{
		/*width:    30px;
		width:    1.875rem;*/
		width:    98%;
		height:   61px;
		height:   4.49rem;
		left:     0;
		position: absolute;
		top:      0;
		box-shadow: none;
		/*margin-top: 5px;*/
	}

	nav a.menu
	{
		background-image:    url( '../images/icons/nav-menu.png' );
		background-position: 95% center;
		background-repeat:   no-repeat;
		display:             block;
		height:              100%;
		margin:              -10px;
		padding:             10px;
		margin:              -0.625rem;
		padding:             0.625rem;
		overflow:            hidden;
		text-indent:         -500px;
		width:               100%;
	}

	nav a.menu:hover
	{
		/*background-color: #00586f;*/
	}

	nav ul
	{
		background-color: #39a9c6;
		left:             0;
		position:         absolute;
		top:              75px;
		top:              5.51rem;
		width:            100%;
		z-index:          100;
	}

	nav ul.hiddenNav
	{
		display: none;
	}

	nav.visibleOverflow
	{
		overflow: visible;
	}

	nav ul a
	{
		font-size: 13.75px;
		font-size: 1.25rem;
	}

	nav li
	{
		display:     inline-block;
		margin-left: 0px;
		margin-left: 0rem;
	}

	nav ul li
	{
		display: block;
		border-bottom: solid 1px #00586f;
		background-color: transparent;

		-webkit-transition: background-color 0.25s;
		-o-transition: background-color 0.25s;
		transition: background-color 0.25s;
	}

	nav ul li:first-child
	{
		border-top: solid 1px #00586f;
	}

	nav ul li:hover
	{
		background-color: #00586f;
	}

	nav ul li a
	{
		margin: 0;
		padding: 20px;
		padding-left: 35px;
	}

	.cl-effect-3 a:hover::after,
	.cl-effect-3 a:focus::after {
		opacity: 0;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}

	.cl-effect-3 a::after {
		width: 0px;
		height: 0px;
		background: rgba(0,0,0,0);
		opacity: 0;
		-webkit-transition: opacity 0.0s, -webkit-transform 0.0s;
		-moz-transition: opacity 0.0s, -moz-transform 0.0s;
		transition: opacity 0.0s, transform 0.0s;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}

	.cl-effect-3 a:hover::after,
	.cl-effect-3 a:focus::after {
		opacity: 0;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}

	.cl-effect-3 a::after {
		width: 0px;
		height: 0px;
		background: rgba(0,0,0,0);
		opacity: 0;
		-webkit-transition: opacity 0.0s, -webkit-transform 0.0s;
		-moz-transition: opacity 0.0s, -moz-transform 0.0s;
		transition: opacity 0.0s, transform 0.0s;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}

	/*.stayInformed .signupframe td input[type="text"]
	{
		width: 85%;
	}*/

	footer
	{
		text-align: center;
		/*line-height: 15px*/
	}

	footer .social
	{
		padding-bottom: 0px;
	}

	footer .social a
	{
		padding: 40px 45px;
	}

	footer .social a
	{
		padding: 40px 50px;
		background-size: 81px;
	}

	footer .logoBox
	{
		/*padding-top: 108px;*/
		padding-bottom: 0px;
	}

	footer .logo
	{
		background-size: 189px 47px;
		padding: 25px 95px;
		margin: 0 auto;
	}

	footer .copyright
	{
		padding-top: 50px;
		text-align: center;
		font-size: 16px;
	}

    .cam.span_1_4 {
            width: 50%;
            border:0;
	}
	.camFeatureImage {
		width: calc(100% - 8px);
		width: -webkit-calc(100% - 8px);
		height: auto;
		border: #EA5F24 4px solid;
		margin-top:0;
	}
}

/**************************************************************************
Wireless-specific Styles
**************************************************************************/
@media only screen and ( max-width: 568px )
{
	html { font-size: 68.75%; }
	/*html.landingRoot { font-size: 78.75%; }*/

	div.section.main
	{
		margin-bottom: 35px;
	}

	nav ul
	{
		top: 79px;
		top: 6.27rem;
	}

	.landing .section.home,
	.landing .section.project,
	.landing .section.team,
	.landing .section.resources,
	.landing .section.updates,
	.landing .section.stayInformedContainer
	{
		padding: 0 20px;
		padding: 0 1.587rem;
		margin-top: 40px;
		margin-top: 3.6363rem;
		margin-bottom: 40px;
		margin-bottom: 3.6363rem;
	}

	.landing .section.home,
	.landing .section.project
	{
		margin-top: 0;
	}

	.landing .section.team,
	.landing .section.project
	{
		padding-top: 40px;
		padding-top: 3.6363rem;
		padding-bottom: 40px;
		padding-bottom: 3.6363rem;
	}

	.landing div.section.main article.resourceCol
	{
		max-width: 100%;
	}

	.landing div.section.main article.resourceCol ~ .resourceCol
	{
		margin-top: 60px;
	}

	.landingVideo .videoContainer
	{
		height: 366px;
	}
	/*.stayInformed .signupframe td input[type="text"]
	{
		width: 73%;
	}*/

	/*.stayInformed .signupframe td input[type="submit"]
	{
		padding: 15px 50px;
	}*/

	article fieldset.hiddenControls
	{
		display: block;
	}

	.cam.span_1_4 {
            width: 100%;
	}
}
@media only screen and ( max-width: 320px )
{
	html { font-size: 62.5%; }
	/*html.landingRoot { font-size: 72.5%; }*/

	article fieldset input[type="button"],
	article fieldset input[type="submit"]
	{
		min-width:     0px;
		overflow:      hidden;
		text-overflow: ellipsis;
		white-space:   nowrap;
		width:         40%;
	}

	.landingVideo .videoContainer
	{
		height: 334px;
	}

	footer .social a
	{
		padding: 40px 40px;
	}
}

/**************************************************************************
Retina-specific Image Replacement
**************************************************************************/
@media only screen and ( -webkit-min-device-pixel-ratio: 2 )
{
	header .headLogo
	{
		background-image: url( '../images/slices/logo-2x.png' );
	}
	footer .facebook
	{
		background-image: url('../images/slices/facebook-2x.png');
	}

	footer .facebook:hover
	{
		background-image: url('../images/slices/facebook-hover-2x.png');
	}

	footer .twitter
	{
		background-image: url('../images/slices/twitter-2x.png');
	}

	footer .twitter:hover
	{
		background-image: url('../images/slices/twitter-hover-2x.png');
	}

	footer .linkedin
	{
		background-image: url('../images/slices/linkedin-2x.png');
	}

	footer .linkedin:hover
	{
		background-image: url('../images/slices/linkedin-hover-2x.png');
	}

	footer .youtube
	{
		background-image: url('../images/slices/youtube-2x.png');
	}

	footer .youtube:hover
	{
		background-image: url('../images/slices/youtube-hover-2x.png');
	}

	footer .logo
	{
		background-image: url('../images/slices/logo-2x.png');
	}

/*	.landing .section.home h1
	{
		font-size: 240px;
		font-size: 3.33rem;
	}
	.landing .section.home p
	{
		font-size: 25px;
		font-size: 2.083rem;
	}*/

}

/**************************************************************************
Print-specific Styles
**************************************************************************/
@media print
{
	/**************************************************************************
	Boilerplate Styles
	**************************************************************************/
	*
	{
		background:  transparent !important;
		color:       #000 !important;
		box-shadow:  none !important;
		text-shadow: none !important;
	}

	a
	{
		text-decoration: underline;
	}

	a[href]:after
	{
		content: ' (' attr( href ) ')';
	}

	a[href^="javascript:"]:after,
	a[href^="#"          ]:after
	{
		content: '';
	}

	abbr[title]:after
	{
		content: ' (' attr( title ) ')';
	}

	pre,
	blockquote
	{
		border:            1px solid #999;
		page-break-inside: avoid;
	}

	thead
	{
		display: table-header-group;
	}

	tr,
	img
	{
		page-break-inside: avoid;
	}

	img
	{
		max-width: 100% !important;
	}

	@page
	{
		margin: 0.5cm;
	}

	p,
	h2,
	h3
	{
		orphans: 3;
		widows:  3;
	}

	h2,
	h3
	{
		page-break-after: avoid;
	}

	/**************************************************************************
	Custom Styles
	**************************************************************************/
	header,
	nav,
	footer,
	p.banner,
	div.fuseboxdebug
	{
		display: none;
	}

	body
	{
		margin: 0;
		padding: 0;
	}

	h1.print
	{
		display: block;
	}

	article fieldset.controls
	{
		display: none !important;
	}

	article ul.button a.icon
	{
		display: none;
	}

	.chromeframe
	{
		display: none;
	}
}

/**************************************************************************
Browser-specific hacks
**************************************************************************/
html.lt-ie10 a::before,
html.lt-ie10 a::after
{
	content: none;
}

html.lt-ie10 a:hover::before,
html.lt-ie10 a:hover::after,
html.lt-ie10 a:focus::before,
html.lt-ie10 a:focus::after {
	content: "";
}

html.lt-ie9 .chromeframe
{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
}

html.lt-ie9 a:hover
{
	color: #ea5f24;
	text-decoration: underline;
}

html.lt-ie9.landingRoot,
html.lt-ie9 > body.landing,
html.lt-ie9 > body.landing > .pageContainer,
html.lt-ie9 > body.landing > .pageContainer > .landingMainContainer,
html.lt-ie9 > body.landing > .pageContainer > .landingMainContainer > .landingContent,
html.lt-ie9 > body.landing > .pageContainer > .landingMainContainer > .landingContent > .section.home
{
	/*min-height: 100%;*/
	height: 100%;
}

html.lt-ie9 .section.home
{
	box-sizing: border-box;
	padding-top: 8%;
}

html.lt-ie9 footer .copyright
{
	float: right;
}

@-moz-document url-prefix(){
	article fieldset select
	{
		padding-top: 3px;
	}
}
