/* shiftn.com 2015 / CSS & web design by Pixelman | V2.7 07/10/2016/ */
/* CSS tested on:

  MAC OSX
  - Safari latest: OK
  - Firefox latest: OK
  - Google chrome latest: OK

  PC / WINXP WINDOWS 8
  - IE 6.0: NOT SUPPORTED
  - IE 7.0: NOT SUPPORTED
  - IE 8.0: NOT SUPPORTED
  - IE 9.0: OK
  - IE 10.0: OK
  - IE 11.0: NOT TESTED
  - Firefox latest: NOT TESTED (should be ok)
  - Google chrome latest: NOT TESTED (should be ok)

*/
/*********************** variables and fonts stuff ***********************/
@import url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/bower_components/TextaAltLight.css);
@import url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/bower_components/TextaAltMedium.css);
@import url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/bower_components/TextaAltRegular.css);
@import url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/bower_components/TextaBlack.css);
@import url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/bower_components/TextaHeavy.css);
@import url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/bower_components/TextaLight.css);
@import url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/bower_components/TextaMediumItalic.css);
@import url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/bower_components/TextaRegular.css);
/*********************** basic stuff ***********************/
html {
  display: block;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  /* base font-size rem */
}

body {
  display: block;
  position: relative;
  background-color: #1d1d1b;
  font-family: "TextaAltRegular";
}

body#home {
  background-color: #FFF;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "TextaAltRegular";
  -webkit-font-smoothing: antialiased;
  /* makes fonts look less bolder on webkit browsers */
}

.show {
  border: solid 1px green !important;
}

.hide {
  display: none !important;
}

.with100 {
  min-width: 100%;
}

.spacer {
  position: relative;
  width: 100%;
  display: block;
  clear: both;
  height: 20px;
}

.clear {
  clear: both;
  width: 100%;
}

.row {
  position: relative;
}

section {
  position: relative;
}

h1 {
  font-family: "TextaAltMedium";
  color: #1d1d1b;
  font-weight: normal;
}

h2 {
  font-family: "TextaBlack";
  color: #1d1d1b;
  font-weight: normal;
}

h1.big {
  font-family: "TextaAltLight";
  color: #1d1d1b;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 90px;
  font-size: 5.625rem;
  line-height: 5.0rem;
}

h3 {
  font-family: "TextaAltLight";
  color: #1d1d1b;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 3.0rem;
}

p {
  font-family: "TextaAltRegular";
  color: #1d1d1b;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 3.0rem;
}

.strong {
  font-weight: bold !important;
}

#intro p {
  font-family: "TextaAltRegular";
  color: #1d1d1b;
  font-weight: normal;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.8rem;
  margin-bottom: 3.0rem;
  text-align: center;
}

.col2 {
  column-count: 2;
  column-gap: 40px;
  /* Firefox */
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  /* Safari and Chrome */
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
  /*-webkit-column-rule:0 outset #ff00ff;-*/
}

.col2 a {
  font-family: "TextaAltRegular";
  font-weight: bold;
  color: #1d1d1b !important;
  border-bottom: solid 1px #1d1d1b;
}

.col2 a:hover {
  font-family: "TextaAltRegular";
  font-weight: bold;
  color: #1d1d1b !important;
  border-bottom: solid 2px #1d1d1b;
}

.bgShiftnGreen {
  background-color: #a7f9b8 !important;
}

.bgShiftnLightGreen {
  background-color: #cafbd4 !important;
}

.bgShiftnYellow {
  background-color: #faf08d !important;
}

.bgShiftnPink {
  background-color: #fadada !important;
}

.bgShiftnWhite {
  background-color: #FFF !important;
}

.bgShiftnBlack {
  background-color: #1d1d1b !important;
}

.bgShiftnGrey {
  background-color: #828279 !important;
}
.bgShiftnLightGrey {
  background-color: #efefef !important;
}

.bgShiftnLightGrey2 {
  background-color: #dddddd !important;
}

.bgShiftnLightGreyTrans {
  background-color: rgba(239,239,239, 0.96) !important;
}
.bgShiftnLightGrey2 {
  background-color: #e8e8e8 !important;
}

.shiftnGreen {
  color: #a7f9b8 !important;
}

.shiftnPink {
  color: #fadada !important;
}

.shiftnWhite {
  color: #FFF !important;
}

.shiftnBlack {
  color: #1d1d1b !important;
}

.noPadding {
  padding: 0 !important;
}

.noPaddingTop {
  padding-top: 0 !important;
}

.noMargin {
  margin: 0 !important;
}

.upperCase {
  text-transform: uppercase !important;
}

.lowerCase {
  text-transform: lowercase !important;
}

.front {
  z-index: 1 !important;
}

.element-opacity {
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.element-opacity:hover {
  -moz-opacity: 0.6 !important;
  opacity: 0.6 !important;
}

/*********************** button stuff ***********************/

.button {
  border: solid 2px #1d1d1b !important;
  background-color: transparent;
  color: #1d1d1b !important;
  font-family: "TextaBlack";
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: uppercase;
  padding: 8px 15px;
  transition: none;
}

.button:hover {
  border: solid 2px #1d1d1b !important;
  background-color: #1d1d1b;
  color: #FFF !important;
}

.button-black {
  border: solid 2px #1d1d1b !important;
  background-color: transparent;
  color: #1d1d1b !important;
  font-family: "TextaBlack";
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: uppercase;
  padding: 8px 15px;
}

.button-black:hover {
  border: solid 2px #1d1d1b !important;
  background-color: #1d1d1b;
  color: #FFF !important;
}

.inline-button {
  margin-left: 20px;
}

.button-white {
  border: solid 2px #fff !important;
  background-color: transparent;
  color: #fff !important;
  font-family: "TextaBlack";
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: uppercase;
  padding: 8px 15px;
}

.button-white:hover {
  border: solid 2px #fff !important;
  background-color: #fff;
  color: #1d1d1b !important;
}


/*********************** subnav stuff ***********************/

.subnav-item {
  position: relative;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  /*-webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;*/
  min-height: 20rem;
}

.subnav-item:hover {
  -moz-opacity: 0.8 !important;
  opacity: 0.8 !important;
}

.subnav-caption {
  position: absolute;
  top: 25%;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 2.6rem 1.5rem 0 1.5rem;
  width: 100%;
}

.training {
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/ico_briefcase_black.svg);
}

.themes {
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/ico_themes_black.svg);
}

.tools {
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/ico_tools_black.svg);
}

.brainstorm {
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/ico_brainstorm_black.svg);
}

.training {
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/ico_briefcase_black.svg);
}

.themes {
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/ico_themes_black.svg);
}

.tools {
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/ico_tools_black.svg);
}

.brainstorm {
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/ico_brainstorm_black.svg);
}

.subnav-image {
  width: 100%;
}

.squareHelp {
  height: 100%;
}

a:hover .subnav-image {
  opacity: 0.8;
  cursor: pointer;
}

.subnav-caption h2 {
  font-family: "TextaBlack" !important;
  color: #FFF;
  font-size: 32px;
  font-size: 2.0rem;
  line-height: 2.3rem;
  font-weight: normal;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
  /*	border: $showRedBorder;
  */
  position: relative;
}

.subnav-caption h3 {
  font-family: "TextaAltMedium" !important;
  color: #1d1d1b;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: normal;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
  /*	border: $showRedBorder;
  */
  position: relative;
}

.subnav-caption p {
  color: #FFF;
  position: relative;
  font-family: "TextaAltRegular" !important;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.313rem;
  margin: 0.8rem 0 0 0;
}



#subnav .arrowDownBlack {
  display: block;
  padding: 1rem;
}

#subnav .arrowDownBlack img {
  display: block;
  margin: 0 auto;
}

/*********************** subnav2 stuff ***********************/

.subnav2-item {
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.subnav2-item:hover {
  -moz-opacity: 0.8 !important;
  opacity: 0.8 !important;
}

.subnav2-item .item-caption {
  top: 25%;
}

.bgShiftnBlack .subnav2-caption {
  color: #FFF !important;
}

.bgShiftnLightGrey2 .subnav2-caption {
  color: #000 !important;
}

.subnav2-item h2 {
  position: relative;
  font-family: "TextaBlack" !important;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.625rem;
}

.subnav2-item h3 {
  font-family: "TextaLight" !important;
  /*	border: $showRedBorder;
  */
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  width: 100%;
  z-index: 10;
  margin: 0.8rem 0 0 0;
}

.subnav2-item h3 strong {
  font-family: "TextaBlack" !important;
  font-weight: normal;
}

.subnav2-item p {
  position: relative;
  font-family: "TextaAltRegular" !important;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.313rem;
  display: none;
}

.subnav2-item p {
  color: #1d1d1b !important;
}

a:hover .item-image {
  opacity: 0.4;
}

.bgShiftnBlack h2,
.bgShiftnBlack p,
.bgShiftnBlack .item-tag {
  color: #FFF !important;
}

.bgShiftnBlack .item-tag {
  border: solid 1px #FFF !important;
}

.bgShiftnWhite h2,
.bgShiftnWhite p {
  color: #1d1d1b !important;
}

.bgShiftnBlack .item-caption {
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/arrow_right_white.svg);
}

.bgShiftnLightGrey2 h2,
.bgShiftnLightGrey2 p,
.bgShiftnLightGrey2 .item-tag {
  color: #000 !important;
}

/*********************** items stuff ***********************/

.item {
  position: relative;
  height: 35rem;
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.item-caption.shiftnWhite h2,
.item-caption.shiftnWhite p {
  color: #fff;
}

.gradientWhiteLH {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background : -moz-linear-gradient(0% 50% 0deg,rgba(255, 255, 255, 0.7) 0%,rgba(255, 255, 255, 0) 100%);
  background : -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(255, 255, 255, 0.7) ),color-stop(1,rgba(255, 255, 255, 0) ));
  background : -o-linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background : -ms-linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#FFFFFF' , GradientType=1);
}

.gradientWhiteRH {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background : -moz-linear-gradient(0% 50% 0deg,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.8) 100%);
  background : -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(255, 255, 255, 0) ),color-stop(1,rgba(255, 255, 255, 0.8) ));
  background : -o-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  background : -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#FFFFFF' , GradientType=1);
}


.gradientBlackLH {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background : -moz-linear-gradient(0% 50% 0deg,rgba(29, 29, 27, 0.7) 0%,rgba(29, 29, 27, 0) 100%);
  background : -webkit-linear-gradient(0deg, rgba(29, 29, 27, 0.7) 0%, rgba(29, 29, 27, 0) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(29, 29, 27, 0.7) ),color-stop(1,rgba(29, 29, 27, 0) ));
  background : -o-linear-gradient(0deg, rgba(29, 29, 27, 0.7) 0%, rgba(29, 29, 27, 0) 100%);
  background : -ms-linear-gradient(0deg, rgba(29, 29, 27, 0.7) 0%, rgba(29, 29, 27, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1D1D1B', endColorstr='#1D1D1B' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(29, 29, 27, 0.7) 0%, rgba(29, 29, 27, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1D1D1B',endColorstr='#1D1D1B' , GradientType=1);
}

.gradientBlackRH {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background : -moz-linear-gradient(0% 50% 0deg,rgba(29, 29, 27, 0) 0%,rgba(29, 29, 27, 0.8) 100%);
  background : -webkit-linear-gradient(0deg, rgba(29, 29, 27, 0) 0%, rgba(29, 29, 27, 0.8) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(29, 29, 27, 0) ),color-stop(1,rgba(29, 29, 27, 0.8) ));
  background : -o-linear-gradient(0deg, rgba(29, 29, 27, 0) 0%, rgba(29, 29, 27, 0.8) 100%);
  background : -ms-linear-gradient(0deg, rgba(29, 29, 27, 0) 0%, rgba(29, 29, 27, 0.8) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1D1D1B', endColorstr='#1D1D1B' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(29, 29, 27, 0) 0%, rgba(29, 29, 27, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1D1D1B',endColorstr='#1D1D1B' , GradientType=1);
}


/*********************** mainnav2 stuff ***********************/

#mainnav2 {
  margin: 0;
  list-style: none;
  text-align: right;
  line-height: 200px; /* height of header*/
}

#mainnav2 li {
  margin: 0 0 0 2.5rem;
  padding: 0;
  display: inline-block;
}
#mainnav2 li a {
  margin: 0;
  padding: 0;
  display: block;
  font-family: "TextaAltMedium" !important;
  color: #1d1d1b;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px; /* height of header*/
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}

#mainnav2 li a:hover {
  font-family: "TextaAltMedium" !important;
  color: #1d1d1b;
  border-bottom: solid 2px #1d1d1b;
}

#mainnav2 li.current a {
  font-family: "TextaAltMedium" !important;
  font-weight: bold;
  color: #1d1d1b;
  border-bottom: solid 2px #1d1d1b;
}

/*********************** mainnav stuff ***********************/
/* button style */
#trigger-overlay {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #FFF;
  z-index: 100000 !important;
  width: 40px;
  height: 40px;
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/ico_menu.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

/* menu style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 100000 !important;
}

/* Overlay closing cross */
.overlay .overlay-close {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #FFF;
  z-index: 100000 !important;
  width: 40px;
  height: 40px;
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/ico_close_small.svg);
  background-position: center center;
  background-repeat: no-repeat;
  line-height: 80px;
  overflow: hidden;
  padding: 0;
}

/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}

.overlay ul li {
  display: block;
  height: 20%;
  height: calc(100% / 5);
  min-height: 54px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-transform: uppercase;
}

.overlay ul li a {
  font-family: "TextaLight" !important;
  text-align: center;
  font-weight: normal;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1.2rem;
  color: #1d1d1b;
  text-transform: uppercase;
  display: block;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.overlay ul li.current a {
  font-family: "TextaBlack" !important;
}

.overlay ul li.current a:hover {
  color: #1d1d1b;
  cursor: default;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #61615f;
}

/* Effects */
.overlay-door {
  visibility: hidden;
  width: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 0.5s 0.3s, visibility 0s 0.8s;
  transition: width 0.5s 0.3s, visibility 0s 0.8s;
}

.overlay-door.open {
  visibility: visible;
  width: 100%;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.overlay-door nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.overlay-door nav,
.overlay-door .overlay-close {
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}

.overlay-door.open nav,
.overlay-door.open .overlay-close {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.overlay-door.close nav,
.overlay-door.close .overlay-close {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }

  .overlay ul li {
    min-height: 34px;
  }
}
/************ slideshow flickity.css stuff ************/
.main-gallery {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 620px;
  height: 620px;
  display: table;
  background-color: rgba(29, 29, 27, 1.0) !important;
  background-color: #efefef !important;
}

.main-gallery .flickity-viewport {
  position: absolute;
  width: 100%;
  background-color: white;
  background-color: transparent !important;
}

.gallery-cell {
  width: 100%;
  height: 100%;
}

.gallery-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  opacity: 0.5;
  top: 0;
  left: 0;
}

.gallery-caption {
  position: relative;
  width: 100%;
  /*height: 100%;*/

  height: 620px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 30% 0 30%;
  background: -moz-radial-gradient(50% 50%, circle farthest-corner, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-radial-gradient(50% 50%, circle farthest-corner, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 377.51, color-stop(0, rgba(255, 255, 255, 0.9)), color-stop(1, rgba(255, 255, 255, 0)));
  background: -o-radial-gradient(50% 50%, circle farthest-corner, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-radial-gradient(50% 50%, circle farthest-corner, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(50% 50%, circle farthest-corner, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  filter: alpha(opacity=40) progid:DXImageTransform.Microsoft.Alpha(opacity=40) progid:DXImageTransform.Microsoft.Alpha(Stlye=2);
  z-index: 10;
}

.gallery-caption h2 {
  position: relative;
  font-family: "TextaBlack" !important;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem;
  line-height: 2.1rem;
  color: #000 !important;
  z-index: 20;
}

.gallery-caption p {
  position: relative;
  font-family: "TextaAltRegular" !important;
  text-align: center;
  font-weight: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.2rem;
  color: #000 !important;
  z-index: 20;
}

/* position dots up a bit */
#gallery .flickity-page-dots {
  bottom: 50px;
}

/* dots are lines */
#gallery .flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0;
  opacity: 1;
  border-radius: 0;
  background: #fff;
  /*background-color: rgba(255, 255, 255, 1.0);*/
  background-color: #a6a6a6;
}

/* fill-in selected dot */
#gallery .flickity-page-dots .dot.is-selected {
  background: #1d1d1b;
}

#gallery .flickity-prev-next-button {
  width: 100px;
  height: 100px;
  background: transparent;
}

#gallery .flickity-prev-next-button:hover {
  background: transparent;
}

/* arrow color */
#gallery .flickity-prev-next-button .arrow {
  fill: #000;
  display: none;
}

#gallery .flickity-prev-next-button.next {
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/arrow_right_outline.svg);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 100;
}

#gallery .flickity-prev-next-button.previous {
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/arrow_left_outline.svg);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 100;
}

#gallery .flickity-prev-next-button.no-svg {
  color: #000;
}

/* hide disabled button */
#gallery .flickity-prev-next-button:disabled {
  display: none;
}

.video-tile {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/video-tile.png);
  background-position: top left;
  }

.video-tile2 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(80%, rgba(255,255,255,0.8)), color-stop(100%, rgba(255,255,255,0.8)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0.8) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0.8) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0.8) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
  }

#gallery-fullscreen {
  position: absolute;
  bottom: 40px;
  right: 40px;
  background-color: transparent;
  z-index: 10000;
  width: 40px;
  height: 40px;
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/ico_fullscreen.svg);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-size: 90%;
}

#gallery-fullscreen:hover {
  background-position: center center;
  background-size: 100%;
}

#gallery-fullscreen2 {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: transparent;
  z-index: 10000;
  width: 40px;
  height: 40px;
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/ico_fullscreen2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-size: 100%;
}

#gallery-fullscreen2:hover {
  background-position: center center;
  background-size: 90%;
}
body#gallery #header {
  z-index: 1000;
  position: fixed;
}

body#gallery .main-gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  /*background-color: rgba(29, 29, 27, 0.9) !important;*/
  background-color: #efefef !important;
}

body#gallery .gallery-cell {
  width: 100%;
  height: 100%;
  display: table;
}

body#gallery .gallery-caption {
  height: 50%;
  position: relative;
  width: 100% !important;
  vertical-align: middle;
  display: table-cell;
  padding: 0 30%;
  background: -moz-radial-gradient(50% 50%, circle farthest-corner, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-radial-gradient(50% 50%, circle farthest-corner, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 377.51, color-stop(0, rgba(255, 255, 255, 0.9)), color-stop(1, rgba(255, 255, 255, 0)));
  background: -o-radial-gradient(50% 50%, circle farthest-corner, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-radial-gradient(50% 50%, circle farthest-corner, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(50% 50%, circle farthest-corner, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  filter: alpha(opacity=40) progid:DXImageTransform.Microsoft.Alpha(opacity=40) progid:DXImageTransform.Microsoft.Alpha(Stlye=2);
  z-index: 10;
}

body#gallery .gallery-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  opacity: 0.5;
}

body#gallery .video-tile {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/video-tile.png);
  background-position: top left;
}

body#gallery .gallery-caption h2 {
  position: relative;
  font-family: "TextaBlack" !important;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem;
  line-height: 2.1rem;
  color: #000 !important;
  z-index: 20;
}

body#gallery .gallery-caption p {
  position: relative;
  font-family: "TextaAltRegular" !important;
  text-align: center;
  font-weight: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.2rem;
  color: #000 !important;
  z-index: 20;
}

#logo {
  position: relative;
  display: block;
  margin: 40% auto 40% auto;
  height: 100%;
  /*width: 60%;*/
}

#logo a {
  display: block;
  text-align: center;
  opacity: 1.0;
}

#logo a:hover {
  opacity: 0.6;
}

#logo2 {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 0;
}

#logo2 a {
  display: block;
  text-align: center;
}

#logo3 {
  position: relative;
  display: block;
  width: 100%;
}

#logo3 a {
  display: block;
  text-align: center;
  width: 150px;
  margin: 20% auto 0 auto;
}

/*********************** twitter stuff ***********************/
#twitter-box p {
  font-family: "TextaHeavy" !important;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 23px;
  color: #1d1d1b !important;
}

#twitter-box p a {
  font-family: "TextaHeavy" !important;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
  color: #1d1d1b !important;
  text-decoration: underline;
}

#twitter-box p a:hover {
  color: #61615f !important;
  text-decoration: underline;
}

.tweet {
  text-align: center;
  margin: 50px 0 30px 0;
}

/*********************** tags stuff ***********************/
.item-tags {
  position: absolute;
  bottom: 16px;
  bottom: 1rem;
  left: 16px;
  left: 1rem;
}

.item-tag {
  border: solid 1px #1d1d1b;
  background-color: transparent;
  position: relative;
  color: #1d1d1b;
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "TextaAltRegular" !important;
  font-weight: normal;
  margin-right: 5px;
  margin-bottom: 1rem;
}

.item-tag:hover {
  border: solid 1px rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.8);
  font-family: "TextaAltMedium" !important;
  color: #fff;
}
.content-links {
  background-color: #FFF !important;
}

.content-links .columns {
  padding: 4rem;
}

.content-links h2 {
  text-align: left !important;
  font-size: 24px;
  font-size: 1.5rem;
}

.content-links ul {
  list-style: none;
  margin: 0;
}

.content-links ul li {
  text-align: left;
}

.content-links ul li a {
  font-family: "TextaAltRegular";
  color: #1d1d1b;
  font-weight: normal;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.8rem;
  margin-bottom: 3.0rem;
  text-align: left;
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/bullet_cross.svg);
  background-position: 0 0.75rem;
  background-repeat: no-repeat;
  padding: 0 0 0 1rem;
}

.content-links ul li a:hover {
  font-weight: bold;
  border-bottom: solid 1px #1d1d1b;
}

.arrow-up-down {
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/arrow_up_down.svg);
  background-position: 50% 85%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 50px;
  top: -32px;
}

/*********************** header stuff ***********************/

header {
  display: block;
  position: relative;
  /*background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;*/
}


#banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*background-attachment: scroll;*/
  z-index: 0;
  display: block;
}

#banner2 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 0;
  display: block;
  opacity: 0.6;
}


#banner3 {
  background-color: rgba(255, 255, 255, 1.0);
  display: block;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#banner4 {
  background-color: rgba(255, 255, 255, 1.0);
  display: block;
  position: relative;
  width: 100%;
}


/*********************** latest-items stuff ***********************/
.latest-item {
  display: block;
  position: relative;
}

.item-image {
  opacity: 0.6;
  width: 100%;
}

a:hover .item-image {
  opacity: 0.4;
}

.item-caption {
  position: relative;
  width: 100%;
  padding: 0;
  top: 10rem;
}

.latest-item h2 {
  position: relative;
  font-family: "TextaBlack" !important;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.625rem;
  display: block;
}

.latest-item h3 {
  font-family: "TextaLight" !important;
  /*	border: $showRedBorder;
  */
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  width: 100%;
  z-index: 10;
  margin: 0.8rem 0 0 0;
  right: 0.8rem;
}

.latest-item h3 strong {
  font-family: "TextaBlack" !important;
  font-weight: normal;
}

.latest-item p {
  position: relative;
  font-family: "TextaAltRegular" !important;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.313rem;
  display: none;
}

.latest-item p {
  color: #1d1d1b !important;
}

a:hover p {
  display: block;
}

.bgShiftnBlack h2,
.bgShiftnBlack p
/*,
.bgShiftnBlack .item-tag*/ {
  color: #FFF !important;
}
/*
.bgShiftnBlack .item-tag {
  border: solid 1px #FFF !important;
}*/

.bgShiftnWhite h2
/*, .bgShiftnWhite .item-tag*/ {
  color: #1d1d1b !important;
}

/*********************** project stuff ***********************/
.project-tags {
  position: relative;
  width: 100%;
  text-align: center;
}

.project-tag {
  border: solid 1px #1d1d1b;
  background-color: transparent;
  position: relative;
  color: #1d1d1b;
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "TextaAltRegular" !important;
  font-weight: normal;
  margin-right: 5px;
  margin-bottom: 1rem;
}

.active.project-tag,
.project-tag:hover {
  border: solid 1px rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.8);
  font-family: "TextaAltMedium" !important;
  color: #fff;
}

#projects-list ul {
  background-color: #efefef;
}

#projects-list li {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  border: solid 1px #e8e8e8;
  background-color: #FFF;
}

#projects-list li a {
  display: inline-block;
  position: relative;
  padding: 2rem;
  overflow: hidden;
}

.projects-list-thumb {
  padding: 1rem 1rem 5rem 1rem;
  display: block;
}

#projects-list li img {
  width: 100%;
}

#projects-list li h4 {
  font-family: "TextaBlack";
  color: #1d1d1b !important;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  margin: 0;
}

#projects-list li a {
  opacity: 1.0;
  width: 100%;
 -webkit-transition: all 0.20s ease-out;
  -moz-transition: all 0.20s ease-out;
  -o-transition: all 0.20s ease-out;
  transition: all 0.20s ease-out;
  /* Hovers */
  /* Sizes */
  /* Colors */
  /* Radii */
  /* Layout */
  /* Disabled ---------- */
}

#projects-list li a:hover {
  /*opacity: 0.6;*/
}

#projects-list li a:hover .projects-list-thumb {
  padding: 0.5rem 0.5rem 4.7rem 0.5rem;
  display: block;
}
  /*opacity: 0.6;*/



.content-filters h4 {
  font-family: "TextaBlack" !important;
  font-weight: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.625rem;
}

/*********************** about team stuff ***********************/
#team-box {
  padding: 50px 0 30px 0;
  position: relative;
}

#team-box h1 {
  font-family: "TextaBlack" !important;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 43px;
  line-height: 2.688rem;
  color: #1d1d1b !important;
  margin: 0;
  position: relative;
}

#team-box h2 {
  font-family: "TextaBlack" !important;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 43px;
  line-height: 2.688rem;
  color: #1d1d1b !important;
  margin: 0;
  position: relative;
}

.team-member {
  text-align: center !important;
  display: inline-block !important;
  min-height: 15rem;
}

ul.small-block-grid-1.medium-block-grid-5.large-block-grid-5.centerBlockGrid {
	display: block;
	text-align: center;
}

.centerBlockGrid li {
	display: inline-block;
}

.team-member-portrait {
  width: 100px;
  height: 100px;
  background-size: cover;
  border-radius: 100px;
  background-position: center;
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.team-member-portrait:hover {
  cursor: pointer;
}

.noHover:hover {
  cursor: default;
}

.whiteBorder {
  border: solid 5px #fff;
}

.reveal-modal .team-member-portrait {
  width: 15rem;
  height: 15rem;
  border-radius: 15rem;
  background-color: none;
}

.team-member h3 {
  font-family: "TextaAltRegular" !important;
  font-size: 21px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 21px;
  line-height: 1.5rem;
  color: #1d1d1b !important;
  margin: 20px 0 20px 0;
  text-transform: none;
}

.team-member h3 strong {
  font-family: "TextaBlack" !important;
  font-weight: normal;
}

.team-member-links {
  margin: 0;
  position: relative;
  width: 100%;
  display: block;
}

.team-member-links li {
  margin: 0;
  list-style: none;
  display: inline-block;
  position: relative;
}

.team-member-links li a {
  margin: 0 3px 6px 0;
  border: solid 1px #1d1d1b !important;
  padding: 3px 8px 3px 8px;
  padding: 0.1875rem 0.5rem 0.1875rem 0.5rem;
  border-radius: 10px;
  border-radius:  1rem;
  font-family: "TextaAltMedium" !important;
  font-size: 18px;
  font-size: 1.2rem;
  color: #1d1d1b;
  display: inline-block;
  line-height: 1.2rem;
}

.team-member-links li a:hover {
  color: #FFF;
  background-color: #1d1d1b;
}



/** modal stuff **/

.reveal-modal-bg {
  background-color: rgba(255, 255, 255, 1.0);
  position: fixed !important;
}

.reveal-modal {
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  float: left;

}


/* modal closing cross */
.close-reveal-modal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  background-color: #FFF;
  z-index: 5000000;
  width: 40px;
  height: 40px;
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/ico_close_small.svg);
  background-position: center center;
  background-repeat: no-repeat;
  line-height: 80px;
  overflow: hidden;
  padding: 0;
}

/** modal stuff newsletter **/

.reveal-modal-bg {
  background-color: rgba(255, 255, 255, 1.0);
  position: fixed !important;
}

.reveal-modal {
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
  border: 0;
}

.mc-field-group {
  margin: 0 !important;
}

#modalNewsletter label {
  line-height: 1.5rem !important;
}

#modalNewsletter input {
  margin: 0 0 0 0!important;

}

#modalNewsletter input[type="text"],
#modalNewsletter input[type="password"],
#modalNewsletter input[type="date"],
#modalNewsletter input[type="datetime"],
#modalNewsletter input[type="datetime-local"],
#modalNewsletter input[type="month"],
#modalNewsletter input[type="week"],
#modalNewsletter input[type="email"],
#modalNewsletter input[type="number"],
#modalNewsletter input[type="search"],
#modalNewsletter input[type="tel"],
#modalNewsletter input[type="time"],
#modalNewsletter input[type="url"],
#modalNewsletter input[type="color"],
#modalNewsletter textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #e8e8e8;
  font-family: "TextaAltRegular" !important;
  line-height: 1.8rem !important;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  color: #1d1d1b !important;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 2rem 0;
  padding: 1.5rem !important;
  width: 100%;
}


/** bio stuff **/


.bio-content {
  padding: 50px 0 50px 0;
  text-align: center;

}

.bio-content p {
  font-family: "TextaAltRegular" !important;
  font-size: 21px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 27px;
  line-height: 1.9rem;
  color: #1d1d1b !important;
  padding: 0 0 0 0;
  text-align: left;
}

.arrow-down-pink {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #fadada;
  position: absolute;
  top: -55px;
}

.arrow-left {
  left: 12%;
}

.arrow-left2 {
  left: 36%;
}

.arrow-center {
  left: 49%;
}

.arrow-right2 {
  right: 36%;
}

.arrow-right {
  right: 12%;
}

.tab-title.active {
  color: #FFF;
  background-color: #1d1d1b;
  border-radius: 14px;
}

#where p {
  font-family: "TextaAltRegular" !important;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: normal;
  line-height: 27px;
  line-height: 1.688rem;
  color: #1d1d1b !important;
  margin: 20px 0 20px 0;
}

#where p strong {
  font-family: "TextaHeavy" !important;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 27px;
  line-height: 1.688rem;
  color: #1d1d1b !important;
  margin: 20px 0 20px 0;
}

.close-button {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/ico_close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  margin: 0 auto;
}

/*********************** news stuff ***********************/
.date {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-top: 1rem;
}

.date span {
  font-family: "TextaBlack" !important;
}


.news-content {
  padding: 50px 0;
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/timeLine_top.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 26px auto;
}

.news-content p {
  font-family: "TextaAltRegular" !important;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: normal;
  line-height: 27px;
  line-height: 1.688rem;
  color: #1d1d1b !important;
  padding: 0 1rem 0 0;
  margin-bottom: 1.5rem;
}

.news-links {
  background-color: #FFF !important;
  padding: 2rem;
}

.news-links h2 {
  text-align: left !important;
  font-size: 24px;
  font-size: 1.5rem;
}

.news-links ul {
  list-style: none;
  margin: 0;
}

.news-links ul li {
  text-align: left;
}

.news-links ul li a {
  font-family: "TextaAltRegular";
  color: #1d1d1b;
  font-weight: normal;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.8rem;
  margin-bottom: 0.5rem;
  text-align: left;
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/bullet_cross.svg);
  background-position: 0 0.75rem;
  background-repeat: no-repeat;
  padding: 0 0 0 1rem;
  display: block;
}

.news-links ul li a:hover {
  font-weight: bold;
  border-bottom: solid 1px #1d1d1b;
}

.arrow-up-down-green {
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/arrow_up_down_green.svg);
  background-position: 50% 85%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 50px;
  top: -32px;
}

#news-list-content {
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/timeLine_vline.svg);
  background-position: top center;
  background-repeat: repeat-y;
}

#news-list-content .project-tags {
  margin-left: 1rem;
  margin-right: 1rem;
}

.news-item {
  display: block;
  position: relative;
}

.news-item a h4 {
  color: #1d1d1b;
  -webkit-transition: all 0.20s ease-out;
  -moz-transition: all 0.20s ease-out;
  -o-transition: all 0.20s ease-out;
  transition: all 0.20s ease-out;
  /* Hovers */
  /* Sizes */
  /* Colors */
  /* Radii */
  /* Layout */
  /* Disabled ---------- */
}

.news-item a:hover h4 {
  color: #61615f;
}

.news-item-left {
  padding-right: 4rem;
}

.news-item-right {
  padding-left: 4rem;
}

.news-item h4 {
  position: relative;
  font-family: "TextaBlack";
  color: #1d1d1b;
  font-weight: normal;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  background-color: #FFF;
  z-index: 10;
  padding-left: 1rem;
  padding-right: 1rem;
}

.date2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.date2 span {
  font-family: "TextaBlack" !important;
  font-size: 24px;
  font-size: 1.5rem;
}

.bullet-left {
  position: absolute;
  right: -22px;
  top: 14px;
  display: block;
  width: 100%;
  height: 30px;
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/timeLine_bullet_right.svg);
  background-position: top right;
  background-repeat: no-repeat;
}

.bullet-right {
  position: absolute;
  left: -22px;
  top: 14px;
  display: block;
  width: 100%;
  height: 30px;
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/timeLine_bullet_left.svg);
  background-position: top left;
  background-repeat: no-repeat;
}

#news-list-content .project-tag {
  font-size: 16px;
  font-size: 1rem;
  margin-right: 0.3rem;
  margin-bottom: 0.5rem;
}

/*********************** partners stuff ***********************/
.partners-links {
  margin: 0;
}

.partners-links li {
  margin: 0;
  list-style: none;
  display: inline-block;
}

.partners-links li a {
  margin: 0 5px 10px 0;
  border: solid 1px #1d1d1b !important;
  padding: 5px 15px 7px 15px;
  border-radius: 14px;
  font-family: "TextaAltMedium" !important;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #1d1d1b;
  display: inline-block;
  line-height: 18px;
}

.partners-links li a:hover {
  color: #FFF;
  background-color: #1d1d1b;
}

.partners-content {
  /*margin-bottom: 8rem;*/
}

.partners-content h2  {
  font-family: "TextaAltMedium" !important;
  font-size: 32px;
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: normal;
}


.partners-content p {
  margin: 0;
}

.partners-content p a {
  color: #1d1d1b;
  text-decoration: underline;
  padding-bottom: 0;
  font-family: "TextaAltMedium" !important;
}

.partners-content p a:hover {
  color: #000;
  text-decoration: underline;
  opacity: 0.6;
}


.partners-logo {
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-height: 250px;
  display: block;
  position: relative;
}

/*********************** form stuff ***********************/
/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: "TextaAltRegular" !important;
  line-height: 1.8rem !important;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  color: #1d1d1b !important;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 2rem 0;
  padding: 1.5rem !important;
  width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #000;
  color: #1d1d1b !important;
  outline: none;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}

textarea {
  min-height: 150px;
}

label {
  font-family: "TextaBlack" !important;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 3rem !important;
  color: #1d1d1b !important;
  padding: 0 !important;
  text-transform: uppercase;
}

/*********************** footer stuff ***********************/
footer {
  color: #FFF !important;
  padding: 50px 0 100px 0;
  background-color: rgba(0, 0, 0, 0.9);
  position: relative;
}

#footer h1 {
  font-family: "TextaBlack";
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 43px;
  line-height: 2.688rem;
  color: #FFF !important;
  margin: 0 0 0 0;
}

#footer h2 {
  font-family: "TextaBlack";
  font-size: 32px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 35px;
  color: #FFF !important;
  margin: 10px 0 0 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

#footer p {
  font-family: "TextaAltMedium";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 21px;
  color: #FFF !important;
  margin: 0 0 0 0;
  text-decoration: none;
  width: 100%;
}

.footer-item {
  border: solid 1px #333 !important;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 2.6rem 1.5rem 2.6rem 1.5rem;
  min-height: 200px;
  margin-top: 20px;
  -webkit-transition: all 0.20s ease-out;
  -moz-transition: all 0.20s ease-out;
  -o-transition: all 0.20s ease-out;
  transition: all 0.20s ease-out;
  /* Hovers */
  /* Sizes */
  /* Colors */
  /* Radii */
  /* Layout */
  /* Disabled ---------- */
}

.footer-item:hover {
  border: solid 1px #FFF !important;
}

.social-nav {
  margin: 0;
}

.social-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.footer-item-nolink {
  padding: 2.6rem 0 0 2.6rem;
}

.social-nav {
  margin: 20px 0 0 0;
}

.social-nav li a {
  margin: 0 0 0 0;
  width: 40px;
  height: 40px;
  list-style: none;
  display: block;
  position: relative;
  border: solid 1px #FFF !important;
  background-position: center center;
  background-repeat: no-repeat;
}

.twitter {
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/ico_twitter_logo.svg);
}

.facebook {
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/ico_facebook.svg);
}

.linkedin {
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/ico_linkedin.svg);
}

.tumblr {
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/ico_tumblr.svg);
}

.meetup {
  background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/ico_meetup.svg);
}

/*********************** events stuff ***********************/


#eventsSpeakers h2 {
  text-align: center !important;
  padding: 0 5rem;
}

#ticketsBox {
  width: 100%;
  height: auto;
}

.eventsBanner {
  position: absolute;
  width: 100%;

}

.eventsBanner img {
  width: 100%;
}

.spacerEventsBanner {
  position: relative;
  width: 100%;
  display: block;
  clear: both;
  height: 60rem;
}





/*********************** media queries ***********************/
/* SMARTPHONE Small screens | max-width 640px */
@media only screen and (max-width: 40em) {

	html {
	font-size: 10px;
	font-size: 0.6rem;

	/* base font-size rem */
	}

	#banner {
	  position: absolute;
    background-attachment: fixed;
	}

	#banner2 {
	  position: absolute;
    background-attachment: fixed;
	}

  #banner3 {
    background-size: 180% auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  #banner4 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .item {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  #logo {
    margin: 20% auto 20% auto;
  }

	h1.big {
	  font-size: 90px;
	  font-size: 3.5rem;
	  line-height: 3.5rem;
	}

	#gallery .flickity-prev-next-button {
	display: none;
	}

	.main-gallery {
	min-height: 320px !important;
	}

	.gallery-caption {
	height: 320px !important;
	padding: 0 10% !important;
	}

	.gallery-caption p {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.5rem;
	}

	/* position dots up a bit */
	#gallery .flickity-page-dots {
	bottom: 30px;
	}

	a:hover p {
	  display: none;
	}

	.subnav-caption {
	top: 17%;
	/*padding: 3.5rem 1.5rem 0 1.5rem;*/
	}

	.subnav2-item .item-caption {
	top: 25%;
	padding: 3.5rem 1.2rem 0 1.2rem;
	}

	.overlay ul li a {
	font-size: 60px;
	font-size: 3.75rem;
	line-height: 1.313rem;
	}


  .item-caption {
    top: 5rem;
  }

  #team-members {
    padding: 0 3rem;
  }

	.team-member-portrait {
	width: 90px;
	height: 90px;
	margin: 0 auto 0 auto;
	}


  .team-member h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 2rem;
  }

  .team-member h3 strong {
    font-family: "TextaBlack" !important;
    font-weight: normal;
  }


	.button {
		font-size: 1.8rem;
		text-transform: uppercase;
		padding: 8px 15px;
	}

	.col2 {
		column-count: 1;
		column-gap: 0;
		/* Firefox */
		-moz-column-count: 1;
		-moz-column-gap: 0;
		/* Safari and Chrome */
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		/*-webkit-column-rule:0 outset #ff00ff;-*/
	}

	.bio-content {
	  padding: 50px 0 20px 0;
	}

	.bio-content p {
	  font-family: "TextaAltRegular" !important;
	  font-size: 21px;
	  font-size: 1.8rem;
	  font-weight: normal;
	  line-height: 27px;
	  line-height: 2rem;
	  color: #1d1d1b !important;
	  padding: 0 0 0 0;
	}

  .gallery-caption {
    height: 620px;
    padding: 0 30%;
    display: block;

  }

	#gallery .flickity-page-dots .dot {
		width: 20px;
	}

	#gallery-fullscreen {
		position: absolute;
		bottom: 20px;
		right: 20px;
		background-color: transparent;
		z-index: 10000;
		width: 20px;
		height: 20px;
		background-image: url(http://www.shiftn.com/admin/expressionengine/templates/default_site/start.group/images/ico_fullscreen.svg);
		background-position: center center;
		background-repeat: no-repeat;
		display: block;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		background-size: 90%;
	}

	footer h2 {
		font-size: 48px;
		font-size: 2.5rem;
		line-height: 35px;
	}

	footer p {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 21px;
	}

	.footer-item {
	border: none !important;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 1rem 1.0rem 0 1.0rem;
	min-height: 120px;
	}

  .spacerEventsBanner {
    height: 20rem;
  }
}
/* TABLET Medium screens | min-width 641px */
@media only screen and (min-width: 40.063em) {
  html {
    font-size: 11px;
    font-size: 0.6875rem;
    /* base font-size rem */
  	}

	#banner {
	  position: absolute;
	}

	#banner2 {
	  position: absolute;
	}

  #banner3 {
    background-size: 180% auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .item {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

	.main-gallery {
	min-height: 500px;
	}

	.gallery-caption {
	height: 500px;
	padding: 0 30%;
	}

	.gallery-caption h2 {
	font-size: 48px;
	font-size: 3rem;
	line-height: 3rem;
	}

	.gallery-caption p {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.6rem;
	}

	.subnav-caption {
	top: 25%;
	padding: 3.5rem 1.5rem 0 1.5rem;
	background-size: 12%;
	}

	.subnav2-item .item-caption {
	top: 25%;
	padding: 3.5rem 1.2rem 0 1.2rem;
	}

  #ticketsBox {
    width: 100%;
    height: 600px;
  }

  .spacerEventsBanner {
    height: 40rem;
  }
}
/* DESKTOP 1 Large screens | min-width 1025px*/
@media only screen and (min-width: 64.063em) {
  html {
    font-size: 16px;
    font-size: 1rem;
    /* base font-size rem */
  }

	#banner {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background-size: cover;
	  background-position: center center;
	  background-repeat: no-repeat;
	  z-index: 0;
	  display: block;
	}

	#banner2 {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background-size: cover;
	  background-position: center center;
	  background-repeat: no-repeat;
	  z-index: 0;
	  display: block;
	}

  #explore-box p {
    font-family: "TextaAltRegular";
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 21px !important;
    color: #1d1d1b !important;
  }

  .main-gallery {
    min-height: 620px;
  }

  .gallery-caption {
    height: 620px;
    padding: 0 30%;
    display: block;

  }

  .gallery-caption h2 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 3rem;
  }

  .gallery-caption p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6rem;
  }

  .subnav-caption {
    top: 25%;
    padding: 3.5rem 1.5rem 0 1.5rem;
    background-size: 10%;
  }

  .spacerEventsBanner {
    height: 40rem;
  }

}
/* DESKTOP 2 XLarge screens | min-width 1441px */
@media only screen and (min-width: 90.063em) {
  html {
    font-size: 16px;
    font-size: 1rem;
    /* base font-size rem */
  }
	#banner {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background-size: cover;
	  background-position: center center;
	  background-repeat: no-repeat;
	  z-index: 0;
	  display: block;
	}

	#banner2 {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background-size: cover;
	  background-position: center center;
	  background-repeat: no-repeat;
	  z-index: 0;
	  display: block;
	}


  .item {
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    /*background-attachment: fixed !important;*/
  }

  .main-gallery {
    min-height: 900px;
  }

  .gallery-caption {
    padding: 0 30%;
    height: 900px;
  }

  .gallery-caption h2 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 3rem;
  }

  .gallery-caption p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.6rem;
  }

  .subnav-caption {
    top: 25%;
    padding: 3.5rem 1.5rem 0 1.5rem;
    background-size: 10%;
  }
  .spacerEventsBanner {
    height: 60rem;
  }



}
/* DESKTOP 3 XXLarge screens | min-width 1921px */
