@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
} 

html {
  line-height: 1
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

a img {
  border: none;
}
a {
color:#757575;
}

a:hover {
color:#333333;
}

a:visited: {
color:#757575;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

html, body {
  background: #f9f9f9;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}

.cta-text {
	text-align:center; 
	Padding-top:20px;
	padding-bottom:40px;

}
.cta-text a {
	font-size:92%!important; 
	font-family:"Plus Jakarta Sans", sans-serif;  	
	letter-spacing:0.05em;
	text-decoration:underline; 
	font-weight:500;
	color:#1d1d1f;
}

.large-img {
	max-width:1100px; 
	max-height:100%; 
	padding:40px 20px 40px;
	margin:0 auto;
	overflow-x:hidden;
}


.large-img .scroll{
	overflow-y: hidden;
	overflow-x: auto;
	padding-top:30px
}
.large-img h4 {
	font-size:130%!important; 
	font-family:"Plus Jakarta Sans","helvetia", "Arial", sans-serif; 
	color:#1d1d1d;
	line-height:1.4;
	letter-spacing:0.05em;
	font-weight:700;
	
}
@media screen and (max-width: 500px) {
	.large-img h4 {
		font-size:120%!important; 

	}
}
hr.divider {
border-bottom: 1px solid #bbb;
border-top:hidden!important;
border-left:none;
padding-top:10px;
}

.image_grid {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.image_grid img {
  max-width: 100%;
}
#bottom_align img {
  align-self: end; /* align images to the bottom of their grid cell */
}

#top_align img {
  align-self: start; /* align images to the top of their grid cell */
}


@media only screen and (max-width: 600px) {
  .image_grid {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
.sm-image {
  display: flex;
  justify-content: center;
  padding-top: 120px;
  padding-left:20px;
  padding-right:20px;
}

.sm-image img {
  max-width: 100%;
  height: auto;
  width: 100%; /* added */
  max-width: 707px; /* added */
  margin: 0 auto; /* added */
}

@media screen and (max-width: 707px) {
  .sm-image {
    padding-top: 40px;
  }
}

.password-container {
 margin:0 auto;
 overflow:hidden;
 width:100%;
 font:inherit;
  display: table;
  position: fixed;
  top: 30%;
  left: 0;
  height: 100%;
  width: 100%;
	margin:0 auto;
	text-align:center;
}
.icon-wrapper{
	width:80px;
	height:80px;
	border-width:3px;
	border-radius:50%;
	display:block;
	border:3px solid #ddd;
	 margin:0 auto;
	margin-bottom:20px;

}
#lock-icon {
	width:40px;
	height:40px;
	margin:0 auto;
	padding-top:18px;
}

.password-container.table {
  display: table-cell;
  vertical-align: middle;
	
}
.password-container .form {
 text-align: center;
 margin: 0 auto;
}
#password{
	margin:20px auto 10px;
	width:240px;
	border-radius:8px;
	text-align:left;
	font-family:"open-sans", sans-serif;
	color:#464646;
 	font-size:14px;
	font-weight:500;
 	line-height: 1.2rem;
 	letter-spacing:1px;
 	display: inline-block;
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
   border: 1px solid #ddd;
   -webkit-border-radius: 8px;
   -o-text-overflow: clip;
   text-overflow: clip;
	padding: 17px 16px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
#password:focus{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow:none;!important
	-webkit-box-shadow:none;!important
	-moz-box-shadow:none;!important
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:focus {    
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow:none;!important
	-webkit-box-shadow:none;!important
	-moz-box-shadow:none;!important
}
#enterpage{
    padding:16px;
	margin:5px auto 20px;
	text-align:center;
	width:240px;
	font-family:"Plus Jakarta Sans", sans-serif;
	text-transform: uppercase;
 	font-size:14px;
 	line-height: 1.2rem;
 	letter-spacing:1px;
 	 display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	border:1px solid #1d1d1f;
    -o-text-overflow: clip;
    text-overflow: clip;
	text-decoration: none;
	color:#fff;
	background-color:#1d1d1f;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
}
#enterpage:hover {
	padding:16px;
	background-color:#252525;
	border:1px solid #252525;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
#enterpage:focus {
	background-color:#bbb;
	border:1px solid #bbb;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.enableOnInput:disabled {
	background-color:#bbb;
	border:1px solid #bbb;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
#enterpage:disabled {
	background-color:#bbb;
	border:1px solid #bbb;
	border:#ccc;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

.line {
	line-height: 1.4em
	} 
.line a :any-link {
	color:#fff!important;
}
.line a:-webkit-any-link {
	color:#fff!important;
}
.logo-animation{
  animation: animationFrames ease-in-out 3s;
  animation-iteration-count: 1;
  transform-origin: 30% 30%;
  -webkit-animation: animationFrames ease-in-out 3s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 30% 30%;
  -moz-animation: animationFrames ease-in-out 3s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 30% 30%;
  -o-animation: animationFrames ease-in-out 3s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 30% 30%;
  -ms-animation: animationFrames ease-in-out 3s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 30% 30%;
	opacity:1;
}
@keyframes animationFrames{
  0% {
    left:-23px;
    top:197px;
    opacity:0;
  }
  0% {
    left:-22px;
    top:47px;
    opacity:1;
    transform:  rotate(1deg) scaleX(1) scaleY(0.5) skewX(0deg) skewY(0deg) ;
  }
  18% {
    left:-25px;
    top:-47px;
    transform:  scaleY(1) ;
  }
  22% {
    left:-25px;
    top:-27px;
  }
  100% {
    left:-25px;
    top:-27px;
    opacity:1;
    transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    left:-23px;
    top:197px;
    opacity:0;
  }
  0% {
    left:-22px;
    top:47px;
    opacity:1;
    -moz-transform:  rotate(1deg) scaleX(1) scaleY(0.5) skewX(0deg) skewY(0deg) ;
  }
  18% {
    left:-25px;
    top:-47px;
    -moz-transform:  scaleY(1) ;
  }
  22% {
    left:-25px;
    top:-27px;
  }
  100% {
    left:-25px;
    top:-27px;
    opacity:1;
    -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    left:-23px;
    top:197px;
    opacity:0;
  }
  0% {
    left:-22px;
    top:47px;
    opacity:1;
    -webkit-transform:  rotate(1deg) scaleX(1) scaleY(0.5) skewX(0deg) skewY(0deg) ;
  }
  18% {
    left:-25px;
    top:-47px;
    -webkit-transform:  scaleY(1) ;
  }
  22% {
    left:-25px;
    top:-27px;
  }
  100% {
    left:-25px;
    top:-27px;
    opacity:1;
    -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
  }
}

@-o-keyframes animationFrames {
  0% {
    left:-23px;
    top:197px;
    opacity:0;
  }
  0% {
    left:-22px;
    top:47px;
    opacity:1;
    -o-transform:  rotate(1deg) scaleX(1) scaleY(0.5) skewX(0deg) skewY(0deg) ;
  }
  18% {
    left:-25px;
    top:-47px;
    -o-transform:  scaleY(1) ;
  }
  22% {
    left:-25px;
    top:-27px;
  }
  100% {
    left:-25px;
    top:-27px;
    opacity:1;
    -o-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    left:-23px;
    top:197px;
    opacity:0;
  }
  0% {
    left:-22px;
    top:47px;
    opacity:1;
    -ms-transform:  rotate(1deg) scaleX(1) scaleY(0.5) skewX(0deg) skewY(0deg) ;
  }
  18% {
    left:-25px;
    top:-47px;
    -ms-transform:  scaleY(1) ;
  }
  22% {
    left:-25px;
    top:-27px;
  }
  100% {
    left:-25px;
    top:-27px;
    opacity:1;
    -ms-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
  }
}

.logo-animation2{
  animation: animationFrames2 ease-in-out 5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames2 ease-in-out 5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames2 ease-in-out 5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames2 ease-in-out 5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames2 ease-in-out 5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  opacity:1;
}
@keyframes animationFrames2{
  0% {
    left:-23px;
    top:197px;
    opacity:0;
  }
  0% {
    left:-22px;
    top:47px;
    opacity:1;
    transform:  rotate(0deg) scaleX(0.8) scaleY(0.8) skewX(0deg) skewY(0deg) ;
  }
  18% {
    left:-25px;
    top:-47px;
    transform:  scaleY(1) ;
  }
  22% {
    left:-25px;
    top:-27px;
  }
  100% {
    left:-25px;
    top:-27px;
    opacity:1;
    transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
  }
}

@-moz-keyframes animationFrames2{
  0% {
    left:-23px;
    top:197px;
    opacity:0;
  }
  0% {
    left:-22px;
    top:47px;
    opacity:1;
    -moz-transform:  rotate(0deg) scaleX(0.8) scaleY(0.8) skewX(0deg) skewY(0deg) ;
  }
  18% {
    left:-25px;
    top:-47px;
    -moz-transform:  scaleY(1) ;
  }
  22% {
    left:-25px;
    top:-27px;
  }
  100% {
    left:-25px;
    top:-27px;
    opacity:1;
    -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
  }
}

@-webkit-keyframes animationFrames2 {
  0% {
    left:-23px;
    top:197px;
    opacity:0;
  }
  0% {
    left:-22px;
    top:47px;
    opacity:1;
    -webkit-transform:  rotate(0deg) scaleX(0.8) scaleY(0.8) skewX(0deg) skewY(0deg) ;
  }
  18% {
    left:-25px;
    top:-47px;
    -webkit-transform:  scaleY(1) ;
  }
  22% {
    left:-25px;
    top:-27px;
  }
  100% {
    left:-25px;
    top:-27px;
    opacity:1;
    -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
  }
}

@-o-keyframes animationFrames2 {
  0% {
    left:-23px;
    top:197px;
    opacity:0;
  }
  0% {
    left:-22px;
    top:47px;
    opacity:1;
    -o-transform:  rotate(0deg) scaleX(0.8) scaleY(0.8) skewX(0deg) skewY(0deg) ;
  }
  18% {
    left:-25px;
    top:-47px;
    -o-transform:  scaleY(1) ;
  }
  22% {
    left:-25px;
    top:-27px;
  }
  100% {
    left:-25px;
    top:-27px;
    opacity:1;
    -o-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
  }
}

@-ms-keyframes animationFrames2 {
  0% {
    left:-23px;
    top:197px;
    opacity:0;
  }
  0% {
    left:-22px;
    top:47px;
    opacity:1;
    -ms-transform:  rotate(0deg) scaleX(0.8) scaleY(0.8) skewX(0deg) skewY(0deg) ;
  }
  18% {
    left:-25px;
    top:-47px;
    -ms-transform:  scaleY(1) ;
  }
  22% {
    left:-25px;
    top:-27px;
  }
  100% {
    left:-25px;
    top:-27px;
    opacity:1;
    -ms-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
  }
}

nav {
  background: #252525;
}
nav .nav-site {
  position: fixed;
  top: 0;
  left: 0;
  background: #252525;
  overflow: hidden;
  width: 100%;
  z-index: 9000;
}
nav .nav-site ul {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  box-sizing: border-box;
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  height: 70px;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
nav .nav-site ul li {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
}
nav .nav-site ul .logo {
  position: relative;
  top: 0px;
}
nav .nav-site ul .logo h1 {
  height: 70px;
  line-height: 70px;
  display: inline-block;
  float: left;
}
nav .nav-site ul .logo h1 a {
  height: 23px;
  width: 165px; 
  background-size: 165px;
  background-image: url('../img/logo.png');
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -9000px;
  margin-top: 22px;
}

nav .nav-site ul .sitelinks {
  position: relative;
  top: 0px;
  display: inline-block;
  float: right;
  height: 70px;
}
nav .nav-site ul .sitelinks a {
  position: relative;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  color: white;
  margin-left: 50px;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  color: #aaa;
  font-weight:800;
  letter-spacing: 0.1rem;
  text-decoration: none;
}
nav .nav-site ul .sitelinks a i {
  height: 29px;
  width: 29px;
  /* background-image: url('../img/icons.png');*/
  background-position: 0 -1808px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 45%;
  top: 8%;
  margin-left: -15px;
  margin-top: -15px;
  display: none;
  opacity:1;
}
nav .nav-site ul .sitelinks a:hover {
  color: white;
}
nav .nav-site ul .sitelinks a:hover i {
  display: none;
}
nav .nav-site ul .sitelinks a.active {
  color: white;
}
nav .nav-site ul .sitelinks a.active i {
  display: inline-block;
}
nav .nav-site ul .mobilemenu {
  position: relative;
  top: 0px;
  display: none;
  float: right;
  height: 70px;
}
nav .nav-site ul .mobilemenu a {
  position: relative;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  color: white;
  margin-left: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  text-decoration: none;
  width: 23px;
}
nav .nav-site ul .mobilemenu a i {
  height: 20px;
  width: 23px;
  background-image: url('../img/icons.png');
  background-position: 0 -1857px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -10px;
}
nav .nav-site ul .projectmenu {
  position: absolute;
  left: 13%;
  top: 70px;
  width: 80%;
  color: white;
  height: 70px;
}

nav .nav-site ul .projectmenu .center {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 100%;
  text-align: center;
}
nav .nav-site ul .projectmenu .center h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
nav .nav-site ul .projectmenu .center h2 a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
nav .nav-site ul .projectmenu .center #backtotop {
  position: absolute;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  color: #959595;
  text-align: center;
  text-decoration: none;
  top: 20px;
  left: 50%;
  margin-left: -50px;
  font-weight: 600;
  display: block;
  width: 100px;
}
nav .nav-site-absolute {
  position: relative;
}

nav .up-mobile .sitelinks a {
  margin-left: 26px;
}
nav .up-mobile .sitelinks a:first-child {
  margin-left: 0px !important;
}
nav .up-project .sitelinks {
  top: -70px !important;
}
nav .up-project .mobilemenu, nav .up-project .logo {
	top: 0px !important;
}
nav .up-project .projectmenu {
  top: 0px !important;
}

@media screen and (min-width: 476px) {
  nav .nav-site-absolute {
  }
 
  nav .nav-site ul .sitelinks a {
	  margin-left:30px;
  }
  nav .nav-site ul .sitelinks a i {
	opacity:1;  
 }
 nav .nav-site ul .projectmenu {
	left: 36%;
	width:63%;
 }
 nav .nav-site ul .projectmenu .center {
	 left: 0; 
	 text-align: right;
 }
 nav .nav-site ul .projectmenu .center #backtotop {
	 left: 0; 
	 text-align: right;
	 width:100%;
	 margin-left:0;
 }
}

@media screen and (min-width: 476px) {
 nav .nav-site-absolute {
  }
    nav .nav-site ul .sitelinks a {
	  margin-left:15px;
  }
  nav .nav-site ul .sitelinks a i {
	opacity:1;  
 }
}
@media screen and (min-width: 500px) {
  nav .nav-site-absolute {
  }
 
  nav .nav-site ul .sitelinks a i {
	opacity:1;  
 }
}
@media screen and (min-width: 555.55556px) {
  nav .nav-site-absolute {
  }
    nav .nav-site ul .sitelinks a {
	  margin-left:31px;
  }
}
@media screen and (min-width: 636.11112px) {
  nav .nav-site-absolute {
  }
      nav .nav-site ul .sitelinks a {
	  margin-left:36px;
  }
}
@media screen and (min-width: 716.66667px) {
  nav .nav-site-absolute {
  }
        nav .nav-site ul .sitelinks a {
	  margin-left:40px;
  }
}
@media screen and (min-width: 797.22222px) {
  nav .nav-site-absolute {
  }
        nav .nav-site ul .sitelinks a {
	  margin-left:45px;
  }
}
@media screen and (min-width: 877.77778px) {
  nav .nav-site-absolute {
  }
}
@media screen and (min-width: 958.33333px) {
  nav .nav-site-absolute {
  }
}
@media screen and (min-width: 1038.88889px) {
  nav .nav-site-absolute {
  }
}
@media screen and (min-width: 1119.44444px) {
  nav .nav-site-absolute {
  }
}
@media screen and (min-width: 1200px) {
  nav .nav-site-absolute {
  }
}
@media screen and (max-width: 500px) {

  nav .nav-site ul .logo h1 a {
	width:56px; /*modified july*/
  }
}
@media screen and (max-width: 475px) {
  nav {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 50px;
    min-height: 50px;
    display: block;
    width: 100%;
  }
  nav .nav-site {
    position: fixed !important;
    top: 0px;
  }
  nav .nav-site ul {
    height: 50px;
  }
  nav .nav-site ul .logo h1 {
    height: 50px;
    line-height: 50px;
  }
  nav .nav-site ul .logo h1 a {
    margin-top: 12px;
	width:56px; /*modified july*/
  }
  nav .up-mobile .logo, nav .up-mobile .mobilemenu, nav .up-mobile .sitelinks {
  top: -70px !important;
}
  nav .nav-site ul .sitelinks {
    height: 50px;
    position: relative;
	display:inline-block;
    left: 0px;
	top:0px;
     /* top: 50px;
    width: 90%;*/
    text-align: center;
    /*opacity: 0;*/
	 float:right;
  }
  nav .nav-site ul .sitelinks a {
    height: 50px;
    line-height: 50px;
	letter-spacing: 1px;
	margin-left:12px; 
	font-size:12px;
	padding-left:10px;
  }
  nav .nav-site ul .sitelinks a i {
	opacity:1;  
 }
  nav .nav-site ul .mobilemenu {
    display: inline-block;
    height: 50px;
  }
  nav .nav-site ul .mobilemenu a {
    height: 50px;
    line-height: 50px;
  }
  nav .nav-site ul .projectmenu {
    top: 50px;
    height: 50px;
  }
  nav .nav-site ul .projectmenu .center {
    top: 10px;
  }
  nav .nav-site ul .projectmenu .center h2 {
    font-size: 13px !important;
  }
  nav .nav-site ul .projectmenu .center h2 a {
    font-size: 13px !important;
  }
  nav .nav-site ul .projectmenu .center #backtotop {
    top: 18px;
    font-size: 10px;
  }
  nav .nav-site-absolute {
    position: relative;
    top: 0px !important;
  }
  nav .up-mobile .mobilemenu {
    top: -50px !important;
  }
    nav .up-mobile .logo{
    top: 0px !important;
	z-index:1000;
  }
  nav .up-mobile .sitelinks {
    opacity: 1 !important;
    top: 0px !important;
	left:60px!important; /*modified july*/
  }
  nav .up-project .sitelinks {
    top: -50px !important;
  }
  nav .up-project .mobilemenu, nav .up-project .logo {
    top: 0px !important;
  }
  nav .up-project .projectmenu {
    top: 0px !important;
  }
}
#headerBg {
	background: url('../img/bg.png') center center no-repeat; height: 100%; background-size: cover;
	}
@media screen and (max-width: 475px) {
	#headerBg {
	background: url('../img/bg-sm.png') center center no-repeat; height: 100%; background-size: cover;
	}
}




  .line1 {
	display:block;
	font-size:70px!important;
	padding-top:20px;
	} 
	.line2 {
	display:block;
	font-size:78px!important;
	} 
	 .line3 {
	display:block;
	font-size:54px!important;
	line-height:110%!important;
	} 
	 .line4 {
	display:block;
	font-size:48px!important;
	line-height:120%!important;
	} 
}
@media screen and (max-width: 372px) {

  header .intro .logo {
    display: none;
  }

  header .intro .copy {
    padding-top: 100px;
  }
  footer {
	padding-top:120px;
	padding-bottom:120px;
  }
}
.hero {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  box-sizing: border-box;
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
   /* padding-top: 150px;  --- this is when the monitor is there --- */
  padding-bottom: 50px;
  /* border-bottom: 1px solid #e1e1e1;   --- this is when the monitor is there --- */
  clear: both;
  position:absolute;  /* --- this was later added to prevent div overlap with the nav --- */

}

.hero .image-container {
  float: left;
  margin-right: -100%;
  width: 82.7%;
  margin-left: 9%;
  overflow: hidden;
  *zoom: 1;
  clear: both;
  position: relative;
  display: block;
  padding-top: 0 !important;
}
.hero .image-container .bg {
  width: 100%;
}
.hero .image-container .hoverwrapper {
  height: 62%;
  width: 91.4%;
  position: absolute;
  top: 5.3%;
  left: 4.2%;
  overflow:hidden;
}
.hero .image-container .thumbnail {
  position: relative;
  width: 100%;
}
.hero .image-container .hover {
  position: absolute;
  top: -1%;
  left: -1%;
  width: 102%;
  height: 102%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  background: #252525;
}
.hero .image-container i.expand {
  height: 80px;
  width: 80px;
  background-image: url('../img/icons.png');
  background-position: 0 -1480px;
  background-repeat: no-repeat;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.hero a h3 {
  clear: both;
  overflow: hidden;
  *zoom: 1;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  color: #464646;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  text-align: center;
  padding-top: 38px;
}
.hero a span {
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  color: #959595;
  text-align: center;
  padding-top: 10px;
  font-weight: 600;
}
.hero a:hover .image-container .hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.hero a:hover .image-container i.expand {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#sample {
	position: relative;
	width: 100%;
}
#sample img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	width: 100%;
	display:block;
}
#sample img.grayscale:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
}
@media screen and (max-width: 700px) {
  .hero {
    padding-top: 40px;
    padding-bottom: 30px;
	border-bottom:none;
  }
  .hero .image-container {
    float: left;
    margin-right: -100%;
    width: 100%;
    margin-left: 0.001%;
    overflow: hidden;
    *zoom: 1;
    clear: both;
  }
  .hero .image-container .hover {
	  background:#049488;
	  }
  .hero .image-container .bg {
    display: none;
  }
  .hero .image-container .hoverwrapper {
     display: none;

  }

}


.intro {
	max-width:1140px;
	 box-sizing: border-box;
	width:100%;
	border-left:20px solid transparent;
	border-right:20px solid transparent;
	margin:0 auto;
	padding-top:160px;
	
}
.intro .container {
	width:80%;
	float:left;
}
.intro .container p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight:600;
  font-size: 3.8rem; 
  line-height: 1.4; 
  text-align: left;
  color:#ababab;
}


.projects {
  max-width: 1140px;
  margin: 0 auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  box-sizing: border-box;
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-top:60px;
  padding-bottom:60px;
}
.projects ul {
  overflow: hidden;
  *zoom: 1;
padding-top:40px;
}
.projects ul li {
  position: relative;
  display: block;
  float: left;
  margin-right: -100%;
  width: 48.11%;
  padding-top: 40px;
  padding-bottom: 50px;
 /* border-bottom: 1px solid #e1e1e1; */
}
.projects ul li a {
  display: block;
  text-decoration: none;
  color: #464646;
  border: none;
}
.projects ul li a .image-container {
  position: relative;
  padding-top: 0px !important;
  width:100%;
  height:100%;
}
.projects ul li a .image-container img {
  width: 100%;
}
.projects ul li a .image-container img:hover {
  width: 100%;
}
.projects ul li a .image-container .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  display: block;
  background: #049488;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.projects ul li a .image-container i.expand {
  height: 80px;
  width: 80px;
  background-image: url('../img/icons.png');
  background-position: 0 -1480px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.projects ul li a h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  color: #464646;
  text-align: center;
  padding-top: 24px;
  padding-bottom:0px;
	letter-spacing:0.05rem;
	font-weight:700;
}
.projects ul li a span {
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  color: #959595;
  text-align: center;
  padding-top: 10px;
  font-weight: 600;
  line-height: 140%;
	text-transform:uppercase;
	letter-spacing: 0.1rem;
		font-weight:700;

}
.projects ul li a:hover .image-container .hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.7;
}
.projects ul li a:hover .image-container i.expand {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.projects ul li.secondtolast, .projects ul li.last {
  border-bottom: none;
}
.projects ul li:nth-child(2n+1) {
  margin-left: 0.001%;
  clear: both;
  overflow: hidden;
  *zoom: 1;
}
.projects ul li:nth-child(2n+2) {
  margin-left: 51.881%;
  clear: none;
}

@media screen and (max-width: 768px) {
  .projects ul li a h3 {
    font-size: 14px;
	line-height:130%;
 	 }
 	 .projects ul li a span { 
		 padding-top:6px;
	 }
	.projects {  
		padding-top:10px;
		padding-bottom:50px;
	}
	.intro {
		padding-top:120px
	}
	.intro .container {
		width:90%;
	}
	.intro .container p {
 		font-size: 3rem; line-height: 1.3; 
	}
}

@media screen and (max-width: 565px) {
  .projects{  
		padding-top:40px;
	}
  .projects ul {
    padding: 0;
  }
  .projects ul li {
    float: left;
    margin-right: -100%;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .projects ul li a h3 {
    font-size: 16px;
  }
  .projects ul li.secondtolast {
    border-bottom: 1px solid #e1e1e1;
  }
  .projects ul li:nth-child(1n+1) {
    margin-left: 0.001%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
   .intro .container p {
 	 font-size: 2rem; line-height: 1.4; 
	}
	.intro {
		padding-top:120px
	}

	.intro .container {
		width:90%;
	}
}
@media screen and (min-width: 475px) {
   .casestudy .module-hero h2 {
	font-size: 36px;
	}
}


@media screen and (min-width: 768px) {
   .casestudy .module-hero h2 {
	font-size: 42px;
	.intro .container p {
 	 font-size: 3rem; 
	}
	}
}


@media screen and (min-width: 1200px) {
   .casestudy .module-hero h2 {
	font-size: 58px;
	.intro .container p {
 	 font-size: 3.6rem; 
	}
	}
}
.casestudy {
  padding-top: 180px;
  padding-bottom: 60px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  *zoom: 1;
  max-width: 1100px;
  margin: 0 auto;
}
.casestudy .module-hero {
  overflow: hidden;
  *zoom: 1;
  clear: both;
}
.casestudy .module-hero h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #252525;
  font-weight:700;
  text-align: center;
}
.casestudy .module-hero h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  color: #1d1d1f;
  font-weight:500;
  text-align: center;
  padding-top: 10px;
  overflow: hidden;
  *zoom: 1;
  clear: both;
  line-height: 30px;
  letter-spacing: 0.03em;

}
.casestudy .module-hero h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  color: #959595;
  text-align: center;
  padding-bottom: 52px;
  padding-top: 4px;
  font-weight: 600;
	text-transform: uppercase;

}
.casestudy .module-hero .heroimage {
  display: block;
  text-decoration: none;
  color: #464646;
  overflow: hidden;
  *zoom: 1;
  clear: both;
}
.casestudy .module-hero .heroimage .image-container {
  float: left;
  margin-right: -100%;
  width: 95%;
  margin-left: 2.5%;
  overflow: hidden;
  *zoom: 1;
  clear: both;
  position: relative;
  display: block;
  padding-top: 0 !important;
}
.casestudy .module-hero .heroimage .image-container .bg {
  width: 100%;
}
.casestudy .module-hero .heroimage .image-container .hoverwrapper {
  height: auto;
  width: 91.4%;
  position: absolute;
  top: 6%;
  left: 4.2%;
}
.casestudy .module-hero .heroimage .image-container .thumbnail {
  position: relative;
  width: 100%;
}
.casestudy .module-hero .heroimage .image-container .hover {
  position: absolute;
  top: -1%;
  left: -1%;
  width: 102%;
  height: 102%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  background: #252525;
}
.casestudy .module-hero .heroimage .image-container i.expand {
  height: 80px;
  width: 80px;
  background-image: url('../img/icons.png');
  background-position: 0 -1480px;
  background-repeat: no-repeat;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.casestudy .module-hero .heroimage-disabled {
  cursor: default !important;
}
.casestudy .module-hero a.heroimage:hover .image-container .hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.casestudy .module-hero a.heroimage:hover .image-container i.expand {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.casestudy .module-hero .herocopytitle {
  padding-top: 40px !important;
}
.casestudy .module-hero p {
  padding-top: 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  color: #464646;
  text-align: left;
  line-height: 18px;
  padding-bottom: 50px;
}

.casestudy .module-hero p.left {
  float: left;
  margin-right: -100%;
  width: 48.11%;
}
.casestudy .module-hero p.right {
  float: left;
  margin-right: -100%;
  width: 48.11%;
  margin-left: 51.881%;
}
.casestudy .module-media {
  overflow: hidden;
  *zoom: 1;
  clear: both;
  padding-left:20px;
  padding-right:20px;
}
.casestudy .module-media img {
  padding-top: 40px;
  float: left;
  margin-right: -100%;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  clear: both;
}


@media screen and (max-width: 475px) {
  .casestudy {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .casestudy .module-hero h2 {
    font-size: 32px;
    padding:0 20px;
  }
  .casestudy .module-hero h4 {
    padding-bottom: 34px;
  }
  .casestudy .module-hero .herocopytitle {
    padding-top: 30px !important;
  }
  .casestudy .module-hero p.left, .casestudy .module-hero p.right, .casestudy .module-text p.left, .casestudy .module-text p.right {
    float: left;
    margin-right: -100%;
    width: 100%;
    margin-left: 0.001%;
    overflow: hidden;
    *zoom: 1;
    clear: both;
    padding-bottom: 30px;
  }
  .casestudy .module-hero p.left, .casestudy .module-text p.left {
    padding-bottom: 0px !important;
  }
  .casestudy .module-text {
    padding-top: 30px;
  }
  .casestudy .module-media img {
    padding-top: 10px;
  }
  .casestudy .module-mediagrid .mediacell {
    float: left;
    margin-right: -100%;
    width: 100%;
    overflow: hidden;
    *zoom: 1;
    clear: both;
    padding-top: 30px;
  }
  .casestudy .module-mediagrid .mediacell p {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .casestudy .module-mediagrid div:nth-child(1n+1) {
    margin-left: 0.001%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
}
.max-width {
max-width:1140px;
padding:0 20px;
margin:0 auto;

}
.rationale {
	padding-top:80px;
	margin:0 auto;
	}
h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  color: #1d1d1f;
  text-align: left;
  padding-bottom: 20px;
  line-height:140%;
  font-weight:500;
  }
 .rationale p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  color: #1d1d1f;
  text-align: left;
  line-height: 170%;
  padding-bottom: 100px;
 }
 .subhead {
 padding:30px 0;
 font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  color: #1d1d1f;
  text-align: left;
  line-height: 170%;
 }
@media screen and (max-width: 475px) {
	.rationale {
	width:100%;	
	padding-top:60px;
	}
	.casestudy .module-media {

	}
	
}
@media screen and (min-width: 475px) {
	.rationale {
	width:inherit;
	}
	.casestudy .module-media {

	}

}


@media screen and (min-width: 740px) {
	.rationale {
	width:100%;
	}
	.casestudy .module-media {
	
	}
}
@media screen and (min-width: 1024px) {
	.rationale {
	width:68%;
	}
	.casestudy .module-media {
	padding:0 20px;
	}
	
}
@media screen and (min-width: 1440px) {
	.rationale {
	width:62%;
	}
	.casestudy .module-media {
	padding:0px;
	}
}
.about {
  background: #ebebeb;
  padding: 100px 0;
}
.about h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 42px;
  letter-spacing: 0.1rem;
  color: #252525;
  text-align: center;
  padding-bottom: 15px;
  text-transform:uppercase;
	
}
.about .about-content {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  box-sizing: border-box;
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.about .about-content .about-intro {
  float: left;
  margin-right: -100%;
  width: 82.7%;
  margin-left: 8.651%;
  overflow: hidden;
  *zoom: 1;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  color: #464646;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 3px;
  text-align: center;
  padding-bottom: 45px;
  padding-top: 22px;
}
.about .about-content .about-intro-profile {
  padding-bottom: 25px !important;
}
.about .about-content .profiles {
  clear: both;
  overflow: hidden;
  *zoom: 1;
}
.about .about-content .profiles li.button_agnes {
  float: center;
  overflow: hidden;
  *zoom: 1;
  clear: both;
}
.about .about-content .profiles li.agnes {
  float: left;
  margin-right: -100%;
  width: 36%;
  margin-left: 11%;
}
.about .about-content .profiles li.agnes a {
  display: none;
}
.about .about-content .profiles li.skills {
  float: left;
  margin-right: -100%;
  width: 36%;
  margin-left: 53%;
}
.about .about-content .profiles li.skills li{
  font-family: "open-sans", sans-serif;
  font-size: 13px;
  color: #464646;
  text-align: left;
  line-height: 180%;
}
.about .about-content .profiles li.skills li span.coworker {
	  display:inline-block; font-size:12px; 
}
.about .about-content .profiles li.skills a {
  display: none;
}

.about .about-content .profiles li.profilesingle {
  float: left;
  margin-right: -100%;
  width: 48.11%;
  margin-left: 25.941%;
}
.about .about-content .profiles li.profilesingle a {
  display: none;
}
.about .about-content .profiles li {
  text-align: center;
}
.about .about-content .profiles li h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  color: #464646;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  text-align: left;
  padding-bottom: 10px;
}
.about .about-content .profiles li h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
	letter-spacing: 0.1rem;
  color: #959595;
  text-align: left;
  padding-bottom: 20px;
  font-weight: 600;
  line-height:150%;
	text-transform: uppercase;
}
.about .about-content li p {
  font-family: "open-sans", sans-serif;
  font-size: 14px;
  color: #464646;
  text-align: left;
  line-height: 23px;
  padding-bottom: 30px;
}
@media screen and (max-width: 475px) {
	.about .about-content .about-intro {
		line-height:140%;
		letter-spacing:2px;
		}
	.about .about-content .profiles li h3 {
		 text-align: center;
	}
	.about .about-content .profiles li h4 {
		 text-align: center;
		 padding-bottom:15px;
	}
	.about .about-content li p {
		 text-align: center;
	}
	.about .about-content .profiles li.skills li {
		 text-align: center;
	}
}
@media screen and (min-width: 475px) {
	.about .about-content .profiles li h3 {
		 text-align: center;
	}
	.about .about-content .profiles li h4 {
		 text-align: center;
	}
	.about .about-content li p {
		 text-align: center;
	}
	.about .about-content .profiles li.skills li {
		 text-align: center;
	}
	.about .about-content .profiles li.skills .firstParagraph li:first-child {
	margin-top:0;
	}
}
@media screen and (min-width: 676px) {
	.about .about-content .profiles li h3 {
		 text-align: left;
	}
	.about .about-content .profiles li h4 {
		 text-align: left;
	}
	.about .about-content li p {
		 text-align: left;
	}
	.about .about-content .profiles li.skills li {
		 text-align: left;
	}
	.about .about-content .profiles li.skills .firstParagraph li:first-child {
	margin-top:7.3%;
	}
	.about .about-content .profiles li.skills .secondParagraph li:first-child {
	margin-top:5%;
	}
}
@media screen and (min-width: 803px) {

.about .about-content .profiles li.skills .firstParagraph li:first-child {
	margin-top:0;
	}
.about .about-content .profiles li.skills .secondParagraph li:first-child {
	margin-top:0;
	}
}
.about .about-content .profiles li.button_agnes a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 35px 15px 65px;
  border: 3px solid #31bda9;
  -webkit-border-radius: 3px 3px;
  -moz-border-radius: 3px / 3px;
  border-radius: 3px / 3px;
  background: transparent;
  color: #31bda9;
  text-decoration: none;
  margin: 0 auto;
  background-image: url('../img/downloadIcon.png');
  background-position:left center;
  background-repeat:no-repeat;

}
.about .about-content .profiles li.button_agnes a:hover {
  background: #31bda9;
  color: white;
  background-image: url('../img/downloadIcon-up.png');
  background-position:left center;
  background-repeat:no-repeat;
}

@media screen and (max-width: 675px) {
  .about .about-content .profiles li.agnes {
    float: left;
    margin-right: -100%;
    width: 82.7%;
    margin-left: 8.651%;
    overflow: hidden;
    *zoom: 1;
    clear: both;
    padding-bottom: 30px;
  }
  .about .about-content .profiles li.agnes a {
    display: inline-block;
  }
  .about .about-content .profiles li.skills {
    float: left;
    margin-right: -100%;
    width: 82.7%;
    margin-left: 8.651%;
    overflow: hidden;
    *zoom: 1;
    clear: both;
  }
  .about .about-content .profiles li.skills a {
    display: inline-block;
  }
  .about .about-content .profiles li.profilesingle {
    float: left;
    margin-right: -100%;
    width: 82.7%;
    margin-left: 8.651%;
  }
  .about .about-content li p {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 565px) {
  .about-intro {
    font-size: 14px !important;
    line-height: 24px !important;
	padding-bottom:25px!important;
  }
}


footer {
  background: #252525;
  padding-top: 100px;
  padding-bottom:100px;
}
footer h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: white;
  text-align: center;
  font-size: 42px;
  letter-spacing: 0.1rem;
  font-weight:700;
}
footer .footer-content {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  box-sizing: border-box;
  overflow: hidden;
  *zoom: 1;
}
footer .footer-content .subheader {
  float: left;
  margin-right: -100%;
  width: 82.7%;
  margin-left: 8.651%;
  overflow: hidden;
  *zoom: 1;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: white;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 30px;
  font-weight:500;
}
footer .footer-content .links {
  overflow: hidden;
  *zoom: 1;
  clear: both;
  text-align: center;
}
footer .footer-content .links a.home {
  height: 80px;
  width: 80px;
  background-image: url('../img/icons2.png');
  background-position: 0 -440px;
  background-repeat: no-repeat;
}
footer .footer-content .links a.phone {
  height: 80px;
  width: 80px;
  background-image: url('../img/icons2.png');
  background-position: 0 -540px;
  background-repeat: no-repeat;
}
footer .footer-content .links a.email {
  height: 80px;
  width: 80px;
  background-image: url('../img/icons2.png');
  background-position: 0 -640px;
  background-repeat: no-repeat;
}

footer .footer-content .links a {
  display: inline-block;
  text-decoration: none;
  text-indent: -9000px;
  margin-left: 15px;
  margin-right: 15px;
}
footer .footer-content .links a.home:hover {
  height: 80px;
  width: 80px;
  background-position: 0 -740px;
  background-repeat: no-repeat;
}
footer .footer-content .links a.phone:hover {
  height: 80px;
  width: 80px;
  background-position: 0 -840px;
  background-repeat: no-repeat;
}
footer .footer-content .links a.email:hover {
  height: 80px;
  width: 80px;
  background-position: 0 -940px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 475px) {

	footer .footer-content .links a {
	  display: inline-block;
	  text-decoration: none;
	  text-indent: -9000px;
	  margin-left: 5px;
	  margin-right: 5px;
	}
	footer .footer-content .subheader {

	}
}
@media screen and (min-width: 475px) {
	footer .footer-content .links a {
	  display: inline-block;
	  text-decoration: none;
	  text-indent: -9000px;
	  margin-left: 7px;
	  margin-right: 7px;
	}
}
@media screen and (min-width: 500px) {
	footer .footer-content .links a {
	  display: inline-block;
	  text-decoration: none;
	  text-indent: -9000px;
	  margin-left: 11px;
	  margin-right: 11px;
	}
}


