/* line 14, R:/proturf2/assets/scss/editor_style.scss */
body, td {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 18px; }

/* line 21, R:/proturf2/assets/scss/editor_style.scss */
h1, h2, h3, #mainNav li a {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  font-style: normal; }

/* line 27, R:/proturf2/assets/scss/editor_style.scss */
h1 {
  font-size: 30px;
  line-height: 34px;
  color: #004D51;
  font-weight: bold;
  margin: 0 0 20px 0; }

/* line 35, R:/proturf2/assets/scss/editor_style.scss */
h2 {
  font-size: 22px;
  line-height: 27px;
  color: #004D51;
  font-weight: bold;
  margin: 0 0 10px 0; }

/* line 43, R:/proturf2/assets/scss/editor_style.scss */
h3 {
  font-size: 18px;
  line-height: 16px;
  color: #004D51;
  font-weight: bold;
  margin: 0 0 10px 0; }

/* line 51, R:/proturf2/assets/scss/editor_style.scss */
h4 {
  font-size: 14px;
  line-height: 17px;
  color: #4d4d4d;
  font-weight: bold; }

/* line 58, R:/proturf2/assets/scss/editor_style.scss */
a {
  color: #004D51;
  text-decoration: none;
  outline: none; }
  /* line 62, R:/proturf2/assets/scss/editor_style.scss */
  a:visited, a:active {
    color: #004D51;
    text-decoration: none;
    outline: none; }
  /* line 67, R:/proturf2/assets/scss/editor_style.scss */
  a:hover {
    color: #00969e;
    text-decoration: none; }

/* line 73, R:/proturf2/assets/scss/editor_style.scss */
hr {
  margin: 20px 0;
  height: 1px;
  border: none;
  border-top: 1px solid #CCCCCC;
  color: #CCCCCC; }

/*
	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.
*/
/* line 87, R:/proturf2/assets/scss/editor_style.scss */
.button {
  -webkit-backface-visibility: hidden; }

/* line 90, R:/proturf2/assets/scss/editor_style.scss */
.btn {
  -webkit-backface-visibility: hidden; }

/* line 97, R:/proturf2/assets/scss/editor_style.scss */
.text_highlight {
  font-weight: bold;
  color: #999999; }

/* line 102, R:/proturf2/assets/scss/editor_style.scss */
.text_highlight2 {
  font-weight: bold;
  color: #006600; }

/* line 107, R:/proturf2/assets/scss/editor_style.scss */
.pageimageright {
  float: right;
  margin: 0px 3px 10px 25px;
  border: solid 5px #FFFFFF;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4); }

/* line 117, R:/proturf2/assets/scss/editor_style.scss */
.pageimageleft {
  float: left;
  margin: 0px 25px 10px 3px;
  border: solid 5px #FFFFFF;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4); }

/* ******************* */
/* Lists */
/* ******************* */
/* line 132, R:/proturf2/assets/scss/editor_style.scss */
.content ul, .content ol {
  list-style: none;
  padding: 0px;
  margin: 0px 10px 15px; }

/* line 138, R:/proturf2/assets/scss/editor_style.scss */
.content ul li {
  text-indent: 0;
  margin-left: 10px;
  padding: 3px 0px; }

/* line 146, R:/proturf2/assets/scss/editor_style.scss */
.copy p img {
  max-width: 100%;
  height: auto;
  max-height: 100%; }
/* line 152, R:/proturf2/assets/scss/editor_style.scss */
.copy ul, .copy ol {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  counter-reset: li-counter; }
  /* line 158, R:/proturf2/assets/scss/editor_style.scss */
  .copy ul li, .copy ol li {
    margin-left: 35px;
    padding: 4px 0px;
    position: relative;
    text-indent: 0px; }
    /* line 164, R:/proturf2/assets/scss/editor_style.scss */
    .copy ul li:before, .copy ol li:before {
      position: relative;
      left: -20px;
      display: inline-block;
      color: #004D51; }
/* line 173, R:/proturf2/assets/scss/editor_style.scss */
.copy ul li:before {
  content: '';
  background: transparent;
  border: 2px solid #004D51;
  width: 5px;
  height: 5px;
  margin-right: -9px;
  border-radius: 50%; }
/* line 183, R:/proturf2/assets/scss/editor_style.scss */
.copy ol li:before {
  font-weight: bold;
  width: 4em;
  margin-right: -4em;
  counter-increment: li-counter;
  content: counter(li-counter) "."; }

/* ******************* */
/* Tables */
/* ******************* */
/* line 198, R:/proturf2/assets/scss/editor_style.scss */
table.nice_table {
  width: 100% !important;
  margin: 20px 0px; }
  /* line 204, R:/proturf2/assets/scss/editor_style.scss */
  table.nice_table thead tr {
    background: #004D51; }
    /* line 207, R:/proturf2/assets/scss/editor_style.scss */
    table.nice_table thead tr th, table.nice_table thead tr td {
      font-weight: bold;
      padding: 10px 14px 10px 15px;
      font-size: 13px;
      text-align: left !important;
      color: #FFFFFF;
      background: url("images/backgrounds/table-row-divider-bg.png") no-repeat bottom right;
      border-right: solid 1px rgba(0, 0, 0, 0.05); }
      /* line 216, R:/proturf2/assets/scss/editor_style.scss */
      table.nice_table thead tr th:first-of-type, table.nice_table thead tr td:first-of-type {
        border-top-left-radius: 4px;
        border-left: 0; }
      /* line 220, R:/proturf2/assets/scss/editor_style.scss */
      table.nice_table thead tr th:last-of-type, table.nice_table thead tr td:last-of-type {
        border-top-right-radius: 4px;
        border-right: 0; }
  /* line 230, R:/proturf2/assets/scss/editor_style.scss */
  table.nice_table tr:nth-child(odd) {
    /*background-color : #f5f5f5;*/ }
  /* line 233, R:/proturf2/assets/scss/editor_style.scss */
  table.nice_table tr td {
    border-bottom: 1px solid #D8D8D8;
    text-align: center;
    padding: 14px 14px;
    text-align: left !important;
    vertical-align: middle !important;
    border-right: solid 1px #D8D8D8; }
    /* line 241, R:/proturf2/assets/scss/editor_style.scss */
    table.nice_table tr td:first-child {
      border-left: solid 1px #D8D8D8; }
    /* line 244, R:/proturf2/assets/scss/editor_style.scss */
    table.nice_table tr td:last-child {
      border-right: solid 1px #D8D8D8; }
    /* line 247, R:/proturf2/assets/scss/editor_style.scss */
    table.nice_table tr td p {
      padding: 0px;
      margin: 0px !important; }
  /* line 255, R:/proturf2/assets/scss/editor_style.scss */
  table.nice_table tr.rowDivider td {
    border-top: 3px solid #333333; }

/* line 263, R:/proturf2/assets/scss/editor_style.scss */
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; }

/* line 269, R:/proturf2/assets/scss/editor_style.scss */
table.invisibleTable tr, table.invisibleTable td {
  padding: 5px; }
