/*
  _                  
 | |                 
 | |  __   _  _  _|_ 
 |/  /  \_/ |/ |  |  
 |__/\__/   |  |_/|_/
 |\                  
 |/                  

*/
@import "grid.css";
@font-face {
  font-family: 'SourceSerifPro';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('../fonts/sourceserifpro-regular.eot');
  src: local('Source Serif Pro'), url('../fonts/sourceserifpro-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/sourceserifpro-regular.woff2') format('woff2'), url('../fonts/sourceserifpro-regular.woff') format('woff'), url('../fonts/sourceserifpro-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'SourceSerifPro Italic';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('../fonts/sourceserifpro-it.eot');
  src: url('../fonts/sourceserifpro-it.eot?#iefix') format('embedded-opentype'), url('../fonts/sourceserifpro-it.woff2') format('woff2'), url('../fonts/sourceserifpro-it.woff') format('woff'), url('../fonts/sourceserifpro-it.ttf') format('truetype');
}
@font-face {
  font-family: 'SourceSerifPro Bold';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('../fonts/sourceserifpro-bold.eot');
  src: url('../fonts/sourceserifpro-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/sourceserifpro-bold.woff2') format('woff2'), url('../fonts/sourceserifpro-bold.woff') format('woff'), url('../fonts/sourceserifpro-bold.ttf') format('truetype');
}
p.small {
  font-size: 0.7em;
  line-height: 1.4;
}
p.large {
  font-size: 1.2em;
  line-height: 1.4;
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  p.large {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1000px) {
  p.large {
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 1001px) {
  p.large {
    font-size: 1.6em;
  }
}
p.extralarge {
  font-size: 1.4em;
  line-height: 1.4;
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  p.extralarge {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1000px) {
  p.extralarge {
    font-size: 2em;
  }
}
@media only screen and (min-width: 1001px) {
  p.extralarge {
    font-size: 2.4em;
  }
}
span.italic {
  font-family: 'SourceSerifPro Italic';
}
span.bold {
  font-family: 'SourceSerifPro Bold';
}
span.green {
  background-color: #A6C619;
}
/*
       __,   ,_    ,  
 |  |_/  |  /  |  / \_
  \/  \_/|_/   |_/ \/ 
                      
*/
/*
  _                    
 | |          |        
 | |   __   __|        
 |/ \_/  \_/  |  |   | 
  \_/ \__/ \_/|_/ \_/|/
					/| 
					\| 
*/
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: unset;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
a {
  text-decoration: none;
  color: #000000;
}
span.nowrap {
  white-space: nowrap;
}
#preload {
  display: none;
}
hr {
  border: none;
}
hr.ruler {
  margin: auto;
  width: 90%;
  max-width: 1600px;
}
hr.pixel1 {
  border-bottom: 1px solid #000000;
}
hr.pixel2 {
  border-bottom: 2px solid #000000;
}
hr.pixel3 {
  border-bottom: 3px solid #000000;
}
/*
  _                               
 | |                 |            
 | |     _   __,   __|   _   ,_   
 |/ \   |/  /  |  /  |  |/  /  |  
 |   |_/|__/\_/|_/\_/|_/|__/   |_/
                                  
*/
header {
  margin: auto;
  width: 90%;
  max-width: 1600px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 22px;
  border-bottom: 1px solid #000000;
  z-index: 5;
}
@media only screen and (min-width: 641px) {
  header {
    margin-top: 40px;
  }
}
header:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0px;
  padding: 0;
  margin: 0;
}
header .logo {
  float: right;
  height: 28px;
  font-family: "SourceSerifPro";
  font-size: 0.8em;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 641px) {
  header .logo {
    height: 30px;
    font-size: 1em;
    letter-spacing: 1px;
  }
}
header .logo .italic {
  display: none;
  font-family: "SourceSerifPro Italic";
}
@media only screen and (min-width: 281px) {
  header .logo .italic {
    display: inline;
  }
}
header .logo a {
  text-decoration: none;
  color: #000000;
}
.headerBackground {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 3;
}
@media only screen and (min-width: 641px) {
  .headerBackground {
    height: 70px;
  }
}
.headerSpace {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #fff;
}
@media only screen and (min-width: 641px) {
  .headerSpace {
    height: 70px;
  }
}
/*
  _                         
 | |                        
 | |  __   __ _|_  _   ,_   
 |/  /  \_/  \_|  |/  /  |  
 |__/\__/ \__/ |_/|__/   |_/
 |\                         
 |/                         

*/
footer {
  margin-top: 6em;
  padding-top: 6em;
  background-color: #A6C619;
  background: linear-gradient(90deg, #a4c619, #dbe292);
}
footer .container {
  margin: auto;
  width: 90%;
  max-width: 1600px;
  margin-top: 4em;
  padding-bottom: 3em;
  padding-top: 1em;
  border-top: 1px solid #000000;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "SourceSerifPro";
  font-size: 1em;
}
footer ul li {
  display: inline-block;
  margin-right: 1em;
}
footer ul li a {
  text-decoration: none;
  color: #000000;
}
footer ul li a:hover {
  color: #ffffff;
}
/*
  _  _    __,       
 / |/ |  /  |  |  |_
   |  |_/\_/|_/ \/  
                    
*/
nav {
  margin: auto;
  width: 90%;
  max-width: 1600px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 22px;
  z-index: 6;
}
@media only screen and (min-width: 641px) {
  nav {
    margin-top: 40px;
  }
}
nav input[type=checkbox] {
  display: none;
}
nav #menuIcon {
  display: none;
}
nav #menuIcon:checked ~ #menu {
  display: block;
}
nav #menuIcon:checked ~ label .menuIconImage:before {
  transform: translateY(7px) rotate(135deg);
}
nav #menuIcon:checked ~ label .menuIconImage:after {
  transform: translateY(-7px) rotate(-135deg);
}
nav #menuIcon:checked ~ label .menuIconImage div {
  transform: scale(0);
}
nav .menuIconLabel {
  position: absolute;
  margin-bottom: 0.5em;
  margin-top: -0.5em;
  cursor: pointer;
  z-index: 2;
}
nav .menuIconLabel .menuIconImage {
  width: 25px;
}
nav .menuIconLabel .menuIconImage:after,
nav .menuIconLabel .menuIconImage:before,
nav .menuIconLabel .menuIconImage div {
  background-color: #000;
  content: '';
  display: block;
  height: 3px;
  margin: 4px 0;
  transition: all 0.2s ease-in-out;
}
nav #menu {
  position: fixed;
  display: none;
  top: 51px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 20px 5% 0 5%;
  overflow-y: auto;
  list-style-type: none;
  background-color: #fff;
  border: none;
  z-index: 1;
}
@media only screen and (min-width: 641px) {
  nav #menu {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 30px 0 0 0;
    padding: 2.5em 7em 4em 2.5em;
    border: 1px solid #000;
    max-height: 50vh;
  }
}
nav #menu li {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 641px) {
  nav #menu li {
    font-size: 2em;
    margin-bottom: 0.3em;
  }
}
nav #menu li:last-child {
  margin-bottom: 50px;
}
@media only screen and (min-width: 641px) {
  nav #menu li:last-child {
    margin-bottom: 0;
  }
}
nav #menu li a {
  text-decoration: none;
  color: #000000;
}
nav #menu li a:hover {
  color: #999999;
}
/*
            _                                     
     o     | |       o                            
 _|_   _|_ | |  _        _  _  _    __,   __,  _  
  |  |  |  |/  |/    |  / |/ |/ |  /  |  /  | |/  
  |_/|_/|_/|__/|__/  |_/  |  |  |_/\_/|_/\_/|/|__/
                                           /|     
                                           \|     
*/
.titleImage {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 4;
}
.titleImage p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-family: 'SourceSerifPro';
  font-size: 18vw;
}
.titleImage .white {
  color: #ffffff;
}
.titleImage .white a {
  color: #ffffff;
}
.titleImage .black {
  color: #000000;
}
.titleImage .black a {
  color: #000000;
}
/*
                                                                      
                     |                   o                            
    _   ,_    __   __|          __ _|_       _  _  _    __,   __,  _  
  |/ \_/  |  /  \_/  |  |   |  /    |    |  / |/ |/ |  /  |  /  | |/  
  |__/    |_/\__/ \_/|_/ \_/|_/\___/|_/  |_/  |  |  |_/\_/|_/\_/|/|__/
 /|                                                            /|     
 \|                                                            \|     

 */
.productImage {
  position: relative;
  margin: auto;
  width: 90%;
  max-width: 1600px;
}
.productImage .container {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .productImage .container {
    margin: 0 !important;
    width: 100% !important;
  }
}
.productImage .container .border:after {
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: -20px;
  right: 0px;
  border-top: 10px solid #A6C619;
  border-right: 10px solid #A6C619;
}
@media only screen and (max-width: 600px) {
  .productImage .container .border:after {
    width: 24px;
    height: 24px;
    top: -14px;
    border-top: 7px solid #A6C619;
    border-right: 7px solid #A6C619;
  }
}
.productImage .container .border:before {
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: -20px;
  left: 0px;
  border-bottom: 10px solid #A6C619;
  border-left: 10px solid #A6C619;
}
@media only screen and (max-width: 600px) {
  .productImage .container .border:before {
    width: 24px;
    height: 24px;
    bottom: -14px;
    border-bottom: 7px solid #A6C619;
    border-left: 7px solid #A6C619;
  }
}
.productImage .container .border {
  line-height: 0;
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 600px) {
  .productImage .container .border {
    margin-left: 14px;
    margin-right: 14px;
  }
}
.productImage .container .border img {
  max-width: 100%;
}
.productImage .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  overflow: hidden;
}
.productImage .overlay:hover {
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  .productImage .overlay .text {
    margin: 0 !important;
    width: 100% !important;
  }
}
.productImage .overlay .text p {
  margin: 0;
  padding: 3%;
}
.productText {
  position: relative;
  margin: auto;
  width: 90%;
  max-width: 1600px;
}
.productText div.caption {
  font-family: 'SourceSerifPro';
  font-size: 1.1em;
  line-height: 1.3;
}
@media only screen and (min-width: 601px) {
  .productText div.caption {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 600px) {
  .productText div.caption {
    margin: 0 !important;
    width: 100% !important;
  }
}
.productText div.caption p {
  margin: 0.5em 0;
  padding: 0;
}
/*
                 
 _|_  _      _|_ 
  |  |/  /\/  |  
  |_/|__/ /\_/|_/
                 
*/
.text {
  margin: auto;
  width: 90%;
  max-width: 1600px;
  position: relative;
  font-family: 'SourceSerifPro';
  font-size: 1.1em;
  line-height: 1.3;
}
@media only screen and (min-width: 601px) {
  .text {
    font-size: 1.4em;
  }
}
.text p {
  padding-right: 15%;
}
.text ul {
  margin: 0;
  padding: 0;
  padding-left: 1em;
  padding-bottom: 1.5rem;
  list-style-type: none;
}
.text ul li:before {
  margin-left: -1em;
  content: "–  ";
}
.text ul li a {
  color: #000000;
}
.text .content.cols3 {
  padding-right: 0;
}
@media only screen and (min-width: 992px) {
  .text .content.cols3 {
    padding-right: 25.4%;
  }
}
.text .content.cols3center {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 992px) {
  .text .content.cols3center {
    padding-right: 12.7%;
    padding-left: 12.7%;
  }
}
.text .content.cols2 {
  padding-right: 0;
}
@media only screen and (min-width: 751px) and (max-width: 991px) {
  .text .content.cols2 {
    padding-right: 34%;
  }
}
@media only screen and (min-width: 992px) {
  .text .content.cols2 {
    padding-right: 50.8%;
  }
}
.text .content.cols2center {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 751px) and (max-width: 991px) {
  .text .content.cols2center {
    padding-right: 17%;
    padding-left: 17%;
  }
}
@media only screen and (min-width: 992px) {
  .text .content.cols2center {
    padding-right: 25.4%;
    padding-left: 25.4%;
  }
}
.text .content.left {
  width: 100%;
}
@media only screen and (min-width: 751px) and (max-width: 991px) {
  .text .content.left {
    float: none;
    width: 66%;
  }
}
@media only screen and (min-width: 992px) {
  .text .content.left {
    float: left;
    width: 49.3%;
  }
}
.text .content.right {
  width: 100%;
  margin-top: 3em;
}
@media only screen and (min-width: 751px) and (max-width: 991px) {
  .text .content.right {
    float: none;
    width: 66%;
    margin-top: 3em;
  }
}
@media only screen and (min-width: 992px) {
  .text .content.right {
    float: right;
    width: 49.3%;
    margin-top: 0;
  }
}
.text .content.col1 {
  width: 100%;
}
@media only screen and (min-width: 552px) and (max-width: 750px) {
  .text .content.col1 {
    float: left;
    width: 49%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 751px) and (max-width: 991px) {
  .text .content.col1 {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
}
@media only screen and (min-width: 992px) {
  .text .content.col1 {
    float: left;
    width: 24%;
    margin-right: 1.333%;
  }
}
.text .content.col2 {
  width: 100%;
  margin-top: 2em;
}
@media only screen and (min-width: 552px) and (max-width: 750px) {
  .text .content.col2 {
    float: right;
    width: 49%;
    margin-right: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 751px) and (max-width: 991px) {
  .text .content.col2 {
    float: left;
    width: 32%;
    margin-right: 32%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .text .content.col2 {
    float: left;
    width: 24%;
    margin-right: 1.333%;
    margin-top: 0;
  }
}
.text .content.col3 {
  width: 100%;
  margin-top: 2em;
}
@media only screen and (min-width: 552px) and (max-width: 750px) {
  .text .content.col3 {
    clear: both;
    float: left;
    width: 49%;
    margin-right: 0;
    margin-top: 2em;
  }
}
@media only screen and (min-width: 751px) and (max-width: 991px) {
  .text .content.col3 {
    clear: both;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-top: 2em;
  }
}
@media only screen and (min-width: 992px) {
  .text .content.col3 {
    clear: none;
    float: left;
    width: 24%;
    margin-right: 1.333%;
    margin-top: 0;
  }
}
.text .content.col4 {
  width: 100%;
  margin-top: 2em;
}
@media only screen and (min-width: 552px) and (max-width: 750px) {
  .text .content.col4 {
    float: right;
    width: 49%;
    margin-top: 2em;
  }
}
@media only screen and (min-width: 751px) and (max-width: 991px) {
  .text .content.col4 {
    float: left;
    width: 32%;
    margin-top: 2em;
  }
}
@media only screen and (min-width: 992px) {
  .text .content.col4 {
    float: right;
    width: 24%;
    margin-top: 0;
  }
}
.text .content {
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (min-width: 701px) and (max-width: 1000px) {
  .text .content {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 1001px) {
  .text .content {
    font-size: 1.2rem;
  }
}
.text .content .large {
  font-weight: normal;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 701px) and (max-width: 1000px) {
  .text .content .large {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1001px) {
  .text .content .large {
    font-size: 2.8rem;
  }
}
.text .content .medium {
  font-weight: normal;
  line-height: 1.2;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 701px) and (max-width: 1000px) {
  .text .content .medium {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1001px) {
  .text .content .medium {
    font-size: 1.8rem;
  }
}
.text .content .small {
  font-size: 0.8rem;
  line-height: 1.4;
}
@media only screen and (min-width: 701px) and (max-width: 1000px) {
  .text .content .small {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 1001px) {
  .text .content .small {
    font-size: 1rem;
  }
}
.text .content .center {
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}
@media only screen and (min-width: 501px) and (max-width: 800px) {
  .text .content .center {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media only screen and (min-width: 801px) {
  .text .content .center {
    padding-left: 25%;
    padding-right: 25%;
  }
}
.text .content .gif {
  width: 100%;
}
.text .content em {
  font-family: "SourceSerifPro Italic";
  font-style: normal;
}
.text .content strong {
  font-family: "SourceSerifPro Bold";
  font-style: normal;
  font-weight: normal;
}
.text .content img {
  max-width: 100%;
}
.text .content p {
  padding-right: 2%;
}
.text .content table tr td {
  vertical-align: top;
  padding-right: 2em;
  display: block;
}
@media only screen and (min-width: 501px) {
  .text .content table tr td {
    display: table-cell;
  }
}
.text .content table tr td.name {
  padding-top: 1em;
}
@media only screen and (min-width: 501px) {
  .text .content table tr td.name {
    padding-top: 0;
  }
}
.text .content ul {
  margin: 0;
  padding: 0;
  padding-left: 0.8em;
  padding-bottom: 0.5em;
}
.text .content ul li {
  list-style-type: none;
}
.text .content ul li:before {
  margin-left: -0.8em;
  content: "_ ";
}
.text .content ul li a {
  color: #000000;
  text-decoration: none;
}
.text .content ul li a:hover {
  color: #000;
}
.text:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0px;
  padding: 0;
  margin: 0;
}
/*
                              
 o                            
     _  _  _    __,   __,  _  
 |  / |/ |/ |  /  |  /  | |/  
 |_/  |  |  |_/\_/|_/\_/|/|__/
                       /|     
                       \|     
*/
.image {
  margin: auto;
  width: 90%;
  max-width: 1600px;
}
.image img {
  max-width: 100%;
}
/*
     _                    _
    | | o     |          | |
 ,  | |     __|   _   ,  | |     __
/ \_|/  |  /  |  |/  / \_|/ \   /  \_|  |  |_
 \/ |__/|_/\_/|_/|__/ \/ |   |_/\__/  \/ \/

*/
.pictures {
  margin: auto;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto 0 auto;
  line-height: 0;
}
.pictures:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0px;
  padding: 0;
  margin: 0;
}
.pictures .slideshow {
  position: relative;
  line-height: 0;
  background-color: #eee;
}
.pictures .slideshow .beside {
  display: none;
  position: absolute;
  width: 50px;
  top: 0;
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}
@media only screen and (min-width: 1001px) {
  .pictures .slideshow .beside {
    display: block;
  }
}
.pictures .slideshow .prevSlide.beside {
  left: -50px;
  height: 100%;
  background: url('/media/arrow_left.png') no-repeat;
  background: url('/media/arrow_left.svg') no-repeat, linear-gradient(transparent, transparent);
  background-size: 14px 14px;
  background-position: center center;
}
.pictures .slideshow .nextSlide.beside {
  right: -50px;
  height: 100%;
  background: url('/media/arrow_right.png') no-repeat;
  background: url('/media/arrow_right.svg') no-repeat, linear-gradient(transparent, transparent);
  background-size: 14px 14px;
  background-position: center center;
}
.pictures .slideshow .below {
  display: block;
  position: relative;
  margin-top: 20px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
@media only screen and (min-width: 1001px) {
  .pictures .slideshow .below {
    display: none;
  }
}
.pictures .slideshow .prevSlide.below {
  float: left;
  width: 50%;
  background: url('/media/arrow_left.png') no-repeat;
  background: url('/media/arrow_left.svg') no-repeat, linear-gradient(transparent, transparent);
  background-size: 14px 14px;
  background-position: center left;
}
.pictures .slideshow .nextSlide.below {
  float: right;
  width: 50%;
  background: url('/media/arrow_right.png') no-repeat;
  background: url('/media/arrow_right.svg') no-repeat, linear-gradient(transparent, transparent);
  background-size: 14px 14px;
  background-position: center right;
}
.pictures .slideshow ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.pictures .slideshow ul li {
  display: none;
  list-style-type: none;
  line-height: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.pictures .slideshow ul li img {
  width: 100%;
  height: auto;
}
.pictures .slideshow ul .slide-before,
.pictures .slideshow ul .slide-after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  opacity: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.pictures .slideshow ul .slide-current {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 1;
}
/*
            _                                
           | |                               
  __   __  | |         _  _  _    _  _    ,  
 /    /  \_|/  |   |  / |/ |/ |  / |/ |  / \_
 \___/\__/ |__/ \_/|_/  |  |  |_/  |  |_/ \/ 
                                             
*/
.threeColumns {
  margin: auto;
  width: 90%;
  max-width: 1600px;
  display: block;
}
@media only screen and (min-width: 1001px) {
  .threeColumns {
    display: table;
    height: 100%;
  }
}
.threeColumns .left {
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 401px) and (max-width: 680px) {
  .threeColumns .left {
    display: block;
    width: 60%;
    margin-top: auto;
    vertical-align: auto;
  }
}
@media only screen and (min-width: 681px) and (max-width: 1000px) {
  .threeColumns .left {
    display: block;
    width: 40%;
    margin-top: auto;
    vertical-align: auto;
  }
}
@media only screen and (min-width: 1001px) {
  .threeColumns .left {
    display: table-cell;
    width: 18%;
    margin-top: 20px;
    vertical-align: top;
  }
}
.threeColumns .left .cell {
  margin-top: 20px;
  font-family: 'SourceSerifPro';
  font-size: 1.4em;
  line-height: 1.3;
}
.threeColumns .left .cell img {
  width: 100%;
}
.threeColumns .center {
  display: block;
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 1001px) {
  .threeColumns .center {
    display: table-cell;
    width: 64%;
    vertical-align: middle;
  }
}
.threeColumns .center .cell {
  padding: 0 5% 0 5%;
  font-family: 'SourceSerifPro';
  font-size: 1.4em;
  line-height: 1.3;
}
@media only screen and (min-width: 1001px) {
  .threeColumns .center .cell {
    padding-top: 20px;
  }
}
.threeColumns .right {
  display: block;
  width: 100%;
  margin-top: 20px;
}
@media only screen and (min-width: 1001px) {
  .threeColumns .right {
    display: table-cell;
    width: 18%;
    vertical-align: bottom;
  }
}
.threeColumns .right .cell {
  width: 100%;
  margin: 0 auto 30px auto;
  background-color: #eae4dc;
}
@media only screen and (min-width: 401px) and (max-width: 680px) {
  .threeColumns .right .cell {
    width: 60%;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (min-width: 681px) and (max-width: 1000px) {
  .threeColumns .right .cell {
    width: 40%;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (min-width: 1001px) {
  .threeColumns .right .cell {
    width: auto;
    margin: 0 0 30px 0;
  }
}
.threeColumns .right .cell ul {
  margin: 0;
  padding: 20px 0 40px 0;
  list-style-type: none;
  text-align: center;
}
.threeColumns .right .cell ul li {
  margin-top: 20px;
  padding: 0 20px 0 20px;
}
.threeColumns .right .cell ul li a {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
  color: #000000;
}
.threeColumns .right .cell ul li a:hover {
  color: #9b8e7d;
}
/*
           o     |
 __,  ,_       __|
/  | /  |  |  /  |
\_/|/   |_/|_/\_/|_/
  /|
  \|

*/
.grid10 {
  font-family: 'SourceSerifPro';
}
/*# sourceMappingURL=styles.css.map */