/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/*
* knock everything out
*/
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Montserrat);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #ffffff;
}
body {
  overflow-x: hidden;
  overflow-y: auto;
}
hr {
  height: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*fonts*/
/*colors*/
/*helpers*/
.border-radius {
  border-radius: 3px;
}
.bg-blue {
  background-color: #0076a3;
}
.bg-green {
  background-color: #76ae74;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-center ul,
.text-center ol {
  display: inline-block;
}
.text-center ul li,
.text-center ol li {
  text-align: left;
}
.text-right {
  text-align: right;
}
.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}
.round {
  border-radius: 50%;
}
main {
  padding-top: 4em;
  background: #fff;
  width: 100%;
}
.home main {
  padding-top: 0;
}
/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Arial, sans-serif;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: .6em;
}
h1 {
  font-size: 2.56em;
  margin: 0 0 0.67em 0;
  text-transform: uppercase;
  font-weight: 100;
  /*font-family: @sansFontFamily;*/
}
.section-header:after {
  content: '';
  display: block;
  width: 30px;
  margin-top: 13px;
  border-top: 2px solid #6eb6c4;
}
.text-center .section-header:after {
  margin-left: auto;
  margin-right: auto;
}
h2 {
  text-transform: uppercase;
  font-size: 1.05em;
  margin: 0.84em 0;
  font-weight: normal;
  color: #333333;
  /*.page-header();*/
  /*  &.section-head{
      
      font-size:1.25em;
      margin-bottom:1.5em;
      padding-bottom:.5em;
      border-bottom:1px solid @grayLighter;}  */
}
h2 small {
  font-size: .6em;
}
h3 {
  font-size: 1em;
  margin: 1.75em 0;
  font-weight: normal;
  text-transform: uppercase;
  color: #6eb6c4;
}
h4 {
  font-size: .9em;
  margin: 0 0 1.25em 0;
  text-transform: uppercase;
  color: #808080;
}
h5 {
  font-size: 1.05em;
  margin: 0 0 .45em ;
  color: #333333;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
}
h6 {
  text-transform: uppercase;
  line-height: 1.25em;
  font-size: .65em;
  color: #a6a6a6;
  margin-bottom: .5em;
  font-weight: 400;
}
/* ==========================================================================
   Links
   ========================================================================== */
a {
  color: #6eb6c4;
}
.clean {
  text-decoration: none;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
  color: #76ae74;
}
/* ==========================================================================
   Typography
   ========================================================================== */
html {
  font-family: "Lato", Arial, sans-serif;
  color: #333333;
}
p {
  margin: 0 0 1.6em;
  line-height: 1.6em;
  font-size: 106.25%;
}
p.deck {
  font-size: 18px;
}
hr {
  border: 0;
  border-top: 1px solid #e6e6e6;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  line-height: 0;
  margin-bottom: 1.6em;
}
ul,
ol {
  margin-bottom: 1.6em;
  margin-left: 1.6em;
}
li {
  line-height: 1.6em;
}
blockquote p {
  font-size: 2.25em;
  font-weight: 300;
  text-transform: lowercase;
  line-height: 1.25em;
  margin: 0 0 .5em 0;
  color: #76ae74;
}
blockquote cite {
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  font-size: .5em;
  line-height: 1.25em;
  font-style: normal;
  text-align: right;
  color: #a6a6a6;
}
blockquote cite:before {
  content: '— ';
}
img {
  max-width: 100%;
}
figcaption {
  font-size: .8em;
  text-align: center;
  color: #a6a6a6;
  padding-top: .5em;
}
/* grid */
.row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin: 0 auto 2.5em;
  max-width: 1440px;
  padding: 0 1.5em;
}
.row .row {
  padding: 0;
}
.grid {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  padding: 0 2.5em;
}
/*Explicit sizing*/
.grid-10 {
  -webkit-box-flex: 0 0 10%;
  -webkit-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
}
.grid-15 {
  -webkit-box-flex: 0 0 15%;
  -webkit-flex: 0 0 15%;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
}
.grid-20 {
  -webkit-box-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}
.grid-25 {
  -webkit-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.grid-33 {
  -webkit-box-flex: 0 0 33.33%;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}
.grid-40 {
  -webkit-box-flex: 0 0 40%;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
.grid-50 {
  -webkit-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.grid-60 {
  -webkit-box-flex: 0 0 60%;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}
.grid-70 {
  -webkit-box-flex: 0 0 70%;
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}
.grid-75 {
  -webkit-box-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}
/* Alignment per row */
.row-left {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.row-right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.row-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* Alignment per cell */
.grid-top {
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.grid-bottom {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.grid-center {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.site-header {
  height: 4em;
  position: fixed;
  /*background-color:#15181d;*/
  background-color: #141920;
  /*background-color: transparent;*/
  top: 0;
  width: 100%;
  z-index: 1000;
  /*.single-work & {
      background-color: rgba(255,255,255,1);
    }*/
}
.site-header a {
  color: #6eb6c4;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.site-header a:hover {
  color: #76ae74;
}
.home .site-header {
  background-color: transparent;
}
.site-header .logo {
  line-height: 1em;
  font-size: 1em;
  height: 30px;
  width: 30px;
  margin: 0 auto;
}
.home .site-header .logo {
  display: none;
}
.site-header .logo a {
  height: 100%;
  margin-top: 20px;
  text-indent: -10000px;
  display: block;
  background: url(../img/loop.png) no-repeat 0 0;
  background-size: 30px;
}
.site-header .header-social {
  margin-top: 21px;
  margin-left: 1em;
  height: 20px;
  float: right;
  font-size: 1.2em;
  text-decoration: none;
}
.site-header .donate {
  font-size: 12px;
  line-height: 20px;
  color: #141920;
  background: #6eb6c4;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
}
.site-header .donate strong {
  display: block;
  float: left;
  width: 20px;
}
.site-header .donate span {
  -webkit-transition: all 0s;
          transition: all 0s;
  width: 0;
  padding-right: 7px;
  display: block;
  overflow: hidden;
}
.site-header .donate:hover {
  background: #76ae74;
  color: white;
  width: auto;
}
.site-header .donate:hover span {
  width: auto;
  overflow: hidden;
}
.site-header nav ul {
  margin-bottom: 0;
  margin-left: 0;
  float: left;
}
.site-header nav li {
  font-family: "Montserrat", Arial, sans-serif;
  display: inline;
  float: left;
  margin-right: 1.5em;
  line-height: 4em;
  /*&.current-menu-item a,&.current_page_parent a{
          color:white;
        }*/
}
.site-header nav li a {
  display: block;
  text-decoration: none;
  color: #6eb6c4;
  text-transform: uppercase;
  font-size: .9em;
}
.site-header nav li a:hover {
  color: #76ae74;
}
/*body.scroll nav{
	top:-75px;
	box-shadow:0 0 10px rgba(0,0,0,.1);
	background:white;
}	
body.scrollup nav{
	top:0;
}

}*/
section {
  padding: 4.1em 0;
}
section.bg-blue {
  color: #ffffff;
}
.alt {
  background: #f7f7f7;
}
.button {
  display: inline-block;
  padding: .75em 2em;
  text-decoration: none;
  border-radius: 3px;
  color: #ffffff;
  margin-bottom: 1.5em;
  -webkit-transition: all .25s;
          transition: all .25s;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: .8em;
  background: #76ae74;
}
.button:hover {
  background: #5a9758;
  color: #ffffff;
  text-decoration: none;
}
.button.hollow {
  border: 2px solid #76ae74;
  background: transparent;
  color: #76ae74;
}
.button.hollow:hover {
  /*border-color:darken(@hollowColor,10%);*/
  color: #5a9758;
  background-color: #76ae74;
  color: #ffffff;
  text-decoration: none;
}
.button.hollow:hover.white {
  color: #76ae74;
}
.button.blue {
  background: #6eb6c4;
}
.button.blue:hover {
  background: #4aa4b5;
  color: #ffffff;
  text-decoration: none;
}
.button.blue.hollow {
  border: 2px solid #6eb6c4;
  background: transparent;
  color: #6eb6c4;
}
.button.blue.hollow:hover {
  /*border-color:darken(@hollowColor,10%);*/
  color: #4aa4b5;
  background-color: #6eb6c4;
  color: #ffffff;
  text-decoration: none;
}
.button.blue.hollow:hover.white {
  color: #76ae74;
}
.button.red {
  background: #e7685d;
}
.button.red:hover {
  background: #e03f31;
  color: #ffffff;
  text-decoration: none;
}
.button.red.hollow {
  border: 2px solid #e7685d;
  background: transparent;
  color: #e7685d;
}
.button.red.hollow:hover {
  /*border-color:darken(@hollowColor,10%);*/
  color: #e03f31;
  background-color: #e7685d;
  color: #ffffff;
  text-decoration: none;
}
.button.red.hollow:hover.white {
  color: #76ae74;
}
.button.darkBlue {
  background: #141920;
}
.button.darkBlue:hover {
  background: #000001;
  color: #ffffff;
  text-decoration: none;
}
.button.darkBlue.hollow {
  border: 2px solid #141920;
  background: transparent;
  color: #141920;
}
.button.darkBlue.hollow:hover {
  /*border-color:darken(@hollowColor,10%);*/
  color: #000001;
  background-color: #141920;
  color: #ffffff;
  text-decoration: none;
}
.button.darkBlue.hollow:hover.white {
  color: #76ae74;
}
.button.white {
  background: #ffffff;
  color: #76ae74;
}
.button.white:hover {
  background: #e6e6e6;
  color: #ffffff;
  text-decoration: none;
}
.button.white.hollow {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}
.button.white.hollow:hover {
  /*border-color:darken(@hollowColor,10%);*/
  color: #e6e6e6;
  background-color: #ffffff;
  color: #ffffff;
  text-decoration: none;
}
.button.white.hollow:hover.white {
  color: #76ae74;
}
/* hollow mixin */
footer {
  padding: 3em 0;
  background-color: #e6e6e6;
  color: #808080;
}
footer a {
  color: #a6a6a6;
  text-decoration: none;
}
footer p {
  margin-bottom: .75em;
}
footer .footerlogo {
  /*-webkit-filter: grayscale(1);*/
  max-height: 36px;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: .8em;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, sans-serif;
}
footer ul ul li {
  line-height: 1.25em;
  padding: .25em 0;
  text-transform: capitalize;
  font-family: "Lato", Arial, sans-serif;
  font-size: 15px;
}
footer ul ul li a {
  font-weight: normal;
  color: #a6a6a6;
}
footer ul ul li a i.icon {
  font-size: .75em;
  margin-left: .25em;
}
footer ul a {
  color: #444;
}
footer ul a:hover {
  color: #222;
}
footer .topline .grid {
  padding-top: 1.6em;
  border-top: 1px solid #ccc;
}
footer .footer-contact {
  color: #aaa;
  text-transform: uppercase;
  font-size: .70em;
  line-height: 1.5em;
}
/*work*/
#work {
  background-color: rgba(20, 25, 32, 0.94);
  color: white;
}
#work h2 {
  color: white;
}
#work h1 {
  /*margin-bottom:.25em;*/
  /*font-size:1.8em;*/
  /*font-family: @sansFontFamily;*/
}
#filters {
  text-align: right;
}
#filters button {
  background: transparent;
  border: 0;
  margin-left: 1.6em;
  color: #808080;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: .75em;
  text-transform: uppercase;
}
#filters button:focus {
  outline: 0;
  border: none;
}
#filters button:hover {
  color: #ffffff;
}
.grid-list {
  padding: 0 1.5em;
  margin: 0 auto 3.2em;
  max-width: 1440px;
}
.grid-list:after {
  display: block;
  clear: both;
  content: '';
}
.grid-list .isize {
  width: 25%;
  height: 250px;
}
.grid-list .grid-item,
.grid-list .work {
  float: left;
  padding: .25em;
  position: relative;
  width: 25%;
  height: 250px;
  overflow: hidden;
}
.grid-list .grid-item:hover p,
.grid-list .work:hover p {
  color: rgba(255, 255, 255, 0.5);
}
.grid-list .grid-item:hover p small,
.grid-list .work:hover p small {
  -webkit-transform: translate(0, 0px);
      -ms-transform: translate(0, 0px);
          transform: translate(0, 0px);
  color: white;
}
.grid-list .grid-item.large,
.grid-list .work.large {
  height: 500px;
  width: 50%;
}
.grid-list .grid-item.large div p,
.grid-list .work.large div p {
  font-size: 3em;
}
.grid-list .grid-item.medium,
.grid-list .work.medium {
  width: 50%;
}
.grid-list .grid-item.medium div p,
.grid-list .work.medium div p {
  font-size: 2em;
}
.grid-list .grid-item p,
.grid-list .work p {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 32px;
  bottom: 32px;
  padding: 0 0 0;
  margin: 0;
  display: block;
  color: #fff;
  z-index: 100;
  /*text-transform: uppercase;*/
  /*font-family: @headerFontFamily;*/
  font-family: "Lato", Arial, sans-serif;
  font-weight: 300;
  /*bottom:.6em;*/
  font-size: 1.5em;
  text-transform: capitalize;
  line-height: 1.2em;
  /*font-size:1.15em;*/
}
.single .grid-list .grid-item p,
.single .grid-list .work p {
  bottom: auto;
  top: 32px;
}
.grid-list .grid-item p small,
.grid-list .work p small {
  font-size: .35em;
  text-transform: uppercase;
  line-height: 1.6em;
  padding-top: 1em;
  /*max-width:30em;*/
  font-family: "Montserrat", Arial, sans-serif;
  display: block;
  position: absolute;
  bottom: 0;
  padding-top: 0;
  -webkit-transform: translate(0, 120px);
      -ms-transform: translate(0, 120px);
          transform: translate(0, 120px);
  -webkit-transition: all .25s;
          transition: all .25s;
  font-family: "Lato", Arial, sans-serif;
  text-transform: capitalize;
  font-size: .55em;
}
.grid-list .grid-item em,
.grid-list .work em {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 100;
  font-style: normal;
  color: rgba(255, 255, 255, 0.75);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: .85em;
}
.grid-list .grid-item div,
.grid-list .work div {
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
.grid-list .grid-item div:after,
.grid-list .work div:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all .25s;
          transition: all .25s;
  background-color: rgba(20, 25, 32, 0.4);
}
.grid-list .grid-item div:hover:after,
.grid-list .work div:hover:after {
  background-color: rgba(20, 25, 32, 0.9);
}
/*work single*/
.single-head {
  background-color: #eee;
  background-position: center center;
  background-size: cover;
  position: relative;
  /*height:450px;*/
  width: 100%;
  padding: 0;
  color: white;
}
.single-head:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*lightblue*/
  background-color: rgba(110, 182, 196, 0.85);
  /*green*/
  /*background-color: rgba(65,185,120,.85); */
}
.single.single-work .single-head h1 {
  font-size: 4em;
}
.single-head .row {
  height: 100%;
  padding: 3em 0 3em;
  margin-bottom: 0;
}
.single-head .grid {
  z-index: 100;
  /*padding-bottom:2em;*/
}
.single-head h1 {
  margin-bottom: .25em;
}
.single-head p {
  font-size: 1.5em;
  margin-bottom: 0;
}
.category-publication + .work-contact {
  display: none;
}
.scale {
  text-transform: uppercase;
  font-size: .7em;
  margin-right: 61px;
  margin-top: -3em;
}
.category-publication .scale {
  display: none;
}
.scale span {
  display: inline-block;
  height: 10px;
  width: 25px;
  position: relative;
  background: #e6e6e6;
  margin-left: 5px;
}
.scale span:after,
.scale span:before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 25px;
  background: #e6e6e6;
  position: absolute;
  left: 28px;
}
.scale span:before {
  left: 56px;
}
.scale .l3 span {
  background: #76ae74;
}
.scale .l3 span:after {
  background: #76ae74;
}
.scale .l4 span {
  background: #76ae74;
}
.scale .l4 span:after,
.scale .l4 span:before {
  background: #76ae74;
}
.scale .l2 span {
  background: #76ae74;
}
section.type-work p:nth-child(1) {
  font-size: 1.6em;
  font-weight: 300;
}
.logos {
  padding: 3em 0;
}
.work-contact .work-contacts .work-contact-info {
  margin-left: 100px;
}
.work-contact .work-contacts .avatar {
  float: left;
  width: 75px;
  /*margin:0 0 1.6em 1.6em;*/
}
.work-contact a {
  text-decoration: none;
}
.work-contact a i {
  margin-right: .5em;
}
.intro {
  background: rgba(20, 25, 37, 0.45) url(../img/gbHeader.jpg) no-repeat center center;
  background-size: cover;
  /*background:transparent;*/
  height: 100%;
  width: 100%;
  position: fixed;
}
.intro .row-center {
  height: 100%;
}
.intro .grid {
  z-index: 200;
}
.intro h1 {
  color: #a5b28f;
  color: white;
  font-size: 2.56em;
  margin-bottom: 0;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 300;
}
.intro h1 small {
  font-size: .35em;
  font-weight: 400;
  color: #6eb6c4;
  display: block;
}
.intro .hairline {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.intrologo {
  max-height: 30px;
  margin-top: 20px;
  max-height: 40px;
}
/*video*/
.video-container {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.video-container:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(20, 25, 37, 0.45);
}
.video-container video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 100%;
  min-width: 100%;
}
#fold {
  position: absolute;
  width: 100%;
  background: white;
  top: 100%;
  /*margin-top:-3em;*/
  z-index: 10000;
}
/*smm frontdoor intro*/
/*smm page*/
/*.page-id-2 .smm-intro{
  background: url(../img/gbHeader.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:450px;
  
  .row{
    height:100%;
  }
  h1{
    color:white;
    margin-bottom:0;
    font-family: @sansFontFamily;
    font-size: 3em;
    font-weight:300;

  }
}*/
h2 small {
  float: right;
}
h2 small a {
  text-decoration: none;
}
/*section head*/
.section-header {
  font-size: 1.6em;
  margin-bottom: 2em;
}
.blog-home .section-header {
  color: #141920;
}
.blog-home .section-header:after {
  border-color: #141920;
}
/* blog homepage */
.blog-home {
  position: relative;
  color: white;
}
.blog-home .blog-title {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 300;
}
.blog-home a {
  color: white;
  text-decoration: none;
}
.blog-home a:hover {
  text-decoration: underline;
}
.blog-home .home-excerpt p:nth-child(1) {
  font-size: 1.5em;
  font-weight: 300;
}
.blog-home .more {
  font-size: 1em;
  font-family: "Montserrat", Arial, sans-serif;
  text-align: right;
}
.blog-home h2 small a {
  color: #333333;
}
.blog-home h2:after {
  border-color: #333333;
}
.blog-home .grid {
  z-index: 300;
}
.blog-home .author-box a {
  color: white;
}
.blog-home .author-box .avatar {
  border: 3px solid white;
}
.blog-home:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(118, 174, 116, 0.87);
}
#blog {
  background-color: rgba(20, 25, 32, 0.94);
  color: #fff;
}
#blog h2 {
  color: white;
}
#blog h1 {
  font-size: 1.6em;
}
#blog .grid-item:nth-of-type(5n+1),
#blog .grid-item:nth-of-type(5n+3) {
  width: 50%;
  height: 500px;
}
#blog .grid-item:nth-of-type(5n+1) p,
#blog .grid-item:nth-of-type(5n+3) p {
  font-size: 2.5em;
}
#blog .grid-item:nth-of-type(5n+2) {
  width: 50%;
}
#blog .grid-item:nth-of-type(5n+2) p {
  font-size: 2em;
}
#blog .grid-item p {
  font-size: 1.5em;
  bottom: auto;
  top: 32px;
}
#blog .grid-item div {
  background-color: #76ae74;
}
#blog .grid-item:nth-child(even) div {
  background-color: #6eb6c4;
}
.paging-navigation {
  clear: both;
  padding-top: 3em;
}
.paging-navigation:after {
  content: '';
  clear: both;
  display: block;
}
.paging-navigation a {
  display: block;
  color: #808080;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  font-size: 1.2em;
  padding: 2em 1em;
}
.paging-navigation a:hover {
  color: #76ae74;
  background: rgba(0, 0, 0, 0.2);
}
.nav-previous,
.nav-next {
  float: right;
  width: 50%;
  text-align: center;
}
.nav-next {
  float: left;
  margin-left: -1px;
}
.single .single-head {
  height: 450px;
}
.single .single-head h1 {
  font-weight: 300;
  font-family: "Lato", Arial, sans-serif;
  font-size: 3em;
}
.single .single-head .grid {
  padding-bottom: 0;
}
.single .single-head:after {
  background-color: rgba(118, 174, 116, 0.85);
  background-color: rgba(20, 25, 32, 0.4);
}
.single .entry-content p:nth-child(1) {
  font-size: 1.5em;
  font-weight: 300;
}
.post-navigation {
  background: #f7f7f7;
}
.post-navigation .nav-previous {
  float: right;
  width: 50%;
}
.author-box p {
  margin-bottom: 1em;
}
.author-box h6 {
  text-transform: lowercase;
  font-family: "Lato", Arial, sans-serif;
  font-size: .9em;
}
.author-box h6 a {
  color: #a6a6a6;
  text-decoration: none;
}
.author-box h6 a:hover {
  color: #333333;
}
.tweet-this {
  text-align: center;
  position: relative;
  margin-top: 5em;
  background: #f7f7f7;
  padding-bottom: 1em;
}
.tweet-this .twitter-icon {
  font-size: 1.25em;
  height: 2.5em;
  width: 2.5em;
  line-height: 2.5em;
  text-align: center;
  text-decoration: none;
  display: block;
  background: #6eb6c4;
  color: white;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0;
  box-shadow: 0 0 0 10px #fff;
  margin-top: -1.4em;
  margin-bottom: 1em;
}
.tweet-this .twitter-icon i {
  line-height: 2.5em;
}
.tweet-this .twitter-icon:hover {
  background: #76ae74;
}
.tweet-this p {
  color: #a6a6a6;
  font-size: .9em;
}
.tweet-this:before {
  display: block;
  content: '';
  height: 1px;
  width: 100%;
}
.canada-table {
  font-size: .9em;
  border-right: 1px solid #f2f2f2;
}
.single .entry-content .canada-table p:nth-child(1) {
  font-size: inherit;
  font-weight: inherit;
}
.canada-table tr:nth-child(odd) {
  background: #fafafa;
}
.canada-table th {
  padding: 1.6em 0;
  background: #f2f2f2;
  width: 50%;
}
.canada-table td {
  vertical-align: top;
  padding: 1.6em .8em;
  border-bottom: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  width: 50%;
}
.canada-table td:first-child {
  word-break: break-all;
  font-size: 1.1em;
}
.staff-list a {
  text-decoration: none;
  color: #333333;
  display: block;
}
.staff-list a:hover p,
.staff-list a:hover small {
  color: #6eb6c4;
}
.staff-list small {
  display: block;
  color: #808080;
  text-transform: uppercase;
  font-size: .65em;
  line-height: 1.4em;
}
.staff-list p {
  font-family: "Montserrat", Arial, sans-serif;
}
.author h4 {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1em;
  text-align: right;
}
.author-box p {
  color: #a6a6a6;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  font-size: .75em;
}
.author-box p a {
  color: #a6a6a6;
  text-decoration: none;
}
.author-box p small {
  font-size: 1em;
  text-transform: lowercase;
}
.staff-row {
  -webkit-box-flex-wrap: wrap;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex-wrap: wrap;
  /* OLD - Firefox 19- */
  -webkit-flex-wrap: wrap;
  /* Chrome */
  -ms-flex-wrap: wrap;
  /* IE 10 */
  flex-wrap: wrap;
  text-align: center;
}
.staff-row ul,
.staff-row ol {
  display: inline-block;
}
.staff-row ul li,
.staff-row ol li {
  text-align: left;
}
.staff-grid {
  position: relative;
  margin-bottom: 1.6em;
}
.staff-grid a {
  text-decoration: none;
  display: block;
  color: #333333;
}
.staff-grid a .avatar {
  -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.staff-grid a:hover h5 {
  color: #6eb6c4;
}
.staff-grid a:hover .avatar {
  /*transform: scale(.97,.97);*/
}
/*.staff-tile{
	background:rgba(248,248,248,0);
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;	
	.row();
	margin:0;
	padding:0 1.5em;
	&:hover,&:focus{
		background:rgba(248,248,248,.9);
		.staff-tile-inner{
			opacity:1;
		}
	}

	.staff-tile-inner{
	opacity:0;
  	.grid();
 	.grid-center();
	margin-bottom:0;
	.text-center();

	}

	
small{
		padding:.5em 0 1.5em;
		text-transform: uppercase;
		display:block;
		line-height:1.25em;
		font-family:@headerFontFamily; 
		font-size:.65em;
		color:@grayLight;
	}
}*/
.social {
  display: inline-block;
  /*margin-top:.5em;*/
  color: white;
  background: #6eb6c4;
  border-radius: 50%;
  padding: .5em;
}
.social:hover {
  background: #4aa4b5;
}
.mission {
  background: #76ae74;
  padding: 1.5em 2.56em 1em;
  border-radius: 3px;
  margin-bottom: 4.1em;
}
.mission h4 {
  color: #477745;
}
.mission p {
  font-weight: 100;
  font-size: 3em;
  color: white;
}
#wufoo-zq0ri161c8v0sb h2 {
  display: none;
}
/* join tem page*/
.team h2 {
  font-size: 1.8em;
  font-weight: 700;
  margin-top: .25em;
  margin-bottom: 1.5em;
  font-family: "Lato", Arial, sans-serif;
  text-transform: capitalize;
}
.team h2 strong {
  color: #a6a6a6;
  font-weight: 300;
}
.team h3 {
  margin: 2em 0 .5em;
}
.team i {
  font-size: 3em;
  color: #a6a6a6;
}
.team hr {
  margin: 3.33em 0;
}
.press-media-box h2 {
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 1em;
}
.press-media-box h2 i {
  margin-right: .5em;
}
.press-title {
  font-size: 2em;
  font-family: "Lato", Arial, sans-serif;
  text-transform: capitalize;
  font-weight: 300;
  margin-bottom: .5em;
}
h1.press-title {
  font-size: 3.33em;
  font-size: 2.56em;
  /*color:@newBlue;*/
  max-width: 20em;
  margin-bottom: .5em;
}
.press-title a {
  text-decoration: none;
}
.press-release {
  border-bottom: 1px solid #f2f2f2;
}
.more a {
  margin-bottom: 1.6em;
  text-decoration: none;
  color: white;
  background: #6eb6c4;
  height: 2em;
  width: 2em;
  display: inline-block;
  text-align: center;
  line-height: 2.1em;
  border-radius: 50%;
  font-size: .9em;
}
.more a:hover {
  background: #76ae74;
}
.media-release {
  border-bottom: 1px solid #f2f2f2;
  padding-top: 1.6em;
}
.media-release .press-title {
  font-size: 1.33em;
  margin-top: 0;
}
.media-release p {
  font-size: .9em;
}
.media-thumbnail {
  float: left;
  width: 50px;
  margin-right: 1.6em;
  display: inline-block;
  vertical-align: top;
}
.media-thumbnail img {
  width: 50px;
}
.media-mention {
  display: inline-block;
  vertical-align: top;
  width: 75%;
}
.brandfolder {
  background: url(../img/brandfolder.jpg);
  border-radius: .8em;
  padding: 1.6em 0;
  color: white;
}
.brandfolder h3 {
  font-size: 1.3em;
}
.brandfolder .deck {
  font-size: 1.6em;
  font-weight: 300;
  max-width: 30em;
  margin-left: auto;
  margin-right: auto;
}
.brandfolder a {
  background: white;
  padding: .5em 1em;
  border-radius: .5em;
  text-decoration: none;
}
.internship-title {
  text-transform: capitalize;
  margin: 1.75em 0 1em;
}
.internship-title a {
  text-decoration: none;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?-n2cbxi');
  src: url('../fonts/icomoon.eot?#iefix-n2cbxi') format('embedded-opentype'), url('../fonts/icomoon.woff?-n2cbxi') format('woff'), url('../fonts/icomoon.ttf?-n2cbxi') format('truetype'), url('../fonts/icomoon.svg?-n2cbxi#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-eye:before {
  content: "\e619";
}
.icon-flag:before {
  content: "\e618";
}
.icon-external-link:before {
  content: "\e617";
}
.icon-phone:before {
  content: "\e60e";
}
.icon-bulb:before {
  content: "\e613";
}
.icon-email:before {
  content: "\e614";
}
.icon-recycle:before {
  content: "\e615";
}
.icon-tree:before {
  content: "\e616";
}
.icon-file:before {
  content: "\e611";
}
.icon-screen:before {
  content: "\e605";
}
.icon-spinner:before {
  content: "\e606";
}
.icon-spinner2:before {
  content: "\e600";
}
.icon-spinner22:before {
  content: "\e601";
}
.icon-contract:before {
  content: "\e602";
}
.icon-lab:before {
  content: "\e603";
}
.icon-menu:before {
  content: "\e604";
}
.icon-download:before {
  content: "\e607";
}
.icon-globe:before {
  content: "\e608";
}
.icon-link:before {
  content: "\e612";
}
.icon-facebook:before {
  content: "\e609";
}
.icon-twitter:before {
  content: "\e60a";
}
.icon-file-pdf:before {
  content: "\e60b";
}
.icon-browser:before {
  content: "\e60c";
}
.icon-screen2:before {
  content: "\e60d";
}
.icon-twitter2:before {
  content: "\e60f";
}
.icon-facebook2:before {
  content: "\e610";
}
/*@import "swipe.less";*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #888;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
/* 
 * 	Sly styling
 */
/* Scrollbar */
.scrollbar {
  margin: 1em 0 1em 0;
  height: 2px;
  background: #eee;
  line-height: 0;
  width: 100%;
}
.scrollbar .handle {
  width: 0px;
  height: 100%;
  background: #ccc;
  cursor: pointer;
}
.scrollbar .handle .mousearea {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 20px;
}
.logo-slide {
  width: 100%;
  height: 200px;
  padding: 0;
  overflow: hidden;
}
.logo-slide ul {
  margin: 0;
  padding: 0;
}
.logo-slide li {
  float: left;
  margin: 0;
  width: 400px;
  padding: 0;
  height: 100%;
  text-align: center;
  list-style-type: none;
}
/* avatar */
.avatar {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  margin-bottom: .25em;
}
/* page headers */
.page-intro {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #141920;
  background-color: rgba(20, 25, 32, 0.94);
  background-size: cover;
  padding-bottom: 0;
  /*height:250px;*/
  /*padding:12em 0 8em;*/
  /*height:150px;*/
}
.page-intro.smm-intro {
  background-image: url(../img/gbHeader.jpg);
  background-image: url(../img/aboutHeader.jpg);
  padding: 8em 0;
}
.page-intro.about-intro {
  background-image: url(../img/aboutHeader.jpg);
  /*background-color: rgba(20,25,32,.94);*/
  padding: 8em 0;
}
.page-intro .row {
  height: 100%;
  padding: 0;
  margin-bottom: 0;
}
.page-intro h1 {
  color: white;
  margin-bottom: 0;
  font-family: "Lato", Arial, sans-serif;
  font-size: 3em;
  font-weight: 300;
}
.section-head {
  font-size: 1.6em;
  margin-bottom: 2em;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 300;
}
/* pilars */
.pilars h2 {
  text-align: center;
}
.pilars .icon {
  font-size: 2em;
  color: #6eb6c4;
  margin-right: .5em;
  display: inline-block;
  display: block;
  height: 2.5em;
  width: 2.5em;
  border: 1px solid #6eb6c4;
  border-radius: 50%;
  line-height: 2.5em;
  text-align: center;
  margin: 0 auto .5em;
}
.pilars .button {
  margin-top: 2em;
}
/* forms */
input,
textarea {
  border: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  outline: none;
  max-width: 100%;
  border-radius: 3px;
}
input:focus,
textarea:focus {
  box-shadow: 0 0 5px #6eb6c4;
  border: 1px solid #6eb6c4;
}
footer form {
  font-size: .66em;
  /*text-align:right;*/
  padding: 1.6em 0;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  margin-bottom: 0em;
}
footer form label {
  text-transform: uppercase;
  margin-right: 1em;
}
footer form p {
  margin: 0;
}
footer form p input {
  padding: .4em;
  font-size: 1.3em;
  width: 12em;
}
footer form .button {
  height: 28px;
  line-height: 28px;
  padding: 0 .8em;
  margin: 0;
}
button.button,
input.button {
  border: 1px solid #6eb6c4;
}
/* wufoo */
.hide {
  display: none;
}
.wufoo {
  margin: 0 .75em 1.5em .75em;
}
.wufoo li {
  list-style-type: none;
  margin-bottom: .5em;
}
.wufoo li label {
  font-size: .7em;
  text-transform: uppercase;
  display: none;
}
.wufoo li input.text {
  width: 250px;
}
.wufoo li input.text,
.wufoo li .textarea {
  padding: .25em 0 .25em .25em;
}
iframe {
  margin-bottom: 1.5em;
}
.well {
  background: #f9f9f9;
  padding: 1.5em;
  margin: 0 1em 1.5em;
  border-radius: 3px;
}
@media only screen and (max-width: 1281px) {
  video {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /*grid*/
  .row {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .grid {
    padding-left: 1em;
    padding-right: 1em;
  }
  /*section*/
  section {
    padding: 2.56em 0;
  }
  /*header*/
  header {
    z-index: 20000;
  }
  .home header {
    background-color: #141920;
  }
  header .header-social {
    display: none;
  }
  header .logo {
    float: right;
  }
  .home header .logo {
    display: block;
  }
  header nav ul li {
    margin-right: 1em;
  }
  header nav ul li a {
    font-size: .8em;
  }
  /*text*/
  h1 {
    font-size: 1.75em;
  }
  h2 {
    margin-top: 1.5em;
  }
  h3 {
    margin-bottom: .5em;
  }
  .text-center {
    text-align: left;
  }
  .text-center h2:after {
    margin-left: 0;
  }
  blockquote p {
    font-size: 1.25em;
  }
  #fold {
    position: relative;
  }
  .intro {
    position: relative;
    height: auto;
    padding: 10em 0;
    /*padding-top:100px;*/
    /*.row{
		display: -webkit-box;      
		display: -moz-box;      
		display: -ms-flexbox;     
		display: -webkit-flex;  
		display: flex;
		flex-direction: column;
	}
	.grid-50,.grid-25{
		-webkit-box-flex: 1;     
		-moz-box-flex: 1;        
		-webkit-flex: 1;         
		-ms-flex: 1;           
		flex: 1;
		-webkit-align-self: center;
		-moz-align-self: center;
		-ms-align-self: center;
		align-self: center; 
		-webkit-box-flex: 0 0 auto;
		-moz-box-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		border:0;
		text-align:center;
	}*/
  }
  .intro video {
    display: none;
  }
  .intro h1 {
    font-size: 1.5em;
    text-align: center;
  }
  .intro h1 small {
    font-size: .5em;
    margin-bottom: .75em;
    padding-bottom: .75em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .intro .hairline {
    border: 0;
  }
  .intro .text-right {
    text-align: center;
    padding: 0;
    margin: 0 0 2em;
  }
  .intro .intrologo {
    max-width: 150px;
  }
  .intro .video-container {
    position: absolute;
  }
  .intro .grid {
    z-index: 300;
    position: relative;
  }
  .blog-home .grid {
    position: relative;
  }
  .blog-home .author-box {
    float: right;
  }
  .blog-home .home-excerpt p:nth-child(1) {
    font-size: 1.1em;
    font-weight: 400;
  }
  /*work*/
  #work {
    padding-bottom: 0;
  }
  .scale-row {
    display: none;
  }
  .single .single-head {
    height: auto;
  }
  .single .single-head .grid {
    position: relative;
    padding: 4em 1em 1em;
  }
  section.type-work p:nth-child(1) {
    font-size: 1.1em;
  }
  /*grid-list*/
  #filters {
    display: none;
  }
  .grid-list {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .grid-list .grid-item,
  .grid-list .work {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .grid-list .grid-item.large,
  .grid-list .work.large {
    width: 100%;
    height: 250px;
  }
  .grid-list .grid-item.medium,
  .grid-list .work.medium {
    width: 100%;
    height: 250px;
  }
  .grid-list .isize {
    width: 100%;
    height: 250px;
  }
  /*blog*/
  #blog {
    padding-bottom: 0;
  }
  #blog .grid-item:nth-of-type(5n+1),
  #blog .grid-item:nth-of-type(5n+3) {
    width: 100%;
    height: 250px;
  }
  #blog .grid-item:nth-of-type(5n+2) {
    width: 100%;
  }
  .single .entry-content p:nth-child(1) {
    font-size: 1.1em;
    font-weight: 400;
    /*line-height:1.4em;*/
  }
  .author-box {
    float: right;
    text-align: center;
  }
  .author-box .avatar {
    width: 80px;
  }
  .staff-box {
    text-align: center;
  }
  .paging-navigation a {
    font-size: 1em;
  }
  /*footer*/
  .footerlogo {
    margin-bottom: 2.56em;
    max-width: 140px;
  }
  footer ul {
    margin-bottom: 1.5em;
  }
}
/*@import "sly.less";*/
/*@import "front.less";*/
/*# sourceMappingURL=style.css.map */