/*
Compile SASS: css/content.css
*/
/*--------------------------------------------------------------
# MIXINS
--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
@font-face {
  font-family: "FuturaBTLight";
  src: url("../fonts/futura/futura.woff") format("woff"), url("../fonts/futura/futura.ttf") format("truetype"), url("../fonts/futura/futura.svg") format("svg"); }
html {
  font-size: 10px; }

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: FuturaBTLight, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  overflow: hidden;
  text-overflow: ellipsis; }

h1, h2, h3 {
  font-family: Muli;
  font-weight: 300; }

h1 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2rem; }

h2 {
  border-bottom: 8px solid Black;
  font-weight: bold;
  margin-top: 3em; }

h2:first-of-type {
  margin-top: 2rem; }

h3:first-child {
  margin-top: 0; }

h3 {
  font-size: 32px;
  font-size: 2rem; }

p {
  margin-bottom: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis; }

dfn, cite, em, i {
  font-style: italic; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 16px;
  font-size: 1rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

blockquote {
  margin: 0 1.5em;
  font-family: Times, serif;
  font-size: 32px;
  font-size: 2rem;
  border-left: 3px solid lightGray;
  padding-left: 1em; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 0; }

ul, ol {
  /*margin: 0 0 1.5em 3em;*/ }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

/*
table {
	margin: 0 0 1.5em;
	width: 100%;
	border: 1px solid #dddddd;
	table-layout: auto;
	
	th {
		background-color: #f5f5f5;
		padding: 0.5rem;
		text-align: left;
		color: #222222;
		font-weight: bold;
	}
	
	td {
		padding: 0.5rem;
	}
}
*/
a {
  color: royalblue;
  text-decoration: none; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h2 a, h3 a, h4 a, h5 a, h6 a {
  color: Black !important; }

h1 a {
  color: #404040 !important; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0;
    padding: 0.5em;
    font-size: 1.2rem; }

.wp-caption-text {
  text-align: center; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em !important; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em !important; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em; }

@media screen and (max-width: 988px) {
  .alignleft, .alignright, .aligncenter {
    float: none;
    margin: 0 !important;
    display: block; } }
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

.gallery {
  margin-bottom: 1.5em;
  margin-top: 1.5em; }

.wpview-content .gallery {
  margin-top: 0;
  margin-bottom: 0em; }

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 100%;
  /*margin-bottom: 2em;*/ }
  .gallery-item img {
    width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 49%;
    margin-right: 2%;
    margin-bottom: 1%; }
    .gallery-columns-2 .gallery-item:nth-child(2n+0) {
      margin-right: 0; }
  .gallery-columns-3 .gallery-item {
    max-width: 32%;
    margin-right: 2%; }
    .gallery-columns-3 .gallery-item:nth-child(3n+0) {
      margin-right: 0; }
  .gallery-columns-4 .gallery-item {
    max-width: 24%;
    margin-right: 1.3%; }
    .gallery-columns-4 .gallery-item:nth-child(4n+0) {
      margin-right: 0; }
  .gallery-columns-5 .gallery-item {
    max-width: 19.2%;
    margin-right: 1%; }
    .gallery-columns-5 .gallery-item:nth-child(5n+0) {
      margin-right: 0; }
  .gallery-columns-6 .gallery-item {
    max-width: 16%;
    margin-right: 0.8%; }
    .gallery-columns-6 .gallery-item:nth-child(6n+0) {
      margin-right: 0; }
  .gallery-columns-7 .gallery-item {
    max-width: 13.7%;
    margin-right: 0.66%; }
    .gallery-columns-7 .gallery-item:nth-child(7n+0) {
      margin-right: 0; }
  .gallery-columns-8 .gallery-item {
    max-width: 12%;
    margin-right: 0.57%; }
    .gallery-columns-8 .gallery-item:nth-child(8n+0) {
      margin-right: 0; }
  .gallery-columns-9 .gallery-item {
    max-width: 10.66%;
    margin-right: 0.5%; }
    .gallery-columns-9 .gallery-item:nth-child(9n+0) {
      margin-right: 0; }

.gallery-caption {
  display: block;
  overflow: hidden;
  width: 93%;
  margin: 0 auto;
  font-size: 19.2px;
  font-size: 1.2rem; }

/*************/
.size-full_width {
  width: 100% !important; }

.mceTemp .wp-caption-dd {
  text-align: center; }

.table_toc, table {
  border-spacing: 0.3rem;
  border-collapse: initial;
  border: none;
  margin-left: -0.3rem;
  margin-top: -2rem;
  width: 100.6%; }
  .table_toc a, .table_toc a:visited, table a, table a:visited {
    color: Black; }
  .table_toc tr, table tr {
    margin-bottom: 2rem; }
  .table_toc td, table td {
    background-color: #f2f2f2;
    padding: 0.5rem 0.8rem 0.5rem 0.5rem; }
    .table_toc td:last-child, table td:last-child {
      width: 7rem;
      text-align: center; }
    .table_toc td:nth-last-child(2), table td:nth-last-child(2) {
      width: 5.5rem;
      position: relative; }
      .table_toc td:nth-last-child(2) img, table td:nth-last-child(2) img {
        width: 30px;
        height: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -10px; }
    .table_toc td:first-child, table td:first-child {
      text-align: left; }

#tinymce .table_toc {
  margin-top: 0; }
