/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #000;
    background: #979fa5;
}

::-webkit-input-placeholder {
	color: #3c4042;
}

:-moz-placeholder { /* Firefox 18- */
	color: #3c4042;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #3c4042;
}

:-ms-input-placeholder {  
	color: #3c4042;
}


body {
    font-size: 1em;
    line-height: 1.4;
    background: #f9f7f5;
    box-sizing: border-box;
}

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

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

hr {
    display: block;
    border: 0;
    border-top: 1px solid #121414;
    border-bottom: 1px solid #6b6d6f;
    margin: -6px auto 9px;
    padding: 0;
    width: 189px;
    height: 0px;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 14px/24px Helvetica, Helvetica Neue, Arial;
    color: #3c4042;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
    position: relative;
}


h1.title {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	margin: 0;
}

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

nav a, nav a:visited {
    text-decoration: none;
    color: #2e3133;
}

nav a:hover {
    text-decoration: none;
    color: #858e94;
}

.main {
    padding: 0px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 0 10px 4%;
    text-align: center;
}


/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

a, a:visited {
	color: #005e82;
	text-decoration: none;
}

a:hover {
	color: #005e82;
	text-decoration: underline;
}

img {
	max-width: 100%;
}

.fixed-container {
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index: 9999;
}

.super-header-container {
	background: #3c4042;
	height: 37px;
	position: relative;
}

.social-bar {
	padding: 5px 0 0 0;
	display: block;
	text-align: right;
}

.social-bar li {
	display: inline-block;
}

.social-bar li a {
	display: block;
	background-image: url(../img/socialsprite.png);
	height: 25px; /*20, 43, 34, 25*/
}

a.facebook-button {
	background-position: 0 0;
	width: 20px;
}

a.facebook-button:hover {
	background-position: 0 -25px;
}

a.twitter-button {
	background-position: -20px 0px;
	width: 43px;
}

a.twitter-button:hover {
	background-position: -20px -25px;
}

a.youtube-button {
	background-position: -63px 0px;
	width: 34px;
}

a.youtube-button:hover {
	background-position: -63px -25px;
}

a.linkedin-button {
	background-position: -111px 0px;
	width: 25px;
	margin-left: 17px;
}

a.linkedin-button:hover {
	background-position: -111px -25px;
}

.header-container {
  background: #f9f7f5;
  padding: 0 0 25px 0;
}

.video-stripe-container {
	background: #ffffff;
	margin: 10px 0;
	border-bottom: solid 3px #cccccc;
}

.logo {
	position: absolute;
	top: -37px;
	left: 0px;
}

nav {
	font-family: "Helvetica";
	font-size: 24px;
	font-weight: 300;
	margin: 25px 0 0 155px;
}

nav li {
	margin: 0px 7px;
}

.gap {
	display: block;
	margin: 0;
	height: 175px;
}

.wvc {
}

.welcome_video {
	position: relative;
	padding-bottom: 56.5%;
	height: 0;	
	-webkit-box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, .4);
        box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, .4);
}

.welcome_video iframe {
	width: 100%;
	overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;	
}

.reel_block h2 {
	font-size: 16px;
	font-weight: 300;
	margin: 10px 0px;
}

.reel_strip {
	text-align: center;
}

.reel_item h4, .reel_strip_item h4 {
	font-family: "Lora", Georgia;
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	margin: 2px;
}

.reel_block {
	width: 100%;
	float: right;
	text-align: center;
}

.reel_item {
	width: 160px;
	display: inline-block;
	margin: 0px 7px 0px 7px;
	max-width: 45%;
}

.reel_item:nth-child(2n+1) {
	margin: 0px 7px 0px 7px;
}

.reel_strip_item {
	width: 160px;
	display: inline-block;
	margin: 0px 10px;
}

.cropper {
	width: 160px;
	height: 90px;
	overflow: hidden;
}

.cropper img {
	margin-top: -15px;
}

.big {
	font-size: 18px;
	font-weight: bold;
}

.super-footer-container {
	background-color: #3c4042;
	overflow: hidden;
	padding: 10px 0 40px;
}

.footer-container {
	background-color: #979fa5;
	overflow: hidden;
	padding: 10px 0;
}

footer.main p.copy {
	font-size: 12px;
	float: left;
	margin: 0;
	padding: 0;
}

footer.main ul {
	float:right;
	padding: 0;
	margin: 0;
	font-size: 12px;	
}

footer.main li {
	display: inline-block;
}

footer.main a {
	color: #3c4042;
	text-decoration: none;
}

footer h2 {
	text-align: center;
	color: #f7f5f2;
	font-size: 24px;
}

.newsletter {
	width: 40%;
	margin: 0 auto;
	position: relative;
	min-width: 316px;
}

.newsletter form p {
	text-align: center;
}

input.short, textarea.short {
	width: 150px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	font-size: 12px;
}

input.long, textarea.long {
	width: 311px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}

textarea.short, textarea.long {
	height: 80px;
}

.submit, .get-started, .get-started:visited, .submit:visited {
	display: block;
	margin: 0 auto;
	height: 38px;
	width: 250px;
	line-height: 38px;
	font-size: 18px;
	color: #f7f5f2; 
	text-decoration: none;
	text-align: center;
}
.newsletterform .submit {
	background-image: url(../img/button-sprite.png);
}

.newsletterform .submit:hover {
	background-position: 0 -39px;
	color: #ffffff;
	text-decoration: none;
}

.newsletterform .submit:active {
	background-position: 0 -78px;
	color: #ffffff;
	text-decoration: none;
}

input.error {
	background: #ffaaaa;
}

input.error:after {
	content: "This field is required.";
	color: #ff0000;
	font-size: 11px;
}

.loader {
	position: absolute;
	display: block;
	margin-top: 70px;
	margin-left: -64px;
	width: 128px;
	left: 50%;
	display: none;
}

#floatingCirclesG{
	position:relative;
	margin: auto;
	width:128px;
	height:128px;
	-moz-transform:scale(0.6);
	-webkit-transform:scale(0.6);
	-ms-transform:scale(0.6);
	-o-transform:scale(0.6);
	transform:scale(0.6);
}

.f_circleG{
position:absolute;
background-color:#FFFFFF;
height:23px;
width:23px;
-moz-border-radius:12px;
-moz-animation-name:f_fadeG;
-moz-animation-duration:1.44s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-border-radius:12px;
-webkit-animation-name:f_fadeG;
-webkit-animation-duration:1.44s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-border-radius:12px;
-ms-animation-name:f_fadeG;
-ms-animation-duration:1.44s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-border-radius:12px;
-o-animation-name:f_fadeG;
-o-animation-duration:1.44s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
border-radius:12px;
animation-name:f_fadeG;
animation-duration:1.44s;
animation-iteration-count:infinite;
animation-direction:linear;
}

#frotateG_01{
left:0;
top:52px;
-moz-animation-delay:0.54s;
-webkit-animation-delay:0.54s;
-ms-animation-delay:0.54s;
-o-animation-delay:0.54s;
animation-delay:0.54s;
}

#frotateG_02{
left:15px;
top:15px;
-moz-animation-delay:0.72s;
-webkit-animation-delay:0.72s;
-ms-animation-delay:0.72s;
-o-animation-delay:0.72s;
animation-delay:0.72s;
}

#frotateG_03{
left:52px;
top:0;
-moz-animation-delay:0.9s;
-webkit-animation-delay:0.9s;
-ms-animation-delay:0.9s;
-o-animation-delay:0.9s;
animation-delay:0.9s;
}

#frotateG_04{
right:15px;
top:15px;
-moz-animation-delay:1.08s;
-webkit-animation-delay:1.08s;
-ms-animation-delay:1.08s;
-o-animation-delay:1.08s;
animation-delay:1.08s;
}

#frotateG_05{
right:0;
top:52px;
-moz-animation-delay:1.26s;
-webkit-animation-delay:1.26s;
-ms-animation-delay:1.26s;
-o-animation-delay:1.26s;
animation-delay:1.26s;
}

#frotateG_06{
right:15px;
bottom:15px;
-moz-animation-delay:1.44s;
-webkit-animation-delay:1.44s;
-ms-animation-delay:1.44s;
-o-animation-delay:1.44s;
animation-delay:1.44s;
}

#frotateG_07{
left:52px;
bottom:0;
-moz-animation-delay:1.62s;
-webkit-animation-delay:1.62s;
-ms-animation-delay:1.62s;
-o-animation-delay:1.62s;
animation-delay:1.62s;
}

#frotateG_08{
left:15px;
bottom:15px;
-moz-animation-delay:1.8s;
-webkit-animation-delay:1.8s;
-ms-animation-delay:1.8s;
-o-animation-delay:1.8s;
animation-delay:1.8s;
}

@-moz-keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-webkit-keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-ms-keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-o-keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}
}


.lilypads {
	display: block;
	margin: 25px auto -18px;
}

.project-starter {
	width: 40%;
	margin: 0 auto;
	min-width: 316px;
}

p.footer-subtitle {
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width: 75%;
	margin: 0 auto;
	line-height: 18px;
}

.project-starter .get-started {
	background-image: url(../img/button-sprite.png);
	background-position: -250px 0px;
}

.project-starter .get-started:hover {
	background-position: -250px -39px;
	color: #ffffff;
	text-decoration: none;
}

.project-starter .get-started:active {
	background-position: -250px -78px;
	color: #ffffff;
	text-decoration: none;
}

.projectform {
	width: 320px;
	margin: 0px 25px 25px;
	float: left;
}

.projectform .start {
	background-image: url(../img/button-sprite.png);
	background-position: -250px 0px;
}

.projectform .start:hover {
	background-position: -250px -39px;
	color: #ffffff;
	text-decoration: none;
}

.projectform .start:active {
	background-position: -250px -78px;
	color: #ffffff;
	text-decoration: none;
}

article {
	margin: 20px 0;
}

.caption {
	font-family: "Lora", Georgia;
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	margin: 2px;
	text-align: center;	
}

.left-image, .right-image {
	width: 36.5%;
	max-width: 100%;
}

.left-text, .right-text {
	font-weight: 300;
}

.left-image {
	float: left;
}

.right-image {
	float: right;
}

.left-text {
	margin: 0 41.5% 0 0;
}

.right-text {
	margin: 0 0 0 41.5%;
}

.pagetitle {
	margin: 20px 0 -10px;
	font-size: 36px;
	line-height: 36px;	
}

.page-philosophy .pagetitle {
	margin-top: 30px;
}

.page-process .pagetitle {
	margin-bottom: 25px;
}

.getting_started_video {
	width: 100%;
	float: left;
}

.left-contact {
	float: left;
	width: 540px;
}

.contactform {
	width: 320px;
	margin: 0px 25px 25px;
	float: left;
}

.contactform .contact, .fiveform .five {
	background-image: url(../img/button-sprite.png);
	background-position: -250px 0px;
}

.contactform .contact:hover, .fiveform .five:hover {
	background-position: -250px -39px;
	color: #ffffff;
	text-decoration: none;
}

.contactform .contact:active, .fiveform .five:active {
	background-position: -250px -78px;
	color: #ffffff;
	text-decoration: none;
}

.fiveform {
	margin: 15px auto;
	width: 320px;
}

h3 {
	border-bottom: 1px dashed #858e94;
	width: 40%;
}

.entry h2 {
	margin: 0px 0 10px;
	font-size: 36px;
	line-height: 36px;	
}

.entry {
	border-bottom: 1px dashed #858e94;
	padding: 15px 0;
	margin: 15px 0;
	position: relative;
}

.entry .date {
	position: absolute;
	left: -135px;
	top: 61px;
	width: 125px;
	height: 70px;
	display: none;
}

.month {
	text-transform: uppercase;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 37px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.weekday {
	position: absolute;
	top: 20px;
	right: 3px;
	background-color: #0c9114;
	height: 30px;
	width: 30px;
	color: #f9f7f5;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-transform: lowercase;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	text-align: center;
}

.day {
	position: absolute;
	top: 20px;
	font-size: 80px;
	font-weight: bold;
}

.blog_video {
	width: 58.7%;
	float: left;
	margin: 0 25px 25px 0;
}

.client-logos {
	text-align: center;
	margin-bottom: 15px;
}

.client-logo {
	margin: 10px 20px;
	width: 100px;
	height: 100px;
}

.page-glossary h2.pagetitle {
	margin-bottom: 5px;
}

.page-glossary .main-container p {
	margin: 0;
	border-bottom: 1px dashed #858e94;
}

.page-glossary .main-container p:last-child {
	border-bottom: none;
	margin-bottom: 25px;
}

.page-glossary .main-container p:nth-child(2n+1) {
}

.term {
	font-weight: bold;
}

.video-container {
    position: relative;
    padding-bottom: 56.5%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin: 15px 0;
}

.blog_video .video-container {
	margin: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */


    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 643px) {
	nav li {
		display: inline-block;
		}
		
	.gap {
		display: block;
		margin: 0;
		height: 111px;
	}

}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */


/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: left;
    }

/* ============
    WIDE: Main
   ============ */

    .main aside {
	    	margin: 20px 0 0 0;
        float: right;
        width: 35%;
    }
}

@media only screen and (min-width: 896px) {

	.wvc {
		width: 550px;
		max-width: 60%;
		float: left;
		-webkit-box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, .4);
	        box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, .4);				
		margin: -8px 0px -18px 0;

	}

	.welcome_video {
		
	}

	.welcome_video iframe {
		padding-bottom: inherit;		
	}
	
	.reel_block {
		width: 38%;
		float: right;
		text-align: left;
	}
	
	.reel_item {
		margin: 0px 14px 0px 0px;
		max-width: 45%;
	}
	
	.reel_item:nth-child(2n+1) {
		margin: 0px 0px 0px 14px;
	}
	
	.newsletter {
		margin: 0 10% 0 0;
		float: left;
	}
	
	.project-starter {
		margin: 0 0 0 10%;
		float: left;
	}
	
	.getting_started_video {
		width: 58.7%;
		float: left;
	}		
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 920px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
    
		.entry .date {
			display: block;
		}
    
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

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

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

    /*
     * Don't show links for images, or javascript/internal links
     */

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

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

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    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;
    }
}