@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:none;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* Fade In
–––––––––––––––––––––––––––––––––––––––––––––––––– */
	body {
		animation: myfadeInAnimation 2s;
	}
	@keyframe myfadeInAnimation {
	  from {opacity: 0;}
	  to {opacity: 1;}
	}
	@-webkit-keyframes myfadeInAnimation {
	  from {opacity: 0;}
	  to {opacity: 1;}
	}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
  font-size: 1.1em; 
  line-height: 1.5;
  font-weight: normal;
  font-family: Lato, sans-serif;
  color: #3f3f3f;
  background-color:#e2e2e2; /* Footer color */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing:grayscale;
  }
  

 
.wrapper {
	width:100%;
	float:left;
	min-height:98vh;
	padding:128px 0 30px 0;
	margin-bottom:300px;
    /*background: #ffffff url("../images-index/top-shadow.gif") top center repeat-x;
    background-attachment: fixed;*/
    background: #ffffff;
}






  
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width:960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  clear:both; }
@media (min-width: 768px) {  
	.container {
		  width: 90%;
		  max-width: 1260px; /* page width in modern browsers*/
	}
}
.column,
.columns {
  float: left;
  box-sizing: border-box; }
.row { margin-bottom: 20px; clear:both;}
  
/* Based on Skeleton V2.0.4, Copyright 2014, Dave Gamache, www.getskeleton.com */

  .column,.columns 				{margin-left: 4%;}
  .column:first-child,
  .columns:first-child 			{margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }
  
  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }



@media (max-width: 767px) {
	
 .column, .columns		{width: 100% !important; clear:both; margin:0; }
 .container				{width: 85%; padding: 0;}
 header .container		{width: 100%;}
	
 /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns,
  .offset-by-two.column,
  .offset-by-two.columns,
  .offset-by-three.column,
  .offset-by-three.columns,
  .offset-by-four.column,
  .offset-by-four.columns,
  .offset-by-five.column,
  .offset-by-five.columns,
  .offset-by-six.column,
  .offset-by-six.columns,
  .offset-by-seven.column,
  .offset-by-seven.columns,
  .offset-by-eight.column,
  .offset-by-eight.columns,
  .offset-by-nine.column,
  .offset-by-nine.columns,
  .offset-by-ten.column,
  .offset-by-ten.columns,
  .offset-by-eleven.column,
  .offset-by-eleven.columns,
  .offset-by-one-third.column,
  .offset-by-one-third.columns,
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns,
  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 0; }	
		

}









/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Font Awesome */
.iconFont, .iconFontLarger, .iconFontMedium		{ font-family: FontAwesome; font-style: normal; font-weight: normal; font-variant: normal; }
.iconFontMedium					{ font-size:2em; vertical-align:-.1em; }
.iconFontLarger					{ font-size:2.8em; vertical-align:-.2em; }

h1, h2, h3, h4, h5, h6 {   font-family: Roboto, sans-serif;
margin-top: .6em; margin-bottom:.2em; hanging-punctuation: first; color: #3f3f3f; font-weight: 900;}

h1 { font-size: 1.8em;  line-height: 1.2;  }
h2 { font-size: 1.5em;   line-height: 1.25;  }
h3 { font-size: 1.2em; line-height: 1.3;   }
h4 { font-size: 1.3em;  line-height: 1.35;  }
h5 { font-size: 1.1em; line-height: 1.5;   }
h6 { font-size: 1em;    line-height: 1.6; font-weight:bold;   }

.size1 {font-size: 1.5em;}
.size2 {font-size: 1.3em;}
.size3 {font-size: 1.1em;}

.heavy, strong {font-weight: 900; font-family: Roboto, sans-serif;}


p {margin: 0 0 .6em 0;}

.smallText {
	font-size: 11px;
	color: #999;
	margin:2px 0 2px 0;
	line-height:normal;
}

.smaller {font-size:85%;}
.larger {font-size:120%;}
	
.alignCenter	{text-align:center;}
.alignLeft		{text-align:left;}
.alignRight		{text-align:right;}
.alignLeftMobileCenter		{text-align:left;}
.alignRightMobileCenter		{text-align:right;}
.alignRightMobileLeft		{text-align:right;}
.alignTop		{vertical-align: top;}


@media only screen and (max-width: 767px) {
	.alignLeftMobileCenter		{text-align:center;}
	.alignRightMobileCenter		{text-align:center;}	
	.alignRightMobileLeft		{text-align:left;}
}


sup {font-size:50%;vertical-align: super;}
sub {font-size:50%;vertical-align: sub;}

.nowrap {white-space:nowrap;}

blockquote {
	width:90%;
	padding:.1em 4%;
	margin:20px auto 20px 0;
	border-left:4px solid #666666;
	font-style:italic;
}

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5 {margin:0 0 0.2em 0; color:#666666; font-style:normal;}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {list-style: square outside; margin-left:1.5em; }
ol {list-style: decimal outside; margin-left:1.5em; }
ol, ul {padding-left: 0; margin-top: 0; }
ul ul, ul ol, ol ol, ol ul {margin: .5em 0 1em 2em;  }
li {margin-bottom: .5em; }


/* Images
------------------------------------------------------- */
img.scale-with-grid, .editor img {max-width: 100%; height: auto; }	
		
.photoRight 		{float:right; margin:4px 0 4px 6px;}
.photoLeft  		{float:left; margin:4px 6px 4px 0;}
.photoRightBorder 	{float:right; margin:6px 0 6px 8px; padding:2px; border:#b0b0b0 1px solid;}
.photoLeftBorder  	{float:left; margin:6px 8px 6px 0; padding:2px;  border:#b0b0b0 1px solid;}
.photoBorder  	    { border:#b0b0b0 1px solid;}







/* Links
--------------------------------------------------------- */
a {transition:all .2s;}
a:link, a:visited 			{color: #078302; text-decoration: none; }
a:hover, a:focus, a:active	{color: #0B511E; text-decoration: none; }
a img {border: 0; }
a.imageFadeLink {transition:all .3s;}
a.imageFadeLink:link, a.imageFadeLink:visited { opacity:1.0;}
a.imageFadeLink:hover, a.imageFadeLink:focus, a.imageFadeLink:active {opacity:.6;}

p a:link, p a:visited 			{color: #078302; text-decoration: none; border-bottom: 1px solid #83c181; padding-bottom: 1px;}
p a:hover, p a:focus, p a:active	{color: #830247; text-decoration: none; border-bottom: 1px solid #830247; padding-bottom: 1px;}


.noBorder a:link, .noBorder a:visited 			{ border-bottom: none;}
.noBorder a:hover, .noBorder a:focus, .noBorder a:active	{ border-bottom: none;}

footer a:link, footer a:visited 			{ border-bottom: none; padding-bottom: 0;}
footer a:hover, footer a:focus, footer a:active	{ border-bottom: none; padding-bottom: 0;}






/* Responce Form
---------------------------------------------------------- */

form.responce {
	width: 100%;
	max-width: 800px;
	margin: 20px auto;
	box-sizing: border-box;
 }

.responce .fieldrow {
		display: flex;
		margin: 10px auto;
		width: 100%;
		justify-content: space-between;
		box-sizing: border-box;

}

.responce .fieldrow div {
		padding: 10px;
		width: 100%;
		margin: 0;
		box-sizing: border-box;
	
}

.responce input, .responce textarea {
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	border: #222 1px solid;
	color: #000000;
}

.responce textarea {min-height: 150px;}

::placeholder {color:#000000;}

.responce label {display: none;}

.responce label.error {display: block; padding: 3px 8px;; background-color: red; color: #fff; position: absolute; transform:translate(-4px,-12px); font-size: .9em;}


input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {
  content: "\2714";
  border: 2px solid #666;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.3em;
  padding-bottom: 0.3em;
  margin-right: 0.5em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
}

input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: #008228;
  border-color: #008228;
  color: #fff;
}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.responce .button {margin: 10px 20px 0 0; font-size: 1.3em;}

.url {display:none;}


@media only screen and (max-width: 767px) {
	
	.responce .fieldrow { display: block; text-align: center;}
	
	
}





/* #Buttons
---------------------------------------------------------- */
.button, a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		display:inline-block;
		font-family: Roboto, sans-serif;
		font-weight:900;
		font-size:1em;
		padding: 10px 20px;
		line-height:1.1em;
		width: auto;
		margin: 6px 0;
		text-transform: uppercase;
 		text-decoration: none;
		border: none;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		transition:all .2s;
		box-sizing: border-box;
		color: #ffffff;
		background: #008228;
		-webkit-appearance: none;
		}
		

.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		background:#7eb801;
		border:none;
		}

.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		background:#7eb801;
		border:none;
		}
		
a:link.button, a:visited.button {color:#ffffff; background-color:#008228; text-decoration: none; transition:all .2s;}

a:hover.button, a:focus.button, a:active.button { color: #ffffff; background-color:#7eb801; text-decoration: none; }		
		
.button.large, a.button.large,
	button.large,
	input[type="submit"].large,
	input[type="reset"].large,
	input[type="button"].large {
		font-size:1.3em;
		line-height:1.4em;
		padding: 10px 25px;
		max-width:100%;
		overflow:hidden;
		white-space:nowrap;
		 }	

.button.small, a.button.small,
	button.small {
		font-size:.8em;
		font-family: Lato, sans-serif;
		font-weight:400;
		line-height:1em;
		padding: 6px 12px;
		max-width:100%;
		overflow:hidden;
		white-space:nowrap;
		font-weight: 400;
		border:none;

		 }	
/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2em .5em;
  margin: 0 .2em;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Margin
------------------------------------------------------- */
.noMargin       {margin:0;}
.noMarginTop    {margin-top:0;}
.noMarginBottom {margin-bottom:0;}

.marginTop5     {margin-top:5px;}
.marginTop10    {margin-top:10px;}
.marginTop20    {margin-top:20px;}
.marginTop40    {margin-top:40px;}

.marginBottom5  {margin-bottom:5px;}
.marginBottom10 {margin-bottom:10px;}
.marginBottom20 {margin-bottom:20px;}
.marginBottom40 {margin-bottom:40px;}

.marginVert5     {margin-top:5px; margin-bottom:5px;}
.marginVert10    {margin-top:10px; margin-bottom:10px;}
.marginVert20    {margin-top:20px; margin-bottom:20px;}
.marginVert40    {margin-top:40px; margin-bottom:40px;}


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width		{width: 100%; box-sizing: border-box; }
.u-max-full-width	{max-width: 100%;box-sizing: border-box; }
.u-block			{width: 100%; box-sizing: border-box; float:left; clear:both;}
.floatLeft			{float:left;}
.floatRight			{float:right}
.noDisplay			{display:none;}
.clearDiv			{clear: both;width:100%; height:1px;}



/* Footer
---------------------------------------------------------- */
footer {
	color:#666666;
	bottom:0;
	padding:40px 0;
	position:fixed;
	width:100%;
	height:auto;
	z-index:-1;
	}
	
footer a:link, footer a:visited {color:#666666; text-decoration: none;}
footer a:hover, footer a:active {color:#333333;	 text-decoration: none;}

footer .copyright {color:#CAC9C9; text-align:center; font-size:85%; margin:10px 0;}


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 2em;
  margin-bottom: 2em;
  border-width: 0;
  border-top: 1px solid #666666; }


hr.strong {
  margin-top: 3em;
  margin-bottom: 0;
  border-width: 0;
  border-top: 4px solid #008228; }


.hrTag {
	background-color: #008228;
	color: #fff;
	width: auto;
	padding: 10px 20px 12px 20px;
	display: inline-block;
	margin: -50px 0 0 20px;
	font-family: Roboto, sans-serif;
	font-weight: 900;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #008228;
	margin-left: 40px;
}


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }





/* Main Menu and Header
---------------------------------------------------------- */


header {
	position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
	top:0;
	left:0;
	right:0;
    height:auto;
	background-color: #ffffff;
    padding: 20px 40px;
    margin: 0 0 10px 0;
	z-index: 1000;
}

.shadow {
    -webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.05);
box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.05);
    
}


.logoBlock {
    display: flex;
    align-items: center;
}

.logo { width: 70px; height:auto; transition: all .3s; margin: 20px 0; }

.logo.collapsed { width: 40px; height:auto; margin: 0; }

.name { font-weight:900; font-size:1.3em; color:#3f3f3f; font-family: Roboto, sans-serif; line-height: 1.1;  padding:4px 10px 4px 10px; transition: all .5s; 
}

.name.collapsed {opacity: 0;}



ul.mainMenu {
	font-family: Roboto, sans-serif;
	font-weight: 900;
    list-style:none;
	box-sizing: border-box;
	line-height: 1.1;
	font-size:1.2em;
    padding-top:2px;
    }
	
.mainMenu li {
	position: relative;
    float:left;
    margin:0;
    padding:0;
    }
	
.mainMenu a {
    display:block;
	padding:4px 10px 4px 10px;
	transition:all .3s;
    }
	
.mainMenu a:link, .mainMenu a:visited {color:#3f3f3f; background-color: transparent; text-decoration: none; border-bottom:2px solid #fff;}
.mainMenu a:hover, .mainMenu a:active {color:#008228; text-decoration: none; background:transparent; border-bottom:2px solid #008228;}
.mainMenu a:link.selected, .mainMenu a:visited.selected {color:#008228; }

#menuName a:link, #menuName a:visited {color:#3f3f3f; }
#menuName a:hover, #menuName a:active {color:#008228; }


#mobileMenuTrigger {display:none;}







/* Custom
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.fullBlock {
	width:100%;
	float:left;
	box-sizing:border-box;
	padding:20px 0;
	background-color:#BDBABB;
}




.intro {
	margin: 0 auto 100px auto;
	width:1260px; 
	max-width: 90%;
	clear: both;
}

.intro .title { font-weight: 400; margin: 20px 10% 0 36%; font-size: 1.5em; color:#4f4e4e; line-height: 1.4;}


.loadingframe {
	border:1px solid #9f9f9b;
	background:url(/images-index/busySmall.gif) no-repeat center center;
	margin-top:20px;
	width:100%;
	height: 500px;
}

.bug, .pill {
	font-size: 70%;
	text-transform: uppercase;
	padding: 3px 12px 2px 12px;
	background-color: #e2e2e2;
	border-radius: 3px;
	width: auto;
	display: inline-block;
}



.scrollingSite {
    position: relative;
    margin: 20px auto;
    width: 726px;
    max-width: 90%;
    height:auto;
}

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

.scrollingSite div {
    position: absolute;
    background-color: #363636;
    background-image: url("../images-index/boy_scouts_site_scroll.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    border-radius: 5px;
    border: 1px solid #000;
    width:86%;
    top:6%;
    left:7%;
    padding-top:55%;
    
}

.startScroll { animation: scrollsite linear 19s infinite alternate; }

@keyframes scrollsite {
    from {background-position: center top;;}
    to {background-position: center bottom;}
}





/* Portifilo Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#grid {
	width: 1260px;
	margin: 40px auto;
}

.gridItem {
    float: left;
	box-sizing: border-box;
	line-height: 1;
}

.gridItem img {width:100%; height:auto; }

.gridOverlay {
	position: absolute; width:100%; height:auto; opacity: 0; transition: all .3s;
}

.gridItem span { position: absolute; bottom:9px; right: 9px; color:#ffffff; opacity: 0; transition:  all .3s; font-family: FontAwesome; font-style: normal; font-weight: normal; font-variant: normal; font-size: 24px;  }

.opaque {opacity: 1 !important}

.gridItem:hover .gridOverlay, .gridItem:hover span { opacity: 1;}


.gridTextBlock {
	background-color: #000000;
	box-sizing: border-box;
	padding: 40px 30px 50px 30px;
	color: #ffffff;
	font-weight: 900;
	font-family: Roboto, sans-serif;
	line-height: 1.3;
	font-size: 170%;
	
	
}


.gridInfo a:link, .gridInfo a:visited 			{color: #171717; text-decoration: none;}



.gridItem {height:420px;}
.gridItem, .gridSizer {width: 420px;}
.gridItem.h2 {height: 630px;}


.caseStudyText {max-width:100%; width: 620px; margin:0 auto 0 auto; clear: both;}
.caseStudyExtra {max-width:100%; width: 1260px; text-align: center; margin:40px auto 40px auto;}
.caseStudyFull {max-width:100%; width: 1080px; text-align: center; margin:40px auto 40px auto;}

.caseStudyFlex {max-width:100%; width: 1080px; text-align: center; margin:60px auto 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

.caseStudyText + .caseStudyFlex {margin-top: 10px;}

.flexTwo img {max-width: 40%; min-width: 300px; height:auto; margin: 20px;}
.flexTwo div {max-width: 40%; min-width: 300px; height:auto; margin: 20px;} /* Video grid*/


.flexThree img {max-width: 20%; min-width: 250px; height:auto; margin: 20px 5px; justify-content: space-between;}




.flowGrid {max-width:100%; width: 1080px; text-align: center; margin:60px auto 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: flex-start;
}

.flowGrid .item {
	width: 640px;
	max-width: 47%;
	min-width: 360px;
	box-sizing: border-box;
	margin: 0;
	height: auto;
}

.flowGrid .viewpath {
	width: 380px;
    max-width: 90%;
	box-sizing: border-box;
	margin: 20px;
	height: auto;
    text-align: left;
}

.flowGrid .viewpath img {
	position: relative;
    float: left;
    width: 150px;
    height: auto;
    margin: 0 10px 5px -10px;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin:10px 0 20px 0;
}

.flowGrid .item .videoWrapper {padding-top: 0; margin: 0 10px 30px 10px;}



.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.logos {display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.logos img {
	width: 200px;
	height: 200px;
	margin: 40px;
}



.articleTitle {
	position: relative;
	width: auto;
	display: block;
	padding: 20px 10px 10px 20px;
	transform: translate(-20px,-70px);
	background-color: #ffffff;
	margin-bottom: -55px;
}

.articleImage {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	transform: translate(-180px,0);
}

.articleImageInline {
    float: left;
    width: 200px;
    height: auto;
    margin: 5px 20px 5px 0;
}


.clearDivSpace			{clear: both;width:100%; height:1px; margin-bottom: 60px;}











img.lazy {background-color:#eeeeee;}

















@media only screen and (min-width: 1100px) and (max-width: 1430px) {
	#grid {width: 1080px;} .gridItem {height:360px;} .gridItem, .gridSizer {width: 360px;} .gridItem.h2 {height: 540px;}  

}

@media only screen and (min-width: 920px) and (max-width: 1099px) {  
	#grid {width: 900px;} .gridItem {height:300px;} .gridItem, .gridSizer {width: 300px;} .gridItem.h2 {height: 450px;}  

}

@media only screen and (min-width: 800px) and (max-width: 919px) {   
	#grid {width: 800px;} .gridItem {height:400px;} .gridItem, .gridSizer {width: 400px;} .gridItem.h2 {height: 600px;}        

}

@media only screen and (min-width: 631px) and (max-width: 799px) {   
	#grid {width: 600px;} .gridItem {height:300px;} .gridItem, .gridSizer {width: 300px;} .gridItem.h2 {height: 450px;}         

}

@media only screen and (min-width: 412px) and (max-width: 630px) {    
	#grid {width: 412px;} .gridItem {height:206px;} .gridItem, .gridSizer {width: 206px;} .gridItem.h2 {height: 309px;}   .gridTextBlock{font-size: 120%;}     

}


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

	#grid {width:300px;}  

	.gridItem {height:300px; width: 300px; }
	.gridSizer {width:300px;}
	.gridItem.h2 {height: 450px; }
	.gridTextBlock{font-size: 100%;}
	
}


.logoMobile {display: none;}


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

	.mobileOnly, #mobileMenuTrigger, #mobileMenuTrigger2, .logoMobile {display:none;}





	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		

		.clearDivSpace			{ margin-bottom: 10px;}
		.hideMobile {display:none;}
		
		.mobileOnly {display:block;}
		
		.mobileCenter {text-align:center;}	
		
		.logoMobile {display: block; margin: 10px 0 10px 10%; width: 320px; max-width: 85%; z-index: 1;}
		
		.wrapper {overflow:hidden; margin-bottom:0; padding-top: 150px;}
		
		.intro .title { font-weight: normal; margin: 20px 5% 0 5%; font-size: 1.5em; }
	
		#logoBlock, #menuName { display:none;}		
		
		footer {position:relative; bottom:auto; z-index:0; clear:both;}
				

        
        
		#mobileMenuTrigger {
            display: block;
            position:fixed;
			top:20px;
			right:20px;
			font-size: 1.7em;
            line-height: 1;
            z-index: 1001;
            
		}        
        
        
						
		ul.mainMenu {
			display:block;
            transition: all .3s;
			position: absolute;
			background:#ffffff;
			width:auto;
            min-width: 50%;
			max-width:90%;
			right:-500px;
			top:0;
            min-height:100vh;
			font-size:120%;
			margin:0 0 0 0;
			list-style:none;
			z-index:999;
			box-sizing:border-box;
			padding:50px 30px 30px 30px;
            -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
            -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
			}
        
        
        ul.mainMenu.menuOn {right:0;}
			
		.mainMenu li {
			float:none;
			margin:0;
			padding:0;
			
			}
			
		.mainMenu a {
			display:block;
			padding:8px 20px 8px 10px;
			transition:all .3s;
			}
	/*		
		.mainMenu a:link, .mainMenu a:visited {color:#ffffff; background-color: transparent; text-decoration: none; border-bottom: none;}
		.mainMenu a:hover, .mainMenu a:active {color:#FFF13D; background-color: transparent; text-decoration: none; border-bottom: none;}		
			
		.mainMenu a:link.selected, .mainMenu a:visited.selected {color:#E6DAA7; }
*/		
		
		.articleTitle {
			display: inline-block;
			padding: 10px 0;
			transform: translate(0,0);
			margin-bottom: 0;
		}

		.articleImage {
			position: relative;
			width: 500px;
			max-width: 90%;
			height: auto;
			margin: 0 0 0 0;
			transform: translate(0,0);

		}	
        
        
        .articleImageInline {
            float: none;
            width: 90%;
            height: auto;
            margin: 5px 0 5px 0;
        }        
        
				
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		
	}
