/*
 * This is a copy of our latest stylesheet to repair old installs that used bootstrap.
 * */
/* Reset =========================================== */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
contact html, .sil-widget-contact html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
contact body, .sil-widget-contact body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
contact h1, .sil-widget-contact h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
contact hr, .sil-widget-contact hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
contact pre, .sil-widget-contact pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
contact a, .sil-widget-contact a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
contact abbr[title], .sil-widget-contact abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
contact b, .sil-widget-contact b,
contact strong, .sil-widget-contact strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
contact code, .sil-widget-contact code,
contact kbd, .sil-widget-contact kbd,
contact samp, .sil-widget-contact samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
contact small, .sil-widget-contact small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
contact sub, .sil-widget-contact sub,
contact sup, .sil-widget-contact sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

contact sub, .sil-widget-contact sub {
  bottom: -0.25em; }

contact sup, .sil-widget-contact sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
contact img, .sil-widget-contact img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
contact button, .sil-widget-contact button,
contact input, .sil-widget-contact input,
contact optgroup, .sil-widget-contact optgroup,
contact select, .sil-widget-contact select,
contact textarea, .sil-widget-contact textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
contact button, .sil-widget-contact button,
contact input, .sil-widget-contact input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
contact button, .sil-widget-contact button,
contact select, .sil-widget-contact select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
contact button, .sil-widget-contact button,
contact [type="button"], .sil-widget-contact [type="button"],
contact [type="reset"], .sil-widget-contact [type="reset"],
contact [type="submit"], .sil-widget-contact [type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
contact button::-moz-focus-inner, .sil-widget-contact button::-moz-focus-inner,
contact [type="button"]::-moz-focus-inner, .sil-widget-contact [type="button"]::-moz-focus-inner,
contact [type="reset"]::-moz-focus-inner, .sil-widget-contact [type="reset"]::-moz-focus-inner,
contact [type="submit"]::-moz-focus-inner, .sil-widget-contact [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
contact button:-moz-focusring, .sil-widget-contact button:-moz-focusring,
contact [type="button"]:-moz-focusring, .sil-widget-contact [type="button"]:-moz-focusring,
contact [type="reset"]:-moz-focusring, .sil-widget-contact [type="reset"]:-moz-focusring,
contact [type="submit"]:-moz-focusring, .sil-widget-contact [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
contact fieldset, .sil-widget-contact fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
contact legend, .sil-widget-contact legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
contact progress, .sil-widget-contact progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
contact textarea, .sil-widget-contact textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
contact [type="checkbox"], .sil-widget-contact [type="checkbox"],
contact [type="radio"], .sil-widget-contact [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
contact [type="number"]::-webkit-inner-spin-button, .sil-widget-contact [type="number"]::-webkit-inner-spin-button,
contact [type="number"]::-webkit-outer-spin-button, .sil-widget-contact [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
contact [type="search"], .sil-widget-contact [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
contact [type="search"]::-webkit-search-decoration, .sil-widget-contact [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
contact ::-webkit-file-upload-button, .sil-widget-contact ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
contact details, .sil-widget-contact details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
contact summary, .sil-widget-contact summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
contact template, .sil-widget-contact template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
contact [hidden], .sil-widget-contact [hidden] {
  display: none; }

/* Base framework components =========================================== */
/*#############################################################|
|  >>> THEME
*##############################################################*/
/*
1) Change the $theme variable below to your desired theme.
2) Start your sass and change the file name output to your desired theme name.
eg.: sass --watch style.scss:scratch-vanilla.css

3) update main.html to the new generated css file
4) Enjoy your new theme!
*/
contact .btn-bawkbox-widgets, .sil-widget-contact .btn-bawkbox-widgets {
  color: white;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 0.8rem;
  border-radius: 4.1px;
  border: none;
  outline: none;
  min-width: 130px;
  max-width: 100px;
  margin-top: 1rem;
  display: inline-block;
  float: left;
  margin-right: 1rem; }

contact .btn-block, .sil-widget-contact .btn-block {
  max-width: none !important;
  width: 100%; }

contact .btn-widgets-primary, .sil-widget-contact .btn-widgets-primary {
  background-color: #E45336;
  color: white; }

contact .btn-widgets-secondary, .sil-widget-contact .btn-widgets-secondary {
  background-color: #464646;
  color: white; }

contact .btn-align-right, .sil-widget-contact .btn-align-right {
  float: right;
  margin-right: 0; }

contact .btn-upload-file, .sil-widget-contact .btn-upload-file {
  max-width: 300px !important; }

contact .heartbeat, .sil-widget-contact .heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both; }

/* ----------------------------------------------
 * Generated by Animista on 2018-10-31 13:50:45
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from, from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  10%, 10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  17%, 17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  33%, 33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  45%, 45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
@keyframes heartbeat {
  from, from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  10%, 10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  17%, 17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  33%, 33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  45%, 45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
contact .bawkbox-widgets-input, .sil-widget-contact .bawkbox-widgets-input {
  border-radius: 3px;
  background-color: white;
  border: 1px solid #acacac;
  outline: none;
  padding: 0.8rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  width: 100%;
  margin-top: 1rem;
  padding-left: 1rem;
  box-sizing: border-box; }

contact .bawkbox-widgets-input::placeholder, .sil-widget-contact .bawkbox-widgets-input::placeholder,
contact .bawkbox-widgets-textarea::placeholder, .sil-widget-contact .bawkbox-widgets-textarea::placeholder {
  font-size: 0.8rem;
  text-transform: lowercase;
  font-weight: 600;
  color: #B4B4B4; }

contact .bawkbox-widgets-textarea, .sil-widget-contact .bawkbox-widgets-textarea {
  position: relative;
  border-radius: 3px;
  background-color: white;
  border: 1px solid #acacac;
  outline: none;
  padding: 0.8rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  width: 100%;
  resize: none;
  margin-top: 1rem;
  box-sizing: border-box; }

contact .bawkbox-textarea-wrapper, .sil-widget-contact .bawkbox-textarea-wrapper {
  position: relative; }

contact .bawkbox-powered-by, .sil-widget-contact .bawkbox-powered-by {
  position: absolute;
  bottom: 1rem;
  color: #B4B4B4;
  font-size: 0.6rem;
  left: 0;
  width: 100%;
  text-align: right;
  padding-right: 1rem; }

contact .bawkbox-powered-by-logo, .sil-widget-contact .bawkbox-powered-by-logo {
  max-width: 50px;
  padding-left: .2rem; }

/* Custom upload button =========================================== */
contact .upload-btn-wrapper, .sil-widget-contact .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block; }

contact .btn, .sil-widget-contact .btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold; }

contact .upload-btn-wrapper input[type=file], .sil-widget-contact .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }

/* CHECKBOX =========================================== */
/* Customize the label (the check-container) */
contact .check-container, .sil-widget-contact .check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Montserrat", sans-serif; }

/* Hide the browser's default checkbox */
contact .check-container input, .sil-widget-contact .check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
contact .checkmark, .sil-widget-contact .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #464646;
  border-radius: 4.3px; }

/* On mouse-over, add a grey background color */
contact .check-container:hover input ~ .checkmark, .sil-widget-contact .check-container:hover input ~ .checkmark {
  background-color: #464646; }

/* When the checkbox is checked, add a blue background */
contact .check-container input:checked ~ .checkmark, .sil-widget-contact .check-container input:checked ~ .checkmark {
  background-color: #E45336; }

/* Create the checkmark/indicator (hidden when not checked) */
contact .checkmark:after, .sil-widget-contact .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
contact .check-container input:checked ~ .checkmark:after, .sil-widget-contact .check-container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
contact .check-container .checkmark:after, .sil-widget-contact .check-container .checkmark:after {
  left: 10.3px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-radius: 5px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

contact .check-text, .sil-widget-contact .check-text {
  font-size: 0.9rem;
  font-weight: bold;
  position: relative;
  top: -0.4rem; }

/* RADIO =========================================== */
contact .radio-container [type="radio"]:checked, .sil-widget-contact .radio-container [type="radio"]:checked,
contact .radio-container [type="radio"]:not(:checked), .sil-widget-contact .radio-container [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }
contact .radio-container [type="radio"] + label, .sil-widget-contact .radio-container [type="radio"] + label {
  font-size: 0.9rem;
  font-weight: bold;
  position: relative;
  top: -0.4rem;
  color: #464646; }
contact .radio-container [type="radio"]:checked + label, .sil-widget-contact .radio-container [type="radio"]:checked + label,
contact .radio-container [type="radio"]:not(:checked) + label, .sil-widget-contact .radio-container [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #464646; }
contact .radio-container [type="radio"]:checked + label:before, .sil-widget-contact .radio-container [type="radio"]:checked + label:before,
contact .radio-container [type="radio"]:not(:checked) + label:before, .sil-widget-contact .radio-container [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #464646; }
contact .radio-container [type="radio"]:checked + label:after, .sil-widget-contact .radio-container [type="radio"]:checked + label:after,
contact .radio-container [type="radio"]:not(:checked) + label:after, .sil-widget-contact .radio-container [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: white;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
contact .radio-container [type="radio"]:not(:checked) + label:after, .sil-widget-contact .radio-container [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }
contact .radio-container [type="radio"]:checked + label:after, .sil-widget-contact .radio-container [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

/* Widgets =========================================== */
contact .contact-container, .sil-widget-contact .contact-container {
  background-color: white;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
  padding-top: 5rem; }

/* Components =========================================== */
contact .bawkbox-contact, .sil-widget-contact .bawkbox-contact {
  padding: 1rem;
  height: auto;
  padding-bottom: 1rem;
  box-sizing: border-box;
  align-self: center;
  margin-bottom: 2rem;
  display: inline-block;
  float: left;
  background-color: white; }
  contact .bawkbox-contact .bawkbox-contact-title, .sil-widget-contact .bawkbox-contact .bawkbox-contact-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: -0.1rem;
    color: #464646; }

contact .center, .sil-widget-contact .center {
  justify-content: center;
  align-items: center; }

contact .ratings-form, .sil-widget-contact .ratings-form {
  margin-bottom: 5.2rem; }

contact .bawkbox-reviews, .sil-widget-contact .bawkbox-reviews {
  width: 500px;
  height: auto;
  padding-bottom: 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  align-self: center;
  margin-bottom: 3rem; }

contact .bawkbox-reviews-title, .sil-widget-contact .bawkbox-reviews-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: -0.1rem; }

contact .stars, .sil-widget-contact .stars {
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  margin-top: .5rem; }

contact .star-review, .sil-widget-contact .star-review {
  flex: 1 1 auto;
  justify-self: flex-start;
  max-width: 28.2px;
  height: 23px;
  padding-left: .5rem; }

contact .feedback-open, .sil-widget-contact .feedback-open {
  right: 0; }

contact .feedback-close, .sil-widget-contact .feedback-close {
  right: -16rem; }

contact .feedback-box, .sil-widget-contact .feedback-box {
  position: relative;
  -webkit-box-shadow: inset 4px 4px 5px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 4px 4px 5px -3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 4px 4px 5px -3px rgba(0, 0, 0, 0.15);
  width: 81.7%;
  height: 227px;
  overflow: hidden; }
  contact .feedback-box .feedback, .sil-widget-contact .feedback-box .feedback {
    position: absolute;
    top: 0;
    transition-property: right;
    transition-duration: 1s;
    border: 1px solid #343a402e;
    border-left-color: #464646;
    border-left-width: 3rem;
    border-left-style: solid;
    width: 300px;
    height: 227px;
    border-radius: 5px;
    -webkit-box-shadow: -8px 8px 5px -4px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -8px 8px 5px -4px rgba(0, 0, 0, 0.23);
    box-shadow: -8px 8px 5px -4px rgba(0, 0, 0, 0.23); }
    contact .feedback-box .feedback .feedback-title, .sil-widget-contact .feedback-box .feedback .feedback-title {
      position: absolute;
      top: 0.5rem;
      left: -2.7rem;
      font-weight: 500;
      font-family: "Montserrat", sans-serif;
      writing-mode: vertical-rl;
      font-weight: 600;
      color: white;
      letter-spacing: 1.8px;
      cursor: pointer;
      height: 91%;
      padding: .5rem; }
    contact .feedback-box .feedback .feedback-content, .sil-widget-contact .feedback-box .feedback .feedback-content {
      width: 220px;
      height: 167px;
      position: absolute;
      top: 8.1px;
      left: 17px;
      display: flex;
      flex-wrap: wrap; }
      contact .feedback-box .feedback .feedback-content .rating-text, .sil-widget-contact .feedback-box .feedback .feedback-content .rating-text {
        font-family: "Open Sans", sans-serif;
        font-size: 0.9rem;
        color: #464646;
        text-align: center;
        font-weight: bold;
        align-self: center; }
    contact .feedback-box .feedback .feedback-icon, .sil-widget-contact .feedback-box .feedback .feedback-icon {
      width: 22px;
      height: 22px;
      background-image: url("../../widget-static/svg/components/mailbox.svg");
      background-repeat: no-repeat;
      position: absolute;
      bottom: 0.6rem;
      left: -2.1rem; }

contact .feedback-disclaimer, .sil-widget-contact .feedback-disclaimer {
  color: #ACABAC;
  font-size: 0.65rem;
  position: absolute;
  bottom: -2.5rem;
  left: 3.4rem;
  width: 230px; }

contact .feedback-disclaimer:hover, .sil-widget-contact .feedback-disclaimer:hover, contact .feedback-disclaimer :active, .sil-widget-contact .feedback-disclaimer :active {
  text-decoration: none; }

contact .bawk-rating-size, .sil-widget-contact .bawk-rating-size {
  margin-left: 0 !important;
  margin-right: 0 !important; }

contact .chatbox, .sil-widget-contact .chatbox {

  background-color: white;
  z-index: 2;

  /*DESKTOP ONLY CODE*/
  display: flex;
  flex-wrap: wrap;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 100%;
  max-width: 411px;
  height: auto;
  border: solid 1px #4646465c;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  /* Shadow =========================================== */
  -webkit-box-shadow: 7px 10px 8px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 7px 10px 8px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 7px 10px 8px 0px rgba(0, 0, 0, 0.09); }
  @media screen and (min-width: 700px) {
    contact .chatbox, .sil-widget-contact .chatbox {
      bottom: 0.4rem;
      right: 0.5rem; } }
  contact .chatbox .chatbox-header, .sil-widget-contact .chatbox .chatbox-header {
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    flex: 1 1 100%;
    height: 3.6rem;
    position: relative; }
    contact .chatbox .chatbox-header .chatbox-header-settings, .sil-widget-contact .chatbox .chatbox-header .chatbox-header-settings {
      width: 22px;
      height: 22px;
      position: absolute;
      top: 0.8rem;
      right: 0.8rem; }
    contact .chatbox .chatbox-header .chatbox-header-title, .sil-widget-contact .chatbox .chatbox-header .chatbox-header-title {
      font-family: "Montserrat", sans-serif;
      color: white;
      font-size: 1.2rem;
      font-weight: normal;
      position: absolute;
      top: 0.8rem;
      left: 1.3rem; }
  contact .chatbox .chatbox-content, .sil-widget-contact .chatbox .chatbox-content {
    overflow-y: scroll;
    flex: 1 1 100%;
    height: 460px;
    padding: 1.3rem 0.8rem;
    font-weight: 500;
    font-size: 0.95rem; }
    contact .chatbox .chatbox-content .chatbox-admin-message, .sil-widget-contact .chatbox .chatbox-content .chatbox-admin-message {
      color: #464646;
      text-align: left;
      padding-left: 5rem;
      padding-bottom: 1.7rem; }
    contact .chatbox .chatbox-content .chatbox-customer-message, .sil-widget-contact .chatbox .chatbox-content .chatbox-customer-message {
      color: #acacac;
      text-align: left;
      padding-bottom: 1.7rem; }
  contact .chatbox .chatbox-message-area, .sil-widget-contact .chatbox .chatbox-message-area {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    border-top: solid 1px #4646465c;
    box-sizing: border-box; }
    contact .chatbox .chatbox-message-area .chatbox-message-textarea, .sil-widget-contact .chatbox .chatbox-message-area .chatbox-message-textarea {
      flex: 1 1 100%;
      height: 118px;
      background-color: white;
      color: #464646;
      font-size: 0.9rem;
      width: 100%;
      resize: none;
      border: none;
      padding: 1rem; }
      contact .chatbox .chatbox-message-area .chatbox-message-textarea::placeholder, .sil-widget-contact .chatbox .chatbox-message-area .chatbox-message-textarea::placeholder {
        color: #c6c6c6; }
    contact .chatbox .chatbox-message-area .chatbox-message-footer, .sil-widget-contact .chatbox .chatbox-message-area .chatbox-message-footer {
      display: flex;
      flex-wrap: wrap;
      height: 2.6rem;
      width: 100%;
      background-color: #F1F1F1; }
      contact .chatbox .chatbox-message-area .chatbox-message-footer .chatbox-disclaimer, .sil-widget-contact .chatbox .chatbox-message-area .chatbox-message-footer .chatbox-disclaimer {
        position: relative;
        top: 1.3rem;
        left: 1rem;
        justify-self: flex-start;
        color: #ACABAC;
        font-size: 0.65rem;
        flex: 1 1 50%;
        /*MOBILE ONLY CODE*/
        /*DESKTOP ONLY CODE*/ }




        @media screen and (max-width: 700px) {
          contact .chatbox .chatbox-message-area .chatbox-message-footer .chatbox-disclaimer .chat-powered-by-text, .sil-widget-contact .chatbox .chatbox-message-area .chatbox-message-footer .chatbox-disclaimer .chat-powered-by-text {
            display: none; } }
        @media screen and (min-width: 700px) {
          contact .chatbox .chatbox-message-area .chatbox-message-footer .chatbox-disclaimer, .sil-widget-contact .chatbox .chatbox-message-area .chatbox-message-footer .chatbox-disclaimer {
            flex: 1 1 60%; } }
        contact .chatbox .chatbox-message-area .chatbox-message-footer .chatbox-disclaimer .bawkbox-powered-by-logo, .sil-widget-contact .chatbox .chatbox-message-area .chatbox-message-footer .chatbox-disclaimer .bawkbox-powered-by-logo {
          position: relative;
          top: -0.3rem;
          /*MOBILE ONLY CODE*/ }
          @media screen and (max-width: 700px) {
            contact .chatbox .chatbox-message-area .chatbox-message-footer .chatbox-disclaimer .bawkbox-powered-by-logo, .sil-widget-contact .chatbox .chatbox-message-area .chatbox-message-footer .chatbox-disclaimer .bawkbox-powered-by-logo {
              left: -0.4rem; } }
      contact .chatbox .chatbox-message-area .chatbox-message-footer .chatbox-message-footer-buttons, .sil-widget-contact .chatbox .chatbox-message-area .chatbox-message-footer .chatbox-message-footer-buttons {
        flex: 1 1 50%;
        /*DESKTOP ONLY CODE*/
        justify-self: flex-end;
        width: 170px;
        height: 100%;
        display: flex;
        flex-wrap: wrap; }
        @media screen and (min-width: 700px) {
          contact .chatbox .chatbox-message-area .chatbox-message-footer .chatbox-message-footer-buttons, .sil-widget-contact .chatbox .chatbox-message-area .chatbox-message-footer .chatbox-message-footer-buttons {
            flex: 1 1 40%; } }
        contact .chatbox .chatbox-message-area .chatbox-message-footer .chatbox-message-footer-buttons .chatbox-message-footer-button, .sil-widget-contact .chatbox .chatbox-message-area .chatbox-message-footer .chatbox-message-footer-buttons .chatbox-message-footer-button {
          flex: 1 1 20%;
          height: 100%;
          box-sizing: border-box;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          cursor: pointer; }
        contact .chatbox .chatbox-message-area .chatbox-message-footer .chatbox-message-footer-buttons .chatbox-send, .sil-widget-contact .chatbox .chatbox-message-area .chatbox-message-footer .chatbox-message-footer-buttons .chatbox-send {
          flex: 1 1 46.6%;
          background-color: #E45336;
          color: white;
          font-family: "Montserrat", sans-serif;
          text-align: center;
          font-size: 0.8rem;
          cursor: pointer; }
          contact .chatbox .chatbox-message-area .chatbox-message-footer .chatbox-message-footer-buttons .chatbox-send:active, .sil-widget-contact .chatbox .chatbox-message-area .chatbox-message-footer .chatbox-message-footer-buttons .chatbox-send:active {
            background-color: #cc391b; }
        contact .chatbox .chatbox-message-area .chatbox-message-footer .chatbox-message-footer-buttons .chatbox-icon-clip, .sil-widget-contact .chatbox .chatbox-message-area .chatbox-message-footer .chatbox-message-footer-buttons .chatbox-icon-clip {
          width: 10.5px;
          height: 21px; }
        contact .chatbox .chatbox-message-area .chatbox-message-footer .chatbox-message-footer-buttons .chatbox-icon-emoticon, .sil-widget-contact .chatbox .chatbox-message-area .chatbox-message-footer .chatbox-message-footer-buttons .chatbox-icon-emoticon {
          width: 20px;
          height: 20px; }

contact .chatbox-primary, .sil-widget-contact .chatbox-primary {
  background-color: #E45336; }

/* Pages =========================================== */
contact body, .sil-widget-contact body {
  font-family: "Open Sans", sans-serif; }

contact header, .sil-widget-contact header {
  font-family: "Montserrat", sans-serif; }
  contact header nav, .sil-widget-contact header nav {
    background-color: #080d0d; }
    @media screen and (min-width: 1200px) {
      contact header nav, .sil-widget-contact header nav {
        padding-left: 150px !important;
        padding-right: 150px !important; } }

contact h2, .sil-widget-contact h2 {
  font-size: 2rem;
  padding-bottom: 2rem; }

contact .components-title, .sil-widget-contact .components-title {
  padding-bottom: 1rem; }

contact .doc-container, .sil-widget-contact .doc-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /*DESKTOP ONLY CODE*/ }
  @media screen and (min-width: 1200px) {
    contact .doc-container, .sil-widget-contact .doc-container {
      padding-left: 150px !important;
      padding-right: 150px !important; } }
  contact .doc-container .col-doc-left, .sil-widget-contact .doc-container .col-doc-left,
  contact .doc-container .col-doc-right, .sil-widget-contact .doc-container .col-doc-right {
    padding: 1.5rem; }
  contact .doc-container .col-doc-left, .sil-widget-contact .doc-container .col-doc-left {
    margin-top: 5.5rem;
    box-sizing: border-box;
    flex: 1 1 20%; }
  contact .doc-container .col-doc-right, .sil-widget-contact .doc-container .col-doc-right {
    margin-top: 3rem;
    padding-top: 4rem;
    box-sizing: border-box;
    flex: 1 1 80%; }
  contact .doc-container .components-list, .sil-widget-contact .doc-container .components-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #333333; }
    contact .doc-container .components-list li, .sil-widget-contact .doc-container .components-list li {
      padding-left: .5rem;
      margin-top: .5rem;
      margin-bottom: .5rem; }
    contact .doc-container .components-list li a, .sil-widget-contact .doc-container .components-list li a {
      color: inherit;
      text-decoration: none; }
      contact .doc-container .components-list li a:hover, .sil-widget-contact .doc-container .components-list li a:hover {
        font-weight: bold; }

contact .markup-box, .sil-widget-contact .markup-box {
  max-height: 10rem;
  /*MOBILE ONLY CODE*/ }
  @media screen and (max-width: 700px) {
    contact .markup-box, .sil-widget-contact .markup-box {
      max-width: 86.6vw; } }
  @media screen and (max-width: 500px) {
    contact .markup-box, .sil-widget-contact .markup-box {
      max-width: 86vw; } }

contact .markup-box-big, .sil-widget-contact .markup-box-big {
  max-height: 27.9rem; }

contact .markup-wrapper, .sil-widget-contact .markup-wrapper {
  position: relative;
  margin-top: -0.4rem; }

contact .btn-copy-clipboard, .sil-widget-contact .btn-copy-clipboard {
  cursor: pointer;
  position: absolute;
  top: 0.6rem;
  border: none;
  outline: none;
  left: 0.5rem;
  width: 73.2px;
  height: auto;
  padding: 0.2rem;
  text-align: center;
  color: #464646;
  background-color: #B4B4B4;
  border-radius: 5px;
  font-size: 0.8rem;
  font-family: "Montserrat", sans-serif; }
  contact .btn-copy-clipboard:focus, .sil-widget-contact .btn-copy-clipboard:focus, contact .btn-copy-clipboard:active, .sil-widget-contact .btn-copy-clipboard:active {
    outline: none;
    box-shadow: none; }