/* Font definition */
@font-face {
  font-family: 'Actor';
  src: url('/styles/fonts/actor.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Reset and base styles */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
  margin: 0;
  padding: 0;
}

/* General styles */
a img {
  border: 0;
}
a {
  color: #6ca9d5;
  text-decoration: none;
}
a:hover {
  color: #90cbf5;
}
body {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  color: #868686;
  margin: 0;
  padding: 0;
  background: #fafafa;
}
h2 {
  font-size: 1.7em;
  margin: 0;
  padding: 0.3em 0;
  line-height: 1.2;
  font-family: "Actor", "Myriad Pro", Arial, Helvetica, sans-serif;
}
#content h2 {
  color: #90cbf5;
}
div.paragraph {
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  padding: 0.5em 0;
}
p {
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  padding: 0.5em 0;
}
#content div.paragraph {
  color: #868686;
}
#content p {
  color: #868686;
}
#content abbr {
  border-bottom: 1px dotted #8f8f8f;
}
blockquote {
  font-style: italic;
  border-left: 4px solid #90cbf5;
  margin: 10px 0 10px 0;
  padding-left: 20px;
  line-height: 1.5;
  color: #aaa;
}
#page {
  margin: 0 auto;
  width: 900px;
}
#content {
  min-height: 400px;
  padding: 30px 0;
}
div.paragraph ul, div.paragraph ol {
  padding-left: 3em !important;
  margin: 5px 0 !important;
}
div.paragraph li {
  padding-left: 5px !important;
  margin: 3px 0 0 !important;
}
div.paragraph ul, div.paragraph ul li {
  list-style: disc outside !important;
}
div.paragraph ol, div.paragraph ol li {
  list-style: decimal outside !important;
}
mg {
  -ms-interpolation-mode: bicubic;
}
html body .galleryImageBorder, html body a .galleryImageBorder {
  border-style: solid;
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.13);
  background-color: rgba(206, 208, 210, 0.1);
}
html body a .galleryImageBorder {
  background-color: transparent;
}
.imageGallery {
  width: 100%;
}
.galleryImageHolder {
  position: relative;
}
.imgPusher {
  display: block;
  overflow: hidden;
}
.wsite-image {
  position: relative;
}
.wsite-image a {
  display: inline-block;
  max-width: 100%;
}
.wsite-image-border-none a img {
  border-width: 0 !important;
}
.wsite-image-border-thin {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.wsite-image-border-thin img {
  padding: 1px !important;
  margin-left: -2px !important;
  margin-right: -2px !important;
}
hr.styled-hr {
  background-color: #eee;
  background-color: rgba(0, 0, 0, 0.13);
  border: 0 none;
  color: #eee;
  color: rgba(0, 0, 0, 0.13);
  height: 1px;
  margin: 0 auto;
  text-align: center;
}
input::-ms-clear {
  display: none;
}
h2, .wsite-content-title, .paragraph {
  word-wrap: break-word;
}

/* Buttons styles */
.wsite-button {
  color: #333 !important;
  font-family: Arial, Helvetica, sans-serif;
  height: 34px;
  display: inline-block;
  font-size: 12px;
  border: none;
  font-weight: normal;
  font-size: 13px;
  text-decoration: none;
  padding: 0 15px 0 0;
  background: url(/styles/icons/button.png) no-repeat 100% -105px;
}
.wsite-button:hover {
  background-position: 100% -140px;
}
.wsite-button:active {
  background-position: 100% -175px;
}
.wsite-button-inner {
  height: 34px;
  line-height: 34px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  border: none;
  text-decoration: none;
  padding: 0 10px 0 25px;
  background: url(/styles/icons/button.png) no-repeat 0 0;
}
.wsite-button:hover .wsite-button-inner {
  background-position: 0 -35px;
}
.wsite-button:active .wsite-button-inner {
  background-position: 0 -70px;
}
.wsite-button {
  display: inline-block;
  padding: 0 15px 0 0;
  background: url(/styles/icons/buttons/small_grey.png) no-repeat 100% -100px;
  text-decoration: none !important;
  font-weight: normal !important;
  font-size: 14px !important;
  color: #222 !important;
  cursor: pointer;
}
.wsite-button-inner {
  float: left;
  background: url(/styles/icons/buttons/small_grey.png) no-repeat 0 -1px;
  padding: 0 5px 0 20px;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
}
.wsite-button:hover {
  background-position: 100% -133px;
}
.wsite-button:hover .wsite-button-inner {
  background-position: 0 -34px;
}
.wsite-button:active {
  background-position: 100% -166px;
}
.wsite-button:active .wsite-button-inner {
  background-position: 0 -67px;
}

/* Forms styles */
.wsite-form-label {
  display: inline-block;
  color: #868686;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 1em;
  padding: 12px 0 5px 0;
}
.form-radio-container {
  color: #868686;
  font-size: 14px;
  font-family: Tahoma, Geneva, sans-serif;
}
.wsite-form-container {
  margin-top: 0 !important;
  text-align: left;
}
.formlist {
  min-height: 100px;
  margin: 0 !important;
  padding: 0 !important;
}
.form-not-required {
  display: none;
}
.form-required {
  display: inline;
  color: #ff2825 !important;
}
.wsite-form-label.wsite-form-fields-required-label {
  font-weight: normal;
  font-style: italic;
}
.form-radio-container {
  display: block;
  margin: 5px 0 7px 0 !important;
}
.form-radio-container input {
  margin: 0 5px 0 0;
  border: none !important;
}
.wsite-form-field {
  max-width: 400px;
}
.wsite-form-field div.wsite-form-input-container .wsite-form-input {
  box-sizing: border-box;
  width: 100% !important;
}
.wsite-form-field div.wsite-form-input-container .wsite-input-width-285px {
  max-width: 285px;
}
.wsite-form-field div.wsite-form-input-container .wsite-input-width-370px {
  max-width: 370px;
}
.wsite-name-field .wsite-form-input-first-name {
  width: 40%;
}
.wsite-name-field .wsite-form-input-last-name {
  width: 55%;
}

/* Footer styles */
.wsite-not-footer {
  text-align: left;
}

/* Mobile-friendly responsive styles */
/* Hide checkbox but keep it functional */
.mobile-nav-toggle-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Mobile menu toggle button/icon */

.mobile-nav-icon, 
.mobile-nav-icon::before, 
.mobile-nav-icon::after {
  display: block;
  background: #545454;
  height: 2px;
  width: 24px;
  position: relative;
}

.mobile-nav-icon::before,
.mobile-nav-icon::after {
  content: '';
  position: absolute;
}

.mobile-nav-icon::before {
  bottom: 8px;
}

.mobile-nav-icon::after {
  top: 8px;
}

/* Responsive styles for mobile devices */
@media screen and (max-width: 768px) {
  /* Make images responsive */
  img {
    max-width: 100%;
    height: auto;
  }
  

  /* Content column adjustments */
  #content {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }

  /* Forms to be full width */
  .wsite-form-container, 
  .wsite-form-field, 
  .wsite-form-input, 

  /* Make form elements larger for touch */
  .wsite-form-input, 
  
  /* Adjust two-column form fields */
  .wsite-form-input-container.wsite-form-left,
  .wsite-form-input-container.wsite-form-right {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
