/*
     FILE ARCHIVED ON 7:41:56 ??? 4, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:19:41 ??? 11, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
.mceContentBody {
  width: 100%;
  font-size: 14px;
  font-family: "futura-pt", sans-serif;
  margin: auto;
  line-height: 24px;
  color: #333333;
  max-width: 845px;
  min-height: 400px;
}

.mceContentBody a,
.mceContentBody a:link,
.mceContentBody a:visited {
  color: #7e7e7e;
  text-decoration: underline;
}
.mceContentBody a:hover {
  color: #000;
}

.mceContentBody h1,
.mceContentBody h2,
.mceContentBody h3,
.mceContentBody h4,
.mceContentBody h5,
.mceContentBody h6 {
  font-family: "futura-pt", sans-serif;
  margin-top: 40px;
  font-weight: 600;
  line-height: normal;
}

.mceContentBody h1 {
  font-size: 38px;
}

.mceContentBody h2 {
  font-size: 32px;
}

.mceContentBody h3 {
  font-size: 24px;
}

.mceContentBody h4 {
  font-size: 18px;
}

.mceContentBody h5 {
  font-size: 16px;
}

.mceContentBody h6 {
  font-size: 12px;
}

.mceContentBody img {
  max-width: 100%;
}

.mceContentBody iframe {
  max-width: 100%;
}

.mceContentBody hr {
  border: 0;
  heigth: 1px;
  border-bottom: 1px solid #eeeeee;
}

/**
 *	Global classes used by TinyMCE
 *
 */

.mceContentBody .alignleft {
  float: left;
  margin-right: 15px;
}

.mceContentBody .alignright {
  float: right;
  margin-left: 15px;
}

.mceContentBody .aligncenter {
  margin: auto;
}

.mceContentBody .wp-caption {
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding: 0;
  background: none;
  max-width: 100%;
}
.mceContentBody .wp-caption.alignleft {
  margin-right: 25px;
}
.mceContentBody .wp-caption.alignright {
  margin-left: 25px;
}

.mceContentBody .wp-caption a {
  display: block;
}
.mceContentBody .wp-caption img {
  margin-left: 5px;
  margin-top: 5px;
}
.mceContentBody .wp-caption .wp-caption-text {
  font-size: 12px;
  margin: 4px 5px;
  line-height: normal;
}

.mceContentBody .wp-video {
}

/**
 *	Default Buttons
 *
 */

a.btn-primary,
a.btn-secondary {
  text-decoration: none !important;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 15px;
  text-transform: uppercase;
  margin-top: 12px;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

a.btn-primary {
  background: #c3b99c;
  color: #fff !important;
  border: 1px solid #c3b99c;
}
a.btn-primary:hover {
  background: none;
  color: #c3b99c !important;
}

a.btn-secondary {
  background: none;
  border: 1px solid #cccccc;
  color: #333333 !important;
}
a.btn-secondary:hover {
  background: #c3b99c;
}

a.btn-large {
  font-size: 18px;
  padding: 10px 25px;
}

a.btn-medium {
  font-size: 16px;
}

a.btn-normal {
  font-size: 14px;
}

/**
 *	Table
 *
 *
 */
.mceContentBody table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 0;
  margin-bottom: 24px;
  width: 100%;
  font-size: 16px;
}
.mceContentBody table,
.mceContentBody th,
.mceContentBody td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  font-family: "futura-pt", sans-serif;
}
.mceContentBody th {
  border-width: 0 0px 2px 0;
  font-weight: bold;
}
.mceContentBody tbody td {
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-size: 14px;
}
.mceContentBody tbody tr:nth-child(2n) td {
  background: #f9f9f9;
}
.mceContentBody td,
.mceContentBody th {
  padding: 8px;
}

/**
 *	Pre
 *
 *
 */

.mceContentBody pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 85%;
}

.mceContentBody blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 5px solid #333333;
  color: #505050;
}
.mceContentBody blockquote cite {
  display: block;
  text-align: right;
  padding-top: 5px;
}

/**
 *
 *	Sections
 *
 *
 *
 *
 *
 *
 */
.mceContentBody .box.top-border {
  padding-bottom: 1em;
}
.mceContentBody .box.top-border h1,
.mceContentBody .box.top-border h2,
.mceContentBody .box.top-border h3,
.mceContentBody .box.top-border h4,
.mceContentBody .box.top-border h5 {
  margin: 0;
  margin-top: 0.6em;
}

.mceContentBody .box.top-border {
  border-top: 8px solid #fff;
}
.mceContentBody .box.top-border-brown {
  border-top-color: #9c8c59;
}
.mceContentBody .box.top-border-green {
  border-top-color: #87d007;
}
.mceContentBody .box.top-border-blue {
  border-top-color: #6fcde2;
}
.mceContentBody .box.top-border-gray {
  border-top-color: #414042;
}

/**
  *	Forms
  *
  *
  *
  *
  */
.mceContentBody .form {
  border: 0;
  border-top: 1px solid #000;
  padding-left: 0;
  padding-right: 0px;
}
.mceContentBody .form .wrapper-field {
  border: 0;
}
.mceContentBody .form input,
.mceContentBody .form select,
.mceContentBody .form textarea {
  border: 1px solid #000;
  padding: 2px 6px;
  background: #f8f8f2;
  outline: none !important;
}
.form .field input[type="text"],
.mceContentBody .form textarea {
  width: 100%;
  max-width: 100%;
}
.form .form-header {
  display: none;
}
.mceContentBody .form input[type="submit"] {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 25px;
  text-transform: uppercase;
  background: #c3b99c;
  color: #fff;
  border: 1px solid #c3b99c;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.mceContentBody .form input[type="submit"]:hover {
  background: none;
  color: #c3b99c;
}
.mceContentBody .form .form-buttons {
  width: 70%;
  float: right;
}
.mceContentBody .form .wrapper-field .field-label-description label {
  font-weight: 600;
}
.mceContentBody .form .error {
  background: #555555;
}
.mceContentBody .form .form-thank-page {
  background: #87d007;
  border: 0;
  color: #fff;
}

/**
 *	Galeries
 *
 *
 */
.gallery .gallery-item {
  padding: 5px;
  margin: 0 !important;
}

.gallery .gallery-item img {
  border: 0 !important;
}
.gallery .gallery-item a {
  display: block;
}
