/**
 * 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: fixed;
	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%;
    padding-bottom: 150px;
}

@media screen and (max-width: 600px) {
  .container {
      padding-bottom: 80px;
    }
}

.content img {
	float: none;
	margin-bottom: 1em;
}

.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(248, 251, 225, 0.62)/*!content_center*/;
	text-align: left /*!text_left*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: flex-start /*!vertical_top*/;
	align-items: flex-start /*!vertical_top*/;
	left: 0 /*!content_center*/;
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	right: 0 /*!content_center*/;
}

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

[data-css-presets="true"] .content_width {
	width: 85rem/*!content_center*/;
    position: relative;
}

[data-css-presets="true"] #backdrop {
	width: 100% /*!background_cover*/;
}

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

[data-predefined-style="true"] main a {
	color: rgb(136, 101, 26);
    padding-bottom: 0.05em;
    border-bottom: 0em solid rgba(0, 0, 0, 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: "Benton Modern Display", Social /*!Persona*/;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 4rem;
	line-height: 1.1;
	color: rgb(0, 55, 162);
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h1 a {
	color: rgb(148, 148, 148);
}

[data-predefined-style="true"] h2 {
	font-family: "Benton Modern Display", Social /*!Persona*/;
	font-style: italic;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgb(0, 55, 162);
	font-size: 3rem;
	line-height: 1.2;
	text-rendering: optimizeLegibility;
}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.2;
	font-family: Fort, Social /*!Persona*/;
	font-style: normal;
	font-weight: 400;
	color: rgb(5, 5, 5);
}

[data-predefined-style="true"] small a {
	color: rgba(148, 148, 148, 1);
	border-bottom-width: 0.1em;
}


[data-css-presets="true"] .subpage_overlay {
	background-color: initital/*!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%;
}

/* Add top bar navigation */
/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  display: inline-block;
  vertical-align: top;
  float: right;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 20px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #fcb416;
  color: black;
}


.logo {
    display: inline-block;
    vertical-align: middle;
    width: 141px;
    height: auto;
    padding: 0px !important;
}

/* Dropdown Info */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 500px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Footer */
.footer {
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height: 150px;
  background-color: #333;
}

@media screen and (max-width: 600px) {
  .footer {
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height: 80px;
  background-color: #333;
}
}

.footer a {
  float: left;
  color: #f2f2f2;
  text-align: left;
  padding: 5px 0px;
  text-decoration: none;
  font-size: 18px;
}

.footer p {
  float: left;
  color: #f2f2f2;
  text-align: left;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 18px;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    display: none;
    width: 100%;
    float: none;
    padding: 0px;
    height: 70px;
  }
}

.social-column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

@media screen and (max-width: 600px) {
  .social-column {
    display: inline-block;
    width: 100%;
    float: right;
    padding: 0px;
    height: 70px;
  }
}
.social-networks {
    font-size: 0;
    margin-top: 10px;
    margin-right: 20px;
    text-align: right;
    list-style: none;
    list-style-position: outside;
    list-style-image: none;
    list-style-type: none;
    height: inherit;
}

.social-networks li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    padding: 10px;
}