/*
	= General	
*******************************************************************************************/
img {
  max-width: 100%;
  height: auto; }

.wp-caption {
  background-color: #fdfdfd;
  border: 1px solid #CDC1CF;
  padding: 5px;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2); }
  .wp-caption img {
    width: 100%;
    height: auto; }
  .wp-caption .wp-caption-text {
    margin-bottom: 0;
    font-size: 12px;
    font-style: italic;
    color: #111; }

.alignleft {
  float: left;
  margin-right: 10px; }

.aligncenter {
  margin: 10px auto;
  display: block; }

.alignright {
  float: right;
  margin-left: 10px; }

a {
  color: #333; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

p {
  font: normal normal normal 15px/150% Helvetica, sans-serif;
  color: #111;
  margin-bottom: 15px; }

blockquote, blockquote * {
  color: #333;
  font: italic normal bold 18px/130% Helvetica, sans-serif;
  margin: 15px 0; }

h1, h2, h3, h4, h5, h6 {
  color: #333;
  margin: 30px 0 15px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px;
  text-transform: uppercase; }

> h2 {
  font-size: 40px; }

ul {
  padding-left: 30px;
  list-style-type: square;
  color: #111;
  font: normal normal normal 15px/150% Helvetica, sans-serif;
  margin-bottom: 15px; }
  ul ul {
    padding-left: 20px;
    list-style-type: disc;
    margin-bottom: 0; }
    ul ul ul {
      list-style-type: circle; }

ol {
  padding-left: 30px;
  list-style-type: decimal;
  color: #111;
  font: normal normal normal 15px/150% Helvetica, sans-serif;
  margin-bottom: 15px; }

/*
	= Header	
*******************************************************************************************/
/*
	= Footer 	
*******************************************************************************************/
/*
	= Main Page 	
*******************************************************************************************/
/* Toggle Styles */
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#wrapper.toggled {
  padding-left: 250px; }

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background-color: #E5E5E5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#wrapper.toggled #sidebar-wrapper {
  width: 250px; }

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px; }

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px; }

/* Sidebar Styles */
#logo a {
  display: block;
  text-indent: -9999px;
  margin: 30px;
  overflow: hidden;
  height: 101px;
  background: url("../../images/logo.png") no-repeat 0 0 transparent;
  background-size: contain; }

.sidebar-nav {
  position: absolute;
  top: 180px;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none; }
  .sidebar-nav li {
    text-indent: 20px;
    line-height: 40px; }
    .sidebar-nav li a {
      display: block;
      text-decoration: none;
      color: #999999; }
      .sidebar-nav li a:hover {
        text-decoration: none;
        color: #fff;
        background: rgba(255, 255, 255, 0.2); }
      .sidebar-nav li a:active, .sidebar-nav li a:focus {
        text-decoration: none; }
    .sidebar-nav li.current a {
      background-color: #333; }
    .sidebar-nav li:first-child.current a {
      /* "Top" Link */
      background-color: transparent; }

#menu-toggle {
  position: fixed;
  top: 20px;
  z-index: 999;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  text-transform: uppercase;
  margin-left: -3px;
  font-size: 10px;
  font-weight: bold;
  background-color: #E5E5E5;
  padding: 6px; }

article {
  padding-top: 50px; }

/*
	= Media Queries	
*******************************************************************************************/
@media (min-width: 768px) {
  /* Tablet Portrait */
  #wrapper {
    padding-left: 250px; }

  #wrapper.toggled {
    padding-left: 0; }

  #sidebar-wrapper {
    width: 250px; }

  #wrapper.toggled #sidebar-wrapper {
    width: 0; }

  #page-content-wrapper {
    padding: 20px;
    position: relative; }

  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0; }

  #menu-toggle {
    display: none; }

  article {
    padding-top: 200px; }

  article#about-the-association {
    padding-top: 150px; } }
@media (min-width: 992px) {
  /* Tablet Landscape */ }
@media (min-width: 1200px) {
  /* Desktop */ }

/*# sourceMappingURL=sass_style.css.map */
