body, td {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #404040;
  line-height: 28px; }

h1, h2, h3 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  font-style: normal; }
  h1.white, h2.white, h3.white {
    color: #fff;
    padding-bottom: 25px;
    margin: 0 0 25px 0;
    background: url("/images/backgrounds/header_line_white.gif") bottom left no-repeat; }
  h1.center_bg, h2.center_bg, h3.center_bg {
    background-position: center bottom; }

#mainNav li a {
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Patua One", cursive; }

h1 {
  font-size: 60px;
  line-height: 40px;
  color: #2e2d2c;
  font-weight: normal;
  margin-top: 44px;
  padding-bottom: 17px;
  margin-bottom: 18px;
  padding-top: 16px;
  padding-right: 42px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 45px;
      line-height: 40px; } }
  @media (max-width: 400px) {
    h1 .triangle {
      display: none; } }
  h1.about-us, h1.foundation-members {
    background: url("/images/icons/about.png") bottom right no-repeat;
    padding-right: 61px; }
  h1.events {
    background: url("/images/icons/events.png") bottom right no-repeat;
    padding-right: 61px; }
  h1.gallery {
    background: url("/images/icons/gallery.png") bottom right no-repeat;
    padding-right: 61px; }
  h1.partners {
    background: url("/images/icons/partners.png") bottom right no-repeat;
    padding-right: 61px; }
  h1.contact-us {
    background: url("/images/icons/contact.png") bottom right no-repeat;
    padding-right: 61px; }
  h1.membership, h1.sheffield-members, h1.club95-members, h1.cornerstone-members, h1.member-login {
    background: url("/images/icons/membership.png") bottom right no-repeat;
    padding-right: 61px; }
  @media (max-width: 500px) {
    h1 {
      background: none !important; } }

h2 {
  font-size: 36px;
  line-height: 40px;
  color: #2e2d2c;
  font-weight: normal;
  margin: 0 0 20px 0;
  padding-right: 25px;
  position: relative; }

h3 {
  font-size: 24px;
  line-height: 30px;
  color: #2e2d2c;
  font-weight: normal;
  margin: 0 0 10px 0; }

h4 {
  font-size: 14px;
  line-height: 17px;
  color: #5a5a5a;
  font-weight: normal; }

a {
  color: #7a2029;
  text-decoration: none;
  outline: none; }
  a:visited, a:active {
    color: #7a2029;
    text-decoration: none;
    outline: none;
    -webkit-transition: background-color 0.25s linear;
    -moz-transition: background-color 0.25s linear;
    -o-transition: background-color 0.25s linear;
    -ms-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear; }
  a:hover {
    color: #b7303d;
    text-decoration: none; }

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.
*/
.large_text {
  font-size: 32px;
  line-height: 40px; }

.text_highlight {
  font-weight: bold;
  color: #999999; }

.text_highlight2 {
  font-weight: bold;
  color: #006600; }

.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); }

.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 */
/* ******************* */
.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: #7a2029; }
.copy ul li:before {
  content: '';
  background: transparent;
  border: 2px solid #7a2029;
  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 {
    background: #7a2029; }
    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); }
      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; }
      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; }
  table.nice_table tr:nth-child(odd) {
    /*background-color : #f5f5f5;*/ }
  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; }
    table.nice_table tr td:first-child {
      border-left: solid 1px #D8D8D8; }
    table.nice_table tr td:last-child {
      border-right: solid 1px #D8D8D8; }
    table.nice_table tr td p {
      padding: 0px;
      margin: 0px !important; }
  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 */
