
body {
  margin: 0px;
  color: #ffffff;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


a:link {color:#000000; text-decoration: none;}
a:visited {color:#000000; text-decoration: none;}
a:active {color:#000000; text-decoration: none;}

.navigation-link a {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  margin-right: 5px;
  margin-left: 5px;
}
.navigation-link a:link {color:#000000; text-decoration: none;}
.navigation-link a:visited {color:#000000; text-decoration: none;}
.navigation-link a:active {color:#000000; text-decoration: none;}
.navigation-link a:hover {color:#000000; text-decoration: underline;}

.top-navigation {
  font-size: 18px;
  font-weight: bold;
}

.footer a:link {color:#ffffff; text-decoration: none;}
.footer a:visited {color:#ffffff; text-decoration: none;}
.footer a:active {color:#ffffff; text-decoration: none;}
.footer a:hover {color:#ffffff; text-decoration: underline;}

h1 {
  font: bold 34px/1.5 Helvetica, Verdana, sans-serif;
}

h3 {
  font: bold 22px/1.5 Helvetica, Verdana, sans-serif;
  color: #5a5a5a;
}

.review-item {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  margin: 30px;
}
.review-person {
  font-weight: bold;
  margin-left: 10px;
}
.review-date {
  margin-left: 10px;
  font-size: 12px;
}
.review-rating {
  margin-left: 5px;
}
.review-text {
  font-style: italic;
  margin-top: 10px;
}

.reviewer-image {
  border-radius: 50%; 
  margin-right: 5px;
}

.content-wrapper {
  max-width: 1200px;
  margin: auto;
  background-color: #ffffff;
}

.content-wrapper-narrow {
  color: #000000;
  max-width: 800px;
  background-color: #ffffff;
  margin: auto;
}

.content-wrapper-narrow .content {
  margin-left: 30px;
  margin-right: 30px;
}

.content-text {
  color: #000000;
  border-top: 1px solid #d6d6d6;
  margin-bottom: 40px;
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 20px;
  font-size: 1.9rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.625;
  padding: 20px;
}

.content-text .sub-title {
  margin-bottom: 20px;
  font-style: italic;
  color: #888888;
}

.content-text h1 {
  margin-bottom: 0px;
}

.content-text a:link {color:#7f9bdc; }
.content-text a:visited {color:#7f9bdc; }
.content-text a:active {color:#7f9bdc; }
.content-text a:hover {text-decoration: underline; }


.footer {
  color: #ffffff;
  background-color: #000000;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 200px;
}

.footer span img {
  margin: 10px;
  margin-bottom: 40px;
  width: 40px;
  height: 40px;
}

.footer-logo-wrapper {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;  
  margin-top: 50px;
  margin-bottom: 20px;
}

.title-wrapper {
  background-color: #ffffff;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;  
}

.title-wrapper img {
  vertical-align: middle;
  width: 120px;
}

.title {
  vertical-align: middle;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 56px;
  color: #000000;
}

.mobile-title {
  vertical-align: middle;
  font-family: Verdana, Geneva, sans-serif;
  color: #000000;
}

.heading-wrapper {
  width: 100%;
  margin: 0 auto;
  padding-top: 22px;
  padding-bottom: 15px;
}

.heading {
  vertical-align: middle;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 22px;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0,0,0,.25);
}

.navigation-wrapper {
  color: #000000;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center; 
  font-size: 18px;
}

.content-header {
  text-align: center;
  color: #ffffff;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 20px;
  background-color: #000000;
  border: 1px solid #aaaaaa;
  padding-top: 5px;
  padding-bottom: 5px;
}

.content {
  color: #000000;
  padding-bottom: 40px;
  margin: 30px 50px 0px 50px;
  /*font-family: Verdana, Geneva, sans-serif;*/
}

.contact-content {
  color: #000000;
  padding-bottom: 40px;
  margin: 30px 50px 0px 50px;
  text-align: center;
  font-size: 18px;
  font-size: 1.7rem;
}

.v-space-50 {
  height: 50px;
}

.v-margin-top-30 {
  margin-top: 30px;
}

.text-cell {
  color: #000000;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 26px;
  font-weight: bold;
  height: 10em;
  position: relative;
}

.text-cell p {
  display: none;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.grid-wrapper {
  clear: both;
  padding-bottom: 40px;
}

.grid-wrapper div {
  font-size: 0;
}

.grid-wrapper a {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 8px;
  width: calc(50% - 4px);
  margin-right: 8px;
  text-decoration: none;
  color: black;
}

.grid-wrapper a:nth-of-type(2n) {
  margin-right: 0;
}

.grid-wrapper a:hover img {
	opacity: 1;
	-webkit-animation: flash 1.0s;
	animation: flash 1.0s;
}

@-webkit-keyframes flash {
	0% {
		opacity: .8;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .8;
	}
	100% {
		opacity: 1;
	}
}

.press-icon {
  margin: auto;
  padding-top: 10px;
}

.grid-wrapper a {
  outline: 0;
}

.grid-wrapper figure {
  margin: 0;
  overflow: hidden;
}

.grid-wrapper figcaption {
  margin-top: 15px;
}

.grid-wrapper img {
  border: none;
  max-width: 100%;
  height: auto;
  display: block;
  background: #ffffff;
  transition: transform .2s ease-in-out;
}

.grid-wrapper .p a {
  display: inline;
  font-size: 13px;
  margin: 0;
}

.grid-wrapper .p {
  text-align: center;
  font-size: 13px;
  padding-top: 100px;
}

.hy-drawer-content { 
  color:#ffffff; 
  background:#000000; 
}

.image-text {
  font-size: 13px;
  font-style: italic;
}

aside a { 
  color: #ffffff; 
}

.profile-image {
  float: right;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}

.profile-image img {
  width: 200px;
  height: auto;
}

#menubutton {
  display: none;
}

#menupanel a:link {color:#ffffff; text-decoration: none;}
#menupanel a:visited {color:#ffffff; text-decoration: none;}
#menupanel a:active {color:#ffffff; text-decoration: none;}
#menupanel a:hover {color:#ffffff; text-decoration: underline;}

#menupanel {
  text-align: center;
}

#menupanel img {
  vertical-align: middle;
  width: 120px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.panellink {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin: 20px;
}

.title-wrapper-mobile {
  display: none; 
  background-color: #ffffff;
  width: 100%;  
  margin: 0 auto;
  padding-top: 8px;
}

.title-wrapper-mobile img {
  float: left;
  vertical-align: middle;
  width: 64px;
  margin-left: 20px;
  margin-right: 15px;
  margin-top: 10px;
}

.title-wrapper-mobile .mobile-title {
  margin-top: 20px;
  font-size: 22px;
}

ul {
  list-style-type: none;
}

li img {
  float: left;
  margin: 0 15px 0 0;
  width: 150px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

li p {
  font: 200 12px/1.5 Georgia, Times New Roman, serif;
}

li {
  padding: 10px;
  overflow: auto;
}

li:hover {
  background: #eee;
  cursor: pointer;
}

.menubutton-container {
  display: inline-block;
  cursor: pointer;
}

.menubutton-bar1, .menubutton-bar2, .menubutton-bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.menubutton-change .menubutton-bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.menubutton-change .menubutton-bar2 {
  opacity: 0;
}

.menubutton-change .menubutton-bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

@media screen and (max-width: 48em){
  .content-text {
    font-size: 18px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 42em){
  h1 {
    font: bold 30px/1.5 Helvetica, Verdana, sans-serif;
  }
  h3 {
    font: bold 20px/1.5 Helvetica, Verdana, sans-serif;
  }

  .navigation-link a {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media screen and (min-width: 40em) {
  .grid-wrapper a {
    width: calc(25% - 6px);
  }
  
  .grid-wrapper a:nth-of-type(2n) {
    margin-right: 8px;
  }
  
  .grid-wrapper a:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 38em){
  li img {
    width: 85px;
  }
  h1 {
    font: bold 26px/1.5 Helvetica, Verdana, sans-serif;
  }
  .navigation-wrapper {
    display: none;
  }
  .title-wrapper {
    display: none;
    margin-bottom: 20px;
  }
  .title-wrapper-mobile {
    display: block;
    margin-bottom: 30px;
  }
  #menubutton {
    display: block;
    position:absolute;
    top:22px;
    right:15px;
  }
  .footer span img {
    margin: 10px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .heading {
    font-size: 16px;
  }
  .footer {
    font-size: 12px;
  }
  .profile-image img {
    width: 150px;
    height: auto;
  }
}

@media screen and (max-width: 33em){
  h1 {
    font: bold 22px/1.5 Helvetica, Verdana, sans-serif;
  }
}

@media screen and (max-width: 26em){
  .title-wrapper-mobile .mobile-title {
    margin-top: 22px;
    font-size: 18px;
  }
  .profile-image img {
    width: 100px;
    height: auto;
  }
}

/* iphone small */
@media screen and (max-width: 24em){
  .title-wrapper-mobile .mobile-title {
    margin-top: 24px;
    font-size: 16px;
  }
  .panellink {
    margin: 10px;
  }
}

@media screen and (max-width: 22em){
  .title-wrapper-mobile .mobile-title {
    margin-top: 24px;
    font-size: 14px;
  }

  .heading {
    font-size: 12px;
  }
  .footer {
    font-size: 10px;
  }
}
