/* Pink Background: #ffbace to #f97790 */
/*
    background: linear-gradient(to bottom, #ffbace 0%,#3f4c6b 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





body {
/*   background: linear-gradient(to bottom, #647498 0%,#3f4c6b 100%); */
/*
	background-image: url('/assets/img/green-bg.svg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
*/
  color: #3c3c3c;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px; 
  line-height: 1.4;
}

a {
	text-decoration: none;
	transition: 0.3s ease all;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	margin-bottom: 1.4em;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
code, pre {
	font-family: Consolas, Monaco, 'Andale Mono', 'Lucida Console', monospace;
	hyphens: none;
}

pre {
	max-height: 30em;
	overflow: auto;
}
.text-center {
	text-align: center;
}
code {
	color: #35495e;
  padding: 2px 7px;
  font-weight: 400;
  font-size: 13px;
  line-height: inherit;
  font-family: Andale Mono,monospace;
  background-color: hsla(0,0%,78.4%,.2);
}



.navbar {
	padding-bottom: 1.2em;
}
.navbar-header {
	padding: 1em;
	text-align: center;
}

ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
ul.nav li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
ul.nav li a {
	display: block;
	padding: 10px 7px;
	color: #b8b8b8;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  color: #b8b8b8;
}

@media screen and (min-width:700px){
	.navbar {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.navbar-header {
		float: left;
	}
  .nav {
	  float: right;
  }
  ul.nav li a {
	  padding: 10px 15px;
  }
}


.grid-row {
	padding: 1em;
}

@media screen and (min-width: 670px){
	
	.grid-row {
		display: grid;
		grid-template-columns: 50% 50%;
		padding: 100px 25px;
	}
	.callout {
		padding: 1em;
	}
	
	
}

.with-border {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 35px;
  color: #4a4a4a;
  font-size: 2.3em;
  font-weight: 700;
}
.with-border:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 5px;
  background:#ae0940;
}




.big-card {
	max-width: 100%;
  margin: 0 auto 2em;
  background: #fff;
}

@media screen and (min-width:700px){
	
	.big-card {
		max-width: 2000px;
	}

}

.container,
.content {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.container.small {
	max-width: 900px;
}
.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.block {
  display: block;
  padding: 0 1em; }

.col-centered {
  float: none;
  margin: 0 auto; }

.regular {
  padding: 42px 0;
  margin: 0 auto; 
}
.regular.wide {
	padding: 8em 0;
}
section.regular {
	padding-left: 1em;
	padding-right: 1em;
}

.section-blog .regular {
	padding: 0 10px;
	margin-bottom: 40px;
}
.section-blog .navbar-redwood {
	margin-bottom: 0;
}
.headline {
	letter-spacing: .5em;
	text-transform: uppercase;
	margin-bottom: 3em;
  color: #909090;
}

.container.grid {
	
}
.one-third,
.two-thirds {
	
}

.alignleft {
	max-width: 400px;
	display: block;
	margin: 0 auto 1em;
}

@media screen and (min-width: 600px){
	
	.alignleft {
		float: left;
		margin: 0 1em 1em 0;
	}
	
	.container.grid {
		display: flex;
		flex-direction: row;
	}
	.one-third,
	.two-thirds {
		padding: 0 1em;
	}
	.one-third {
		width: 33%;
	}
	.two-thirds {
		width: 64%;
	}
  .one-half {
    width: 50%;
  }
	
	
}

.pagination {
	display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.paginationli li:first-child a {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.pagination li a,
.pagination li span {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.button {
  position: relative;
  display: inline-block;
  padding: 13px 25px;
  color: inherit;
  text-align: center;
  line-height: 1.5rem;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px;
  transition: all .2s;
  text-transform: uppercase;
  color: #fff;
  background: #0c75b2;
  border: 2px solid #0c75b2;
  font-weight: bold;
  letter-spacing: 1px;
}
.button:hover {
  text-decoration: none;
  background: #fff;
  color: #0c75b2;
}

/* About Page */
.section-about h1 {
	text-align: center;
}

.hero {
  padding-bottom: 64px;
  position: relative;
  margin-top: -21px; }
  .hero .hero-background {
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
   }
    .hero .hero-background .overlay {
      height: 700px;
      width: 100%;
      position: absolute;
      background: rgba(0, 0, 0, 0.55);
      z-index: 1; }

  .hero article {
    padding: 64px 0;
    max-width: 700px;
    margin: 0 auto;
    z-index: 2; }
  
    .hero.home-hero {
	    padding-bottom: 0;
    }
		.hero.home-hero .hero-background {
	    height: 500px;
    }
    .hero.home-hero header {
	    color: #3c3c3c;
	    text-align: left;
	    max-width: 900px;
    }
    .hero header h1 {
      margin-top: 200px; }
    .hero h2 {
      font-family: "Lora", serif;
      font-style: italic;
      -webkit-font-smoothing: antialiased; 
      margin: 0;
      text-align: center;
      font-size: 38px;
      font-weight: 400;
     }
  .hero .meta {
    position: absolute;
    width: 700px;
    left: 50%;
    margin: 0 0 0 -350px;
    bottom: 32px;
    z-index: 5;
    text-align: center; }
    .hero .meta .avatar, .hero .meta .name, .hero .meta .length, .hero .meta .date {
      display: block;
      text-align: center; }
    .hero .meta .name {
      color: #fff;
      margin: 5px 0;
      font-family: "Lora", serif;
      font-style: italic;
      font-size: 18px;
      text-transform: normal;
      -webkit-font-smoothing: antialiased; }
    .hero .meta img {
      display: inline-block; }
    .hero .meta .date {
      color: #fff;
      margin-top: 10px;
      -webkit-font-smoothing: antialiased; }

/* Home */
.companies {
	display: flex;
	justify-content: center;
	align-items: center;
  flex-wrap: wrap;
}
.companies a {
	transition: 0.3s ease all;
	margin: 20px;
}

.companies a svg {
	display: block;
  width: 200px;
}
.companies a:hover svg {
	
}
.companies a.gwd:hover svg {
	fill: #f3721e;
}
.companies img {
  width: 200px;
  display: block;
}

.archive_header {
	padding: 2em 1em; 
}
.archive_header h1 {
	margin-bottom: 0;
}
.article_header {
	background: #fd6969;
  padding: 1em;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  position: relative;
}
.overlay {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
  z-index: 1;
}
.article_header h1 {
  line-height: 1;
  margin-bottom: 32px;
  font-size: 40px;
  position: relative;
  z-index: 4;
}

.article_header h2 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 44px; 
  position: relative;
  z-index: 4;
}

.article_header .meta {
  position: relative;
  z-index: 4;
}

.article_header .meta img {
  margin:0 auto;
  display: block; 
  border-radius: 100%;
}

.article_header .meta a {
  display: block;
  color: #fff;
}
.article_header .meta span {
	color: #fff;
}

.article_header .meta .date {
  margin-top: 8px;
  color: #fff;
  letter-spacing: 3px;
}

.article_content {
  margin: -30px auto 0;
  background: #fff;
  padding: 18px 10px;
  max-width: 820px;
  position: relative;
  z-index: 5;
}
.article_content ol {
	list-style-type: decimal;
  margin-left: 1em;
}
.article_content ol li {
	padding-left: 1em;
}

@media screen and (min-width: 700px){
	
	.article_header {
		padding: 2em;
	}
	.article_content {
		margin: -60px auto 0;
		padding: 2em;
	}
	.article_header h1 {
		font-size: 70px;
	}
	
}

.pagination_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

footer.article-footer {
  margin: 0 auto;
  max-width: 600px;
  padding: 32px 0; }

.block .meta {
  margin: 5px 0 0; }

footer.page {
  padding: 0;
  text-align: center;
}
  footer.page p.copyright {
    font-weight: 900;
    font-size: 14px; }
  footer.page p.tribute {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5em; }

.section-things {
  background: #f2f2f2; }
  .section-things section header {
    padding: 64px 0 32px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    z-index: 2; }

.read-more {
  margin-top: 96px;
  font-family: "Lato", sans-serif;
  text-align: center;
  display: block;
  font-family: "Lato", sans-serif;
  color: #b8b8b8;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .5em; }
  .read-more a {
    color: #445566; }

input.giant {
  font-family: "Lato", sans-serif;
  font-size: 60px;
  font-weight: 300;
  color: #3c3c3c;
  box-shadow: none;
  border: none;
  border-radius: 0;
  height: 96px;
  margin-bottom: 32px;
  margin-left: -5px;
  padding: 0px;
  letter-spacing: -.03em;
  outline: none; }
  input.giant:focus, input.giant:active {
    outline: none;
    box-shadow: none !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 900;
  letter-spacing: -.025em;
  margin: 0 0 22px; }

h1 {
  font-size: 50px; }

h2 {
  font-size: 42px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 12px;
  letter-spacing: .15em;
  text-transform: uppercase; }
  h6 em {
    color: #b8b8b8;
    font-style: normal; }

.special {
  
  margin-bottom: 64px; }
  .special small {
    display: block;
    color: #b8b8b8;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .5em;
    margin-bottom: 10px; }



article.content p {
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 32px; }

article.content blockquote {
  border: none;
  padding: 0;
  margin: 0;
  margin: 0 -160px 32px -160px; }
  article.content blockquote p {
    font-size: 28px;
    font-style: italic;
    line-height: 1.5;
    margin: 0;
    text-align: center; }

article.content ul, article.content ol {
  margin-bottom: 32px; }

article.content li {
  margin-bottom: 16px; }
  article.content li:last-child {
    margin-bottom: 0; }

article.content img {
  margin-top: 10px;
  max-width: 100%;
  text-align: center; }

article.content img.yank-left {
  max-width: 30%;
  float: left;
  margin-left: -15%;
  margin-right: 32px; }

article.content img.yank-right {
  max-width: 30%;
  float: right;
  margin-right: -15%;
  margin-left: 32px; }

article.content img.oversized {
  margin: 0 -15% 0 -15%;
  max-width: 130%; }

article.content p.caption {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 14px;
  text-align: center;
  padding-top: 3px; }

article.content iframe {
  margin-bottom: 32px; }

.list {
	max-width: 650px;
	margin: 0 auto;
}
.block {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .block h3 {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 5px;
    line-height: 1.5; }
  .block p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    margin: 0; }
  .block a {
    color: #3c3c3c; }
    .block a:hover, .block a:focus {
      text-decoration: none; }
  .block img {
    max-width: 100%; }
  .block img.small-image {
    border: 1px solid rgba(0, 0, 0, 0.05);
    float: right;
    margin: 3px 0 0 32px; }
  .block img.large-image {
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 16px; }

.meta {
  color: #b8b8b8;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  margin: 0 0 64px; }
  .meta a {
    color: #005566;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px; }
  .meta .date {
    color: #3c3c3c;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase; }

code {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 16px; }

.centered {
  text-align: center; }

.gallery header {
  padding: 64px 0 32px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  z-index: 2; }

.gallery-images {
  padding: 10px; }

.gallery-images img {
  vertical-align: bottom;
  opacity: 0; }
 
  
  
  
 
    
    
  .navbar-redwood .nav .active a {
    color: #3c3c3c;
    font-weight: bold;
    position: relative; }
    .navbar-redwood .nav .active a:before {
      bottom: 0;
      height: 2px;
      background: #3c3c3c;
      opacity: 1; }
      
      
  .navbar-redwood .navbar-brand {
    color: #3c3c3c;
    font-weight: 900;
    font-size: 32px;
    height: 60px;
    padding: 0px 15px;
    letter-spacing: -.05em;
    line-height: 28px; }
    
    
  

.navbar-toggle {
  background: #eee;
  margin-top: 12px; }
  .navbar-toggle .icon-bar {
    background: #aaa; }

.tags {
  display: block;
  margin: 0 0 32px;
  padding: 32px 0 0;
  list-style: none; }

.tags li {
  display: inline-block;
  margin-right: 10px; }

.tags a {
  display: inline-block;
  background: rgba(0, 0, 0, 0.05);
  color: #445566;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 2px; }

.tiles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 64px; }
  .tiles .item {
    background: #fff;
    box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.2);
    padding: 30px;
    height: 300px;
    width: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    margin: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
    .tiles .item:hover {
      text-decoration: none; }
    .tiles .item .image {
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
    .tiles .item .caption {
      text-align: center;
      box-shadow: 0px 0px 50px 100px rgba(255, 255, 255, 0.75);
      background: rgba(255, 255, 255, 0.75);
      color: #3c3c3c;
      font-weight: 300;
      margin: 0;
      opacity: 0;
      transition: all .15s; }
    .tiles .item:hover .caption {
      opacity: 1; }
  
  /*==================================
  TIMELINE
==================================*/
/*-- GENERAL STYLES
------------------------------*/
.timeline {
line-height: 1.4em;
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
line-height: inherit;
}

/*----- TIMELINE ITEM -----*/
.timeline-item {
padding-left: 40px;
position: relative;
}
.timeline-item:last-child {
padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
font-size: 12px;
font-weight: 700;
letter-spacing: 3px;
margin: 0 0 .5em 0;
text-transform: uppercase;
white-space: nowrap;
}

/*----- TIMELINE MARKER -----*/
.timeline-marker {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 15px;
}
.timeline-marker:before {
background: #FF6B6B;
border: 3px solid transparent;
border-radius: 100%;
content: "";
display: block;
height: 15px;
position: absolute;
top: 4px;
left: 0;
width: 15px;
transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
content: "";
width: 3px;
background: #CCD5DB;
display: block;
position: absolute;
top: 24px;
bottom: 0;
left: 6px;
}
.timeline-item:last-child .timeline-marker:after {
content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
background: transparent;
border: 3px solid #FF6B6B;
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
padding-bottom: 40px;
}
.timeline-content p:last-child {
margin-bottom: 0;
}

/*----- TIMELINE PERIOD -----*/
.period {
padding: 0;
}
.period .timeline-info {
display: none;
}
.period .timeline-marker:before {
background: transparent;
content: "";
width: 15px;
height: auto;
border: none;
border-radius: 0;
top: 0;
bottom: 30px;
position: absolute;
border-top: 3px solid #CCD5DB;
border-bottom: 3px solid #CCD5DB;
}
.period .timeline-marker:after {
content: "";
height: 32px;
top: auto;
}
.period .timeline-content {
padding: 40px 0 70px;
}
.period .timeline-title {
margin: 0;
}

/*----------------------------------------------
  MOD: TIMELINE SPLIT
----------------------------------------------*/
@media (min-width: 768px) {
.timeline-split .timeline, .timeline-centered .timeline {
  display: table;
}
.timeline-split .timeline-item, .timeline-centered .timeline-item {
  display: table-row;
  padding: 0;
}
.timeline-split .timeline-info, .timeline-centered .timeline-info,
.timeline-split .timeline-marker,
.timeline-centered .timeline-marker,
.timeline-split .timeline-content,
.timeline-centered .timeline-content,
.timeline-split .period .timeline-info,
.timeline-centered .period .timeline-info {
  display: table-cell;
  vertical-align: top;
}
.timeline-split .timeline-marker, .timeline-centered .timeline-marker {
  position: relative;
}
.timeline-split .timeline-content, .timeline-centered .timeline-content {
  padding-left: 30px;
}
.timeline-split .timeline-info, .timeline-centered .timeline-info {
  padding-right: 30px;
}
.timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
  position: relative;
  left: -45px;
}
}

/*----------------------------------------------
  MOD: TIMELINE CENTERED
----------------------------------------------*/
@media (min-width: 992px) {
.timeline-centered,
.timeline-centered .timeline-item,
.timeline-centered .timeline-info,
.timeline-centered .timeline-marker,
.timeline-centered .timeline-content {
  display: block;
  margin: 0;
  padding: 0;
}
.timeline-centered .timeline-item {
  padding-bottom: 40px;
  overflow: hidden;
}
.timeline-centered .timeline-marker {
  position: absolute;
  left: 50%;
  margin-left: -7.5px;
}
.timeline-centered .timeline-info,
.timeline-centered .timeline-content {
  width: 50%;
}
.timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
  float: left;
  text-align: right;
  padding-right: 30px;
}
.timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
  float: right;
  text-align: left;
  padding-left: 30px;
}
.timeline-centered > .timeline-item:nth-child(even) .timeline-info {
  float: right;
  text-align: left;
  padding-left: 30px;
}
.timeline-centered > .timeline-item:nth-child(even) .timeline-content {
  float: left;
  text-align: right;
  padding-right: 30px;
}
.timeline-centered > .timeline-item.period .timeline-content {
  float: none;
  padding: 0;
  width: 100%;
  text-align: center;
}
.timeline-centered .timeline-item.period {
  padding: 50px 0 90px;
}
.timeline-centered .period .timeline-marker:after {
  height: 30px;
  bottom: 0;
  top: auto;
}
.timeline-centered .period .timeline-title {
  left: auto;
}
}

/*----------------------------------------------
  MOD: MARKER OUTLINE
----------------------------------------------*/
.marker-outline .timeline-marker:before {
background: transparent;
border-color: #FF6B6B;
}
.marker-outline .timeline-item:hover .timeline-marker:before {
background: #FF6B6B;
}

.article_content ul {
  list-style: disc;
  padding-left: 20px;
}

/*----------------------------------------------
  HELLO BAR
----------------------------------------------*/
.hellobar {
  background-color: #28C891;
 box-shadow: 0 3px 0 #c13832;
/*  position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
 /* text-shadow: 0 1px rgba(0,0,0, .3); */
  font-size: 14px; 
  letter-spacing: 1px;
}
.hellobar a { color: #fff; text-decoration: underline; text-transform: uppercase; display: block; }
.hellobar a:hover { text-decoration: underline; color: rgba(255, 255, 255, 1);}
.hellobar-wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.hellobar-content {
  overflow: hidden;
  padding: 7px 0;
  transition: 0.1s ease;
}
.hellobar-toggle {
  position: absolute;
  top: 0px;
  right: 22px;
  bottom: 0;
  width: 30px;
  height: 30px;
  z-index: 1;
  min-width: 30px;
  min-height: 30px;
  opacity: 0;

  cursor: pointer;
}
.hellobar-toggle:checked { top: 0; right: 22px; width: 30px; height: 30px; min-width: 30px; min-height: 30px; }
.hellobar-toggle:checked ~ .hellobar-content { padding: 0; height: 0; }
.hellobar-toggle:checked ~ .hellobar-arrow:after { top: 7px; left: 16px; box-shadow: none; }
.hellobar-toggle:checked ~ .hellobar-arrow:before {
  position: absolute;
  top: 15px;
  left: 11px;
  border-color: #fff transparent transparent transparent;
  border-width: 8px 8px 0 8px; 
  box-shadow: none;
}
.hellobar-toggle:checked ~ .hellobar-arrow {
  top: 0;
  right: 19px;
  width: 38px;
  height: 30px;
/*  border: 3px solid #c2332c; */
  border-top: 0;
  border-radius: 0 0 3px 3px;
}
.hellobar-arrow {
  position: absolute;
  top: 7px;
  right: 30px;
  background-color: #28C891;
}
.hellobar-arrow:before {
  display: block;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 0 8px 8px 8px;
/*  box-shadow: 0 1px 0 rgba(255,255,255,0.2); */
  content: '';
}
.hellobar-arrow:after {
  position: absolute;
  left: 5px;
  display: block;
  width: 6px;
  height: 8px;
  background-color: #fff;
/*  box-shadow: 0 1px 0 rgba(255,255,255,0.2); */
  content: '';
}
.hellobar-toggle:hover ~ .hellobar-arrow:after { background-color: #333; }
.hellobar-toggle:hover ~ .hellobar-arrow:before { border-bottom-color: #333; border-top-color: #333; }

@media (min-width: 640px){
  
  .hellobar a {
    display: inline;
  }
  
}
