@charset "UTF-8";
/*

Theme Name: HEPAC 2015
Theme URI: http://hepac.ca
Description: HEPAC/CSAAP Custom Theme
Author: Made by Elm City
Author URI: http://madebyelmcity.ca
Version: 0.9
License: Private

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# All
--------------------------------------------------------------*/
/* Sizes */
/* Colours */
/* Typography */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# All
--------------------------------------------------------------*/
* {
  box-sizing: border-box; }

body {
  font-family: "Lato", sans-serif;
  background: #fff;
  height: 100%;
  font-size: 1em;
  line-height: 1.4em; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 400;
  margin-bottom: 15px; }

h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: 10px;
  text-transform: uppercase; }

h3 {
  font-size: 140%;
  margin-top: 20px; }

ol, ul {
  list-style: none; }

li {
  font-weight: 300; }

.main li {
  font-size: 1.1em;
  line-height: 1.5; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

.blue {
  font-weight: 300;
  color: #006db7; }

/* =Layout

-------------------------------------------------------------- */
/*

LAYOUT: Two columns

DESCRIPTION: Two-column fixed layout with one sidebar right of content

*/
#primary, #secondary {
  float: left;
  overflow: hidden; }

#secondary {
  clear: right; }

/*

LAYOUT: One column, no sidebar

DESCRIPTION: One centered column with no sidebar

*/
.one-column #content {
  margin: 0 auto;
  width: 640px; }

/*

LAYOUT: Full width, no sidebar

DESCRIPTION: Full width content with no sidebar; used for attachment pages

*/
.single-attachment #content {
  margin: 0 auto;
  width: 900px; }

/* =Global Elements

-------------------------------------------------------------- */
hr {
  background-color: #e7e7e7;
  border: 0;
  clear: both;
  height: 1px;
  margin-bottom: 18px; }

/* Text elements */
p {
  font-family: "Open Sans", sans-serif;
  margin-left: 0;
  width: 100%;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 300; }
  @media (max-width: 500px) {
    p {
      font-size: 1.1em; } }

ul {
  list-style: disc;
  margin: 10px 0 18px 1.5em; }

ol {
  list-style: decimal;
  margin: 0 0 18px 1.5em; }

ol ol {
  list-style: upper-alpha; }

ol ol ol {
  list-style: lower-roman; }

ol ol ol ol {
  list-style: lower-alpha; }

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0; }

dl {
  margin: 0 0 24px; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 18px; }

strong {
  font-weight: 700; }

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

big {
  font-size: 131.25%; }

ins {
  background: #ffc;
  text-decoration: none; }

blockquote {
  font-style: italic;
  margin: 0 0 1em 9em;
  font-size: 110%;
  width: 400px;
  text-align: right;
  padding: 15px;
  background: #f0f0f0;
  border-left: #006db7 10px solid; }

blockquote cite, blockquote em, blockquote i {
  font-style: normal; }

pre {
  background: #f7f7f7;
  color: #222;
  line-height: 18px;
  margin-bottom: 18px;
  padding: 1.5em; }

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

sup, sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: 0.5ex; }

input[type="text"], textarea {
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 2px; }

a:link {
  color: #006DB7;
  text-decoration: none; }

a:visited {
  color: #06c;
  text-decoration: none; }

a:active, a:hover {
  color: #06c;
  text-decoration: underline; }

.faqleft {
  float: left;
  width: 5%; }

.faqright {
  float: right;
  width: 95%; }

/* Text meant only for screen readers */
.screen-reader-text, .assistive-text {
  position: absolute;
  left: -9000px; }

/* Wrapper 
-------------------*/
.page-wrap {
  overflow: hidden;
  /* Prevent nav menu from stretching too wide */ }

/* Header & Menu

-------------------------------------------------------------- */
#headerwrapper {
  background: #fff;
  z-index: 1;
  position: relative; }
  #headerwrapper #header {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    top: 0;
    height: 130px; }
    @media (max-width: 800px) {
      #headerwrapper #header {
        height: auto;
        border-bottom: 5px solid #006DB7; } }
    #headerwrapper #header .logo {
      margin-top: 30px; }
      @media (max-width: 800px) {
        #headerwrapper #header .logo {
          margin: 20px 0 10px 0px;
          width: 110px; } }
  #headerwrapper .fixed-menu {
    position: absolute;
    top: 25px;
    right: 20px;
    display: block; }
    #headerwrapper .fixed-menu div {
      display: inline-block;
      margin-left: 20px;
      vertical-align: middle; }
  #headerwrapper div.header-lang a {
    display: block;
    font-weight: 300; }
    @media (max-width: 800px) {
      #headerwrapper div.header-lang a {
        padding: 7px 10px;
        font-size: 1em;
        margin-right: 100px;
        border: 1px solid #fff; }
        #headerwrapper div.header-lang a:hover, #headerwrapper div.header-lang a:focus {
          background-color: #fff;
          border: 1px solid #000; } }
    @media (max-width: 350px) {
      #headerwrapper div.header-lang a {
        margin-right: 50px;
        /* In case of small phones! */
        padding: 7px 5px; } }
    #headerwrapper div.header-lang a:hover, #headerwrapper div.header-lang a:focus {
      text-decoration: none;
      color: #63A9DB; }
  @media (max-width: 800px) {
    #headerwrapper div.social-icons {
      display: none; } }
  #headerwrapper div.social-icons img {
    margin-top: 5px; }
    #headerwrapper div.social-icons img:hover, #headerwrapper div.social-icons img:focus {
      opacity: 0.8; }
  @media (max-width: 800px) {
    #headerwrapper div.header-search {
      display: none; } }

/* Navigation Menu */
.main-navigation {
  float: right;
  width: auto;
  /* Prev 80% */
  margin-top: 88px;
  display: block; }
  .main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: right;
    box-sizing: content-box;
    overflow: hidden; }
    .main-navigation ul ul {
      position: absolute;
      /* Pin sub-menu to left side of page */
      top: 130px;
      left: -999em;
      height: 55px;
      z-index: 99999;
      background-color: #1aab4f;
      width: 1000%; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        position: relative;
        display: block;
        padding: 10px 5px;
        font-size: .9em; }
        .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
          left: auto;
          display: block; }
      .main-navigation ul ul a {
        padding: 5px;
        text-align: left;
        text-transform: none;
        background-color: #1aab4f;
        font-weight: 300;
        margin: 0 10px 0 0; }
      .main-navigation ul ul a:hover,
      .main-navigation ul ul a.focus,
      .main-navigation ul ul li.current-menu-item a {
        border-bottom: 3px solid #fff; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    font-size: 1.05em; }
    .main-navigation li:hover > a, .main-navigation li.focus > a {
      background-color: #1aab4f; }
  .main-navigation a {
    text-transform: uppercase;
    display: block;
    font-size: .9em;
    text-decoration: none;
    letter-spacing: .5px;
    padding: 10px 20px;
    margin-left: 20px;
    background-color: #006DB7;
    color: #fff; }
    @media (max-width: 950px) {
      .main-navigation a {
        margin-left: 10px;
        font-size: .75em; } }
  .main-navigation li.current-menu-parent a {
    background-color: #1aab4f; }

.interior-go,
.single-post .main-navigation ul ul,
.main-navigation ul li.current-menu-parent > ul {
  /* Show sub-menu if on interior page */
  left: 0;
  right: 0;
  margin: 0 -9999px;
  padding: 0 9999px;
  z-index: 1; }

.main-navigation ul li:hover > ul {
  left: 0;
  right: 0;
  margin: 0 -9999px;
  padding: 0 9999px;
  z-index: 2; }

/* Footer */
#footerwrapper {
  z-index: 2;
  padding: 60px 0 0;
  background-color: #fafafa; }
  @media (max-width: 500px) {
    #footerwrapper {
      padding: 0; } }
  #footerwrapper #footer {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 80%;
    color: #fff;
    overflow: auto; }
    #footerwrapper #footer p {
      color: #999;
      font-family: "Lato", sans-serif;
      font-weight: 100; }
      @media (max-width: 500px) {
        #footerwrapper #footer p {
          margin-top: 20px;
          font-size: .9em;
          text-align: center; } }
  #footerwrapper .menu-item-has-children {
    width: 24%;
    /* Target child items that have child items */ }
    @media (max-width: 500px) {
      #footerwrapper .menu-item-has-children {
        width: 100%; } }
  #footerwrapper .bottom-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left; }
    @media (max-width: 500px) {
      #footerwrapper .bottom-menu ul {
        text-align: center; } }
  #footerwrapper .bottom-menu a {
    color: #999;
    letter-spacing: .3px;
    display: block;
    margin-bottom: 5px; }
  #footerwrapper .bottom-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top; }
    #footerwrapper .bottom-menu li ul li {
      display: block;
      vertical-align: top; }

#menu-primary-1 > li > a {
  display: block;
  font-weight: bold;
  margin-bottom: 10px; }
  @media (max-width: 500px) {
    #menu-primary-1 > li > a {
      margin: 10px 0; } }

/* Front Page 
---------------------------------------*/
.newsletter-wrapper {
  background-image: url("images/bghikingsign.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0px 0px 0 1500px rgba(0, 0, 0, 0.5);
  padding: 80px 0; }
  .newsletter-wrapper .newsletter {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    text-align: center; }
    .newsletter-wrapper .newsletter .call-to-action {
      font-size: 32px;
      line-height: 1.5; }
    .newsletter-wrapper .newsletter .about-newsletter {
      font-size: 18px;
      line-height: 1.5;
      font-weight: 300;
      padding: 20px 0; }
    .newsletter-wrapper .newsletter .mc_embed_signup {
      text-align: center; }

/* Mailchimp Embed */
.mc_embed_signup {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 50%; }
  .mc_embed_signup #mce-EMAIL {
    padding: 10px 15px 10px 50px;
    width: 300px;
    font-weight: 100;
    border: none;
    background: #fff url("images/icons/mail.svg") no-repeat;
    color: #333;
    background-size: 30px 30px;
    background-position: 10px center; }
    @media (max-width: 500px) {
      .mc_embed_signup #mce-EMAIL {
        width: 100%; } }
  .mc_embed_signup .mc-embedded-subscribe {
    background: #1aab4f;
    border: none;
    color: #fff;
    padding: 10px 40px; }
    @media (max-width: 500px) {
      .mc_embed_signup .mc-embedded-subscribe {
        width: 100%;
        margin-top: 10px; } }
    .mc_embed_signup .mc-embedded-subscribe:hover {
      background: #006DB7;
      -webkit-transition: all 0.2s ease 0s;
              transition: all 0.2s ease 0s; }

/* Hero */
.hero-wrapper {
  background-image: url("http://hepac.ca/wp-content/uploads/2015/02/lynDyjGSR9eR57ouPIEE_IMG_woods.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  box-shadow: inset 0px 0px 0 1500px rgba(0, 0, 0, 0.4);
  width: 100%; }
  .hero-wrapper .hero {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    color: #fff; }
    @media (max-width: 800px) {
      .hero-wrapper .hero {
        padding: 40px 20px; } }
    .hero-wrapper .hero h1 {
      line-height: 1.2;
      font-size: 2.4em;
      font-weight: 400;
      margin-top: 0; }
      @media (max-width: 500px) {
        .hero-wrapper .hero h1 {
          font-size: 2em; } }
    .hero-wrapper .hero h3 {
      line-height: 1.4;
      font-size: 1.3em;
      font-weight: 300; }
    .hero-wrapper .hero h4 {
      text-transform: uppercase;
      font-weight: 100;
      font-size: .9em;
      margin-bottom: 10px; }

.mc_embed_signup {
  /* Alt styling for Mailchimp embed in hero */
  width: 100%;
  text-align: left; }

/* News and Webinars */
.fp-content {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px; }

.section-head {
  background-color: #45525B;
  text-transform: uppercase;
  color: #fff;
  font-size: .875em;
  letter-spacing: 1px;
  padding: 5px 10px;
  font-weight: 400;
  margin: 0 0 20px 0; }

.entry-date {
  color: #63A9DB;
  margin: 0;
  font-size: .75em;
  letter-spacing: .7px;
  text-transform: uppercase;
  font-weight: 600; }

.one-third {
  display: inline-block;
  vertical-align: top;
  width: 40%; }
  @media (max-width: 500px) {
    .one-third {
      width: 100%;
      display: block;
      padding: 0; } }
  .one-third:nth-child(even) {
    padding: 0 4%; }

.one-half {
  display: inline-block;
  width: 50%;
  vertical-align: top; }
  @media (max-width: 800px) {
    .one-half {
      width: 100%;
      display: block;
      padding: 0;
      margin: 0; } }

.two-thirds {
  display: inline-block;
  width: 59%;
  vertical-align: top; }
  @media (max-width: 500px) {
    .two-thirds {
      width: 100%; } }

.one-fourth {
  display: inline-block;
  width: 23%;
  vertical-align: top;
  margin-right: 1%; }
  @media (max-width: 800px) {
    .one-fourth {
      width: 48%;
      margin-bottom: 20px; } }
  @media (max-width: 500px) {
    .one-fourth {
      width: 100%;
      margin-right: 0; } }
  .one-fourth a:hover {
    text-decoration: none !important; }

.one-fourth:last-child {
  padding-right: 0; }

.news {
  padding-right: 20px; }
  @media (max-width: 800px) {
    .news {
      border-right: none;
      border-bottom: 1px solid #ccc;
      padding: 0 0 20px 0;
      margin-bottom: 20px; } }
  @media (max-width: 500px) {
    .news {
      border-bottom: 0;
      margin-bottom: 0; } }
  .news .featured-post {
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px; }
    .news .featured-post p {
      color: #45525B; }
  .news h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5em;
    line-height: 1.4;
    margin: 5px 0 10px 0; }
    .news h1 a {
      color: #45525B; }
  .news h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.05em;
    text-transform: none;
    line-height: 1.4;
    margin: 0 0 10px 0; }
    .news h2 a {
      color: #45525B; }
  .news p {
    margin-top: 5px; }

.more-news {
  margin-top: 15px; }

.webinars {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 10px; }
  @media (max-width: 800px) {
    .webinars {
      border-left: 0; } }
  @media (max-width: 800px) {
    .webinars {
      padding: 0 10px 0 0; } }
  @media (max-width: 500px) {
    .webinars {
      border: 0;
      padding: 0;
      margin-bottom: 20px; } }
  .webinars h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.2em;
    text-transform: none;
    display: block;
    width: 100%;
    margin-top: 0; }
    .webinars h2 a {
      color: #45525B; }
  .webinars p {
    margin-top: 0; }
  .webinars .container {
    font-size: .875em;
    margin-bottom: 20px; }
  .webinars a.more-link {
    color: #006DB7;
    font-size: .8em; }
    .webinars a.more-link:hover, .webinars a.more-link:focus {
      text-decoration: none;
      color: #1aab4f; }
    @media (max-width: 500px) {
      .webinars a.more-link {
        display: none; } }

.twitter {
  padding: 0 0 20px 10px;
  margin-bottom: 20px; }
  @media (max-width: 500px) {
    .twitter {
      display: none; } }

@media (max-width: 500px) {
  #text-2 {
    display: none; } }

.upcoming {
  /* Webinar ad */
  background-size: cover;
  background-image: url("images/webinar-bg-lo.jpg");
  box-shadow: 0 0 0 1500px rgba(0, 0, 0, 0.5) inset;
  width: 100%;
  padding: 25px 15px;
  margin-top: 20px;
  text-align: center;
  color: #fff;
  /* MailChimp styles */
  /* End MailChimp */ }
  .upcoming .mc_embed_signup {
    text-align: center;
    margin: inherit;
    font-size: .9em;
    width: 100%; }
  .upcoming .entry-date {
    color: #fff; }
  .upcoming h3 {
    line-height: 1.3;
    margin: 10px 0; }
  .upcoming .white-button {
    display: inline-block;
    background-color: #1aab4f;
    padding: 10px 20px;
    color: #fff; }
    .upcoming .white-button:hover, .upcoming .white-button:focus {
      text-decoration: none;
      background-color: #fff;
      color: #006DB7;
      -webkit-transition: all 0.2s ease 0s;
              transition: all 0.2s ease 0s; }

/* Slider */
.slider-wrapper {
  background-color: #63A9DB;
  width: 100%;
  padding: 40px 0; }
  @media (max-width: 800px) {
    .slider-wrapper {
      padding: 40px 20px; } }
  .slider-wrapper .slider {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    padding-left: 20px;
    padding-right: 20px;
    padding: 0; }
  .slider-wrapper .featured-front {
    height: 350px;
    background-color: #fafafa;
    position: relative; }
    @media (max-width: 500px) {
      .slider-wrapper .featured-front {
        height: auto; } }
    .slider-wrapper .featured-front:hover, .slider-wrapper .featured-front:focus {
      background-color: #fff;
      cursor: pointer;
      -webkit-transform: scale(1.02);
          -ms-transform: scale(1.02);
              transform: scale(1.02);
      box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75); }
    .slider-wrapper .featured-front img {
      display: block;
      margin-bottom: 10px; }
      @media (max-width: 800px) {
        .slider-wrapper .featured-front img {
          margin: 0 auto 10px auto; } }
    .slider-wrapper .featured-front .featured-link {
      color: #333;
      text-decoration: none;
      display: block; }
    .slider-wrapper .featured-front .top {
      font-size: 1.1em;
      font-weight: 300;
      line-height: 1.4;
      text-align: center;
      color: #45525B;
      padding: 10px 20px; }
      @media (max-width: 500px) {
        .slider-wrapper .featured-front .top {
          padding: 10px; } }
    .slider-wrapper .featured-front .bottom {
      position: absolute;
      bottom: 0;
      width: 100%;
      background: #1aab4f;
      text-align: center;
      padding: 20px 0;
      color: #fff;
      font-weight: 100; }
      @media (max-width: 500px) {
        .slider-wrapper .featured-front .bottom {
          position: relative; } }

/* Partner Logos */
.partner-logos {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  padding: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .partner-logos .partners {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 150px;
        -ms-flex: 1 1 150px;
            flex: 1 1 150px;
    margin: 10px 20px 10px 0;
    padding: 10px;
    text-align: center; }
    @media (max-width: 500px) {
      .partner-logos .partners {
        max-width: 150px;
        margin: 0 auto; } }

/* =Content

-------------------------------------------------------------- */
.wrapper {
  background: #fafafa; }

.wrapper-alt {
  background: #fff; }

#main {
  margin: 55px auto 0 auto;
  padding-bottom: 30px;
  overflow: auto;
  width: 100%;
  max-width: 1120px; }
  @media (max-width: 800px) {
    #main {
      margin: 0 auto; } }

.breadcrumbs {
  font-size: .8em;
  padding: 15px 0;
  font-weight: 100; }
  .breadcrumbs a {
    color: #45525B; }

#content {
  padding-right: 40px;
  width: 66%;
  float: left;
  position: relative;
  margin-top: 25px; }
  @media (max-width: 500px) {
    #content {
      width: 100%;
      padding: 0;
      margin: 0;
      float: none; } }
  #content li {
    margin: 0 0 3px 0; }

/*  Committee */
.steering-wrapper {
  background: #fff;
  padding: 20px; }
  .steering-wrapper .steering-bio {
    border-bottom: 1px solid #63A9DB;
    margin-bottom: 20px;
    padding-bottom: 5px; }
    .steering-wrapper .steering-bio .name {
      font-weight: bold; }
  .steering-wrapper h4 {
    font-size: 1.2em;
    margin-bottom: 5px;
    font-weight: bold; }

/* Resource Page */
.resource-wrapper {
  background-color: #fff; }

.single-resource {
  margin-bottom: 20px; }

.resource-col-1 {
  padding: 20px; }
  .resource-col-1 h3 {
    font-weight: 400 !important;
    font-size: 130%; }
  .resource-col-1 a {
    color: #fff;
    display: inline-block;
    font-weight: 100;
    letter-spacing: .5px;
    font-size: .9em;
    margin: 10px 5px 0 0;
    padding: 5px 10px;
    text-align: center; }
    .resource-col-1 a:hover, .resource-col-1 a:focus {
      opacity: .8;
      text-decoration: none; }
  .resource-col-1 .view {
    background: #006DB7; }
  .resource-col-1 .view:before {
    font-family: 'dashicons';
    content: "\f319";
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    -webkit-font-smoothing: antialiased;
    vertical-align: top; }
  .resource-col-1 .download {
    background: #63A9DB; }
  .resource-col-1 .download:before {
    font-family: 'dashicons';
    content: "\f103";
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    -webkit-font-smoothing: antialiased;
    vertical-align: top; }

.resource-col-2 {
  padding: 15px; }
  .resource-col-2 img {
    vertical-align: middle; }

/*********** Sidebar Styles  ********/
#sidebar {
  width: 33%;
  padding: 0;
  float: left;
  margin-top: 24px; }
  @media (max-width: 500px) {
    #sidebar {
      width: 100%;
      padding: 0;
      margin: 0;
      float: none; } }

#sidebar ul {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0; }
  @media (max-width: 500px) {
    #sidebar ul {
      margin: 0; } }

#sidebar ul li a {
  color: #000; }

#sidebar ul li a:hover {
  text-decoration: none;
  color: #006db7; }

.widget-area ul li ul {
  font-size: 14px;
  padding: 0 0 10px;
  margin: 0 0 10px; }

#recent-posts-2 li {
  margin-bottom: 1em; }

/* Events Widget Style */
.when {
  font-size: 80%;
  margin-left: 20px; }

/* Search button style */
#searchsubmit {
  /* Style for Search button */
  background-color: #006DB7;
  color: #fff;
  padding: 6px 15px 5px 15px;
  cursor: pointer;
  border: none;
  margin-top: 2px; }

#searchsubmit:hover {
  background-color: #1aab4f;
  -webkit-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s; }

.field {
  font-size: 85%;
  color: #fff; }

#s {
  background-color: #ccc;
  padding: 5px 10px;
  box-shadow: none; }

.submit {
  font-size: 90%; }

#search-2 h3 {
  color: #fff;
  border-bottom: 1px solid #fafafa; }

.widget-area h3 {
  font-size: 100%;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 5px;
  margin-top: 5px;
  border-bottom: 1px solid #777; }

.widget-area ul {
  list-style: none;
  margin-left: 0; }

.widget-area ul ul {
  list-style: disc;
  margin-left: 1.3em;
  background-position: -20px 0; }

.widget-area select {
  max-width: 100%; }

.widget_search #s {
  /* This keeps the search inputs in line */
  width: 50%; }

.widget_search label {
  display: none; }

.widget-container {
  margin: 0 0 18px; }

#events-list-widget-2 {
  width: 250px;
  background: #D1ECFF;
  padding: 20px; }

#events-list-widget-2 a {
  text-decoration: underline; }

.dig-in {
  font-size: 90%; }

#recent-posts-2 {
  padding: 0;
  margin-bottom: 60px; }
  @media (max-width: 500px) {
    #recent-posts-2 {
      padding: 20px;
      margin: 0; } }
  #recent-posts-2 li {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    font-size: 1.2em; }

#recent-posts-2 li:last-child {
  padding-bottom: 0;
  border-bottom: none; }

.main-navigation_menu-3 {
  padding: 20px 20px 0;
  border: 10px solid #63A9DB; }

/* Wellness Networks widget */
.main-navigation_menu-3 li {
  padding: 2px 0 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #63A9DB; }

/* Wellness Networks widget */
.main-navigation_menu-3 li:last-child {
  padding-bottom: 0;
  border-bottom: none; }

/* Wellness Networks widget */
.widget-title {
  font-weight: 700; }

.page-template-template-inmotion-php .widget-title, .category-44 .widget-title {
  background: #da7923;
  color: #fff;
  font-weight: 700;
  border-radius: 0 3px 0 0; }

.widget-area a:link, .widget-area a:visited {
  text-decoration: none; }

.widget-area a:active, .widget-area a:hover {
  text-decoration: underline; }

.widget-area .entry-meta {
  font-size: 11px; }

#taxonomy_picker-4 ul li {
  list-style: none; }

#taxonomy_picker-4 ul li select {
  max-width: 93%; }

/*******************************

#content,#content input,#content p {
    color:#222;
    font-size:95%;
    line-height:170%
}

#content p,#content ol,#content dd,#content pre,#content hr {
    margin:0 0 15px
}

#content ul {
    margin:0 0 15px 25px;
    font-size:90%;
    list-style-type:disc
}

#content ul ul,#content ol ol,#content ul ol,#content ol ul {
    margin:0
}

#content pre,#content kbd,#content tt,#content var {
    font-size:15px;
    line-height:21px
}

#content code {
    font-size:13px
}

****/
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  color: #45525B;
  line-height: 1.2rem;
  margin: 0 0 20px 0;
  font-weight: 400; }

#content h3 {
  color: #333; }

.hentry {
  margin: 0 0 30px;
  background-color: #fff;
  padding: 20px 20px 60px 20px; }

.home .sticky {
  background: transparent;
  border-top: 4px solid #000;
  margin-left: -20px;
  margin-right: -20px;
  padding: 18px 20px; }

.single .hentry {
  margin: 0 0 36px; }
  @media (max-width: 500px) {
    .single .hentry {
      margin: 0; } }

.page-title {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 36px; }

.page-title span {
  color: #333;
  font-size: 16px;
  font-style: italic;
  font-weight: 400; }

.page-title a:link, .page-title a:visited {
  color: #888;
  text-decoration: none; }

.page-title a:active, .page-title a:hover {
  color: #06c; }

#content .entry-title {
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }
  @media (max-width: 500px) {
    #content .entry-title {
      font-size: 1.5em; } }

#content H2.entry-title {
  text-transform: none;
  font-size: 1.8em;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.post-columns {
  width: 100%; }

.post-columns p {
  margin: 0 !important; }

.post-columns p.source {
  font-size: 0.9em !important; }

.post-column-1 {
  width: 18%;
  padding-right: 3%;
  float: left;
  font-size: .9em;
  padding-bottom: 10px; }

.post-column-1 img.alignleft {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5); }

.post-column-2 {
  width: 79%;
  float: right;
  margin-bottom: 20px; }

.wnposts .post-column-1 {
  width: 32%;
  padding-right: 3%;
  float: left;
  font-size: .9em;
  padding-bottom: 10px; }

.wnposts .post-column-2 {
  width: 65%;
  float: right;
  margin-bottom: 5px; }

.wnposts img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 0; }

#output .tags {
  font: 12px italic;
  width: 735px;
  float: left;
  border-bottom: 1px solid #2472BC;
  padding: 0 0 5px; }

.entry-title a:link, .entry-title a:visited {
  color: #000;
  text-decoration: none; }

.entry-title a:active, .entry-title a:hover {
  color: #2472BC; }

.entry-meta {
  color: #888;
  font-size: 12px;
  margin-bottom: 10px; }

.entry-meta abbr, .entry-utility abbr {
  border: none; }

.entry-meta abbr:hover, .entry-utility abbr:hover {
  border-bottom: 1px dotted #666; }

#content .entry-summary p {
  margin-bottom: 12px; }

.entry-content a:hover {
  color: #1aab4f;
  text-decoration: none; }

.entry-content fieldset {
  border: 1px solid #e7e7e7;
  margin: 0 0 24px;
  padding: 24px; }

.entry-content fieldset legend {
  background: #fff;
  color: #000;
  font-weight: 700;
  padding: 0 24px; }

.entry-content input {
  margin: 0; }

.entry-content input.file, .entry-content input.button {
  margin-right: 0; }

.entry-content label {
  color: #555;
  font-size: 12px; }

.entry-content select {
  margin: 0 0 24px; }

.entry-content sup, .entry-content sub {
  font-size: 10px; }

.entry-content blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 24px;
  text-align: right;
  width: 33%; }

.entry-content blockquote.right {
  float: right;
  margin-left: 24px;
  margin-right: 0;
  text-align: left;
  width: 33%; }

.page-link {
  clear: both;
  color: #000;
  font-weight: 700;
  margin: 0 0 22px;
  word-spacing: 0.5em; }

.page-link a:link, .page-link a:visited {
  background: #f1f1f1;
  color: #333;
  font-weight: 400;
  padding: .5em .75em;
  text-decoration: none; }

.home .sticky .page-link a {
  background: #d9e8f7; }

.page-link a:active, .page-link a:hover {
  color: #06c; }

body.page .edit-link {
  clear: both;
  display: block; }

#entry-author-info {
  background: #f2f7fc;
  border-top: 4px solid #000;
  clear: both;
  font-size: 14px;
  line-height: 20px;
  margin: 24px 0;
  overflow: hidden;
  padding: 18px 20px; }

#entry-author-info #author-avatar {
  background: #fff;
  border: 1px solid #e7e7e7;
  float: left;
  height: 60px;
  margin: 0 -104px 0 0;
  padding: 11px; }

#entry-author-info #author-description {
  float: left;
  margin: 0 0 0 104px; }

#entry-author-info h2 {
  color: #000;
  font-size: 100%;
  font-weight: 700;
  margin-bottom: 0; }

/* =Asides

-------------------------------------------------------------- */
.home #content .format-aside p, .home #content .category-asides p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 0; }

.home .hentry.format-aside, .home .hentry.category-asides {
  padding: 0; }

.home #content .format-aside .entry-content, .home #content .category-asides .entry-content {
  padding-top: 0; }

/* =Gallery listing

-------------------------------------------------------------- */
.format-gallery .size-thumbnail img, .category-gallery .size-thumbnail img {
  border: 5px solid #f1f1f1;
  margin-bottom: 0; }

.format-gallery .gallery-thumb, .category-gallery .gallery-thumb {
  float: left;
  margin-right: 20px;
  margin-top: -4px; }

.home #content .format-gallery .entry-utility, .home #content .category-gallery .entry-utility {
  padding-top: 4px; }

/* =Attachment pages

-------------------------------------------------------------- */
.attachment .entry-content .entry-caption {
  font-size: 140%;
  margin-top: 24px; }

.attachment .entry-content .nav-previous a:before {
  content: "← "; }

.attachment .entry-content .nav-next a:after {
  content: " →"; }

/* =Images

-------------------------------------------------------------- */
/*

Resize images to fit the main content area.

- Applies only to images uploaded via WordPress by targeting size-* classes.

- Other images will be left alone. Use "size-auto" class to apply to other images.

*/
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto; }

img.size-large {
  width: 100%; }

.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 22px;
  margin-top: 4px; }

#home-conferences img.alignleft {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5); }

.alignright, img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px; }

.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 12px; }

.wp-caption {
  margin-bottom: 5px;
  max-width: 634px !important;
  /* prevent too-wide images from breaking layout */
  text-align: left;
  font-size: 85%; }

.wp-caption-text {
  font-size: .9em;
  margin-top: 3px; }

.wp-caption img {
  margin: 0; }

.wp-smiley {
  margin: 0; }

.gallery {
  margin: 0 auto 18px;
  background: #D1ECFF;
  padding: 10px; }

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery img {
  border: 2px solid #cfcfcf; }

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto; }

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto; }

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px; }

.gallery dl {
  margin: 0; }

.gallery img {
  border: 5px solid #f1f1f1; }

.gallery br + br {
  display: none; }

#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto; }

/* inMotion Page */
.transparent {
  /* Code from http://hammerspace.co.uk/2011/10/cross-browser-alpha-transparent-background-css */
  background: #fff;
  background: transparent\9;
  background: rgba(255, 255, 255, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaffffff,endColorstr=#eaffffff);
  zoom: 1; }

.transparent:nth-child(n) {
  -webkit-filter: none;
          filter: none; }

#inmotionwrapper {
  background: url(http://hepac.ca/wp-content/themes/jan2013/images/bgmtcarleton.jpg) no-repeat left top fixed;
  background-size: cover; }

#inmotionside {
  float: left;
  width: 24%;
  padding: 10px 20px;
  background-color: #fff; }

#inmotionside li {
  padding: 0; }

#inmotionside .widget-title {
  margin-top: 30px; }

#inmotionside a {
  color: #000;
  font-size: 90%; }

#inmotionside a:hover {
  text-decoration: none;
  color: #DF6F1D; }

.main-navigation_menu-4 li {
  margin-bottom: 10px; }

#inmotionside .sub-menu {
  margin-top: 5px;
  font-size: 85%;
  list-style: none; }

#inmotionside .sub-menu li {
  margin-bottom: 0;
  margin-left: 15px; }

#inmotionside .widget-area ul li ul {
  font-size: 16px; }

#inmotionside .widget-container {
  margin: 0; }

#inmotionmain {
  float: right;
  width: 66.7%;
  padding: 10px 20px;
  background-color: #fff; }

#inmotionmain a {
  color: #777; }

#inmotionmain a.bluebox {
  border: medium none;
  cursor: pointer;
  padding: 10px 50px;
  background: none repeat scroll 0 0 #006DB7;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 7px;
  margin-bottom: -10px; }

#inmotionmain a.bluebox:hover {
  background: none repeat scroll 0 0 #DF6F1D; }

#inmotionmain a.orangebox {
  border: medium none;
  cursor: pointer;
  padding: 10px 50px;
  background: none repeat scroll 0 0 #DF6F1D;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 7px;
  margin-bottom: 10px; }

#inmotionmain a.orangebox:hover {
  background: none repeat scroll 0 0 #006DB7; }

.imrightbox {
  float: right;
  margin: 10px 20px 30px; }

.main-navigation_menu-5 h3 {
  background-color: #fff; }

.main-navigation_menu-5 a {
  color: #000;
  display: block;
  padding: 15px 10px;
  text-align: left;
  border-bottom: 1px solid #eee;
  cursor: pointer; }

.main-navigation_menu-5 a:hover {
  color: #fff; }

.main-navigation_menu-5 li.current-menu-item > a {
  color: #006db7;
  background: #fff; }

.main-navigation_menu-5 li:hover {
  background-color: #DF6F1D;
  color: #fff; }

#gform_submit_button_19 {
  width: 80%; }

#inmotionmain p, #inmotionmain ul, #inmotionmain ol {
  color: #333;
  font-size: 90%;
  line-height: 180%; }

#inmotionmain h2 {
  text-transform: none; }

#inmotionmain h3 {
  color: #333;
  font-weight: 700;
  font-size: 150%;
  line-height: 1.2em;
  margin: 20px 0; }

#inmotionside .sub-menu li {
  list-style-type: disc; }

/* Style for the IM Parks and Trails Day side menu (widget area 4) */
#askaquestion .gfield_label {
  font-size: 80%; }

#askaquestion input.medium {
  width: 90%; }

#askaquestion .gform_body {
  padding: 10px 0 0; }

#askaquestion .gform_body li {
  margin-bottom: 0 !important; }

#askaquestion .gform_footer {
  margin: 0; }

#askaquestion .top_label .gfield_label {
  margin: 5px 0 !important; }

#askaquestion p {
  line-height: 170%;
  font-size: 85%; }

/* Plugins */
/* Gravity Forms */
.gform_button {
  background: #006DB7;
  padding: 10px 100px;
  border: none;
  color: #fff;
  cursor: pointer; }
  .gform_button:hover, .gform_button:focus {
    background: #1aab4f;
    -webkit-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s; }

#inmotionmain .gform_body a {
  text-decoration: underline; }

ul.gform_fields_2 {
  margin-left: 5px; }

.gform_body {
  padding: 10px; }

.gform_wrapper {
  max-width: 90% !important; }

.gform_footer {
  margin: 0 5px !important; }

.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label, .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
  font-weight: 400 !important; }

.gform_confirmation_wrapper {
  border: 10px solid #eee;
  padding: 20px 10px;
  margin: 20px 0;
  font-size: 90%; }

/* .top_label .gfield_label {margin: 10px 0 15px !important} */
.entry-content label {
  font-size: 14px !important; }

/* The Events Calendar */
/* TEC requires an unfortunate number of !importants to override default classes. */
#tribe-events-content .gform_wrapper {
  border: 10px solid #eee;
  padding: 20px 10px;
  margin: 20px 0; }

#tribe-events-content .gform_description {
  text-transform: capitalize;
  margin: 0 0 0 7px;
  font-size: 150%;
  font-weight: 700; }

#tribe-events-content input[type="submit"] {
  color: #fff; }

#tribe-events-content .left_label {
  padding: 0; }

.tribe-events-ical {
  /* Highlight 'Outlook' link */
  background-color: #1aab4f !important; }
  .tribe-events-ical:hover, .tribe-events-ical:focus {
    background-color: #006DB7 !important;
    color: #fff !important; }

.tribe-events-first {
  padding-top: 30px !important; }

.tribe-events-list-separator-month, #tribe-events-content .section-head {
  /* Match entries on Events list page */
  padding: 6px 15px !important; }

#tribe-events-content .section-head {
  /* Remove margin-bottom */
  margin: 0 !important; }

/* Previous Events on main events page */
.past-recordings {
  padding: 40px 15px 15px 15px;
  background-color: #fff; }
  .past-recordings h3 {
    font-size: 1.05em;
    line-height: 1.4;
    margin: 3px 0 10px;
    text-transform: none; }
  .past-recordings a {
    color: #45525B;
    display: block;
    font-weight: normal; }
    .past-recordings a:hover, .past-recordings a:focus {
      text-decoration: underline !important; }

.tribe-events-notices {
  margin: 30px 0 !important;
  /* Give some breathing room */
  background: #F5F5F5 !important;
  border-radius: 0 !important;
  text-shadow: none !important;
  color: #000 !important;
  border: 0 !important;
  padding: 15px; }

/* Orange border left */
.newsletters {
  border-left: 3px solid #DF6F1D;
  margin-left: 10px; }

/* Google Map for Wellness Networks */
#map-canvas {
  height: 840px;
  width: 640px;
  z-index: 1;
  position: relative;
  float: left;
  border: 1px solid #BBB; }

#map-sidebar {
  border: 10px solid #63A9DB;
  padding: 10px 20px;
  float: right;
  width: 230px; }

#map-sidebar td {
  width: 200px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc; }

#map-sidebar a {
  color: #000; }

#map-sidebar a:hover {
  color: #63A9DB; }

.FT_infowindow {
  width: 400px;
  padding: 10px;
  font-size: 120%; }

.mapbox {
  padding: 10px 20px;
  margin: 10px 0;
  background: #FAFAFA;
  border: 1px solid #BBB; }

.mappagecontent {
  width: 640px;
  margin: 10px 0; }

#insidemapbox {
  width: 400px;
  padding: 7px;
  background-color: rgba(255, 255, 255, 0.92);
  border: 10px solid #fff; }

a.close_notification {
  color: #fff; }

.networkbutton {
  background-color: #1aab4f;
  /* the green color */
  moz-border-radius: 15px;
  border-radius: 15px;
  padding: 7px 20px;
  width: 50%;
  margin: 0 auto; }

.networkbutton:hover {
  background-color: #006db7; }

.networkbutton a:hover {
  text-decoration: none; }

/* WPML styles */
#lang_sel_list a, #lang_sel_list a:link, #lang_sel_list a:visited {
  display: inline; }

#lang_sel_list {
  height: auto !important;
  display: inline; }

#lang_sel_list.lang_sel_list_vertical li {
  width: auto !important; }

#lang_sel_list li.icl-fr {
  margin-left: 10px !important; }

#lang_sel_list.lang_sel_list_vertical ul a, #lang_sel_list_list ul a:visited {
  padding: 15px 15px 10px !important; }

/* The Events Calendar styles */
h2.tribe-events-list-event-title {
  font-weight: 700;
  color: #63A9DB; }

.tribe-events-read-more {
  text-align: left; }

.tribe-events-event-image {
  float: right !important;
  width: 30% !important; }

#tribe-events-content h2 {
  font-size: 160%;
  text-transform: none;
  line-height: 160%; }

.tribe-events-schedule {
  font-size: 100%; }

.tribe-events-single img {
  max-width: 40% !important;
  float: right !important;
  margin: 0 0 10px 20px; }

.tribe-events-back {
  margin: 17px 0 10px; }

.tribe-events-promo {
  font-size: 90%; }

.tribe-events-list-event-description {
  line-height: 170%; }

a.tribe-events-ical, a.tribe-events-gcal {
  font-size: 14px !important;
  padding: 12px 18px !important; }

.tribe-events-cal-links {
  margin: 20px 0 0 !important; }

.tribe-events-before-html ul li, .tribe-events-after-html ul li, .tribe-events-before-html ol li, .tribe-events-after-html ol li, #tribe-events-pg-template .tribe-events-content ul li, #tribe-events-pg-template .tribe-events-content ol li {
  font-size: 90% !important;
  margin: 0 0 10px !important; }

.tribe-events-event-image {
  margin: 0 !important; }

/* MailChimp */
/* Widget */
#mc4wp_widget-2 {
  padding: 20px;
  color: #fff;
  background: none repeat scroll 0 0 #006db7; }

#mc4wp_widget-2 input, #mc4wp_widget-2 label {
  font-size: 85%; }

.mc4wp-form button, .mc4wp-form input[type="button"], .mc4wp-form input[type="submit"] {
  color: #000; }

#mc4wp_widget-2 h3 {
  border-bottom: 1px solid #fff; }
