.imgscale {
	width: 100%;
}

@media screen and (max-width: 800px) {
  .imgscale {
    width: 50%; /* The width is 100%, when the viewport is 800px or smaller */
  }
}


/**
 * TABS
 */


/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/
body {
  font: 16px/1.5em "Overpass", "Open Sans", Helvetica, sans-serif;
  color: #333;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 10px;
  border: 1px solid #cccc;
    color:  #cccc;
    border-radius: 3px;
  cursor: pointer;
    font-family: lora;
    width: 22%;
    text-align: center;
    clear: both;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 0px	;
  width: 22px;
  height: 0px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #06c;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}

.tabset > input:checked + label {
  border:0px solid black;
    background-color: #cfcf00;
    border:1px solid #cfcf00;
    border-radius: 2px;
    color: white;
  margin-bottom: -1px;
}

.tab-panel {
    padding-top: 10px;
  border-top: 0px solid #ccc;
}

/*
 Demo purposes only
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  padding: 30px;
}

.tabset {
  max-width: 100%;
}
/**
 * button
 */
.button  {
  border-width: 1.5px;
  border-color: black;
    border-radius: 3px;
  color: black;
  background-color: white;;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin: 0 auto;
  cursor: pointer;
  width: 50%;
  align-content: center;
  align-items: center;
    font-family: lora;
}

.button:hover {border-color: #cfcf00; color:#cfcf00; background-color: #f8f8f8;; cursor:pointer;}

.button2  {
    font-family: "open sans";
    border-width: 1.5px;
  border-color: black;
  border-radius: 2px;
  padding: 15px 32px;
  text-align: left;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin: 10px 10px 10px;
  cursor: pointer;
  width: 41%;
  align-content: left;
  align-items: left;
    float: left;
}
/**
 * mailchimp
 */
#mc_embed_signup form {
    text-align:left; 
    padding:3rem;
    background:#f8f8f8;
    width: 100%;
}
.mc-field-group { display: inline-block; } /* positions input field horizontally */
#mc_embed_signup input.email {
	font-family:lora;
	font-size: 16px; 
	border: 0px solid #ABB0B2;  
		-webkit-border-radius: 3px; 
		-moz-border-radius: 3px; 
	border-radius: 2px; 
	color: #f0f4f1; 
	background-color: #fff; 
	box-sizing:border-box; 
	height:50px; 
	padding: 0px 0.4em; 
	display: inline-block; 
	margin: 0; 
	width:64%; 
	vertical-align:top;
}
#mc_embed_signup label {
    display:block; 
    font-size:16px; 
    padding-bottom:10px; 
    font-weight:bold;
}
#mc_embed_signup .clear {
    display: inline-block;
width: 30%;}
 /* positions button horizontally in line with input */
#mc_embed_signup .button {
	font-size: 16px; 
    font-family: lora;
    background-color:#f8f8f8 ;
    color: black;
	border:1px solid black; 
		-webkit-border-radius: 2px; 
		-moz-border-radius: 2px; 
	border-radius: 3px; 
	letter-spacing: .03em; 
	box-sizing:border-box; 
	height:50px; 
    width: 100%;
	line-height:32px; 
	padding:0 18px; 
	display: inline-block; 
	margin: 0; 

	transition: all 0.23s ease-in-out 0s;
}
#mc_embed_signup .button:hover {border-color: #cfcf00; color:#cfcf00; background-color: white;; cursor:pointer;}
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#a8c7e3; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
@media (max-width: 768px) {
    #mc_embed_signup input.email {width:100%; margin-bottom:5px;}
    #mc_embed_signup .clear {display: block; width: 100% }
    #mc_embed_signup .button {width: 100%; margin:0; }
}


/**
 * Resets
 */


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background-color: #09f;
	color: #fff;
}

::selection {
	background-color: #09f;
	color: #fff;
}

:focus {
	outline: 0;
}

customhtml > * {
	position: relative;
    z-index: 10;
}

/**
 * Global
 */

body,
html {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
}

html {
	position: relative;
}

body {
	background: #fff;
	color: #000;
}

a:active {
	opacity: 0.7;
}

/**
 * Backdrop
 */

#backdrop {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: 1;
}

/**
 * Container
 */

main {
	background: #fff;
	clear: both;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 2;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

main > div {
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}


.subpage_overlay {
	display: block;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

body.homepage .subpage_overlay {
	display: none;
}
/**
 * Content
 */

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

ul, ol {
	margin: 0;
	padding: 0 0 0 1em;
}

sup {
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}

sub {
	top: 0.3em;
	vertical-align: baseline;
	position: relative;
}

s {
	
}

.slideshow-nav { 
	margin-bottom: 0.5em; 
}

img {
	border: 0;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 0.08em;
	display: block;
}

.bodycopy {
	display: none;
}

.container {
	min-height: 100%;
}

.content img {
	float: none;
	margin-bottom: 10px;
}

.clear:after {
	content: "";
	display: table;
	clear: both;
}

.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px; left: 8px;
	z-index: 100;
}

/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background-color: rgba(255, 255, 255, 0.66)/*!content_right*/;
	text-align: left /*!text_left*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: flex-start /*!vertical_top*/;
	align-items: flex-start /*!vertical_top*/;
	right: 0 /*!content_right*/;
}

[data-css-presets="true"] .content_padded {
	padding: 0rem/*!main_margin*/;
}

[data-css-presets="true"] .content_width {
	width: 74rem/*!content_right*/;
}

[data-css-presets="true"] #backdrop {
	width: calc(100% - 74rem)/*!right_fit*/;
	left: 0 /*!right_fit*/;
}

[data-predefined-style="true"] main {
	font-size: 1.4rem;
	font-weight: 400;
	color: rgb(54, 54, 54);
	font-family: "Open Sans", Social /*!Google*/;
	font-style: normal;
	line-height: 1.4;
}

[data-predefined-style="true"] main a {
	color: rgba(0, 0, 0, 0.8);
    padding-bottom: 0em;
    border-bottom: 0 solid rgba(127, 127, 127, 0.2);
    text-decoration: none;
}

[data-predefined-style="true"] main a:hover {

}

main a.image-link,
main a.icon-link,
main a.image-link:hover,
main a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: Lora, Social /*!Google*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 3.1rem;
	line-height: 1.3;
	color: rgb(0, 0, 0);
	text-rendering: optimizeLegibility;
    letter-spacing: -1;
}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 153, 255, 1);
}

[data-predefined-style="true"] h2 {
	font-family: "Open Sans", Social /*!Google*/;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: rgb(54, 54, 54);
	font-size: 1.8rem;
	line-height: 1.8;
	text-rendering: optimizeLegibility;
    letter-spacing: -.5px
      ;
}

[data-predefined-style="true"] h2 a {
	color: rgb(0, 153, 255);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.2;
	font-family: Lora, Social /*!Google*/;
	font-style: italic;
	font-weight: 400;
	color: rgba(115, 115, 115, 0.8);
}

[data-predefined-style="true"] small a {
	color: rgb(0, 153, 255);
    text-decoration: none;
}


[data-css-presets="true"] .subpage_overlay {
	background-color: transparent/*!subpage_overlay*/;
}
/**
 * Backstage Icon
 */

#backstage_icon {
	display: block;
}

/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #plugin,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
	position: relative;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 80rem) /*!right_fit*/;
	top: 0;
	bottom: auto;
	left: 0 /*!right_fit*/;
}

.mobile main,
[data-css-presets="true"].mobile main {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
}

.mobile main.content_width,
[data-css-presets="true"].mobile main.content_width {
	max-width: 100%;
	width: 100%;
}
