/*******************************************************************
  HTML, BODY, CONTAINER
*******************************************************************/

html {
	position: relative;
    min-height: 100%;
}

body {
	height: 100%;
	font: 16px/32px Open Sans, Arial, sans-serif;
	color: #626161;
	padding-bottom: 60px;
	/* padding: 1px; */
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#backstretch {
	position: absolute;
	width: 100%;
	height: 100%;
}

#drift-widget {
	bottom: 70px !important;
	right: 15px !important;
}

.drift-frame-controller {
	bottom: 70px !important;
}

@media handheld, only screen and (max-width: 920px) {
	#drift-widget {
		bottom: 110px !important;
	}
}

@media handheld, only screen and (max-width: 500px) {
	#drift-widget {
		bottom: 140px !important;
	}
}

/*******************************************************************
  HEADINGS
*******************************************************************/

h1,h2,h3,h4,h5,h6 {
	position: relative;
	font-family: Open Sans, Myriad Pro, Arial, sans-serif;
	font-weight: 300;
	line-height: normal;
	text-align: left;

}

h1 {
	color: #ff6600;
	text-align: center;
}

h2 {
	color: #5b5956;
}
 
h3 {
	color: #ff6600;
}

h1, h2, h3 {
	font-size: 32px;
	margin: 10px 0;
	text-transform: uppercase;
}

h3 {
	font-size: 22px;
}

h1 + h2 {
	margin-top: -10px;
	font-size: 18px;
}

/* Reduces margin for titles adjacent to lists or paragraphs*/
h2 + p, h3 + p, h4 + p, h3 + ul {
	margin-top: 0;
}

p:first-child {
	margin-top: 0;
}

/*******************************************************************
	LINKS
*******************************************************************/

a:link, a:visited {
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* buttons */
a:link.button,
a:visited.button,
strong em a:link,
strong em a:visited,
em strong a:link,
em strong a:visited {
	background: #FF6600;
	color: #FFF;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	padding: 10px 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

a.button:hover,
strong em a:hover,
em strong a:hover {
	background: #66635E;
	text-decoration: none;
}

/*******************************************************************
	ICONS
*******************************************************************/

@font-face {
	font-family: 'Icons';
	src: url('fonts/fontawesome-webfont.eot?v=4.6.3');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesomeregular?v=4.6.3') format('svg');
	font-weight: normal;
	font-style: normal;
        font-display: swap;
}

.icon {
	font-style: normal;
	font-family: 'Icons';
}

 /*******************************************************************
	HEADER
*******************************************************************/
header {
	z-index: 1000;
	position: fixed;
	top: 0;
	width: 100%;
	height: 65px;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,0.25);
}

header .logo {
	position: relative;
	z-index: 1000;
	display: inline-block;
	width: 30px;
	height: 47px;
	margin-top: 7px;
	margin-left: 20px;
	text-indent: -9999px;
	background-repeat: no-repeat;
			-webkit-background-size: contain;
		background-size: contain;
}

header .logo {

	background-image: url(../images/logo.png);
}

.svg header .logo {
	background-image: url(../images/logo.svg);
		-webkit-background-size: contain;
		background-size: contain;
}

/* When removing 20 Year Anniversary logo edits, remove the following: */
header .logo {
	display: block;
	width: 229px;
	height: 55px;
	margin: 2px 0 0 20px;
	background-image: url(../images/logo-full.png);
}

.svg header .logo {
	display: block;
	width: 240px;
	height: 56px;
	margin: 2px 0 0 20px;
	background-image: url(../images/logo-full.svg);
}

/*******************************************************************
	HEADER FEATURED
*******************************************************************/

#featured-projects {
	position: fixed;
	overflow: hidden;
	z-index: 900;
	top: -230px;
	width: 100%;
	height: 290px;
	background: rgba(255,255,255,0.8);
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
}

#featured-projects .filter {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
	background: #ff6600;
	color: #fff;
	text-align: center;
}

#featured-projects .filter a:link, #featured-projects .filter a:visited {
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
}

#featured-projects .filter a:hover {
	background: #fff;
	color: #ff6600;
	border-radius: 2px;
}

#featured-projects .slider {
	position: relative;
	max-width: 1020px;
	padding: 0 10px;
	margin: 0 auto;	
}

#featured-projects .projects {
	max-width: 945px;
	overflow: hidden;
	padding: 30px 0;
}

#featured-projects .projects img {
	height: 179px;
	width: 179px;
}

#featured-projects .slick-slide {
	float: left;
	margin: 0 5px;
}

#featured-projects .pagination {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 28px;
	height: 95px;
}

#featured-projects .nav {
	position: absolute;
	display: block;
	height: 28px;
	width: 28px;
	background: #ff6600;
	margin-bottom: 10px;
	border-radius: 100%;
	cursor: pointer;
	text-align: center;
	color: #fff;
}

#featured-projects .nav:hover {
	background: #fff;
	color: #ff6600;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

#featured-projects .carousel-prev:before {
	content: "\f053";
	font-family: Icons;
}
#featured-projects .carousel-next:before {
	content: "\f054";
	font-family: Icons;
}


#featured-projects .carousel-prev {
	bottom: 10px;
}

#featured-projects .carousel-next {
	top: 10px;
}

/*******************************************************************
	HEADER LOGIN
*******************************************************************/


header .login {
	position: absolute;
	top: 0;
	right: 0;
}

#login-button {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 105px;
	height: 65px;
	padding: 10px;
	font: 300 16px/20px Open Sans, Myriad Pro, Arial, sans-serif;
	background: #66635e;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

#login-button:hover, #login-button.active {
	background: #ff6600;
	color: #fff;
	text-decoration: none;
}

 #navigation .featured:hover:after , #navigation .featured.hover:after {
	content: ' ';
	position: absolute;
	display: block;
	z-index: 1000;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 8px;
	background:  url(../images/login-triangle.png) no-repeat;
}

#login-form {

	position: fixed;
	top: -350px;
	right: 0;
	width: 270px;
	z-index: 900;
	padding: 25px 15px;
	background: #fff;
	background: rgba(255,255,255, 0.8);
	font-size: 16px;
}

#login-form h2:first-line {
	font-size: 16px;
	line-height: 16px;
}

#login-form h2 {
	color: #626161;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;
}

#login-form a.submit:visited, #login-form a.submit:link {
	display: inline-block;
	padding: 10px 45px;
	background: #ff6600;
	color: #fff;
	border-radius: 3px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s  ease-out; 
	transition: all 0.3s ease-out;
}
#login-form a.submit:hover {
	background: #fff;
	color: #ff6600;
	text-decoration: none;
}

#login-form #reset-pass {
	padding: 10px 25px;
}

#login-form .info:link, #login-form .info:visited {
	float: right;
	display: inline-block;
	color: #626161;
	padding: 10px 25px;
}
#login-form .info:hover {
	color: #ff6600;
	text-decoration: none;
}

#login-form .text-input {
	border-top: 1px solid #a4a19e;
}

#login-form .text-input.password {
	border-bottom: 1px solid #a4a19e;
	margin-bottom: 15px;
}

#login-form input[type='text'], #login-form input[type='password'] {
	padding: 15px 20px 15px 40px;
	border: none;
	color: #626161;
	background: transparent;
	/* text-transform: uppercase; */
}

#login-form input[name='username'], #login-form input[name='userEmail']  {
	background: url(../images/ico-user.png) no-repeat center left;
	outline: 0;
}

#login-form input[name='password'] {
	background: url(../images/ico-lock.png) no-repeat center left;
	outline: 0;
}

#login-form .math {
	padding: 10px;
	 border-top: 0;
	 margin-top: -10px;
}

#login-form input[name='secAnswer'] {
	width: 100px !important;
		padding: 15px 0 15px 40px;
	background: rgba(0,0,0,0.1);
} 

#resetPassWebsite {
	display: none;
}
#resetPassWebsite .text-input.username {
		border-bottom: 1px solid #a4a19e;
	margin-bottom: 15px;
}


 /*******************************************************************
	NAVIGATION
*******************************************************************/
#navigation {
	position: absolute;
	right: 105px;
	top: 0;
	padding: 0;
	margin: 0;
}

#navigation li {
	position: relative;
	display: inline-block;
}

#navigation a:link, #navigation a:visited {
	position: relative;
	display: inline-block;
	padding: 0 30px;
	font: 300 22px/65px Open Sans, Myriad Pro, Arial, sans-serif;
	color: #5b5956;
	text-transform: uppercase;
	-webkit-transition: all 0.15s  ease-out; 
	transition: all 0.15s ease-out;
}

#navigation a:hover {
	background: #ff6600;
	color: #fff;
	text-decoration: none;
}

/* #navigation  a:hover:after {
	position: absolute;
	bottom: 7px;
	left: 0;
	content: ' ';
	height: 2px;
	width: 100%;
	background: #ff6600;
	text-decoration: none;
}
 */
 /*******************************************************************
	HOMEPAGE VIDEO 
*******************************************************************/

.touch #loader, .touch .loader-section {
	display: none;
}

#homepage-video a.logo {
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 30%;
	width: 100%;
	height: 100%;
	max-width: 454px;
	max-height: 135px;
	-webkit-transform: translateX(-50%) translateY(-55%);
	-ms-transform: translateX(-50%) translateY(-55%);
	transform: translateX(-50%) translateY(-55%);
    color: #fff;
	background: url(../images/logo-large.png) center 25% no-repeat;
}

/* When removing 20 Year Anniversary logo edits, remove the following: */
#homepage-video a.logo-anniversary {
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 30%;
	width: 100%;
	height: 100%;
	max-width: 280px;
	max-height: 280px;
	-webkit-transform: translateX(-50%) translateY(-55%);
	-ms-transform: translateX(-50%) translateY(-55%);
	transform: translateX(-50%) translateY(-55%);
    color: #fff;
	background: url(../images/logo-anniversary.png) center 25% no-repeat;
}
@media handheld, only screen and (max-width: 1220px) {
	#homepage-video a.logo-anniversary {
		top: 54%;
	}
}

#homepage-video {
	position: fixed;
	z-index: 100;
	left: 0;
}

.no-touch #homepage-video .play {
	display: none;
}
#homepage-video .play {
	display: block;
	position: absolute;
	z-index: 1000;
	font-size: 72px;
	line-height: 50px;
	width: 150px;
	height: 150px;
	padding: 50px;
	color: #fff;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	cursor: pointer;
	border-radius: 100%;
	text-align: center;
	border: 3px solid #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
/* 
 #homepage-video:after {
	position: absolute;
	z-index: 900;
	content: ' ';
	width: 100%;
	height: 100%;
	background: url(../images/grid.png);
}  */

#homepage-video img.logo-anniversary {
	position: absolute;
	z-index: 100;
	right: 40px;
	bottom: 40px;
}

@media handheld, only screen and (max-width: 1300px) {
	#homepage-video img.logo-anniversary {
		-webkit-transform: translateX(-50%) translateY(-10%);
		-ms-transform: translateX(-50%) translateY(-10%);
		transform: translateX(-50%) translateY(-10%);
	}
}

@media handheld, only screen and (max-width: 1220px) {
	#homepage-video img.logo-anniversary {
		bottom: 10px;
		right: 10px;
		transform: translateX(0%) translateY(0%);
		width: 140px;
		height: 140px;
	}
}

#loader-wrapper {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);

	-webkit-transition: all 0.3s 0.6s ease-out; 
	transition: all 0.3s 0.6s ease-out;
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 900;
}
 
#loader-wrapper .loader-section.section-left {
    left: 0;
}
 
#loader-wrapper .loader-section.section-right {
    right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
}
 
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transition: all 0.3s 0.3s ease-out;  
            transition: all 0.3s 0.3s ease-out;
}

#loader {
    display: block;
    z-index: 10000;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ff6600;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}
 
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ccc;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

/*******************************************************************
	MASONRY GRID
*******************************************************************/

.items {
	float: right;
	max-width: 695px;
	margin: 0 auto;
	text-align: left;
} 

.items .item {
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	width: 340px;
	height: 185px;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 20px;
	padding: 15px 20px;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.33);
	text-align: left;
}

.items .falseHeader p strong {
	text-transform: uppercase;
	font: 28px/28px Open Sans, Myriad Pro, Arial, sans-serif;
}

.items .item.h2x {
	height: 385px;
}


.items .item.w2x {
	width: 695px;
}

@media (max-width:1066px) {
	.items .item.w2x {
		width: 340px;
	}
}

.items .item:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	border: 10px solid #ff6600;
	transform: scale(1.15);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.items .item.no-effect:before {
	display: none;
}

.items .item:hover:before {
	transform: scale(1);
	transition: all 0.2s ease-out 0s;
}

.items .item:hover {
	border-color: #66635e;
}

.items .item:not(.no-effect):hover img {
	transform: scale(1.05);
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px) brightness(0.7);
}

#featured-projects .item:hover img {
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
	filter: none;
}

.items .item > img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	top: 0;
	left: 0;
	transform: scale(1);
	transition: all 0.2s ease-out 0s;
}

.items .item.no-effect > img {
	transform: inherit;
}

.items h3 {
	z-index: 10;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	margin: 0;
	padding: 15px 20px;
	font:  23px/28px Open Sans, Myriad Pro, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
}

/* Custom items*/
.items .item.facebook {
	background: #66635e url(../images/ico-like.png) no-repeat center 90%;
	max-height: 315px;
}

.items .item.facebook h3 {
	font-size: 24px;
	text-align: right;
	text-transform: none;
}

.items .item.facebook p {
	text-align: right;
	text-transform: uppercase;
}
.items .item.things {
	background: #7c0040;
	text-align: center;
}

.items .item.welcome {
	background: #66635e;
	text-align: left;
}

.items .item.welcome a {
	text-transform: uppercase;
	color: #ff6600;
}

.items .item.welcome a:hover {
	text-decoration: underline;
}

.items .item h1 {
	font-size: 28px;
	line-height: 28px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}

.items .item.normal h3 {
	position: static;
	padding: 0;
	margin-bottom: 20px;
}

.items .item.twitter {
	background: #66635e url(../images/ico-twitter.png) no-repeat center 20px;
	padding-top: 85px;
	max-height: 385px;
	font-size: 13.5px;
	text-transform: uppercase;
}

.items .item.twitter a:link, .items .item.twitter a:visited {
	color: #fff;
}

.items .item.twitter:hover {
	text-decoration: none;
}

.items .item.twitter h3 {
	font-size: 24px;
	text-transform: none;
}

.items .item.updates {
	background-color: #66635e;
	color: #fff;
	font-size: 13.5px;
	max-height: 385px;
}

.items .item.updates a:link,
.items .item.updates a:visited {
	color: #fff;
	text-decoration: underline;
}

#placeholderMessages {
	background: #ff6600;
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 20px;
	padding: 15px 20px;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.33);
	text-align: left;
	text-align: center;
}
/*******************************************************************
	HOMEPAGE
*******************************************************************/


.homepage #main {

	overflow: hidden;
	padding-left: 15px;
	padding-top: 65px;
}

.homepage .masonry-wrap {
	float: right;
	width: 100%;
	max-width: 715px;
}

/*******************************************************************
	MASTHEAD
*******************************************************************/
#masthead {
	overflow: hidden;
	position: relative;
	min-height: 400px;
	height: 1000px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75), 2px 2px 2px rgba(0,0,0,0.75);
}



#masthead .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	max-width: 640px;
	padding: 1em;
	text-align: center;
	background-color: rgb(0 0 0 / 0.5);
	color: #fff;
}

#masthead .scroll {
	color: #ff6600;
	cursor: pointer;
	font: normal 44px Icons;
}

#masthead h1, #masthead h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
}


#masthead p {
	max-width: 900px;
	margin: 0 auto;
}

#masthead #backstretch {
	top: 0 !important;
}
/*******************************************************************
	MOBILE NAVIGATION
*******************************************************************/

#mobile-navigation {
	display: none;
	position: fixed;
	z-index: 10000000000;
	width: 100%;
	top: 0;
	left: 0;
	font-family: Lato, Arial, sans-serif;
}

#mobile-navigation > ul {
	position: absolute;
	width: 100%;
	top: 65px;
	left: 0px;
	height: 0;
	padding: 0;
	overflow: hidden;
	margin: 0;
}

/* Mobile menu display class, expands to full height*/
#mobile-navigation .show {
	height:auto;
}

/* Menu button*/
#mobile-navigation .menu {
	position: absolute;
	left: 0;
	width: 105px;
	height: 65px;
	padding: 20px 10px 10px 10px;
	font: 300 16px/20px Icons;
	color: #ff6600;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

#mobile-navigation .menu:hover {
	text-decoration: none;
	background: #ff6600;
	color: #fff;
}

#mobile-navigation  li {
	position: relative;
	min-width: 240px;
	padding: 0;
	margin: 0;
	background: #ff6600;
	list-style-type: none; 
	white-space: nowrap;
}

#mobile-navigation li a {
	display: block;
	padding: 7px 10px 7px 20px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	font: 300 16px Open Sans, Myriad Pro, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#mobile-navigation a:hover {
	text-decoration: none;
	background: #66635e;
}

/* Submenus*/
#mobile-navigation li .icon {		/* This icon displays to the right of a menu if it a dropdown*/
	position: absolute;
	display: block;
	right: 0px;
	top: 0;
	overflow: hidden;
	height: 35px;
	width: 40px;
	padding: 6px 30px 7px 10px;
	content: '/u+229E';
	font-family: "Icons";
	font-size: 1.5em;
	line-height:1;
	text-align: center;
}

#mobile-navigation li .icon:hover {
	color: #fff;
}

#mobile-navigation ul ul {
	display: block;
	height: 0;
	margin-left: 0;
	padding-left: 0;
	background: #4cab48;
}

#mobile-navigation li li a {
	padding-left: 40px;
	background: rgba(0,0,0,0.1);
}

/*******************************************************************
	FOOTER
*******************************************************************/

footer {
	overflow: hidden;
	z-index: 1000;
	position: fixed;
	width: 100%;
	bottom: 0;
	padding: 20px;
	background: #fff;
	box-shadow: 0 -2px 2px rgba(0,0,0,0.25);
}

footer .copyright {
	font-weight: 300;
	text-align: left;
}

footer .copyright a {
	color: #626161;
}

/*******************************************************************
	SOCIAL
*******************************************************************/
#social {
	position: absolute;
	right: 20px;
	top: 20px;
	padding: 0;
	margin: 0;
	text-align: right;
}

#social li {
	display: inline-block;
	list-style-type: none;
}

#social a:link, #social a:visited {
	color: #66635E;
	display: inline-block;
	font-family: "Icons";
	line-height: 10px;
	text-decoration: none;
	padding: 10px;
	width: 32px;
	height: 32px;
	border-radius: 3px;
	-webkit-transition: all 0.1s  ease-out; 
	transition: all 0.1s ease-out;
}

#social a:hover {
	background: #ff6600;
	color: #FFFFFF;
}


#social .linkedin a:before { content: "\f0e1"; }
#social .facebook a:before { content: "\f09a"; }
#social .twitter a:before { content: "\f099"; }
#social .google a:before { content: "\f0d5"; font-size: 14px; }
#social .instagram a:before { content: "\f16d"; }

#social a:hover {
	border-radius: 100%;
	-webkit-transition: border-radius 0.3s  ease-out; 
	transition: border-radius 0.3s ease-out;
}

#form-secAnswer {
	width: 50px;
	display: inline-block;
}

/*******************************************************************
  MEDIA QUERIES
*******************************************************************/

@media handheld, only screen and (max-width: 1300px) {
	footer {
		font-size: 15px;
	}
}

@media handheld, only screen and (max-width: 1240px) {
	footer {
		font-size: 13px;
	}
}

@media handheld, only screen and (max-width: 1220px) {
	.homepage .masonry-wrap {
		max-width: none;
	}

	.items { 
		float: none;
		max-width: 	none;
	}

	.homepage #main {
		padding-left: 0;
	}

	.items .item.med-h1x {
		height: 185px;
	}

	.items .item.med-w1x {
		width: 340px;
	}

	.items .item.med-w1x > img {
		width: 695px;
	}
}

@media handheld, only screen and (max-width: 1140px) {
	#navigation a:link, #navigation a:visited {
		font-size: 20px;
		padding: 0 15px;
	}

	footer {
		text-align: center;
		padding: 5px 15px 35px 15px;
	}

	#social {
		width: 100%;
		top: auto;
		right: auto;
		left: 0;
		text-align: center;
	}
}

@media handheld, only screen and (max-width: 1000px) {
	.homepage #main {
		margin-bottom: 80px;
	}
}

@media handheld, only screen and (max-width: 945px) {
	#navigation a:link, #navigation a:visited {
		font-size: 16px;
		padding: 0 12px;
	}
}

@media handheld, only screen and (max-width: 890px) {
	header .logo {
		display: block;
		width: 229px;
		height: 55px;
		margin: 0 auto;
		background-image: url(../images/logo-full.png);
	}

	.svg header .logo {
		display: block;
		width: 240px;
		height: 56px;
		margin: 0 auto;
		background-image: url(../images/logo-full.svg);
	}

	#homepage-video .logo {
		display: none;
	}

	#navigation {
		display: none;
	}

	#mobile-navigation {
		display: block;
	}
}


@media handheld, only screen and (max-width: 475px) {
	#mobile-navigation .menu {
		width: 80px;
	}

	#login-button { 
		width: 80px;
		font-size: 14px;
	}
}

@media handheld, only screen and (max-width: 430px) {
	/*
	body {
		font-size: 14px;
		line-height: 20px;
	}
	*/

	header {
		padding-right: 80px;
	}

	.svg header .logo, .svg header .logo {
		width: 200px;
	}

	#login-button { 
		display: none;
	}

	#mobile-navigation .menu {
		left: auto;
		right: 0;
	}

	.svg header .logo, header .logo  {
		display: block;
		margin: 2px 0 0 20px;
	}
}

@media handheld, only screen and (max-width: 340px) {
	.items .item {
		max-width: 320px;
	}
}