@charset "UTF-8";/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.






















*/
body#body-dashboard.body-masters.modal-open {
  overflow: hidden !important; }

body#body-dashboard.body-masters {
  font: 15px/1.3 Arial;
  color: rgba(75, 89, 102, 0.8);
  @keyframes blinker {
    0% {
      opacity: 1; }

    50% {
      opacity: 0; }

    100% {
      opacity: 1; } }
 }
  body#body-dashboard.body-masters p {
    font: 15px/1.3 Arial;
    color: rgba(75, 89, 102, 0.8); }
  body#body-dashboard.body-masters .modal-backdrop {
    background: rgba(0, 0, 0, 0.1); }
  body#body-dashboard.body-masters .responsive-only {
    display: none !important; }
  body#body-dashboard.body-masters .topbar-inner {
    max-width: 1200px; }
  body#body-dashboard.body-masters .topbar .open ul.dropdown-menu a {
    cursor: pointer; }
  body#body-dashboard.body-masters .topbar a {
    padding: 0 0 0 30px; }
  body#body-dashboard.body-masters .topbar a.account-dropdown:after, body#body-dashboard.body-masters .topbar .open ul.dropdown-menu a:before {
    display: none; }
  body#body-dashboard.body-masters .topbar a.account-dropdown {
    font-family: 'Sidengo'; }
  body#body-dashboard.body-masters .account-in-nav:before {
    padding: 0;
    content: "\E8A8"; }
  body#body-dashboard.body-masters canvas#line-chart {
    margin-bottom: 20px;
    width: 100% !important;
    max-height: 400px; }
  body#body-dashboard.body-masters .delta-positive {
    color: green; }
  body#body-dashboard.body-masters .delta-negative {
    color: red; }
  body#body-dashboard.body-masters .modal-backdrop {
    opacity: 0.7; }
  body#body-dashboard.body-masters .ace_editor {
    width: 100% !important;
    line-height: 1.5;
    border-radius: 2px;
    opacity: 0.99;
    min-height: 300px; }
  body#body-dashboard.body-masters .ace_content {
    width: 100%; }
  body#body-dashboard.body-masters .ace_content * {
    white-space: normal; }
  body#body-dashboard.body-masters #masters-content {
    float: none;
    overflow: visible;
    width: 100%;
    margin: 0 auto;
    background: transparent;
    border: 0 none;
    box-shadow: 0 0 0 transparent; }
    body#body-dashboard.body-masters #masters-content .pagination {
      display: none; }
    body#body-dashboard.body-masters #masters-content #master-live-form, body#body-dashboard.body-masters #masters-content #master-pro-form {
      margin: 0;
      line-height: 34px;
      width: 34px; }
    body#body-dashboard.body-masters #masters-content input[type=checkbox] {
      box-shadow: 0 0 0 transparent;
      border: 0 none; }
    body#body-dashboard.body-masters #masters-content #site-live {
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 5px; }
    body#body-dashboard.body-masters #masters-content input[type="checkbox"] {
      float: none;
      margin: 0; }
    body#body-dashboard.body-masters #masters-content .rojo-rico {
      background: #EE5F5B;
      border-radius: 4px;
      box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05) inset; }
    body#body-dashboard.body-masters #masters-content .verde-rico {
      background: #4FD37B;
      border-radius: 4px;
      box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset; }
    body#body-dashboard.body-masters #masters-content #nonprofits fieldset {
      padding: 20px; }
    body#body-dashboard.body-masters #masters-content #nonprofits h3 {
      margin: 0 20px; }
    body#body-dashboard.body-masters #masters-content #nonprofits hr {
      margin: 0 0 10px; }
    body#body-dashboard.body-masters #masters-content .overview-cube {
      width: calc(25% - 20px);
      box-sizing: border-box;
      padding: 10px 20px 10px;
      margin: 0 10px 20px;
      float: left;
      background: white;
      box-shadow: 0 -1px 1px rgba(75, 89, 102, 0.05), 0 1px 1px rgba(75, 89, 102, 0.2);
      min-height: 380px; }
      body#body-dashboard.body-masters #masters-content .overview-cube h3, body#body-dashboard.body-masters #masters-content .overview-cube a {
        line-height: 2;
        margin-bottom: 15px;
        color: rgba(75, 89, 102, 0.8); }
      body#body-dashboard.body-masters #masters-content .overview-cube a {
        font: 20px/2 'New Roboto', Arial;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        display: block;
        text-align: right;
        position: relative;
        opacity: 1; }
      body#body-dashboard.body-masters #masters-content .overview-cube a span {
        position: absolute;
        margin-right: 10px;
        text-align: left;
        left: 0;
        opacity: 0.8; }
      body#body-dashboard.body-masters #masters-content .overview-cube a:hover {
        color: rgba(66, 133, 244, 0.8); }
    body#body-dashboard.body-masters #masters-content #chart-cube.overview-cube {
      width: calc(100% - 20px);
      margin-bottom: 0; }
    body#body-dashboard.body-masters #masters-content .overview-stat {
      font-size: 14px;
      line-height: 1.4;
      color: rgba(75, 89, 102, 0.7);
      margin-bottom: 10px;
      float: left;
      width: 100%; }
    body#body-dashboard.body-masters #masters-content .overview-stat span {
      display: block;
      text-transform: uppercase;
      font-size: 10px;
      color: rgba(75, 89, 102, 0.5);
      font-family: 'Montserrat'; }
    body#body-dashboard.body-masters #masters-content .btn {
      font: bold 13px/32px Arial;
      color: white;
      height: 34px;
      width: auto;
      padding: 0 10px;
      background: #8A92A5;
      border: 0 none;
      box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
      text-transform: uppercase;
      transition: all 0.5s ease;
      position: absolute;
      top: 13px;
      right: 20px; }
    body#body-dashboard.body-masters #masters-content .btn:hover {
      background: #859299; }
    body#body-dashboard.body-masters #masters-content .delete-theme {
      color: #C70111;
      font: 12px/4 Arial; }
    body#body-dashboard.body-masters #masters-content .delete-theme:hover {
      text-decoration: underline; }
    body#body-dashboard.body-masters #masters-content form .input {
      margin: 0;
      display: inline-block; }
    body#body-dashboard.body-masters #masters-content h1 {
      margin: -20px 0 30px;
      padding: 0 20px;
      font: 20px/60px Arial;
      color: rgba(75, 89, 102, 0.8);
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05); }
    body#body-dashboard.body-masters #masters-content h1 span {
      font-weight: normal; }
    body#body-dashboard.body-masters #masters-content h3 {
      color: #4B5966;
      margin-bottom: 30px;
      font: 20px/3 'New Roboto', Arial;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    body#body-dashboard.body-masters #masters-content h4 {
      color: rgba(75, 89, 102, 0.8);
      margin-bottom: 15px;
      font: 20px/2 'New Roboto', Arial;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      opacity: 0.8; }
    body#body-dashboard.body-masters #masters-content hr {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    body#body-dashboard.body-masters #masters-content .help-block {
      width: auto;
      line-height: 1;
      margin: 5px 0 10px; }
    body#body-dashboard.body-masters #masters-content label {
      text-align: left;
      padding: 0;
      line-height: 36px;
      width: 200px; }
    body#body-dashboard.body-masters #masters-content .actions {
      background: rgba(75, 89, 102, 0.01);
      margin: 10px -20px -40px;
      padding: 40px 20px; }
    body#body-dashboard.body-masters #masters-content .password-box {
      margin: 0 -20px;
      padding: 30px 20px 0;
      background: transparent;
      border-top: 1px solid rgba(0, 0, 0, 0.08); }
    body#body-dashboard.body-masters #masters-content .password-box label {
      font-weight: bold; }
    body#body-dashboard.body-masters #masters-content .pill-content-divider {
      border: 0 none;
      margin: 0 0 30px; }
    body#body-dashboard.body-masters #masters-content select {
      height: 34px;
      line-height: 51px;
      width: 200px;
      margin-left: 15px;
      position: absolute;
      top: 8px;
      right: 90px; }
    body#body-dashboard.body-masters #masters-content .masters-table-wrapper {
      overflow-x: auto; }
    body#body-dashboard.body-masters #masters-content table {
      border-radius: 0;
      border: 0 none;
      margin: 0;
      font-size: 14px;
      border-collapse: collapse; }
    body#body-dashboard.body-masters #masters-content table a {
      color: #4285F4;
      border-bottom: 1px solid transparent;
      font-weight: 500;
      padding: 2px 0;
      transition: all 0.5s ease;
      font-family: "Helvetica Neue"; }
    body#body-dashboard.body-masters #masters-content table a:hover {
      border-bottom: 1px solid rgba(66, 133, 244, 0.5); }
    body#body-dashboard.body-masters #masters-content table .thin-stuff {
      font-weight: 300; }
    body#body-dashboard.body-masters #masters-content table td .btn {
      font-weight: bold;
      color: #4b5966; }
    body#body-dashboard.body-masters #masters-content table th {
      text-transform: uppercase;
      font-family: 'Montserrat';
      font-weight: normal; }
    body#body-dashboard.body-masters #masters-content table th:hover {
      color: #4b5966;
      text-decoration: underline; }
    body#body-dashboard.body-masters #masters-content table th:after {
      display: none !important; }
    body#body-dashboard.body-masters #masters-content table th, body#body-dashboard.body-masters #masters-content table td {
      overflow: hidden;
      text-align: center;
      padding: 10px 15px;
      vertical-align: middle;
      word-wrap: break-word;
      border: 0 none;
      box-sizing: border-box;
      background: transparent;
      white-space: nowrap;
      max-width: 200px;
      text-overflow: ellipsis;
      border-radius: 0;
      border: 1px solid #f3f3f3;
      border-width: 1px 0; }
    body#body-dashboard.body-masters #masters-content table th {
      border-top: 0 none; }
    body#body-dashboard.body-masters #masters-content table a.masters-open-modal {
      color: rgba(75, 89, 102, 0.8);
      font-weight: normal;
      font-size: 16px;
      opacity: 0.5;
      border: 0 none; }
    body#body-dashboard.body-masters #masters-content table a.masters-open-modal:hover {
      border: 0 none; }
    body#body-dashboard.body-masters #masters-content table a.masters-open-modal:before {
      content: "\E81B";
      font-family: 'Sidengo';
      line-height: 34px; }
    body#body-dashboard.body-masters #masters-content table a.masters-open-modal.masters-sites-content-sections:before {
      content: "\E8AB";
      font-family: 'Sidengo'; }
    body#body-dashboard.body-masters #masters-content table tr {
      font-family: 'Helvetica Neue'; }
    body#body-dashboard.body-masters #masters-content table tr:hover a.masters-open-modal {
      opacity: 0.7; }
    body#body-dashboard.body-masters #masters-content table tr a.masters-open-modal:hover {
      opacity: 1; }
    body#body-dashboard.body-masters #masters-content table tr.pro-row {
      background: rgba(51, 162, 140, 0.075); }
    body#body-dashboard.body-masters #masters-content table tr.pro-row td {
      font-weight: 500;
      color: #33A28C; }
    body#body-dashboard.body-masters #masters-content table tr td:first-child {
      padding-left: 25px; }
    body#body-dashboard.body-masters #masters-content table tr td:last-child {
      padding-right: 25px; }
    body#body-dashboard.body-masters #masters-content table tr.pro-row td:first-child {
      box-shadow: 4px 0 0 rgba(51, 162, 140, 0.6) inset; }
    body#body-dashboard.body-masters #masters-content table tr.yes-pro.no-expiration.yes-renewal {
      background: rgba(238, 95, 91, 0.075); }
    body#body-dashboard.body-masters #masters-content table tr.yes-pro.no-expiration.yes-renewal td {
      font-weight: 500;
      color: #ee5f5a; }
    body#body-dashboard.body-masters #masters-content table tr.yes-pro.no-expiration.yes-renewal td:first-child {
      box-shadow: 4px 0 0 rgba(238, 95, 91, 0.6) inset; }
    body#body-dashboard.body-masters #masters-content table tr.yes-pro.no-expiration.no-renewal {
      background: rgba(255, 133, 27, 0.075); }
    body#body-dashboard.body-masters #masters-content table tr.yes-pro.no-expiration.no-renewal td {
      font-weight: 500;
      color: #FF851B; }
    body#body-dashboard.body-masters #masters-content table tr.yes-pro.no-expiration.no-renewal td:first-child {
      box-shadow: 4px 0 0 rgba(255, 133, 27, 0.6) inset; }
    body#body-dashboard.body-masters #masters-content table tr.yes-expired {
      background: rgba(68, 68, 68, 0.075);
      opacity: 0.9; }
    body#body-dashboard.body-masters #masters-content table tr.yes-expired td, body#body-dashboard.body-masters #masters-content table tr.yes-expired a {
      font-style: italic; }
    body#body-dashboard.body-masters #masters-content table tr.yes-expired td.domain {
      text-decoration: line-through; }
    body#body-dashboard.body-masters #masters-content table tr.yes-expired a.masters-open-modal:before {
      font-style: normal; }
    body#body-dashboard.body-masters #masters-content table tr.yes-expired td:first-child {
      box-shadow: 4px 0 0 rgba(68, 68, 68, 0.6) inset; }
    body#body-dashboard.body-masters #masters-content table tr.yes-pro.yes-expiration.yes-renewal {
      background: rgba(51, 162, 140, 0.075); }
    body#body-dashboard.body-masters #masters-content table tr.yes-pro.yes-expiration.yes-renewal td {
      font-weight: 500;
      color: #33A28C; }
    body#body-dashboard.body-masters #masters-content table tr.yes-pro.yes-expiration.yes-renewal td:first-child {
      box-shadow: 4px 0 0 rgba(51, 162, 140, 0.6) inset; }
  body#body-dashboard.body-masters .modal {
    top: 0 !important;
    bottom: 0;
    margin: 0 !important;
    left: auto;
    right: 0;
    width: 100%;
    height: auto;
    max-width: 760px;
    max-height: initial;
    border-radius: 0;
    position: fixed;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
  body#body-dashboard.body-masters .modal-header {
    background: transparent;
    padding: 0 30px; }
  body#body-dashboard.body-masters .modal-header h1 {
    color: rgba(75, 89, 102, 0.8);
    font-weight: normal;
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 56px; }
  body#body-dashboard.body-masters .modal-header h1 span {
    font-weight: 500; }
  body#body-dashboard.body-masters .modal-header .close {
    background: transparent;
    font: 300 30px/50px Helvetica;
    right: 15px;
    top: 0;
    margin: 0;
    padding: 0; }
  body#body-dashboard.body-masters .modal-body {
    padding: 5px 30px 0;
    background: transparent;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 56px;
    right: 0;
    bottom: 70px;
    left: 0;
    width: auto; }
    body#body-dashboard.body-masters .modal-body .user-profile-info {
      padding: 20px 0 15px;
      margin-top: 20px;
      border-top: 1px solid rgba(0, 0, 0, 0.05); }
    body#body-dashboard.body-masters .modal-body .user-profile-info.custom-domain-profile-info {
      border-top: 0 none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      padding: 15px 0 10px;
      margin: 0 0 10px; }
    body#body-dashboard.body-masters .modal-body .user-profile-info p {
      font-size: 14px;
      line-height: 2;
      color: rgba(75, 89, 102, 0.8); }
    body#body-dashboard.body-masters .modal-body .user-profile-info p:last-child {
      border-bottom: 0 none;
      padding: 0;
      margin-bottom: 5px; }
    body#body-dashboard.body-masters .modal-body .user-profile-info a {
      font-weight: normal; }
    body#body-dashboard.body-masters .modal-body .user-profile-info a:after {
      content: ",";
      color: #5a6169; }
    body#body-dashboard.body-masters .modal-body .user-profile-info a:last-child:after {
      content: ""; }
    body#body-dashboard.body-masters .modal-body .user-profile-info.content-sections-modal-topper {
      border-top: 0 none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      padding: 0;
      margin: 5px 0 0; }
    body#body-dashboard.body-masters .modal-body .user-profile-info.content-sections-modal-topper p {
      font-size: 15px;
      line-height: 3; }
    body#body-dashboard.body-masters .modal-body .user-profile-info.content-sections-modal-topper p strong {
      font-weight: 500; }
    body#body-dashboard.body-masters .modal-body .settings-item {
      padding: 0 0 20px; }
    body#body-dashboard.body-masters .modal-body .settings-item label {
      display: block;
      width: 100%;
      text-align: left; }
    body#body-dashboard.body-masters .modal-body .settings-item label span {
      padding: 0;
      opacity: 0.6; }
    body#body-dashboard.body-masters .modal-body .settings-item .xlarge, body#body-dashboard.body-masters .modal-body .settings-item textarea {
      font: 15px/1.8 Arial;
      resize: none;
      text-shadow: 0 0 0 transparent;
      width: 100%;
      box-sizing: border-box;
      height: auto;
      padding: 10px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      -webkit-appearance: none;
      color: rgba(75, 89, 102, 0.8); }
    body#body-dashboard.body-masters .modal-body #site_custom_css, body#body-dashboard.body-masters .modal-body #site_custom_head {
      background: #2B2B2B;
      color: white;
      font-family: 'Monaco', 'Lucida Console';
      height: 200px; }
    body#body-dashboard.body-masters .modal-body fieldset .clearfix {
      padding: 0 0 10px;
      border: 0 none; }
  body#body-dashboard.body-masters .modal-body.modal-body-no-footer {
    bottom: 0; }
  body#body-dashboard.body-masters .modal-body.modal-body-no-footer fieldset {
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    padding: 10px 0 20px; }
  body#body-dashboard.body-masters .modal-body.modal-body-no-footer .btn.primary {
    background: #60A0E7;
    color: white;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    height: 28px;
    font: bold 13px/28px Arial;
    text-transform: uppercase;
    padding: 0 15px;
    border: 0 none;
    border-radius: 3px;
    transition: all 0.5s;
    margin: 20px 0 0;
    float: right; }
  body#body-dashboard.body-masters .modal-body.modal-body-no-footer .btn.primary:hover {
    background: #568FCF; }
  body#body-dashboard.body-masters .modal-body.modal-body-no-footer form:last-child fieldset {
    border: 0 none; }
  body#body-dashboard.body-masters .modal-body::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    background: rgba(133, 146, 153, 0.3); }
  body#body-dashboard.body-masters .modal-body::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #859299; }
  body#body-dashboard.body-masters .modal-footer {
    padding: 20px 30px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  body#body-dashboard.body-masters .container {
    float: none;
    padding: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 56px auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  body#body-dashboard.body-masters .indash {
    background: white;
    box-shadow: 0 -1px 1px rgba(75, 89, 102, 0.05), 0 1px 1px rgba(75, 89, 102, 0.2);
    padding: 20px 0 0;
    margin: 0; }
  body#body-dashboard.body-masters #overview {
    padding: 0 10px;
    background: transparent;
    box-shadow: 0 0 0 transparent;
    margin: 0 -20px; }
  body#body-dashboard.body-masters footer {
    float: none;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    font: 14px/4 "Helvetica Neue",Helvetica,Arial;
    padding: 0;
    border: 0 none;
    color: #A7A9AA;
    text-shadow: 0 1px 0 #FFFFFF; }
  body#body-dashboard.body-masters .pagination {
    background: white;
    cursor: default;
    float: right;
    height: 22px;
    margin: 0 20px 30px 0; }
    body#body-dashboard.body-masters .pagination a, body#body-dashboard.body-masters .pagination span, body#body-dashboard.body-masters .pagination em {
      padding: 0.2em 0.5em;
      display: block;
      float: left;
      margin-right: 1px;
      height: 20px; }
    body#body-dashboard.body-masters .pagination em {
      line-height: 1; }
    body#body-dashboard.body-masters .pagination .disabled {
      display: none; }
    body#body-dashboard.body-masters .pagination .current {
      font-style: normal;
      font-weight: bold;
      background: #f2f2f2;
      color: #21759B;
      border: 0 none; }
    body#body-dashboard.body-masters .pagination a {
      text-decoration: none;
      color: #21759B;
      border: 0 none; }
    a body#body-dashboard.body-masters .pagination:hover, a body#body-dashboard.body-masters .pagination:focus {
      color: #2175D9;
      border-color: 0 none;
      background-color: #fff; }
    body#body-dashboard.body-masters .pagination .page_info {
      background: #005580;
      color: white;
      padding: 0.4em 0.6em;
      width: 22em;
      margin-bottom: 0.3em;
      text-align: center; }
    body#body-dashboard.body-masters .pagination .page_info b {
      color: #000033;
      background: #6aa6ed;
      padding: 0.1em 0.25em; }
  body#body-dashboard.body-masters p.toggle {
    display: none; }
  body#body-dashboard.body-masters .masters-sites-modal .user-profile-info {
    display: none; }
  body#body-dashboard.body-masters .indash.with-search h1 {
    display: none; }
  body#body-dashboard.body-masters #masters-sites-controls {
    position: relative;
    margin: 0 auto 30px;
    width: calc(100% - 50px); }
  body#body-dashboard.body-masters #masters-sites-controls form, body#body-dashboard.body-masters #masters-sites-controls fieldset {
    margin: 0; }
  body#body-dashboard.body-masters #masters-sites-controls input#search {
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    height: 50px;
    font: 300 20px/50px 'Roboto';
    width: calc(100% - 280px);
    background: transparent;
    box-sizing: border-box; }
  body#body-dashboard.body-masters #masters-sites-controls input#search:focus {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  body#body-dashboard.body-masters #masters-sites-controls .btn {
    top: 8px;
    right: 0;
    width: 50px; }
  body#body-dashboard.body-masters #masters-sites-controls .btn:hover {
    background: rgba(75, 89, 102, 0.9); }
  body#body-dashboard.body-masters #masters-sites-controls .btn:after {
    content: "\E8B6";
    font-family: 'Material Icons';
    font-size: 20px;
    line-height: 34px; }
  body#body-dashboard.body-masters #masters-sites-controls select {
    right: 60px; }
  @media screen and (max-width: 760px) {
    body#body-dashboard.body-masters .first-cut {
      display: none !important; }
    body#body-dashboard.body-masters .responsive-hidden {
      display: none; }
    body#body-dashboard.body-masters .responsive-only {
      display: block !important; }
    body#body-dashboard.body-masters #masters-content .overview-cube {
      width: 100%;
      padding: 10px 15px;
      margin: 0 0 10px;
      min-height: initial; }
    body#body-dashboard.body-masters #masters-content #chart-cube.overview-cube {
      width: 100%; }
    body#body-dashboard.body-masters .container {
      margin-bottom: 20px;
      padding: 10px; }
    body#body-dashboard.body-masters .overview-stat {
      width: 100%; }
    body#body-dashboard.body-masters #overview.indash {
      margin: 0 -10px; }
    body#body-dashboard.body-masters .modal {
      margin: 0 !important;
      width: auto;
      top: 0 !important;
      right: 0;
      bottom: 0;
      left: 0; }
    body#body-dashboard.body-masters #masters-content table th, body#body-dashboard.body-masters #masters-content table td {
      max-width: 150px; } }
  @media screen and (max-width: 350px) {
    body#body-dashboard.body-masters #masters-header nav ul li {
      display: none !important; } }
  @media screen and (max-width: 1200px) {
    body#body-dashboard.body-masters th.toggle-1200 {
      display: none; }
    body#body-dashboard.body-masters td.toggle-1200 {
      display: none; }
    body#body-dashboard.body-masters p.toggle.toggle-1200 {
      display: block; }
    body#body-dashboard.body-masters .masters-sites-modal .user-profile-info {
      display: block;
      border-top: 0 none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      padding: 15px 0 10px;
      margin: 0 0 10px; } }
  @media screen and (max-width: 1100px) {
    body#body-dashboard.body-masters th.toggle-1100 {
      display: none; }
    body#body-dashboard.body-masters td.toggle-1100 {
      display: none; }
    body#body-dashboard.body-masters p.toggle.toggle-1100 {
      display: block; } }
  @media screen and (max-width: 1000px) {
    body#body-dashboard.body-masters th.toggle-1000 {
      display: none; }
    body#body-dashboard.body-masters td.toggle-1000 {
      display: none; }
    body#body-dashboard.body-masters p.toggle.toggle-1000 {
      display: block; } }
  @media screen and (max-width: 900px) {
    body#body-dashboard.body-masters th.toggle-900 {
      display: none; }
    body#body-dashboard.body-masters td.toggle-900 {
      display: none; }
    body#body-dashboard.body-masters p.toggle.toggle-900 {
      display: block; }
    body#body-dashboard.body-masters #masters-content table tr.yes-pro.yes-expiration.yes-renewal td.domain {
      box-shadow: 3px 0 0 rgba(51, 162, 140, 0.6) inset; }
    body#body-dashboard.body-masters #masters-content table tr.yes-pro.no-expiration.yes-renewal td.domain {
      box-shadow: 3px 0 0 rgba(238, 95, 91, 0.6) inset; }
    body#body-dashboard.body-masters #masters-content table tr.yes-pro.no-expiration.no-renewal td.domain {
      box-shadow: 3px 0 0 rgba(255, 133, 27, 0.6) inset; } }
  @media screen and (max-width: 800px) {
    body#body-dashboard.body-masters th.toggle-800 {
      display: none; }
    body#body-dashboard.body-masters td.toggle-800 {
      display: none; }
    body#body-dashboard.body-masters p.toggle.toggle-800 {
      display: block; }
    body#body-dashboard.body-masters #masters-content table tr.pro-row td.sitename {
      box-shadow: 3px 0 0 rgba(51, 162, 140, 0.6) inset; } }
  @media screen and (max-width: 700px) {
    body#body-dashboard.body-masters th.toggle-700 {
      display: none; }
    body#body-dashboard.body-masters td.toggle-700 {
      display: none; }
    body#body-dashboard.body-masters p.toggle.toggle-700 {
      display: block; } }
  @media screen and (max-width: 600px) {
    body#body-dashboard.body-masters th.toggle-600 {
      display: none; }
    body#body-dashboard.body-masters td.toggle-600 {
      display: none; }
    body#body-dashboard.body-masters p.toggle.toggle-600 {
      display: block; }
    body#body-dashboard.body-masters #masters-sites-controls {
      width: calc(100% - 30px); }
    body#body-dashboard.body-masters #masters-sites-controls select {
      display: none; }
    body#body-dashboard.body-masters #masters-sites-controls input#search {
      width: calc(100% - 70px); }
    body#body-dashboard.body-masters #masters-content table tr td:first-child {
      padding-left: 15px; }
    body#body-dashboard.body-masters #masters-content table tr td:last-child {
      padding-right: 15px; } }
  @media screen and (max-width: 500px) {
    body#body-dashboard.body-masters th.toggle-500 {
      display: none; }
    body#body-dashboard.body-masters td.toggle-500 {
      display: none; }
    body#body-dashboard.body-masters p.toggle.toggle-500 {
      display: block; }
    body#body-dashboard.body-masters #masters-content table td {
      padding: 10px; } }
  @media screen and (max-width: 400px) {
    body#body-dashboard.body-masters th.toggle-400 {
      display: none; }
    body#body-dashboard.body-masters td.toggle-400 {
      display: none; }
    body#body-dashboard.body-masters p.toggle.toggle-400 {
      display: block; } }
  @media screen and (max-width: 300px) {
    body#body-dashboard.body-masters th.toggle-300 {
      display: none; }
    body#body-dashboard.body-masters td.toggle-300 {
      display: none; }
    body#body-dashboard.body-masters p.toggle.toggle-300 {
      display: block; } }
  body#body-dashboard.body-masters .blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }

@font-face {
  font-family: Entypo;
  src: url("https://s3.amazonaws.com/cdn.sidengo.com/fonts/entypo/entypo-webfont.eot");
  src: url("https://s3.amazonaws.com/cdn.sidengo.com/fonts/entypo/entypo-webfont.eot?#iefix") format("embedded-opentype"), url("https://s3.amazonaws.com/cdn.sidengo.com/fonts/entypo/entypo-webfont.woff") format("woff"), url("https://s3.amazonaws.com/cdn.sidengo.com/fonts/entypo/entypo-webfon3356t.ttf") format("truetype"), url("https://s3.amazonaws.com/cdn.sidengo.com/fonts/entypo/entypo-webfont.svg#EntypoRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

body#body-sites {
  background: transparent;
  color: #555;
  color: rgba(42, 46, 53, 0.7);
  text-align: left;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .01rem; }

* {
  margin: 0;
  padding: 0; }

body#body-sites {
  /*	.ui-wrapper{width:auto;height:auto;overflow:initial;}
  	.ui-resizable { position: relative;}
  	.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
  	.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
  	.ui-resizable-n { cursor: n-resize; height: 10px; width: 100%; top: -5px; left: 0; }
  	.ui-resizable-s { cursor: s-resize; height: 10px; width: 100%; bottom: -5px; left: 0; }
  	.ui-resizable-e { cursor: e-resize; width: 10px; right: -5px; top: 0; height: 100%; }
  	.ui-resizable-w { cursor: w-resize; width: 10px; left: -5px; top: 0; height: 100%; }
  	.ui-resizable-se { cursor: se-resize; width: 16px; height: 16px; right: 1px; bottom: 1px; background-image: url("https://s3.amazonaws.com/cdn.sidengo.com/images/builder/ui-icons.png"); }
  	.ui-resizable-sw { cursor: sw-resize; width: 12px; height: 12px; left: -5px; bottom: -5px; }
  	.ui-resizable-nw { cursor: nw-resize; width: 12px; height: 12px; left: -5px; top: -5px; }
  	.ui-resizable-ne { cursor: ne-resize; width: 12px; height: 12px; right: -5px; top: -5px;}
  	.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
  	.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
  	*/
  /* Social Container Bottom */
  /* Lightbox CSS*/
  /* Modules */
  /* Facebook Module*/
  /* Twitter Module*/
  /* Video Module */
  /* Soundcloud Module */
  /* Media Module */
  /* NEW SHEET STYLES GABRIEL*/
  /* Slideshare Module */
  /* CONTACT INFO CONTAINER */
  /* CONTACT FORM */
  /* FENCER BUILDER */
  /*
  	#draggable { width: auto; height: auto ; margin: 0; top: 0; right: 0; bottom: 0; left: 0; border-radius: 0; z-index: 10000000000000; }
  	#draggable #builder-nav { border-radius: 0 !important; }
  */
  /* CLASSES FOR MEDIA SELECT DROPDOWNS */
  /* TABS */
  /* WELCOME MODAL */
  /* JOTFORM MODAL*/
  /* FACEBOOK ALBUM STYLING */
  /* RSS FEED STYLES */
  /* SECTION MANAGER STYLING START */
  /* START SORTABLE */
  /* SECTION MANAGER STYLING END */
  /* START IMAGE GALLERIES */
  /* IMAGE GALLERIES STYLING END */
  /* SUBMENUS STYLING START */
  /* DROPDOWN NAV */
  /* SUBMENUS STYLING END */
  /* START TEMPLATE SELECTION */
  /* END TEMPLATE SELECTION */
  /* START BACKGROUND SELECTION */
  /* END BACKGROUND SELECTION */
  /* START BUILDER DROP-DOWNS */
  /* .stylized-select-fonts .popover ul li div .popover-icons:after { content: ""; width: 100%; height: 1px; background: rgba(0,0,0,0.2); left: 0; top: 20px; position: absolute; } */
  /* END BUILDER DROP-DOWNS */ }
  body#body-sites img {
    border: none; }
  body#body-sites .clear {
    clear: both; }
  body#body-sites .rotate-device {
    display: none; }
  body#body-sites #malla {
    display: block;
    height: 100%;
    width: 100%;
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/malla.png");
    z-index: 0;
    opacity: 0.3;
    position: fixed;
    left: 0;
    top: 0; }
  body#body-sites #edit-tab {
    position: absolute;
    top: 0;
    color: #fff; }
  body#body-sites #edit-tab a {
    color: #fff; }
  body#body-sites #wallpaper {
    background-image: url("https://s3.amazonaws.com/cdn.sidengo.com/images/gallery/2014/01--brick-and-mortar--street--nicholas-swanson--nicholasswanson-dot-com.jpg");
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%; }
  body#body-sites #pattern {
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/patterns/23-plaid.jpg") repeat fixed 0 0 transparent;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%; }
  body#body-sites .spinner-loading-gif {
    display: none;
    height: 33px;
    width: 40px;
    opacity: 0.8;
    background: url(https://s3.amazonaws.com/cdn.sidengo.com/images/builder/girador.gif) no-repeat center; }
  body#body-sites .feed-loading-spinner {
    position: absolute;
    left: 45%;
    top: 470px; }
  body#body-sites #menu li span:hover {
    -moz-transition: 0ms; }
  body#body-sites #menu li span em {
    font-style: normal; }
  body#body-sites #facebook-button:hover {
    background: none repeat scroll 0 0 #5069BA; }
  body#body-sites #twitter-button:hover {
    background: none repeat scroll 0 0 #31B6D9; }
  body#body-sites #video-button:hover {
    background: none repeat scroll 0 0 #E8142F; }
  body#body-sites #slideshare-button:hover {
    background: none repeat scroll 0 0 #E7822C; }
  body#body-sites #soundcloud-button:hover {
    background: none repeat scroll 0 0 #FF5F00; }
  body#body-sites .ownlocal-widget {
    position: absolute;
    width: 100%;
    height: calc(100% - 76px);
    top: 76px;
    left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box; }
  body#body-sites .ownlocal-widget iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none !important;
    height: 100%;
    border: 0 none;
    margin: 0 !important; }
  body#body-sites .black_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/alpha.png") repeat scroll 0 0 transparent;
    background: rgba(0, 0, 0, 0.4); }
  body#body-sites .white_content {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    min-height: inherit;
    height: 100%;
    padding: 0;
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/backgrounds/bg-modules.jpg") repeat-x scroll 0 -40px white;
    background-image: none;
    z-index: 1002;
    box-shadow: 0 1px 3px #000000;
    overflow-x: hidden;
    overflow-y: auto; }
    body#body-sites .white_content strong {
      font-weight: bold !important; }
  body#body-sites .close_overlay {
    display: none; }
  body#body-sites #module-menu {
    background-color: #333333;
    color: #CCCCCC;
    font-size: 12px;
    height: 21px;
    padding: 4px 0 0 10px;
    box-shadow: -2px 2px 2px #CCCCCC;
    position: absolute;
    right: 46px;
    top: 0;
    width: 414px;
    z-index: 100000;
    display: none; }
  body#body-sites #module-nav {
    padding: 3px 6px;
    margin: 8px 0 0 10px;
    border-radius: 5px;
    font-size: 10px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    float: left;
    display: none; }
  body#body-sites #module-nav:hover {
    background-color: #8DDA77;
    border-color: #8DDA77;
    color: #FFFFFF;
    cursor: pointer; }
  body#body-sites #module-header {
    position: fixed;
    border-bottom: 1px solid #E2E2E2;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 55px;
    overflow: hidden;
    width: 500px;
    background: white;
    z-index: 10000; }
  body#body-sites .module-stopper {
    height: 55px;
    width: 100%;
    position: relative; }
  body#body-sites #module-header h3 {
    color: #444444;
    font-size: 24px;
    font-weight: normal;
    position: relative;
    float: left;
    padding: 10px 0 0 15px;
    font-family: Open Sans; }
  body#body-sites #module-content {
    line-height: 1.5;
    padding: 15px 15px 10px; }
    body#body-sites #module-content h1, body#body-sites #module-content h2, body#body-sites #module-content h3, body#body-sites #module-content h4, body#body-sites #module-content h5, body#body-sites #module-content h6 {
      margin-bottom: 15px;
      font-family: HelveticaNeue, Helvetica, Arial; }
    body#body-sites #module-content h1 {
      font-size: 24px;
      font-weight: normal; }
    body#body-sites #module-content h2 {
      font-size: 22px;
      font-weight: normal; }
    body#body-sites #module-content h3 {
      font-size: 20px;
      font-weight: normal; }
    body#body-sites #module-content h4 {
      font-size: 19px;
      font-weight: normal; }
    body#body-sites #module-content h5 {
      font-size: 18px;
      font-weight: bold; }
    body#body-sites #module-content h6 {
      font-size: 17px;
      font-weight: bold; }
    body#body-sites #module-content ul {
      padding-left: 30px;
      margin-bottom: 15px; }
    body#body-sites #module-content ul li {
      list-style: square outside none;
      padding-left: 5px; }
    body#body-sites #module-content ul ul li {
      list-style: disc outside none;
      padding-left: 5px;
      margin-left: 10px; }
    body#body-sites #module-content ul ul ul li {
      list-style: circle outside none;
      padding-left: 5px;
      margin-left: 20px; }
    body#body-sites #module-content ol {
      padding-left: 30px;
      margin-bottom: 15px; }
    body#body-sites #module-content ol ol li {
      list-style-type: lower-alpha; }
    body#body-sites #module-content ol ol ol li {
      list-style-type: lower-roman; }
    body#body-sites #module-content p {
      margin-bottom: 15px; }
    body#body-sites #module-content hr {
      color: #F2F2F2;
      display: block;
      height: 1px;
      border: 0 none;
      background: rgba(0, 0, 0, 0.1);
      margin: 0 0 15px;
      box-shadow: 0 1px 0 white; }
    body#body-sites #module-content address {
      margin: 0 0 15px 20px;
      line-height: 0.75; }
    body#body-sites #module-content a {
      color: #4272DB; }
    body#body-sites #module-content a:hover {
      text-decoration: underline; }
  body#body-sites .module-close {
    cursor: pointer;
    color: #D2D2D2;
    color: rgba(90, 97, 105, 0.5);
    zoom: 1;
    margin: 0;
    padding: 0 10px 6px 11px;
    position: absolute;
    right: 11px;
    top: 11px;
    text-transform: lowercase;
    font: 26px/1 Arial; }
  body#body-sites .module-close:hover {
    background: rgba(90, 97, 105, 0.3);
    color: #FFF; }
  body#body-sites .float-none {
    float: none !important; }
  body#body-sites #module-menu-item {
    float: left;
    font-weight: normal;
    padding-right: 15px; }
  body#body-sites #module-menu-item-selected {
    float: left;
    font-weight: bold;
    padding-right: 15px; }
  body#body-sites #module-menu-item a {
    color: #999999; }
  body#body-sites #module-menu-item-selected a {
    color: #FFF; }
  body#body-sites .in-mod-wufoo {
    padding: 30px; }
  body#body-sites #fb-full {
    display: block; }
  body#body-sites #fb-like-button {
    border: 0 none;
    height: 21px;
    left: 140px;
    overflow: hidden;
    position: absolute;
    top: 18px;
    width: 130px; }
  body#body-sites #fb-full iframe {
    border: medium none;
    height: 490px;
    overflow: hidden;
    width: 520px; }
  body#body-sites #facebook-mod {
    padding: 0;
    width: auto;
    min-height: inherit;
    margin-left: -260px;
    top: 50%;
    margin-top: -247px;
    height: auto;
    right: auto;
    left: 50%; }
  body#body-sites #facebook-mod .module-header, body#body-sites #facebook-mod .module-stopper {
    display: none; }
  body#body-sites #twitter-follow-button {
    border-bottom: 1px dotted #DDDDDD;
    margin: 15px 15px 0;
    padding-bottom: 10px;
    overflow: hidden; }
  body#body-sites #twtr-widget em {
    padding-top: 5px !important; }
  body#body-sites #twtr-widget .twtr-tweet-text {
    margin-top: -3px; }
  body#body-sites #twtr-widget .twtr-doc, body#body-sites #twtr-widget .twtr-hd a, body#body-sites #twtr-widget h3, body#body-sites #twtr-widget h4, body#body-sites #twtr-widget .twtr-popular {
    background-color: transparent !important; }
  body#body-sites .twtr-timeline {
    background: none repeat scroll 0 0 transparent !important; }
  body#body-sites .twtr-ft a img {
    width: auto !important; }
  body#body-sites .twtr-widget-profile img.twtr-profile-img {
    width: 31px !important; }
  body#body-sites .twtr-hd {
    padding: 10px 3px 15px !important; }
  body#body-sites .twtr-widget p {
    font-size: 14px;
    font-weight: 300 !important;
    line-height: 1.25 !important; }
  body#body-sites .twtr-widget .twtr-tweet-wrap {
    padding: 15px 0px !important; }
  body#body-sites .twtr-widget .twtr-tweet {
    border-color: #DDDDDD !important; }
  body#body-sites .twtr-ft div {
    padding: 20px 0 0 !important;
    border-top: 1px dotted #666666 !important;
    display: none; }
  body#body-sites .twtr-widget h3, body#body-sites .twtr-widget h4, body#body-sites .twtr-widget p {
    font: normal 14px/1.4 Helvetica, Arial !important; }
  body#body-sites .twtr-widget {
    padding: 0 15px !important; }
  body#body-sites .twtr-hd {
    display: none !important; }
  body#body-sites .twitter-timeline {
    width: 100%; }
  body#body-sites #video-mod {
    height: 294px;
    overflow: hidden;
    top: 50%;
    margin-top: -147px;
    left: 50%;
    margin-left: -235px;
    min-height: inherit; }
  body#body-sites #video-full {
    display: block; }
  body#body-sites #soundcloud-mod {
    height: 500px;
    overflow: hidden;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -250px;
    border-radius: 4px;
    min-height: inherit; }
  body#body-sites #soundcloud-full {
    display: block; }
  body#body-sites #media-mod {
    height: 450px;
    overflow: hidden;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -250px;
    background: #000;
    min-height: inherit; }
  body#body-sites #media-full {
    display: block; }
  body#body-sites #media-youtube, body#body-sites #media-vimeo {
    height: 294px;
    overflow: hidden;
    top: 50%;
    margin-top: -147px;
    left: 50%;
    margin-left: -235px;
    min-height: inherit; }
  body#body-sites #media-soundcloud {
    height: 500px;
    overflow: hidden;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -250px;
    border-radius: 4px;
    min-height: inherit; }
  body#body-sites .accordion-content {
    opacity: 1;
    overflow: hidden;
    width: 180px;
    color: #ffffff;
    height: auto;
    width: 128px; }
  body#body-sites .accordion-content p {
    color: #959A9E;
    float: left;
    font: 300 11px/1.0 "Helvetica Neue",Helvetica,Arial;
    padding: 5px 0 7px;
    text-align: center;
    text-transform: uppercase;
    width: 69px; }
  body#body-sites .accordion-content validationerror {
    color: #DD1144;
    display: inline;
    float: left;
    font: italic 11px/1 Arial;
    padding: 4px 4px 3px;
    width: 230px;
    text-shadow: 0 1px 0 #FFFFFF; }
  body#body-sites .sheet-backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/alpha-dashboard.png") transparent;
    background: rgba(0, 0, 0, 0.2); }
  body#body-sites .sheet-backdrop, body#body-sites .sheet-backdrop.in {
    opacity: 1; }
  body#body-sites .youtube-app {
    height: 294px;
    overflow: hidden !important;
    top: 50%;
    margin-top: -147px;
    left: 50%;
    margin-left: -235px; }
  body#body-sites .soundcloud-app {
    height: 500px;
    overflow: hidden;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -250px;
    border-radius: 4px; }
  body#body-sites .media-sheet {
    height: 450px;
    overflow: hidden;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -250px;
    background: #000; }
  body#body-sites .media-gallery-wrapper, body#body-sites .media-flickr, body#body-sites .media-facebook-profile {
    height: 450px;
    overflow: hidden;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -250px;
    background: #000;
    min-height: inherit; }
  body#body-sites .media-youtube, body#body-sites .media-vimeo {
    height: 294px;
    overflow: hidden !important;
    top: 50%;
    margin-top: -147px;
    left: 50%;
    margin-left: -235px;
    min-height: inherit; }
  body#body-sites .media-soundcloud {
    height: 500px;
    overflow: hidden;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -250px;
    border-radius: 4px;
    min-height: inherit; }
  body#body-sites .slideshare-app iframe {
    width: 100%;
    height: 295px; }
  body#body-sites .content-section-text hr {
    border: 1px inset #F2F2F2;
    color: #F2F2F2;
    display: block;
    height: 1px;
    margin-bottom: 15px; }
  body#body-sites .content-section-media {
    text-align: center; }
  body#body-sites .content-section-media img {
    max-width: 100%; }
  body#body-sites .content-section-media-check .content-section-media span iframe {
    width: 100%;
    height: 280px; }
  body#body-sites .module-header {
    position: fixed;
    border-bottom: 1px solid #E2E2E2;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 55px;
    overflow: hidden;
    width: 100%;
    background: white;
    z-index: 10000; }
  body#body-sites .module-header h3 {
    color: #4B5966;
    color: rgba(42, 46, 53, 0.7);
    font-size: 24px;
    font-weight: 400;
    position: relative;
    float: left;
    padding: 10px 0 0 15px; }
  body#body-sites .module-title {
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    position: relative;
    float: left;
    padding: 10px 0 0 15px; }
  body#body-sites #slideshare-mod {
    height: 294px;
    overflow: hidden;
    top: 50%;
    margin-top: -147px;
    left: 50%;
    margin-left: -235px;
    min-height: inherit; }
  body#body-sites #slideshare-full {
    display: block; }
  body#body-sites #slideshare-full #module-image iframe {
    width: 100%;
    height: 295px; }
  body#body-sites .email-send-button {
    border-radius: 3px;
    cursor: pointer;
    color: #555555;
    float: left;
    margin-right: 5px;
    -moz-outline-style: none;
    text-decoration: none;
    background: #F2F2F2;
    border: 1px solid #CCCCCC;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    white-space: nowrap;
    padding: 2px 5px 1px;
    line-height: 1.4;
    font-size: 11px; }
  body#body-sites .email-send-button:hover {
    border-color: #AAAAAA;
    text-decoration: none;
    color: #222222; }
  body#body-sites .email-send-button span {
    line-height: 14px;
    line-height: 13px; }
  body#body-sites .email-send-button i, body#body-sites .fb-send-button img {
    float: left;
    height: 14px;
    margin-right: 4px;
    width: 16px; }
  body#body-sites .email-send-button i {
    background-image: url(https://s3.amazonaws.com/cdn.sidengo.com/images/fencer/email.png);
    background-position: 0 -1px; }
  body#body-sites .fb-send-button {
    border-radius: 3px;
    cursor: pointer;
    color: #3b5998;
    float: left;
    margin-right: 5px;
    -moz-outline-style: none;
    text-decoration: none;
    background: #eceef5;
    border: 1px solid #cad4e7;
    display: inline-block;
    padding: 4px 5px;
    white-space: nowrap;
    padding: 2px 5px;
    font-family: 'trebuchet ms', sans-serif;
    font-size: 11px; }
  body#body-sites .fb-send-button:hover {
    border-color: #9dacce;
    text-decoration: none;
    color: #3b5998; }
  body#body-sites .fb-send-button span {
    line-height: 14px; }
  body#body-sites .fb-send-button i, body#body-sites .fb-send-button img {
    float: left;
    height: 14px;
    margin-right: 3px;
    width: 14px; }
  body#body-sites .fb-send-button i {
    background-image: url(https://s3.amazonaws.com/cdn.sidengo.com/images/fencer/fb-sprite.png);
    background-position: -1px -47px; }
  body#body-sites #contact-info-container p {
    margin: 0;
    line-height: 1.8; }
  body#body-sites #contact-form-check label {
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    padding: 20px 0 10px;
    width: 100%; }
  body#body-sites #contact-form-check input, body#body-sites #contact-form-check textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DFDFDF;
    font-size: 1em;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: normal;
    line-height: normal;
    outline-style: none;
    outline-width: medium;
    padding: 5px;
    width: 97%;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    color: #808080;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; }
  body#body-sites #contact-form-check textarea {
    height: 120px;
    resize: none; }
  body#body-sites .contact-form-submit-button-styling {
    background: none repeat scroll 0 0 #333333 !important;
    border: 3px solid #333333 !important;
    color: #FFFFFF !important;
    cursor: pointer;
    font-size: 1em !important;
    font-weight: bolder !important;
    margin-top: 10px;
    outline: medium none;
    padding: 5px !important;
    text-transform: uppercase;
    width: 100% !important; }
  body#body-sites .send-us-a-message {
    margin: 20px 0 0 !important; }
  body#body-sites #contact-form-check validationerror {
    color: red;
    font-size: 12px; }
  body#body-sites #contact-form-check br {
    margin-bottom: 5px; }
  body#body-sites *, body#body-sites *:hover, body#body-sites *:focus, body#body-sites *:active {
    outline: 0px none; }
  body#body-sites #draggable {
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.95), rgba(236, 240, 244, 0.95));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.95), rgba(236, 240, 244, 0.95));
    background: -ms-linear-gradient(rgba(255, 255, 255, 0.95), rgba(236, 240, 244, 0.95));
    background: -o-linear-gradient(rgba(255, 255, 255, 0.95), rgba(236, 240, 244, 0.95));
    border: 0 none;
    width: 360px;
    height: 431px;
    margin: 0 -320px -402px 0;
    left: auto;
    top: auto;
    bottom: 50%;
    bottom: 78.5%;
    bottom: calc(402px - 216px + 50%);
    /* Bottom calc: Inverted bottom margin - half of height + position where you want from bottom */
    right: 50%;
    right: calc(320px - 180px + 25%);
    /* Right calc: Inverted right margin - half of width + position where you want from right */
    padding-bottom: 1px;
    position: fixed;
    z-index: 2000000;
    border-radius: 4px;
    box-shadow: 0 -1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
    -webkit-user-select: none;
    -webkit-appearance: none; }
  body#body-sites #draggable:hover {
    opacity: 1; }
  body#body-sites #draggable #draghandle {
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/backgrounds/bg-builder-top.png");
    background-repeat: auto 100%;
    background: rgba(75, 89, 102, 0.05);
    border-bottom: 0 none;
    border-radius: 4px 4px 0 0;
    height: 30px;
    color: #ffffff;
    cursor: move;
    width: auto;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000000; }
  body#body-sites #draggable #draghandle:hover {
    background-position: 0 0; }
  body#body-sites #minimize {
    cursor: pointer;
    border-radius: 0 4px 0 0;
    right: 0;
    zoom: 1;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s; }
  body#body-sites #nav-user {
    z-index: 999;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0px;
    right: 0;
    opacity: 0.9;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease; }
  body#body-sites #nav-user:hover {
    opacity: 1; }
  body#body-sites #nav-user ul li, body#body-sites .show-builder-toggle {
    color: #FFFFFF;
    text-transform: uppercase;
    font: 14px/40px Arial, sans-serif;
    text-align: left;
    display: block;
    padding: 0 10px 0 40px;
    position: relative;
    box-shadow: 0 0 0 transparent;
    border: 0 none;
    width: 0px;
    overflow: hidden;
    white-space: nowrap;
    float: right;
    clear: both;
    margin-right: -10px; }
  body#body-sites #nav-user ul li {
    color: #485966;
    color: rgba(72, 89, 102, 0.9);
    text-shadow: 0 0 0 transparent;
    background: #F8F9FB;
    font-weight: bold;
    border-radius: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
  body#body-sites #nav-user ul li:before {
    font-family: "Sidengo";
    padding: 0;
    font-weight: normal;
    width: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px; }
  body#body-sites #nav-user ul li.show-builder-toggle {
    display: none;
    z-index: 1000;
    background: #596975;
    cursor: pointer;
    color: white;
    top: 0;
    list-style: none; }
  body#body-sites #nav-user ul li.show-builder-toggle:before {
    content: "\E8A8";
    content: "\E85C"; }
  body#body-sites #nav-user ul li.builder-get-more-features-button {
    color: white;
    background: #5DCDB7; }
  body#body-sites #nav-user ul li.builder-get-more-features-button:before {
    content: "\E827"; }
  body#body-sites #nav-user ul li.builder-go-to-dashboard-button {
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1) inset; }
  body#body-sites #nav-user ul li.builder-go-to-dashboard-button:before {
    content: "\E829"; }
  body#body-sites #nav-user ul li.builder-log-out-button {
    opacity: 1; }
  body#body-sites #nav-user ul li.builder-log-out-button:before {
    content: "\E879"; }
  body#body-sites .saved-outside-builder {
    display: none;
    position: fixed;
    height: auto;
    right: 40px;
    padding: 0 20px;
    z-index: 100000000;
    text-transform: uppercase;
    font: 16px/40px 'Montserrat', Arial;
    border-radius: 0;
    top: 0;
    cursor: default;
    width: auto;
    text-align: center;
    background: #40C2A8;
    text-shadow: 0 0 0 transparent;
    color: #FFFFFF; }
  body#body-sites #toggle-welcome-tutorial a {
    cursor: pointer;
    zoom: 1;
    right: 40px;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s; }
  body#body-sites #minimize, body#body-sites #toggle-welcome-tutorial a {
    position: absolute;
    top: 0;
    height: 100%;
    width: 40px;
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1); }
  body#body-sites #toggle-welcome-tutorial a:before, body#body-sites #minimize:before {
    font: 15px/30px "Sidengo";
    width: 100%;
    position: absolute;
    text-align: center;
    color: rgba(75, 89, 102, 0.6);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease; }
  body#body-sites #toggle-welcome-tutorial a:hover:before, body#body-sites #minimize:hover:before {
    color: rgba(75, 89, 102, 0.8); }
  body#body-sites #toggle-welcome-tutorial a:before {
    content: "\E861"; }
  body#body-sites #minimize:before {
    content: "—";
    font-family: Arial;
    font-weight: bold; }
  body#body-sites .ui-state-default, body#body-sites .ui-widget-content .ui-state-default, body#body-sites .ui-widget-header .ui-state-default {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    content: "▸"; }
  body#body-sites .ui-state-active, body#body-sites .ui-widget-content .ui-state-active, body#body-sites .ui-widget-header .ui-state-active {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 0 none;
    content: "▾";
    padding: 3px; }
  body#body-sites .ui-state-default:before, body#body-sites .ui-widget-content .ui-state-default:before, body#body-sites .ui-widget-header .ui-state-default:before {
    content: "▸";
    padding-right: 10px; }
  body#body-sites .ui-state-active:before, body#body-sites .ui-widget-content .ui-state-active:before, body#body-sites .ui-widget-header .ui-state-active:before {
    content: "▾";
    padding-right: 10px; }
  body#body-sites .ui-state-default, body#body-sites .ui-widget-content .ui-state-default, body#body-sites .ui-widget-header .ui-state-default, body#body-sites .ui-state-default a, body#body-sites .ui-state-default a:link, body#body-sites .ui-state-default a:visited {
    color: #CCC;
    cursor: pointer; }
  body#body-sites #builder-container h2 {
    font: normal 14px/1 Arial;
    border-bottom: 1px solid #DDDDDD;
    padding: 8px 20px 7px;
    text-shadow: -1px 1px 1px white;
    color: #444;
    margin: -10px -20px 10px;
    background: transparent;
    cursor: default; }
  body#body-sites #builder-container h2 span {
    font-weight: bold; }
  body#body-sites #builder-container h3 {
    font: bold 11px/1.2 Arial,sans-serif;
    letter-spacing: 0.2px;
    opacity: 1;
    padding: 7px;
    text-shadow: 0 1px 0 white;
    text-transform: uppercase;
    color: #6C7889;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  body#body-sites #builder-container .builder-menu-icon {
    margin: -2px 5px 0 15px; }
  body#body-sites .builder-menu-icon {
    margin: -1px 5px 0 0; }
  body#body-sites .mceEditor defaultSkin {
    width: 224px; }
  body#body-sites .defaultSkin iframe {
    height: 268px !important;
    width: 291px !important; }
  body#body-sites .mceToolbar {
    border: 0 none; }
  body#body-sites .defaultSkin .mceIframeContainer, body#body-sites .defaultSkin table {
    border: 0 none; }
  body#body-sites .defaultSkin table {
    margin-left: 3px !important; }
  body#body-sites .defaultSkin table a.mceText, body#body-sites .defaultSkin table a.mceMoreColors {
    color: #666;
    padding-left: 3px; }
  body#body-sites .mceStatusbar.mceFirst.mceLast {
    display: none !important; }
  body#body-sites .upload-thumb {
    float: right;
    height: auto;
    margin-right: 10px;
    width: 22px; }
  body#body-sites .save-alert {
    border: 0 none;
    font: 12px/30px 'Montserrat';
    height: 100%;
    padding: 0 15px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 80px;
    text-transform: uppercase; }
  body#body-sites #saved {
    background: #40C2A8; }
  body#body-sites .not-saved-alert {
    background: #C09853; }
  body#body-sites .builder-menu {
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/alpha.png") repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px #000000;
    color: #FFFFFF;
    font: 11px Arial,sans-serif;
    display: block;
    float: left;
    margin: 0 2px !important;
    padding: 5px 5px 4px;
    position: relative;
    text-align: center;
    text-transform: none;
    z-index: 999; }
  body#body-sites .builder-checkbox-toggle, body#body-sites .builder-checkbox-toggle-app {
    -webkit-appearance: none;
    -moz-appearance: icon;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    background: transparent;
    border: 0 none; }
  body#body-sites .builder-checkbox-toggle:before, body#body-sites .builder-checkbox-toggle-app:before {
    content: "";
    background: white;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    border-radius: 2px; }
  body#body-sites .verde-rico .builder-checkbox-toggle:before, body#body-sites .verde-rico .builder-checkbox-toggle-app:before {
    content: "\E87E";
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font: 14px/34px "Sidengo";
    text-align: center;
    color: white;
    background: transparent; }
  body#body-sites .verde-rico .builder-checkbox-toggle-tall:before, body#body-sites .verde-rico .builder-checkbox-toggle-tall-app:before {
    margin-top: 12px; }
  body#body-sites .builder-browse-button {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    margin: 49px 0 0 0;
    float: left;
    font-weight: normal;
    font-size: 11px;
    line-height: 1;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    cursor: pointer;
    display: block;
    padding: 4px 0;
    font-size: 9px;
    width: 72px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    z-index: 1000; }
  body#body-sites .clear-upload {
    cursor: pointer;
    display: block;
    font: 12px/17px "Arial", sans-serif;
    position: absolute;
    padding: 0 5px;
    text-align: center;
    border-radius: 3px;
    top: 2px;
    right: 2px;
    text-transform: lowercase; }
  body#body-sites .clear-upload:hover {
    background: white; }
  body#body-sites .clear-upload:hover a {
    color: #ED8075 !important; }
  body#body-sites .clear-section-image {
    display: none;
    border-color: transparent;
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 0 0 1px 1px;
    cursor: pointer;
    font: 9px/1 "Arial", sans-serif;
    margin: 0 0 0 64px;
    position: absolute;
    padding: 2px 0 3px;
    text-align: center;
    width: 12px;
    border-radius: 0 3px 0 0; }
  body#body-sites .edit-gallery-section-image {
    display: none;
    border-color: transparent;
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 0 0 1px 1px;
    cursor: pointer;
    font: 9px/1 "Arial", sans-serif;
    margin: 0;
    position: absolute;
    padding: 2px 0 3px;
    text-align: center;
    width: 12px;
    border-radius: 0 3px 0 0; }
  body#body-sites .builder-clear-button a {
    color: #fff; }
  body#body-sites .builder-browse-button-area {
    opacity: 1;
    overflow: hidden;
    position: absolute; }
  body#body-sites .bg-image-box input {
    height: 48px;
    position: absolute;
    top: 0; }
  body#body-sites .upload-button-inline {
    border: 0 none;
    border-radius: 4px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    font: bold 12px/32px Arial;
    height: 32px;
    margin: 1px 0 0;
    text-shadow: 0 0 0 transparent;
    position: relative;
    width: auto;
    padding: 0 10px;
    float: left;
    color: white; }
    body#body-sites .upload-button-inline i {
      margin: 0 10px 0 0; }
  body#body-sites .edit-button-inline {
    border: 0 none;
    border-radius: 4px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    font: bold 12px/32px Arial;
    height: 32px;
    margin: 1px 0 0 3px;
    padding: 0 8px !important;
    text-shadow: 0 -1px 0 black;
    position: relative;
    width: auto;
    float: left; }
    body#body-sites .edit-button-inline i {
      margin: -1px 0 0 0; }
  body#body-sites .open-aviary-on-click, body#body-sites .open-subarea-button {
    background: #8A92A5 !important; }
  body#body-sites .open-aviary-on-click:hover, body#body-sites .open-subarea-button:hover {
    background: #768099 !important; }
  body#body-sites .edit-bg-button {
    float: left;
    width: 44px;
    margin: -4px -3px 16px 10px; }
    body#body-sites .edit-bg-button i {
      margin: -3px 0 0 0; }
  body#body-sites .button-disabled {
    opacity: 0.4; }
  body#body-sites .button-disabled:hover {
    background-position: initial !important;
    color: initial !important; }
  body#body-sites .view-section-button {
    float: left;
    font: 300 12px/21px Arial;
    height: 21px;
    left: 0;
    padding: 5px 0;
    text-align: center;
    width: 100%; }
  body#body-sites .upload-area-inline {
    height: 24px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 21px;
    width: 78px; }
  body#body-sites .favicon-img {
    position: relative;
    margin-right: 5px;
    margin-top: 0px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 8px;
    background: #FFFFFF;
    width: auto;
    height: auto;
    max-width: 16px;
    max-height: 16px;
    border-radius: 4px; }
  body#body-sites .upload-area-inline-fix {
    right: 59px; }
  body#body-sites #render-bg-upload {
    text-align: center; }
  body#body-sites .bg-image-thumb {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  body#body-sites .background-edit-buttons-container {
    width: 80px;
    height: 26px;
    display: inline-block;
    margin: 0 4px;
    position: relative; }
  body#body-sites .bg-image-box {
    background: #E7EDF3;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 80px;
    height: 53px;
    margin: 5px 4px 10px;
    overflow: hidden;
    display: inline-block;
    border-radius: 3px; }
  body#body-sites .bg-image-box:after {
    content: "\E852";
    font: 30px/53px "Sidengo";
    color: rgba(75, 89, 102, 0.6);
    text-shadow: 0 0 0 transparent; }
  body#body-sites .images-tips {
    float: left;
    margin: 10px;
    padding: 10px;
    width: 100%; }
  body#body-sites .no-padding-right-first {
    padding: 10px 0 10px 11px !important;
    width: 250px !important; }
  body#body-sites .text-areas-builder {
    border-color: #DCDCDC;
    border-color: rgba(0, 0, 0, 0.05) !important;
    border-style: solid;
    border-width: 1px 0 0;
    box-shadow: 0 1px 0 #FFFFFF inset;
    margin: 0;
    overflow: hidden;
    padding: 8px 10px 12px;
    position: relative; }
  body#body-sites .text-areas-builder:first-child {
    border-top: 0 none;
    box-shadow: 0 0 0 transparent; }
  body#body-sites .lower-padding {
    padding-bottom: 8px; }
  body#body-sites #builder-container label {
    color: #737C93;
    float: left;
    font: bold 13px/2.15 Arial,sans-serif;
    letter-spacing: 0.2px;
    margin-left: 2px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    text-shadow: 0 0 0 transparent;
    text-transform: capitalize; }
  body#body-sites #builder-container label.larger-label {
    width: 140px; }
  body#body-sites .with-section-button-title {
    width: 30px !important; }
  body#body-sites .text-goes-left {
    text-align: left;
    width: 140px; }
  body#body-sites .builder-dropdown {
    float: right;
    margin: 4px 10px 0 0; }
  body#body-sites .first-top-clear {
    border-top: 0 none;
    box-shadow: 0 0 0 transparent; }
  body#body-sites .text-area-tips {
    color: #8D97A5;
    float: right;
    font: 300 11px/1 Arial,sans-serif;
    margin: 9px 4px 0 6px;
    text-shadow: 0 1px 0 white; }
  body#body-sites .text-area-examples {
    color: #555555;
    float: left;
    font: italic 300 11px/1.1 Arial,sans-serif;
    letter-spacing: -0.25px;
    margin: 6px 0 0 0;
    text-shadow: 0 1px 0 white; }
  body#body-sites .text-area-examples span {
    color: #555555; }
  body#body-sites .text-area-instructions {
    color: #aaaaaa;
    float: left;
    font: 300 11px/1 Arial,sans-serif;
    letter-spacing: -0.25px;
    margin: 3px 0 0 3px;
    text-shadow: -1px -1px 0 black; }
  body#body-sites .text-area-instructions a {
    color: #bbbbbb;
    text-decoration: underline; }
  body#body-sites .text-area-instructions a:hover {
    color: #dddddd; }
  body#body-sites .text-area-instructions ol {
    margin: 2px 0 0 17px; }
  body#body-sites .text-area-instructions span {
    color: #F8ECC3; }
  body#body-sites .image-upload-instructions {
    color: #555;
    float: left;
    font: 12px/1 Arial;
    margin-bottom: 10px;
    opacity: 0.8;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 100%; }
  body#body-sites .text-area-notes {
    float: left;
    text-shadow: 0 0 0 transparent;
    font: 13px/38px Arial, sans-serif;
    color: rgba(141, 151, 165, 0.9);
    margin: 0 0 0 10px;
    height: 34px; }
  body#body-sites .text-area-notes a {
    color: #4b5966;
    text-decoration: underline; }
  body#body-sites .text-area-notes a:hover {
    color: #3366cc; }
  body#body-sites .text-area-notes ul {
    list-style-type: square;
    margin: 2px 0 0 17px; }
  body#body-sites .tooltip-questionmark {
    color: #FFFFFF;
    background: rgba(51, 102, 204, 0.7);
    border-radius: 150px;
    text-shadow: 0 0 0 transparent;
    font-weight: bold;
    font-size: 10px;
    margin: 7px 0 0 7px;
    position: absolute;
    width: 18px;
    line-height: 18px;
    text-align: center;
    cursor: pointer; }
  body#body-sites .tooltip-questionmark:hover {
    background: rgba(51, 102, 204, 0.9); }
  body#body-sites .tooltip {
    position: absolute;
    z-index: 10000000;
    display: block;
    visibility: visible;
    padding: 5px;
    font-size: 12px;
    opacity: 1;
    filter: alpha(opacity=0);
    font-weight: normal; }
  body#body-sites .tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  body#body-sites .tooltip.top {
    margin-top: -2px; }
  body#body-sites .tooltip.right {
    margin-left: 2px; }
  body#body-sites .tooltip.bottom {
    margin-top: 2px; }
  body#body-sites .tooltip.left {
    margin-left: -2px; }
  body#body-sites .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #111111; }
  body#body-sites .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #111111; }
  body#body-sites .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #111111; }
  body#body-sites .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #111111; }
  body#body-sites .tooltip-inner {
    max-width: 170px;
    padding: 7px 12px;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
    background-color: #111111;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font: 11px/1.3 Arial; }
  body#body-sites .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0; }
  body#body-sites .text-field-builder {
    background-color: #FFFFFF;
    display: block;
    font: 300 13px/17px Arial, sans-serif;
    float: left;
    padding: 7px;
    color: #333333;
    letter-spacing: -0.2px;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: left;
    text-overflow: ellipsis;
    width: 264px;
    height: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #999 #BBB #BBB;
    border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2); }
  body#body-sites .text-field-builder:-moz-placeholder {
    color: #e6e6e6; }
  body#body-sites .text-field-builder::-webkit-input-placeholder {
    color: #e6e6e6; }
  body#body-sites .text-field-builder:hover {
    background-color: white !important;
    border-color: rgba(0, 0, 0, 0.15) !important; }
  body#body-sites .text-field-builder:focus, body#body-sites .text-field-builder.focused {
    background-color: #ffffff;
    color: #404040;
    text-shadow: 0 1px 0 #ffffff;
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); }
  body#body-sites .prepended {
    float: left;
    border-width: 1px 0 1px 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    height: 15px;
    text-align: center;
    font: 300 13px/17px Arial, sans-serif;
    background-color: #EEEEEE;
    background-color: rgba(0, 0, 0, 0.05);
    display: block;
    padding: 7px 0;
    color: #859299;
    cursor: default;
    border-color: #999 #BBB #BBB;
    border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
    border-style: solid;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    text-shadow: 0 0 0 transparent; }
  body#body-sites .prepended:hover {
    background-position: 0 0 !important; }
  body#body-sites .prepended-alone {
    width: 206px; }
  body#body-sites .prepended-facebook {
    line-height: 16px;
    width: 100px; }
  body#body-sites .prepended-twitter {
    line-height: 16px;
    width: 30px; }
  body#body-sites .appended {
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    float: right;
    height: 29px;
    text-align: center;
    font: 300 12px/25px Arial, sans-serif;
    background-color: #555555;
    display: block;
    padding: 0;
    color: #ffffff;
    cursor: default;
    overflow: hidden;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    text-shadow: 0 -1px 0 black;
    width: 34px;
    line-height: 2.5;
    position: relative; }
  body#body-sites .appended-alone {
    background-color: #303030;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: auto;
    padding: 0 10px; }
  body#body-sites .appended-active {
    background-color: #4FD37B;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#4fd37b), to(#57a957));
    background-image: -moz-linear-gradient(top, #4fd37b, #57a957);
    background-image: -ms-linear-gradient(top, #4fd37b, #57a957);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4fd37b), color-stop(100%, #57a957));
    background-image: -webkit-linear-gradient(top, #4fd37b, #57a957);
    background-image: -o-linear-gradient(top, #4fd37b, #57a957);
    background-image: linear-gradient(top, #4fd37b, #57a957);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4FD37B', endColorstr='#57a957', GradientType=0); }
  body#body-sites .flat {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  body#body-sites .flat-prepended {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0; }
  body#body-sites .flat-appended {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    width: 232px; }
  body#body-sites .full-dropdown-select-builder {
    width: 100%; }
  body#body-sites .rojo-rico {
    background: #ED8075;
    text-shadow: 0 0 0 transparent;
    color: #FFFFFF; }
  body#body-sites .verde-rico {
    background: #40C2A8;
    text-shadow: 0 0 0 transparent;
    color: #FFFFFF; }
  body#body-sites .azul-rico {
    background: #60A0E7; }
  body#body-sites .azul-rico:hover {
    background: #568FCF; }
  body#body-sites .blanco-rico {
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), color-stop(25%, white), to(#e6e6e6));
    background-image: -webkit-linear-gradient(white, white 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, white, white 25%, #e6e6e6);
    background-image: -ms-linear-gradient(white, white 25%, #e6e6e6);
    background-image: -o-linear-gradient(white, white 25%, #e6e6e6);
    background-image: linear-gradient(white, white 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
    color: #333333; }
  body#body-sites .negro-rico {
    background-color: #333333 !important;
    background-repeat: repeat-x !important;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#444444), to(#333333)) !important;
    background-image: -moz-linear-gradient(top, #444444, #333333) !important;
    background-image: -ms-linear-gradient(top, #444444, #333333) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #333333)) !important;
    background-image: -webkit-linear-gradient(top, #444444, #333333) !important;
    background-image: -o-linear-gradient(top, #444444, #333333) !important;
    background-image: linear-gradient(top, #444444, #333333) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#333333', GradientType=0) !important; }
  body#body-sites .rojo-rico, body#body-sites .azul-rico, body#body-sites .blanco-rico, body#body-sites .verde-rico, body#body-sites .negro-rico {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
  body#body-sites .first-in-tab {
    border-top: 0 none;
    box-shadow: 0 0 0 transparent;
    padding-top: 0; }
  body#body-sites .last-in-tab {
    padding-bottom: 0px; }
  body#body-sites .text-box-tabs {
    margin: 0 !important;
    overflow: hidden;
    width: 260px !important; }
  body#body-sites .text-box-div {
    margin: -1px -10px 0;
    padding: 1px 0 0;
    border-top: 0 none;
    box-shadow: 0 0 0 transparent; }
  body#body-sites .selectable-input-inactive {
    display: none; }
  body#body-sites .tabs, body#body-sites .pills {
    padding: 0;
    list-style: none;
    zoom: 1; }
  body#body-sites .tabs:before,
  body#body-sites .pills:before,
  body#body-sites .tabs:after,
  body#body-sites .pills:after {
    display: table;
    content: "";
    zoom: 1; }
  body#body-sites .tabs:after, body#body-sites .pills:after {
    clear: both; }
  body#body-sites .tabs > li, body#body-sites .pills > li {
    float: left; }
  body#body-sites .tabs > li > a, body#body-sites .pills > li > a {
    display: block; }
  body#body-sites .tabs > li {
    position: relative;
    margin-bottom: 0;
    width: 100%; }
  body#body-sites .tabs > li > a {
    background-color: rgba(255, 255, 255, 0.08);
    color: #383838;
    font: 11px/1 Arial;
    padding: 10px;
    text-align: left;
    width: 127px;
    border: 0 none;
    font-weight: normal;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  body#body-sites .tabs > li > a:hover {
    background-color: rgba(75, 89, 102, 0.05); }
  body#body-sites .tabs .active > a, body#body-sites .tabs .active > a:hover {
    background-color: rgba(75, 89, 102, 0.07); }
  body#body-sites .tabs .menu-dropdown, body#body-sites .tabs .dropdown-menu {
    top: 35px;
    border-width: 1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px; }
  body#body-sites .tabs a.menu:after, body#body-sites .tabs .dropdown-toggle:after {
    border-top-color: #999;
    margin-top: 15px;
    margin-left: 5px; }
  body#body-sites .tabs li.open.menu .menu, body#body-sites .tabs .open.dropdown .dropdown-toggle {
    border-color: #999; }
  body#body-sites .tabs li.open a.menu:after, body#body-sites .tabs .dropdown.open .dropdown-toggle:after {
    border-top-color: #555; }
  body#body-sites .tab-content > .tab-pane,
  body#body-sites .pill-content > .pill-pane,
  body#body-sites .tab-content > div,
  body#body-sites .pill-content > div {
    display: none; }
  body#body-sites .tab-content > .active, body#body-sites .pill-content > .active {
    display: block;
    font: 12px/1 Arial;
    margin: 0;
    text-shadow: -1px -1px 0 black;
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  body#body-sites #ap-select .tab-content .active {
    margin: 0;
    padding: 0; }
  body#body-sites .defaultSkin table {
    text-shadow: 0 0 0 transparent;
    margin-left: 10px;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #EEEEEE; }
  body#body-sites .defaultSkin table.mceLayout tr.mceFirst td {
    border-top: 0 none; }
  body#body-sites .modal-backdrop {
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000; }
  body#body-sites .modal-backdrop.fade {
    opacity: 0; }
  body#body-sites .modal-backdrop, body#body-sites .modal-backdrop.fade.in {
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8; }
  body#body-sites .modal {
    position: fixed;
    top: 50%;
    left: 80%;
    z-index: 11000;
    width: 365px;
    color: #333333;
    margin: -250px 0 0 -250px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box; }
  body#body-sites .modal .close {
    margin-top: 7px;
    float: right;
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 13.5px;
    opacity: 0.25;
    text-shadow: 0 1px 0 #FFFFFF; }
  body#body-sites .modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -ms-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%; }
  body#body-sites .modal.fade.in {
    top: 50%; }
  body#body-sites .modal-header {
    border-bottom: 1px solid #eee;
    padding: 5px 15px; }
  body#body-sites .modal-body {
    padding: 15px; }
  body#body-sites .modal-footer {
    background-color: #f5f5f5;
    padding: 4px 15px 8px;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    zoom: 1;
    margin-bottom: 0; }
  body#body-sites .modal-footer:before, body#body-sites .modal-footer:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline; }
  body#body-sites .modal-footer:after {
    clear: both; }
  body#body-sites .modal-footer .btn {
    float: right;
    margin-left: 5px; }
  body#body-sites .twipsy {
    display: block;
    position: absolute;
    visibility: visible;
    padding: 5px;
    font-size: 11px;
    z-index: 1000;
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8; }
  body#body-sites .twipsy.fade.in {
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8; }
  body#body-sites .twipsy.above .twipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000; }
  body#body-sites .twipsy.left .twipsy-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000000; }
  body#body-sites .twipsy.below .twipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000000; }
  body#body-sites .twipsy.right .twipsy-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #000000; }
  body#body-sites .twipsy-inner {
    padding: 3px 8px;
    background-color: #000000;
    color: white;
    text-align: center;
    max-width: 200px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  body#body-sites .twipsy-arrow {
    position: absolute;
    width: 0;
    height: 0; }
  body#body-sites #builder-tutorial {
    background: none repeat scroll 0 0 #5F7A95;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px #111111;
    color: #FFFFFF;
    font: 300 12px/1.3 Arial;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 245px;
    left: auto;
    margin: 0 0 0 450px;
    top: 40px;
    width: 280px;
    z-index: 20000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3); }
  body#body-sites #builder-tutorial ul {
    list-style: none outside none;
    margin-top: 5px; }
  body#body-sites #builder-tutorial ul li {
    margin-bottom: 10px; }
  body#body-sites #builder-tutorial .modal-header {
    border-bottom: 0 none;
    padding: 15px 15px 10px; }
  body#body-sites #close-builder-tutorial {
    margin: 0;
    top: 4px;
    right: 6px;
    position: absolute; }
  body#body-sites #builder-tutorial .modal-body {
    padding: 0 15px 0; }
  body#body-sites #builder-tutorial h3 {
    color: #FFFFFF;
    font: bold 17px/1 Arial, sans-serif;
    margin-bottom: 5px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); }
  body#body-sites #builder-tutorial .builder-tutorial-arrow {
    border-color: transparent #5F7A95 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    height: 0;
    position: absolute;
    left: -10px;
    top: 19px;
    width: 0; }
  body#body-sites .tutorial-number {
    background: none repeat scroll 0 0 #B9C1D0;
    border-radius: 5px 5px 5px 5px;
    color: #465B6F;
    float: left;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 5px 0;
    text-align: center;
    width: 30px; }
  body#body-sites #builder-tutorial .modal-footer {
    background-color: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 -1px 0px rgba(0, 0, 0, 0.1) !important;
    color: #FFFFFF;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    font: bold 11px/1.4 Arial;
    padding: 10px 15px 10px;
    text-transform: uppercase; }
  body#body-sites #user_tutorial_taken {
    float: left;
    margin-right: 10px; }
  body#body-sites .doc-links-wrapper {
    text-align: center;
    width: 100%;
    padding: 25px 0 0 0; }
  body#body-sites .doc-title-link {
    color: #666;
    font-weight: 500; }
  body#body-sites .doc-title-link:hover {
    color: #222;
    text-decoration: underline; }
  body#body-sites .doc-download-link {
    margin-top: 10px;
    color: #999;
    text-align: center;
    width: auto;
    font-weight: 500; }
  body#body-sites .doc-download-link-ipad {
    position: relative;
    top: 12px;
    left: 100px;
    color: #2e4987;
    border: 1px solid #9cb4ec;
    padding: 9px 10px 9px;
    border-radius: 5px;
    background: #e7edfa;
    background-image: -webkit-linear-gradient(top, white, #d8e1fa);
    font: bold 13px/0.8 Arial;
    box-shadow: 0 0.9px 1px white; }
  body#body-sites .doc-download-link:hover {
    color: #222;
    text-decoration: underline; }
  body#body-sites .doc-thumbnail {
    margin-top: 10px;
    height: 265px;
    width: auto; }
  body#body-sites .mobile-scroll {
    display: none; }
  body#body-sites .loading-gif {
    float: left;
    height: 33px;
    width: 40px;
    opacity: 0.8;
    background: url(https://s3.amazonaws.com/cdn.sidengo.com/images/builder/girador.gif) no-repeat center;
    margin-top: -2px; }
  body#body-sites .uploading-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 20000001;
    text-align: center;
    width: 160px;
    color: #333333;
    margin: -60px 0 0 -100px;
    padding: 20px;
    font: bold 12px/2 Arial;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box; }
  body#body-sites .builder-lines {
    height: auto !important; }
  body#body-sites .builder-lines ul {
    list-style: none outside none;
    margin: -20px 0 0 10px;
    position: absolute; }
  body#body-sites .builder-lines ul li {
    height: 2px;
    margin-bottom: 3px;
    width: 23px;
    background: #AEB5B7;
    border-radius: 20px;
    box-shadow: 0 1px 0 #888 inset;
    opacity: 0.8; }
  body#body-sites div#flash_notice.flash-notice-unsuccessful {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 20000001;
    text-align: center;
    width: 200px;
    color: #333333;
    margin: -60px 0 0 -100px;
    padding: 20px;
    font: bold 12px/2 Arial;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box; }
  body#body-sites div#flash_notice.flash-notice-successful {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 20000001;
    text-align: center;
    width: 200px;
    color: #fff;
    margin: -1px 0 0 -100px;
    padding: 8px;
    font: bold 12px/2 Arial;
    text-transform: uppercase;
    background-color: white;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box; }
  body#body-sites div#flash_notice:hover {
    background-position: 0 0; }
  body#body-sites div#flash_notice p {
    font-size: 11px;
    line-height: 24px;
    margin-left: 7px; }
  body#body-sites div#flash_notice.flash-notice-successful p {
    line-height: 1; }
  body#body-sites #close-flash-notice {
    float: right;
    font-size: 15px;
    margin: -20px -9px 0 0;
    color: #000; }
  body#body-sites div#flash_notice.flash-notice-successful #close-flash-notice {
    margin: -2px 2px 0 0;
    line-height: 1;
    color: #fff; }
  body#body-sites div#flash_notice .modal-header {
    border-bottom: 0 none;
    padding: 0; }
  body#body-sites #builder-apps-select {
    /*
    	#facebook-button:hover {background: none repeat scroll 0 0 #5069BA;}
    	#twitter-button:hover {background: none repeat scroll 0 0 #31B6D9; }
    	#video-button:hover {background: none repeat scroll 0 0 #E8142F;}
    	#slideshare-button:hover {background: none repeat scroll 0 0 #E7822C;}
    	#soundcloud-button:hover {background: none repeat scroll 0 0 #FF5F00;}
    */ }
    body#body-sites #builder-apps-select p {
      text-transform: none;
      float: none;
      width: auto;
      text-align: left;
      text-shadow: 0 1px 0 white;
      color: #333;
      font: normal 12px/1.5 Arial;
      cursor: default; }
    body#body-sites #builder-apps-select .builder-apps-container {
      margin: 0 -20px 0;
      border-width: 0 0 1px;
      border-style: solid;
      border-color: #DCDCDC;
      border-color: rgba(0, 0, 0, 0.05);
      padding: 5px 20px 10px; }
    body#body-sites #builder-apps-select .apps-icon {
      background: #E4EAED;
      position: relative;
      width: 48%;
      height: 32px;
      cursor: pointer;
      float: left;
      margin: 0 4% 4% 0;
      border-radius: 3px;
      padding: 0 10px 0 40px;
      font: bold 11px/32px Arial;
      text-transform: uppercase;
      text-shadow: 0 0 0 transparent;
      color: #737C93;
      box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    body#body-sites #builder-apps-select .apps-icon-on {
      color: white;
      box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075); }
    body#body-sites #builder-apps-select .builder-apps-row a.apps-icon:nth-child(2) {
      margin-right: 0; }
    body#body-sites #builder-apps-select .apps-icon:before {
      font: 18px/32px "Sidengo";
      position: absolute;
      text-align: center;
      width: 22px;
      left: 10px; }
    body#body-sites #builder-apps-select .apps-icon:hover {
      background: rgba(115, 124, 147, 0.6);
      color: white; }
    body#body-sites #builder-apps-select .apps-icon-facebook-page:before {
      content: "\E80A"; }
    body#body-sites #builder-apps-select .apps-icon-facebook-page.apps-icon-on {
      background: #5069BA;
      background: rgba(80, 105, 186, 0.8); }
    body#body-sites #builder-apps-select .apps-icon-twitter:before {
      content: "\E809";
      font-size: 16px; }
    body#body-sites #builder-apps-select .apps-icon-twitter.apps-icon-on {
      background: #31B6D9;
      background: rgba(49, 182, 217, 0.8); }
    body#body-sites #builder-apps-select .apps-icon-youtube-video:before {
      content: "\E87B"; }
    body#body-sites #builder-apps-select .apps-icon-youtube-video.apps-icon-on {
      background: #E8142F;
      background: rgba(232, 20, 47, 0.8); }
    body#body-sites #builder-apps-select .apps-icon-slideshare:before {
      content: "\E886"; }
    body#body-sites #builder-apps-select .apps-icon-slideshare.apps-icon-on {
      background: #E7822C;
      background: rgba(231, 130, 44, 0.8); }
    body#body-sites #builder-apps-select .apps-icon-soundcloud:before {
      content: "\E84F"; }
    body#body-sites #builder-apps-select .apps-icon-soundcloud.apps-icon-on {
      background: #FF5F00;
      background: rgba(255, 95, 0, 0.8); }
    body#body-sites #builder-apps-select .apps-icon-youtube-channel:before {
      content: "\E87B"; }
    body#body-sites #builder-apps-select .apps-icon-youtube-channel.apps-icon-on {
      background: #E8142F;
      background: rgba(232, 20, 47, 0.8); }
    body#body-sites #builder-apps-select .apps-icon-zopim:before {
      content: "\E835"; }
    body#body-sites #builder-apps-select .apps-icon-zopim.apps-icon-on {
      background: #FF9D3A;
      background: rgba(255, 157, 58, 0.8); }
    body#body-sites #builder-apps-select .apps-icon-google-analytics:before {
      content: "\E80D";
      width: 12px;
      overflow: hidden;
      margin-left: 5px; }
    body#body-sites #builder-apps-select .apps-icon-google-analytics.apps-icon-on {
      background: #F05722;
      background: rgba(240, 87, 34, 0.8);
      margin-right: 0; }
  body#body-sites #welcome-modal {
    margin: -284px 0 0 -481px;
    width: auto;
    left: 50%;
    height: auto;
    height: 553px;
    max-height: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: #F9F9F9; }
    body#body-sites #welcome-modal h3 {
      font: 100 26px/1 "Open Sans";
      text-align: center;
      margin-bottom: 25px;
      color: #4B5966;
      cursor: default; }
    body#body-sites #welcome-modal .modal-body {
      padding: 25px;
      width: 910px; }
    body#body-sites #welcome-modal .close {
      color: #000000;
      font-size: 20px;
      font-weight: bold;
      line-height: 13.5px;
      opacity: 0.25;
      text-shadow: 0 1px 0 #FFFFFF;
      position: absolute;
      top: 10px;
      right: 10px;
      margin: 0; }
    body#body-sites #welcome-modal .tutorials-container {
      display: block;
      width: 910px;
      height: 453px; }
  body#body-sites .welcome_overlay {
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/alpha-white-90.png") transparent;
    background: rgba(255, 255, 255, 0.9); }
  body#body-sites #jotform-submissions-modal {
    margin: -301px 0 0 -491px;
    width: auto;
    left: 50%;
    height: auto;
    height: 600px;
    max-height: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: #F9F9F9; }
    body#body-sites #jotform-submissions-modal h3 {
      font: 100 26px/1 "Open Sans";
      text-align: center;
      margin-bottom: 25px;
      color: #4B5966;
      cursor: default; }
    body#body-sites #jotform-submissions-modal .modal-body {
      padding: 25px;
      width: 930px; }
    body#body-sites #jotform-submissions-modal .close {
      color: #000000;
      font-size: 20px;
      font-weight: bold;
      line-height: 13.5px;
      opacity: 0.25;
      text-shadow: 0 1px 0 #FFFFFF;
      position: absolute;
      top: 10px;
      right: 10px;
      margin: 0; }
    body#body-sites #jotform-submissions-modal .tutorials-container {
      display: block;
      width: 930px;
      height: 500px; }
  body#body-sites .fblogin-album {
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/connect-with-facebook-sprite.png") no-repeat scroll 0 -1px transparent;
    border: 0 none;
    cursor: pointer;
    float: left;
    height: 27px;
    margin: 0;
    opacity: 0.9;
    padding: 0;
    width: 182px; }
  body#body-sites .fb-album-stuff {
    margin: 15px 0 0;
    width: 230px; }
  body#body-sites .fb-album-stuff select {
    border: 1px solid #CCC;
    height: 27px;
    width: 181px;
    color: #4B5966;
    font: 12px/1 Arial; }
  body#body-sites .fb-album-step {
    background-color: rgba(75, 89, 102, 0.5);
    border-radius: 3px 3px 3px 3px;
    color: white;
    font: bold 14px/25px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    width: 30px;
    float: left;
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  body#body-sites .rss-feed {
    padding: 0 15px;
    margin-top: -5px;
    text-shadow: 0px 1px 0 #FFFFFF; }
    body#body-sites .rss-feed .rss-feed-post {
      padding: 25px 15px;
      border-top: 1px solid #DDDDDD;
      box-shadow: 0 1px 0 #FFFFFF inset;
      margin: 0 -15px; }
    body#body-sites .rss-feed .entry-details {
      margin: 0 0 20px;
      font: 14px/1.5 Helvetica, Arial;
      border-bottom: 1px solid #EEE; }
    body#body-sites .rss-feed .entry-title {
      color: #555555;
      font: 400 22px/1.3 "Open Sans", Arial;
      padding: 5px 0 15px;
      display: block;
      margin: 0 auto;
      max-width: 700px; }
    body#body-sites .rss-feed .entry-title:hover {
      color: #3366CC; }
    body#body-sites .rss-feed .entry-date {
      color: #AAAAAA;
      cursor: default; }
    body#body-sites .rss-feed .entry-author {
      color: #999999;
      padding-bottom: 15px;
      cursor: default;
      font: bold 13px/1 Arial;
      margin-top: -3px; }
    body#body-sites .rss-feed .feed-url {
      background: #F2F2F2;
      background: rgba(0, 0, 0, 0.05);
      color: #444444;
      font: normal 14px/1 Arial;
      padding: 12px;
      display: block;
      margin: 0 0 30px;
      text-align: center;
      border: 1px solid #ccc;
      border: 1px solid rgba(0, 0, 0, 0.1); }
    body#body-sites .rss-feed .feed-url:hover {
      background: rgba(0, 0, 0, 0.08); }
    body#body-sites .rss-feed h1, body#body-sites .rss-feed h2, body#body-sites .rss-feed h3, body#body-sites .rss-feed h4, body#body-sites .rss-feed h5, body#body-sites .rss-feed h6, body#body-sites .rss-feed ul, body#body-sites .rss-feed ol {
      padding: 0 0 10px;
      font-family: Arial; }
    body#body-sites .rss-feed ol, body#body-sites .rss-feed ul {
      margin: -15px 20px -5px;
      font: 17px/1.7 Helvetica, Arial; }
    body#body-sites .rss-feed ol li, body#body-sites .rss-feed ul li {
      padding-bottom: 10px; }
    body#body-sites .rss-feed h1 {
      font-size: 18px; }
    body#body-sites .rss-feed h2 {
      font-size: 16px; }
    body#body-sites .rss-feed h3 {
      font-size: 14px; }
    body#body-sites .rss-feed h4 {
      font-size: 13px; }
    body#body-sites .rss-feed h5 {
      font-size: 12px; }
    body#body-sites .rss-feed h6 {
      font-size: 11px; }
    body#body-sites .rss-feed p {
      padding: 0 0 15px;
      font: 17px/1.7 Helvetica, Arial; }
    body#body-sites .rss-feed blockquote {
      padding: 0 0 15px;
      font: 14px/1.8 Helvetica, Arial; }
    body#body-sites .rss-feed blockquote p {
      padding: 0; }
    body#body-sites .rss-feed img {
      max-width: 458px;
      width: auto;
      height: auto;
      display: block;
      border: 1px solid  #CCCCCC;
      padding: 5px;
      background: #FFFFFF;
      box-shadow: 0 0 1px #999999; }
    body#body-sites .rss-feed iframe {
      max-width: 470px;
      border: 0 none; }
    body#body-sites .rss-feed a {
      color: #3366cc; }
    body#body-sites .rss-feed p a {
      color: #333333;
      border-bottom: 1px dashed #B5B4B1;
      font-weight: bold; }
    body#body-sites .rss-feed p a:hover {
      color: #3366CC; }
    body#body-sites .rss-feed .entry-summary {
      padding: 0; }
  body#body-sites #nested-menu {
    position: fixed;
    left: 50%;
    margin-left: -110px;
    width: 220px;
    background: #FAF7F7;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 2px;
    box-shadow: 0 1px 3px black;
    min-height: inherit;
    height: auto;
    top: 50%;
    margin-top: -102px;
    max-height: 225px;
    overflow-x: hidden;
    overflow-y: auto; }
  body#body-sites #nested-menu a {
    color: #333333;
    font: 100 20px/1.2 'Open Sans';
    padding: 10px 0;
    display: block;
    text-align: center;
    border-bottom: 1px solid #DDDDDD;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  body#body-sites #nested-menu a:hover {
    background: #eee;
    background: rgba(0, 0, 0, 0.05); }
  body#body-sites #sort-sections h3 {
    width: auto; }
  body#body-sites .sections-button-area {
    position: absolute;
    bottom: 0;
    width: 109px;
    padding: 11px 9px !important; }
  body#body-sites .sections-button-area::before, body#body-sites #accordion-manage-sections-nav::before {
    content: "" !important;
    padding-right: 0 !important; }
  body#body-sites #accordion-manage-sections-nav .builder-menu-icon {
    margin: -1px 5px 0 0; }
  body#body-sites #builder-container .tabs > li {
    float: none; }
  body#body-sites #builder-container .tabs > li > a {
    width: 108px; }
  body#body-sites #add-section-options {
    overflow: hidden;
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px; }
  body#body-sites #add-section-options .builder-menu-icon {
    background: transparent;
    width: 30px;
    height: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center; }
  body#body-sites #add-section-options .add-section-button:before {
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    font-family: "Sidengo";
    font-style: normal;
    font-weight: normal;
    text-shadow: 0 0 0 transparent;
    text-align: center;
    line-height: 30px; }
  body#body-sites #add-section-options .add-content-section-button:before {
    content: "\E8AB"; }
  body#body-sites #add-section-options .add-media-section-button:before {
    content: "\E8AA";
    font-size: 16px; }
  body#body-sites #add-section-options .add-link-section-button:before {
    content: "\E82E"; }
  body#body-sites #add-section-options .icon-reorder {
    background-position: -13px 0px;
    width: 12px;
    height: 8px;
    cursor: move !important;
    opacity: 0.8;
    margin: 0;
    position: absolute;
    top: 13px;
    left: 10px; }
  body#body-sites #add-section-options .icon-trashcan {
    background-position: -54px 0px;
    width: 11px;
    height: 13px;
    margin: 0 5px 0 0; }
  body#body-sites #add-section-options form {
    display: inline-block;
    margin: 0 -2px; }
  body#body-sites .section-manager-buttons-container {
    text-align: center;
    padding: 10px 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0 -20px 20px;
    clear: both;
    height: 36px; }
  body#body-sites #add-section-options label {
    width: 100%;
    text-transform: none;
    color: #859299;
    text-align: center;
    font: 300 14px/13px "HelveticaNeue", Helvetica, Arial, sans-serif; }
  body#body-sites #add-section-options label span {
    background: #4B5966;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    padding: 2px 6px 2px;
    border-radius: 3px;
    margin: 0 7px 0 0;
    opacity: 0.9; }
  body#body-sites #add-section-options .in-tabs {
    margin: 0 -20px 0 !important;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 20px 7px !important; }
  body#body-sites .sections-manager-button {
    position: relative;
    cursor: pointer;
    width: auto;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-width: 1px 0 0;
    border-radius: 0;
    color: #859299;
    font: bold 12px/30px Arial;
    text-transform: uppercase;
    background: rgba(228, 234, 237, 0.2);
    text-align: left;
    padding: 0 15px 0 32px;
    height: 32px;
    text-shadow: 0 0 0 transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  body#body-sites .add-content-section-button {
    border-radius: 3px 0 0 3px;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset, -1px 0 0 rgba(0, 0, 0, 0.05) inset;
    border-left: 1px solid rgba(0, 0, 0, 0.05); }
  body#body-sites .add-link-section-button {
    border-radius: 0 3px 3px 0;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset, 1px 0 0 rgba(0, 0, 0, 0.05) inset;
    border-right: 1px solid rgba(0, 0, 0, 0.05); }
  body#body-sites .sections-manager-button:hover {
    cursor: pointer;
    background: rgba(115, 124, 147, 0.6);
    color: white; }
  body#body-sites #sort-sections h3 {
    width: auto;
    border-width: 1px 0;
    border-style: solid;
    border-color: #E1E6E9;
    margin-top: -1px;
    font: 13px/1 Arial;
    text-transform: none;
    text-shadow: 0 -1px 0px white;
    opacity: 0.9;
    color: #47505A;
    position: relative;
    height: 38px;
    padding: 0; }
  body#body-sites #sort-sections h3 span {
    float: left;
    width: 165px; }
  body#body-sites #sort-sections h3:hover {
    background: rgba(0, 0, 0, 0.02); }
  body#body-sites #sort-sections h3:active {
    background: #EFEFEF; }
  body#body-sites #render-section-buttons {
    display: block; }
  body#body-sites .delete-section {
    height: 40px;
    width: 12px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 10px; }
  body#body-sites .delete-section:after {
    content: "\E865";
    font: 15px/38px 'Sidengo';
    position: absolute;
    top: 0;
    left: 0;
    color: #859299; }
  body#body-sites .delete-section:hover:after {
    color: #ED8075; }
  body#body-sites #sort-sections i {
    cursor: move !important;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    height: 100%;
    width: 35px;
    background: transparent !important; }
  body#body-sites #sort-sections i:before {
    font: 14px/37px "Sidengo";
    position: absolute;
    width: 30px;
    height: 100%;
    text-align: center;
    left: 0; }
  body#body-sites #sort-sections i.icon-ContentSection:before {
    content: "\E8AB";
    line-height: 38px; }
  body#body-sites #sort-sections i.icon-MediaSection:before {
    content: "\E8AA";
    font-size: 16px;
    line-height: 38px; }
  body#body-sites #sort-sections i.icon-LinkSection:before {
    content: "\E82E"; }
  body#body-sites .delete-popup, body#body-sites .confirm-popup {
    background-color: #F5F7FA;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(white), to(#f5f7fa));
    background-image: -moz-linear-gradient(top, white, #f5f7fa);
    background-image: -ms-linear-gradient(top, white, #f5f7fa);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f5f7fa));
    background-image: -webkit-linear-gradient(top, white, #f5f7fa);
    background-image: -o-linear-gradient(top, white, #f5f7fa);
    background-image: linear-gradient(top, white, #f5f7fa);
    position: absolute;
    margin-top: -25px;
    z-index: 10;
    right: 40px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 150px;
    padding: 10px 10px 0;
    height: 72px; }
    body#body-sites .delete-popup p, body#body-sites .confirm-popup p {
      color: #4B5966;
      text-shadow: 0 1px 0 white;
      text-align: center;
      font: bold 12px/1.2 Arial;
      margin-bottom: 15px;
      display: block;
      position: relative; }
    body#body-sites .delete-popup .delete-section-button, body#body-sites .delete-popup .popup-confirm-button, body#body-sites .confirm-popup .delete-section-button, body#body-sites .confirm-popup .popup-confirm-button {
      color: white;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background-color: #DA4F49;
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
      background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
      background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
      background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
      background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
      background-repeat: repeat-x;
      padding: 3px 15px;
      font: 12px/1 Arial;
      border-radius: 3px;
      border-width: 1px;
      border-style: solid;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      position: relative;
      margin-right: 5px;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
    body#body-sites .delete-popup .delete-section-button:hover, body#body-sites .delete-popup .popup-confirm-button:hover, body#body-sites .confirm-popup .delete-section-button:hover, body#body-sites .confirm-popup .popup-confirm-button:hover {
      background-color: #BD362F;
      background-position: 0 -5px; }
    body#body-sites .delete-popup .delete-section-cancel, body#body-sites .delete-popup .popup-cancel-button, body#body-sites .confirm-popup .delete-section-cancel, body#body-sites .confirm-popup .popup-cancel-button {
      color: #333333;
      background-color: whiteSmoke;
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
      background-image: -webkit-linear-gradient(top, white, #e6e6e6);
      background-image: -o-linear-gradient(top, white, #e6e6e6);
      background-image: linear-gradient(to bottom, white, #e6e6e6);
      background-image: -moz-linear-gradient(top, white, #e6e6e6);
      background-repeat: repeat-x;
      padding: 3px 15px;
      font: 12px/1 Arial;
      border-radius: 3px;
      border-width: 1px;
      border-style: solid;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      position: relative;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); }
    body#body-sites .delete-popup .delete-section-cancel:hover, body#body-sites .delete-popup .popup-cancel-button:hover, body#body-sites .confirm-popup .delete-section-cancel:hover, body#body-sites .confirm-popup .popup-cancel-button:hover {
      background-color: #E6E6E6;
      background-position: 0 -15px; }
    body#body-sites .delete-popup .delete-popup-arrow, body#body-sites .delete-popup .confirm-popup-arrow, body#body-sites .confirm-popup .delete-popup-arrow, body#body-sites .confirm-popup .confirm-popup-arrow {
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 15px solid #FAFBFD;
      position: absolute;
      top: 50%;
      right: -15px;
      margin-top: -15px; }
    body#body-sites .delete-popup .delete-popup-arrow:after, body#body-sites .delete-popup .confirm-popup-arrow:after, body#body-sites .confirm-popup .delete-popup-arrow:after, body#body-sites .confirm-popup .confirm-popup-arrow:after {
      content: "";
      z-index: -1;
      display: inline-block;
      position: absolute;
      width: 0px;
      height: 0px;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 15px solid rgba(0, 0, 0, 0.2);
      top: -15px;
      right: -1px; }
  body#body-sites .confirm-popup {
    height: 60px;
    margin-top: -23px; }
  body#body-sites .submenu-arrow {
    display: none; }
  body#body-sites .placeholder, body#body-sites .ui-sortable-placeholder {
    border: 1px dashed #4183C4;
    border-radius: 3px;
    visibility: visible !important; }
  body#body-sites .mjs-nestedSortable-error {
    background: #fbe3e4;
    border-color: transparent; }
  body#body-sites ul#sort-sections {
    margin: 0;
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/builder/section-roots.png") repeat-y; }
  body#body-sites #sort-sections, body#body-sites #sort-sections ul {
    margin: 0 0 0 35px;
    padding: 0;
    list-style-type: none; }
  body#body-sites #sort-sections {
    margin: 4em 0; }
  body#body-sites #builder-container #sort-sections .text-field-builder {
    width: 120px;
    height: auto;
    padding: 0 7px;
    line-height: 1.9;
    background: transparent;
    border: 1px solid transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    transition: all linear 0.1s;
    position: absolute;
    left: 25px;
    top: 4px;
    height: 30px; }
  body#body-sites #builder-container #sort-sections .text-field-builder:hover, body#body-sites #sort-sections .text-field-builder:focus {
    background: white;
    border-color: #BBB #DDD #DDD;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
    border-radius: 5px; }
  body#body-sites #sort-sections li {
    margin: 2px 0 0 0;
    padding: 0;
    position: relative; }
  body#body-sites #sort-sections h3 span {
    width: auto;
    cursor: text; }
  body#body-sites #sort-sections h3 {
    cursor: move; }
  body#body-sites #sort-sections .builder-sortable-section {
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #DDDDDD;
    border-radius: 3px;
    margin: 5px 0 0;
    cursor: move;
    background: #EDEFF3;
    box-shadow: 0 -2px 0 #DDDDDD inset;
    background: -webkit-linear-gradient(bottom, #edeff3, #fcfcfc);
    overflow: hidden; }
  body#body-sites .sortable-visibility-toggle {
    height: 40px;
    background: transparent;
    width: 15px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 35px; }
  body#body-sites .sortable-visibility-toggle:after {
    content: "\E863";
    font: 15px/38px 'Sidengo';
    position: absolute;
    top: 0;
    left: 0;
    color: #859299; }
  body#body-sites .sortable-visibility-toggle:hover:after {
    color: rgba(75, 89, 85, 0.8); }
  body#body-sites .sortable-visibility-toggle.off:after {
    content: "\E864";
    color: #ED8075; }
  body#body-sites .sortable-gallery {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%; }
    body#body-sites .sortable-gallery li {
      float: left;
      width: 72px;
      height: 54px;
      text-align: center;
      background: rgba(0, 0, 0, 0.8);
      overflow: hidden;
      border: 0px solid #f6f6f6;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.9), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
      margin: 3px; }
    body#body-sites .sortable-gallery .ui-sortable-placeholder {
      background: transparent;
      box-shadow: 0 0 0 transparent;
      border: 1px dashed rgba(0, 0, 0, 0.3); }
    body#body-sites .sortable-gallery .drop-images-box {
      text-shadow: 0 0 0 transparent;
      color: #4b5966;
      font: 17px/7 Helvetica, Arial;
      text-align: center;
      background: rgba(75, 89, 102, 0);
      border: 1px dashed rgba(75, 89, 102, 0.4);
      position: relative;
      display: none; }
    body#body-sites .sortable-gallery .upload-temporary {
      float: left;
      width: 72px;
      height: 54px;
      visibility: visible !important;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      margin: 5px 4px;
      border-radius: 4px; }
      body#body-sites .sortable-gallery .upload-temporary .progress {
        padding: 22px 10px;
        border: 1px dashed rgba(0, 0, 0, 0.3);
        position: relative;
        height: auto;
        border-radius: 4px; }
      body#body-sites .sortable-gallery .upload-temporary .bar {
        margin: 0;
        width: 0%;
        height: 100%;
        border-radius: 3px;
        background-color: #62c462;
        background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        height: 10px;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -webkit-transition: width 5.0s ease !important;
        -moz-transition: width 5.0s ease !important;
        -o-transition: width 5.0s ease !important;
        transition: width 5.0s ease !important; }
    body#body-sites .sortable-gallery .edit-gallery-section-image, body#body-sites .sortable-gallery .clear-section-image {
      height: 20px;
      padding: 0;
      width: 20px;
      margin: 0;
      display: block;
      opacity: 0;
      -webkit-transition: opacity 0.5s ease;
      -moz-transition: opacity 0.5s ease;
      -ms-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      border-radius: 0;
      position: absolute;
      right: 0;
      top: 50%; }
    body#body-sites .sortable-gallery .edit-gallery-section-image {
      border-radius: 3px 0 0 0;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      margin-top: -21px;
      line-height: 16px; }
    body#body-sites .sortable-gallery .clear-section-image {
      border-radius: 0 0 0 3px;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
      font: bold 14px/20px Verdana, Arial;
      margin-top: 0;
      color: #DA4F49; }
  body#body-sites .sortable-gallery li img {
    width: auto;
    max-width: 100%;
    height: 100%;
    box-shadow: 0 0 10px black; }
  body#body-sites .sortable-gallery li:hover {
    cursor: move; }
    body#body-sites .sortable-gallery li:hover .clear-section-image {
      opacity: 0.9; }
    body#body-sites .sortable-gallery li:hover .clear-section-image:hover {
      opacity: 1; }
    body#body-sites .sortable-gallery li:hover .edit-gallery-section-image {
      opacity: 0.9; }
    body#body-sites .sortable-gallery li:hover .edit-gallery-section-image:hover {
      opacity: 1; }
  body#body-sites #builder-container div::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    background: rgba(133, 146, 153, 0.2); }
  body#body-sites #builder-container div::-webkit-scrollbar-thumb {
    background: rgba(133, 146, 153, 0.8); }
  body#body-sites #builder-nav ul::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    background: rgba(133, 146, 153, 0.2); }
  body#body-sites #builder-nav ul::-webkit-scrollbar-thumb {
    background: rgba(133, 146, 153, 0.4); }
  body#body-sites .popover ul::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    background: rgba(133, 146, 153, 0.2);
    border-radius: 0 0 6px 0; }
  body#body-sites .popover ul::-webkit-scrollbar-thumb {
    background: rgba(133, 146, 153, 0.8); }
  body#body-sites #builder-nav {
    width: 44px;
    overflow: hidden;
    height: auto;
    background: #F8F9FA;
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    border-radius: 0 0 0 4px;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.075);
    z-index: 100000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
    body#body-sites #builder-nav .tabs {
      height: 100%;
      overflow-x: hidden;
      overflow-y: hidden;
      background: rgba(75, 89, 102, 0.05); }
    body#body-sites #builder-nav .tabs a {
      padding: 13px 12px;
      white-space: nowrap;
      overflow: hidden;
      text-transform: uppercase;
      font: 14px/1 'Montserrat';
      color: rgba(75, 89, 102, 0.7);
      letter-spacing: -0.1px;
      width: 100%;
      background: rgba(255, 255, 255, 0.6);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    body#body-sites #builder-nav .tabs .section-nav-item a {
      background: transparent; }
    body#body-sites #builder-nav .tabs .active a {
      background: rgba(66, 133, 244, 0.7) !important;
      background: rgba(75, 89, 102, 0.6) !important;
      background: #8B949D !important;
      color: white !important;
      box-shadow: 0 -1px 0 transparent; }
    body#body-sites #builder-nav .tabs .active a .builder-menu-icon:before {
      color: white !important; }
    body#body-sites #builder-nav h3 {
      background: transparent;
      float: left;
      font: bold 11px/1 Arial;
      padding: 10px 0 5px 10px;
      cursor: default;
      font: bold 11px/30px Arial,sans-serif;
      letter-spacing: 0.2px;
      opacity: 1;
      text-shadow: 0 1px 0 white;
      text-transform: uppercase;
      color: #6C7889;
      letter-spacing: 0.2px;
      padding: 0 0 0 7px;
      text-shadow: 0 1px 0 white;
      text-transform: uppercase;
      color: #6C7889;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 110px; }
    body#body-sites #builder-nav .sections-button-area {
      padding: 0 !important;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    body#body-sites #builder-nav .builder-menu-icon {
      background: none;
      margin: 0 12px 0 0;
      width: auto;
      height: auto; }
    body#body-sites #builder-nav .builder-menu-icon:before {
      font: 18px/19px "Sidengo";
      height: 19px;
      color: rgba(75, 89, 102, 0.6);
      text-align: center;
      display: block;
      width: 20px;
      text-shadow: 0 0 0 transparent; }
    body#body-sites #builder-nav .icon-list-alt:before {
      content: "\E8A9"; }
    body#body-sites #builder-nav .icon-eye-open:before {
      content: "\E863"; }
    body#body-sites #builder-nav .icon-flag:before {
      content: "\E875"; }
    body#body-sites #builder-nav .icon-picture:before {
      content: "\E85E"; }
    body#body-sites #builder-nav .icon-th:before {
      content: "\E887"; }
    body#body-sites #builder-nav .icon-cog:before {
      content: "\E81A";
      content: "\E82C"; }
    body#body-sites #builder-nav .icon-xxxxxx:before {
      content: "\E86E"; }
    body#body-sites #builder-nav .icon-xxxxxx:before {
      content: "\E86E"; }
    body#body-sites #builder-nav .icon-envelope:before {
      content: "\E88B"; }
    body#body-sites #builder-nav .icon-ContentSection:before {
      content: "\E8AB";
      line-height: 20px; }
    body#body-sites #builder-nav .icon-MediaSection:before {
      content: "\E8A6";
      content: "\E8AA";
      font-size: 20px; }
    body#body-sites #builder-nav .icon-LinkSection:before {
      content: "\E82E"; }
    body#body-sites #builder-nav .icon-white:before {
      color: white; }
  body#body-sites #builder-container {
    position: absolute;
    overflow: hidden;
    width: auto;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 44px;
    border-radius: 0 0 4px 0;
    -webkit-overflow-scrolling: touch; }
    body#body-sites #builder-container h2 {
      line-height: 27px;
      color: #859299;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 0 transparent;
      margin: 0 -20px 10px; }
    body#body-sites #builder-container .builder-separator {
      margin: 20px 0;
      border-top: 1px solid rgba(0, 0, 0, 0.05);
      box-shadow: 0 1px 0 white inset;
      min-height: 1px;
      height: auto; }
    body#body-sites #builder-container label {
      line-height: 1;
      margin: 0 0 10px;
      overflow: visible; }
    body#body-sites #builder-container .builder-dropdown {
      margin: 0;
      line-height: 31px; }
    body#body-sites #builder-container .appended-alone {
      margin: 0 0 0 10px; }
    body#body-sites #builder-container .text-area-tips {
      margin: 0 0 0 10px;
      line-height: 31px; }
    body#body-sites #builder-container .in-tabs {
      margin: 0 auto;
      padding: 20px 0; }
    body#body-sites #builder-container .top-area {
      display: block;
      padding: 0 0 20px;
      background: rgba(0, 0, 0, 0.01);
      margin: 0;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    body#body-sites #builder-container .top-area .capsule {
      margin: 0 20px; }
    body#body-sites #builder-container .bottom-area {
      display: block;
      padding: 0 20px 20px;
      background: rgba(0, 0, 0, 0.01);
      margin: 20px 0;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    body#body-sites #builder-container .logo-options-container {
      display: block;
      padding: 20px;
      background: rgba(0, 0, 0, 0.01);
      margin: 20px 0 0;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    body#body-sites #builder-container .logo-options-container .capsule {
      margin: 0;
      padding: 20px 0 0; }
    body#body-sites #builder-container .top-area:hover, body#body-sites #builder-container .bottom-area:hover, body#body-sites #builder-container .logo-options-container:hover {
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.1); }
    body#body-sites #builder-container .top-area .text-areas-builder, body#body-sites #builder-container .bottom-area .text-areas-builder {
      border: 0 none;
      box-shadow: 0 0 0 transparent; }
    body#body-sites #builder-container .bottom-area .select span strong {
      max-width: 80px;
      text-overflow: ellipsis; }
    body#body-sites #builder-container .edit_media_section .select span strong {
      max-width: 110px;
      text-overflow: ellipsis; }
    body#body-sites #builder-container .capsule {
      margin: 0 -20px; }
      body#body-sites #builder-container .capsule .text-areas-builder {
        border-top: 0 none;
        box-shadow: 0 0 0 transparent;
        margin: 0 -4px 20px !important;
        padding: 0 !important; }
      body#body-sites #builder-container .capsule .text-areas-builder label, body#body-sites #builder-container .capsule .capsule .text-areas-builder .text-area-notes {
        margin-left: 0 !important; }
      body#body-sites #builder-container .capsule .text-area-tips {
        margin-right: 0; }
      body#body-sites #builder-container .capsule .text-field-builder {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        height: 30px; }
      body#body-sites #builder-container .capsule .builder-dropdown {
        margin: 0 10px 0 0;
        line-height: 31px; }
      body#body-sites #builder-container .capsule .builder-dropdown select {
        width: 120px; }
    body#body-sites #builder-container #mc-basics {
      height: auto; }
    body#body-sites #builder-container #mc-basics h2, body#body-sites #builder-container #ci-basics h2, body#body-sites #builder-container #add-section-options h2 {
      margin-bottom: 0; }
    body#body-sites #builder-container #mc-logo .in-tabs {
      padding: 20px 0 0; }
    body#body-sites #builder-container #mc-logo .first-in-tab {
      padding: 0 0 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      box-shadow: 0 1px 0 #FFF; }
    body#body-sites #builder-container #ci-basics {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: auto;
      height: auto;
      overflow-x: hidden;
      overflow-y: auto; }
    body#body-sites #builder-container .top-area .in-tabs {
      padding: 20px 20px 0; }
    body#body-sites #builder-container .section-title-area {
      margin: 0 -20px;
      padding: 20px; }
      body#body-sites #builder-container .section-title-area label {
        line-height: 36px;
        margin: 0; }
      body#body-sites #builder-container .section-title-area input {
        width: 170px;
        width: calc(100% - 100px);
        float: right; }
    body#body-sites #builder-container .logo-image-section .text-area-notes span, body#body-sites #builder-container .content-top-image-section .text-area-notes span {
      cursor: default; }
    body#body-sites #builder-container .logo-image-section .upload-top-image-area, body#body-sites #builder-container .logo-image-section .upload-logo-area, body#body-sites #builder-container .content-top-image-section .upload-top-image-area, body#body-sites #builder-container .content-top-image-section .upload-logo-area {
      margin: 0 !important; }
    body#body-sites #builder-container .logo-image-section .image-link-area, body#body-sites #builder-container .content-top-image-section .image-link-area {
      margin: 20px 0 0 !important; }
  body#body-sites #builder-tab-content {
    position: relative;
    height: 100%;
    border-radius: 0 0 4px 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5), rgba(236, 240, 244, 0.5));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(236, 240, 244, 0.5));
    background: -ms-linear-gradient(rgba(255, 255, 255, 0.5), rgba(236, 240, 244, 0.5));
    background: -o-linear-gradient(rgba(255, 255, 255, 0.5), rgba(236, 240, 244, 0.5));
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(236, 240, 244, 0.5)); }
  body#body-sites #accordion-manage-sections-nav {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05); }
  body#body-sites #accordion-manage-sections-nav:hover {
    background: rgba(75, 89, 102, 0.65) !important; }
  body#body-sites #builder-nav .active .sections-button {
    background: rgba(75, 89, 102, 0.8) !important; }
  body#body-sites .dropdown-nav {
    position: relative; }
    body#body-sites .dropdown-nav ul {
      float: none !important;
      margin: 4px 15px !important; }
    body#body-sites .dropdown-nav ul li {
      margin: 0 0 4px 0 !important; }
    body#body-sites .dropdown-nav ul span {
      padding: 0 10px !important; }
    body#body-sites .dropdown-nav .arrow-in-right {
      padding-right: 35px !important;
      position: relative; }
    body#body-sites .dropdown-nav .arrow-in-right:after {
      content: "▾";
      margin-left: 8px;
      opacity: 0.9;
      display: block;
      position: absolute;
      right: 12px;
      top: 10px;
      font: 21px/1 Arial;
      color: white; }
  body#body-sites #P6BWWR9LQB-firefly {
    display: none; }
  body#body-sites #P6BWWR9LQB-modal-frame {
    margin-left: -285px !important;
    margin-top: -41px !important;
    height: 82px; }
  body#body-sites #P6BWWR9LQB-bar-frame {
    top: 30px;
    width: 67px;
    overflow: hidden;
    height: 28px;
    right: -3px;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8); }
  body#body-sites .zopim {
    right: 158px !important; }
  body#body-sites #sidengo-banner {
    opacity: 0.8;
    width: 152px;
    text-align: center;
    font: bold 12px/30px Verdana;
    color: white;
    background: #4b5966;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0 0 0 3px;
    border-radius: 5px 0 0 0;
    z-index: 10000000;
    cursor: pointer !important;
    -webkit-transition: all 0.8s ease !important;
    -moz-transition: all 0.8s ease !important;
    -ms-transition: all 0.8s ease !important;
    -o-transition: all 0.8s ease !important; }
  body#body-sites #sidengo-banner:hover {
    opacity: 1;
    cursor: pointer !important; }
  body#body-sites #mc-templates {
    padding: 0 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden; }
    body#body-sites #mc-templates .text-areas-builder {
      border-width: 0;
      box-shadow: 0 0 0 transparent;
      padding: 20px 0 0;
      overflow: visible; }
    body#body-sites #mc-templates .text-areas-builder:last-child {
      padding-bottom: 20px; }
    body#body-sites #mc-templates h2 {
      margin-bottom: 0;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
      border: 0 none; }
  body#body-sites .templates-selection-container {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  body#body-sites .landing-selection-container {
    border-color: #DCDCDC;
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 1px 0 0;
    box-shadow: 0 1px 0 #FFFFFF inset;
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  body#body-sites .template-active-check {
    display: none; }
  body#body-sites .theme-active .template-active-check {
    display: table;
    position: relative;
    background: rgba(103, 194, 149, 0.85);
    padding: 0;
    width: 280px;
    cursor: pointer;
    margin: -210px auto 0;
    height: 210px;
    border-radius: 0 0 3px 3px; }
  body#body-sites .template-active-check p {
    display: table-cell;
    color: #FFFFFF;
    font: bold 32px/1 "Roboto";
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 0 0 0 transparent;
    vertical-align: middle; }
  body#body-sites .theme-name {
    display: table;
    position: relative;
    background-color: transparent;
    padding: 0;
    width: 280px;
    cursor: pointer;
    margin: -210px auto 0;
    height: 210px;
    border-radius: 0 0 3px 3px; }
  body#body-sites .theme-name:hover {
    background: rgba(75, 89, 102, 0.85); }
  body#body-sites .theme-name p {
    display: table-cell;
    color: transparent;
    font: bold 32px/1 "Roboto";
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 0 0 0 transparent;
    vertical-align: middle; }
  body#body-sites .theme-name p:hover {
    color: #FFFFFF;
    font: bold 32px/1 "Roboto";
    text-shadow: 0 0 0 transparent; }
  body#body-sites .theme-active .theme-name {
    display: none; }
  body#body-sites .dropdown-select-label-left {
    float: left;
    width: 100px;
    font: bold 12px/1.5 Arial;
    color: #4B5966;
    text-shadow: 0 1px 0 white; }
  body#body-sites .dropdown-select-right-with-label {
    float: left;
    width: 165px; }
  body#body-sites .dropdown-select-right-with-label select {
    height: 18px;
    padding: 0px; }
  body#body-sites .templates-notes {
    text-align: left;
    font: 11px/1 Arial;
    color: #999;
    text-shadow: 0 0 0 transparent;
    margin-top: 10px; }
  body#body-sites .theme-thumbnail {
    cursor: pointer;
    height: 210px;
    margin: 11px auto 0;
    width: 280px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
    position: relative;
    border-radius: 0 0 3px 3px; }
  body#body-sites .theme-thumbnail:before {
    content: "···";
    position: absolute;
    font-size: 28px;
    width: 100%;
    height: 11px;
    background: #e0e0e0;
    line-height: 12px;
    border-radius: 3px 3px 0 0;
    font-family: bold;
    text-shadow: 0 0 0 transparent;
    color: #7f7f7f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    top: -11px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.18); }
  body#body-sites .theme-thumbnail img {
    width: 100%;
    height: 100%; }
  body#body-sites #theme-lombard-broadway-landing-broadway::before {
    content: "Landing Section Templates";
    position: relative;
    display: block;
    font: 16px/1 "Montserrat", Arial, sans-serif;
    color: rgba(72, 80, 91, 0.4);
    letter-spacing: 0.2px;
    text-transform: uppercase;
    text-shadow: 0 0 0 transparent;
    margin: 0 20px 30px;
    text-align: center;
    cursor: default; }
  body#body-sites #theme-lombard-broadway-landing-broadway .theme-name p:hover:after, body#body-sites #theme-austral-polar-landing-polar .theme-name p:hover:after, body#body-sites #theme-baltic-arctic-landing-arctic .theme-name p:hover:after, body#body-sites #theme-cardiff-chelsea-landing-chelsea .theme-name p:hover:after, body#body-sites #theme-bourbon-madison-landing-madison .theme-name p:hover:after, body#body-sites #theme-bristol-uptown-landing-uptown .theme-name p:hover:after {
    content: "— Landing Section Template —";
    display: block;
    color: white;
    margin: 15px auto 5px;
    text-align: center;
    text-transform: none;
    font: 14px/1 'Merriweather';
    font-style: italic;
    font-weight: 300; }
  body#body-sites .theme-thumbnail-classic {
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/templates/1402/01-280x210.jpg") transparent; }
  body#body-sites .theme-thumbnail-broadway {
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/templates/1402/02-280x210.jpg") transparent; }
  body#body-sites .theme-thumbnail-madison {
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/templates/1402/04-280x210.jpg") transparent; }
  body#body-sites .theme-thumbnail-arctic {
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/templates/1402/08-280x210.jpg") transparent; }
  body#body-sites .theme-thumbnail-polar {
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/templates/1402/10-280x210.jpg") transparent; }
  body#body-sites .theme-thumbnail-centric {
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/templates/1402/12-280x210.jpg") transparent; }
  body#body-sites .theme-thumbnail-centric-inverted {
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/templates/1402/13-280x210.jpg") transparent; }
  body#body-sites .theme-thumbnail-centric-transparent {
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/templates/1402/14-280x210.jpg") transparent; }
  body#body-sites .theme-thumbnail-centric-profile {
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/templates/1402/19-280x210.jpg") transparent; }
  body#body-sites .theme-thumbnail-uptown {
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/templates/1402/15-280x210.jpg") transparent; }
  body#body-sites .theme-thumbnail-chelsea {
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/templates/1402/17-280x210.jpg") transparent; }
  body#body-sites .theme-thumbnail-lombard {
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/templates/1402/03-280x210.jpg") transparent; }
  body#body-sites .theme-thumbnail-bourbon {
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/templates/1402/05-280x210.jpg") transparent; }
  body#body-sites .theme-thumbnail-baltic {
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/templates/1402/09-280x210.jpg") transparent; }
  body#body-sites .theme-thumbnail-austral {
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/templates/1402/11-280x210.jpg") transparent; }
  body#body-sites .theme-thumbnail-bristol {
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/templates/1402/16-280x210.jpg") transparent; }
  body#body-sites .theme-thumbnail-cardiff {
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/templates/1402/18-280x210.jpg") transparent; }
  body#body-sites #mc-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden; }
    body#body-sites #mc-background .in-tabs {
      color: #3366CC;
      margin: 0 auto;
      padding: 15px 0;
      width: 100%; }
    body#body-sites #mc-background .builder-tabs-select-on-click {
      color: #4B5966;
      display: block;
      cursor: pointer;
      padding: 8px 0;
      font: bold 10px/1 Arial;
      border: 1px solid #CFCFCF;
      border-left-color: transparent;
      background-color: #F8F8F8;
      background: -moz-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f4f4f4));
      width: 33.33% !important;
      text-align: center;
      text-shadow: 0 0 0 transparent;
      float: left;
      text-transform: uppercase;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    body#body-sites #mc-background .builder-tabs-select-on-click:hover {
      box-shadow: 1px 0 0 #fff;
      background-color: #FCFCFC;
      background: -moz-gradient(linear, 0 0, 0 100%, from(white), to(#fafafa));
      background: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#fafafa)); }
    body#body-sites #mc-background .tab-select-active {
      color: white !important;
      cursor: default !important;
      text-decoration: none !important;
      border: 1px solid rgba(0, 0, 0, 0.1) !important;
      background: rgba(75, 89, 102, 0.8) !important;
      box-shadow: 0 0 0 transparent !important; }
    body#body-sites #mc-background .builder-tabs-select-on-click:first-child {
      border-left: 1px solid #CFCFCF;
      border-radius: 5px 0 0 5px;
      box-shadow: none;
      width: 92px; }
    body#body-sites #mc-background .builder-tabs-select-on-click:last-child {
      border-radius: 0 5px 5px 0; }
    body#body-sites #mc-background .background-overlay {
      border-color: gainsboro;
      border-style: solid;
      border-width: 1px 0 0;
      box-shadow: 0 1px 0 white inset;
      padding: 15px 20px;
      position: absolute;
      width: auto;
      right: 0;
      bottom: 0;
      left: 0; }
      body#body-sites #mc-background .background-overlay .appended {
        right: 20px; }
    body#body-sites #mc-background #builder-background-selectable-Gallery, body#body-sites #mc-background #builder-background-selectable-Patterns {
      border-top: 1px solid rgba(0, 0, 0, 0.05);
      padding: 10px 0;
      overflow-x: hidden;
      overflow-y: auto;
      text-align: center;
      position: absolute;
      top: 58px;
      right: 0;
      bottom: 65px;
      left: 0; }
    body#body-sites #mc-background h5 {
      font: 14px/1 "Montserrat", Arial, sans-serif;
      color: rgba(72, 80, 91, 0.6);
      letter-spacing: 0.2px;
      text-align: center;
      text-shadow: 0 0 0 transparent;
      margin: 15px 0 5px;
      text-align: center;
      padding: 0 0 10px;
      cursor: default;
      text-transform: uppercase;
      display: inline-block;
      width: 100%;
      clear: both; }
    body#body-sites #mc-background .gallery-image-submit-on-click, body#body-sites #mc-background .pattern-image-submit-on-click {
      cursor: pointer; }
    body#body-sites #mc-background .gallery-image-submit-on-click:hover, body#body-sites #mc-background .pattern-image-submit-on-click:hover {
      -webkit-filter: grayscale(1); }
    body#body-sites #mc-background .gallery-pattern-container {
      display: inline-block;
      width: 134px;
      height: 89px;
      position: relative;
      overflow: hidden;
      margin: 4px;
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
      border-radius: 3px; }
    body#body-sites #mc-background .gallery-image, body#body-sites #mc-background .pattern-image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    body#body-sites #mc-background .background-info {
      position: absolute;
      right: 2px;
      border-radius: 3px;
      padding: 4px;
      bottom: 2px;
      margin: 0;
      display: block;
      width: 16px;
      -webkit-transition: 0.1s linear all;
      -moz-transition: 0.1s linear all;
      -ms-transition: 0.1s linear all;
      -o-transition: 0.1s linear all;
      transition: 0.1s linear all;
      opacity: 0.95;
      background: white;
      border: 0 none;
      box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); }
    body#body-sites #mc-background .background-info:hover, body#body-sites #mc-background .background-license:hover {
      opacity: 1; }
    body#body-sites #mc-background .icon-license {
      background-image: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/cc-halfling.png");
      display: inline-block;
      width: 12px;
      height: 13px;
      vertical-align: text-top;
      background-position: 0 0;
      background-repeat: no-repeat; }
    body#body-sites #mc-background .gallery-image {
      background-image: url("https://s3.amazonaws.com/cdn.sidengo.com/images/gallery/2014/gallery-sprite-2014.jpg");
      background-repeat: no-repeat;
      background-position: 0px 0px; }
    body#body-sites #mc-background .pattern-image {
      background-image: url("https://s3.amazonaws.com/cdn.sidengo.com/images/patterns/pattern-sprite-2014.jpg");
      background-repeat: no-repeat;
      background-position: 0px 0px; }
    body#body-sites #mc-background .gallery-image-001, body#body-sites #mc-background .pattern-image-001 {
      background-position: 0px 0px; }
    body#body-sites #mc-background .gallery-image-002, body#body-sites #mc-background .pattern-image-002 {
      background-position: 0px -89px; }
    body#body-sites #mc-background .gallery-image-003, body#body-sites #mc-background .pattern-image-003 {
      background-position: 0px -178px; }
    body#body-sites #mc-background .gallery-image-004, body#body-sites #mc-background .pattern-image-004 {
      background-position: 0px -267px; }
    body#body-sites #mc-background .gallery-image-005, body#body-sites #mc-background .pattern-image-005 {
      background-position: 0px -356px; }
    body#body-sites #mc-background .gallery-image-006, body#body-sites #mc-background .pattern-image-006 {
      background-position: 0px -445px; }
    body#body-sites #mc-background .gallery-image-007, body#body-sites #mc-background .pattern-image-007 {
      background-position: 0px -534px; }
    body#body-sites #mc-background .gallery-image-008, body#body-sites #mc-background .pattern-image-008 {
      background-position: 0px -623px; }
    body#body-sites #mc-background .gallery-image-009, body#body-sites #mc-background .pattern-image-009 {
      background-position: 0px -712px; }
    body#body-sites #mc-background .gallery-image-010, body#body-sites #mc-background .pattern-image-010 {
      background-position: 0px -801px; }
    body#body-sites #mc-background .gallery-image-011, body#body-sites #mc-background .pattern-image-011 {
      background-position: 0px -890px; }
    body#body-sites #mc-background .gallery-image-012, body#body-sites #mc-background .pattern-image-012 {
      background-position: 0px -979px; }
    body#body-sites #mc-background .gallery-image-013, body#body-sites #mc-background .pattern-image-013 {
      background-position: 0px -1068px; }
    body#body-sites #mc-background .gallery-image-014, body#body-sites #mc-background .pattern-image-014 {
      background-position: 0px -1157px; }
    body#body-sites #mc-background .gallery-image-015, body#body-sites #mc-background .pattern-image-015 {
      background-position: 0px -1246px; }
    body#body-sites #mc-background .gallery-image-016, body#body-sites #mc-background .pattern-image-016 {
      background-position: 0px -1335px; }
    body#body-sites #mc-background .gallery-image-017, body#body-sites #mc-background .pattern-image-017 {
      background-position: 0px -1424px; }
    body#body-sites #mc-background .gallery-image-018, body#body-sites #mc-background .pattern-image-018 {
      background-position: 0px -1513px; }
    body#body-sites #mc-background .gallery-image-019, body#body-sites #mc-background .pattern-image-019 {
      background-position: 0px -1602px; }
    body#body-sites #mc-background .gallery-image-020, body#body-sites #mc-background .pattern-image-020 {
      background-position: 0px -1691px; }
    body#body-sites #mc-background .gallery-image-021, body#body-sites #mc-background .pattern-image-021 {
      background-position: 0px -1780px; }
    body#body-sites #mc-background .gallery-image-022, body#body-sites #mc-background .pattern-image-022 {
      background-position: 0px -1869px; }
    body#body-sites #mc-background .gallery-image-023, body#body-sites #mc-background .pattern-image-023 {
      background-position: 0px -1958px; }
    body#body-sites #mc-background .gallery-image-024, body#body-sites #mc-background .pattern-image-024 {
      background-position: 0px -2047px; }
    body#body-sites #mc-background .gallery-image-025, body#body-sites #mc-background .pattern-image-025 {
      background-position: 0px -2136px; }
    body#body-sites #mc-background .gallery-image-026, body#body-sites #mc-background .pattern-image-026 {
      background-position: 0px -2225px; }
    body#body-sites #mc-background .gallery-image-027, body#body-sites #mc-background .pattern-image-027 {
      background-position: 0px -2314px; }
    body#body-sites #mc-background .gallery-image-028, body#body-sites #mc-background .pattern-image-028 {
      background-position: 0px -2403px; }
    body#body-sites #mc-background .gallery-image-029, body#body-sites #mc-background .pattern-image-029 {
      background-position: 0px -2492px; }
    body#body-sites #mc-background .gallery-image-030, body#body-sites #mc-background .pattern-image-030 {
      background-position: 0px -2581px; }
    body#body-sites #mc-background .gallery-image-031, body#body-sites #mc-background .pattern-image-031 {
      background-position: 0px -2670px; }
    body#body-sites #mc-background .gallery-image-032, body#body-sites #mc-background .pattern-image-032 {
      background-position: 0px -2759px; }
    body#body-sites #mc-background .gallery-image-033, body#body-sites #mc-background .pattern-image-033 {
      background-position: 0px -2848px; }
    body#body-sites #mc-background .gallery-image-034, body#body-sites #mc-background .pattern-image-034 {
      background-position: 0px -2937px; }
    body#body-sites #mc-background .gallery-image-035, body#body-sites #mc-background .pattern-image-035 {
      background-position: 0px -3026px; }
    body#body-sites #mc-background .gallery-image-036, body#body-sites #mc-background .pattern-image-036 {
      background-position: 0px -3115px; }
    body#body-sites #mc-background .gallery-image-037, body#body-sites #mc-background .pattern-image-037 {
      background-position: 0px -3204px; }
    body#body-sites #mc-background .gallery-image-038, body#body-sites #mc-background .pattern-image-038 {
      background-position: 0px -3293px; }
    body#body-sites #mc-background .gallery-image-039, body#body-sites #mc-background .pattern-image-039 {
      background-position: 0px -3382px; }
    body#body-sites #mc-background .gallery-image-040, body#body-sites #mc-background .pattern-image-040 {
      background-position: 0px -3471px; }
    body#body-sites #mc-background .gallery-image-041, body#body-sites #mc-background .pattern-image-041 {
      background-position: 0px -3560px; }
    body#body-sites #mc-background .gallery-image-042, body#body-sites #mc-background .pattern-image-042 {
      background-position: 0px -3649px; }
    body#body-sites #mc-background .gallery-image-043, body#body-sites #mc-background .pattern-image-043 {
      background-position: 0px -3738px; }
    body#body-sites #mc-background .gallery-image-044, body#body-sites #mc-background .pattern-image-044 {
      background-position: 0px -3827px; }
    body#body-sites #mc-background .gallery-image-045, body#body-sites #mc-background .pattern-image-045 {
      background-position: 0px -3916px; }
    body#body-sites #mc-background .gallery-image-046, body#body-sites #mc-background .pattern-image-046 {
      background-position: 0px -4005px; }
    body#body-sites #mc-background .gallery-image-047, body#body-sites #mc-background .pattern-image-047 {
      background-position: 0px -4094px; }
    body#body-sites #mc-background .gallery-image-048, body#body-sites #mc-background .pattern-image-048 {
      background-position: 0px -4183px; }
    body#body-sites #mc-background .gallery-image-049, body#body-sites #mc-background .pattern-image-049 {
      background-position: 0px -4272px; }
    body#body-sites #mc-background .gallery-image-050, body#body-sites #mc-background .pattern-image-050 {
      background-position: 0px -4361px; }
    body#body-sites #mc-background .gallery-image-051, body#body-sites #mc-background .pattern-image-051 {
      background-position: 0px -4450px; }
    body#body-sites #mc-background .gallery-image-052, body#body-sites #mc-background .pattern-image-052 {
      background-position: 0px -4539px; }
    body#body-sites #mc-background .gallery-image-053, body#body-sites #mc-background .pattern-image-053 {
      background-position: 0px -4628px; }
    body#body-sites #mc-background .gallery-image-054, body#body-sites #mc-background .pattern-image-054 {
      background-position: 0px -4717px; }
    body#body-sites #mc-background .gallery-image-055, body#body-sites #mc-background .pattern-image-055 {
      background-position: 0px -4806px; }
    body#body-sites #mc-background .gallery-image-056, body#body-sites #mc-background .pattern-image-056 {
      background-position: 0px -4895px; }
    body#body-sites #mc-background .gallery-image-057, body#body-sites #mc-background .pattern-image-057 {
      background-position: 0px -4984px; }
    body#body-sites #mc-background .gallery-image-058, body#body-sites #mc-background .pattern-image-058 {
      background-position: 0px -5073px; }
    body#body-sites #mc-background .gallery-image-059, body#body-sites #mc-background .pattern-image-059 {
      background-position: 0px -5162px; }
    body#body-sites #mc-background .gallery-image-060, body#body-sites #mc-background .pattern-image-060 {
      background-position: 0px -5251px; }
    body#body-sites #mc-background .gallery-image-061, body#body-sites #mc-background .pattern-image-061 {
      background-position: 0px -5340px; }
    body#body-sites #mc-background .gallery-image-062, body#body-sites #mc-background .pattern-image-062 {
      background-position: 0px -5429px; }
    body#body-sites #mc-background .gallery-image-063, body#body-sites #mc-background .pattern-image-063 {
      background-position: 0px -5518px; }
    body#body-sites #mc-background .gallery-image-064, body#body-sites #mc-background .pattern-image-064 {
      background-position: 0px -5607px; }
    body#body-sites #mc-background .gallery-image-065, body#body-sites #mc-background .pattern-image-065 {
      background-position: 0px -5696px; }
    body#body-sites #mc-background .gallery-image-066, body#body-sites #mc-background .pattern-image-066 {
      background-position: 0px -5785px; }
    body#body-sites #mc-background .gallery-image-067, body#body-sites #mc-background .pattern-image-067 {
      background-position: 0px -5874px; }
    body#body-sites #mc-background .gallery-image-068, body#body-sites #mc-background .pattern-image-068 {
      background-position: 0px -5963px; }
    body#body-sites #mc-background .gallery-image-069, body#body-sites #mc-background .pattern-image-069 {
      background-position: 0px -6052px; }
    body#body-sites #mc-background .gallery-image-070, body#body-sites #mc-background .pattern-image-070 {
      background-position: 0px -6141px; }
    body#body-sites #mc-background .gallery-image-071, body#body-sites #mc-background .pattern-image-071 {
      background-position: 0px -6230px; }
    body#body-sites #mc-background .gallery-image-072, body#body-sites #mc-background .pattern-image-072 {
      background-position: 0px -6319px; }
    body#body-sites #mc-background .gallery-image-073, body#body-sites #mc-background .pattern-image-073 {
      background-position: 0px -6408px; }
    body#body-sites #mc-background .gallery-image-074, body#body-sites #mc-background .pattern-image-074 {
      background-position: 0px -6497px; }
    body#body-sites #mc-background .gallery-image-075, body#body-sites #mc-background .pattern-image-075 {
      background-position: 0px -6586px; }
    body#body-sites #mc-background .gallery-image-076, body#body-sites #mc-background .pattern-image-076 {
      background-position: 0px -6675px; }
    body#body-sites #mc-background .gallery-image-077, body#body-sites #mc-background .pattern-image-077 {
      background-position: 0px -6764px; }
    body#body-sites #mc-background .gallery-image-078, body#body-sites #mc-background .pattern-image-078 {
      background-position: 0px -6853px; }
    body#body-sites #mc-background .gallery-image-079, body#body-sites #mc-background .pattern-image-079 {
      background-position: 0px -6942px; }
    body#body-sites #mc-background .gallery-image-080, body#body-sites #mc-background .pattern-image-080 {
      background-position: 0px -7031px; }
    body#body-sites #mc-background .gallery-image-081, body#body-sites #mc-background .pattern-image-081 {
      background-position: 0px -7120px; }
    body#body-sites #mc-background .gallery-image-082, body#body-sites #mc-background .pattern-image-082 {
      background-position: 0px -7209px; }
    body#body-sites #mc-background .gallery-image-083, body#body-sites #mc-background .pattern-image-083 {
      background-position: 0px -7298px; }
    body#body-sites #mc-background .gallery-image-084, body#body-sites #mc-background .pattern-image-084 {
      background-position: 0px -7387px; }
    body#body-sites #mc-background .gallery-image-085, body#body-sites #mc-background .pattern-image-085 {
      background-position: 0px -7476px; }
    body#body-sites #mc-background .gallery-image-086, body#body-sites #mc-background .pattern-image-086 {
      background-position: 0px -7565px; }
    body#body-sites #mc-background .gallery-image-087, body#body-sites #mc-background .pattern-image-087 {
      background-position: 0px -7654px; }
    body#body-sites #mc-background .gallery-image-088, body#body-sites #mc-background .pattern-image-088 {
      background-position: 0px -7743px; }
    body#body-sites #mc-background .gallery-image-089, body#body-sites #mc-background .pattern-image-089 {
      background-position: 0px -7832px; }
    body#body-sites #mc-background .gallery-image-090, body#body-sites #mc-background .pattern-image-090 {
      background-position: 0px -7921px; }
    body#body-sites #mc-background .gallery-image-091, body#body-sites #mc-background .pattern-image-091 {
      background-position: 0px -8010px; }
    body#body-sites #mc-background .gallery-image-092, body#body-sites #mc-background .pattern-image-092 {
      background-position: 0px -8099px; }
    body#body-sites #mc-background .gallery-image-093, body#body-sites #mc-background .pattern-image-093 {
      background-position: 0px -8188px; }
    body#body-sites #mc-background .gallery-image-094, body#body-sites #mc-background .pattern-image-094 {
      background-position: 0px -8277px; }
    body#body-sites #mc-background .gallery-image-095, body#body-sites #mc-background .pattern-image-095 {
      background-position: 0px -8366px; }
    body#body-sites #mc-background .gallery-image-096, body#body-sites #mc-background .pattern-image-096 {
      background-position: 0px -8455px; }
    body#body-sites #mc-background .gallery-image-097, body#body-sites #mc-background .pattern-image-097 {
      background-position: 0px -8544px; }
    body#body-sites #mc-background .gallery-image-098, body#body-sites #mc-background .pattern-image-098 {
      background-position: 0px -8633px; }
    body#body-sites #mc-background .gallery-image-099, body#body-sites #mc-background .pattern-image-099 {
      background-position: 0px -8722px; }
    body#body-sites #mc-background .gallery-image-100, body#body-sites #mc-background .pattern-image-100 {
      background-position: 0px -8811px; }
    body#body-sites #mc-background .gallery-image-101, body#body-sites #mc-background .pattern-image-101 {
      background-position: 0px -8900px; }
    body#body-sites #mc-background .gallery-image-102, body#body-sites #mc-background .pattern-image-102 {
      background-position: 0px -8989px; }
    body#body-sites #mc-background .gallery-image-103, body#body-sites #mc-background .pattern-image-103 {
      background-position: 0px -9078px; }
    body#body-sites #mc-background .gallery-image-104, body#body-sites #mc-background .pattern-image-104 {
      background-position: 0px -9167px; }
    body#body-sites #mc-background .gallery-image-105, body#body-sites #mc-background .pattern-image-105 {
      background-position: 0px -9256px; }
    body#body-sites #mc-background .gallery-image-106, body#body-sites #mc-background .pattern-image-106 {
      background-position: 0px -9345px; }
    body#body-sites #mc-background .gallery-image-107, body#body-sites #mc-background .pattern-image-107 {
      background-position: 0px -9434px; }
    body#body-sites #mc-background .gallery-image-108, body#body-sites #mc-background .pattern-image-108 {
      background-position: 0px -9523px; }
    body#body-sites #mc-background .gallery-image-109, body#body-sites #mc-background .pattern-image-109 {
      background-position: 0px -9612px; }
    body#body-sites #mc-background .gallery-image-110, body#body-sites #mc-background .pattern-image-110 {
      background-position: 0px -9701px; }
    body#body-sites #mc-background .gallery-image-111, body#body-sites #mc-background .pattern-image-111 {
      background-position: 0px -9790px; }
    body#body-sites #mc-background .gallery-image-112, body#body-sites #mc-background .pattern-image-112 {
      background-position: 0px -9879px; }
    body#body-sites #mc-background .gallery-image-113, body#body-sites #mc-background .pattern-image-113 {
      background-position: 0px -9968px; }
    body#body-sites #mc-background .gallery-image-114, body#body-sites #mc-background .pattern-image-114 {
      background-position: 0px -10057px; }
    body#body-sites #mc-background .gallery-image-115, body#body-sites #mc-background .pattern-image-115 {
      background-position: 0px -10146px; }
    body#body-sites #mc-background .gallery-image-116, body#body-sites #mc-background .pattern-image-116 {
      background-position: 0px -10235px; }
    body#body-sites #mc-background .gallery-image-117, body#body-sites #mc-background .pattern-image-117 {
      background-position: 0px -10324px; }
    body#body-sites #mc-background .gallery-image-118, body#body-sites #mc-background .pattern-image-118 {
      background-position: 0px -10413px; }
    body#body-sites #mc-background .gallery-image-119, body#body-sites #mc-background .pattern-image-119 {
      background-position: 0px -10502px; }
    body#body-sites #mc-background .gallery-image-120, body#body-sites #mc-background .pattern-image-120 {
      background-position: 0px -10591px; }
    body#body-sites #mc-background .gallery-image-121, body#body-sites #mc-background .pattern-image-121 {
      background-position: 0px -10680px; }
    body#body-sites #mc-background .gallery-image-122, body#body-sites #mc-background .pattern-image-122 {
      background-position: 0px -10769px; }
    body#body-sites #mc-background .gallery-image-123, body#body-sites #mc-background .pattern-image-123 {
      background-position: 0px -10858px; }
    body#body-sites #mc-background .gallery-image-124, body#body-sites #mc-background .pattern-image-124 {
      background-position: 0px -10947px; }
  body#body-sites .tooltip-inner {
    text-align: center;
    font-size: 10px;
    padding: 4px 7px; }
  body#body-sites .stylized-select {
    position: relative;
    -webkit-user-select: none;
    cursor: default;
    font: 12px/1 Arial;
    text-align: left;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    float: left;
    width: 100%;
    width: calc(100% - 45px); }
  body#body-sites .select {
    width: 100%;
    color: #999999;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    height: 34px;
    background: -webkit-linear-gradient(#bcc3c8, #a8b1b8);
    background: -moz-linear-gradient(#bcc3c8, #a8b1b8);
    background: -ms-linear-gradient(#bcc3c8, #a8b1b8);
    background: -o-linear-gradient(#bcc3c8, #a8b1b8);
    background: linear-gradient(#bcc3c8, #a8b1b8);
    padding: 1px;
    border-radius: 5px;
    -webkit-touch-callout: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer; }
  body#body-sites .select:hover, body#body-sites .select:active {
    background: #ACB6BD; }
  body#body-sites .select span {
    position: relative;
    height: 34px;
    padding: 0 20px 0 10px;
    display: block;
    background: #f8f9fb;
    background: transparent;
    background: -webkit-linear-gradient(#f8f9fb, #e9ebee);
    background: -moz-linear-gradient(#f8f9fb, #e9ebee);
    background: -ms-linear-gradient(#f8f9fb, #e9ebee);
    background: -o-linear-gradient(#f8f9fb, #e9ebee);
    background: linear-gradient(#f8f9fb, #e9ebee);
    border-radius: 4px; }
  body#body-sites .select span::after {
    position: absolute;
    content: "\E8AE";
    top: 0;
    right: 0;
    font: 12px/34px "Sidengo";
    width: 30px;
    text-align: center;
    color: rgba(133, 146, 153, 0.8); }
  body#body-sites .select:hover span::after {
    color: #859299; }
  body#body-sites .select span b {
    float: left;
    color: #55656F;
    text-shadow: 0 1px 0 #FFF;
    font-size: 14px;
    line-height: 34px;
    position: relative;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0 0 #FFF; }
  body#body-sites .select span strong {
    color: #737C93;
    text-shadow: 0 0 0 transparent;
    font-size: 14px;
    line-height: 34px;
    position: relative;
    font-weight: normal;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    float: left; }
  body#body-sites .popover {
    display: none;
    position: absolute;
    width: 100%;
    min-width: 242px;
    z-index: 200000;
    top: 43px;
    left: 0;
    overflow: hidden;
    background: #fff;
    background: transparent;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.95), rgba(236, 240, 244, 0.95));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.95), rgba(236, 240, 244, 0.95));
    background: -ms-linear-gradient(rgba(255, 255, 255, 0.95), rgba(236, 240, 244, 0.95));
    background: -o-linear-gradient(rgba(255, 255, 255, 0.95), rgba(236, 240, 244, 0.95));
    background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(236, 240, 244, 0.95));
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 3px 8px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    text-shadow: 0 1px 0 #fff;
    font-size: 14px;
    opacity: 0.0;
    overflow: visible;
    -webkit-transform: scale3d(0, 0, 1);
    -moz-transform: scale(0, 0); }
  body#body-sites .popover::before, body#body-sites .popover::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 28px; }
  body#body-sites .popover::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -10px; }
  body#body-sites .popover::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.2);
    z-index: -1;
    top: -11px; }
  body#body-sites .popover.shown {
    display: block !important;
    opacity: 1.0;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale(1, 1); }
  body#body-sites .popover h4 {
    color: rgba(67, 76, 82, 0.7);
    font-weight: bold;
    padding: 15px 22px;
    position: relative;
    margin: 0;
    font-weight: normal;
    font: 16px/1.4 Arial;
    text-align: center;
    text-shadow: 0 1px 0 white; }
  body#body-sites .popover h4::after {
    content: "";
    background: rgba(0, 0, 0, 0.07);
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
    box-shadow: 0 1px 0 white; }
  body#body-sites .popover ul {
    display: block;
    padding: 15px 15px 10px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    max-height: 190px;
    opacity: 0.8; }
  body#body-sites .popover li {
    display: block;
    padding: 0;
    list-style: none;
    margin: 0 0 5px; }
  body#body-sites .popover li div {
    color: #5a6770;
    text-decoration: none;
    display: block;
    position: relative;
    height: 38px;
    line-height: 38px;
    border: 1px solid transparent;
    border-radius: 4px;
    padding-left: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body#body-sites .popover li div img {
    position: absolute;
    left: 7px;
    top: 7px;
    border: 0; }
  body#body-sites .popover li div.selected::after {
    content: "\E851";
    position: absolute;
    right: 10px;
    font: 20px/40px 'Sidengo';
    color: #40C2A8; }
  body#body-sites .popover li div:hover {
    background-color: #eceff2;
    border-color: #d1d6d9; }
  body#body-sites .stylized-select-with-checkbox .select span strong {
    max-width: calc(100% - 85px);
    text-overflow: ellipsis; }
  body#body-sites .landing-select .select span strong {
    max-width: 110px;
    text-overflow: ellipsis; }
  body#body-sites .stylized-select-no-icons .popover h4 {
    padding: 12px 22px; }
  body#body-sites .stylized-select-no-icons .popover ul {
    max-height: 235px;
    padding: 15px; }
  body#body-sites .stylized-select-no-icons .popover li div {
    margin: 0; }
  body#body-sites .stylized-select-no-icons .popover ul li div {
    margin: -2px 0; }
  body#body-sites .stylized-select-no-icons .popover ul li div span {
    margin-left: -42px; }
  body#body-sites .stylized-select-no-icons .popover-icons {
    display: none; }
  body#body-sites .stylized-select-small .select, body#body-sites .stylized-select-small .select span {
    height: 28px; }
  body#body-sites .stylized-select-small .select span::after {
    top: -3px; }
  body#body-sites .stylized-select-small .select span b {
    line-height: 28px; }
  body#body-sites .stylized-select-small .select span strong {
    line-height: 28px; }
  body#body-sites .stylized-select-small .popover {
    top: 37px; }
  body#body-sites .stylized-select-small .popover h4 {
    font-size: 12px;
    padding: 15px; }
  body#body-sites .stylized-select-small .popover ul {
    padding: 15px 15px 10px; }
  body#body-sites .stylized-select-small .popover li div {
    height: 30px;
    line-height: 30px; }
  body#body-sites .stylized-select-small .popover li div.selected::after {
    line-height: 32px; }
  body#body-sites .stylized-select-fonts .popover ul li div {
    padding-left: 0; }
  body#body-sites .stylized-select-fonts .popover ul li div span {
    font-size: 0; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons {
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/builder/fonts-sprite-2.png") no-repeat;
    width: 100%;
    height: 40px;
    margin-left: 0;
    display: block;
    text-align: center;
    color: transparent;
    opacity: 0.8;
    left: 0;
    top: 0; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Architects-Daughter {
    background-position: -35px -10px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Arial {
    background-position: -35px -45px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Baumans {
    background-position: -35px -82px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Cabin {
    background-position: -35px -117px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Calibri {
    background-position: -35px -153px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Calligraffitti {
    background-position: -35px -190px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Chewy {
    background-position: -35px -225px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Coming-Soon {
    background-position: -35px -261px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Courier-New {
    background-position: -35px -299px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Crafty-Girls {
    background-position: -35px -334px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Dancing-Script {
    background-position: -35px -371px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Droid-Sans {
    background-position: -35px -405px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Droid-Serif {
    background-position: -35px -442px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Gentium-Book-Basic {
    background-position: -35px -478px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Graduate {
    background-position: -35px -513px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Handlee {
    background-position: -35px -550px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Indie-Flower {
    background-position: -35px -586px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Jockey-One {
    background-position: -35px -622px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Lato {
    background-position: -35px -658px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Lobster {
    background-position: -35px -694px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Londrina-Shadow {
    background-position: -35px -730px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Lora {
    background-position: -35px -766px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Merriweather {
    background-position: -35px -802px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Montserrat {
    background-position: -35px -838px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Noticia-Text {
    background-position: -35px -874px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Open-Sans {
    background-position: -35px -910px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Oswald {
    background-position: -35px -945px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Pacifico {
    background-position: -35px -981px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-PT-Sans-Narrow {
    background-position: -35px -1018px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Quicksand {
    background-position: -35px -1054px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Raleway {
    background-position: -35px -1090px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Roboto {
    background-position: -35px -1126px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Rock-Salt {
    background-position: -35px -1161px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Satisfy {
    background-position: -35px -1200px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Shadows-Into-Light {
    background-position: -35px -1233px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Times-New-Roman {
    background-position: -35px -1271px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Ubuntu {
    background-position: -35px -1306px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Verdana {
    background-position: -35px -1342px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Walter-Turncoat {
    background-position: -35px -1378px; }
  body#body-sites .stylized-select-fonts .popover ul li div .popover-icons-Yellowtail {
    background-position: -35px -1415px; }
  body#body-sites .stylized-inverted .popover {
    top: auto;
    bottom: 42px;
    left: auto;
    right: -1px;
    width: 100%;
    min-width: 242px; }
  body#body-sites .stylized-inverted .popover:after {
    top: auto;
    bottom: -11px;
    border-bottom: 0 none;
    border-top: 10px solid rgba(0, 0, 0, 0.2);
    left: auto;
    right: 28px; }
  body#body-sites .stylized-inverted .popover:before {
    top: auto;
    bottom: -10px;
    border-bottom: 0 none;
    border-top: 10px solid #ECF0F4;
    left: auto;
    right: 28px; }
  body#body-sites .stylized-main-font .popover ul {
    max-height: 176px; }
  body#body-sites .stylized-logo-font .popover ul {
    max-height: 137px; }
  body#body-sites .stylized-site-category .popover ul {
    max-height: 250px; }
  body#body-sites .select .select-icons {
    width: 25px;
    height: 35px;
    background: transparent;
    padding: 0;
    display: inline-block;
    margin: 0 7px 0 0;
    float: left; }
  body#body-sites .select .select-icons:before {
    font: 18px/34px 'Sidengo';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    text-align: center;
    color: #737C93; }
  body#body-sites .select .select-icons:after {
    content: "";
    background: transparent; }
  body#body-sites .select .select-icons-Image:before {
    content: "\E852"; }
  body#body-sites .select .select-icons-Gallery:before {
    content: "\E8A6"; }
  body#body-sites .select .select-icons-Youtube:before {
    content: "\E806"; }
  body#body-sites .select .select-icons-YoutubeChannel:before {
    content: "\E806"; }
  body#body-sites .select .select-icons-Vimeo:before {
    content: "\E80C";
    font-size: 16px; }
  body#body-sites .select .select-icons-Slideshare:before {
    content: "\E886"; }
  body#body-sites .select .select-icons-Text:before {
    content: "\E86C"; }
  body#body-sites .select .select-icons-Feed:before {
    content: "\E880"; }
  body#body-sites .select .select-icons-File:before {
    content: "\E843"; }
  body#body-sites .select .select-icons-Wufoo:before {
    content: "W";
    font-weight: bold;
    font-family: Arial;
    -webkit-transform: rotate(-15deg);
    left: 2px; }
  body#body-sites .select .select-icons-SoundCloud:before {
    content: "\E84F"; }
  body#body-sites .select .select-icons-OwnLocalWidget:after {
    background-image: url("https://s3.amazonaws.com/cdn.sidengo.com/images/ownlocal/pixel-tree.png");
    background-size: auto 19px;
    content: ".";
    color: transparent;
    background-repeat: no-repeat;
    background-position: center 7px; }
  body#body-sites .popover .popover-icons {
    position: absolute;
    left: 0;
    top: 0;
    border: 0 none;
    width: 40px;
    height: 40px;
    background: transparent; }
  body#body-sites .popover .popover-icons:before {
    font: 25px/40px 'Sidengo';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    text-align: center;
    color: #737C93; }
  body#body-sites .popover .popover-icons-Image:before {
    content: "\E852"; }
  body#body-sites .popover .popover-icons-Gallery:before {
    content: "\E8A6"; }
  body#body-sites .popover .popover-icons-Youtube:before {
    content: "\E806"; }
  body#body-sites .popover .popover-icons-YoutubeChannel:before {
    content: "\E806"; }
  body#body-sites .popover .popover-icons-Vimeo:before {
    content: "\E80C";
    font-size: 22px; }
  body#body-sites .popover .popover-icons-Slideshare:before {
    content: "\E886"; }
  body#body-sites .popover .popover-icons-Text:before {
    content: "\E86C"; }
  body#body-sites .popover .popover-icons-Feed:before {
    content: "\E880"; }
  body#body-sites .popover .popover-icons-File:before {
    content: "\E843"; }
  body#body-sites .popover .popover-icons-Wufoo:before {
    content: "W";
    font-weight: bold;
    font-family: Arial;
    -webkit-transform: rotate(-15deg);
    left: 2px; }
  body#body-sites .popover .popover-icons-SoundCloud:before {
    content: "\E84F"; }
  body#body-sites .popover .popover-icons-OwnLocalWidget:before {
    background-image: url("https://s3.amazonaws.com/cdn.sidengo.com/images/ownlocal/pixel-tree.png");
    background-size: auto 25px;
    content: ".";
    color: transparent;
    background-repeat: no-repeat;
    background-position: center 6px;
    font-size: 0;
    left: 1px; }
  body#body-sites #builder-container .dropdown-tab {
    overflow: visible; }
  body#body-sites #builder-container .text-area {
    height: 60px !important; }
  body#body-sites #builder-container .text-area-checkbox {
    height: 58px !important; }
  body#body-sites #builder-container .text-field-builder {
    width: 100%;
    height: 36px;
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 transparent;
    border-radius: 5px;
    color: #859299;
    font: 14px/1 Helvetica, Arial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 7px 4px 7px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none; }
  body#body-sites #builder-container .flat-appended {
    border-radius: 5px;
    border-right: 0 none;
    padding-right: 45px; }
  body#body-sites #builder-container .appended {
    height: 34px;
    line-height: 34px;
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: 0; }
  body#body-sites #builder-container .prepended {
    height: 20px;
    line-height: 20px;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 0 transparent;
    border-color: rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.03); }
  body#body-sites #builder-container .flat {
    border-radius: 0 !important; }
  body#body-sites #builder-container .appended-alone {
    margin: 0;
    border-radius: 5px;
    width: 14px; }
  body#body-sites #builder-container .in-tabs-alone {
    padding: 15px 0; }
  body#body-sites #builder-container .label-alone {
    line-height: 36px;
    margin: 0; }
  body#body-sites #builder-container .capsule .text-field-builder {
    height: 36px; }
  body#body-sites .text-field-builder::-webkit-input-placeholder {
    color: rgba(85, 101, 111, 0.35); }
  body#body-sites .text-field-builder:-moz-placeholder {
    color: rgba(85, 101, 111, 0.35); }
  body#body-sites .text-field-builder::-moz-placeholder {
    color: rgba(85, 101, 111, 0.35); }
  body#body-sites .text-field-builder:-ms-input-placeholder {
    color: rgba(85, 101, 111, 0.35); }
  body#body-sites #builder-container .text-area-tips {
    margin: 0 0 0 5px;
    float: right;
    font: 13px/1 Arial, sans-serif;
    color: rgba(141, 151, 165, 0.9); }
  body#body-sites #bg-upload-buttons .upload-button-inline {
    line-height: 26px;
    height: 26px;
    font-size: 10px;
    width: 50px;
    padding: 0 2px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0; }
  body#body-sites #bg-upload-buttons .edit-button-inline {
    height: 26px;
    width: 24px;
    margin: 0;
    padding: 0 !important;
    background: #8A92A5 !important;
    position: absolute;
    top: 0;
    right: 0; }
  body#body-sites #bg-upload-buttons .edit-button-inline:hover {
    background: #768099 !important; }
  body#body-sites #bg-upload-buttons .edit-button-inline i {
    margin: -4px 0 0 0; }
  body#body-sites .icon-arrow-up {
    background: transparent;
    position: relative; }
  body#body-sites .icon-arrow-up:before {
    content: "\E88A";
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    text-align: center;
    font: 14px/14px 'Sidengo'; }
  body#body-sites .icon-pencil {
    background: transparent;
    position: relative; }
  body#body-sites .icon-pencil:before {
    content: "\E857";
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    text-align: center;
    font: 14px/14px 'Sidengo';
    color: white;
    text-shadow: 0 0 0 transparent; }
  body#body-sites .icon-tasks {
    background: transparent;
    position: relative; }
  body#body-sites .icon-tasks:before {
    content: "\E856";
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    text-align: center;
    font: 14px/14px 'Sidengo';
    color: white;
    text-shadow: 0 0 0 transparent; }

/* END body#body-sites */
/* JOTFORM */
#jotform_iframe_wrapper {
  z-index: 200001 !important;
  margin: -293px -468px !important;
  top: 50% !important;
  left: 50% !important; }

#jotform_builder_mask {
  background: rgba(0, 0, 0, 0.5) !important;
  background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/alpha-dashboard.png") transparent !important;
  background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) !important;
  background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) !important;
  opacity: 1 !important;
  z-index: 200001 !important; }

.jotform-form-container-mask {
  background-color: transparent !important;
  opacity: 1 !important;
  height: 38px !important; }

.jotform-form-container-mask .form-delete-button {
  display: none !important; }

.jotform-delete-form-button {
  cursor: pointer; }

.jotform-submissions-button {
  cursor: pointer; }

.jotform-edit-button {
  cursor: pointer; }

.jotform-launch-builder {
  cursor: pointer; }

.jotform-form-container {
  padding: 20px 0 0; }

.jotform-form-container iframe {
  padding-top: 25px; }

.jotform-form-container .form-edit-button {
  top: 0;
  right: 0;
  left: auto;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  box-shadow: 0 0 0 transparent;
  background-color: #3A7AC1;
  background-repeat: repeat-x;
  font: 300 13px/2.5 Helvetica, Arial;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#60a0e7), to(#3a7ac1));
  background-image: -moz-linear-gradient(top, #60a0e7, #3a7ac1);
  background-image: -ms-linear-gradient(top, #60a0e7, #3a7ac1);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #60a0e7), color-stop(100%, #3a7ac1));
  background-image: -webkit-linear-gradient(top, #60a0e7, #3a7ac1);
  background-image: -o-linear-gradient(top, #60a0e7, #3a7ac1);
  background-image: linear-gradient(top, #60a0e7, #3a7ac1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60A0E7', endColorstr='#3A7AC1', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  cursor: pointer;
  padding: 0 10px !important;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all; }

.jotform-form-container .form-edit-button:hover {
  background-position: 0 -15px;
  color: #fff; }

body#body-sites {
  /*
  Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
  For licensing, see LICENSE.html or http://ckeditor.com/license
  */ }
  body#body-sites .cke_reset {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    text-decoration: none;
    width: auto;
    height: auto;
    vertical-align: baseline;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; }
  body#body-sites .cke_reset_all, body#body-sites .cke_reset_all * {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    text-decoration: none;
    width: auto;
    height: auto;
    vertical-align: baseline;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border-collapse: collapse;
    font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
    color: #000;
    text-align: left;
    white-space: nowrap;
    cursor: auto; }
  body#body-sites .cke_reset_all .cke_rtl * {
    text-align: right; }
  body#body-sites .cke_reset_all iframe {
    vertical-align: inherit; }
  body#body-sites .cke_reset_all textarea {
    white-space: pre; }
  body#body-sites .cke_reset_all textarea, body#body-sites .cke_reset_all input[type="text"], body#body-sites .cke_reset_all input[type="password"] {
    cursor: text; }
  body#body-sites .cke_reset_all textarea[disabled], body#body-sites .cke_reset_all input[type="text"][disabled], body#body-sites .cke_reset_all input[type="password"][disabled] {
    cursor: default; }
  body#body-sites .cke_reset_all fieldset {
    padding: 10px;
    border: 2px groove #e0dfe3; }
  body#body-sites .cke_reset_all select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  body#body-sites .cke_chrome {
    display: block;
    border: 1px solid #b6b6b6;
    padding: 0;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
  body#body-sites .cke_inner {
    display: block;
    -webkit-touch-callout: none;
    background: #fff;
    padding: 0; }
  body#body-sites .cke_float {
    border: 0; }
  body#body-sites .cke_float .cke_inner {
    padding-bottom: 0; }
  body#body-sites .cke_top, body#body-sites .cke_contents, body#body-sites .cke_bottom {
    display: block;
    overflow: hidden; }
  body#body-sites .cke_top {
    border-bottom: 1px solid #b6b6b6;
    padding: 6px 8px 2px;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    background: #cfd1cf;
    background-image: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(#cfd1cf));
    background-image: -moz-linear-gradient(top, whitesmoke, #cfd1cf);
    background-image: -webkit-linear-gradient(top, whitesmoke, #cfd1cf);
    background-image: -o-linear-gradient(top, whitesmoke, #cfd1cf);
    background-image: -ms-linear-gradient(top, whitesmoke, #cfd1cf);
    background-image: linear-gradient(top, whitesmoke, #cfd1cf);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff5f5f5',endColorstr='#ffcfd1cf'); }
  body#body-sites .cke_float .cke_top {
    border: 1px solid #b6b6b6;
    border-bottom-color: #999; }
  body#body-sites .cke_bottom {
    padding: 6px 8px 2px;
    position: relative;
    border-top: 1px solid #bfbfbf;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    background: #cfd1cf;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#cfd1cf));
    background-image: -moz-linear-gradient(top, #ebebeb, #cfd1cf);
    background-image: -webkit-linear-gradient(top, #ebebeb, #cfd1cf);
    background-image: -o-linear-gradient(top, #ebebeb, #cfd1cf);
    background-image: -ms-linear-gradient(top, #ebebeb, #cfd1cf);
    background-image: linear-gradient(top, #ebebeb, #cfd1cf);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffebebeb',endColorstr='#cfd1cf'); }
  body#body-sites .cke_resizer {
    width: 0;
    height: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 10px 10px 0 0;
    border-color: transparent #666 transparent transparent;
    border-style: dashed solid dashed dashed;
    font-size: 0;
    vertical-align: bottom;
    margin-top: 6px;
    margin-bottom: 2px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); }
  body#body-sites .cke_hc .cke_resizer {
    font-size: 15px;
    width: auto;
    height: auto;
    border-width: 0; }
  body#body-sites .cke_resizer_ltr {
    cursor: se-resize;
    float: right;
    margin-right: -4px; }
  body#body-sites .cke_resizer_rtl {
    border-width: 10px 0 0 10px;
    border-color: transparent transparent transparent #a5a5a5;
    border-style: dashed dashed dashed solid;
    cursor: sw-resize;
    float: left;
    margin-left: -4px;
    right: auto; }
  body#body-sites .cke_wysiwyg_div {
    display: block;
    height: 100%;
    overflow: auto;
    padding: 0 8px;
    outline-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  body#body-sites .cke_panel {
    visibility: visible;
    width: 120px;
    height: 100px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #b6b6b6;
    border-bottom-color: #999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
  body#body-sites .cke_menu_panel {
    padding: 0;
    margin: 0; }
  body#body-sites .cke_combopanel {
    width: 150px;
    height: 170px; }
  body#body-sites .cke_panel_frame {
    width: 100%;
    height: 100%;
    font-size: 12px;
    overflow: auto;
    overflow-x: hidden; }
  body#body-sites .cke_panel_container {
    overflow-y: auto;
    overflow-x: hidden; }
  body#body-sites .cke_panel_list {
    list-style-type: none;
    margin: 3px;
    padding: 0;
    white-space: nowrap; }
  body#body-sites .cke_panel_listItem {
    margin: 0;
    padding-bottom: 1px; }
  body#body-sites .cke_panel_listItem a {
    padding: 3px 4px;
    display: block;
    border: 1px solid #fff;
    color: inherit !important;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  body#body-sites * html .cke_panel_listItem a {
    width: 100%;
    color: #000; }
  body#body-sites *:first-child + html .cke_panel_listItem a {
    color: #000; }
  body#body-sites .cke_panel_listItem.cke_selected a {
    border: 1px solid #dedede;
    background-color: #f2f2f2;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset; }
  body#body-sites .cke_panel_listItem a:hover, body#body-sites .cke_panel_listItem a:focus, body#body-sites .cke_panel_listItem a:active {
    border-color: #dedede;
    background-color: #f2f2f2;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset; }
  body#body-sites .cke_hc .cke_panel_listItem a {
    border-style: none; }
  body#body-sites .cke_hc .cke_panel_listItem a:hover, body#body-sites .cke_hc .cke_panel_listItem a:focus, body#body-sites .cke_hc .cke_panel_listItem a:active {
    border: 2px solid;
    padding: 1px 2px; }
  body#body-sites .cke_panel_grouptitle {
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
    margin: 0;
    padding: 4px 6px;
    color: #474747;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    border-bottom: 1px solid #b6b6b6;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    background: #cfd1cf;
    background-image: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(#cfd1cf));
    background-image: -moz-linear-gradient(top, whitesmoke, #cfd1cf);
    background-image: -webkit-linear-gradient(top, whitesmoke, #cfd1cf);
    background-image: -o-linear-gradient(top, whitesmoke, #cfd1cf);
    background-image: -ms-linear-gradient(top, whitesmoke, #cfd1cf);
    background-image: linear-gradient(top, whitesmoke, #cfd1cf);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff5f5f5',endColorstr='#ffcfd1cf'); }
  body#body-sites .cke_panel_listItem p, body#body-sites .cke_panel_listItem h1, body#body-sites .cke_panel_listItem h2, body#body-sites .cke_panel_listItem h3, body#body-sites .cke_panel_listItem h4, body#body-sites .cke_panel_listItem h5, body#body-sites .cke_panel_listItem h6, body#body-sites .cke_panel_listItem pre {
    margin-top: 0;
    margin-bottom: 0; }
  body#body-sites .cke_colorblock {
    padding: 3px;
    font-size: 11px;
    font-family: 'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif; }
  body#body-sites .cke_colorblock, body#body-sites .cke_colorblock a {
    text-decoration: none;
    color: #000; }
  body#body-sites span.cke_colorbox {
    width: 10px;
    height: 10px;
    border: #808080 1px solid;
    float: left; }
  body#body-sites .cke_rtl span.cke_colorbox {
    float: right; }
  body#body-sites a.cke_colorbox {
    border: #fff 1px solid;
    padding: 2px;
    float: left;
    width: 12px;
    height: 12px; }
  body#body-sites .cke_rtl a.cke_colorbox {
    float: right; }
  body#body-sites a:hover.cke_colorbox, body#body-sites a:focus.cke_colorbox, body#body-sites a:active.cke_colorbox {
    border: #b6b6b6 1px solid;
    background-color: #e5e5e5; }
  body#body-sites a.cke_colorauto, body#body-sites a.cke_colormore {
    border: #fff 1px solid;
    padding: 2px;
    display: block;
    cursor: pointer; }
  body#body-sites a:hover.cke_colorauto, body#body-sites a:hover.cke_colormore, body#body-sites a:focus.cke_colorauto, body#body-sites a:focus.cke_colormore, body#body-sites a:active.cke_colorauto, body#body-sites a:active.cke_colormore {
    border: #b6b6b6 1px solid;
    background-color: #e5e5e5; }
  body#body-sites .cke_toolbar {
    float: left; }
  body#body-sites .cke_rtl .cke_toolbar {
    float: right; }
  body#body-sites .cke_toolgroup {
    float: left;
    margin: 0 6px 5px 0;
    border: 1px solid #a6a6a6;
    border-bottom-color: #979797;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    background: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e4e4e4));
    background-image: -moz-linear-gradient(top, white, #e4e4e4);
    background-image: -webkit-linear-gradient(top, white, #e4e4e4);
    background-image: -o-linear-gradient(top, white, #e4e4e4);
    background-image: -ms-linear-gradient(top, white, #e4e4e4);
    background-image: linear-gradient(top, white, #e4e4e4);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4'); }
  body#body-sites .cke_hc .cke_toolgroup {
    border: 0;
    margin-right: 10px;
    margin-bottom: 10px; }
  body#body-sites .cke_rtl .cke_toolgroup *:first-child {
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0; }
  body#body-sites .cke_rtl .cke_toolgroup *:last-child {
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px; }
  body#body-sites .cke_rtl .cke_toolgroup {
    float: right;
    margin-left: 6px;
    margin-right: 0; }
  body#body-sites a.cke_button {
    display: inline-block;
    height: 18px;
    padding: 4px 6px;
    outline: 0;
    cursor: default;
    float: left;
    border: 0; }
  body#body-sites .cke_rtl .cke_button {
    float: right; }
  body#body-sites .cke_hc .cke_button {
    border: 1px solid black;
    padding: 3px 5px;
    margin: -2px 4px 0 -2px; }
  body#body-sites .cke_button_on {
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
    background: #b5b5b5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#cacaca));
    background-image: -moz-linear-gradient(top, #aaaaaa, #cacaca);
    background-image: -webkit-linear-gradient(top, #aaaaaa, #cacaca);
    background-image: -o-linear-gradient(top, #aaaaaa, #cacaca);
    background-image: -ms-linear-gradient(top, #aaaaaa, #cacaca);
    background-image: linear-gradient(top, #aaaaaa, #cacaca);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffaaaaaa',endColorstr='#ffcacaca'); }
  body#body-sites .cke_hc .cke_button_on, body#body-sites .cke_hc a.cke_button_off:hover, body#body-sites .cke_hc a.cke_button_off:focus, body#body-sites .cke_hc a.cke_button_off:active, body#body-sites .cke_hc a.cke_button_disabled:hover, body#body-sites .cke_hc a.cke_button_disabled:focus, body#body-sites .cke_hc a.cke_button_disabled:active {
    border-width: 3px;
    padding: 1px 3px; }
  body#body-sites .cke_button_disabled .cke_button_icon {
    opacity: .3; }
  body#body-sites .cke_hc .cke_button_disabled {
    opacity: .5; }
  body#body-sites a.cke_button_on:hover, body#body-sites a.cke_button_on:focus, body#body-sites a.cke_button_on:active {
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7) inset, 0 1px 0 rgba(0, 0, 0, 0.2); }
  body#body-sites a.cke_button_off:hover, body#body-sites a.cke_button_off:focus, body#body-sites a.cke_button_off:active, body#body-sites a.cke_button_disabled:hover, body#body-sites a.cke_button_disabled:focus, body#body-sites a.cke_button_disabled:active {
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset;
    background: #ccc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#cccccc));
    background-image: -moz-linear-gradient(top, #f2f2f2, #cccccc);
    background-image: -webkit-linear-gradient(top, #f2f2f2, #cccccc);
    background-image: -o-linear-gradient(top, #f2f2f2, #cccccc);
    background-image: -ms-linear-gradient(top, #f2f2f2, #cccccc);
    background-image: linear-gradient(top, #f2f2f2, #cccccc);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc'); }
  body#body-sites .cke_button_icon {
    cursor: inherit;
    background-repeat: no-repeat;
    margin-top: 1px;
    width: 16px;
    height: 16px;
    float: left;
    display: inline-block; }
  body#body-sites .cke_rtl .cke_button_icon {
    float: right; }
  body#body-sites .cke_hc .cke_button_icon {
    display: none; }
  body#body-sites .cke_button_label {
    display: none;
    padding-left: 3px;
    margin-top: 1px;
    line-height: 17px;
    vertical-align: middle;
    float: left;
    cursor: default;
    color: #474747;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
  body#body-sites .cke_rtl .cke_button_label {
    padding-right: 3px;
    padding-left: 0;
    float: right; }
  body#body-sites .cke_hc .cke_button_label {
    padding: 0;
    display: inline-block;
    font-size: 12px; }
  body#body-sites .cke_button_arrow {
    display: inline-block;
    margin: 8px 0 0 1px;
    width: 0;
    height: 0;
    cursor: default;
    vertical-align: top;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #474747; }
  body#body-sites .cke_rtl .cke_button_arrow {
    margin-right: 5px;
    margin-left: 0; }
  body#body-sites .cke_hc .cke_button_arrow {
    font-size: 10px;
    margin: 3px -2px 0 3px;
    width: auto;
    border: 0; }
  body#body-sites .cke_toolbar_separator {
    float: left;
    background-color: #c0c0c0;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 5px 2px 0;
    height: 18px;
    width: 1px;
    -webkit-box-shadow: 1px 0 1px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 1px 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: 1px 0 1px rgba(255, 255, 255, 0.5); }
  body#body-sites .cke_rtl .cke_toolbar_separator {
    float: right;
    -webkit-box-shadow: -1px 0 1px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: -1px 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: -1px 0 1px rgba(255, 255, 255, 0.1); }
  body#body-sites .cke_hc .cke_toolbar_separator {
    width: 0;
    border-left: 1px solid;
    margin: 1px 5px 0 0; }
  body#body-sites .cke_toolbar_break {
    display: block;
    clear: left; }
  body#body-sites .cke_rtl .cke_toolbar_break {
    clear: right; }
  body#body-sites .cke_toolbox_collapser {
    width: 12px;
    height: 11px;
    float: right;
    margin: 11px 0 0;
    font-size: 0;
    cursor: default;
    text-align: center;
    border: 1px solid #a6a6a6;
    border-bottom-color: #979797;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    background: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e4e4e4));
    background-image: -moz-linear-gradient(top, white, #e4e4e4);
    background-image: -webkit-linear-gradient(top, white, #e4e4e4);
    background-image: -o-linear-gradient(top, white, #e4e4e4);
    background-image: -ms-linear-gradient(top, white, #e4e4e4);
    background-image: linear-gradient(top, white, #e4e4e4);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4'); }
  body#body-sites .cke_toolbox_collapser:hover {
    background: #ccc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#cccccc));
    background-image: -moz-linear-gradient(top, #f2f2f2, #cccccc);
    background-image: -webkit-linear-gradient(top, #f2f2f2, #cccccc);
    background-image: -o-linear-gradient(top, #f2f2f2, #cccccc);
    background-image: -ms-linear-gradient(top, #f2f2f2, #cccccc);
    background-image: linear-gradient(top, #f2f2f2, #cccccc);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc'); }
  body#body-sites .cke_toolbox_collapser.cke_toolbox_collapser_min {
    margin: 0 2px 4px; }
  body#body-sites .cke_rtl .cke_toolbox_collapser {
    float: left; }
  body#body-sites .cke_toolbox_collapser .cke_arrow {
    display: inline-block;
    height: 0;
    width: 0;
    font-size: 0;
    margin-top: 1px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid #474747;
    border-top: 3px solid transparent; }
  body#body-sites .cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow {
    margin-top: 4px;
    border-bottom-color: transparent;
    border-top-color: #474747; }
  body#body-sites .cke_hc .cke_toolbox_collapser .cke_arrow {
    font-size: 8px;
    width: auto;
    border: 0;
    margin-top: 0;
    margin-right: 2px; }
  body#body-sites .cke_menubutton {
    display: block; }
  body#body-sites .cke_menuitem span {
    cursor: default; }
  body#body-sites .cke_menubutton:hover, body#body-sites .cke_menubutton:focus, body#body-sites .cke_menubutton:active {
    background-color: #d3d3d3;
    display: block; }
  body#body-sites .cke_hc .cke_menubutton {
    padding: 2px; }
  body#body-sites .cke_hc .cke_menubutton:hover, body#body-sites .cke_hc .cke_menubutton:focus, body#body-sites .cke_hc .cke_menubutton:active {
    border: 2px solid;
    padding: 0; }
  body#body-sites .cke_menubutton_inner {
    display: table-row; }
  body#body-sites .cke_menubutton_icon, body#body-sites .cke_menubutton_label, body#body-sites .cke_menuarrow {
    display: table-cell; }
  body#body-sites .cke_menubutton_icon {
    background-color: #d7d8d7;
    opacity: .70;
    filter: alpha(opacity=70);
    padding: 4px; }
  body#body-sites .cke_hc .cke_menubutton_icon {
    height: 16px;
    width: 0;
    padding: 4px 0; }
  body#body-sites .cke_menubutton:hover .cke_menubutton_icon, body#body-sites .cke_menubutton:focus .cke_menubutton_icon, body#body-sites .cke_menubutton:active .cke_menubutton_icon {
    background-color: #d0d2d0; }
  body#body-sites .cke_menubutton_disabled:hover .cke_menubutton_icon, body#body-sites .cke_menubutton_disabled:focus .cke_menubutton_icon, body#body-sites .cke_menubutton_disabled:active .cke_menubutton_icon {
    opacity: .3;
    filter: alpha(opacity=30); }
  body#body-sites .cke_menubutton_label {
    padding: 0 5px;
    background-color: transparent;
    width: 100%;
    vertical-align: middle; }
  body#body-sites .cke_menubutton_disabled .cke_menubutton_label {
    opacity: .3;
    filter: alpha(opacity=30); }
  body#body-sites .cke_menubutton:hover, body#body-sites .cke_menubutton:focus, body#body-sites .cke_menubutton:active {
    background-color: #eff0ef; }
  body#body-sites .cke_panel_frame .cke_menubutton_label {
    display: none; }
  body#body-sites .cke_menuseparator {
    background-color: #d3d3d3;
    height: 1px;
    filter: alpha(opacity=70);
    opacity: .70; }
  body#body-sites .cke_menuarrow {
    background-position: 0 10px;
    background-repeat: no-repeat;
    padding: 0 5px; }
  body#body-sites .cke_rtl .cke_menuarrow {
    background-position: 5px -13px;
    background-repeat: no-repeat; }
  body#body-sites .cke_menuarrow span {
    display: none; }
  body#body-sites .cke_hc .cke_menuarrow span {
    vertical-align: middle;
    display: inline; }
  body#body-sites .cke_combo {
    display: inline-block;
    float: left; }
  body#body-sites .cke_rtl .cke_combo {
    float: right; }
  body#body-sites .cke_hc .cke_combo {
    margin-top: -2px; }
  body#body-sites .cke_combo_label {
    display: none;
    float: left;
    line-height: 26px;
    vertical-align: top;
    margin-right: 5px; }
  body#body-sites .cke_rtl .cke_combo_label {
    float: right;
    margin-left: 5px;
    margin-right: 0; }
  body#body-sites .cke_combo_button {
    display: inline-block;
    float: left;
    margin: 0 6px 5px 0;
    border: 1px solid #a6a6a6;
    border-bottom-color: #979797;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    background: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e4e4e4));
    background-image: -moz-linear-gradient(top, white, #e4e4e4);
    background-image: -webkit-linear-gradient(top, white, #e4e4e4);
    background-image: -o-linear-gradient(top, white, #e4e4e4);
    background-image: -ms-linear-gradient(top, white, #e4e4e4);
    background-image: linear-gradient(top, white, #e4e4e4);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4'); }
  body#body-sites .cke_combo_off a.cke_combo_button:hover, body#body-sites .cke_combo_off a.cke_combo_button:focus {
    background: #ccc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#cccccc));
    background-image: -moz-linear-gradient(top, #f2f2f2, #cccccc);
    background-image: -webkit-linear-gradient(top, #f2f2f2, #cccccc);
    background-image: -o-linear-gradient(top, #f2f2f2, #cccccc);
    background-image: -ms-linear-gradient(top, #f2f2f2, #cccccc);
    background-image: linear-gradient(top, #f2f2f2, #cccccc);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff2f2f2',endColorstr='#ffcccccc');
    outline: 0; }
  body#body-sites .cke_combo_off a.cke_combo_button:active, body#body-sites .cke_combo_on a.cke_combo_button {
    border: 1px solid #777;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.6) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.6) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.6) inset;
    background: #b5b5b5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#cacaca));
    background-image: -moz-linear-gradient(top, #aaaaaa, #cacaca);
    background-image: -webkit-linear-gradient(top, #aaaaaa, #cacaca);
    background-image: -o-linear-gradient(top, #aaaaaa, #cacaca);
    background-image: -ms-linear-gradient(top, #aaaaaa, #cacaca);
    background-image: linear-gradient(top, #aaaaaa, #cacaca);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffaaaaaa',endColorstr='#ffcacaca'); }
  body#body-sites .cke_combo_on a.cke_combo_button:hover, body#body-sites .cke_combo_on a.cke_combo_button:focus, body#body-sites .cke_combo_on a.cke_combo_button:active {
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7) inset, 0 1px 0 rgba(0, 0, 0, 0.2); }
  body#body-sites .cke_rtl .cke_combo_button {
    float: right;
    margin-left: 5px;
    margin-right: 0; }
  body#body-sites .cke_hc a.cke_combo_button {
    padding: 3px; }
  body#body-sites .cke_hc .cke_combo_on a.cke_combo_button, body#body-sites .cke_hc .cke_combo_off a.cke_combo_button:hover, body#body-sites .cke_hc .cke_combo_off a.cke_combo_button:focus, body#body-sites .cke_hc .cke_combo_off a.cke_combo_button:active {
    border-width: 3px;
    padding: 1px; }
  body#body-sites .cke_combo_text {
    line-height: 26px;
    padding-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    cursor: default;
    color: #474747;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    width: 60px; }
  body#body-sites .cke_rtl .cke_combo_text {
    float: right;
    text-align: right;
    padding-left: 0;
    padding-right: 10px; }
  body#body-sites .cke_hc .cke_combo_text {
    line-height: 18px;
    font-size: 12px; }
  body#body-sites .cke_combo_open {
    cursor: default;
    display: inline-block;
    font-size: 0;
    height: 19px;
    line-height: 17px;
    margin: 1px 7px 1px;
    width: 5px; }
  body#body-sites .cke_hc .cke_combo_open {
    height: 12px; }
  body#body-sites .cke_combo_arrow {
    margin: 11px 0 0;
    float: left;
    height: 0;
    width: 0;
    font-size: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #474747; }
  body#body-sites .cke_hc .cke_combo_arrow {
    font-size: 10px;
    width: auto;
    border: 0;
    margin-top: 3px; }
  body#body-sites .cke_combo_disabled .cke_combo_inlinelabel, body#body-sites .cke_combo_disabled .cke_combo_open {
    opacity: .3; }
  body#body-sites .cke_path {
    float: left;
    margin: -2px 0 2px; }
  body#body-sites .cke_path_item, body#body-sites .cke_path_empty {
    display: inline-block;
    float: left;
    padding: 3px 4px;
    margin-right: 2px;
    cursor: default;
    text-decoration: none;
    outline: 0;
    border: 0;
    color: #4c4c4c;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
    font-size: 11px; }
  body#body-sites .cke_rtl .cke_path, body#body-sites .cke_rtl .cke_path_item, body#body-sites .cke_rtl .cke_path_empty {
    float: right; }
  body#body-sites a.cke_path_item:hover, body#body-sites a.cke_path_item:focus, body#body-sites a.cke_path_item:active {
    background-color: #bfbfbf;
    color: #333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.5); }
  body#body-sites .cke_hc a.cke_path_item:hover, body#body-sites .cke_hc a.cke_path_item:focus, body#body-sites .cke_hc a.cke_path_item:active {
    border: 2px solid;
    padding: 1px 2px; }
  body#body-sites .cke_button__source_label {
    display: inline; }
  body#body-sites .cke_combo__fontsize .cke_combo_text {
    width: 30px; }
  body#body-sites .cke_combopanel__fontsize {
    width: 120px; }
  body#body-sites .cke_source {
    font-family: 'Courier New',Monospace;
    font-size: small;
    background-color: #fff;
    white-space: pre; }
  body#body-sites .cke_wysiwyg_frame, body#body-sites .cke_wysiwyg_div {
    background-color: #fff; }
  body#body-sites .cke_chrome {
    visibility: inherit; }
  body#body-sites .cke_voice_label {
    display: none; }
  body#body-sites legend.cke_voice_label {
    display: none; }
  body#body-sites .bottom-area .text-box-div {
    color: #5A6770;
    text-shadow: 0 0 0 transparent;
    cursor: default;
    padding: 0 20px 20px !important;
    line-height: 2;
    margin: -10px -20px 0;
    font: 300 14px/32px "HelveticaNeue", Helvetica, Arial, sans-serif; }
  body#body-sites .cke {
    opacity: 1; }
  body#body-sites .marker {
    background: yellow;
    padding: 2px !important; }
  body#body-sites .cke_dialog_background_cover {
    z-index: 100000000 !important; }
  body#body-sites .cke_dialog {
    z-index: 1000000000000 !important;
    background: white;
    min-width: 500px; }
  body#body-sites .cke_dialog_body {
    background: #eaeaea !important;
    border: 1px solid #b2b2b2 !important;
    border-bottom-color: #999 !important; }
  body#body-sites .cke_dialog_title {
    font-weight: bold !important;
    font-size: 13px !important;
    cursor: move !important;
    color: #474747 !important;
    padding: 6px 10px !important;
    background: #cfd1cf !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(#cfd1cf)) !important;
    background-image: -moz-linear-gradient(top, whitesmoke, #cfd1cf) !important;
    background-image: -webkit-linear-gradient(top, whitesmoke, #cfd1cf) !important;
    background-image: -o-linear-gradient(top, whitesmoke, #cfd1cf) !important;
    background-image: -ms-linear-gradient(top, whitesmoke, #cfd1cf) !important;
    background-image: linear-gradient(top, whitesmoke, #cfd1cf) !important; }
  body#body-sites .ImagePreviewBox table tbody tr td {
    font-size: 0;
    color: white; }
  body#body-sites .ImagePreviewBox table tbody tr td a img {
    max-width: 500px;
    max-height: 500px;
    width: auto;
    height: auto; }
  body#body-sites .cke_dialog_close_button {
    background-image: url(images/close.png) !important;
    cursor: pointer !important;
    text-align: center !important;
    height: 20px !important;
    width: 20px !important;
    top: 5px !important; }
  body#body-sites .cke_dialog_tabs {
    height: 24px !important;
    margin: 5px 0 0 !important; }
  body#body-sites a.cke_dialog_tab {
    height: 16px !important;
    padding: 4px 8px !important;
    margin-right: 3px !important;
    cursor: pointer !important;
    line-height: 16px !important;
    outline: 0 !important;
    color: #595959 !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    background: #d4d4d4 !important;
    background-image: -webkit-linear-gradient(top, #fafafa, #ededed) !important;
    background-image: -moz-linear-gradient(top, #fafafa, #ededed) !important;
    background-image: -ms-linear-gradient(top, #fafafa, #ededed) !important;
    background-image: -o-linear-gradient(top, #fafafa, #ededed) !important;
    background-image: linear-gradient(top, #fafafa, #ededed) !important;
    border-bottom-color: transparent !important;
    margin-top: -1px; }
  body#body-sites a.cke_dialog_tab_selected {
    background: #fff !important;
    color: #383838 !important;
    border-bottom-color: #fff !important;
    cursor: default !important; }
  body#body-sites .cke_dialog_contents {
    background-color: #fff !important;
    padding: 15px 10px 5px 10px !important;
    margin-top: 30px !important;
    width: 100% !important; }
  body#body-sites .cke_dialog_contents_body {
    padding: 17px 10px 5px 10px !important;
    margin-top: 22px !important; }
  body#body-sites .cke_dialog_ui_vbox_child {
    padding: 5px 0 !important; }
  body#body-sites .cke_dialog_ui_vbox table, body#body-sites .cke_dialog_ui_hbox table {
    margin: auto !important; }
  body#body-sites .cke_dialog_ui_hbox {
    width: 100% !important; }
  body#body-sites .cke_ltr .cke_dialog_ui_hbox_first, body#body-sites .cke_ltr .cke_dialog_ui_hbox_child {
    padding-right: 10px !important; }
  body#body-sites .cke_dialog_ui_hbox_first, body#body-sites .cke_dialog_ui_hbox_child, body#body-sites .cke_dialog_ui_hbox_last {
    vertical-align: top !important; }
  body#body-sites .cke_dialog_body label {
    margin-bottom: auto !important;
    cursor: default !important; }
  body#body-sites .cke_reset_all textarea, body#body-sites .cke_reset_all input[type="text"], body#body-sites .cke_reset_all input[type="password"] {
    cursor: text !important; }
  body#body-sites input.cke_dialog_ui_input_text, body#body-sites input.cke_dialog_ui_input_password, body#body-sites textarea.cke_dialog_ui_input_textarea {
    background-color: #fff !important;
    border: 1px solid #c9cccf !important;
    border-top-color: #aeb3b9 !important;
    padding: 4px 6px !important;
    outline: 0 !important;
    width: 100% !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important; }
  body#body-sites select.cke_dialog_ui_input_select {
    height: 24px !important;
    line-height: 24px !important;
    background-color: #fff !important;
    border: 1px solid #c9cccf !important;
    border-top-color: #aeb3b9 !important;
    padding: 2px 6px !important;
    outline: 0 !important; }
  body#body-sites .cke_dialog_footer {
    text-align: right !important;
    border: 0 !important;
    outline: 1px solid #bfbfbf !important;
    background: #cfd1cf !important;
    background-image: -moz-linear-gradient(top, #ebebeb, #cfd1cf) !important;
    background-image: -webkit-linear-gradient(top, #ebebeb, #cfd1cf) !important;
    background-image: -o-linear-gradient(top, #ebebeb, #cfd1cf) !important;
    background-image: -ms-linear-gradient(top, #ebebeb, #cfd1cf) !important;
    background-image: linear-gradient(top, #ebebeb, #cfd1cf) !important; }
  body#body-sites .cke_dialog .cke_resizer_ltr {
    margin: 25px 2px 0 0 !important; }
  body#body-sites .cke_dialog_footer_buttons {
    margin: 5px !important;
    width: auto !important;
    vertical-align: middle !important; }
  body#body-sites a.cke_dialog_ui_button {
    padding: 3px 0 !important;
    margin: 0 !important;
    text-align: center !important;
    color: #333 !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    border: 1px solid #b6b6b6 !important;
    border-bottom-color: #999 !important;
    background: #e4e4e4 !important;
    background-image: -moz-linear-gradient(top, white, #e4e4e4) !important;
    background-image: -webkit-linear-gradient(top, white, #e4e4e4) !important;
    background-image: -ms-linear-gradient(top, white, #e4e4e4) !important;
    background-image: -o-linear-gradient(top, white, #e4e4e4) !important;
    background-image: linear-gradient(top, white, #e4e4e4) !important; }
  body#body-sites .cke_dialog_footer_buttons a.cke_dialog_ui_button span {
    color: inherit !important;
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 20px !important; }
  body#body-sites span.cke_dialog_ui_button {
    cursor: pointer !important; }
  body#body-sites span.cke_dialog_ui_button {
    padding: 0 12px !important; }
  body#body-sites a.cke_dialog_ui_button_ok {
    color: #FFFFFF !important;
    box-shadow: inset 0 1px 0 rgba(25, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.5);
    border-width: 1px;
    border-color: #3366CC !important;
    background: #3A7AC1 !important;
    background-image: -webkit-linear-gradient(top, #60a0e7, #3a7ac1) !important;
    background-image: -moz-linear-gradient(top, #60a0e7, #3a7ac1) !important;
    background-image: -ms-linear-gradient(top, #60a0e7, #3a7ac1) !important;
    background-image: -o-linear-gradient(top, #60a0e7, #3a7ac1) !important;
    background-image: linear-gradient(top, #60a0e7, #3a7ac1) !important; }
  body#body-sites a.cke_dialog_ui_button_ok span {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  body#body-sites .cke_show_blocks.cke_contents_ltr p, body#body-sites .cke_show_blocks.cke_contents_ltr div, body#body-sites .cke_show_blocks.cke_contents_ltr pre, body#body-sites .cke_show_blocks.cke_contents_ltr address, body#body-sites .cke_show_blocks.cke_contents_ltr blockquote, body#body-sites .cke_show_blocks.cke_contents_ltr h1, body#body-sites .cke_show_blocks.cke_contents_ltr h2, body#body-sites .cke_show_blocks.cke_contents_ltr h3, body#body-sites .cke_show_blocks.cke_contents_ltr h4, body#body-sites .cke_show_blocks.cke_contents_ltr h5, body#body-sites .cke_show_blocks.cke_contents_ltr h6 {
    background-position: bottom right !important; }
  body#body-sites .cke_dialog_ui_vbox_child .cke_dialog_ui_button {
    display: none; }
  body#body-sites .cke_dialog_tabs a:nth-child(3) {
    display: none; }

/* CK Editor - Classic */
body#body-sites.classic .cke_float {
  right: 761px !important;
  top: 0 !important;
  left: auto !important; }

/* Landing section with one link */
.landing-section-with-one-link #menu {
  display: none !important; }
.landing-section-with-one-link #menufication-top {
  display: none !important; }
.landing-section-with-one-link #menu-contact-info {
  display: none !important; }

body#body-sites.broadway-landing.landing-section-with-one-link #logo-top {
  border: 0 none;
  margin-bottom: 0;
  padding-bottom: 0; }

body#body-sites.madison-landing.landing-section-with-one-link #logo-top {
  width: 100%; }

body#body-sites.arctic-landing.landing-section-with-one-link #logo-top {
  width: 100%; }

body#body-sites.polar-landing.landing-section-with-one-link #logo-top {
  margin-bottom: 0;
  padding-bottom: 0; }

body#body-sites.uptown-landing.landing-section-with-one-link #logo-top {
  padding-bottom: 0; }

body#body-sites.uptown-landing.landing-section-with-one-link #logo-top img {
  padding-bottom: 0; }

body#body-sites.chelsea-landing.landing-section-with-one-link #logo-top {
  width: 100%;
  text-align: center;
  margin-top: 20px; }

body#body-sites.chelsea-landing.landing-section-with-one-link #text-logo {
  display: initial;
  font-size: 50px; }

@font-face {
  font-family: 'Sidengo';
  src: url("https://s3.amazonaws.com/cdn.sidengo.com/fonts/sidengo/sidengo.eot");
  src: url("https://s3.amazonaws.com/cdn.sidengo.com/fonts/sidengo/sidengo.eot?#iefix") format("embedded-opentype"), url("https://s3.amazonaws.com/cdn.sidengo.com/fonts/sidengo/sidengo.woff") format("woff"), url("https://s3.amazonaws.com/cdn.sidengo.com/fonts/sidengo/sidengo.ttf") format("truetype"), url("https://s3.amazonaws.com/cdn.sidengo.com/fonts/sidengo/sidengo.svg#EntypoRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
	/*
============================================================================================================
	Name: CLASSIC
	  ID: 01
	Date: 12-01
	Type: N/A			*/
/* Builder Customizations */
body#body-sites.classic #draggable #mc-templates .landing-selection-container {
  display: none; }

/* Global */
body#body-sites a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: color 0.8s ease;
  -moz-transition: color 0.8s ease;
  -ms-transition: color 0.8s ease;
  -o-transition: color 0.8s ease; }
body#body-sites a:hover {
  color: #BBB;
  cursor: pointer; }
body#body-sites #avpw_fullscreen_bg {
  z-index: 1000000; }
body#body-sites #avpw_controls {
  z-index: 10000000; }
body#body-sites #contact-form-check input.contact-form-submit-button-styling {
  background: #60A0E7 !important;
  border: 0 none !important;
  font: bold 16px/1 'Montserrat',Arial !important;
  padding: 15px 0 !important;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px !important;
  margin-right: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-appearance: initial; }
body#body-sites #contact-form-check input.contact-form-submit-button-styling:hover {
  background: #568FCF !important; }
body#body-sites #contact-form-check input.contact-form-submit-button-styling:active {
  background: #568FCF !important;
  box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1) !important; }
body#body-sites .content-section-gallery, body#body-sites .content-section-flickr-gallery, body#body-sites .content-section-facebook-profile-gallery {
  height: 0 !important;
  position: relative;
  padding: 0 0 66.67%;
  background: #F3F3F3; }
body#body-sites .content-section-media-box {
  height: 0 !important;
  position: relative;
  padding: 0 0 56.25%;
  background: #F3F3F3; }
body#body-sites .content-section-media .galleria-thumbnails-container {
  background: rgba(255, 255, 255, 0.8); }
body#body-sites .content-section-media-box iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  margin: 0 !important;
  max-width: 100% !important; }
body#body-sites .content-section-media-check .content-section-media span iframe {
  height: 100% !important; }
body#body-sites .content-section-youtube-channel-gallery iframe {
  max-width: initial !important; }
body#body-sites .content-sheet .galleria-container {
  background: transparent !important; }
body#body-sites .content-sheet .galleria-thumbnails-list {
  margin: 0 !important;
  border-top: 1px solid white !important;
  background: white !important; }
body#body-sites #copy {
  width: 50%; }
body#body-sites #copy.outside-copy {
  display: none; }
body#body-sites #copy h1 {
  color: #FFFFFF;
  text-transform: none;
  letter-spacing: -2px;
  padding: 25px 0;
  padding-left: 15px;
  cursor: default;
  font: bold 68px/0.9 'Open Sans','Roboto','Helvetica',Arial;
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
body#body-sites #fb-like-button {
  display: none !important; }
body#body-sites .galleria-container {
  width: 100% !important;
  height: 100% !important;
  position: absolute; }
body#body-sites .galleria-counter {
  left: auto;
  bottom: 10px;
  right: 10px; }
body#body-sites .galleria-image-nav {
  height: 40px;
  margin-top: -20px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
body#body-sites .galleria-image-nav-left, body#body-sites .galleria-image-nav-right {
  width: 22px;
  height: 40px;
  background-size: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0.6;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.8s opacity ease-in-out 0.6s, 0.6s -webkit-transform ease;
  -moz-transition: 0.8s opacity ease-in-out 0.6s, 0.6s -moz-transform ease;
  -ms-transition: 0.8s opacity ease-in-out 0.6s, 0.6s -ms-transform ease;
  -o-transition: 0.8s opacity ease-in-out 0.6s, 0.6s -o-transform ease;
  transition: 0.8s opacity ease-in-out 0.6s, 0.6s transform ease; }
body#body-sites .galleria-image-nav-left {
  background-image: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/arrow-left.png");
  left: 20px !important; }
body#body-sites .galleria-image-nav-right {
  background-image: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/arrow-right.png");
  right: 20px !important; }
body#body-sites .galleria-image-nav-left:hover, body#body-sites .galleria-image-nav-right:hover {
  opacity: 1;
  -webkit-transition: 0.4s opacity ease-in-out;
  -moz-transition: 0.4s opacity ease-in-out;
  -ms-transition: 0.4s opacity ease-in-out;
  -o-transition: 0.4s opacity ease-in-out;
  transition: 0.4s opacity ease-in-out; }
body#body-sites .content-sheet .galleria-image-nav {
  height: 60px;
  margin-top: -30px !important; }
body#body-sites .content-sheet .galleria-image-nav-left, body#body-sites .content-sheet .galleria-image-nav-right {
  background-color: black;
  background-size: 40%;
  width: 40px;
  height: 60px;
  opacity: 0.2; }
body#body-sites .content-sheet .galleria-image-nav-left {
  left: 0 !important; }
body#body-sites .content-sheet .galleria-image-nav-right {
  right: 0 !important; }
body#body-sites .content-sheet .galleria-image-nav-left:hover, body#body-sites .content-sheet .galleria-image-nav-right:hover {
  opacity: 0.3; }
body#body-sites .galleria-stage {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
body#body-sites .galleria-stage img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important; }
body#body-sites .galleria-thumbnails-container {
  left: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease; }
body#body-sites .galleria-thumbnails-list {
  margin: 0; }
body#body-sites .galleria-carousel .galleria-thumbnails-list {
  margin: 0 31px !important; }
body#body-sites .galleria-thumb-nav-left, body#body-sites .galleria-thumb-nav-right {
  background: black;
  width: 30px;
  height: 42px;
  margin: 1px 0 0; }
body#body-sites .galleria-thumb-nav-left::before, body#body-sites .galleria-thumb-nav-right::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 11px; }
body#body-sites .galleria-thumb-nav-left::before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid white;
  left: 11px; }
body#body-sites .galleria-thumb-nav-right::before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid white;
  right: 10px; }
body#body-sites .galleria-thumbnails .galleria-image {
  border: 0 none;
  margin: 0 1px 0 0;
  width: auto !important; }
body#body-sites .galleria-thumbnails .galleria-image img {
  height: 100% !important;
  margin-top: 0 !important;
  position: relative !important; }
body#body-sites .galleria-container:hover .galleria-thumbnails-container {
  opacity: 1; }
body#body-sites .galleria-container:hover .galleria-image-nav {
  margin-top: -40px !important; }
body#body-sites .content-sheet .galleria-container:hover .galleria-image-nav {
  margin-top: -50px !important; }
body#body-sites .galleria-container:hover .galleria-counter {
  bottom: 50px; }
body#body-sites .header {
  width: 100%;
  background: #FFFFFF; }
body#body-sites .in-mod-wufoo iframe {
  max-width: none !important; }
body#body-sites .jotform-form-container iframe {
  max-width: none;
  box-sizing: initial;
  display: block;
  position: relative;
  padding: 0 0 25px; }
body#body-sites #logo-top {
  position: fixed;
  top: 30px;
  border: 0 none;
  z-index: 10;
  left: 0; }
body#body-sites #logo-top a, body#body-sites #logo-top a h1 {
  cursor: pointer;
  text-decoration: none; }
body#body-sites #logo-top a:hover, body#body-sites #logo-top a h1:hover {
  color: #181818; }
body#body-sites #logo-top h1 {
  font-family: 'Montserrat';
  background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/alpha-white-90.png");
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
  color: rgba(42, 46, 53, 0.7);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease; }
body#body-sites #logo-top img {
  max-width: 400px;
  max-height: 200px;
  height: auto;
  width: auto; }
body#body-sites .media-sheet .module-header {
  display: none; }
body#body-sites #malla {
  opacity: 1;
  background: rgba(75, 89, 102, 0.3); }
body#body-sites #menu {
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%; }
body#body-sites #menu li {
  list-style: none;
  margin: 4px 0; }
body#body-sites #menu li span {
  font-weight: 300;
  font-size: 30px;
  border: 0 none;
  background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/alpha.png");
  padding: 0 15px;
  display: inline-block;
  background: rgba(42, 46, 53, 0.7);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease; }
body#body-sites #menu li span:hover {
  background: #2a2e35; }
body#body-sites #menu li span:hover a {
  color: white; }
body#body-sites #menu ul {
  display: none;
  float: right;
  margin: 0 3px 0 3px;
  text-align: left; }
body#body-sites #menu ul span {
  font-weight: 300;
  font-size: 20px; }
body#body-sites #menu ul li {
  margin: 0 0 6px 0; }
body#body-sites .menu-contact-info {
  display: none; }
body#body-sites .menu-container {
  float: left; }
body#body-sites .module-close {
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  background: white;
  right: 10px;
  top: 10px; }
body#body-sites .module-header {
  position: relative;
  border-bottom: 0 none;
  height: 50px; }
body#body-sites .module-header h3 {
  cursor: default;
  float: none; }
body#body-sites #module-content {
  line-height: 1.7; }
body#body-sites #module-content table {
  margin-bottom: 15px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #F2F2F2; }
body#body-sites #module-content table tr:nth-child(even) {
  background: rgba(242, 242, 242, 0.7); }
body#body-sites #module-content table td {
  padding: 15px;
  line-height: 1; }
body#body-sites .module-stopper {
  display: none; }
body#body-sites #render-media-sections .white_content::after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1; }
body#body-sites .rss-feed .entry-author {
  display: none; }
body#body-sites .rss-feed .entry-date {
  margin: 0 auto;
  max-width: 700px; }
body#body-sites .rss-feed .entry-details {
  margin: 0;
  border-bottom: 0 none; }
body#body-sites .rss-feed .entry-title {
  padding: 10px 0 20px; }
body#body-sites .rss-feed .rss-feed-post {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }
body#body-sites .rss-feed img {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  padding: 0;
  max-width: 100%; }
body#body-sites #share-button {
  background: #444444;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
  border: 0 none;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease; }
body#body-sites #share-button:hover {
  background: #555555; }
body#body-sites #share-mod {
  border: 0 none;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 290px;
  height: 360px;
  margin: -165px 0 0 -145px;
  left: 50%;
  top: 50%;
  border-radius: 0;
  background: #FFFFFF; }
body#body-sites #share-mod h5 {
  float: none; }
body#body-sites #share-mod .share-box-element {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
  border: 0 none; }
body#body-sites #share-mod .share-close {
  border: 0 none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: normal;
  text-shadow: 0 0 0 transparent;
  color: #FFFFFF;
  padding: 0;
  right: 15px;
  top: 10px; }
body#body-sites #share-mod .share-close:hover {
  color: #FFFFFF; }
body#body-sites #share-mod .share-header {
  padding: 0 15px;
  background: rgba(75, 89, 102, 0.8); }
body#body-sites #share-mod .share-header h3 {
  text-transform: none;
  font: normal 14px/36px Arial;
  cursor: default;
  text-shadow: 0 0 0 transparent;
  color: #FFFFFF; }
body#body-sites #share-mod textarea[readonly] {
  font: 400 12px/14px Arial, sans-serif;
  height: 25px;
  resize: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  color: #4B5966; }
body#body-sites #share-mod .text-field-builder {
  float: none; }
body#body-sites #slideshare-mod .module-header {
  display: none; }
body#body-sites .social {
  width: 25px;
  height: 25px;
  display: block;
  padding: 7px 12px;
  float: left;
  background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/alpha.png") repeat scroll 0 0 transparent;
  background: rgba(42, 46, 53, 0.7);
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
body#body-sites .social span {
  opacity: 0; }
body#body-sites .social:hover {
  width: auto; }
body#body-sites .social:hover span {
  opacity: 1; }
body#body-sites .social span {
  color: #FFF;
  font-size: 14px;
  margin: 0 5px 0 10px;
  text-transform: uppercase;
  line-height: 24px; }
body#body-sites #social-container {
  overflow: hidden;
  width: 100%; }
body#body-sites #social-container icon {
  width: 25px;
  height: 25px;
  background: none;
  float: left;
  margin: 0; }
body#body-sites #soundcloud-mod .module-header {
  display: none; }
body#body-sites #text-logo {
  padding: 5px 15px;
  color: #333333;
  color: rgba(0, 0, 0, 0.8);
  font-size: 35px;
  font-weight: normal;
  margin-bottom: -6px;
  margin-top: -12px;
  cursor: default; }
body#body-sites .twitter-timeline {
  width: 100%; }
body#body-sites #video-mod .module-header {
  display: none; }
body#body-sites #youtube-channel-mod .module-header {
  display: none; }
body#body-sites #wallpaper, body#body-sites #pattern, body#body-sites #malla {
  z-index: -1; }
body#body-sites #share-button {
  display: none; }
body#body-sites .social icon:before {
  font: 20px/25px "Sidengo";
  width: 25px;
  display: block;
  position: relative;
  text-align: center;
  color: white; }
body#body-sites #facebook-button icon:before {
  content: "\E80A"; }
body#body-sites #slideshare-button icon:before {
  content: "\E886"; }
body#body-sites #soundcloud-button icon:before {
  content: "\E84F"; }
body#body-sites #twitter-button icon:before {
  content: "\E809";
  font-size: 18px;
  line-height: 27px; }
body#body-sites #video-button icon:before {
  content: "\E87B"; }

body#body-sites.classic #logo-top h1 {
  background: white;
  color: #4B5966;
  box-shadow: 0 0 0 transparent;
  padding: 20px;
  letter-spacing: -0.05rem;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  line-height: 1; }
body#body-sites.classic #logo-top h1:hover {
  background: white;
  color: #3F4D4D; }
body#body-sites.classic .media-gallery, body#body-sites.classic .media-flickr-gallery, body#body-sites.classic .media-facebook-profile-gallery {
  width: 100%;
  height: 100%; }
body#body-sites.classic .media-gallery-wrapper, body#body-sites.classic .media-flickr, body#body-sites.classic .media-facebook-profile, body#body-sites.classic .media-soundcloud, body#body-sites.classic .media-vimeo, body#body-sites.classic .media-youtube, body#body-sites.classic #slideshare-mod, body#body-sites.classic #soundcloud-mod, body#body-sites.classic #video-mod {
  left: 50%;
  margin-left: -470px;
  margin-top: -265px;
  height: 529px;
  width: 100% !important;
  max-width: 940px;
  top: 50%;
  max-height: inherit;
  padding: 0;
  min-height: inherit;
  overflow: visible;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
body#body-sites.classic .media-sheet .module-header, body#body-sites.classic #facebook-mod .module-header, body#body-sites.classic #video-mod .module-header, body#body-sites.classic #youtube-channel-mod .module-header, body#body-sites.classic #slideshare-mod .module-header, body#body-sites.classic #soundcloud-mod .module-header {
  display: block;
  height: auto;
  overflow: visible;
  border: 0 none; }
body#body-sites.classic .media-sheet .module-header h3, body#body-sites.classic #facebook-mod .module-header h3, body#body-sites.classic #video-mod .module-header h3, body#body-sites.classic #youtube-channel-mod .module-header h3, body#body-sites.classic #slideshare-mod .module-header h3, body#body-sites.classic #soundcloud-mod .module-header h3 {
  display: none; }
body#body-sites.classic .media-sheet .module-close, body#body-sites.classic #facebook-mod .module-close, body#body-sites.classic #video-mod .module-close, body#body-sites.classic #youtube-channel-mod .module-close, body#body-sites.classic #slideshare-mod .module-close, body#body-sites.classic #soundcloud-mod .module-close {
  top: 50%;
  right: 50%;
  margin: -266px -520px 0 0;
  padding: 0;
  color: #FFF;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 10px 4px;
  position: fixed; }
body#body-sites.classic .media-sheet .module-close:hover, body#body-sites.classic #facebook-mod .module-close:hover, body#body-sites.classic #video-mod .module-close:hover, body#body-sites.classic #youtube-channel-mod .module-close:hover, body#body-sites.classic #slideshare-mod .module-close:hover, body#body-sites.classic #soundcloud-mod .module-close:hover {
  background: rgba(0, 0, 0, 0.3); }
body#body-sites.classic #menu li span {
  font-family: 'Open Sans'; }
body#body-sites.classic .mobile-nav-area .mobile-nav-opener:before {
  background: rgba(42, 46, 53, 0.7);
  color: white;
  top: auto;
  bottom: 0;
  width: 55px;
  padding: 0;
  -webkit-transition: background 0.8s ease;
  -moz-transition: background 0.8s ease;
  -ms-transition: background 0.8s ease;
  -o-transition: background 0.8s ease; }
body#body-sites.classic .mobile-nav-area .mobile-nav-opener:hover:before {
  background: #2a2e35; }
body#body-sites.classic .slideshare-app iframe, body#body-sites.classic #media-vimeo-iframe, body#body-sites.classic #media-youtube-iframe {
  height: 100%; }
body#body-sites.classic #video-iframe {
  height: 100% !important; }

/* Classic and Normal Only */
@media only screen and (min-width: 980px) {
  body#body-sites.classic .app-sheet h3 {
    width: 100%;
    margin: 0 auto;
    max-width: 700px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #555555;
    padding-bottom: 20px; }
  body#body-sites.classic .contact-form-container, body#body-sites.classic .contact-info-container {
    width: 100%;
    margin: 0 auto;
    max-width: 700px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  body#body-sites.classic #contact-form-check input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  body#body-sites.classic #contact-mod #module-content {
    padding: 30px; }
  body#body-sites.classic .contact-sheet h3 {
    width: 100%;
    margin: 0 auto;
    max-width: 700px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #555555; }
  body#body-sites.classic .content-section-media {
    text-align: left;
    padding-top: 15px; }
  body#body-sites.classic .content-section-media iframe {
    margin: 0 !important; }
  body#body-sites.classic .content-section-media .top-content-image {
    width: 100%; }
  body#body-sites.classic .content-sheet .google-viewer-iframe {
    padding-top: 15px; }
  body#body-sites.classic .content-sheet h1, body#body-sites.classic .content-sheet h2, body#body-sites.classic .content-sheet h3, body#body-sites.classic .content-sheet h4, body#body-sites.classic .content-sheet h5, body#body-sites.classic .content-sheet h6, body#body-sites.classic .content-sheet ol, body#body-sites.classic .content-sheet ul, body#body-sites.classic .content-sheet p, body#body-sites.classic .content-sheet address, body#body-sites.classic .content-sheet hr, body#body-sites.classic .content-sheet table, body#body-sites.classic .content-sheet iframe {
    width: 100%;
    margin: 0 auto;
    max-width: 700px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  body#body-sites.classic .content-sheet table, body#body-sites.classic .content-sheet iframe {
    margin-bottom: 15px;
    max-width: inherit; }
  body#body-sites.classic .content-sheet #module-content address {
    margin: 0 auto 15px;
    padding-left: 50px; }
  body#body-sites.classic .content-sheet #module-content ol {
    padding-left: 40px; }
  body#body-sites.classic .content-sheet #module-content ul {
    padding-left: 40px; }
  body#body-sites.classic .content-sheet hr {
    margin: 0 auto 15px !important; }
  body#body-sites.classic .content-sheet h1, body#body-sites.classic .content-sheet h2, body#body-sites.classic .content-sheet h3, body#body-sites.classic .content-sheet h4, body#body-sites.classic .content-sheet h5, body#body-sites.classic .content-sheet h6 {
    color: #555555; }
  body#body-sites.classic #copy {
    width: 640px; }
  body#body-sites.classic #facebook-mod .module-close {
    margin: -245px -305px 0 0 !important;
    top: 50% !important;
    right: 50% !important; }
  body#body-sites.classic .in-mod-wufoo {
    padding: 0;
    width: 100%;
    max-width: 710px;
    margin: 15px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  body#body-sites.classic .module-close {
    right: 30px;
    top: 22px; }
  body#body-sites.classic .module-header {
    height: auto; }
  body#body-sites.classic .module-header h3 {
    font-family: 'Open Sans';
    font-size: 32px;
    font-weight: 300;
    padding: 15px 0 5px; }
  body#body-sites.classic #module-map {
    height: 300px !important;
    padding: 15px 0 0; }
  body#body-sites.classic #twitter-mod #module-content {
    position: absolute;
    top: 80px;
    left: 30px;
    right: 30px;
    bottom: 20px; }
  body#body-sites.classic #twitter-mod #module-content iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important; }
  body#body-sites.classic .white_content {
    width: 760px; } }
/* Responsiveness 1 */
@media only screen and (max-width: 980px) {
  body#body-sites.classic #copy {
    width: 100%; }
  body#body-sites.classic #copy h1 {
    padding: 25px 15px;
    font-size: 50px; }
  body#body-sites.classic #logo-top h1 {
    font-size: 30px; }
  body#body-sites.classic .mobile-nav-area .mobile-nav-opener {
    display: none; }
  body#body-sites.classic .menu-container {
    display: block !important; }
  body#body-sites.classic #social-container {
    height: auto;
    padding-left: 0; } }
/* Responsiveness 1 - Sheet Open */
@media only screen and (max-width: 980px) {
  body#body-sites.classic.sheet-open #logo-top {
    display: none !important; }
  body#body-sites.classic.sheet-open .mobile-nav-area .mobile-nav-opener {
    display: block; }
  body#body-sites.classic.sheet-open .mobile-nav-area .mobile-nav-opener:before {
    -webkit-transition: initial;
    -moz-transition: initial;
    -ms-transition: initial;
    -o-transition: initial; } }
/* Responsiveness 2 */
@media only screen and (max-width: 580px) {
  body#body-sites.classic #copy h1 {
    padding: 10px 25px 5px 15px;
    font-size: 36px;
    font-weight: 600; }
  body#body-sites.classic #logo-top h1 {
    font-size: 20px !important;
    padding: 15px !important; }
  body#body-sites.classic .menu-container {
    display: none !important; }
  body#body-sites.classic .mobile-nav-area .mobile-nav-opener {
    display: block; }
  body#body-sites.classic #social-container {
    height: 54px;
    padding-left: 55px; } }
/* Responsiveness 3 */
@media only screen and (max-height: 400px) {
  body#body-sites.classic #copy h1 {
    font-size: 30px; } }

	/*
============================================================================================================
	Name: BROADWAY
	  ID: 02
	Date: 12-08
	Type: Left sidebar, fluid			*/
/* Builder Customizations */
body#body-sites.broadway #draggable #mc-templates .landing-selection-container {
  display: none; }

/* Global */
@media only screen and (min-width: 980px) {
  body#body-sites.broadway {
    font-family: Arial; }
    body#body-sites.broadway .backstretch {
      left: 140px !important; }
    body#body-sites.broadway .cke_float {
      left: 480px !important;
      right: auto !important;
      top: -5px !important; }
    body#body-sites.broadway .contact-form-container {
      width: 100%; }
    body#body-sites.broadway .contact-form-submit-button-styling {
      margin-bottom: 30px; }
    body#body-sites.broadway .contact-info-container p, body#body-sites.broadway .contact-info-container span {
      display: none; }
    body#body-sites.broadway #contact-mod #module-content {
      padding-top: 0;
      margin-top: -15px; }
    body#body-sites.broadway .content-section-gallery, body#body-sites.broadway .content-section-flickr-gallery, body#body-sites.broadway .content-section-facebook-profile-gallery, body#body-sites.broadway .content-sheet-media-video, body#body-sites.broadway .content-section-media iframe {
      margin-top: 20px;
      max-width: 100% !important; }
    body#body-sites.broadway .content-section-media {
      text-align: left; }
    body#body-sites.broadway .content-section-media .top-content-image {
      padding: 20px 0 0;
      -webkit-box-sixzing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      max-width: 714px; }
    body#body-sites.broadway .content-section-media-box {
      margin-top: 20px; }
    body#body-sites.broadway .content-sheet h1, body#body-sites.broadway .content-sheet h2, body#body-sites.broadway .content-sheet h3, body#body-sites.broadway .content-sheet h4, body#body-sites.broadway .content-sheet h5, body#body-sites.broadway .content-sheet h6, body#body-sites.broadway .content-sheet ol, body#body-sites.broadway .content-sheet ul, body#body-sites.broadway .content-sheet p, body#body-sites.broadway .content-sheet address, body#body-sites.broadway .content-sheet hr, body#body-sites.broadway .content-sheet table, body#body-sites.broadway .content-sheet iframe {
      width: 100%;
      margin: 0;
      max-width: 700px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    body#body-sites.broadway .content-sheet table, body#body-sites.broadway .content-sheet iframe {
      margin-bottom: 15px;
      max-width: 714px; }
    body#body-sites.broadway .content-sheet #module-content address {
      margin: 0 auto 15px;
      padding-left: 50px; }
    body#body-sites.broadway .content-sheet #module-content ol {
      padding-left: 40px; }
    body#body-sites.broadway .content-sheet #module-content ul {
      padding-left: 40px; }
    body#body-sites.broadway .content-sheet hr {
      margin: 0 auto 15px !important; }
    body#body-sites.broadway .content-sheet h1, body#body-sites.broadway .content-sheet h2, body#body-sites.broadway .content-sheet h3, body#body-sites.broadway .content-sheet h4, body#body-sites.broadway .content-sheet h5, body#body-sites.broadway .content-sheet h6 {
      color: #3B3C3D; }
    body#body-sites.broadway #copy {
      position: fixed;
      left: 310px;
      bottom: 20%;
      width: 70%; }
    body#body-sites.broadway #copy h1 {
      padding-left: 0; }
    body#body-sites.broadway .dropdown-nav {
      position: relative; }
    body#body-sites.broadway .dropdown-nav ul {
      margin: 0 !important;
      position: absolute;
      top: -7px;
      left: 180px;
      background: white;
      padding: 7px 0 0;
      box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
      width: 180px; }
    body#body-sites.broadway .dropdown-nav ul:before {
      content: "";
      background: transparent;
      position: absolute;
      height: 100%;
      top: 0;
      z-index: 10;
      width: 40%;
      left: -40%; }
    body#body-sites.broadway .dropdown-nav ul li {
      margin: 0 0 4px 0 !important; }
    body#body-sites.broadway .dropdown-nav ul span {
      font-size: 14px !important;
      line-height: 2.5 !important;
      padding: 0 10px !important; }
    body#body-sites.broadway .dropdown-nav .arrow-in-right {
      padding-right: 15px !important;
      position: relative; }
    body#body-sites.broadway .dropdown-nav .arrow-in-right:after {
      content: "▸";
      color: rgba(75, 89, 102, 0.6);
      position: absolute;
      right: 0;
      left: auto;
      top: 50%;
      font-size: 15px;
      margin-top: -8px; }
    body#body-sites.broadway #facebook-mod {
      margin: -247px 0 0 -120px;
      width: 520px;
      height: 460px; }
    body#body-sites.broadway #facebook-mod .module-close {
      margin: -245px -445px 0 0 !important;
      top: 50% !important;
      right: 50% !important; }
    body#body-sites.broadway .header {
      width: 280px;
      height: 100%;
      position: fixed;
      background: #FFFFFF;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05); }
    body#body-sites.broadway .header-inner {
      width: 180px;
      margin: 0 auto; }
    body#body-sites.broadway .in-mod-wufoo {
      padding: 20px 10px; }
    body#body-sites.broadway #logo-top {
      position: relative;
      top: auto;
      left: auto;
      text-align: center;
      margin: 15px 0;
      padding: 15px 0 30px;
      border-bottom: 1px solid #F2F2F2;
      overflow: hidden; }
    body#body-sites.broadway #logo-top img {
      width: auto !important;
      height: auto !important;
      max-width: 180px;
      display: inline !important; }
    body#body-sites.broadway .media-gallery, body#body-sites.broadway .media-flickr-gallery, body#body-sites.broadway .media-facebook-profile-gallery {
      width: 100%;
      height: 100%; }
    body#body-sites.broadway .media-gallery-wrapper, body#body-sites.broadway .media-flickr, body#body-sites.broadway .media-facebook-profile, body#body-sites.broadway .media-soundcloud, body#body-sites.broadway .media-vimeo, body#body-sites.broadway .media-youtube, body#body-sites.broadway #slideshare-mod, body#body-sites.broadway #soundcloud-mod, body#body-sites.broadway #video-mod {
      width: auto !important;
      height: 100% !important;
      top: 0 !important;
      right: 0 !important;
      position: fixed !important;
      margin: 0 0 0 !important;
      overflow: visible !important;
      left: 280px !important;
      padding: 0 !important;
      max-width: inherit !important; }
    body#body-sites.broadway .media-sheet .module-header, body#body-sites.broadway #facebook-mod .module-header, body#body-sites.broadway #video-mod .module-header, body#body-sites.broadway #youtube-channel-mod .module-header, body#body-sites.broadway #slideshare-mod .module-header, body#body-sites.broadway #soundcloud-mod .module-header {
      display: block;
      height: auto;
      overflow: visible;
      border: 0 none; }
    body#body-sites.broadway .media-sheet .module-header h3, body#body-sites.broadway #facebook-mod .module-header h3, body#body-sites.broadway #video-mod .module-header h3, body#body-sites.broadway #youtube-channel-mod .module-header h3, body#body-sites.broadway #slideshare-mod .module-header h3, body#body-sites.broadway #soundcloud-mod .module-header h3 {
      display: none; }
    body#body-sites.broadway .media-sheet .module-close, body#body-sites.broadway #facebook-mod .module-close, body#body-sites.broadway #video-mod .module-close, body#body-sites.broadway #youtube-channel-mod .module-close, body#body-sites.broadway #slideshare-mod .module-close, body#body-sites.broadway #soundcloud-mod .module-close {
      top: 10px;
      margin: 0;
      right: 5px;
      padding: 0;
      color: #FFF;
      background: rgba(0, 0, 0, 0.1);
      padding: 0 10px 4px;
      left: auto;
      font: 26px/1 Arial;
      position: fixed; }
    body#body-sites.broadway .media-sheet .module-close:hover, body#body-sites.broadway #facebook-mod .module-close:hover, body#body-sites.broadway #video-mod .module-close:hover, body#body-sites.broadway #youtube-channel-mod .module-close:hover, body#body-sites.broadway #slideshare-mod .module-close:hover, body#body-sites.broadway #soundcloud-mod .module-close:hover {
      background: rgba(0, 0, 0, 0.2); }
    body#body-sites.broadway .media-sheet iframe, body#body-sites.broadway .app-sheet iframe {
      width: 100% !important;
      height: 100% !important;
      position: absolute;
      top: 0;
      left: 0; }
    body#body-sites.broadway #menu {
      position: relative;
      width: auto;
      overflow: visible; }
    body#body-sites.broadway #menu li {
      text-align: center; }
    body#body-sites.broadway #menu li span {
      background: transparent;
      border: 0 none;
      padding: 0;
      font-size: 14px;
      line-height: 2.5;
      font-weight: normal; }
    body#body-sites.broadway #menu li span a {
      color: rgba(75, 89, 102, 0.6);
      font-weight: normal;
      font-family: 'Montserrat', Arial;
      text-transform: uppercase;
      letter-spacing: -0.1px; }
    body#body-sites.broadway #menu li span a:hover {
      color: #3366CC; }
    body#body-sites.broadway .menu-contact-info {
      display: block;
      font: 12px/1.5 Arial;
      color: rgba(75, 89, 102, 0.6);
      text-align: center;
      padding-top: 10px; }
    body#body-sites.broadway .menu-contact-info a {
      color: rgba(75, 89, 102, 0.6); }
    body#body-sites.broadway .menu-container {
      float: none; }
    body#body-sites.broadway .module-close {
      position: absolute;
      top: 35px;
      right: 0; }
    body#body-sites.broadway .module-header {
      box-shadow: 0 0 0 transparent;
      border-bottom: 0 none;
      position: relative;
      height: auto; }
    body#body-sites.broadway .module-header h3 {
      padding: 30px 0 15px;
      font-size: 32px;
      font-weight: 100;
      font-family: "Open Sans";
      width: 100%;
      max-width: 714px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      margin-bottom: auto; }
    body#body-sites.broadway #module-map {
      height: 300px !important;
      margin-bottom: 30px;
      margin-top: 20px;
      max-width: 714px; }
    body#body-sites.broadway .module-stopper {
      display: none; }
    body#body-sites.broadway #module-content {
      padding: 15px 0 0 0; }
    body#body-sites.broadway #nav-user, body#body-sites.broadway #show-builder {
      z-index: 10000000; }
    body#body-sites.broadway #nested-menu {
      padding: 5px 0;
      min-height: 0;
      max-height: 500px;
      background: white;
      box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2);
      top: 0;
      left: 0;
      margin: 125px 0 0 280px;
      border-radius: 0 2px 2px 0; }
    body#body-sites.broadway #nested-menu a {
      font: 14px/1.5 Arial;
      border: 0 none; }
    body#body-sites.broadway #nested-menu a:hover {
      background: transparent;
      color: #3366CC; }
    body#body-sites.broadway .rss-feed {
      padding: 0 20px 0 0; }
    body#body-sites.broadway .rss-feed .entry-title {
      max-width: 100%; }
    body#body-sites.broadway .rss-feed-post {
      border-top: 0 none; }
    body#body-sites.broadway .sheet-backdrop {
      left: 280px; }
    body#body-sites.broadway #share-mod {
      left: auto; }
    body#body-sites.broadway #slideshare-mod {
      margin-left: -110px; }
    body#body-sites.broadway .social {
      background: transparent !important;
      padding: 0 !important;
      float: none;
      display: inline-block !important;
      vertical-align: text-top;
      margin: 0 5px 10px; }
    body#body-sites.broadway .social icon:before {
      color: rgba(75, 89, 102, 0.4);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      opacity: 0.8; }
    body#body-sites.broadway #facebook-button icon:hover:before {
      color: #5069BA; }
    body#body-sites.broadway #slideshare-button icon:hover:before {
      color: #F58F1B; }
    body#body-sites.broadway #soundcloud-button icon:hover:before {
      color: #FF6600; }
    body#body-sites.broadway #twitter-button icon:hover:before {
      color: #00ACED; }
    body#body-sites.broadway #video-button icon:hover:before {
      color: #E81832; }
    body#body-sites.broadway .social span {
      display: none; }
    body#body-sites.broadway #social-container {
      border-top: 1px solid #F2F2F2;
      margin-top: 15px;
      padding-top: 15px;
      text-align: center;
      width: auto; }
    body#body-sites.broadway .submenu-arrow {
      display: block;
      width: 0;
      height: 0;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-right: 12px solid white;
      position: absolute;
      top: 13px;
      left: -12px;
      margin-top: 0; }
    body#body-sites.broadway .submenu-arrow:after {
      content: "";
      z-index: -1;
      display: inline-block;
      position: absolute;
      width: 0px;
      height: 0px;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-right: 12px solid rgba(0, 0, 0, 0.08);
      top: -12px;
      left: -1px; }
    body#body-sites.broadway #text-logo {
      padding: 0;
      width: 100%;
      overflow: visible;
      line-height: 1.2;
      font-size: 28px; }
    body#body-sites.broadway #twitter-mod #module-content {
      position: absolute;
      top: 110px;
      left: 280px;
      right: 30px;
      bottom: 20px; }
    body#body-sites.broadway #twitter-mod #module-content iframe {
      position: absolute;
      width: 100% !important;
      height: 100% !important; }
    body#body-sites.broadway .ui-wrapper {
      width: auto !important;
      height: auto !important; }
    body#body-sites.broadway .ui-resizable-handle {
      display: none !important; }
    body#body-sites.broadway .white_content {
      right: auto;
      left: 0;
      box-shadow: 0 0 0 transparent;
      width: 100%;
      padding: 0 30px 0 280px;
      max-width: 1024px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    body#body-sites.broadway .ownlocal-widget {
      top: 88px;
      left: 280px;
      width: calc(100% - 280px);
      height: calc(100% - 88px); } }
/* Global - Sheet Open */
@media only screen and (min-width: 980px) {
  body#body-sites.broadway.sheet-open .saved-outside-builder {
    right: 40px; } }
/* HM - Hide Copy */
@media only screen {
  body#body-sites.broadway.sheet-open #copy {
    display: none !important; }
  body#body-sites.broadway.sheet-open .header {
    z-index: 10000;
    box-shadow: 0 0 0 transparent; } }
/* Real Global */
@media only screen {
  body#body-sites.broadway .mobile-nav-area .mobile-nav-opener:before {
    line-height: 120px;
    left: 40px;
    padding: 0; }
  body#body-sites.broadway .mobile-nav-area .dropdown-menu {
    background: rgba(255, 255, 255, 0.95); }
  body#body-sites.broadway .mobile-nav-area li a {
    color: rgba(75, 89, 102, 0.8);
    color: #8A92A5; }
  body#body-sites.broadway .mobile-nav-area .close-mobile-nav {
    color: #8A92A5;
    background: white;
    top: 40px;
    right: 11px; }
  body#body-sites.broadway .mobile-nav-area .close-mobile-nav:hover {
    background: white; }
  body#body-sites.broadway .mobile-nav-area li a:hover {
    color: #8A92A5;
    border-color: rgba(138, 146, 165, 0.8); }
  body#body-sites.broadway .apps-in-mobile-nav li a:hover:before {
    color: #8A92A5; }
  body#body-sites.broadway .mobile-nav-area .apps-in-mobile-nav:before {
    background: rgba(75, 89, 102, 0.8);
    background: #8A92A5; }
  body#body-sites.broadway .mobile-nav-area .sub-menu {
    box-shadow: 1px 0 0 rgba(138, 146, 165, 0.2) inset; }
  body#body-sites.broadway .mobile-nav-area ul::-webkit-scrollbar-thumb {
    background: rgba(133, 146, 153, 0.3); }
  body#body-sites.broadway .apps-in-mobile-nav li a:hover:before {
    color: #8A92A5 !important; } }
/* Responsiveness 1 */
@media only screen and (max-width: 980px) {
  body#body-sites.broadway #copy {
    display: none; }
  body#body-sites.broadway #copy.outside-copy {
    display: table;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    top: 0;
    margin: 0;
    position: fixed;
    height: 100%;
    padding: 120px 0 0; }
  body#body-sites.broadway #copy h1 {
    padding: 50px 50px 20%;
    display: table-cell;
    vertical-align: middle;
    font-size: 58px;
    text-align: left;
    vertical-align: bottom; }
  body#body-sites.broadway .header {
    width: 100%;
    height: 120px;
    position: fixed;
    display: table;
    z-index: 100 !important; }
  body#body-sites.broadway .header-inner {
    width: 100%;
    display: table-cell;
    vertical-align: middle; }
  body#body-sites.broadway .in-mod-wufoo {
    padding: 0 50px; }
  body#body-sites.broadway #logo-top {
    border: 0 none;
    padding: 0;
    margin: 0 auto;
    width: 60%;
    top: 0;
    position: relative;
    text-align: center; }
  body#body-sites.broadway #logo-top h1 {
    text-align: center;
    padding: 0; }
  body#body-sites.broadway #logo-top img {
    max-height: 96px !important;
    padding-top: 4px; }
  body#body-sites.broadway .mobile-nav-area .dropdown-menu {
    top: 120px;
    bottom: auto;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(0, 0, 0, 0.05) inset;
    max-height: calc(100% - 120px); }
  body#body-sites.broadway #menu {
    display: none; }
  body#body-sites.broadway #menu-contact-info {
    display: none; }
  body#body-sites.broadway #nav-user, body#body-sites.broadway #saved-outside-builder {
    top: 120px; }
  body#body-sites.broadway #share-button {
    top: 120px; } }
/* Responsiveness 1 - Sheet Open */
@media only screen and (max-width: 980px) {
  body#body-sites.broadway.sheet-open .mobile-nav-area .mobile-nav-opener:before {
    line-height: 54px; } }
/* Responsiveness 2 */
@media only screen and (max-width: 580px) {
  body#body-sites.broadway #copy.outside-copy {
    padding: 100px 0 0;
    text-align: left; }
  body#body-sites.broadway #copy h1 {
    padding: 20px 20px 20%;
    font-size: 34px;
    vertical-align: bottom; }
  body#body-sites.broadway .header {
    height: 100px; }
  body#body-sites.broadway .in-mod-wufoo {
    padding: 20px; }
  body#body-sites.broadway #logo-top img {
    max-height: 76px !important;
    padding-top: 4px; }
  body#body-sites.broadway #logo-top h1 {
    font-size: 30px; }
  body#body-sites.broadway .mobile-nav-area .mobile-nav-opener:before {
    line-height: 100px;
    left: 20px; }
  body#body-sites.broadway .mobile-nav-area .dropdown-menu {
    top: 100px;
    max-height: calc(100% - 100px); }
  body#body-sites.broadway .mobile-nav-area .close-mobile-nav {
    top: 30px; }
  body#body-sites.broadway #nav-user, body#body-sites.broadway #saved-outside-builder {
    top: 100px; }
  body#body-sites.broadway #share-button {
    top: 100px; } }
/* Responsiveness 3 */
@media only screen and (max-height: 400px) {
  body#body-sites.broadway #copy h1 {
    font-size: 30px;
    padding-bottom: 10%; } }
	/*
============================================================================================================
	Name: BROADWAY (LANDING)
	  ID: 03
	Date: 12-08
	Type: Left sidebar, fluid, landing page			*/
/* Builder Customizations */
body#body-sites.broadway-landing #draggable {
  /* .background-overlay { display: none; } */
  /* #mc-background #builder-background-selectable-Gallery, #builder-background-selectable-Patterns { height: 298px; } */ }
  body#body-sites.broadway-landing #draggable #mc-templates .landing-selection-container {
    display: block; }
  body#body-sites.broadway-landing #draggable #mc-templates .templates-selection-container {
    bottom: 57px; }

/* Landing Desktop ONLY */
@media only screen and (min-width: 980px) {
  body#body-sites.broadway-landing {
    font-family: Arial;
    overflow-x: hidden;
    overflow-y: auto; }
    body#body-sites.broadway-landing .backstretch {
      left: 0 !important; }
    body#body-sites.broadway-landing #contact-mod #module-content {
      margin-top: 0; }
    body#body-sites.broadway-landing #container {
      padding: 0 0 1px; }
    body#body-sites.broadway-landing .content-section-media .top-content-image {
      max-width: 100%; }
    body#body-sites.broadway-landing .dropdown-nav ul {
      z-index: 10; }
    body#body-sites.broadway-landing #facebook-mod {
      position: fixed;
      width: 760px;
      margin: 0 0 0 -270px;
      top: 40px; }
    body#body-sites.broadway-landing #facebook-mod #module-content {
      opacity: 1; }
    body#body-sites.broadway-landing #facebook-mod iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      margin: 0; }
    body#body-sites.broadway-landing .header {
      width: auto;
      height: 100%;
      position: fixed;
      background: transparent;
      box-shadow: 0 0 0 transparent;
      z-index: 10000;
      left: 50%;
      margin: 0 0 0 -490px; }
    body#body-sites.broadway-landing .header-inner {
      background: white;
      /* box-shadow: 0 0 4px rgba(0,0,0,0.1); */
      padding: 20px;
      margin: 40px 0;
      width: 160px; }
    body#body-sites.broadway-landing #logo-top {
      margin: 0 -20px 15px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.02);
      padding: 0 20px 20px; }
    body#body-sites.broadway-landing #logo-top img {
      max-width: 100%;
      float: left; }
    body#body-sites.broadway-landing .media-gallery-wrapper, body#body-sites.broadway-landing .media-flickr, body#body-sites.broadway-landing .media-facebook-profile, body#body-sites.broadway-landing .media-soundcloud, body#body-sites.broadway-landing .media-vimeo, body#body-sites.broadway-landing .media-youtube, body#body-sites.broadway-landing #slideshare-mod, body#body-sites.broadway-landing #soundcloud-mod, body#body-sites.broadway-landing #video-mod {
      width: 760px !important;
      height: 506px !important;
      top: 40px !important;
      right: auto !important;
      bottom: auto !important;
      margin: 0 0 0 -270px !important;
      left: 50% !important;
      padding: 0 !important;
      background: white !important; }
    body#body-sites.broadway-landing .media-vimeo, body#body-sites.broadway-landing .media-youtube, body#body-sites.broadway-landing #video-mod {
      height: 428px !important; }
    body#body-sites.broadway-landing #menu-contact-info {
      color: #B7B7B7; }
    body#body-sites.broadway-landing #menu li span a {
      color: #AAAAAA; }
    body#body-sites.broadway-landing #module-content {
      margin-right: 0;
      padding-right: 0; }
    body#body-sites.broadway-landing .module-header h3 {
      padding: 0 0 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.02);
      border-bottom: 0 none;
      line-height: 28px;
      max-width: none;
      font-size: 28px; }
    body#body-sites.broadway-landing #social-container {
      border-top: 1px solid rgba(0, 0, 0, 0.02);
      margin: 15px -20px 0;
      padding: 15px 20px 0; }
    body#body-sites.broadway-landing #text-logo {
      font-size: 24px;
      line-height: 28px; }
    body#body-sites.broadway-landing #twitter-mod {
      position: fixed;
      height: auto;
      margin: 0 0 0 -270px;
      top: 40px;
      bottom: 40px; }
    body#body-sites.broadway-landing #twitter-mod #module-content {
      top: 110px;
      left: 40px;
      right: 40px;
      bottom: 40px; }
    body#body-sites.broadway-landing .white_content {
      max-width: 760px;
      left: 50%;
      padding: 40px 40px 25px;
      position: relative;
      /* box-shadow: 0 0 4px rgba(0,0,0,0.1); */
      margin: 40px 0 40px -270px; }
    body#body-sites.broadway-landing .ownlocal-widget {
      position: relative;
      top: auto;
      left: 0;
      width: 100%;
      height: calc(100vh - 194px); } }
/* Landing global */
@media only screen {
  body#body-sites.broadway-landing.sheet-open #copy {
    display: none !important; }
  body#body-sites.broadway-landing.sheet-open #malla {
    background: rgba(255, 255, 255, 0.8); }
  body#body-sites.broadway-landing.sheet-open #nav-user {
    z-index: 1; }
  body#body-sites.broadway-landing.sheet-open .module-close {
    display: none; }
  body#body-sites.broadway-landing.sheet-open .module-header h3 {
    color: #666666;
    font-family: Helvetica !important; }
  body#body-sites.broadway-landing.sheet-open .sheet-backdrop {
    display: none; }
  body#body-sites.broadway-landing.sheet-open #toggle a {
    z-index: 2000; }
  body#body-sites.broadway-landing.sheet-open .white_content::after {
    display: none; } }
/* Responsiveness Global */
@media only screen and (max-width: 980px) {
  body#body-sites.broadway-landing {
    background: white;
    overflow-x: hidden;
    overflow-y: auto; }
    body#body-sites.broadway-landing .backstretch, body#body-sites.broadway-landing #malla, body#body-sites.broadway-landing #wallpaper, body#body-sites.broadway-landing #pattern {
      display: none !important; }
    body#body-sites.broadway-landing #container .app-sheet iframe {
      padding: 0;
      position: absolute;
      width: 100% !important;
      height: 100%; }
    body#body-sites.broadway-landing #container .app-sheet #module-content {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      height: 500px;
      padding: 0 !important;
      width: 100%; }
    body#body-sites.broadway-landing #container #video-mod {
      padding: 0 0 56.25%;
      margin-top: 20px;
      height: 0; }
    body#body-sites.broadway-landing #container #slideshare-mod .module-header {
      display: none; }
    body#body-sites.broadway-landing #container #slideshare-mod {
      padding: 0 0 86.5%;
      margin-top: 20px;
      height: 0; }
    body#body-sites.broadway-landing #container #soundcloud-mod {
      padding: 0;
      margin-top: 20px;
      height: 330px; }
    body#body-sites.broadway-landing .header {
      position: relative;
      padding-top: 74px;
      height: auto; }
    body#body-sites.broadway-landing #logo-top img {
      max-height: 120px !important;
      max-width: 70%; }
    body#body-sites.broadway-landing .media-sheet .white_content {
      padding: 0 0 56.25%;
      top: 0 !important; }
    body#body-sites.broadway-landing .media-sheet iframe {
      position: absolute; }
    body#body-sites.broadway-landing #module-content {
      max-width: none;
      padding: 20px 50px; }
    body#body-sites.broadway-landing .module-header, body#body-sites.broadway-landing #container .media-sheet .module-header, body#body-sites.broadway-landing #container .app-sheet .module-header {
      position: relative;
      height: auto;
      overflow: visible;
      border: 0 none;
      top: auto;
      box-shadow: 0 0 0 transparent; }
    body#body-sites.broadway-landing .module-header h3 {
      white-space: normal;
      line-height: 1.4;
      padding-top: 14px;
      position: relative;
      left: auto;
      right: auto;
      padding: 30px 20px;
      font-weight: 300;
      font-size: 28px;
      padding: 30px 50px; }
    body#body-sites.broadway-landing .module-stopper {
      display: none; }
    body#body-sites.broadway-landing .white_content {
      position: relative; } }
/* Responsiveness 1 */
@media only screen and (max-width: 980px) {
  body#body-sites.sheet-open.broadway-landing .header {
    display: table; }
  body#body-sites.sheet-open.broadway-landing .mobile-nav-area .mobile-nav-opener:before {
    content: "Menu";
    font: 300 16px/54px 'Montserrat';
    color: #999999;
    width: 100%;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    padding: 0;
    text-transform: uppercase;
    background: white !important; }
  body#body-sites.sheet-open.broadway-landing #nav-user {
    top: auto;
    bottom: 0;
    left: 0;
    width: 179px;
    overflow: hidden;
    z-index: 10000; }
  body#body-sites.sheet-open.broadway-landing #saved-outside-builder {
    top: 0;
    width: auto;
    padding: 0 15px; } }
/* Responsiveness 2 */
@media only screen and (max-width: 580px) {
  body#body-sites.sheet-open.broadway-landing #logo-top img {
    max-height: 90px !important;
    max-width: 70%; }
  body#body-sites.sheet-open.broadway-landing #module-content {
    padding: 20px; }
  body#body-sites.sheet-open.broadway-landing .module-header h3 {
    font-size: 22px;
    padding: 20px; } }

	/*
============================================================================================================
	Name: MADISON
	  ID: 04
	Date: 12-08
	Type: Top menu, fluid			*/
/* Builder Customizations */
body#body-sites.madison #draggable #mc-templates .landing-selection-container {
  display: none; }

/* Global */
@media only screen and (min-width: 980px) {
  body#body-sites.madison {
    font-family: Arial;
    overflow-x: hidden;
    overflow-y: auto; }
    body#body-sites.madison .backstretch {
      top: 35px !important; }
    body#body-sites.madison #contact-mod #module-content {
      padding: 25px 40px 40px; }
    body#body-sites.madison #contact-mod h1 {
      border-top: 0 none;
      border-top: 0 none;
      margin-top: 0 !important;
      padding-top: 5px; }
    body#body-sites.madison .contact-form-container {
      display: inline-block;
      border-left: 1px solid #EEE;
      padding: 0 0 40px 40px;
      width: 60%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    body#body-sites.madison .contact-info-container {
      display: inline-block;
      float: left;
      width: 40%;
      overflow: hidden; }
    body#body-sites.madison #container {
      position: absolute;
      width: 100%;
      height: 100%; }
    body#body-sites.madison .content-section-media img {
      margin: 25px 0 0;
      width: auto;
      min-width: inherit;
      max-width: 100%; }
    body#body-sites.madison .content-section-media-box {
      margin-top: 25px; }
    body#body-sites.madison .content-section-gallery, body#body-sites.madison .content-section-flickr-gallery, body#body-sites.madison .content-section-facebook-profile-gallery, body#body-sites.madison .content-sheet-media-video, body#body-sites.madison .content-section-media iframe {
      margin-top: 25px; }
    body#body-sites.madison .content-sheet h1, body#body-sites.madison .content-sheet h2, body#body-sites.madison .content-sheet h3, body#body-sites.madison .content-sheet h4, body#body-sites.madison .content-sheet h5, body#body-sites.madison .content-sheet h6, body#body-sites.madison .content-sheet ol, body#body-sites.madison .content-sheet ul, body#body-sites.madison .content-sheet p, body#body-sites.madison .content-sheet address, body#body-sites.madison .content-sheet hr, body#body-sites.madison .content-sheet table, body#body-sites.madison .content-sheet iframe, body#body-sites.madison .content-sheet .rss-feed .entry-details {
      width: 100%;
      margin: 0 auto;
      max-width: 700px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    body#body-sites.madison .content-sheet #module-content address {
      margin: 0 auto 15px;
      padding-left: 50px; }
    body#body-sites.madison .content-sheet #module-content ol {
      padding-left: 40px; }
    body#body-sites.madison .content-sheet #module-content ul {
      padding-left: 40px; }
    body#body-sites.madison .content-sheet hr {
      margin: 0 auto 15px !important; }
    body#body-sites.madison .content-sheet h1, body#body-sites.madison .content-sheet h2, body#body-sites.madison .content-sheet h3, body#body-sites.madison .content-sheet h4, body#body-sites.madison .content-sheet h5, body#body-sites.madison .content-sheet h6 {
      color: #3B3C3D; }
    body#body-sites.madison .content-sheet .rss-feed .entry-details {
      margin-bottom: 20px; }
    body#body-sites.madison #copy {
      position: fixed;
      left: 50%;
      bottom: 20%;
      width: 900px;
      margin-left: -450px;
      text-align: center; }
    body#body-sites.madison #copy h1 {
      padding-left: 0; }
    body#body-sites.madison .cke_float {
      opacity: 0.6;
      -webkit-transition: opacity 0.5s ease;
      -moz-transition: opacity 0.5s ease;
      -ms-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      position: fixed !important;
      z-index: 10000 !important;
      left: 50% !important;
      margin-left: -253px !important;
      top: 10px !important; }
    body#body-sites.madison .cke_float:hover {
      opacity: 1; }
    body#body-sites.madison #draggable {
      position: fixed; }
    body#body-sites.madison .dropdown-nav {
      position: relative; }
    body#body-sites.madison .dropdown-nav ul {
      margin: 0 !important;
      position: absolute;
      top: 70px;
      background: white;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
      left: -20px;
      padding-bottom: 2px; }
    body#body-sites.madison .dropdown-nav ul li {
      width: auto;
      padding-left: 10px;
      max-width: 240px; }
    body#body-sites.madison .dropdown-nav ul span {
      font-size: 14px !important;
      padding: 0 0 0 10px !important;
      line-height: 2.5 !important;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 150px;
      display: block; }
    body#body-sites.madison .dropdown-nav .arrow-in-right {
      padding-right: 15px !important;
      position: relative; }
    body#body-sites.madison .dropdown-nav .arrow-in-right:after {
      content: "▾";
      margin-left: 8px;
      display: block;
      position: absolute;
      right: 0;
      left: auto;
      top: 50%;
      font: 14px/1 Arial;
      color: rgba(75, 89, 102, 0.6);
      margin-top: -8px; }
    body#body-sites.madison #facebook-mod {
      margin: -197px 0 0 -260px;
      position: fixed;
      height: 460px;
      overflow: hidden; }
    body#body-sites.madison #facebook-mod .module-close {
      top: 50%;
      margin: -197px -310px 0 0;
      position: fixed; }
    body#body-sites.madison #fb-full iframe {
      background: white; }
    body#body-sites.madison .galleria-container img {
      margin: 0;
      min-width: inherit;
      max-width: inherit;
      width: inherit;
      box-shadow: 0 0 0 transparent;
      border-radius: 0;
      padding: 0; }
    body#body-sites.madison .google-viewer-iframe {
      height: 620px;
      margin: 20px 0 0 !important;
      box-shadow: 0 1px 0 #DDD;
      max-width: none !important; }
    body#body-sites.madison .header {
      width: 100%;
      height: 70px;
      position: fixed;
      background: white;
      z-index: 10000;
      box-shadow: 0 0 0 transparent;
      top: 0; }
    body#body-sites.madison .header-inner {
      width: 980px;
      margin: 0 auto; }
    body#body-sites.madison .in-mod-wufoo {
      padding: 30px 0;
      max-width: 700px;
      margin: 0 auto; }
    body#body-sites.madison .in-mod-wufoo iframe {
      max-width: initial !important; }
    body#body-sites.madison #logo-top {
      position: relative;
      top: 0;
      left: auto;
      text-align: center;
      margin: 0;
      padding: 14px 0 0;
      overflow: hidden;
      float: left; }
    body#body-sites.madison #logo-top img {
      width: auto !important;
      height: auto !important;
      max-width: 3000px;
      display: inline !important;
      max-height: 40px; }
    body#body-sites.madison .media-gallery, body#body-sites.madison .media-flickr-gallery, body#body-sites.madison .media-facebook-profile-gallery {
      width: 100%;
      height: 100%; }
    body#body-sites.madison .media-gallery-wrapper, body#body-sites.madison .media-flickr, body#body-sites.madison .media-facebook-profile, body#body-sites.madison .media-soundcloud, body#body-sites.madison .media-vimeo, body#body-sites.madison .media-youtube, body#body-sites.madison #slideshare-mod, body#body-sites.madison #soundcloud-mod, body#body-sites.madison #video-mod {
      left: 50% !important;
      top: 50% !important;
      width: 980px !important;
      height: 551px !important;
      min-height: inherit !important;
      max-width: inherit !important;
      padding: 0 !important;
      margin: -241px 0 0 -490px !important;
      position: fixed !important; }
    body#body-sites.madison .media-sheet .module-header, body#body-sites.madison #facebook-mod .module-header, body#body-sites.madison #video-mod .module-header, body#body-sites.madison #youtube-channel-mod .module-header, body#body-sites.madison #slideshare-mod .module-header, body#body-sites.madison #soundcloud-mod .module-header {
      display: block;
      padding: 0; }
    body#body-sites.madison .media-sheet .module-header h3, body#body-sites.madison #facebook-mod .module-header h3, body#body-sites.madison #video-mod .module-header h3, body#body-sites.madison #youtube-channel-mod .module-header h3, body#body-sites.madison #slideshare-mod .module-header h3, body#body-sites.madison #soundcloud-mod .module-header h3 {
      display: none; }
    body#body-sites.madison .media-sheet .module-close, body#body-sites.madison #video-mod .module-close, body#body-sites.madison #youtube-channel-mod .module-close, body#body-sites.madison #slideshare-mod .module-close, body#body-sites.madison #soundcloud-mod .module-close {
      top: 20px;
      margin: 0;
      right: 20px;
      position: fixed; }
    body#body-sites.madison #menu {
      position: relative;
      width: auto;
      overflow: visible;
      float: right; }
    body#body-sites.madison #menu li {
      display: inline-block;
      text-align: left;
      margin: 0 0 0 20px; }
    body#body-sites.madison #menu li span {
      background: transparent;
      border: 0 none;
      padding: 0;
      font-size: 14px;
      line-height: 70px; }
    body#body-sites.madison #menu li span a {
      color: rgba(75, 89, 102, 0.6);
      font-weight: normal;
      font-size: 13px;
      font-family: 'Montserrat', Arial;
      text-transform: uppercase;
      letter-spacing: -0.1px; }
    body#body-sites.madison #menu li span a:hover {
      color: #3366CC; }
    body#body-sites.madison .menu-contact-info {
      display: none; }
    body#body-sites.madison .menu-container {
      float: left;
      margin: 0; }
    body#body-sites.madison .module-close {
      top: 80px;
      right: 50%;
      padding: 0;
      color: #FFF;
      background: rgba(0, 0, 0, 0.1);
      padding: 0 10px 4px;
      margin: 0 -530px 0 0; }
    body#body-sites.madison .module-close:hover {
      background: rgba(0, 0, 0, 0.2); }
    body#body-sites.madison #module-content {
      padding: 25px 0; }
    body#body-sites.madison .module-header {
      position: relative;
      height: auto;
      padding: 100px 100px 0;
      width: 100%;
      border-bottom: 0 none;
      box-shadow: 0 0 0 transparent;
      margin: 0 -100px;
      background: transparent;
      overflow: initial; }
    body#body-sites.madison .module-header h3 {
      padding: 0;
      line-height: 55px;
      font-family: 'Open Sans';
      font-size: 32px;
      font-weight: 100;
      float: none;
      text-align: center; }
    body#body-sites.madison #module-map {
      height: 300px !important;
      margin-top: 25px; }
    body#body-sites.madison .module-stopper {
      display: none; }
    body#body-sites.madison #nav-user {
      position: fixed;
      top: 70px; }
    body#body-sites.madison #nested-menu {
      margin-top: 68px;
      padding: 7px 0 5px;
      min-height: 0;
      top: 0;
      max-height: 500px;
      background: white;
      box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5); }
    body#body-sites.madison #nested-menu a {
      font: 14px/1.5 Arial;
      border: 0 none; }
    body#body-sites.madison #nested-menu a:hover {
      background: transparent;
      color: #3366CC; }
    body#body-sites.madison .rss-feed img {
      max-width: 100%;
      width: auto;
      box-shadow: 0 0 0 transparent;
      border: 0 none;
      padding: 0;
      background: transparent;
      margin: 0 auto; }
    body#body-sites.madison .rss-feed-post {
      padding-left: 0;
      padding-right: 0;
      border-top: 0 none;
      border-bottom: 0 none;
      box-shadow: 0 0 0 transparent; }
    body#body-sites.madison .rss-feed p {
      font: 15px/1.8 Helvetica, Arial; }
    body#body-sites.madison #saved-outside-builder {
      position: fixed;
      top: 70px;
      right: 40px !important; }
    body#body-sites.madison #share-button {
      z-index: 1; }
    body#body-sites.madison #share-mod {
      padding: 0;
      margin-top: -210px;
      right: 0;
      margin-right: 0; }
    body#body-sites.madison .sheet-backdrop {
      top: 70px;
      background: rgba(0, 0, 0, 0.1); }
    body#body-sites.madison .social {
      background: transparent !important;
      padding: 10px 0 10px 10px !important;
      height: 25px !important;
      float: none;
      display: inline-block !important;
      vertical-align: text-top; }
    body#body-sites.madison .social icon:before {
      color: rgba(75, 89, 102, 0.4);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      opacity: 0.8; }
    body#body-sites.madison #facebook-button icon:hover:before {
      color: #5069BA; }
    body#body-sites.madison #slideshare-button icon:hover:before {
      color: #F58F1B; }
    body#body-sites.madison #soundcloud-button icon:hover:before {
      color: #FF6600; }
    body#body-sites.madison #twitter-button icon:hover:before {
      color: #00ACED; }
    body#body-sites.madison #video-button icon:hover:before {
      color: #E81832; }
    body#body-sites.madison .social span {
      display: none; }
    body#body-sites.madison .slideshare-app iframe, body#body-sites.madison #media-vimeo-iframe, body#body-sites.madison #media-youtube-iframe {
      height: 100%; }
    body#body-sites.madison #social-container {
      margin: 12px 0 0 20px;
      padding: 0;
      float: right;
      width: auto;
      border-left: 1px solid rgba(0, 0, 0, 0.08); }
    body#body-sites.madison #social-container icon {
      background-position: 0 0; }
    body#body-sites.madison #text-logo {
      padding: 0;
      font-size: 25px;
      line-height: 50px;
      color: #4B5966;
      color: rgba(75, 89, 102, 0.8); }
    body#body-sites.madison #text-logo:hover {
      color: #4b5966; }
    body#body-sites.madison #twitter-mod #module-content {
      position: absolute;
      top: 180px;
      left: 140px;
      right: 140px;
      bottom: 20px; }
    body#body-sites.madison #twitter-mod #module-content iframe {
      position: absolute;
      width: 100% !important;
      height: 100% !important; }
    body#body-sites.madison .ui-wrapper {
      width: auto !important;
      height: auto !important;
      max-height: 70px; }
    body#body-sites.madison .ui-resizable-handle {
      display: none !important; }
    body#body-sites.madison #video-iframe {
      height: 100% !important; }
    body#body-sites.madison .white_content {
      padding: 0;
      right: auto;
      top: 0;
      margin: 0 auto;
      width: 100%;
      overflow: visible;
      height: auto;
      min-height: 100%;
      max-width: 980px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
      position: relative; }
    body#body-sites.madison .ownlocal-widget {
      top: 180px;
      height: calc(100% - 180px); } }
/* HM - Hide Copy */
@media only screen {
  body#body-sites.madison.sheet-open #copy {
    display: none; }
  body#body-sites.madison.sheet-open .header {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05); } }
/* True Global */
@media only screen {
  body#body-sites.madison .mobile-nav-area .mobile-nav-opener:before {
    line-height: 70px;
    left: auto;
    right: 20px;
    padding: 0; }
  body#body-sites.madison .mobile-nav-area .dropdown-menu {
    background: rgba(255, 255, 255, 0.95);
    top: 70px;
    bottom: auto;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(0, 0, 0, 0.05) inset;
    max-height: calc(100% - 70px); }
  body#body-sites.madison .mobile-nav-area li a {
    color: rgba(75, 89, 102, 0.8);
    color: #8A92A5; }
  body#body-sites.madison .mobile-nav-area .close-mobile-nav {
    color: #8A92A5;
    background: white;
    top: 15px;
    right: 11px; }
  body#body-sites.madison .mobile-nav-area .close-mobile-nav:hover {
    background: white; }
  body#body-sites.madison .mobile-nav-area li a:hover {
    color: #8A92A5;
    border-color: rgba(138, 146, 165, 0.8); }
  body#body-sites.madison .apps-in-mobile-nav li a:hover:before {
    color: #8A92A5; }
  body#body-sites.madison .mobile-nav-area .apps-in-mobile-nav:before {
    background: rgba(75, 89, 102, 0.8);
    background: #8A92A5; }
  body#body-sites.madison .mobile-nav-area .sub-menu {
    box-shadow: 1px 0 0 rgba(138, 146, 165, 0.2) inset; }
  body#body-sites.madison .mobile-nav-area ul::-webkit-scrollbar-thumb {
    background: rgba(133, 146, 153, 0.3); }
  body#body-sites.madison .apps-in-mobile-nav li a:hover:before {
    color: #8A92A5 !important; } }
/* Responsiveness 1 */
@media only screen and (max-width: 980px) {
  body#body-sites.madison .backstretch {
    top: 35px !important; }
  body#body-sites.madison #copy {
    width: 100%;
    left: 0;
    margin-left: 0;
    position: fixed;
    bottom: 20%;
    text-align: center; }
  body#body-sites.madison #copy h1 {
    padding: 0 70px;
    font-size: 58px; }
  body#body-sites.madison #facebook-button icon {
    background-position: 0 0 !important;
    width: 12px;
    margin: 0 10px; }
  body#body-sites.madison #facebook-button icon:hover {
    background-position: 0 25px !important;
    opacity: 0.9; }
  body#body-sites.madison .header {
    width: 100%;
    height: 70px;
    position: fixed;
    background: white;
    z-index: 10000;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    top: 0; }
  body#body-sites.madison .header-inner {
    width: 100%;
    margin: 0 auto; }
  body#body-sites.madison #logo-top {
    position: relative;
    top: 0;
    text-align: center;
    margin: 0;
    padding: 9px 0 0;
    overflow: hidden;
    float: left;
    left: 20px;
    padding: 14px 0 0; }
  body#body-sites.madison #logo-top img {
    width: auto !important;
    height: auto !important;
    max-width: 3000px;
    display: inline !important;
    max-height: 40px; }
  body#body-sites.madison #menu {
    position: relative;
    width: auto;
    overflow: visible;
    float: right; }
  body#body-sites.madison #menu li {
    display: inline-block;
    text-align: left;
    margin: 0 0 0 20px; }
  body#body-sites.madison #menu li span {
    background: transparent;
    border: 0 none;
    padding: 0;
    font-size: 14px;
    line-height: 70px;
    font-family: Arial; }
  body#body-sites.madison #menu li span a {
    color: rgba(75, 89, 102, 0.8); }
  body#body-sites.madison #menu li span a:hover {
    color: #3366CC; }
  body#body-sites.madison .menu-contact-info {
    display: none; }
  body#body-sites.madison .menu-container {
    float: left;
    margin: 0; }
  body#body-sites.madison #nav-user, body#body-sites.madison #saved-outside-builder {
    top: 70px; }
  body#body-sites.madison #share-button {
    top: 70px; }
  body#body-sites.madison #slideshare-button icon {
    background-position: -111px 0 !important;
    width: 25px;
    margin: 0 3px 0 4px; }
  body#body-sites.madison #slideshare-button icon:hover {
    background-position: -110px 25px !important; }
  body#body-sites.madison .social {
    background: transparent !important;
    padding: 10px 0 10px 10px !important;
    width: 32px !important;
    height: 25px !important;
    float: none;
    display: inline-block !important;
    vertical-align: text-top; }
  body#body-sites.madison .social span {
    display: none; }
  body#body-sites.madison #social-container {
    margin: 12px 25px 0 0;
    padding: 0;
    float: right;
    width: auto;
    border-left: 0 none; }
  body#body-sites.madison #social-container icon {
    background-position: 0 0;
    opacity: 0.3; }
  body#body-sites.madison #soundcloud-button icon {
    background-position: -187px 0;
    width: 30px;
    margin: 0 1px; }
  body#body-sites.madison #soundcloud-button icon:hover {
    background-position: -187px 25px;
    opacity: 0.9; }
  body#body-sites.madison #text-logo {
    padding: 0;
    font-size: 25px;
    line-height: 50px;
    color: rgba(75, 89, 102, 0.8); }
  body#body-sites.madison #text-logo:hover {
    color: #4b5966; }
  body#body-sites.madison #twitter-button icon {
    background-position: -33px 0;
    width: 23px;
    margin: 0 4px 0 5px; }
  body#body-sites.madison #twitter-button icon:hover {
    background-position: -33px 25px;
    opacity: 0.9; }
  body#body-sites.madison #video-button icon {
    background-position: -74px 0;
    width: 21px;
    margin: 0 5px 0 6px; }
  body#body-sites.madison #video-button icon:hover {
    background-position: -74px 25px;
    opacity: 0.9; } }
/* Responsiveness 1 - Sheet Open */
@media only screen and (max-width: 980px) {
  body#body-sites.madison.sheet-open .mobile-nav-area .mobile-nav-opener:before {
    line-height: 54px;
    left: 20px;
    padding: 0; } }
/* Responsiveness 2 */
@media only screen and (max-width: 580px) {
  body#body-sites.madison #copy h1 {
    padding: 0 10px;
    font-size: 32px;
    line-height: 1.1; }
  body#body-sites.madison #social-container {
    display: none; } }
/* Responsiveness 3 */
@media only screen and (max-height: 400px) {
  body#body-sites.madison #copy {
    bottom: 10%; }
  body#body-sites.madison #copy h1 {
    font-size: 30px; }
  body#body-sites.madison #text-logo {
    text-align: left; } }
	/*
============================================================================================================
	Name: MADISON (LANDING)
	  ID: 04
	Date: 12-08
	Type: Top menu, fluid, landing page			*/
/* Builder Customizations */
body#body-sites.madison-landing #draggable #mc-templates .landing-selection-container {
  display: block; }
body#body-sites.madison-landing #draggable #mc-templates .templates-selection-container {
  bottom: 57px; }

/* Landing global */
@media only screen {
  body#body-sites.madison-landing .backstretch {
    top: 0 !important; }
  body#body-sites.madison-landing #contact-mod #module-content {
    padding: 25px 0 40px; }
  body#body-sites.madison-landing #copy h1 {
    display: none; }
  body#body-sites.madison-landing #facebook-mod {
    margin: 0 0 0 -490px;
    position: fixed;
    height: 484px;
    overflow: hidden;
    left: 50%;
    top: 70px;
    width: 100%; }
  body#body-sites.madison-landing #fb-full iframe {
    width: 101%;
    margin: 0 -1px; }
  body#body-sites.madison-landing .header {
    box-shadow: 0 -10px 3px rgba(0, 0, 0, 0.2) !important;
    position: absolute;
    background: white;
    width: 980px;
    left: 50%;
    margin: 0 0 -10px -490px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  body#body-sites.madison-landing .header-inner {
    width: 100%;
    max-width: 880px;
    margin: 0 auto; }
  body#body-sites.madison-landing #logo-top {
    padding: 0;
    line-height: 70px;
    height: 70px;
    display: table; }
  body#body-sites.madison-landing #logo-top a {
    display: table-cell;
    vertical-align: middle; }
  body#body-sites.madison-landing #logo-top img {
    vertical-align: middle; }
  body#body-sites.madison-landing .media-gallery-wrapper, body#body-sites.madison-landing .media-flickr, body#body-sites.madison-landing .media-facebook-profile, body#body-sites.madison-landing .media-soundcloud, body#body-sites.madison-landing .media-vimeo, body#body-sites.madison-landing .media-youtube, body#body-sites.madison-landing #slideshare-mod, body#body-sites.madison-landing #soundcloud-mod, body#body-sites.madison-landing #video-mod {
    margin: 0 0 0 -490px !important;
    top: 70px !important;
    position: absolute !important; }
  body#body-sites.madison-landing .module-close {
    display: none; }
  body#body-sites.madison-landing .module-header {
    padding-top: 100px; }
  body#body-sites.madison-landing .module-header h3 {
    max-width: none;
    color: rgba(42, 46, 53, 0.7); }
  body#body-sites.madison-landing #nav-user, body#body-sites.madison-landing #saved-outside-builder {
    top: 0; }
  body#body-sites.madison-landing .sheet-backdrop {
    display: none; }
  body#body-sites.madison-landing #text-logo {
    background: transparent;
    line-height: 70px; }
  body#body-sites.madison-landing #twitter-mod {
    position: fixed;
    height: auto;
    top: 71px;
    bottom: 0;
    left: 50%;
    width: 980px;
    margin: 0 0 0 -490px;
    min-height: initial; }
  body#body-sites.madison-landing #twitter-mod .module-header {
    display: none !important; }
  body#body-sites.madison-landing #twitter-mod #module-content {
    position: absolute;
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px; }
  body#body-sites.madison-landing .white_content {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    padding: 0 50px; }
  body#body-sites.madison-landing .white_content::after {
    display: none; } }
/* Landing global - Sheet Open*/
@media only screen {
  body#body-sites.madison-landing.sheet-open #nav-user {
    z-index: 10000; } }
/* Responsiveness Global */
@media only screen and (max-width: 980px) {
  body#body-sites.madison-landing {
    background: white; }
    body#body-sites.madison-landing .backstretch, body#body-sites.madison-landing #malla, body#body-sites.madison-landing #wallpaper, body#body-sites.madison-landing #pattern {
      display: none !important; }
    body#body-sites.madison-landing #contact-mod #module-content {
      padding: 25px 50px 40px; }
    body#body-sites.madison-landing #container {
      padding-top: 70px; }
    body#body-sites.madison-landing #container .app-sheet {
      position: fixed !important;
      top: 70px !important;
      margin: 0 !important; }
    body#body-sites.madison-landing #container .app-sheet #module-content {
      top: 0; }
    body#body-sites.madison-landing #container .app-sheet iframe {
      position: absolute;
      pointer-events: all; }
    body#body-sites.madison-landing #container .app-sheet .module-header, body#body-sites.madison-landing #container .media-sheet .module-header {
      display: none !important; }
    body#body-sites.madison-landing #container .app-sheet iframe, body#body-sites.madison-landing #container .media-sheet iframe {
      padding: 0 !important; }
    body#body-sites.madison-landing .header {
      position: fixed;
      width: 100%;
      box-shadow: 0 0 0 transparent !important;
      left: auto;
      margin: 0; }
    body#body-sites.madison-landing #logo-top {
      left: 64px; }
    body#body-sites.madison-landing .media-sheet .white_content {
      position: absolute;
      top: 70px !important;
      margin: 0 !important; }
    body#body-sites.madison-landing #module-content {
      max-width: none;
      padding: 20px 50px; }
    body#body-sites.madison-landing .module-header, body#body-sites.madison-landing #container .media-sheet .module-header, body#body-sites.madison-landing #container .app-sheet .module-header {
      position: relative;
      height: auto;
      overflow: visible;
      border: 0 none;
      top: auto;
      box-shadow: 0 0 0 transparent;
      padding: 0; }
    body#body-sites.madison-landing .module-header h3 {
      white-space: normal;
      line-height: 1.4;
      padding-top: 14px;
      position: relative;
      left: auto;
      right: auto;
      padding: 30px 20px;
      font-weight: 300;
      font-size: 26px;
      padding: 30px 50px; }
    body#body-sites.madison-landing .module-stopper {
      display: none; }
    body#body-sites.madison-landing .white_content {
      position: relative;
      padding: 0;
      margin: 0;
      box-shadow: 0 0 0 transparent; } }
/* Responsiveness 1 */
@media only screen and (max-width: 980px) {
  body#body-sites.sheet-open.madison-landing .header {
    display: table; }
  body#body-sites.sheet-open.madison-landing #logo-top {
    left: 20px; }
  body#body-sites.sheet-open.madison-landing .mobile-nav-area .mobile-nav-opener:before {
    line-height: 70px;
    left: auto;
    right: 20px;
    padding: 0; }
  body#body-sites.sheet-open.madison-landing .mobile-nav-area .close-mobile-nav {
    top: 18px; }
  body#body-sites.sheet-open.madison-landing .mobile-nav-area .dropdown-menu {
    top: 70px;
    max-height: calc(100% - 70px); }
  body#body-sites.sheet-open.madison-landing .module-header {
    z-index: initial; }
  body#body-sites.sheet-open.madison-landing #nav-user {
    top: auto;
    bottom: 0;
    left: 0;
    width: 179px;
    overflow: hidden;
    z-index: 10000; }
  body#body-sites.sheet-open.madison-landing #saved-outside-builder {
    top: 0;
    width: auto;
    padding: 0 15px; } }
/* Responsiveness 2 */
@media only screen and (max-width: 580px) {
  body#body-sites.sheet-open.madison-landing #contact-mod #module-content {
    padding: 25px 20px 40px; }
  body#body-sites.sheet-open.madison-landing #module-content {
    padding: 20px; }
  body#body-sites.sheet-open.madison-landing .module-header h3 {
    padding: 20px; } }

	/*
============================================================================================================
	Name: ARCTIC
	  ID: 06
	Date: 12-08
	Type: Top menu, white		*/
/* Builder Customizations */
body#body-sites.arctic #draggable #mc-templates .landing-selection-container {
  display: none; }

/* Global */
@media only screen and (min-width: 980px) {
  body#body-sites.arctic {
    background: white;
    overflow-x: hidden;
    overflow-y: auto; }
    body#body-sites.arctic .centered-media-image img.top-content-image {
      max-width: 100% !important; }
    body#body-sites.arctic .cke_float {
      opacity: 0.4;
      -webkit-transition: opacity 0.5s ease;
      -moz-transition: opacity 0.5s ease;
      -ms-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      position: fixed !important;
      z-index: 10000 !important;
      left: 50% !important;
      margin-left: -253px !important;
      top: 6px !important; }
    body#body-sites.arctic .cke_float:hover {
      opacity: 1; }
    body#body-sites.arctic #contact-mod #module-content {
      padding: 25px 0 40px; }
    body#body-sites.arctic #contact-mod h1 {
      border-top: 0 none;
      border-top: 0 none;
      margin-top: 0 !important;
      padding-top: 5px; }
    body#body-sites.arctic #contact-form-check input, body#body-sites.arctic #contact-form-check textarea {
      background: #F2F2F2;
      border-radius: 0;
      box-shadow: 0 0 0 transparent;
      border: 0 none;
      padding: 5px 8px; }
    body#body-sites.arctic #contact-form-check label {
      font-family: Arial;
      font-size: 15px;
      line-height: 3;
      padding: 0; }
    body#body-sites.arctic .contact-form-container {
      display: inline-block;
      border-left: 1px solid #EEE;
      padding: 0 0 40px 40px;
      width: 60%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    body#body-sites.arctic .contact-info-container {
      display: inline-block;
      float: left;
      width: 40%;
      overflow: hidden; }
    body#body-sites.arctic #container {
      width: 100%;
      position: relative;
      height: auto; }
    body#body-sites.arctic .content-section-media img {
      margin: 25px 0 0;
      width: auto;
      min-width: inherit;
      max-width: 100%; }
    body#body-sites.arctic .content-section-media-box {
      margin-top: 25px; }
    body#body-sites.arctic .content-section-gallery, body#body-sites.arctic .content-section-flickr-gallery, body#body-sites.arctic .content-section-facebook-profile-gallery, body#body-sites.arctic .content-sheet-media-video, body#body-sites.arctic .content-section-media iframe {
      width: 100% !important;
      margin: 25px 0 5px; }
    body#body-sites.arctic .content-sheet h1, body#body-sites.arctic .content-sheet h2, body#body-sites.arctic .content-sheet h3, body#body-sites.arctic .content-sheet h4, body#body-sites.arctic .content-sheet h5, body#body-sites.arctic .content-sheet h6, body#body-sites.arctic .content-sheet ol, body#body-sites.arctic .content-sheet ul, body#body-sites.arctic .content-sheet p, body#body-sites.arctic .content-sheet address, body#body-sites.arctic .content-sheet hr, body#body-sites.arctic .content-sheet table, body#body-sites.arctic .content-sheet iframe, body#body-sites.arctic .content-sheet .rss-feed .entry-details {
      width: 100%;
      margin: 0 auto;
      max-width: 700px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    body#body-sites.arctic .content-sheet #module-content address {
      margin: 0 auto 15px;
      padding-left: 50px; }
    body#body-sites.arctic .content-sheet #module-content ol {
      padding-left: 40px; }
    body#body-sites.arctic .content-sheet #module-content ul {
      padding-left: 40px; }
    body#body-sites.arctic .content-sheet hr {
      margin: 0 auto 15px !important; }
    body#body-sites.arctic .content-sheet h1, body#body-sites.arctic .content-sheet h2, body#body-sites.arctic .content-sheet h3, body#body-sites.arctic .content-sheet h4, body#body-sites.arctic .content-sheet h5, body#body-sites.arctic .content-sheet h6 {
      color: #4b5966; }
    body#body-sites.arctic .content-sheet .rss-feed .entry-details {
      margin-bottom: 20px; }
    body#body-sites.arctic #copy {
      width: 980px;
      left: 50%;
      margin: 70px 0 0 -490px;
      height: 612px;
      position: fixed; }
    body#body-sites.arctic #copy h1 {
      font: 100 38px/1.2 "Open Sans";
      color: #4B5966;
      text-shadow: 0 0 0 transparent;
      position: absolute !important;
      padding: 15px 25px 15px 20px;
      margin: 0;
      letter-spacing: 0;
      background: rgba(255, 255, 255, 0.95);
      max-width: 80%;
      text-overflow: ellipsis;
      overflow: hidden;
      bottom: 50px;
      left: 50px; }
    body#body-sites.arctic #draggable {
      position: fixed; }
    body#body-sites.arctic .dropdown-nav {
      position: relative; }
    body#body-sites.arctic .dropdown-nav ul {
      margin: 0 !important;
      position: absolute;
      top: 70px;
      background: white;
      box-shadow: 0 0 0 transparent;
      left: -20px;
      border-radius: 0 0 2px 2px;
      padding-bottom: 2px;
      border-style: solid;
      border-width: 0 1px 1px;
      border-color: #F2F2F2; }
    body#body-sites.arctic .dropdown-nav ul li {
      width: 170px;
      padding-left: 10px; }
    body#body-sites.arctic .dropdown-nav ul span {
      font-size: 14px !important;
      padding: 0 0 0 10px !important;
      line-height: 2.5 !important;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 150px;
      display: block; }
    body#body-sites.arctic .dropdown-nav .arrow-in-right {
      padding-right: 15px !important;
      position: relative; }
    body#body-sites.arctic .dropdown-nav .arrow-in-right:after {
      content: "▾";
      margin-left: 8px;
      display: block;
      position: absolute;
      right: 0;
      left: auto;
      top: 50%;
      font: 14px/1 Arial;
      color: rgba(75, 89, 102, 0.6);
      margin-top: -8px; }
    body#body-sites.arctic #facebook-mod {
      margin: 69px auto 0;
      position: relative;
      min-height: 0;
      width: 980px;
      left: auto;
      top: 0; }
    body#body-sites.arctic #facebook-mod iframe {
      width: 980px;
      height: 520px;
      margin-bottom: 20px; }
    body#body-sites.arctic #facebook-mod .module-close {
      top: 69px;
      margin: 0 -522px 0 0 !important;
      position: fixed; }
    body#body-sites.arctic .galleria-thumbnails-container {
      background: rgba(255, 255, 255, 0.8); }
    body#body-sites.arctic .galleria-container {
      background: transparent !important; }
    body#body-sites.arctic .galleria-thumbnails-list {
      border-top: 1px solid white !important;
      background: white !important; }
    body#body-sites.arctic .google-viewer-iframe {
      width: 100% !important;
      max-width: 100% !important;
      height: 1200px;
      margin: 25px 0 !important;
      box-shadow: 0 1px 0 #DDD;
      border-width: 0 1px !important;
      border-style: solid !important;
      border-color: #DDDDDD !important; }
    body#body-sites.arctic .header {
      width: 100%;
      height: 70px;
      position: fixed;
      background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/alpha-white-90.png") repeat fixed;
      background: rgba(255, 255, 255, 0.95);
      box-shadow: 0 0 0 transparent;
      z-index: 10000; }
    body#body-sites.arctic .header-inner {
      width: 980px;
      margin: 0 auto; }
    body#body-sites.arctic .in-mod-wufoo {
      padding: 30px 0; }
    body#body-sites.arctic .in-mod-wufoo iframe {
      max-width: initial !important; }
    body#body-sites.arctic #logo-top {
      position: relative;
      top: 0;
      left: auto;
      text-align: center;
      margin: 0;
      padding: 9px 0 0;
      overflow: hidden;
      float: left; }
    body#body-sites.arctic #logo-top img {
      width: auto !important;
      height: auto !important;
      max-width: 3000px;
      display: inline !important;
      max-height: 50px; }
    body#body-sites.arctic #malla {
      z-index: 1; }
    body#body-sites.arctic .media-gallery, body#body-sites.arctic .media-flickr-gallery, body#body-sites.arctic .media-facebook-profile-gallery {
      width: 100%;
      height: 100%; }
    body#body-sites.arctic .media-gallery, body#body-sites.arctic .media-flickr-gallery, body#body-sites.arctic .media-facebook-profile-gallery {
      height: 0 !important;
      position: relative;
      padding: 0 0 66.67%;
      background: #F3F3F3;
      width: 100%; }
    body#body-sites.arctic .media-gallery-wrapper, body#body-sites.arctic .media-flickr, body#body-sites.arctic .media-facebook-profile, body#body-sites.arctic .media-soundcloud, body#body-sites.arctic .media-vimeo, body#body-sites.arctic .media-youtube, body#body-sites.arctic #slideshare-mod, body#body-sites.arctic #soundcloud-mod, body#body-sites.arctic #video-mod {
      left: 50% !important;
      margin-left: -490px !important;
      margin-top: 71px !important;
      width: 980px !important;
      top: 0 !important;
      max-height: inherit !important;
      padding: 0 !important;
      min-height: 0 !important;
      position: fixed !important;
      height: 551px !important; }
    body#body-sites.arctic .media-sheet .module-header, body#body-sites.arctic #facebook-mod .module-header, body#body-sites.arctic #video-mod .module-header, body#body-sites.arctic #youtube-channel-mod .module-header, body#body-sites.arctic #slideshare-mod .module-header, body#body-sites.arctic #soundcloud-mod .module-header {
      display: block;
      padding: 0; }
    body#body-sites.arctic .media-sheet .module-header h3, body#body-sites.arctic #facebook-mod .module-header h3, body#body-sites.arctic #video-mod .module-header h3, body#body-sites.arctic #youtube-channel-mod .module-header h3, body#body-sites.arctic #slideshare-mod .module-header h3, body#body-sites.arctic #soundcloud-mod .module-header h3 {
      display: none; }
    body#body-sites.arctic .media-sheet .module-close, body#body-sites.arctic #video-mod .module-close, body#body-sites.arctic #youtube-channel-mod .module-close, body#body-sites.arctic #slideshare-mod .module-close, body#body-sites.arctic #soundcloud-mod .module-close {
      top: 50%;
      margin: -379px -523px 0 0;
      position: fixed; }
    body#body-sites.arctic #menu {
      position: relative;
      width: auto;
      overflow: visible;
      float: right; }
    body#body-sites.arctic #menu li {
      display: inline-block;
      text-align: left;
      margin: 0 0 0 20px; }
    body#body-sites.arctic #menu li span {
      background: transparent;
      border: 0 none;
      padding: 0;
      font-size: 14px;
      line-height: 70px; }
    body#body-sites.arctic #menu li span a {
      color: rgba(75, 89, 102, 0.6);
      font-size: 13px;
      font-family: 'Montserrat', Arial;
      text-transform: uppercase;
      letter-spacing: -0.2px; }
    body#body-sites.arctic #menu li span a:hover {
      color: #3366CC; }
    body#body-sites.arctic .menu-contact-info {
      display: none; }
    body#body-sites.arctic .menu-container {
      float: left;
      margin: 0; }
    body#body-sites.arctic .module-close {
      top: 70px;
      right: 50%;
      padding: 0;
      color: #FFF;
      background: rgba(0, 0, 0, 0.1);
      padding: 0 10px 4px;
      margin: 0 -490px 0 0; }
    body#body-sites.arctic .module-close:hover {
      background: rgba(0, 0, 0, 0.2); }
    body#body-sites.arctic #module-content {
      padding: 25px 0; }
    body#body-sites.arctic .module-header {
      position: relative;
      height: auto;
      padding: 100px 100px 0;
      width: 100%;
      border-bottom: 0 none;
      box-shadow: 0 0 0 transparent;
      margin: 0 -100px;
      background: transparent;
      overflow: initial; }
    body#body-sites.arctic .module-header h3 {
      padding: 0;
      line-height: 55px;
      font-family: 'Open Sans';
      font-size: 32px;
      font-weight: 100;
      float: none;
      text-align: center;
      max-width: none; }
    body#body-sites.arctic #module-map {
      height: 300px !important;
      margin-top: 25px; }
    body#body-sites.arctic .module-stopper {
      display: none; }
    body#body-sites.arctic #nav-user {
      z-index: 100000; }
    body#body-sites.arctic #nested-menu {
      margin-top: 70px;
      padding: 5px 0;
      min-height: 0;
      box-shadow: 0 0 0 transparent;
      top: 0;
      border-radius: 0;
      max-height: 500px;
      border: 1px solid #EEE; }
    body#body-sites.arctic #nested-menu a {
      font: 14px/1.5 Arial;
      border: 0 none; }
    body#body-sites.arctic #nested-menu a:hover {
      background: transparent;
      color: #3366CC; }
    body#body-sites.arctic .rss-feed img {
      max-width: 100%;
      width: auto;
      box-shadow: 0 0 0 transparent;
      border: 0 none;
      padding: 0;
      background: transparent;
      margin: 0 auto; }
    body#body-sites.arctic .rss-feed-post {
      padding-left: 0;
      padding-right: 0;
      border-top: 0 none;
      border-bottom: 0 none;
      box-shadow: 0 0 0 transparent; }
    body#body-sites.arctic .rss-feed p {
      font: 15px/1.8 Helvetica, Arial; }
    body#body-sites.arctic #share-button {
      background: #AAAAAA;
      box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1); }
    body#body-sites.arctic #share-button:hover {
      background: #999999; }
    body#body-sites.arctic #share-mod {
      padding: 0;
      margin-top: -210px;
      right: 0;
      margin-right: 0;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    body#body-sites.arctic .sheet-backdrop {
      display: none; }
    body#body-sites.arctic .slideshare-app iframe, body#body-sites.arctic #media-vimeo-iframe, body#body-sites.arctic #media-youtube-iframe {
      height: 100%; }
    body#body-sites.arctic .social {
      background: transparent !important;
      padding: 10px 0 10px 10px !important;
      float: none;
      display: inline-block !important;
      vertical-align: text-top; }
    body#body-sites.arctic .social icon:before {
      color: rgba(75, 89, 102, 0.4);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      opacity: 0.8; }
    body#body-sites.arctic #facebook-button icon:hover:before {
      color: #5069BA; }
    body#body-sites.arctic #slideshare-button icon:hover:before {
      color: #F58F1B; }
    body#body-sites.arctic #soundcloud-button icon:hover:before {
      color: #FF6600; }
    body#body-sites.arctic #twitter-button icon:hover:before {
      color: #00ACED; }
    body#body-sites.arctic #video-button icon:hover:before {
      color: #E81832; }
    body#body-sites.arctic .social span {
      display: none; }
    body#body-sites.arctic #social-container {
      margin: 12px 0 0 20px;
      padding: 0;
      float: right;
      width: auto;
      border-left: 1px solid rgba(0, 0, 0, 0.08); }
    body#body-sites.arctic #text-logo {
      padding: 0;
      font-size: 25px;
      line-height: 50px;
      background: transparent;
      color: #4B5966;
      color: rgba(75, 89, 102, 0.8); }
    body#body-sites.arctic #text-logo:hover {
      color: #4b5966; }
    body#body-sites.arctic .twtr-widget {
      padding: 0 !important; }
    body#body-sites.arctic #twtr-widget .twtr-tweet-text {
      margin-top: -2px; }
    body#body-sites.arctic .twtr-widget .twtr-tweet {
      border-color: transparent !important; }
    body#body-sites.arctic #twitter-follow-button {
      margin: 15px 0 0;
      padding-bottom: 15px;
      border: 0 none; }
    body#body-sites.arctic .ui-wrapper {
      width: auto !important;
      height: auto !important;
      max-height: 70px; }
    body#body-sites.arctic .ui-resizable-handle {
      display: none !important; }
    body#body-sites.arctic #video-iframe {
      height: 100% !important; }
    body#body-sites.arctic #wallpaper, body#body-sites.arctic #pattern {
      z-index: 0; }
    body#body-sites.arctic .white_content {
      padding: 0;
      right: auto;
      top: 0;
      margin: 0 auto;
      width: 100%;
      overflow: visible;
      height: auto;
      min-height: 100%;
      background: rgba(255, 255, 255, 0.98);
      max-width: 980px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      box-shadow: 0 0 0 rgba(0, 0, 0, 0);
      position: relative; }
    body#body-sites.arctic .white_content::after {
      display: none; }
    body#body-sites.arctic .ownlocal-widget {
      position: relative;
      top: auto;
      height: calc(100vh - 166px);
      margin-top: 10px; } }
/* HM - Hide Copy */
@media only screen {
  body#body-sites.arctic.sheet-open .backstretch, body#body-sites.arctic.sheet-open #wallpaper, body#body-sites.arctic.sheet-open #pattern, body#body-sites.arctic.sheet-open #malla {
    display: none !important; }
  body#body-sites.arctic.sheet-open #copy {
    display: none; } }
/* Only Desktop */
@media only screen and (min-width: 980px) {
  body#body-sites.arctic .backstretch {
    width: 980px !important;
    height: 612px !important;
    left: 50% !important;
    margin: 70px 0 0 -490px !important;
    position: absolute !important;
    z-index: 0 !important; }
  body#body-sites.arctic .backstretch img {
    width: 980px !important;
    height: auto !important;
    left: 50% !important;
    margin: 0 0 0 -490px !important;
    top: 0 !important;
    min-height: 612px !important; }
  body#body-sites.arctic #malla {
    width: 980px;
    height: 612px;
    left: 50%;
    top: 0;
    margin: 70px 0 0 -490px; }
  body#body-sites.arctic #twitter-mod #module-content {
    position: fixed;
    top: 190px;
    left: 50%;
    bottom: 50px;
    width: 980px;
    margin: 0 0 0 -490px; }
  body#body-sites.arctic #twitter-mod #module-content iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important; }
  body#body-sites.arctic #wallpaper, body#body-sites.arctic #pattern {
    width: 980px;
    left: 50%;
    margin: 70px 0 0 -490px;
    height: 612px;
    position: absolute; } }
/* Only Desktop with Sheet Open */
@media only screen and (min-width: 980px) {
  body#body-sites.arctic.sheet-open .header {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); } }
/* True Global */
@media only screen {
  body#body-sites.arctic .mobile-nav-area .mobile-nav-opener:before {
    line-height: 70px;
    left: auto;
    right: 20px;
    padding: 0; }
  body#body-sites.arctic .mobile-nav-area .dropdown-menu {
    background: rgba(255, 255, 255, 0.95);
    top: 70px;
    bottom: auto;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(0, 0, 0, 0.05) inset;
    max-height: calc(100% - 70px); }
  body#body-sites.arctic .mobile-nav-area li a {
    color: rgba(75, 89, 102, 0.8);
    color: #8A92A5; }
  body#body-sites.arctic .mobile-nav-area .close-mobile-nav {
    color: #8A92A5;
    background: white;
    top: 15px;
    right: 11px; }
  body#body-sites.arctic .mobile-nav-area .close-mobile-nav:hover {
    background: white; }
  body#body-sites.arctic .mobile-nav-area li a:hover {
    color: #8A92A5;
    border-color: rgba(138, 146, 165, 0.8); }
  body#body-sites.arctic .apps-in-mobile-nav li a:hover:before {
    color: #8A92A5; }
  body#body-sites.arctic .mobile-nav-area .apps-in-mobile-nav:before {
    background: rgba(75, 89, 102, 0.8);
    background: #8A92A5; }
  body#body-sites.arctic .mobile-nav-area .sub-menu {
    box-shadow: 1px 0 0 rgba(138, 146, 165, 0.2) inset; }
  body#body-sites.arctic .mobile-nav-area ul::-webkit-scrollbar-thumb {
    background: rgba(133, 146, 153, 0.3); }
  body#body-sites.arctic .apps-in-mobile-nav li a:hover:before {
    color: #8A92A5 !important; } }
/* Responsiveness 1 */
@media only screen and (max-width: 980px) {
  body#body-sites.arctic #copy {
    position: fixed;
    left: 0;
    top: auto;
    margin: 0;
    width: auto;
    height: auto;
    bottom: 0;
    max-width: 70%; }
  body#body-sites.arctic #copy h1 {
    color: #4B5966;
    text-shadow: 0 0 0 transparent;
    padding: 15px 25px 15px 20px;
    letter-spacing: 0;
    background: rgba(255, 255, 255, 0.95);
    text-overflow: ellipsis;
    overflow: hidden;
    font: 100 38px/1.2 "Open Sans";
    left: 0;
    bottom: 0;
    max-width: initial;
    position: relative !important;
    margin: 25px; }
  body#body-sites.arctic #facebook-button icon {
    background-position: 0 0 !important;
    width: 12px;
    margin: 0 10px; }
  body#body-sites.arctic #facebook-button icon:hover {
    background-position: 0 25px !important;
    opacity: 0.9; }
  body#body-sites.arctic .header {
    width: 100%;
    height: 70px;
    position: fixed;
    background: url("https://s3.amazonaws.com/cdn.sidengo.com/images/common/alpha-white-90.png") repeat fixed;
    background: white;
    box-shadow: 0 0 0 transparent;
    z-index: 10000;
    border-bottom: 1px solid #F2F2F2; }
  body#body-sites.arctic .header-inner {
    width: 100%;
    margin: 0 auto; }
  body#body-sites.arctic #logo-top {
    position: relative;
    top: 0;
    left: 20px;
    text-align: center;
    margin: 0;
    padding: 10px 0 0;
    overflow: hidden;
    float: left; }
  body#body-sites.arctic #logo-top img {
    width: auto !important;
    height: auto !important;
    max-width: 3000px;
    display: inline !important;
    max-height: 50px; }
  body#body-sites.arctic #menu {
    position: relative;
    width: auto;
    overflow: visible;
    float: right; }
  body#body-sites.arctic #menu li {
    display: inline-block;
    text-align: left;
    margin: 0 0 0 20px; }
  body#body-sites.arctic #menu li span {
    background: transparent;
    border: 0 none;
    padding: 0;
    font-size: 14px;
    line-height: 70px;
    font-family: Arial; }
  body#body-sites.arctic #menu li span a {
    color: rgba(75, 89, 102, 0.8); }
  body#body-sites.arctic #menu li span a:hover {
    color: #3366CC; }
  body#body-sites.arctic .menu-container {
    float: left;
    margin: 0; }
  body#body-sites.arctic #nav-user, body#body-sites.arctic #saved-outside-builder {
    top: 70px; }
  body#body-sites.arctic #share-button {
    background: #AAAAAA;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    top: 71px; }
  body#body-sites.arctic #share-button:hover {
    background: #999999; }
  body#body-sites.arctic #share-mod {
    padding: 0;
    margin-top: -210px;
    right: 0;
    margin-right: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  body#body-sites.arctic .slideshare-app iframe, body#body-sites.arctic #media-vimeo-iframe, body#body-sites.arctic #media-youtube-iframe {
    height: 100%; }
  body#body-sites.arctic .social {
    background: transparent !important;
    padding: 10px 0 10px 10px !important;
    width: 32px !important;
    height: 25px !important;
    float: none;
    display: inline-block !important;
    vertical-align: text-top; }
  body#body-sites.arctic .social span {
    display: none; }
  body#body-sites.arctic #slideshare-button icon {
    background-position: -111px 0 !important;
    width: 25px;
    margin: 0 3px 0 4px; }
  body#body-sites.arctic #slideshare-button icon:hover {
    background-position: -110px 25px !important; }
  body#body-sites.arctic #social-container {
    margin: 12px 25px 0 0;
    padding: 0;
    float: right;
    width: auto;
    border-left: 0 none; }
  body#body-sites.arctic #social-container icon {
    background-position: 0 0;
    opacity: 0.3; }
  body#body-sites.arctic #soundcloud-button icon {
    background-position: -187px 0;
    width: 30px;
    margin: 0 1px; }
  body#body-sites.arctic #soundcloud-button icon:hover {
    background-position: -187px 25px;
    opacity: 0.9; }
  body#body-sites.arctic #text-logo {
    padding: 0;
    font-size: 25px;
    line-height: 50px;
    background: transparent;
    color: #4B5966;
    color: rgba(75, 89, 102, 0.8); }
  body#body-sites.arctic #twitter-button icon {
    background-position: -33px 0;
    width: 23px;
    margin: 0 4px 0 5px; }
  body#body-sites.arctic #twitter-button icon:hover {
    background-position: -33px 25px;
    opacity: 0.9; }
  body#body-sites.arctic #video-button icon {
    background-position: -74px 0;
    width: 21px;
    margin: 0 5px 0 6px; }
  body#body-sites.arctic #video-button icon:hover {
    background-position: -74px 25px;
    opacity: 0.9; } }
/* Responsiveness 1 - Sheet Open */
@media only screen and (max-width: 980px) {
  body#body-sites.arctic.sheet-open .mobile-nav-area .mobile-nav-opener:before {
    line-height: 54px;
    left: 20px;
    padding: 0; } }
/* Responsiveness 2 */
@media only screen and (max-width: 580px) {
  body#body-sites.arctic #copy {
    max-width: 100%; }
  body#body-sites.arctic #copy h1 {
    font-size: 24px;
    margin: 20px; }
  body#body-sites.arctic #logo-top img {
    max-width: 230px; }
  body#body-sites.arctic #social-container {
    display: none; } }
/* Responsiveness 3 */
@media only screen and (max-height: 400px) {
  body#body-sites.arctic #copy h1 {
    font-size: 20px;
    padding: 10px; } }
	/*
============================================================================================================
	Name: ARCTIC (LANDING)
	  ID: 07
	Date: 12-08
	Type: Top menu, white, landing page 	*/
/* Builder Customizations */
body#body-sites.arctic-landing #draggable #builder-nav .tabs li:nth-child(4) {
  display: none; }
body#body-sites.arctic-landing #draggable #mc-templates .landing-selection-container {
  display: block; }
body#body-sites.arctic-landing #draggable #mc-templates .templates-selection-container {
  bottom: 57px; }
body#body-sites.arctic-landing #draggable .background-overlay {
  display: none; }
body#body-sites.arctic-landing #draggable #mc-background #builder-background-selectable-Gallery, body#body-sites.arctic-landing #draggable #builder-background-selectable-Patterns {
  height: 298px; }

/* Landing global */
@media only screen {
  body#body-sites.arctic-landing.sheet-open .backstretch {
    display: none !important; }
  body#body-sites.arctic-landing.sheet-open #copy h1 {
    display: none; }
  body#body-sites.arctic-landing.sheet-open #malla {
    display: none; }
  body#body-sites.arctic-landing.sheet-open .module-close {
    display: none !important; }
  body#body-sites.arctic-landing.sheet-open #nav-user {
    z-index: 10000;
    top: 70px; }
  body#body-sites.arctic-landing.sheet-open #saved-outside-builder {
    top: 70px;
    right: 40px; }
  body#body-sites.arctic-landing.sheet-open #wallpaper, body#body-sites.arctic-landing.sheet-open #pattern {
    display: none; }
  body#body-sites.arctic-landing.sheet-open .white_content::after {
    display: none; } }
/* Responsiveness Global */
@media only screen and (max-width: 980px) {
  body#body-sites.arctic-landing {
    background: white; }
    body#body-sites.arctic-landing .backstretch, body#body-sites.arctic-landing #malla, body#body-sites.arctic-landing #wallpaper, body#body-sites.arctic-landing #pattern {
      display: none !important; }
    body#body-sites.arctic-landing #contact-mod #module-content {
      padding: 25px 50px 40px; }
    body#body-sites.arctic-landing #container {
      padding-top: 70px; }
    body#body-sites.arctic-landing #container .app-sheet {
      position: fixed !important;
      top: 70px; }
    body#body-sites.arctic-landing #container .app-sheet #module-content {
      top: 0; }
    body#body-sites.arctic-landing #container .app-sheet iframe {
      position: absolute;
      pointer-events: all; }
    body#body-sites.arctic-landing #container .app-sheet .module-header, body#body-sites.arctic-landing #container .media-sheet .module-header {
      display: none !important; }
    body#body-sites.arctic-landing #container .app-sheet iframe, body#body-sites.arctic-landing #container .media-sheet iframe {
      padding: 0 !important; }
    body#body-sites.arctic-landing .galleria-thumbnails-container {
      background: rgba(255, 255, 255, 0.8); }
    body#body-sites.arctic-landing .galleria-container {
      background: #F3F3F3 !important; }
    body#body-sites.arctic-landing .galleria-thumbnails-list {
      border-top: 1px solid #F3F3F3 !important;
      background: #F3F3F3 !important; }
    body#body-sites.arctic-landing .header {
      position: fixed;
      width: 100%;
      box-shadow: 0 0 0 transparent !important;
      left: auto;
      margin: 0; }
    body#body-sites.arctic-landing #logo-top {
      left: 64px; }
    body#body-sites.arctic-landing .media-sheet .white_content {
      position: absolute;
      top: 70px !important; }
    body#body-sites.arctic-landing #module-content {
      max-width: none;
      padding: 20px 50px; }
    body#body-sites.arctic-landing .module-header, body#body-sites.arctic-landing #container .media-sheet .module-header, body#body-sites.arctic-landing #container .app-sheet .module-header {
      position: relative;
      height: auto;
      overflow: visible;
      border: 0 none;
      top: auto;
      box-shadow: 0 0 0 transparent;
      padding: 0; }
    body#body-sites.arctic-landing .module-header h3 {
      white-space: normal;
      line-height: 1.4;
      padding-top: 14px;
      position: relative;
      left: auto;
      right: auto;
      padding: 30px 20px;
      font-weight: 300;
      font-size: 26px;
      padding: 30px 50px; }
    body#body-sites.arctic-landing .module-stopper {
      display: none; }
    body#body-sites.arctic-landing .white_content {
      position: relative;
      padding: 0;
      margin: 0;
      box-shadow: 0 0 0 transparent; } }
/* Responsiveness 1 */
@media only screen and (max-width: 980px) {
  body#body-sites.sheet-open.arctic-landing .header {
    display: table; }
  body#body-sites.sheet-open.arctic-landing #logo-top {
    left: 20px; }
  body#body-sites.sheet-open.arctic-landing .mobile-nav-area .mobile-nav-opener:before {
    line-height: 70px;
    left: auto;
    right: 20px;
    padding: 0; }
  body#body-sites.sheet-open.arctic-landing .mobile-nav-area .close-mobile-nav {
    top: 18px; }
  body#body-sites.sheet-open.arctic-landing .mobile-nav-area .dropdown-menu {
    top: 70px;
    max-height: calc(100% - 70px); }
  body#body-sites.sheet-open.arctic-landing .module-header {
    z-index: initial; }
  body#body-sites.sheet-open.arctic-landing #nav-user {
    top: auto;
    bottom: 0;
    left: 0;
    width: 179px;
    overflow: hidden;
    z-index: 10000; }
  body#body-sites.sheet-open.arctic-landing #saved-outside-builder {
    top: 0;
    width: auto;
    padding: 0 15px; } }
/* Responsiveness 2 */
@media only screen and (max-width: 580px) {
  body#body-sites.sheet-open.arctic-landing #contact-mod #module-content {
    padding: 25px 20px 40px; }
  body#body-sites.sheet-open.arctic-landing #module-content {
    padding: 20px;
    font-size: 16px; }
  body#body-sites.sheet-open.arctic-landing .module-header h3 {
    padding: 20px;
    line-height: 1; } }

/*
============================================================================================================
	Name: POLAR
	  ID: 08
	Date: 12-12
	Type: left menu, white		*/
/* Builder Customizations */
body#body-sites.polar #draggable #mc-templates .landing-selection-container {
  display: none; }

/* Global */
@media only screen and (min-width: 980px) {
  body#body-sites.polar {
    font-family: Arial;
    background: white;
    overflow-x: hidden;
    overflow-y: auto; }
    body#body-sites.polar .backstretch {
      z-index: 0 !important; }
    body#body-sites.polar .centered-media-image img.top-content-image {
      max-width: 100% !important; }
    body#body-sites.polar #contact-mod #module-content {
      padding: 30px 0 40px; }
    body#body-sites.polar #contact-mod h1 {
      border-top: 0 none;
      border-top: 0 none;
      margin-top: 0 !important;
      padding-top: 5px;
      font-weight: normal; }
    body#body-sites.polar #contact-mod #module-content {
      padding: 25px 0 0;
      margin-top: 0; }
    body#body-sites.polar #contact-form-check input, body#body-sites.polar #contact-form-check textarea {
      background: #F2F2F2;
      border-radius: 0;
      box-shadow: 0 0 0 transparent;
      border: 0 none;
      padding: 5px 8px;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
    body#body-sites.polar #contact-form-check label {
      font-family: Arial;
      font-size: 15px;
      line-height: 3;
      padding: 0; }
    body#body-sites.polar .contact-form-container {
      padding: 0 0 40px 0; }
    body#body-sites.polar .contact-form-submit-button-styling {
      margin-bottom: 30px; }
    body#body-sites.polar .contact-info-container {
      display: none; }
    body#body-sites.polar .content-section-gallery, body#body-sites.polar .content-section-flickr-gallery, body#body-sites.polar .content-section-facebook-profile-gallery, body#body-sites.polar .content-section-facebook-profile-gallery, body#body-sites.polar .content-sheet-media-video, body#body-sites.polar .content-section-media span iframe {
      margin: 25px 0 0; }
    body#body-sites.polar .content-section-media {
      text-align: left; }
    body#body-sites.polar .content-section-media img {
      margin: 25px 0 0;
      width: auto;
      min-width: inherit;
      max-width: 100%; }
    body#body-sites.polar .content-section-media-box {
      margin-top: 25px; }
    body#body-sites.polar #copy {
      width: 740px;
      margin: 0;
      position: fixed;
      bottom: 0;
      right: 0;
      height: 400px; }
    body#body-sites.polar #copy h1 {
      font: 100 42px/1.2 "Open Sans";
      color: #4B5966;
      text-shadow: 0 0 0 transparent;
      position: absolute !important;
      top: auto;
      padding: 15px 25px 15px 20px;
      margin: 0;
      letter-spacing: 0;
      background: rgba(255, 255, 255, 0.95);
      text-overflow: ellipsis;
      overflow: hidden;
      bottom: 100px;
      right: 50px; }
    body#body-sites.polar .dropdown-nav {
      position: relative; }
    body#body-sites.polar .dropdown-nav ul {
      margin: 0 !important;
      position: absolute;
      top: -7px;
      left: 180px;
      background: white;
      padding: 7px 0 0;
      box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
      width: 180px; }
    body#body-sites.polar .dropdown-nav ul:before {
      content: "";
      background: transparent;
      position: absolute;
      height: 100%;
      top: 0;
      z-index: 10;
      width: 40%;
      left: -40%; }
    body#body-sites.polar .dropdown-nav ul li {
      margin: 0 0 4px 0 !important;
      width: auto !important; }
    body#body-sites.polar .dropdown-nav ul span {
      line-height: 2.5 !important;
      padding: 0 20px !important;
      width: 100% !important;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
    body#body-sites.polar .dropdown-nav .arrow-in-right {
      padding-right: 15px !important;
      position: relative; }
    body#body-sites.polar .dropdown-nav .arrow-in-right:after {
      content: "▸";
      color: rgba(75, 89, 102, 0.6);
      position: absolute;
      right: 0;
      left: auto;
      top: 50%;
      font-size: 15px;
      margin-top: -8px; }
    body#body-sites.polar #facebook-mod {
      top: 50%;
      left: 50%;
      margin: -264px 0 0 -210px;
      position: fixed;
      min-height: 0;
      width: 700px; }
    body#body-sites.polar #facebook-mod iframe {
      width: 722px;
      height: 521px;
      margin-bottom: 20px;
      margin: -1px; }
    body#body-sites.polar .galleria-thumbnails-container {
      background: rgba(255, 255, 255, 0.8); }
    body#body-sites.polar .galleria-container {
      background: #F3F3F3 !important; }
    body#body-sites.polar .galleria-thumbnails-list {
      border-top: 1px solid #F3F3F3 !important;
      background: #F3F3F3 !important; }
    body#body-sites.polar .google-viewer-iframe {
      width: 718px;
      height: 500px;
      margin: 10px 0 30px 0;
      box-shadow: 0 1px 0 #DDD;
      border-width: 0 1px !important;
      border-style: solid !important;
      border-color: #DDDDDD !important; }
    body#body-sites.polar .header {
      width: 240px;
      height: 100%;
      position: fixed;
      background: white;
      box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
      left: 50%;
      margin-left: -490px;
      z-index: 10; }
    body#body-sites.polar .header-inner {
      margin: 0; }
    body#body-sites.polar .in-mod-wufoo {
      padding: 30px 0; }
    body#body-sites.polar #logo-top {
      position: relative;
      top: auto;
      left: auto;
      text-align: center;
      margin: 25px 0 15px;
      padding: 15px 0;
      border-bottom: 1px solid #F2F2F2;
      overflow: hidden; }
    body#body-sites.polar #logo-top img {
      width: auto !important;
      height: auto !important;
      max-width: 100%;
      display: inline !important; }
    body#body-sites.polar #malla {
      z-index: 1; }
    body#body-sites.polar .media-gallery, body#body-sites.polar .media-flickr-gallery, body#body-sites.polar .media-facebook-profile-gallery {
      width: 100%;
      height: 100%; }
    body#body-sites.polar .media-gallery-wrapper, body#body-sites.polar .media-flickr, body#body-sites.polar .media-facebook-profile, body#body-sites.polar .media-soundcloud, body#body-sites.polar .media-vimeo, body#body-sites.polar .media-youtube, body#body-sites.polar #slideshare-mod, body#body-sites.polar #soundcloud-mod, body#body-sites.polar #video-mod {
      width: auto !important;
      height: auto !important;
      top: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
      position: fixed !important;
      margin: 0 0 0 -250px !important;
      overflow: visible !important; }
    body#body-sites.polar .media-sheet .module-header {
      overflow: visible; }
    body#body-sites.polar .media-sheet .module-header, body#body-sites.polar #facebook-mod .module-header, body#body-sites.polar #video-mod .module-header, body#body-sites.polar #youtube-channel-mod .module-header, body#body-sites.polar #slideshare-mod .module-header, body#body-sites.polar #soundcloud-mod .module-header {
      display: block;
      padding: 0; }
    body#body-sites.polar .media-sheet .module-header h3, body#body-sites.polar #facebook-mod .module-header h3, body#body-sites.polar #video-mod .module-header h3, body#body-sites.polar #youtube-channel-mod .module-header h3, body#body-sites.polar #slideshare-mod .module-header h3, body#body-sites.polar #soundcloud-mod .module-header h3 {
      display: none; }
    body#body-sites.polar .media-sheet .module-close, body#body-sites.polar #video-mod .module-close, body#body-sites.polar #youtube-channel-mod .module-close, body#body-sites.polar #slideshare-mod .module-close, body#body-sites.polar #soundcloud-mod .module-close {
      position: fixed;
      right: 5px;
      top: 10px;
      margin: 0; }
    body#body-sites.polar #menu {
      position: relative;
      margin-bottom: 15px;
      padding-bottom: 15px;
      width: auto;
      overflow: visible; }
    body#body-sites.polar #menu li {
      text-align: center; }
    body#body-sites.polar #menu li span {
      background: transparent;
      border: 0 none;
      padding: 0;
      font-size: 14px;
      line-height: 2.5; }
    body#body-sites.polar #menu li span a {
      color: rgba(75, 89, 102, 0.6);
      font-weight: normal; }
    body#body-sites.polar #menu li span a:hover {
      color: #3366CC; }
    body#body-sites.polar .menu-contact-info {
      display: block;
      font: 12px/1.8 Arial;
      color: rgba(75, 89, 102, 0.6);
      text-align: center; }
    body#body-sites.polar .menu-contact-info a {
      color: rgba(75, 89, 102, 0.6); }
    body#body-sites.polar .menu-container {
      float: none; }
    body#body-sites.polar .module-close {
      top: 55px;
      right: 0;
      padding: 0;
      color: #FFF;
      background: rgba(0, 0, 0, 0.1);
      padding: 0 10px 4px;
      margin: 0;
      position: absolute; }
    body#body-sites.polar .module-close:hover {
      background: rgba(0, 0, 0, 0.2); }
    body#body-sites.polar #module-content {
      padding: 25px 0; }
    body#body-sites.polar #module-content ol, body#body-sites.polar #module-content ul {
      line-height: 1.4; }
    body#body-sites.polar #module-content p {
      text-align: justify; }
    body#body-sites.polar .module-header {
      box-shadow: 0 0 0 transparent;
      border-bottom: 0 none;
      position: relative;
      height: auto; }
    body#body-sites.polar .module-header h3 {
      padding: 48px 0 5px;
      font-size: 32px;
      font-weight: 100;
      font-family: "Open Sans"; }
    body#body-sites.polar .module-stopper {
      display: none; }
    body#body-sites.polar #module-map {
      height: 300px !important;
      width: 700px !important;
      margin: 25px 0 0; }
    body#body-sites.polar #nav-user {
      z-index: 10000; }
    body#body-sites.polar #nested-menu {
      padding: 5px 0;
      min-height: 0;
      max-height: 500px;
      background: white;
      box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2);
      top: 0;
      left: 0;
      margin: 125px 0 0 280px;
      border-radius: 0 2px 2px 0; }
    body#body-sites.polar #nested-menu a {
      font: 14px/1.5 Arial;
      border: 0 none; }
    body#body-sites.polar #nested-menu a:hover {
      background: transparent;
      color: #3366CC; }
    body#body-sites.polar .rss-feed img {
      max-width: 100%;
      width: auto;
      box-shadow: 0 0 0 transparent;
      border: 0 none;
      padding: 0;
      background: transparent; }
    body#body-sites.polar .rss-feed-post {
      padding: 25px 0 15px;
      border-top: 0 none;
      border-bottom: 0 none;
      box-shadow: 0 0 0 transparent; }
    body#body-sites.polar .rss-feed p {
      font: 15px/1.8 Helvetica, Arial; }
    body#body-sites.polar .sheet-backdrop {
      display: none; }
    body#body-sites.polar #share-button {
      background: #AAAAAA;
      box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1); }
    body#body-sites.polar #share-button:hover {
      background: #999999; }
    body#body-sites.polar #share-mod {
      padding: 0;
      margin-top: -210px;
      right: 0;
      margin-right: 0;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      left: auto; }
    body#body-sites.polar .sheet-backdrop {
      display: none; }
    body#body-sites.polar .show-builder-toggle {
      z-index: 10000;
      position: fixed; }
    body#body-sites.polar .show-builder-toggle:hover {
      background: #48505b !important; }
    body#body-sites.polar .slideshare-app iframe, body#body-sites.polar #media-vimeo-iframe, body#body-sites.polar #media-youtube-iframe {
      height: 100%;
      width: 100%; }
    body#body-sites.polar .social {
      background: transparent !important;
      padding: 0 !important;
      float: none;
      display: inline-block !important;
      vertical-align: text-top;
      margin: 0 10px 0 -5px; }
    body#body-sites.polar .social icon:before {
      color: rgba(75, 89, 102, 0.4);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      opacity: 0.8; }
    body#body-sites.polar #facebook-button icon:hover:before {
      color: #5069BA; }
    body#body-sites.polar #slideshare-button icon:hover:before {
      color: #F58F1B; }
    body#body-sites.polar #soundcloud-button icon:hover:before {
      color: #FF6600; }
    body#body-sites.polar #twitter-button icon:hover:before {
      color: #00ACED; }
    body#body-sites.polar #video-button icon:hover:before {
      color: #E81832; }
    body#body-sites.polar .social span {
      display: none; }
    body#body-sites.polar #social-container {
      border-top: 1px solid #F2F2F2;
      margin-top: 15px;
      padding-top: 15px;
      text-align: center;
      width: auto; }
    body#body-sites.polar .submenu-arrow {
      display: block;
      width: 0;
      height: 0;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-right: 12px solid white;
      position: absolute;
      top: 13px;
      left: -12px;
      margin-top: 0; }
    body#body-sites.polar .submenu-arrow:after {
      content: "";
      z-index: -1;
      display: inline-block;
      position: absolute;
      width: 0px;
      height: 0px;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-right: 12px solid rgba(0, 0, 0, 0.08);
      top: -12px;
      left: -1px; }
    body#body-sites.polar #text-logo {
      padding: 0;
      width: 100%;
      overflow: hidden;
      line-height: 1.2;
      font-size: 26px;
      color: #4B5966; }
    body#body-sites.polar .ui-wrapper {
      width: auto !important;
      height: auto !important; }
    body#body-sites.polar .ui-resizable-handle {
      display: none !important; }
    body#body-sites.polar #video-iframe {
      height: 100% !important; }
    body#body-sites.polar #wallpaper, body#body-sites.polar #pattern {
      z-index: 0; }
    body#body-sites.polar .white_content {
      left: 50%;
      margin: 0 0 0 -210px;
      padding: 0;
      width: 700px;
      overflow: hidden;
      height: auto;
      min-height: 100%;
      background: transparent;
      box-shadow: 0 0 0 transparent;
      position: relative;
      top: auto;
      right: auto; }
    body#body-sites.polar .white_content::after {
      display: none; }
    body#body-sites.polar .cke_float {
      opacity: 0.2;
      -webkit-transition: opacity 0.5s ease;
      -moz-transition: opacity 0.5s ease;
      -ms-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      position: fixed;
      z-index: 10000 !important;
      left: 50% !important;
      margin-left: -210px !important;
      top: 5px !important; }
    body#body-sites.polar .cke_float:hover {
      opacity: 1; }
    body#body-sites.polar .ownlocal-widget {
      position: relative;
      height: calc(100vh - 130px);
      margin-top: 15px;
      top: auto; } }
/* Global - Sheet Open */
@media only screen and (min-width: 980px) {
  body#body-sites.polar.sheet-open .saved-outside-builder {
    right: 40px; } }
/* HM - Hide Copy */
@media only screen {
  body#body-sites.polar.sheet-open .backstretch, body#body-sites.polar.sheet-open #wallpaper, body#body-sites.polar.sheet-open #pattern, body#body-sites.polar.sheet-open #malla {
    display: none !important; }
  body#body-sites.polar.sheet-open .header {
    z-index: 10000; }
  body#body-sites.polar.sheet-open #copy {
    display: none !important; } }
/* Only Desktop */
@media only screen and (min-width: 980px) {
  body#body-sites.polar .backstretch {
    width: auto !important;
    left: 50% !important;
    margin: 0 0 0 -250px !important;
    position: absolute !important;
    right: 0 !important;
    height: auto !important;
    bottom: 0 !important;
    top: 0 !important; }
  body#body-sites.polar .backstretch img {
    left: -25% !important; }
  body#body-sites.polar #facebook-mod .module-close {
    position: fixed;
    top: 50%;
    right: 50%;
    margin: -255px -490px 0 0; }
  body#body-sites.polar .header {
    display: table;
    box-shadow: 0 0 0 transparent;
    background: transparent; }
  body#body-sites.polar .header-inner {
    display: table-cell;
    vertical-align: middle; }
  body#body-sites.polar #logo-top {
    margin: 0 0 15px;
    padding: 0 0 15px 0;
    text-align: left;
    border-bottom: 0 none;
    width: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  body#body-sites.polar #malla {
    left: 50%;
    margin: 0 0 0 -250px;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0; }
  body#body-sites.polar #menu li {
    text-align: left;
    width: 200px; }
  body#body-sites.polar .menu-contact-info {
    text-align: left; }
  body#body-sites.polar .module-header {
    background: transparent; }
  body#body-sites.polar .module-header h3 {
    font-weight: 300; }
  body#body-sites.polar #social-container {
    text-align: left;
    border-top: 0 none; }
  body#body-sites.polar #social-container icon:first-child {
    margin-left: 0 !important; }
  body#body-sites.polar #text-logo {
    background: transparent;
    overflow: hidden; }
  body#body-sites.polar #twitter-mod {
    position: absolute; }
  body#body-sites.polar #twitter-mod #module-content {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    bottom: 20px; }
  body#body-sites.polar #twitter-mod #module-content iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important; }
  body#body-sites.polar #wallpaper, body#body-sites.polar #pattern {
    width: auto;
    left: 50%;
    margin: 0 0 0 -250px;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; } }
/* Opened Sheet Background */
@media only screen and (min-width: 980px) {
  body#body-sites.polar.sheet-open:after {
    content: "";
    height: 100%;
    width: 10000px;
    background: rgba(75, 89, 102, 0.02);
    position: fixed;
    top: 0;
    left: 50%;
    margin: 0 0 0 -250px; } }
/* True Global */
@media only screen {
  body#body-sites.polar .mobile-nav-area .mobile-nav-opener:before {
    line-height: 120px;
    left: 40px;
    padding: 0; }
  body#body-sites.polar .mobile-nav-area .dropdown-menu {
    background: rgba(255, 255, 255, 0.95); }
  body#body-sites.polar .mobile-nav-area li a {
    color: rgba(75, 89, 102, 0.8);
    color: #8A92A5; }
  body#body-sites.polar .mobile-nav-area .close-mobile-nav {
    color: #8A92A5;
    background: white;
    top: 40px;
    right: 11px; }
  body#body-sites.polar .mobile-nav-area .close-mobile-nav:hover {
    background: white; }
  body#body-sites.polar .mobile-nav-area li a:hover {
    color: #8A92A5;
    border-color: rgba(138, 146, 165, 0.8); }
  body#body-sites.polar .apps-in-mobile-nav li a:hover:before {
    color: #8A92A5; }
  body#body-sites.polar .mobile-nav-area .apps-in-mobile-nav:before {
    background: rgba(75, 89, 102, 0.8);
    background: #8A92A5; }
  body#body-sites.polar .mobile-nav-area .sub-menu {
    box-shadow: 1px 0 0 rgba(138, 146, 165, 0.2) inset; }
  body#body-sites.polar .mobile-nav-area ul::-webkit-scrollbar-thumb {
    background: rgba(133, 146, 153, 0.3); }
  body#body-sites.polar .apps-in-mobile-nav li a:hover:before {
    color: #8A92A5 !important; } }
/* Responsiveness 1 */
@media only screen and (max-width: 980px) {
  body#body-sites.polar #copy {
    display: none; }
  body#body-sites.polar #copy.outside-copy {
    position: fixed;
    display: block;
    left: auto;
    right: 0;
    top: auto;
    margin: 0;
    width: auto;
    height: auto;
    bottom: 0; }
  body#body-sites.polar #copy h1 {
    color: #4B5966;
    text-shadow: 0 0 0 transparent;
    top: auto;
    padding: 15px 25px 15px 20px;
    letter-spacing: 0;
    background: rgba(255, 255, 255, 0.95);
    text-overflow: ellipsis;
    overflow: hidden;
    font: 100 38px/1.2 "Open Sans";
    left: auto;
    right: 0;
    bottom: 0;
    max-width: initial;
    position: relative !important;
    margin: 25px;
    text-align: right; }
  body#body-sites.polar .header {
    background: white;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
    left: 0;
    margin: 0;
    width: 100%;
    height: 120px;
    position: fixed;
    display: table;
    z-index: 100 !important; }
  body#body-sites.polar .header-inner {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    margin: 0; }
  body#body-sites.polar #logo-top {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    overflow: hidden;
    border: 0 none;
    padding: 0;
    margin: 0; }
  body#body-sites.polar #logo-top img {
    width: auto !important;
    height: auto !important;
    display: inline !important;
    max-width: 60%;
    max-height: 96px !important;
    padding-top: 4px; }
  body#body-sites.polar #menu {
    display: none; }
  body#body-sites.polar #nav-user, body#body-sites.polar #saved-outside-builder {
    top: 120px; }
  body#body-sites.polar .mobile-nav-area .dropdown-menu {
    top: 120px;
    bottom: auto;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(0, 0, 0, 0.05) inset;
    max-height: calc(100% - 120px); }
  body#body-sites.polar #share-button {
    background: #AAAAAA;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    top: 120px; }
  body#body-sites.polar #share-button:hover {
    background: #999999; }
  body#body-sites.polar #text-logo {
    padding: 0;
    line-height: 50px;
    background: transparent;
    color: #4B5966; } }
/* Responsiveness 1 - Sheet Open */
@media only screen and (max-width: 980px) {
  body#body-sites.polar.sheet-open .mobile-nav-area .mobile-nav-opener:before {
    line-height: 54px; } }
/* Responsiveness 2 */
@media only screen and (max-width: 580px) {
  body#body-sites.polar #copy h1 {
    font-size: 24px;
    margin: 20px; }
  body#body-sites.polar .header {
    height: 100px; }
  body#body-sites.polar #logo-top img {
    max-height: 76px !important;
    padding-top: 4px; }
  body#body-sites.polar #menufication-top #menufication-btn {
    top: 24px;
    left: 5px; }
  body#body-sites.polar .mobile-nav-area .mobile-nav-opener:before {
    line-height: 100px;
    left: 20px; }
  body#body-sites.polar .mobile-nav-area .dropdown-menu {
    top: 100px;
    max-height: calc(100% - 100px); }
  body#body-sites.polar .mobile-nav-area .close-mobile-nav {
    top: 30px; }
  body#body-sites.polar #nav-user, body#body-sites.polar #saved-outside-builder {
    top: 100px; }
  body#body-sites.polar #share-button {
    top: 100px; }
  body#body-sites.polar #text-logo {
    font-size: 25px; } }
/* Responsiveness 3 */
@media only screen and (max-height: 400px) {
  body#body-sites.polar #copy h1 {
    font-size: 20px;
    padding: 10px; } }
/*
============================================================================================================
	Name: POLAR (LANDING)
	  ID: 09
	Date: 12-12
	Type: left menu, white, landing		*/
/* Builder Customizations */
body#body-sites.polar-landing #draggable #builder-nav .tabs li:nth-child(4) {
  display: none; }
body#body-sites.polar-landing #draggable #mc-templates .landing-selection-container {
  display: block; }
body#body-sites.polar-landing #draggable #mc-templates .templates-selection-container {
  bottom: 57px; }
body#body-sites.polar-landing #draggable .background-overlay {
  display: none; }
body#body-sites.polar-landing #draggable #mc-background #builder-background-selectable-Gallery, body#body-sites.polar-landing #draggable #builder-background-selectable-Patterns {
  height: 298px; }

/* Landing global */
@media only screen {
  body#body-sites.polar-landing.sheet-open .backstretch {
    display: none !important; }
  body#body-sites.polar-landing.sheet-open #copy h1 {
    display: none; }
  body#body-sites.polar-landing.sheet-open #malla {
    display: none; }
  body#body-sites.polar-landing.sheet-open .media-sheet .galleria-stage img {
    max-width: none !important;
    max-height: none !important;
    min-width: 100% !important;
    min-height: 100% !important;
    top: 0 !important;
    height: 100% !important; }
  body#body-sites.polar-landing.sheet-open .module-close {
    display: none !important; }
  body#body-sites.polar-landing.sheet-open #nav-user {
    z-index: 10000; }
  body#body-sites.polar-landing.sheet-open #wallpaper, body#body-sites.polar-landing.sheet-open #pattern {
    display: none; } }
/* Responsiveness Global */
@media only screen and (max-width: 980px) {
  body#body-sites.polar-landing .backstretch, body#body-sites.polar-landing #malla, body#body-sites.polar-landing #wallpaper, body#body-sites.polar-landing #pattern {
    display: none !important; }
  body#body-sites.polar-landing #contact-mod #module-content {
    padding: 25px 50px 40px; }
  body#body-sites.polar-landing #container {
    padding-top: 71px; }
  body#body-sites.polar-landing #container .app-sheet {
    position: fixed;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto; }
  body#body-sites.polar-landing #container .app-sheet #module-content {
    top: 0;
    bottom: 0; }
  body#body-sites.polar-landing #container .app-sheet iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: all;
    padding: 0; }
  body#body-sites.polar-landing .header {
    position: fixed;
    width: 100%;
    box-shadow: 0 0 0 transparent !important;
    left: auto;
    margin: 0;
    z-index: 10000 !important;
    border-bottom: 1px solid #f2f2f2;
    height: 70px;
    background: white;
    top: 0; }
  body#body-sites.polar-landing .header-inner {
    width: 100%;
    margin: 0 auto; }
  body#body-sites.polar-landing #logo-top {
    position: relative;
    top: 0;
    left: auto;
    text-align: center;
    margin: 0 0 0 -35%;
    padding: 0;
    overflow: hidden;
    float: left;
    left: 50%;
    width: 70%; }
  body#body-sites.polar-landing #logo-top img {
    width: auto !important;
    height: auto !important;
    max-width: 3000px;
    display: inline !important;
    max-height: 50px !important; }
  body#body-sites.polar-landing .media-gallery-wrapper, body#body-sites.polar-landing .media-flickr, body#body-sites.polar-landing .media-facebook-profile, body#body-sites.polar-landing .media-youtube, body#body-sites.polar-landing .media-vimeo, body#body-sites.polar-landing .media-soundcloud {
    top: 70px !important; }
  body#body-sites.polar-landing #module-content {
    max-width: none;
    padding: 20px 50px; }
  body#body-sites.polar-landing .module-header, body#body-sites.polar-landing #container .media-sheet .module-header, body#body-sites.polar-landing #container .app-sheet .module-header {
    position: relative !important;
    height: auto;
    overflow: visible;
    border: 0 none;
    top: auto;
    box-shadow: 0 0 0 transparent;
    padding: 0; }
  body#body-sites.polar-landing .module-header h3 {
    white-space: normal;
    line-height: 1.4;
    padding-top: 14px;
    position: relative;
    left: auto;
    right: auto;
    padding: 30px 20px;
    font-weight: 300;
    font-size: 26px;
    padding: 30px 50px; }
  body#body-sites.polar-landing .media-sheet .module-header h3, body#body-sites.polar-landing .app-sheet .module-header h3 {
    display: none !important; }
  body#body-sites.polar-landing .module-stopper {
    display: none; }
  body#body-sites.polar-landing #text-logo {
    padding: 0;
    font-size: 25px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  body#body-sites.polar-landing .white_content {
    position: relative;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 0 transparent; } }
/* Responsiveness 1 */
@media only screen and (max-width: 980px) {
  body#body-sites.sheet-open.polar-landing .header {
    display: table; }
  body#body-sites.sheet-open.polar-landing .media-sheet .white_content {
    position: absolute; }
  body#body-sites.sheet-open.polar-landing .mobile-nav-area .mobile-nav-opener:before {
    line-height: 70px; }
  body#body-sites.sheet-open.polar-landing .mobile-nav-area .close-mobile-nav {
    top: 18px; }
  body#body-sites.sheet-open.polar-landing .mobile-nav-area .dropdown-menu {
    top: 70px;
    max-height: calc(100% - 70px); }
  body#body-sites.sheet-open.polar-landing #nav-user {
    top: auto;
    bottom: 0;
    left: 0;
    width: 179px;
    overflow: hidden;
    z-index: 10000; }
  body#body-sites.sheet-open.polar-landing #saved-outside-builder {
    top: 0;
    width: auto;
    padding: 0 15px; } }
/* Responsiveness 2 */
@media only screen and (max-width: 580px) {
  body#body-sites.sheet-open.polar-landing #contact-mod #module-content {
    padding: 25px 20px 40px; }
  body#body-sites.sheet-open.polar-landing #module-content {
    padding: 20px; }
  body#body-sites.sheet-open.polar-landing .module-header h3 {
    padding: 20px;
    font-size: 20px; }
  body#body-sites.sheet-open.polar-landing #text-logo {
    font-size: 20px; } }

	/*
============================================================================================================
	Name: CENTRIC
	  ID: 10
	Date: 13-01
	Type: Centered, black header, top menu,	darkened	*/
/* Builder Customizations */
body#body-sites.centric #draggable #mc-templates .landing-selection-container {
  display: none; }

/* Global */
@media only screen and (min-width: 980px) {
  body#body-sites.centric {
    overflow-x: hidden;
    overflow-y: auto; }
    body#body-sites.centric .cke_float {
      opacity: 0.8;
      -webkit-transition: opacity 0.5s ease;
      -moz-transition: opacity 0.5s ease;
      -ms-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      position: fixed !important;
      z-index: 10000 !important;
      left: 50% !important;
      margin-left: -253px !important;
      top: 6px !important; }
    body#body-sites.centric .cke_float:hover {
      opacity: 1; }
    body#body-sites.centric #contact-form-check input, body#body-sites.centric #contact-form-check textarea {
      border-radius: 0; }
    body#body-sites.centric .contact-form-container {
      float: right;
      border-left: 1px solid #EEE;
      padding: 0 0 40px 40px;
      width: 470px; }
    body#body-sites.centric .contact-form-submit-button-styling {
      opacity: 1; }
    body#body-sites.centric #contact-mod #module-content {
      padding: 25px 0 40px; }
    body#body-sites.centric #contact-mod h1 {
      border-top: 0 none;
      border-top: 0 none;
      margin-top: 0 !important;
      text-shadow: 0 0 0 transparent; }
    body#body-sites.centric .contact-form-container {
      display: inline-block;
      border-left: 1px solid #EEE;
      padding: 0 0 40px 40px;
      width: 60%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    body#body-sites.centric .contact-info-container {
      display: inline-block;
      float: left;
      width: 40%;
      overflow: hidden; }
    body#body-sites.centric .content-section-media img {
      margin: 25px 0 0;
      width: auto;
      min-width: inherit;
      max-width: 100%; }
    body#body-sites.centric .content-section-media-box {
      margin-top: 25px; }
    body#body-sites.centric .content-section-gallery, body#body-sites.centric .content-section-flickr-gallery, body#body-sites.centric .content-section-facebook-profile-gallery, body#body-sites.centric .content-sheet-media-video, body#body-sites.centric .content-section-media span iframe {
      margin: 25px 0 0 0; }
    body#body-sites.centric #copy {
      width: 100%;
      padding: 0 50px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    body#body-sites.centric #copy h1 {
      text-shadow: 0 0 0 transparent;
      font: 300 40px/1.1 'Roboto','Open Sans', Helvetica, Arial;
      padding: 0 0 40px; }
    body#body-sites.centric #draggable {
      position: fixed; }
    body#body-sites.centric #facebook-mod {
      margin: -212px 0 0 -260px;
      background: white; }
      body#body-sites.centric #facebook-mod #fb-like-button {
        display: none; }
      body#body-sites.centric #facebook-mod .module-close {
        top: 50%;
        position: fixed;
        margin: -210px -300px 0 0;
        color: #FFF;
        background: rgba(0, 0, 0, 0.2);
        border: 0 none; }
      body#body-sites.centric #facebook-mod .module-close:hover {
        color: grey; }
      body#body-sites.centric #facebook-mod .module-header {
        display: block;
        padding: 0;
        margin: 0; }
      body#body-sites.centric #facebook-mod .module-header h3 {
        display: none; }
    body#body-sites.centric #fb-full iframe {
      background: rgba(255, 255, 255, 0.95); }
    body#body-sites.centric .galleria-container img {
      margin: 0;
      min-width: inherit;
      max-width: inherit;
      width: inherit;
      box-shadow: 0 0 0 transparent;
      border-radius: 0;
      padding: 0; }
    body#body-sites.centric .galleria-thumbnails .galleria-image {
      margin: 0 !important; }
    body#body-sites.centric .google-viewer-iframe {
      width: 100%;
      height: 620px;
      margin: 0;
      box-shadow: 0 1px 0 #DDD;
      padding: 0; }
    body#body-sites.centric .header {
      position: absolute;
      width: 600px;
      left: 50%;
      color: #FFFFFF;
      text-align: center;
      display: table;
      height: 100%;
      margin: 0 0 0 -330px;
      background: transparent;
      padding: 0 30px; }
    body#body-sites.centric .header-inner {
      display: table-cell;
      vertical-align: middle; }
    body#body-sites.centric .in-mod-wufoo {
      padding: 30px 15px;
      background: transparent;
      margin-top: 10px; }
    body#body-sites.centric #logo-top {
      position: relative;
      top: 0;
      text-align: center;
      z-index: 0;
      background: rgba(42, 46, 53, 0.7);
      padding: 40px 0;
      margin-top: 60px; }
    body#body-sites.centric #logo-top a {
      color: inherit; }
    body#body-sites.centric #logo-top a h1:hover {
      color: #EEEEEE; }
    body#body-sites.centric #logo-top h1 {
      background: transparent;
      padding: 0;
      line-height: 1;
      font-size: 45px;
      color: inherit;
      margin: 0; }
    body#body-sites.centric #logo-top img {
      max-width: 460px;
      max-height: none;
      margin: 0 auto !important;
      width: auto !important; }
    body#body-sites.centric #malla {
      opacity: 1; }
    body#body-sites.centric .media-gallery, body#body-sites.centric .media-flickr-gallery, body#body-sites.centric .media-facebook-profile-gallery {
      width: 100%;
      height: 100%; }
    body#body-sites.centric .media-gallery-wrapper, body#body-sites.centric .media-flickr, body#body-sites.centric .media-facebook-profile, body#body-sites.centric .media-soundcloud, body#body-sites.centric .media-vimeo, body#body-sites.centric .media-youtube, body#body-sites.centric #slideshare-mod, body#body-sites.centric #soundcloud-mod, body#body-sites.centric #video-mod {
      left: 50% !important;
      margin-left: -440px !important;
      margin-top: -213px !important;
      height: 495px !important;
      width: 880px !important;
      top: 50% !important;
      max-height: inherit !important;
      padding: 0 !important;
      min-height: inherit !important;
      background: transparent !important;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75) !important;
      overflow: visible !important; }
    body#body-sites.centric .media-sheet .module-header, body#body-sites.centric #facebook-mod .module-header, body#body-sites.centric #video-mod .module-header, body#body-sites.centric #youtube-channel-mod .module-header, body#body-sites.centric #slideshare-mod .module-header, body#body-sites.centric #soundcloud-mod .module-header {
      display: block;
      padding: 0;
      margin: 0; }
    body#body-sites.centric .media-sheet .module-header h3, body#body-sites.centric #facebook-mod .module-header h3, body#body-sites.centric #video-mod .module-header h3, body#body-sites.centric #youtube-channel-mod .module-header h3, body#body-sites.centric #slideshare-mod .module-header h3, body#body-sites.centric #soundcloud-mod .module-header h3 {
      display: none; }
    body#body-sites.centric .media-sheet .module-close, body#body-sites.centric #video-mod .module-close, body#body-sites.centric #youtube-channel-mod .module-close, body#body-sites.centric #slideshare-mod .module-close, body#body-sites.centric #soundcloud-mod .module-close {
      top: 50%;
      margin: -213px -480px 0 0; }
    body#body-sites.centric #menu {
      position: relative;
      width: auto;
      overflow: visible;
      background: rgba(42, 46, 53, 0.7); }
      body#body-sites.centric #menu .dropdown-nav {
        position: relative; }
        body#body-sites.centric #menu .dropdown-nav .arrow-in-right {
          padding-right: 15px !important;
          position: relative; }
        body#body-sites.centric #menu .dropdown-nav .arrow-in-right::after {
          color: white !important;
          line-height: 0.9 !important;
          content: "▾";
          margin-left: 8px;
          opacity: 0.9;
          display: block;
          position: absolute;
          right: 0;
          left: auto;
          top: 50%;
          font: 14px/1 Arial;
          color: #888;
          margin-top: -7px; }
        body#body-sites.centric #menu .dropdown-nav ul {
          position: absolute;
          top: 35px;
          color: white;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          background: white;
          width: 170px;
          left: 50%;
          margin: 0 0 0 -85px !important; }
        body#body-sites.centric #menu .dropdown-nav ul::before {
          background: transparent;
          width: 100%;
          position: absolute;
          margin: -18px 0 0;
          height: 18px;
          content: ""; }
        body#body-sites.centric #menu .dropdown-nav ul::after {
          content: " " !important;
          position: absolute;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 10px solid white;
          left: 50%;
          margin-left: -10px;
          margin-top: -10px;
          top: 0; }
        body#body-sites.centric #menu .dropdown-nav ul a {
          color: rgba(42, 46, 53, 0.7) !important;
          text-shadow: 0 0 0 transparent !important;
          font-weight: normal;
          font-family: 'Montserrat'; }
        body#body-sites.centric #menu .dropdown-nav ul a:hover {
          color: #3366CC !important; }
        body#body-sites.centric #menu .dropdown-nav ul li {
          width: 100%;
          margin: 0 !important;
          text-align: center;
          border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
        body#body-sites.centric #menu .dropdown-nav ul li:last-child {
          box-shadow: 0 0 0 transparent !important;
          border-bottom: 0 none !important; }
        body#body-sites.centric #menu .dropdown-nav ul span {
          font-size: 12px !important;
          line-height: 3.5 !important;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          display: block;
          padding: 0 15px !important; }
      body#body-sites.centric #menu li {
        display: inline-block;
        text-align: center;
        margin: 0 10px; }
      body#body-sites.centric #menu li span {
        background: transparent;
        border: 0 none;
        padding: 0;
        font-size: 15px;
        line-height: 1;
        text-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
        text-transform: uppercase;
        letter-spacing: 0px; }
      body#body-sites.centric #menu li span a {
        color: #FFFFFF;
        text-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
        font-weight: bold;
        font-family: "Montserrat"; }
      body#body-sites.centric #menu li span a:hover {
        color: #f0fac8;
        text-decoration: none; }
    body#body-sites.centric .menu-contact-info {
      display: block;
      cursor: default;
      font: 13px/1.5 Arial;
      padding: 0;
      background: rgba(42, 46, 53, 0.7); }
      body#body-sites.centric .menu-contact-info p:last-child {
        padding: 0 0 40px; }
    body#body-sites.centric .menu-container {
      margin: 0;
      position: fixed;
      top: 0;
      width: 100%;
      left: 0;
      text-align: center;
      padding: 50px 0 0;
      z-index: 1000; }
    body#body-sites.centric .module-close {
      font-size: 15px;
      border: 0 none;
      font-weight: bold;
      color: white;
      padding: 0;
      top: 120px;
      position: fixed;
      right: 50%;
      margin-right: -440px;
      box-shadow: 0 0 0 transparent;
      text-shadow: 0 0 0 transparent;
      z-index: 1000000;
      line-height: 2;
      width: 30px;
      text-align: center;
      text-transform: uppercase;
      background: rgba(42, 46, 53, 0.3); }
    body#body-sites.centric .module-close:hover {
      background: #4B5966; }
    body#body-sites.centric #module-content {
      padding: 25px 0; }
    body#body-sites.centric #module-content a {
      color: #4272DB; }
    body#body-sites.centric .module-header {
      position: relative;
      height: auto;
      padding: 40px 50px 10px;
      width: auto;
      border-bottom: 0 none;
      margin: 0 -50px;
      background: transparent;
      z-index: 1000000;
      overflow: visible; }
    body#body-sites.centric .module-header h3 {
      padding: 0;
      line-height: 1;
      font-family: 'Open Sans';
      font-size: 36px;
      text-align: center;
      float: none;
      font-weight: 300; }
    body#body-sites.centric #module-map {
      height: 300px !important;
      width: 800px !important;
      margin: 35px 0 0 -50px; }
    body#body-sites.centric .module-stopper {
      display: none; }
    body#body-sites.centric #nested-menu {
      margin-top: 68px;
      padding: 7px 0 5px;
      min-height: 0;
      top: 0;
      max-height: 500px;
      background: white;
      box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5); }
    body#body-sites.centric #nested-menu a {
      font: 14px/1.5 Arial;
      border: 0 none; }
    body#body-sites.centric #nested-menu a:hover {
      background: transparent;
      color: #3366CC; }
    body#body-sites.centric .rss-feed .entry-author {
      color: #CCCCCC;
      text-shadow: 0 0 0 transparent; }
    body#body-sites.centric .rss-feed .entry-date {
      text-shadow: 0 0 0 transparent; }
    body#body-sites.centric .rss-feed .entry-title {
      color: #555555;
      text-shadow: 0 0 0 transparent; }
    body#body-sites.centric .rss-feed .entry-title:hover {
      color: #3366CC; }
    body#body-sites.centric .rss-feed img {
      max-width: 100%;
      width: auto;
      box-shadow: 0 0 0 transparent;
      border: 0 none;
      padding: 0;
      background: transparent;
      margin: 0 auto; }
    body#body-sites.centric .rss-feed-post {
      padding-left: 0;
      padding-right: 0;
      border-top: 0 none;
      border-bottom: 0 none;
      box-shadow: 0 0 0 transparent; }
    body#body-sites.centric .rss-feed p {
      font: 15px/1.8 Helvetica, Arial;
      text-shadow: 0 0 0 transparent; }
    body#body-sites.centric #share-mod {
      padding: 0;
      margin-top: -210px;
      right: 0;
      margin-right: 0; }
    body#body-sites.centric .sheet-backdrop {
      opacity: 0;
      z-index: 0; }
    body#body-sites.centric .show-builder-toggle, body#body-sites.centric #nav-user, body#body-sites.centric #share-button {
      z-index: 10000; }
    body#body-sites.centric .slideshare-app iframe, body#body-sites.centric #media-vimeo-iframe, body#body-sites.centric #media-youtube-iframe {
      height: 100%; }
    body#body-sites.centric .social {
      background: transparent !important;
      padding: 0 0 0 10px !important;
      float: none;
      display: inline-block !important;
      vertical-align: text-top; }
    body#body-sites.centric .social icon:before {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      opacity: 0.8; }
    body#body-sites.centric .social icon:hover:before {
      opacity: 1; }
    body#body-sites.centric .social span {
      display: none; }
    body#body-sites.centric #social-container {
      padding: 0;
      text-align: center;
      width: 100%; }
      body#body-sites.centric #social-container icon {
        opacity: 1; }
      body#body-sites.centric #social-container icon:hover {
        background-position-y: 25px !important; }
      body#body-sites.centric #social-container .social {
        background: transparent !important;
        padding: 0 !important;
        float: none;
        display: inline-block !important;
        vertical-align: text-top;
        margin: 0 5px 40px; }
      body#body-sites.centric #social-container .social span {
        display: none; }
    body#body-sites.centric #text-logo {
      padding: 0;
      font-size: 25px;
      line-height: 50px; }
    body#body-sites.centric #twitter-mod {
      position: fixed;
      min-height: initial;
      top: 0;
      bottom: 0; }
    body#body-sites.centric #twitter-mod #module-content {
      position: absolute;
      top: 110px;
      left: 50px;
      right: 50px;
      bottom: 20px; }
    body#body-sites.centric #twitter-mod #module-content iframe {
      position: absolute;
      width: 100% !important;
      height: 100% !important; }
    body#body-sites.centric .ui-wrapper {
      width: auto !important;
      height: auto !important; }
    body#body-sites.centric .ui-resizable-handle {
      display: none !important; }
    body#body-sites.centric #video-iframe {
      height: 100% !important; }
    body#body-sites.centric .white_content {
      padding: 0 50px;
      right: 50%;
      top: 0;
      margin-right: -400px;
      width: 800px;
      overflow: visible;
      height: auto;
      min-height: calc(100% - 120px);
      background: rgba(255, 255, 255, 0.95);
      background: white;
      z-index: 10;
      margin-top: 120px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    body#body-sites.centric .ownlocal-widget {
      top: 100px;
      height: calc(100% - 100px); } }
/* Global - Sheet Open */
@media only screen and (min-width: 980px) {
  body#body-sites.centric.sheet-open .saved-outside-builder {
    right: 40px; } }
/* HM - Hide Copy */
@media only screen {
  body#body-sites.centric.sheet-open .header {
    background: transparent; }
  body#body-sites.centric.sheet-open #logo-top, body#body-sites.centric.sheet-open #copy, body#body-sites.centric.sheet-open #social-container, body#body-sites.centric.sheet-open .menu-contact-info {
    display: none; }
  body#body-sites.centric.sheet-open #menu, body#body-sites.centric.sheet-open .header {
    position: static; }
  body#body-sites.centric.sheet-open .menu-container {
    position: absolute; } }
/* True Global */
@media only screen {
  body#body-sites.centric .mobile-nav-area .mobile-nav-opener:before {
    padding: 0;
    left: 40px;
    color: white;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    top: 10px;
    font-size: 30px; } }
/* Responsiveness 1 */
@media only screen and (max-width: 980px) {
  body#body-sites.centric {
    overflow-x: hidden;
    overflow-y: auto; }
    body#body-sites.centric #copy {
      width: 100%;
      padding: 0 50px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    body#body-sites.centric #copy h1 {
      text-shadow: 0 0 0 transparent;
      font: 300 40px/1.1 'Roboto','Open Sans', Helvetica, Arial;
      padding: 0 0 20px; }
    body#body-sites.centric .header {
      position: absolute;
      color: #FFFFFF;
      text-align: center;
      display: table;
      height: 100%;
      background: transparent;
      margin: 0;
      left: 0;
      padding: 0 5%;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    body#body-sites.centric .header-inner {
      display: table-cell;
      vertical-align: middle; }
    body#body-sites.centric #logo-top {
      position: relative;
      top: 0;
      text-align: center;
      z-index: 0;
      background: rgba(42, 46, 53, 0.7);
      padding: 40px 0;
      margin: 60px 0 0; }
    body#body-sites.centric #logo-top a {
      color: inherit; }
    body#body-sites.centric #logo-top a h1:hover {
      color: #EEEEEE; }
    body#body-sites.centric #logo-top h1 {
      background: transparent;
      line-height: 1;
      color: inherit;
      margin: 0 0 20px;
      font-size: 34px;
      padding: 0 20px; }
    body#body-sites.centric #logo-top img {
      max-width: 80%;
      max-height: none;
      margin: 0 auto !important;
      width: auto !important; }
    body#body-sites.centric #malla {
      opacity: 1; }
    body#body-sites.centric #menu {
      position: relative;
      width: auto;
      overflow: visible;
      background: rgba(42, 46, 53, 0.7); }
    body#body-sites.centric .menu-contact-info {
      display: block;
      cursor: default;
      font: 13px/1.6 "Helvetica Neue", Helvetica, Arial;
      padding: 0 0 40px;
      background: rgba(42, 46, 53, 0.7);
      margin: 0 0 20px; }
    body#body-sites.centric .menu-contact-info #menu-contact-website {
      display: none; }
    body#body-sites.centric .menu-container {
      margin: 0;
      position: fixed;
      top: 0;
      width: 100%;
      left: 0;
      text-align: center;
      padding: 50px 0 0;
      z-index: 1000; }
    body#body-sites.centric .social {
      background: transparent !important;
      padding: 0 0 0 10px !important;
      width: 32px !important;
      height: 25px !important;
      float: none;
      display: inline-block !important;
      vertical-align: text-top; }
    body#body-sites.centric .social span {
      display: none; }
    body#body-sites.centric #social-container {
      padding: 0;
      text-align: center;
      width: 100%;
      height: auto; }
      body#body-sites.centric #social-container .social {
        margin-bottom: 20px; }
    body#body-sites.centric #text-logo {
      padding: 0;
      line-height: 50px; } }
/* Responsiveness 2 */
@media only screen and (max-width: 580px) {
  body#body-sites.centric #copy {
    padding: 0 20px;
    margin: 0; }
  body#body-sites.centric #copy h1 {
    font-size: 26px;
    letter-spacing: 0; }
  body#body-sites.centric #logo-top {
    padding: 20px 0;
    margin-top: 20px; }
  body#body-sites.centric #logo-top h1 {
    font-size: 30px; }
  body#body-sites.centric #logo-top img {
    max-height: 80px; }
  body#body-sites.centric .menu-contact-info {
    padding: 0 0 20px;
    margin: 0; }
  body#body-sites.centric .mobile-nav-area .mobile-nav-opener:before {
    left: 20px;
    color: white;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    top: 0;
    font-size: 24px; }
  body#body-sites.centric #text-logo {
    font-size: 25px; } }
/* Responsiveness 3 */
@media only screen and (max-height: 400px) {
  body#body-sites.centric #copy h1 {
    font-size: 22px; }
  body#body-sites.centric #logo-top img {
    max-height: 50px; }
  body#body-sites.centric #menu-contact-info {
    display: none; }
  body#body-sites.centric #social-container {
    display: none; } }
	/*
============================================================================================================
	Name: CENTRIC (INVERTED)
	  ID: 11
	Date: 13-01
	Type: Centered, white header, top menu,	lightened	*/
@media only screen {
  body#body-sites.centric-inverted #copy h1 {
    color: rgba(42, 46, 53, 0.7); }
  body#body-sites.centric-inverted .header {
    color: rgba(42, 46, 53, 0.7); }
  body#body-sites.centric-inverted .header a {
    color: rgba(42, 46, 53, 0.7); }
  body#body-sites.centric-inverted #logo-top {
    background: white; }
  body#body-sites.centric-inverted #logo-top a h1:hover {
    color: rgba(42, 46, 53, 0.7); }
  body#body-sites.centric-inverted #menu {
    background: white; }
  body#body-sites.centric-inverted .menu-contact-info {
    background: white; }
  body#body-sites.centric-inverted .mobile-nav-area .dropdown-menu {
    background: rgba(255, 255, 255, 0.98); }
  body#body-sites.centric-inverted .mobile-nav-area li a {
    color: rgba(75, 89, 102, 0.8);
    color: #8A92A5; }
  body#body-sites.centric-inverted .mobile-nav-area .close-mobile-nav {
    color: #8A92A5;
    background: white; }
  body#body-sites.centric-inverted .mobile-nav-area .close-mobile-nav:hover {
    background: white; }
  body#body-sites.centric-inverted .mobile-nav-area li a:hover {
    color: #8A92A5;
    border-color: rgba(138, 146, 165, 0.8); }
  body#body-sites.centric-inverted .apps-in-mobile-nav li a:hover:before {
    color: #8A92A5; }
  body#body-sites.centric-inverted .mobile-nav-area .apps-in-mobile-nav:before {
    background: rgba(75, 89, 102, 0.8);
    background: #8A92A5; }
  body#body-sites.centric-inverted .mobile-nav-area .sub-menu {
    box-shadow: 1px 0 0 rgba(138, 146, 165, 0.2) inset; }
  body#body-sites.centric-inverted .mobile-nav-area ul::-webkit-scrollbar-thumb {
    background: rgba(133, 146, 153, 0.3); }
  body#body-sites.centric-inverted .apps-in-mobile-nav li a:hover:before {
    color: #8A92A5 !important; }
  body#body-sites.centric-inverted .social icon:before {
    color: rgba(75, 89, 102, 0.4); }
  body#body-sites.centric-inverted #facebook-button icon:hover:before {
    color: #5069BA; }
  body#body-sites.centric-inverted #slideshare-button icon:hover:before {
    color: #F58F1B; }
  body#body-sites.centric-inverted #soundcloud-button icon:hover:before {
    color: #FF6600; }
  body#body-sites.centric-inverted #twitter-button icon:hover:before {
    color: #00ACED; }
  body#body-sites.centric-inverted #video-button icon:hover:before {
    color: #E81832; } }
/* Centric (Inverted) and Normal Only */
@media only screen and (min-width: 980px) {
  body#body-sites.centric-inverted #copy h1 {
    font-size: 36px; } }
/* HM - Hide Copy */
/* Responsiveness 1 */
/* Responsiveness 2 */
@media only screen and (max-width: 580px) {
  body#body-sites.centric-inverted .mobile-nav-area .mobile-nav-opener:before {
    top: 5px; } }
	/*
============================================================================================================
	Name: CENTRIC (TRANSPARENT)
	  ID: 12
	Date: 13-01
	Type: Centered, transparent header, top menu,	darkened	*/
@media only screen {
  body#body-sites.centric-transparent #copy h1 {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 0 transparent; }
  body#body-sites.centric-transparent .header {
    padding: 10px 30px; }
  body#body-sites.centric-transparent #logo-top {
    background: transparent; }
  body#body-sites.centric-transparent #menu {
    background: transparent; }
  body#body-sites.centric-transparent .menu-contact-info {
    background: transparent; }
  body#body-sites.centric-transparent #social-container .social {
    padding: 5px !important;
    margin: 0 0 40px;
    width: 25px !important; }
  body#body-sites.centric-transparent #social-container .social:hover {
    background: white !important; }
  body#body-sites.centric-transparent .social icon:before {
    line-height: 35px;
    width: 35px;
    margin: -5px;
    opacity: 1; }
  body#body-sites.centric-transparent #facebook-button icon:hover:before {
    color: #5069BA; }
  body#body-sites.centric-transparent #slideshare-button icon:hover:before {
    color: #F58F1B; }
  body#body-sites.centric-transparent #soundcloud-button icon:hover:before {
    color: #FF6600; }
  body#body-sites.centric-transparent #twitter-button icon:before {
    line-height: 37px; }
  body#body-sites.centric-transparent #twitter-button icon:hover:before {
    color: #00ACED; }
  body#body-sites.centric-transparent #video-button icon:hover:before {
    color: #E81832; } }
/* Centric (Transparent) and Normal Only */
@media only screen and (min-width: 980px) {
  body#body-sites.centric-transparent #copy {
    padding: 0; }
  body#body-sites.centric-transparent #copy h1 {
    font-size: 50px; }
  body#body-sites.centric-transparent .header {
    width: 800px;
    margin: 0 0 0 -400px;
    padding: 0; } }
/* HM - Hide Copy */
/* Responsiveness 1 */
@media only screen and (max-width: 980px) {
  body#body-sites.centric-transparent .header {
    padding: 0; }
  body#body-sites.centric-transparent #logo-top {
    padding-top: 0;
    margin-top: 0; }
  body#body-sites.centric-transparent .menu-contact-info {
    padding-bottom: 0;
    margin-bottom: 0; } }
/* Responsiveness 2 */

	/*
============================================================================================================
	Name: UPTOWN
	  ID: 13
	Date: 13-03
	Type: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX		*/
/* Builder Customizations */
body#body-sites.uptown #draggable #mc-templates .landing-selection-container {
  display: none; }

/* Global */
@media only screen and (min-width: 980px) {
  body#body-sites.uptown {
    background: white;
    font-family: "Helvetica Neue",Helvetica,Arial;
    overflow-x: hidden;
    overflow-y: auto; }
    body#body-sites.uptown .backstretch {
      z-index: 0 !important; }
    body#body-sites.uptown .centered-media-image img.top-content-image {
      max-width: 100% !important; }
    body#body-sites.uptown .cke_float {
      opacity: 0.4;
      -webkit-transition: opacity 0.5s ease;
      -moz-transition: opacity 0.5s ease;
      -ms-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      position: fixed !important;
      z-index: 10000 !important;
      left: 50% !important;
      margin-left: -253px !important;
      top: 6px !important; }
    body#body-sites.uptown .cke_float:hover {
      opacity: 1; }
    body#body-sites.uptown #contact-mod #module-content {
      padding: 25px 0 40px; }
    body#body-sites.uptown #contact-mod h1 {
      border-top: 0 none;
      border-top: 0 none;
      margin-top: 0 !important;
      font-weight: normal; }
    body#body-sites.uptown #contact-form-check input, body#body-sites.uptown #contact-form-check textarea {
      background: #F2F2F2;
      border-radius: 0;
      box-shadow: 0 0 0 transparent;
      border: 0 none;
      padding: 5px 8px;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    body#body-sites.uptown #contact-form-check label {
      font-family: 'Merriweather', 'Droid Serif',Georgia,serif;
      font-size: 15px;
      line-height: 3;
      padding: 0; }
    body#body-sites.uptown .contact-form-container {
      float: left;
      border-left: 1px solid #CCCCCC;
      padding: 0 0 20px 40px;
      width: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 40px; }
    body#body-sites.uptown .contact-info-container {
      float: left;
      width: 50%;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    body#body-sites.uptown #container {
      width: 100%;
      position: relative;
      height: auto; }
    body#body-sites.uptown .content-section-media {
      padding: 0;
      margin: 0; }
    body#body-sites.uptown .content-section-media img {
      margin: 25px 0 0;
      width: auto;
      min-width: inherit;
      background: white; }
    body#body-sites.uptown .content-section-media-box {
      margin-top: 25px; }
    body#body-sites.uptown .content-section-gallery, body#body-sites.uptown .content-section-flickr-gallery, body#body-sites.uptown .content-section-facebook-profile-gallery, body#body-sites.uptown .content-section-facebook-profile-gallery, body#body-sites.uptown .content-sheet-media-video, body#body-sites.uptown .content-section-media span iframe {
      width: 100% !important;
      margin: 25px 0 0;
      position: relative; }
    body#body-sites.uptown .content-sheet h1, body#body-sites.uptown .content-sheet h2, body#body-sites.uptown .content-sheet h3, body#body-sites.uptown .content-sheet h4, body#body-sites.uptown .content-sheet h5, body#body-sites.uptown .content-sheet h6, body#body-sites.uptown .content-sheet ol, body#body-sites.uptown .content-sheet ul, body#body-sites.uptown .content-sheet p, body#body-sites.uptown .content-sheet address, body#body-sites.uptown .content-sheet hr, body#body-sites.uptown .content-sheet table, body#body-sites.uptown .content-sheet iframe, body#body-sites.uptown .content-sheet .rss-feed .entry-details {
      width: 100%;
      margin: 0 auto;
      max-width: 700px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    body#body-sites.uptown .content-sheet #module-content address {
      margin: 0 auto 15px;
      padding-left: 50px; }
    body#body-sites.uptown .content-sheet #module-content ol {
      padding-left: 40px; }
    body#body-sites.uptown .content-sheet #module-content ul {
      padding-left: 40px; }
    body#body-sites.uptown .content-sheet hr {
      margin: 0 auto 15px !important; }
    body#body-sites.uptown .content-sheet .rss-feed {
      font-family: 'Lora','Droid Serif',Georgia,serif;
      line-height: 1.9; }
    body#body-sites.uptown .content-sheet .rss-feed .entry-title {
      font-size: 26px;
      font-family: 'Lora','Droid Serif',Georgia,serif;
      line-height: 1.5; }
    body#body-sites.uptown .content-sheet .rss-feed .entry-details {
      margin-bottom: 20px;
      font-family: 'Lora','Droid Serif',Georgia,serif;
      line-height: 1.9; }
    body#body-sites.uptown .content-sheet .rss-feed p {
      font-size: 18px;
      font-family: 'Lora','Droid Serif',Georgia,serif;
      line-height: 1.9; }
    body#body-sites.uptown .content-sheet .rss-feed p a {
      color: rgba(51, 102, 204, 0.8);
      border-bottom: 1px dashed transparent;
      font-weight: normal;
      -webkit-transition: all 0.8s ease;
      -moz-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
      -o-transition: all 0.8s ease; }
    body#body-sites.uptown .content-sheet .rss-feed p a:hover {
      border-bottom: 1px dashed rgba(51, 102, 204, 0.3); }
    body#body-sites.uptown #copy {
      margin: 0 auto;
      position: absolute;
      bottom: -500px;
      left: 50%;
      margin-left: -480px;
      width: 960px;
      height: 500px;
      display: table;
      white-space: normal; }
    body#body-sites.uptown #copy.outside-copy {
      display: none; }
    body#body-sites.uptown #copy h1 {
      font: 68px/1 "Lora", "Droid Serif", Georgia, serif;
      padding: 0;
      display: table-cell;
      vertical-align: middle;
      padding: 0 100px;
      font-weight: normal;
      text-shadow: 0 0 0 transparent; }
    body#body-sites.uptown #copy h1::before {
      content: "";
      position: relative;
      width: 200px;
      height: 5px;
      background: white;
      left: 50%;
      margin: 0 0 0 -100px;
      top: -30px;
      display: block; }
    body#body-sites.uptown #copy h1::after {
      content: "";
      position: relative;
      width: 200px;
      height: 5px;
      background: white;
      left: 50%;
      margin: 0 0 0 -100px;
      bottom: -30px;
      display: block; }
    body#body-sites.uptown #draggable {
      position: fixed; }
    body#body-sites.uptown .dropdown-nav {
      position: relative; }
    body#body-sites.uptown .dropdown-nav ul {
      margin: 0 0 0 -90px !important;
      position: absolute;
      top: 47px;
      background: white;
      box-shadow: 0 0 0 transparent;
      left: 50%;
      padding-bottom: 2px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      padding-top: 5px;
      z-index: 100; }
    body#body-sites.uptown .dropdown-nav ul::before {
      content: "";
      width: 180px;
      height: 20px;
      position: absolute;
      left: 0;
      top: -20px;
      background: transparent;
      cursor: pointer; }
    body#body-sites.uptown .dropdown-nav ul li {
      width: 180px;
      text-align: center !important; }
    body#body-sites.uptown .dropdown-nav ul span {
      font-size: 14px !important;
      line-height: 2.5 !important;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 150px;
      display: block; }
    body#body-sites.uptown .dropdown-nav .arrow-in-right {
      padding-right: 15px !important;
      position: relative; }
    body#body-sites.uptown .dropdown-nav .arrow-in-right:after {
      content: "▾";
      margin-left: 8px;
      opacity: 0.9;
      display: block;
      position: absolute;
      right: 0;
      left: auto;
      top: 50%;
      font: 14px/1 Arial;
      color: #888;
      margin-top: -7px; }
    body#body-sites.uptown #facebook-mod {
      margin: 0 auto;
      position: relative;
      min-height: 0;
      width: 100%;
      max-width: 960px;
      left: auto;
      top: 0; }
    body#body-sites.uptown #facebook-mod iframe {
      width: 100% !important;
      height: 1255px;
      margin: 20px 0; }
    body#body-sites.uptown .galleria-thumbnails-container {
      background: rgba(255, 255, 255, 0.8); }
    body#body-sites.uptown .galleria-container {
      background: transparent !important; }
    body#body-sites.uptown .galleria-thumbnails-list {
      border-top: 1px solid white !important;
      background: white !important; }
    body#body-sites.uptown .google-viewer-iframe {
      width: 100%;
      height: 1200px;
      margin: 25px 0 !important;
      box-shadow: 0 1px 0 #DDD;
      border-width: 0 1px !important;
      border-style: solid !important;
      border-color: #DDDDDD !important;
      max-width: none !important; }
    body#body-sites.uptown .header {
      background: transparent;
      position: relative;
      padding: 0;
      z-index: 10; }
    body#body-sites.uptown .in-mod-wufoo {
      padding: 30px 0; }
    body#body-sites.uptown #logo-top {
      position: relative;
      overflow: hidden;
      text-align: center;
      top: auto;
      padding: 20px 0;
      margin: 0 auto;
      width: 100%;
      display: table;
      height: 80px; }
    body#body-sites.uptown #logo-top a {
      display: table-cell;
      vertical-align: middle; }
    body#body-sites.uptown #logo-top img {
      width: auto !important;
      height: auto !important;
      max-width: 600px;
      max-height: 80px;
      display: inline !important; }
    body#body-sites.uptown #malla {
      z-index: 1; }
    body#body-sites.uptown .media-gallery, body#body-sites.uptown .media-flickr-gallery, body#body-sites.uptown .media-facebook-profile-gallery {
      height: 0 !important;
      position: relative;
      padding: 0 0 66.67%;
      background: #F3F3F3;
      width: 100%; }
    body#body-sites.uptown .media-gallery-wrapper, body#body-sites.uptown .media-flickr, body#body-sites.uptown .media-facebook-profile, body#body-sites.uptown .media-soundcloud, body#body-sites.uptown .media-vimeo, body#body-sites.uptown .media-youtube, body#body-sites.uptown #slideshare-mod, body#body-sites.uptown #soundcloud-mod, body#body-sites.uptown #video-mod {
      left: 0 !important;
      margin: 0 auto !important;
      width: 100% !important;
      max-width: 960px !important;
      height: 540px !important;
      top: -20px !important;
      max-height: inherit !important;
      min-height: 0 !important;
      position: relative !important;
      background: transparent !important;
      overflow: visible !important; }
    body#body-sites.uptown .media-sheet .module-header, body#body-sites.uptown #facebook-mod .module-header, body#body-sites.uptown #video-mod .module-header, body#body-sites.uptown #youtube-channel-mod .module-header, body#body-sites.uptown #slideshare-mod .module-header, body#body-sites.uptown #soundcloud-mod .module-header {
      display: block;
      padding: 0;
      margin: 0;
      overflow: initial; }
    body#body-sites.uptown .media-sheet .module-header h3, body#body-sites.uptown #facebook-mod .module-header h3, body#body-sites.uptown #video-mod .module-header h3, body#body-sites.uptown #youtube-channel-mod .module-header h3, body#body-sites.uptown #slideshare-mod .module-header h3, body#body-sites.uptown #soundcloud-mod .module-header h3 {
      display: none; }
    body#body-sites.uptown .media-sheet .module-close, body#body-sites.uptown #video-mod .module-close, body#body-sites.uptown #youtube-channel-mod .module-close, body#body-sites.uptown #slideshare-mod .module-close, body#body-sites.uptown #soundcloud-mod .module-close {
      top: 50%;
      margin: -250px -523px 0 0;
      position: fixed; }
    body#body-sites.uptown .media-soundcloud {
      box-shadow: 0 0 0 transparent !important; }
    body#body-sites.uptown #menu {
      position: relative;
      width: 100%;
      max-width: 960px;
      overflow: visible;
      text-align: center;
      margin: 0 auto;
      padding: 15px 0;
      height: 50px;
      box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
      white-space: nowrap; }
    body#body-sites.uptown #menu li {
      display: inline-block;
      text-align: left;
      margin: 0 10px;
      float: left;
      line-height: 42px; }
    body#body-sites.uptown #menu li span {
      background: transparent;
      border: 0 none;
      padding: 0;
      font-size: 16px;
      line-height: 1;
      font-family: 'Lora','Droid Serif',Georgia,serif; }
    body#body-sites.uptown #menu li span a {
      color: rgba(42, 46, 53, 0.7);
      -webkit-transition: color 0.5s ease;
      -moz-transition: color 0.5s ease;
      -ms-transition: color 0.5s ease;
      -o-transition: color 0.5s ease; }
    body#body-sites.uptown #menu li span a:hover {
      color: #3366CC; }
    body#body-sites.uptown .menu-contact-info {
      display: block;
      position: absolute;
      color: #444444;
      width: 100%;
      margin: 500px 0 0 0;
      text-align: center;
      font-weight: normal;
      cursor: default;
      padding: 0 20px;
      height: 84px;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    body#body-sites.uptown .menu-contact-info span {
      display: inline-block; }
    body#body-sites.uptown .menu-contact-info a {
      color: #3366CC;
      text-decoration: underline; }
    body#body-sites.uptown .menu-contact-info p {
      display: inline-block;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      padding: 0 5px 0 10px;
      margin: 30px 0;
      font: 12px/2 'Lora','Droid Serif',Georgia,serif; }
    body#body-sites.uptown .menu-contact-info p:first-child {
      border-left: 0 none;
      padding-left: 0; }
    body#body-sites.uptown #menu-contact-email-check, body#body-sites.uptown #menu-contact-website-check {
      display: none; }
    body#body-sites.uptown .menu-container {
      text-align: center;
      float: none;
      display: inline-block !important;
      height: 47px;
      white-space: normal; }
    body#body-sites.uptown .module-close {
      background: rgba(0, 0, 0, 0.1);
      right: 50%;
      margin: 0 -480px 0 0;
      padding: 0 10px 4px;
      color: white;
      position: absolute;
      top: 20px; }
    body#body-sites.uptown .module-close:hover {
      background: rgba(0, 0, 0, 0.2); }
    body#body-sites.uptown #module-content {
      padding: 25px 0; }
    body#body-sites.uptown #module-content {
      font-family: 'Lora','Droid Serif',Georgia,serif;
      font-size: 18px;
      line-height: 1.9; }
      body#body-sites.uptown #module-content p {
        font-size: 18px; }
      body#body-sites.uptown #module-content h1 {
        font-size: 26px;
        font-family: 'Lora','Droid Serif',Georgia,serif; }
      body#body-sites.uptown #module-content h2 {
        font-size: 24px;
        font-family: 'Lora','Droid Serif',Georgia,serif; }
      body#body-sites.uptown #module-content h3 {
        font-size: 22px;
        font-family: 'Lora','Droid Serif',Georgia,serif; }
      body#body-sites.uptown #module-content h4 {
        font-size: 21px;
        font-family: 'Lora','Droid Serif',Georgia,serif; }
      body#body-sites.uptown #module-content h5 {
        font-size: 20px;
        font-family: 'Lora','Droid Serif',Georgia,serif; }
      body#body-sites.uptown #module-content h6 {
        font-size: 18px;
        font-family: 'Lora','Droid Serif',Georgia,serif; }
    body#body-sites.uptown #module-content .contact-info-container p {
      font-size: 14px;
      font-family: 'Merriweather', 'Droid Serif',Georgia,serif; }
    body#body-sites.uptown .module-header {
      position: relative;
      height: auto;
      padding: 0;
      width: auto;
      border-bottom: 0 none;
      box-shadow: 0 0 0 transparent;
      background: transparent;
      text-align: center;
      margin: 30px 0 0; }
    body#body-sites.uptown .module-header h3 {
      padding: 0;
      line-height: 2;
      font-family: 'Open Sans';
      font-size: 34px;
      font-weight: 100;
      text-shadow: 0 0 6px white;
      float: none;
      display: inline-block;
      background: white;
      padding: 0 30px;
      color: rgba(42, 46, 53, 0.7); }
    body#body-sites.uptown #module-map {
      height: 400px !important;
      max-width: 960px;
      margin: 25px 0 0; }
    body#body-sites.uptown .module-stopper {
      display: none; }
    body#body-sites.uptown #nested-menu {
      margin-top: 70px;
      padding: 5px 0;
      min-height: 0;
      box-shadow: 0 0 0 transparent;
      top: 0;
      border-radius: 0;
      max-height: 500px;
      border: 1px solid #EEE; }
    body#body-sites.uptown #nested-menu a {
      font: 14px/1.5 Arial;
      border: 0 none; }
    body#body-sites.uptown #nested-menu a:hover {
      background: transparent;
      color: #3366CC; }
    body#body-sites.uptown .rss-feed .entry-details {
      border-bottom-style: dotted; }
    body#body-sites.uptown .rss-feed img {
      max-width: 100%;
      width: auto;
      box-shadow: 0 0 0 transparent;
      border: 0 none;
      padding: 0;
      background: transparent;
      margin: 0 auto; }
    body#body-sites.uptown .rss-feed-post {
      padding-left: 0;
      padding-right: 0;
      border-top: 0 none;
      border-bottom: 0 none;
      box-shadow: 0 0 0 transparent; }
    body#body-sites.uptown .rss-feed p {
      font: 15px/1.8 Helvetica, Arial; }
    body#body-sites.uptown #share-mod {
      padding: 0;
      margin-top: -210px;
      right: 0;
      margin-right: 0;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    body#body-sites.uptown .show-builder-toggle, body#body-sites.uptown #nav-user, body#body-sites.uptown #share-button {
      z-index: 100000; }
    body#body-sites.uptown .sheet-backdrop {
      display: none; }
    body#body-sites.uptown .social {
      background: transparent !important;
      width: auto;
      height: auto;
      float: none;
      display: inline-block !important;
      vertical-align: text-top;
      padding: 0;
      float: left; }
    body#body-sites.uptown .social span {
      display: none !important; }
    body#body-sites.uptown .social icon:before {
      color: rgba(75, 89, 102, 0.4);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      opacity: 0.8; }
    body#body-sites.uptown #facebook-button icon:hover:before {
      color: #5069BA; }
    body#body-sites.uptown #slideshare-button icon:hover:before {
      color: #F58F1B; }
    body#body-sites.uptown #soundcloud-button icon:hover:before {
      color: #FF6600; }
    body#body-sites.uptown #twitter-button icon:hover:before {
      color: #00ACED; }
    body#body-sites.uptown #video-button icon:hover:before {
      color: #E81832; }
    body#body-sites.uptown .slideshare-app iframe, body#body-sites.uptown #media-vimeo-iframe, body#body-sites.uptown #media-youtube-iframe {
      height: 100%; }
    body#body-sites.uptown #social-container {
      display: inline-block;
      width: auto;
      height: auto;
      border-left: 1px solid rgba(0, 0, 0, 0.05);
      padding-left: 10px;
      margin-left: 10px; }
    body#body-sites.uptown #social-container a {
      display: inline-block;
      padding: 10px 5px 8px; }
    body#body-sites.uptown #text-logo {
      padding: 0;
      font-size: 45px;
      line-height: 80px;
      font-weight: normal;
      background: transparent; }
    body#body-sites.uptown .twtr-widget {
      padding: 0 !important; }
    body#body-sites.uptown #twtr-widget .twtr-tweet-text {
      margin-top: -2px; }
    body#body-sites.uptown .twtr-widget .twtr-tweet {
      border-color: transparent !important; }
    body#body-sites.uptown #twitter-follow-button {
      margin: 25px 0 0;
      padding-bottom: 15px;
      border: 0 none; }
    body#body-sites.uptown .ui-wrapper {
      width: auto !important;
      height: auto !important; }
    body#body-sites.uptown .ui-resizable-handle {
      display: none !important; }
    body#body-sites.uptown #video-iframe {
      height: 500px !important; }
    body#body-sites.uptown #video-mod, body#body-sites.uptown #youtube-channel-mod, body#body-sites.uptown #slideshare-mod, body#body-sites.uptown #soundcloud-mod {
      top: 0 !important; }
    body#body-sites.uptown #wallpaper, body#body-sites.uptown #pattern {
      z-index: 0; }
    body#body-sites.uptown .white_content {
      width: 100%;
      max-width: 960px;
      overflow: hidden;
      height: auto;
      min-height: 100%;
      background: white;
      box-shadow: 0 0 0 transparent;
      position: relative;
      margin: 0 auto;
      top: auto;
      right: auto;
      box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
      z-index: 0; }
    body#body-sites.uptown .white_content::after {
      display: none; }
    body#body-sites.uptown .ownlocal-widget {
      position: relative;
      height: calc(100vh - 308px);
      top: auto;
      margin-top: 5px; } }
/* HM - Hide Copy */
@media only screen and (min-width: 980px) {
  body#body-sites.uptown.sheet-open .backstretch, body#body-sites.uptown.sheet-open #wallpaper, body#body-sites.uptown.sheet-open #pattern, body#body-sites.uptown.sheet-open #malla, body#body-sites.uptown.sheet-open .menu-contact-info {
    display: none !important; }
  body#body-sites.uptown.sheet-open #copy {
    display: none; } }
/* Only Desktop */
@media only screen and (min-width: 980px) {
  body#body-sites.uptown .backstretch {
    height: 500px !important;
    width: 960px !important;
    left: 50% !important;
    margin: 200px 0 0 -480px !important;
    position: absolute !important; }
  body#body-sites.uptown .backstretch img {
    width: 960px !important;
    height: auto !important;
    left: 50% !important;
    margin: 0 0 0 -480px !important;
    top: 0 !important;
    min-height: 500px !important; }
  body#body-sites.uptown #malla {
    width: 960px;
    height: 500px;
    left: 50%;
    top: 200px;
    margin: 0 0 0 -480px;
    position: absolute; }
  body#body-sites.uptown #twitter-mod {
    position: fixed;
    top: 200px;
    right: 50%;
    margin: 0 -480px 0 0;
    min-height: initial;
    bottom: 20px; }
  body#body-sites.uptown #twitter-mod #module-content {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 20px; }
  body#body-sites.uptown #twitter-mod #module-content iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important; }
  body#body-sites.uptown #wallpaper, body#body-sites.uptown #pattern {
    width: 960px;
    left: 50%;
    height: 500px;
    position: absolute;
    margin: 200px 0 0 -480px; } }
/* True Global */
@media only screen {
  body#body-sites.uptown .mobile-nav-area .mobile-nav-opener:before {
    line-height: 120px;
    left: 40px;
    padding: 0; }
  body#body-sites.uptown .mobile-nav-area .dropdown-menu {
    background: rgba(255, 255, 255, 0.95); }
  body#body-sites.uptown .mobile-nav-area li a {
    color: rgba(75, 89, 102, 0.8);
    color: #8A92A5; }
  body#body-sites.uptown .mobile-nav-area .close-mobile-nav {
    color: #8A92A5;
    background: white;
    top: 40px;
    right: 11px; }
  body#body-sites.uptown .mobile-nav-area .close-mobile-nav:hover {
    background: white; }
  body#body-sites.uptown .mobile-nav-area li a:hover {
    color: #8A92A5;
    border-color: rgba(138, 146, 165, 0.8); }
  body#body-sites.uptown .apps-in-mobile-nav li a:hover:before {
    color: #8A92A5; }
  body#body-sites.uptown .mobile-nav-area .apps-in-mobile-nav:before {
    background: rgba(75, 89, 102, 0.8);
    background: #8A92A5; }
  body#body-sites.uptown .mobile-nav-area .sub-menu {
    box-shadow: 1px 0 0 rgba(138, 146, 165, 0.2) inset; }
  body#body-sites.uptown .mobile-nav-area ul::-webkit-scrollbar-thumb {
    background: rgba(133, 146, 153, 0.3); }
  body#body-sites.uptown .apps-in-mobile-nav li a:hover:before {
    color: #8A92A5 !important; } }
/* Responsiveness 1 */
@media only screen and (max-width: 980px) {
  body#body-sites.uptown #contact-form-check label {
    font-family: 'Merriweather', 'Droid Serif',Georgia,serif; }
  body#body-sites.uptown .content-sheet .rss-feed {
    font-family: 'Lora','Droid Serif',Georgia,serif; }
  body#body-sites.uptown .content-sheet .rss-feed .entry-title {
    font-family: 'Lora','Droid Serif',Georgia,serif; }
  body#body-sites.uptown .content-sheet .rss-feed .entry-details {
    font-family: 'Lora','Droid Serif',Georgia,serif; }
  body#body-sites.uptown .content-sheet .rss-feed p {
    font-family: 'Lora','Droid Serif',Georgia,serif; }
  body#body-sites.uptown #copy {
    margin: 0 auto;
    position: absolute;
    bottom: -500px;
    left: 50%;
    margin-left: -480px;
    width: 960px;
    height: 500px;
    display: table;
    white-space: normal;
    display: none; }
  body#body-sites.uptown #copy.outside-copy {
    display: table;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    top: 0;
    margin: 0;
    position: fixed;
    height: 100%;
    padding: 120px 0 0; }
  body#body-sites.uptown #copy h1 {
    font: 68px/1 "Lora", "Droid Serif", Georgia, serif;
    padding: 0 100px;
    font-weight: normal;
    text-shadow: 0 0 0 transparent;
    padding: 50px;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: -1px; }
  body#body-sites.uptown #copy h1::before {
    content: "";
    position: relative;
    width: 200px;
    height: 6px;
    background: white;
    left: 50%;
    margin: 0 0 0 -100px;
    top: -30px;
    display: block; }
  body#body-sites.uptown #copy h1::after {
    content: "";
    position: relative;
    width: 200px;
    height: 6px;
    background: white;
    left: 50%;
    margin: 0 0 0 -100px;
    bottom: -30px;
    display: block; }
  body#body-sites.uptown .header {
    background: transparent;
    position: relative;
    padding: 0;
    height: 120px;
    background: white; }
  body#body-sites.uptown #logo-top {
    position: relative;
    overflow: hidden;
    text-align: center;
    top: auto;
    padding: 20px 0;
    margin: 0 auto;
    width: 100%;
    display: table;
    height: 80px; }
  body#body-sites.uptown #logo-top a {
    display: table-cell;
    vertical-align: middle; }
  body#body-sites.uptown #logo-top img {
    max-width: 50% !important;
    height: auto !important;
    max-width: 600px;
    max-height: 80px;
    display: inline !important; }
  body#body-sites.uptown #menu {
    display: none; }
  body#body-sites.uptown #menu-contact-info {
    display: none; }
  body#body-sites.uptown #module-content {
    font-family: 'Lora','Droid Serif',Georgia,serif;
    font-size: 18px;
    line-height: 1.9; }
    body#body-sites.uptown #module-content h1, body#body-sites.uptown #module-content h2, body#body-sites.uptown #module-content h3, body#body-sites.uptown #module-content h4, body#body-sites.uptown #module-content h5, body#body-sites.uptown #module-content h6 {
      font-family: 'Lora','Droid Serif',Georgia,serif;
      line-height: 1.5; }
  body#body-sites.uptown #share-button {
    top: 120px; }
  body#body-sites.uptown #text-logo {
    padding: 0;
    font-size: 45px;
    line-height: 1;
    font-weight: normal;
    background: transparent; } }
/* Responsiveness 1 - Sheet Open */
@media only screen and (max-width: 980px) {
  body#body-sites.uptown.sheet-open .mobile-nav-area .mobile-nav-opener:before {
    line-height: 54px; } }
/* Responsiveness 2 */
@media only screen and (max-width: 580px) {
  body#body-sites.uptown #copy h1 {
    font-size: 38px;
    padding: 15px;
    line-height: 1; }
  body#body-sites.uptown #copy h1::after {
    width: 30%;
    margin: 0 0 0 -15%;
    bottom: -20px; }
  body#body-sites.uptown #copy h1::before {
    width: 30%;
    margin: 0 0 0 -15%;
    top: -20px; }
  body#body-sites.uptown #copy.outside-copy {
    padding: 80px 0 0; }
  body#body-sites.uptown .header {
    height: 80px; }
  body#body-sites.uptown #logo-top {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0; }
  body#body-sites.uptown #logo-top img {
    max-height: 56px !important; }
  body#body-sites.uptown .mobile-nav-area .mobile-nav-opener:before {
    line-height: 80px;
    left: 20px; }
  body#body-sites.uptown .mobile-nav-area .dropdown-menu {
    top: 80px;
    max-height: calc(100% - 80px); }
  body#body-sites.uptown .mobile-nav-area .close-mobile-nav {
    top: 20px; }
  body#body-sites.uptown #module-content {
    font-size: 17px;
    line-height: 1.8; }
  body#body-sites.uptown #nav-user {
    top: 80px; }
  body#body-sites.uptown #share-button {
    top: 80px; }
  body#body-sites.uptown #text-logo {
    font-size: 28px;
    line-height: 60px;
    padding: 0 50px; } }
	/*
============================================================================================================
	Name: UPTOWN (LANDING)
	  ID: 14
	Date: 13-03
	Type: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX		*/
/* Builder Customizations */
body#body-sites.uptown-landing #draggable #builder-nav .tabs li:nth-child(4) {
  display: none; }
body#body-sites.uptown-landing #draggable #mc-templates .landing-selection-container {
  display: block; }
body#body-sites.uptown-landing #draggable #mc-templates .templates-selection-container {
  bottom: 57px; }
body#body-sites.uptown-landing #draggable .background-overlay {
  display: none; }
body#body-sites.uptown-landing #draggable #mc-background #builder-background-selectable-Gallery, body#body-sites.uptown-landing #draggable #builder-background-selectable-Patterns {
  height: 298px; }

/* Landing global */
body#body-sites.uptown-landing .backstretch, body#body-sites.uptown-landing #wallpaper, body#body-sites.uptown-landing #pattern, body#body-sites.uptown-landing #malla, body#body-sites.uptown-landing .menu-contact-info {
  display: none !important; }
body#body-sites.uptown-landing #copy {
  display: none !important; }
body#body-sites.uptown-landing .copy-landing {
  max-width: 100% !important; }
body#body-sites.uptown-landing #logo-top {
  height: auto; }
body#body-sites.uptown-landing #logo-top img {
  max-height: initial;
  padding: 20px 0; }
body#body-sites.uptown-landing .module-close {
  display: none; }
body#body-sites.uptown-landing .module-header h3 {
  text-transform: none;
  font-family: 'Open Sans' !important;
  max-width: none; }
body#body-sites.uptown-landing .white_content::after {
  display: none; }

/* Landing global - Sheet Open */
body#body-sites.uptown-landing.sheet-open #nav-user {
  z-index: 10; }
body#body-sites.uptown-landing.sheet-open .saved-outside-builder {
  right: 40px; }

/* Normal View */
@media only screen and (min-width: 980px) {
  body#body-sites.uptown-landing #facebook-mod iframe {
    margin: 40px 0 0; }
  body#body-sites.uptown-landing .media-sheet .media-gallery-wrapper {
    margin: 40px auto 0 !important; }
  body#body-sites.uptown-landing .media-youtube, body#body-sites.uptown-landing .media-vimeo, body#body-sites.uptown-landing .media-soundcloud, body#body-sites.uptown-landing #video-mod, body#body-sites.uptown-landing #slideshare-mod, body#body-sites.uptown-landing #soundcloud-mod {
    margin-top: 40px !important; }
  body#body-sites.uptown-landing #menu {
    max-width: initial;
    background: transparent;
    box-shadow: 0 0 0 transparent;
    padding: 0;
    border-width: 1px 0;
    border-color: rgba(75, 89, 102, 0.05);
    border-style: solid; }
  body#body-sites.uptown-landing #menu li span {
    font-family: inherit;
    font-weight: normal; }
  body#body-sites.uptown-landing .module-header {
    margin: 30px 0 10px; }
  body#body-sites.uptown-landing #social-container {
    border-left: 1px solid rgba(75, 89, 102, 0.05);
    padding-left: 5px;
    margin-left: 0; }
  body#body-sites.uptown-landing #twitter-mod {
    margin: 40px auto 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
  body#body-sites.uptown-landing #twitter-mod .module-header {
    display: none; }
  body#body-sites.uptown-landing #twitter-mod #module-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
  body#body-sites.uptown-landing #twitter-mod #module-content iframe {
    position: relative;
    height: 480px !important; }
  body#body-sites.uptown-landing .white_content {
    box-shadow: 0 0 0 transparent; } }
/* HM - Hide Copy */
/* Responsiveness Global */
@media only screen and (max-width: 980px) {
  body#body-sites.uptown-landing {
    background: white; }
    body#body-sites.uptown-landing .backstretch, body#body-sites.uptown-landing #malla, body#body-sites.uptown-landing #wallpaper, body#body-sites.uptown-landing #pattern {
      display: none !important; }
    body#body-sites.uptown-landing #container .app-sheet iframe {
      padding: 0;
      position: absolute;
      width: 100% !important;
      height: 100%; }
    body#body-sites.uptown-landing #container .app-sheet #module-content {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      height: 500px;
      padding: 0 !important;
      width: 100%; }
    body#body-sites.uptown-landing #container #video-mod {
      padding: 0 0 56.25%;
      margin-top: 20px;
      height: 0; }
    body#body-sites.uptown-landing #container #slideshare-mod .module-header {
      display: none; }
    body#body-sites.uptown-landing #container #slideshare-mod {
      padding: 0 0 86.5%;
      margin-top: 20px;
      height: 0; }
    body#body-sites.uptown-landing #container #soundcloud-mod {
      padding: 0;
      margin-top: 20px;
      height: 330px; }
    body#body-sites.uptown-landing .header {
      position: relative;
      padding-top: 74px;
      height: auto; }
    body#body-sites.uptown-landing #logo-top {
      padding: 5px 0; }
    body#body-sites.uptown-landing #logo-top img {
      max-height: 120px !important;
      max-width: 70%;
      padding: 0; }
    body#body-sites.uptown-landing .media-sheet .white_content {
      padding: 0 0 56.25%;
      top: 0 !important; }
    body#body-sites.uptown-landing .media-sheet iframe {
      position: absolute; }
    body#body-sites.uptown-landing #module-content {
      max-width: none;
      padding: 20px 50px; }
    body#body-sites.uptown-landing .module-header, body#body-sites.uptown-landing #container .media-sheet .module-header, body#body-sites.uptown-landing #container .app-sheet .module-header {
      position: relative;
      height: auto;
      overflow: visible;
      border: 0 none;
      top: auto;
      box-shadow: 0 0 0 transparent; }
    body#body-sites.uptown-landing .module-header h3 {
      white-space: normal;
      line-height: 1.4;
      padding-top: 14px;
      position: relative;
      left: auto;
      right: auto;
      padding: 30px 20px;
      font-weight: 300;
      font-size: 28px;
      padding: 30px 50px; }
    body#body-sites.uptown-landing .module-stopper {
      display: none; }
    body#body-sites.uptown-landing .white_content {
      position: relative; } }
/* Responsiveness 1 */
@media only screen and (max-width: 980px) {
  body#body-sites.sheet-open.uptown-landing .header {
    display: table; }
  body#body-sites.sheet-open.uptown-landing .mobile-nav-area .mobile-nav-opener:before {
    content: "Menu";
    font: 300 16px/54px 'Montserrat';
    color: #999999;
    width: 100%;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    padding: 0;
    text-transform: uppercase;
    background: white !important; }
  body#body-sites.sheet-open.uptown-landing #nav-user {
    top: auto;
    bottom: 0;
    left: 0;
    width: 179px;
    overflow: hidden;
    z-index: 10000; }
  body#body-sites.sheet-open.uptown-landing #saved-outside-builder {
    top: 0;
    width: auto;
    padding: 0 15px; } }
/* Responsiveness 2 */
@media only screen and (max-width: 580px) {
  body#body-sites.sheet-open.uptown-landing #logo-top img {
    max-height: 90px !important;
    max-width: 70%; }
  body#body-sites.sheet-open.uptown-landing #module-content {
    padding: 20px; }
  body#body-sites.sheet-open.uptown-landing .module-header h3 {
    font-size: 22px;
    padding: 20px;
    line-height: 1.3; } }
/* Responsiveness 3 */
@media only screen and (max-height: 400px) {
  body#body-sites.sheet-open.uptown-landing #text-logo {
    line-height: 1.2; } }

	/*
============================================================================================================
	Name: CHELSEA
	  ID: 15
	Date: 13-03
	Type: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX		*/
/* Builder Customizations */
body#body-sites.chelsea #draggable #mc-templates .landing-selection-container {
  display: none; }

/* Global */
@media only screen and (min-width: 980px) {
  body#body-sites.chelsea {
    background: #F3F3F3;
    font-family: "Helvetica Neue",Helvetica,Arial;
    overflow-x: hidden;
    overflow-y: auto;
    /* end menu */ }
    body#body-sites.chelsea * {
      text-shadow: 0 0 0 transparent !important; }
    body#body-sites.chelsea .backstretch {
      z-index: 0 !important; }
    body#body-sites.chelsea #contact-mod #module-content {
      padding: 25px 0 40px; }
    body#body-sites.chelsea #contact-mod h1 {
      border-top: 0 none;
      margin-top: 0;
      line-height: 1;
      font-weight: normal; }
    body#body-sites.chelsea #contact-form-check input, body#body-sites.chelsea #contact-form-check textarea {
      background: #F2F2F2;
      border-radius: 0;
      box-shadow: 0 0 0 transparent;
      border: 0 none;
      padding: 5px 8px;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    body#body-sites.chelsea #contact-form-check label {
      font-family: 'Merriweather', 'Droid Serif',Georgia,serif;
      font-size: 15px;
      line-height: 3;
      padding: 0; }
    body#body-sites.chelsea .contact-form-container {
      padding: 20px 0 20px 40px;
      width: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      box-shadow: -1px 0 0 rgba(42, 46, 53, 0.1); }
    body#body-sites.chelsea .contact-info-container {
      float: left;
      width: 50%;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      padding-top: 20px; }
    body#body-sites.chelsea #container {
      width: 100%;
      position: absolute;
      height: auto;
      padding-top: 260px;
      overflow-x: hidden;
      overflow-y: auto; }
    body#body-sites.chelsea .content-section-media {
      padding: 15px 0 0;
      margin: 0; }
    body#body-sites.chelsea .content-section-media img {
      margin: 25px 0 0;
      width: auto;
      min-width: inherit;
      max-width: auto;
      background: white; }
    body#body-sites.chelsea .content-section-media-box {
      margin-top: 15px; }
    body#body-sites.chelsea .content-section-gallery, body#body-sites.chelsea .content-section-flickr-gallery, body#body-sites.chelsea .content-section-facebook-profile-gallery, body#body-sites.chelsea .content-section-facebook-profile-gallery, body#body-sites.chelsea .content-sheet-media-video, body#body-sites.chelsea .content-section-media span iframe {
      width: 100% !important;
      margin: 25px 0 0;
      position: relative; }
    body#body-sites.chelsea .content-sheet h1, body#body-sites.chelsea .content-sheet h2, body#body-sites.chelsea .content-sheet h3, body#body-sites.chelsea .content-sheet h4, body#body-sites.chelsea .content-sheet h5, body#body-sites.chelsea .content-sheet h6, body#body-sites.chelsea .content-sheet ol, body#body-sites.chelsea .content-sheet ul, body#body-sites.chelsea .content-sheet p, body#body-sites.chelsea .content-sheet address, body#body-sites.chelsea .content-sheet hr, body#body-sites.chelsea .content-sheet table, body#body-sites.chelsea .content-sheet iframe {
      width: 100%;
      margin: 0 auto;
      max-width: 700px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    body#body-sites.chelsea .content-sheet #module-content address {
      margin: 0 auto 15px;
      padding-left: 50px; }
    body#body-sites.chelsea .content-sheet #module-content ol {
      padding-left: 40px; }
    body#body-sites.chelsea .content-sheet #module-content ul {
      padding-left: 40px; }
    body#body-sites.chelsea .content-sheet hr {
      margin: 0 auto 15px !important; }
    body#body-sites.chelsea .content-sheet h1, body#body-sites.chelsea .content-sheet h2, body#body-sites.chelsea .content-sheet h3, body#body-sites.chelsea .content-sheet h4, body#body-sites.chelsea .content-sheet h5, body#body-sites.chelsea .content-sheet h6 {
      color: #3B3C3D; }
    body#body-sites.chelsea .content-sheet .rss-feed {
      font-family: 'Lora','Droid Serif',Georgia,serif;
      line-height: 1.9; }
    body#body-sites.chelsea .content-sheet .rss-feed .entry-title {
      font-size: 26px;
      font-family: 'Lora','Droid Serif',Georgia,serif;
      line-height: 1.5; }
    body#body-sites.chelsea .content-sheet .rss-feed .entry-details {
      margin-bottom: 20px;
      font-family: 'Lora','Droid Serif',Georgia,serif;
      line-height: 1.9; }
    body#body-sites.chelsea .content-sheet .rss-feed p {
      font-size: 18px;
      font-family: 'Lora','Droid Serif',Georgia,serif;
      line-height: 1.9; }
    body#body-sites.chelsea .content-sheet .rss-feed p a {
      color: rgba(51, 102, 204, 0.8);
      border-bottom: 1px dashed transparent;
      font-weight: normal;
      -webkit-transition: all 0.8s ease;
      -moz-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
      -o-transition: all 0.8s ease; }
    body#body-sites.chelsea .content-sheet .rss-feed p a:hover {
      border-bottom: 1px dashed rgba(51, 102, 204, 0.3); }
    body#body-sites.chelsea .content-sheet::after, body#body-sites.chelsea .contact-sheet::after, body#body-sites.chelsea .facebook-app::after, body#body-sites.chelsea .twitter-app::after {
      content: "";
      position: fixed;
      left: 0;
      width: 100%;
      height: 100%;
      background: white;
      z-index: -10; }
    body#body-sites.chelsea .content-sheet::before, body#body-sites.chelsea .contact-sheet::before, body#body-sites.chelsea .facebook-app::before, body#body-sites.chelsea .twitter-app::before {
      content: "";
      position: absolute;
      background: white;
      height: 100%;
      left: -10000%;
      z-index: -100;
      right: -10000%;
      box-shadow: 0 -1px 1px rgba(42, 46, 53, 0.2); }
    body#body-sites.chelsea #copy {
      margin: 0 auto;
      position: fixed;
      bottom: 0;
      width: 100%;
      display: table;
      white-space: normal;
      left: 0;
      padding: 0 15%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      top: 30%;
      height: 70%; }
    body#body-sites.chelsea #copy h1 {
      font: bold 68px/1 "Merriweather", Arial;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      letter-spacing: -2px;
      position: relative;
      padding: 0; }
    body#body-sites.chelsea #copy.outside-copy {
      display: none; }
    body#body-sites.chelsea #draggable {
      position: fixed; }
    body#body-sites.chelsea #facebook-mod {
      padding: 0 20px 10px;
      width: 100%;
      min-height: 100%;
      height: auto;
      right: auto;
      margin: 0 auto;
      top: auto;
      left: auto; }
      body#body-sites.chelsea #facebook-mod #fb-like-button {
        display: none; }
      body#body-sites.chelsea #facebook-mod iframe {
        width: 100%;
        height: 520px;
        margin-top: 30px; }
      body#body-sites.chelsea #facebook-mod .module-header {
        display: block; }
    body#body-sites.chelsea .google-viewer-iframe {
      width: 100%;
      height: 1200px;
      margin: 25px auto !important;
      box-shadow: 0 1px 0 #DDD;
      border-width: 0 1px !important;
      border-style: solid !important;
      border-color: #DDDDDD !important;
      max-width: none !important; }
    body#body-sites.chelsea .header {
      position: relative;
      padding: 0 10px;
      margin: 0 auto;
      background: transparent;
      max-width: 980px;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      z-index: 1000; }
    body#body-sites.chelsea .in-mod-wufoo {
      padding: 30px 0; }
    body#body-sites.chelsea #logo-top {
      position: absolute;
      overflow: hidden;
      text-align: left;
      top: auto;
      padding: 0;
      margin: 0 auto;
      width: auto;
      float: left;
      display: table;
      height: 80px;
      top: 30px;
      left: 10px; }
    body#body-sites.chelsea #logo-top a {
      display: table-cell;
      vertical-align: middle; }
    body#body-sites.chelsea #logo-top img {
      width: auto !important;
      height: auto !important;
      max-width: 300px;
      max-height: 80px;
      display: inline !important; }
    body#body-sites.chelsea #malla {
      z-index: 1; }
    body#body-sites.chelsea #malla::before {
      content: "";
      background: -webkit-linear-gradient(top, rgba(42, 46, 53, 0.5), rgba(0, 0, 0, 0));
      background: -moz-linear-gradient(top, rgba(42, 46, 53, 0.5), rgba(0, 0, 0, 0));
      background: -ms-linear-gradient(top, rgba(42, 46, 53, 0.5), rgba(0, 0, 0, 0));
      background: -o-linear-gradient(top, rgba(42, 46, 53, 0.5), rgba(0, 0, 0, 0));
      background: linear-gradient(top, rgba(42, 46, 53, 0.5), rgba(0, 0, 0, 0));
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 400px; }
    body#body-sites.chelsea .media-gallery, body#body-sites.chelsea .media-flickr-gallery, body#body-sites.chelsea .media-facebook-profile-gallery {
      width: 100%;
      height: 100%; }
    body#body-sites.chelsea .media-gallery-wrapper, body#body-sites.chelsea .media-flickr, body#body-sites.chelsea .media-facebook-profile, body#body-sites.chelsea .media-soundcloud, body#body-sites.chelsea .media-vimeo, body#body-sites.chelsea .media-youtube, body#body-sites.chelsea #slideshare-mod, body#body-sites.chelsea #soundcloud-mod, body#body-sites.chelsea #video-mod {
      left: 50% !important;
      margin-left: -480px !important;
      margin-top: -230px !important;
      height: 540px !important;
      width: 960px !important;
      top: 50% !important;
      max-height: inherit !important;
      padding: 0 !important;
      min-height: inherit !important;
      position: fixed !important;
      overflow: visible !important;
      box-shadow: 0 1px 3px black !important; }
    body#body-sites.chelsea .media-sheet .module-header, body#body-sites.chelsea #video-mod .module-header, body#body-sites.chelsea #youtube-channel-mod .module-header, body#body-sites.chelsea #slideshare-mod .module-header, body#body-sites.chelsea #soundcloud-mod .module-header {
      display: block;
      padding: 0;
      margin: 0; }
    body#body-sites.chelsea .media-sheet .module-header h3, body#body-sites.chelsea #video-mod .module-header h3, body#body-sites.chelsea #youtube-channel-mod .module-header h3, body#body-sites.chelsea #slideshare-mod .module-header h3, body#body-sites.chelsea #soundcloud-mod .module-header h3 {
      display: none; }
    body#body-sites.chelsea .media-sheet .module-close, body#body-sites.chelsea #video-mod .module-close, body#body-sites.chelsea #youtube-channel-mod .module-close, body#body-sites.chelsea #slideshare-mod .module-close, body#body-sites.chelsea #soundcloud-mod .module-close {
      top: 50%;
      right: 50%;
      margin: -230px -530px 0 0;
      position: fixed; }
    body#body-sites.chelsea .media-soundcloud {
      box-shadow: 0 0 0 transparent !important; }
    body#body-sites.chelsea #menu {
      position: absolute;
      overflow: visible;
      text-align: right;
      padding: 0;
      white-space: nowrap;
      top: 48px;
      bottom: auto;
      width: auto;
      left: auto;
      right: 0;
      /* end menu dropdown */ }
      body#body-sites.chelsea #menu .dropdown-nav {
        position: relative; }
        body#body-sites.chelsea #menu .dropdown-nav .arrow-in-right {
          padding-right: 15px !important;
          position: relative; }
        body#body-sites.chelsea #menu .dropdown-nav .arrow-in-right::after {
          color: white !important;
          line-height: 0.9 !important;
          content: "▾";
          margin-left: 8px;
          opacity: 0.95;
          display: block;
          position: absolute;
          right: 0;
          left: auto;
          top: 50%;
          font: 14px/1 Arial;
          color: #888;
          margin-top: -7px; }
        body#body-sites.chelsea #menu .dropdown-nav li span {
          font-family: 'Open Sans'; }
        body#body-sites.chelsea #menu .dropdown-nav li span a {
          color: rgba(42, 46, 53, 0.6);
          text-shadow: 0 0 0 transparent;
          border-bottom: 0 none !important; }
        body#body-sites.chelsea #menu .dropdown-nav li span a:hover {
          color: #4A4A4A;
          border-bottom: 0 none !important;
          box-shadow: 0 0 0 transparent !important; }
        body#body-sites.chelsea #menu .dropdown-nav ul {
          position: absolute;
          top: 40px;
          color: white;
          box-shadow: 0 3px 2px rgba(42, 46, 53, 0.1);
          background: rgba(255, 255, 255, 0.95);
          width: 170px;
          left: 50%;
          margin: 0 0 0 -90px !important; }
        body#body-sites.chelsea #menu .dropdown-nav ul::before {
          background: transparent;
          width: 100%;
          position: absolute;
          margin: -18px 0 0;
          height: 18px;
          content: ""; }
        body#body-sites.chelsea #menu .dropdown-nav ul::after {
          content: " " !important;
          position: absolute;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 10px solid rgba(255, 255, 255, 0.9);
          left: 50%;
          margin-left: -10px;
          margin-top: -10px;
          top: 0; }
        body#body-sites.chelsea #menu .dropdown-nav ul a:hover {
          color: #3366CC !important; }
        body#body-sites.chelsea #menu .dropdown-nav ul li {
          width: 100%;
          margin: 0 !important;
          text-align: center;
          border-bottom: 1px solid rgba(42, 46, 53, 0.05); }
        body#body-sites.chelsea #menu .dropdown-nav ul span {
          font-size: 13px !important;
          line-height: 3 !important;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          display: block;
          font-family: 'Roboto',Arial !important;
          padding: 0 15px !important; }
      body#body-sites.chelsea #menu li {
        display: inline-block;
        text-align: right;
        margin: 0 20px 0 0;
        line-height: 2; }
      body#body-sites.chelsea #menu li span {
        background: transparent;
        border: 0 none;
        padding: 0;
        font: 14px/1.6 "Roboto", sans-serif; }
      body#body-sites.chelsea #menu li span a {
        color: white;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        border-bottom: 1px solid transparent; }
      body#body-sites.chelsea #menu li span a:hover {
        color: #FFFFFF;
        border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
    body#body-sites.chelsea .menu-contact-info {
      display: none; }
    body#body-sites.chelsea .menu-container {
      text-align: right;
      float: left;
      display: inline-block !important;
      white-space: normal;
      width: auto;
      border-radius: 6px;
      max-width: 980px;
      margin-top: 7px; }
    body#body-sites.chelsea .module-close {
      background: rgba(42, 46, 53, 0.5);
      position: absolute;
      padding: 0;
      text-transform: uppercase;
      font: bold 17px/30px Arial;
      width: 30px;
      text-align: center;
      text-shadow: 0 0 0 transparent;
      color: white;
      box-shadow: 0 0 0 transparent;
      border: 0 none;
      -webkit-transition: all 0.8s ease;
      -moz-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
      -o-transition: all 0.8s ease;
      right: 20px;
      top: -58px;
      border-radius: 5px;
      height: 28px; }
    body#body-sites.chelsea .module-close:hover {
      color: #555555;
      background: rgba(255, 255, 255, 0.7);
      box-shadow: 0 -1px 0 rgba(42, 46, 53, 0.2); }
    body#body-sites.chelsea #module-content {
      font-family: 'Lora','Droid Serif',Georgia,serif;
      font-size: 18px;
      line-height: 1.9; }
      body#body-sites.chelsea #module-content p {
        font-size: 18px; }
      body#body-sites.chelsea #module-content h1 {
        font-size: 26px;
        font-family: 'Lora','Droid Serif',Georgia,serif; }
      body#body-sites.chelsea #module-content h2 {
        font-size: 24px;
        font-family: 'Lora','Droid Serif',Georgia,serif; }
      body#body-sites.chelsea #module-content h3 {
        font-size: 22px;
        font-family: 'Lora','Droid Serif',Georgia,serif; }
      body#body-sites.chelsea #module-content h4 {
        font-size: 21px;
        font-family: 'Lora','Droid Serif',Georgia,serif; }
      body#body-sites.chelsea #module-content h5 {
        font-size: 20px;
        font-family: 'Lora','Droid Serif',Georgia,serif; }
      body#body-sites.chelsea #module-content h6 {
        font-size: 18px;
        font-family: 'Lora','Droid Serif',Georgia,serif; }
    body#body-sites.chelsea #module-content .contact-info-container p {
      font-size: 16px;
      font-family: 'Merriweather', 'Droid Serif',Georgia,serif; }
    body#body-sites.chelsea #module-content {
      padding: 25px 0; }
    body#body-sites.chelsea .module-header {
      position: absolute;
      height: auto;
      padding: 0;
      border-bottom: 0 none;
      box-shadow: 0 0 0 transparent;
      background: transparent;
      text-align: center;
      margin: 0 -20px;
      width: 100%;
      box-sizing: border-box;
      overflow: visible;
      top: 0; }
    body#body-sites.chelsea .module-header h3 {
      padding: 0;
      float: none;
      font: bold 50px/1 'Merriweather',Arial;
      color: #FFFFFF;
      max-width: initial;
      position: absolute;
      bottom: 20px;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    body#body-sites.chelsea #module-map {
      height: 400px !important;
      max-width: 960px;
      padding-top: 40px; }
    body#body-sites.chelsea .module-stopper {
      display: none; }
    body#body-sites.chelsea #nested-menu {
      margin-top: 70px;
      padding: 5px 0;
      min-height: 0;
      box-shadow: 0 0 0 transparent;
      top: 0;
      border-radius: 0;
      max-height: 500px;
      border: 1px solid #EEE; }
    body#body-sites.chelsea #nested-menu a {
      font: 14px/1.5 Arial;
      border: 0 none; }
    body#body-sites.chelsea #nested-menu a:hover {
      background: transparent;
      color: #3366CC; }
    body#body-sites.chelsea #render-media-sections .white_content::after {
      display: none; }
    body#body-sites.chelsea .rss-feed .entry-details {
      border-bottom-style: dotted;
      width: 100%;
      max-width: 700px;
      margin: 0 auto 20px; }
    body#body-sites.chelsea .rss-feed img {
      max-width: 100%;
      width: auto;
      box-shadow: 0 0 0 transparent;
      border: 0 none;
      padding: 0;
      background: transparent;
      margin: 0 auto; }
    body#body-sites.chelsea .rss-feed-post {
      padding-left: 0;
      padding-right: 0;
      border-top: 0 none;
      border-bottom: 0 none;
      box-shadow: 0 0 0 transparent; }
    body#body-sites.chelsea .rss-feed p {
      font: 15px/1.8 Helvetica, Arial; }
    body#body-sites.chelsea .send-us-a-message {
      margin: 0 0 15px !important; }
    body#body-sites.chelsea #share-mod {
      padding: 0;
      margin-top: -180px; }
    body#body-sites.chelsea .sheet-backdrop {
      display: none; }
    body#body-sites.chelsea .slideshare-app iframe, body#body-sites.chelsea #media-vimeo-iframe, body#body-sites.chelsea #media-youtube-iframe {
      height: 100%; }
    body#body-sites.chelsea .social {
      background: transparent !important;
      width: auto;
      height: auto;
      float: none;
      display: inline-block !important;
      vertical-align: text-top;
      padding: 0;
      float: left; }
    body#body-sites.chelsea .social span {
      display: none !important; }
    body#body-sites.chelsea #social-container {
      display: inline-block;
      width: auto;
      height: auto;
      border-left: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow: -1px 0 0 rgba(42, 46, 53, 0.1); }
    body#body-sites.chelsea #social-container icon {
      opacity: 1;
      -webkit-transition: opacity 0.8s ease;
      -moz-transition: opacity 0.8s ease;
      -ms-transition: opacity 0.8s ease;
      -o-transition: opacity 0.8s ease;
      transition: opacity 0.8s ease; }
    body#body-sites.chelsea #social-container icon:hover {
      opacity: 0.7; }
    body#body-sites.chelsea #social-container a {
      display: inline-block;
      padding: 11px 7px; }
    body#body-sites.chelsea #text-logo {
      font-size: 30px;
      line-height: 1;
      font-weight: normal;
      background: transparent;
      white-space: nowrap;
      display: table-cell;
      vertical-align: middle;
      padding: 0 20px 0 0;
      color: #FFFFFF;
      opacity: 1;
      -webkit-transition: opacity 0.8s ease;
      -moz-transition: opacity 0.8s ease;
      -ms-transition: opacity 0.8s ease;
      -o-transition: opacity 0.8s ease;
      transition: opacity 0.8s ease; }
    body#body-sites.chelsea #text-logo:hover {
      color: #FFFFFF;
      opacity: 0.8; }
    body#body-sites.chelsea .show-builder-toggle, body#body-sites.chelsea #nav-user {
      z-index: 100000; }
    body#body-sites.chelsea #twitter-follow-button {
      padding: 20px 0 15px;
      border: 0 none; }
    body#body-sites.chelsea #twitter-mod #module-content {
      position: fixed;
      top: 285px;
      left: 50%;
      bottom: 25px;
      right: auto;
      width: 960px;
      margin: 0 0 0 -480px; }
    body#body-sites.chelsea #twitter-mod #module-content iframe {
      width: 100% !important;
      height: 100% !important;
      position: absolute; }
    body#body-sites.chelsea .ui-wrapper {
      width: auto !important;
      height: auto !important; }
    body#body-sites.chelsea .ui-resizable-handle {
      display: none !important; }
    body#body-sites.chelsea #video-iframe {
      height: 100% !important; }
    body#body-sites.chelsea #wallpaper, body#body-sites.chelsea #pattern {
      z-index: 0; }
    body#body-sites.chelsea .white_content {
      width: 100%;
      max-width: 1000px;
      overflow: visible;
      height: auto;
      min-height: 100%;
      background: transparent;
      box-shadow: 0 0 0 transparent;
      position: relative;
      margin: 0 auto;
      right: auto;
      z-index: 10;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 20px 10px;
      color: #4B4C4D; }
    body#body-sites.chelsea .cke_float {
      opacity: 0.8;
      -webkit-transition: opacity 0.5s ease;
      -moz-transition: opacity 0.5s ease;
      -ms-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      position: fixed !important;
      z-index: 10000 !important;
      left: 50% !important;
      margin-left: -253px !important;
      top: 6px !important; }
    body#body-sites.chelsea .cke_float:hover {
      opacity: 1; }
    body#body-sites.chelsea .ownlocal-widget {
      position: fixed;
      top: 260px;
      height: calc(100% - 260px); } }
/* HM - Hide Copy */
@media only screen {
  body#body-sites.chelsea.sheet-open #copy {
    display: none !important; } }
/* True Global */
@media only screen {
  body#body-sites.chelsea .mobile-nav-area .mobile-nav-opener:before {
    padding: 0;
    left: 20px;
    color: white;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    top: 28px;
    font-size: 30px; } }
/* Responsiveness 1 */
@media only screen and (max-width: 980px) {
  body#body-sites.chelsea #contact-form-check label {
    font-family: 'Merriweather', 'Droid Serif',Georgia,serif; }
  body#body-sites.chelsea .content-sheet .rss-feed {
    font-family: 'Lora','Droid Serif',Georgia,serif; }
  body#body-sites.chelsea .content-sheet .rss-feed .entry-title {
    font-family: 'Lora','Droid Serif',Georgia,serif; }
  body#body-sites.chelsea .content-sheet .rss-feed .entry-details {
    font-family: 'Lora','Droid Serif',Georgia,serif; }
  body#body-sites.chelsea .content-sheet .rss-feed p {
    font-family: 'Lora','Droid Serif',Georgia,serif; }
  body#body-sites.chelsea #copy {
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: normal;
    left: 0;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    height: 100%;
    display: none; }
  body#body-sites.chelsea #copy h1 {
    font: bold 54px/1 "Merriweather", Arial;
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    letter-spacing: -2px;
    position: relative;
    padding: 0 0 40%; }
  body#body-sites.chelsea #copy.outside-copy {
    display: table; }
  body#body-sites.chelsea #logo-top {
    position: absolute;
    overflow: hidden;
    text-align: left;
    top: auto;
    padding: 0;
    margin: 0 auto;
    width: auto;
    float: left;
    display: table;
    height: 80px;
    top: 15px;
    left: 40px; }
  body#body-sites.chelsea #logo-top a {
    display: table-cell;
    vertical-align: middle; }
  body#body-sites.chelsea #logo-top img {
    width: auto !important;
    height: auto !important;
    max-width: 300px;
    max-height: 80px;
    display: inline !important; }
  body#body-sites.chelsea #malla::before {
    content: "";
    background: -webkit-linear-gradient(top, rgba(42, 46, 53, 0.5), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, rgba(42, 46, 53, 0.5), rgba(0, 0, 0, 0));
    background: -ms-linear-gradient(top, rgba(42, 46, 53, 0.5), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(top, rgba(42, 46, 53, 0.5), rgba(0, 0, 0, 0));
    background: linear-gradient(top, rgba(42, 46, 53, 0.5), rgba(0, 0, 0, 0));
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px; }
  body#body-sites.chelsea #menu {
    position: absolute;
    overflow: visible;
    text-align: right;
    padding: 0;
    white-space: nowrap;
    bottom: auto;
    width: auto;
    left: auto;
    right: 30px;
    top: 30px;
    z-index: 1; }
  body#body-sites.chelsea .menu-container {
    display: none; }
  body#body-sites.chelsea .mobile-nav-area .mobile-nav-opener:before {
    left: auto;
    right: 40px; }
  body#body-sites.chelsea #module-content {
    font-family: 'Lora','Droid Serif',Georgia,serif;
    font-size: 18px;
    line-height: 1.9; }
    body#body-sites.chelsea #module-content h1, body#body-sites.chelsea #module-content h2, body#body-sites.chelsea #module-content h3, body#body-sites.chelsea #module-content h4, body#body-sites.chelsea #module-content h5, body#body-sites.chelsea #module-content h6 {
      font-family: 'Lora','Droid Serif',Georgia,serif;
      line-height: 1.5; }
  body#body-sites.chelsea .module-header h3 {
    font-family: 'Merriweather'; }
  body#body-sites.chelsea #social-container {
    display: none; }
  body#body-sites.chelsea #text-logo {
    font-size: 30px;
    line-height: 1;
    font-weight: normal;
    background: transparent;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px 0 0;
    color: #FFFFFF;
    opacity: 1;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease; }
  body#body-sites.chelsea #text-logo:hover {
    color: #FFFFFF;
    opacity: 0.8; } }
/* Responsiveness 2 */
@media only screen and (max-width: 580px) {
  body#body-sites.chelsea #copy {
    padding: 0 10px; }
  body#body-sites.chelsea #copy h1 {
    font-size: 32px;
    line-height: 1.2;
    padding: 0 0 35%; }
  body#body-sites.chelsea #logo-top {
    left: 20px; }
  body#body-sites.chelsea #logo-top img {
    max-width: 200px;
    max-height: 60px; }
  body#body-sites.chelsea #menu {
    display: none; }
  body#body-sites.chelsea .mobile-nav-area .mobile-nav-opener:before {
    right: 20px; }
  body#body-sites.chelsea #module-content {
    font-size: 17px;
    line-height: 1.8; } }
/* Responsiveness 3 */
@media only screen and (max-height: 400px) {
  body#body-sites.chelsea #copy h1 {
    padding-bottom: 15%;
    font-size: 26px; }
  body#body-sites.chelsea #text-logo {
    font-size: 24px; } }
	/*
============================================================================================================
	Name: CHELSEA (LANDING)
	  ID: 16
	Date: 13-03
	Type: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX		*/
/* Builder Customizations */
body#body-sites.chelsea-landing #draggable #mc-templates .landing-selection-container {
  display: block; }
body#body-sites.chelsea-landing #draggable #mc-templates .templates-selection-container {
  bottom: 57px; }

/* Landing global */
body#body-sites.chelsea-landing #copy {
  display: none !important; }
body#body-sites.chelsea-landing #copy-h1-landing {
  font-size: 40px; }
body#body-sites.chelsea-landing #malla {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), transparent);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4), transparent);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4), transparent);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4), transparent); }
body#body-sites.chelsea-landing .media-sheet .white_content::after {
  display: none; }
body#body-sites.chelsea-landing .module-close {
  display: none; }

/* HM - Hide Copy */
body#body-sites.chelsea-landing.sheet-open #nav-user {
  z-index: 100000; }
body#body-sites.chelsea-landing.sheet-open #saved-outside-builder {
  right: 40px; }

/* Responsiveness Global */
@media only screen and (max-width: 980px) {
  body#body-sites.chelsea-landing {
    /*
    		.backstretch, #malla, #wallpaper, #pattern { display: none !important; }
    		#contact-mod #module-content { padding: 25px 50px 40px; }
    		#container { padding-top: 70px; }
    		#container .app-sheet iframe { padding: 0 50px; }
    		#container .app-sheet #module-content { position: relative; top: auto; right: auto; bottom: auto; left: auto; }
    		.header { position: fixed; width: 100%; box-shadow: 0 0 0 transparent !important; left: auto; margin: 0; }
    */ }
    body#body-sites.chelsea-landing #container .app-sheet {
      position: fixed !important;
      top: 110px;
      bottom: 0; }
    body#body-sites.chelsea-landing #container .app-sheet #module-content {
      top: 0; }
    body#body-sites.chelsea-landing #container .app-sheet iframe {
      position: absolute;
      pointer-events: all;
      margin: 0 !important; }
    body#body-sites.chelsea-landing #container .app-sheet .module-header, body#body-sites.chelsea-landing #container .media-sheet .module-header {
      display: none !important; }
    body#body-sites.chelsea-landing #container .app-sheet iframe, body#body-sites.chelsea-landing #container .media-sheet iframe {
      padding: 0 !important; }
    body#body-sites.chelsea-landing .content-section-media, body#body-sites.chelsea-landing #module-map {
      position: relative;
      padding-top: 30px; }
    body#body-sites.chelsea-landing .content-section-media::before, body#body-sites.chelsea-landing #module-content::before, body#body-sites.chelsea-landing .rss-feed::before, body#body-sites.chelsea-landing #module-map::before, body#body-sites.chelsea-landing #container .app-sheet .module-content::before {
      content: "";
      position: absolute;
      background: white;
      height: 100%;
      left: -10000%;
      z-index: -100;
      right: -10000%;
      top: 0; }
    body#body-sites.chelsea-landing .content-section-media::after, body#body-sites.chelsea-landing #module-content::after, body#body-sites.chelsea-landing .rss-feed::after, body#body-sites.chelsea-landing #module-map::after, body#body-sites.chelsea-landing #container .app-sheet .module-content::after {
      content: "";
      position: fixed;
      left: 0;
      width: 100%;
      height: 100%;
      background: white;
      z-index: -10; }
    body#body-sites.chelsea-landing .galleria-container {
      background: black; }
    body#body-sites.chelsea-landing .header {
      position: relative;
      height: 110px;
      background: transparent; }
    body#body-sites.chelsea-landing .media-gallery-wrapper, body#body-sites.chelsea-landing .media-flickr, body#body-sites.chelsea-landing .media-facebook-profile, body#body-sites.chelsea-landing .media-soundcloud, body#body-sites.chelsea-landing .media-vimeo, body#body-sites.chelsea-landing .media-youtube, body#body-sites.chelsea-landing #slideshare-mod, body#body-sites.chelsea-landing #soundcloud-mod, body#body-sites.chelsea-landing #video-mod {
      width: auto !important;
      height: auto !important;
      top: 110px !important;
      right: 0 !important;
      bottom: 0 !important;
      position: absolute !important;
      overflow: visible !important;
      padding: 0 !important;
      box-shadow: 0 1px 3px black !important; }
    body#body-sites.chelsea-landing .media-sheet .module-header {
      display: none !important; }
    body#body-sites.chelsea-landing #menu {
      right: 10px; }
    body#body-sites.chelsea-landing #module-content {
      position: relative;
      max-width: none;
      padding: 15px 0 130px; }
    body#body-sites.chelsea-landing .module-header, body#body-sites.chelsea-landing #container .media-sheet .module-header, body#body-sites.chelsea-landing #container .app-sheet .module-header {
      position: relative;
      height: auto;
      overflow: visible;
      border: 0 none;
      top: auto;
      box-shadow: 0 0 0 transparent;
      padding: 0;
      background: transparent; }
    body#body-sites.chelsea-landing .module-header h3 {
      white-space: normal;
      line-height: 1.4;
      padding-top: 14px;
      position: relative;
      left: auto;
      right: auto;
      padding: 30px 0;
      font-weight: 300;
      font-size: 26px;
      padding: 50px 0 30px;
      background: transparent;
      font: bold 36px/1 "Merriweather", Arial;
      text-shadow: 0px 1px 1px rgba(42, 46, 53, 0.2);
      color: #FFFFFF; }
    body#body-sites.chelsea-landing .module-stopper {
      display: none; }
    body#body-sites.chelsea-landing .rss-feed {
      position: relative; }
    body#body-sites.chelsea-landing #twitter-mod iframe {
      margin-top: 20px !important; }
    body#body-sites.chelsea-landing .white_content {
      padding: 0 50px;
      margin: 0;
      box-shadow: 0 0 0 transparent;
      background: transparent;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      top: auto;
      bottom: auto;
      height: 100%; } }
/* Responsiveness 1 */
@media only screen and (max-width: 980px) {
  body#body-sites.sheet-open.chelsea-landing #container:after {
    top: 300px; }
  body#body-sites.sheet-open.chelsea-landing .header {
    display: table; }
  body#body-sites.sheet-open.chelsea-landing .mobile-nav-area .mobile-nav-opener:before {
    font-size: 30px;
    line-height: 80px;
    top: 15px;
    left: auto;
    right: 35px;
    text-align: right;
    color: white; }
  body#body-sites.sheet-open.chelsea-landing .mobile-nav-area .dropdown-menu {
    background: rgba(59, 64, 69, 0.975);
    top: 0;
    bottom: 0;
    max-height: none;
    box-shadow: 0 0 0 transparent; }
  body#body-sites.sheet-open.chelsea-landing .mobile-nav-area .close-mobile-nav {
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.05);
    top: 10px;
    right: 25px; }
  body#body-sites.sheet-open.chelsea-landing .mobile-nav-area .close-mobile-nav:hover {
    background: rgba(255, 255, 255, 0.2); }
  body#body-sites.sheet-open.chelsea-landing .mobile-nav-area .sub-menu {
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; }
  body#body-sites.sheet-open.chelsea-landing .mobile-nav-area li a {
    color: white; }
  body#body-sites.sheet-open.chelsea-landing .mobile-nav-area li a:hover {
    color: white;
    border-bottom: 1px solid white; }
  body#body-sites.sheet-open.chelsea-landing .mobile-nav-area .apps-in-mobile-nav:before {
    background: white; }
  body#body-sites.sheet-open.chelsea-landing #nav-user {
    top: auto;
    bottom: 0;
    left: 0;
    width: 179px;
    overflow: hidden;
    z-index: 10000; }
  body#body-sites.sheet-open.chelsea-landing #saved-outside-builder {
    top: 0;
    width: auto;
    padding: 0 15px; }
  body#body-sites.sheet-open.chelsea-landing .white_content.content-sheet, body#body-sites.sheet-open.chelsea-landing .white_content.contact-sheet {
    z-index: 1; } }
/* Responsiveness 2 */
@media only screen and (max-width: 580px) {
  body#body-sites.sheet-open.chelsea-landing {
    /*
    		#contact-mod #module-content { padding: 25px 20px 40px; }
    		#container .app-sheet iframe { padding: 0 20px; }
    		.content-section-gallery, .content-section-flickr-gallery, .content-section-facebook-profile-gallery, .content-sheet-media-video, .content-section-media iframe, .media-gallery-wrapper, .media-flickr, .media-facebook-profile, .media-soundcloud, .media-vimeo, .media-youtube, #slideshare-mod, #soundcloud-mod, #video-mod { height: 240px !important; padding: 0 20px !important; }
    		#module-content { padding: 20px; }
    		.module-header h3 { padding: 20px; }
    */ }
    body#body-sites.sheet-open.chelsea-landing .content-section-media {
      padding-top: 20px; }
    body#body-sites.sheet-open.chelsea-landing .media-gallery-wrapper, body#body-sites.sheet-open.chelsea-landing .media-flickr, body#body-sites.sheet-open.chelsea-landing .media-facebook-profile, body#body-sites.sheet-open.chelsea-landing .media-soundcloud, body#body-sites.sheet-open.chelsea-landing .media-vimeo, body#body-sites.sheet-open.chelsea-landing .media-youtube, body#body-sites.sheet-open.chelsea-landing #slideshare-mod, body#body-sites.sheet-open.chelsea-landing #soundcloud-mod, body#body-sites.sheet-open.chelsea-landing #video-mod {
      top: 110px !important; }
    body#body-sites.sheet-open.chelsea-landing .mobile-nav-area .mobile-nav-opener:before {
      right: 5px; }
    body#body-sites.sheet-open.chelsea-landing .module-header h3 {
      padding: 30px 0 20px;
      font-size: 30px; }
    body#body-sites.sheet-open.chelsea-landing .white_content {
      padding: 0 20px; } }
	/*
============================================================================================================
	Name: CENTRIC (PROFILE)
	  ID: XX
	Date: 13-11
	Type: XX	*/
/* Global */
@media only screen {
  body#body-sites.centric-profile #copy h1 {
    font-weight: bold;
    font-size: 48px;
    letter-spacing: -1px;
    margin-top: 60px; }
  body#body-sites.centric-profile #copy h1:before {
    content: "";
    position: relative;
    width: 150px;
    height: 10px;
    background: white;
    left: 50%;
    margin: 0 0 0 -75px;
    top: -30px;
    display: block; }
  body#body-sites.centric-profile .header {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    padding: 10px 30px; }
  body#body-sites.centric-profile #logo-image-link {
    display: block;
    pointer-events: none; }
  body#body-sites.centric-profile #logo-top {
    background: transparent; }
  body#body-sites.centric-profile #logo-top img {
    max-height: 300px; }
  body#body-sites.centric-profile #malla {
    background: rgba(75, 89, 102, 0.4); }
  body#body-sites.centric-profile #menu {
    background: transparent; }
  body#body-sites.centric-profile #menu-contact-info {
    display: none;
    background: transparent; }
  body#body-sites.centric-profile .mobile-nav-area.open .dropdown-menu {
    background: rgba(75, 89, 102, 0.975); }
  body#body-sites.centric-profile .module-header h3 {
    text-transform: none;
    color: #4B5966; }
  body#body-sites.centric-profile #module-content p {
    font-family: Arial; }
  body#body-sites.centric-profile #social-container {
    position: fixed;
    bottom: 10%; }
    body#body-sites.centric-profile #social-container .social {
      padding: 5px !important;
      margin: 0 0 40px;
      width: 25px !important; }
    body#body-sites.centric-profile #social-container .social:hover {
      background: white !important; }
    body#body-sites.centric-profile #social-container .social icon:before {
      line-height: 35px;
      width: 35px;
      margin: -5px;
      text-shadow: 0 0 0 transparent;
      opacity: 1; }
    body#body-sites.centric-profile #social-container #facebook-button icon:hover:before {
      color: #5069BA; }
    body#body-sites.centric-profile #social-container #slideshare-button icon:hover:before {
      color: #F58F1B; }
    body#body-sites.centric-profile #social-container #soundcloud-button icon:hover:before {
      color: #FF6600; }
    body#body-sites.centric-profile #social-container #twitter-button icon:before {
      line-height: 37px; }
    body#body-sites.centric-profile #social-container #twitter-button icon:hover:before {
      color: #00ACED; }
    body#body-sites.centric-profile #social-container #video-button icon:hover:before {
      color: #E81832; } }
/* Global - Sheet Open */
@media only screen {
  body#body-sites.centric-profile.sheet-open .mobile-nav-area.open .dropdown-menu {
    background: rgba(255, 255, 255, 0.95); } }
/* Normal View */
@media only screen and (min-width: 980px) {
  body#body-sites.centric-profile .contact-form-container {
    width: 100%;
    border-left: 0 none;
    padding: 0 0 40px; }
  body#body-sites.centric-profile .header {
    width: 100%;
    padding: 0;
    margin: 0;
    left: 0; }
  body#body-sites.centric-profile #logo-top {
    margin: 0;
    padding: 0; }
  body#body-sites.centric-profile #logo-top h1 {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    font-weight: bold;
    font-size: 68px;
    margin: 0; }
  body#body-sites.centric-profile #menu .dropdown-nav ul a {
    color: rgba(75, 89, 102, 0.8) !important; }
  body#body-sites.centric-profile .module-close {
    background: rgba(75, 89, 102, 0.4);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease; }
  body#body-sites.centric-profile .module-close:hover {
    background: rgba(75, 89, 102, 0.8);
    color: #FFFFFF; } }
/* Responsiveness 1 */
@media only screen and (max-width: 980px) {
  body#body-sites.centric-profile .header {
    width: 100%;
    padding: 0;
    margin: 0;
    left: 0; }
  body#body-sites.centric-profile #logo-top {
    margin: 0;
    padding: 0; }
  body#body-sites.centric-profile #logo-top h1 {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    font-weight: bold;
    font-size: 68px;
    margin: 0; } }
/* Responsiveness 2 */
@media only screen and (max-width: 580px) {
  body#body-sites.centric-profile #copy h1 {
    font-size: 30px;
    margin-top: 40px;
    padding: 0; }
  body#body-sites.centric-profile #copy h1:before {
    width: 100px;
    height: 6px;
    margin: 0 0 0 -50px;
    top: -20px; }
  body#body-sites.centric-profile #logo-top h1 {
    font-size: 40px; }
  body#body-sites.centric-profile #social-container {
    bottom: 5%;
    display: none; } }
body#body-sites.embed {
  font-size: 15px;
  opacity: 0 !important;
  transition: opacity 0.3s ease; }
  body#body-sites.embed #logo-top {
    position: absolute;
    top: 15px; }
  body#body-sites.embed #logo-top a {
    display: inline-block;
    pointer-events: all; }
  body#body-sites.embed #logo-top img {
    max-height: 70px;
    padding: 15px;
    background: white;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  body#body-sites.embed #copy {
    margin-bottom: 0; }
  body#body-sites.embed #copy h1 {
    font-family: 'Roboto' !important;
    font-weight: 500;
    letter-spacing: -1px;
    padding: 0 15px 20px;
    font-size: 32px; }
  body#body-sites.embed #menu {
    position: absolute; }
  body#body-sites.embed #social-container {
    display: none; }
  body#body-sites.embed .content-section-media img {
    max-width: calc(100% - 30px);
    margin-top: 15px; }
  body#body-sites.embed #module-map {
    width: calc(100% - 30px) !important;
    margin: 15px auto 0;
    height: 120px !important;
    overflow: hidden; }
  body#body-sites.embed #map_canvas {
    height: calc(100% + 25px) !important; }
  body#body-sites.embed #malla {
    display: none; }
  body#body-sites.embed .module-header h3 {
    left: 15px;
    text-align: left; }
  body#body-sites.embed #module-content h1, body#body-sites.embed #module-content h2, body#body-sites.embed #module-content h3, body#body-sites.embed #module-content h4, body#body-sites.embed #module-content h5, body#body-sites.embed #module-content h6 {
    line-height: 1.2; }
  body#body-sites.embed #module-content ul li {
    list-style-type: inherit;
    padding-left: 0; }
  body#body-sites.embed #container * {
    font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif; }
  body#body-sites.embed #container * strong {
    font-weight: 600 !important; }
  body#body-sites.embed .mobile-nav-area .mobile-nav-opener {
    display: none; }
  body#body-sites.embed .mobile-nav-area .mobile-nav-opener:before {
    display: none; }
  body#body-sites.embed .mobile-nav-area .dropdown-menu {
    position: absolute;
    bottom: auto;
    width: 100%;
    height: 100%;
    z-index: 100; }
  body#body-sites.embed .mobile-nav-area .apps-in-mobile-nav li a {
    display: block; }
  body#body-sites.embed .mobile-nav-area .close-mobile-nav {
    top: 15px;
    right: 15px;
    position: absolute; }
  body#body-sites.embed #contact-form-title {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
  body#body-sites.embed .backstretch {
    width: 100% !important; }
  body#body-sites.embed #contact-form-check input.contact-form-submit-button-styling {
    font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif !important; }
  body#body-sites.embed .ownlocal-widget {
    position: fixed;
    top: 54px;
    left: 0;
    width: 100%;
    height: auto;
    bottom: 0;
    border: 0 none; }

body#body-sites.embed.loaded {
  opacity: 1 !important; }

body#body-sites.embed.sheet-closed {
  overflow: hidden;
  -webkit-user-select: none; }
  body#body-sites.embed.sheet-closed .mobile-nav-area:before {
    content: "";
    background: rgba(75, 89, 102, 0.5);
    background: linear-gradient(rgba(75, 89, 102, 0.4), rgba(75, 89, 102, 0.7));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  body#body-sites.embed.sheet-closed .mobile-nav-area li:first-child, body#body-sites.embed.sheet-closed .mobile-nav-area li:nth-child(2) {
    display: none; }
  body#body-sites.embed.sheet-closed .mobile-nav-area .apps-in-mobile-nav:before {
    padding-right: 20px; }
  body#body-sites.embed.sheet-closed .apps-in-mobile-nav li, body#body-sites.embed.sheet-closed .mobile-nav-area .sub-menu li {
    display: inline-block !important; }
  body#body-sites.embed.sheet-closed .menu-container {
    display: block !important;
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    font-size: 0;
    padding: 0 50px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch; }
  body#body-sites.embed.sheet-closed .menu-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 5px;
    background: #f6f7f8;
    border-radius: 100px;
    overflow: hidden; }
  body#body-sites.embed.sheet-closed .menu-container::-webkit-scrollbar-thumb {
    background: rgba(75, 89, 102, 0.2);
    border-radius: 100px; }
  body#body-sites.embed.sheet-closed #menu li {
    display: inline-block;
    margin: 0;
    position: relative; }
  body#body-sites.embed.sheet-closed #menu li.dropdown-nav, body#body-sites.embed.sheet-closed #menu li:nth-child(n+3) {
    display: none; }
  body#body-sites.embed.sheet-closed #menu li:nth-last-child(-n+1) {
    display: inline-block; }
  body#body-sites.embed.sheet-closed #menu li span {
    padding: 15px 5px 15px 15px;
    background: transparent;
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    text-transform: uppercase; }
  body#body-sites.embed.sheet-closed #menu li span a {
    border-bottom: 2px solid transparent;
    padding: 0 0 2px;
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    transition: border 0.3s ease; }
  body#body-sites.embed.sheet-closed #menu li span:hover a {
    border-bottom: 2px solid white; }
  body#body-sites.embed.sheet-closed #menu li:last-child span {
    padding: 0; }
  body#body-sites.embed.sheet-closed #menu li:last-child span a {
    border-right: 0 none;
    font-size: 24px;
    position: absolute;
    left: 0;
    margin: -12px 0 0 15px;
    padding-bottom: 3px; }

body#body-sites.embed.sheet-open::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  background: #f6f7f8;
  border-radius: 100px;
  overflow: hidden;
  border: 2px solid white; }

body#body-sites.embed.sheet-open::-webkit-scrollbar-thumb {
  background: rgba(75, 89, 102, 0.2);
  border-radius: 100px;
  border: 2px solid white; }

body#body-sites.embed.sheet-closed::-webkit-scrollbar {
  display: none; }
