body#tinymce {
  background: #121212; }

body, td {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #d9d9d9;
  line-height: 24px; }

h1, h2, h3, h4 {
  font-family: "Museo Sans W01_900";
  letter-spacing: 0;
  font-style: normal;
  font-weight: normal;
  color: #00aeef;
  line-height: 1.2; }

h1 {
  font-size: 36px;
  margin: 0 0 20px 0;
  text-transform: uppercase; }

h2 {
  font-size: 30px;
  margin: 0 0 15px 0; }

h3 {
  font-size: 24px;
  margin: 0 0 10px 0; }

h4 {
  font-size: 18px;
  margin: 0 0 10px 0; }

a {
  color: #00aeef;
  text-decoration: none;
  outline: none; }
  a:visited, a:active {
    color: #00aeef;
    text-decoration: none;
    outline: none; }
  a:hover {
    color: #3dcaff;
    text-decoration: none; }

hr {
  margin: 24px 0;
  height: 1px;
  border: none;
  border-top: 1px solid #575757;
  color: #575757; }

blockquote {
  border: 0px none transparent;
  color: #e6e6e6;
  margin: 10px 0px 34px 0px;
  font-size: 1.5em;
  line-height: 1.3;
  font-style: normal;
  font-family: "Museo Sans W01_100";
  font-weight: normal;
  text-align: center;
  padding: 15px 20px;
  position: relative; }
  blockquote p {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-family: inherit; }
  blockquote *:last-child {
    margin-bottom: 0px; }
  blockquote:before, blockquote:after {
    content: '';
    border-top: 1px solid #00aeef;
    position: absolute;
    left: 50%;
    width: 10%;
    margin-left: -5%; }
  blockquote:before {
    top: 0px; }
  blockquote:after {
    bottom: 0px; }

/*
		Custom Styles for dropdown
		Notice [10/02/2012]: TinyMCE applies css classnames in lowercase when used within a Webkit browser. So 'textHighlight' becomes 'texthighlight'.
		Workaround: Either declare all editor styles in lowercase, or create duplicate lowercase styles for webkit browsers.
*/
.button {
  display: inline-block; }
  #tinymce .button {
    background: #00aeef;
    color: #ffffff;
    padding: 13px 22px;
    border-radius: 4px;
    font-family: "Museo Sans W01_900"; }

.thick_title {
  font-weight: normal;
  font-family: "Museo Sans W01_900";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.35; }

.thin_title {
  font-weight: normal;
  font-family: "Museo Sans W01_100";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.35; }

.pageimageleft,
.pageimageright {
  border-bottom: 2px solid #00aeef; }

.pageimageright {
  float: right;
  margin: 0px 3px 10px 25px; }

.pageimageleft {
  float: left;
  margin: 0px 25px 10px 3px; }

/* ******************* */
/* Lists */
/* ******************* */
.content ul, .content ol {
  list-style: none;
  padding: 0px;
  margin: 0px 10px 15px; }

.content ul li {
  text-indent: -10px;
  margin-left: 10px;
  padding: 3px 0px; }

.copy p img {
  max-width: 100%;
  height: auto;
  max-height: 100%; }
.copy ul, .copy ol {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  counter-reset: li-counter; }
  .copy ul li, .copy ol li {
    margin-left: 35px;
    padding: 4px 0px;
    position: relative;
    text-indent: 0px; }
    .copy ul li:before, .copy ol li:before {
      position: relative;
      left: -20px;
      display: inline-block;
      color: #00aeef; }
.copy ul li:before {
  content: '';
  background: transparent;
  border: 2px solid #00aeef;
  width: 5px;
  height: 5px;
  margin-right: -9px;
  border-radius: 50%; }
.copy ol li:before {
  font-weight: bold;
  width: 4em;
  margin-right: -4em;
  counter-increment: li-counter;
  content: counter(li-counter) "."; }

/* ******************* */
/* Tables */
/* ******************* */
table.nice_table {
  width: 100% !important;
  margin: 20px 0px; }
  table.nice_table thead tr th, table.nice_table thead tr td {
    font-weight: bold;
    font-size: 18px;
    text-align: left !important;
    color: #FFFFFF;
    background: #00aeef;
    border: 1px solid #00aeef;
    border-left-color: rgba(0, 0, 0, 0.05);
    border-right-color: rgba(0, 0, 0, 0.05); }
    table.nice_table thead tr th:first-child, table.nice_table thead tr td:first-child {
      border-left-color: #00aeef; }
    table.nice_table thead tr th:last-child, table.nice_table thead tr td:last-child {
      border-right-color: #00aeef; }
    table.nice_table thead tr th:nth-child(n), table.nice_table thead tr td:nth-child(n) {
      background-color: #00aeef; }
  table.nice_table tr td {
    border: 1px solid #575757;
    text-align: center;
    padding: 10px 14px;
    text-align: left !important;
    vertical-align: middle !important;
    background: #333333;
    color: #ffffff; }
    table.nice_table tr td p {
      padding: 0px;
      margin: 0px !important; }
  table.nice_table tr:nth-child(odd) td {
    background-color: #3d3d3d; }
  table.nice_table tr.rowDivider td {
    border-top: 3px solid #333333; }

table.invisibleTable tr, table.invisibleTable td, table.gsc-search-box tr, table.gsc-search-box td {
  border: 0;
  background: transparent !important;
  vertical-align: top !important; }

table.invisibleTable tr, table.invisibleTable td {
  padding: 5px; }

/*# sourceMappingURL=editor_style.css.map */
