/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

body {
  font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
  color: #4D4D4D; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", Times New Roman, Times, serif;
  margin: 0.5em 0;
  line-height: 1.15em; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 46px; }

h3 {
  font-size: 42px; }

h4 {
  font-size: 36px; }

h5 {
  font-size: 32px; }

h6 {
  font-size: 28px; }

a {
  color: #0F9CFF;
  text-decoration: none; }

a:hover {
  color: #0F2B49; }

.wrap {
  width: 85%;
  margin: 0 auto; }

/**
	HEADER
**/
header#header {
  padding-top: 10px; }
  header#header #logo {
    float: left;
    width: 30%; }
  header#header #mobile-menu {
    float: right;
    cursor: pointer;
    margin-top: 20px;
    width: 44px;
    height: 44px;
    overflow: hidden;
    background: transparent url(images/mobile_menu.png) center top no-repeat; }
  header#header #mobile-menu.open {
    background-position: center bottom; }
  header#header nav {
    clear: both;
    max-height: 0;
    overflow: hidden; }
    header#header nav ul li {
      font-size: 24px;
      line-height: 1.5em;
      padding: 0.25em 0; }
      header#header nav ul li a {
        color: #96bfdc; }
      header#header nav ul li a:hover {
        color: #0F2B49; }
    header#header nav ul ul {
      margin: 0 0 0 1em; }
      header#header nav ul ul li {
        font-size: 22px; }
  header#header #mobile-menu.open + nav {
    max-height: none; }

/**
  Gravity Form Buttons
**/
.gform_button {
    background-color: #fff;
    border: none;
    width: 100% !important;
    color: #0F9CFF;
}

/**
	PAGE CONTENT
**/
#page-container h1#page-title {
  color: #0F9CFF;
  font-size: 48px;
  margin-bottom: 0; }
#page-container h2#page-subtitle {
  color: #96bfdc;
  font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: normal; }
#page-container #page-content {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 1.4em; }
  #page-container #page-content img {
    width: 100%;
    height: auto; }
  #page-container #page-content h1 {
    font-size: 36px; }
  #page-container #page-content h2 {
    font-size: 36px; }
  #page-container #page-content h3 {
    font-size: 36px; }
  #page-container #page-content h4 {
    font-size: 36px; }
  #page-container #page-content h5 {
    font-size: 36px; }
  #page-container #page-content h6 {
    font-size: 36px; }
  #page-container #page-content blockquote {
    color: #96bfdc; }
  #page-container #page-content ol, #page-container #page-content ul {
    margin: 1em; }
  #page-container #page-content ul li:before {
    content: "\2022";
    color: #0F9CFF;
    margin-right: 1em; }
  #page-container #page-content iframe {
    width: 100%; }
#page-container .post-thumbnail {
  text-align: center; }
  #page-container .post-thumbnail img {
    width: 100%;
    height: auto; }
#page-container #post-container {
  margin-top: 20px; }
  #page-container #post-container .post {
    padding-bottom: 20px;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 20px; }
    #page-container #post-container .post .post-thumb {
      margin-bottom: 20px; }
      #page-container #post-container .post .post-thumb img {
        width: 100%; }
    #page-container #post-container .post .post-title {
      margin-bottom: 20px; }
      #page-container #post-container .post .post-title a {
        color: #4D4D4D;
        font-family: "Roboto Slab", Times New Roman, Times, serif;
        font-size: 36px;
        font-weight: bold; }
      #page-container #post-container .post .post-title a:hover {
        color: #0F9CFF; }
    #page-container #post-container .post .post-excerpt p {
      display: inline; }
#page-container .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
#page-container .video-container iframe,
#page-container .video-container object,
#page-container .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.hr {
  clear: both;
  height: 1px;
  background-color: #F2F2F2;
  margin: 30px 0; }

.button {
  border: 2px solid #4D4D4D;
  font-size: 20px;
  line-height: 3em;
  text-align: center;
  max-width: 200px;
  margin: 1em auto; }
  .button a {
    display: block;
    width: 100%;
    height: 100%;
    color: #4D4D4D; }

.button.white {
  border-color: white; }
  .button.white a {
    color: white; }

.button.neonblue {
  border-color: white; }
  .button.neonblue a {
    background-color: white;
    color: #0F9CFF; }

.button.short {
  line-height: 2em; }

.darkwhite {
  background-color: #F2F2F2; }

#page-container #page-content .page-navi {
  margin: 1em 0; }
  #page-container #page-content .page-navi nav ul {
    margin: 0; }
    #page-container #page-content .page-navi nav ul li {
      list-style-type: none;
      float: left;
      padding: 0 0.25em; }
      #page-container #page-content .page-navi nav ul li .current {
        color: #0F9CFF; }
      #page-container #page-content .page-navi nav ul li a {
        color: #4D4D4D; }
      #page-container #page-content .page-navi nav ul li a:hover {
        color: #0F9CFF; }
    #page-container #page-content .page-navi nav ul li:before {
      content: "";
      margin-right: 0; }

#page-container #page-content #sidebar .sidebar-widget {
  margin-bottom: 20px; }
  #page-container #page-content #sidebar .sidebar-widget .sidebar-widget-title {
    background-color: #96bfdc;
    padding: 1em;
    color: white; }
  #page-container #page-content #sidebar .sidebar-widget .sidebar-widget-body {
    background-color: #F2F2F2;
    padding: 1em; }
  #page-container #page-content #sidebar .sidebar-widget img {
    width: auto; }
#page-container #page-content #sidebar .hr {
  background-color: #E6E6E6; }

#home-container,
#issues-container,
#calendar-container {
  font-size: 20px;
  line-height: 1.4em; }

#home-container {
  padding: 20px 0 0 0;
  /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
  background-image: -webkit-gradient(linear, left top, right top, from(#1687FE), to(#35CBCB));
  /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
  background-image: -webkit-linear-gradient(left, #1687FE, #35CBCB);
  /* Firefox 3.6 - 15 */
  background-image: -moz-linear-gradient(left, #1687FE, #35CBCB);
  /* Opera 11.1 - 12 */
  background-image: -o-linear-gradient(left, #1687FE, #35CBCB);
  /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(to right, #1687FE, #35CBCB); }
  #home-container #home-content {
    color: white;
    width: 90%;
    margin: 0 auto 44px auto; }
  #home-container #home-bonus {
    margin: 20px 0 0 0; }
    #home-container #home-bonus .bonus {
      background-color: #2b5787;
      padding: 20px;
      text-align: center;
      color: white; }
      #home-container #home-bonus .bonus h5 {
        font-size: 36px; }
      #home-container #home-bonus .bonus .button {
        margin: 1em auto; }
    #home-container #home-bonus .bonus-2 {
      background-color: #386390; }

#issues-container {
  padding: 50px 0; }
  #issues-container .issue {
    margin-bottom: 20px; }
    #issues-container .issue .issue-photo {
      font-size: 0;
      line-height: 0; }
    #issues-container .issue .issue-photo img {
      width: 100%;
      height: auto; }
    #issues-container .issue .issue-title {
      background-color: #0F9CFF;
      color: white;
      padding: 20px;
      font-size: 36px;
      font-weight: bold; }
    #issues-container .issue .issue-intro {
      background-color: #F2F2F2;
      padding: 20px; }
    #issues-container .issue .issue-url {
      border-bottom: 1px solid #F2F2F2; }
      #issues-container .issue .issue-url a {
        color: #FF2B28;
        font-weight: bold;
        display: block;
        padding: 20px;
        background: transparent url(images/red_arrow.png) 95% center no-repeat; }

#blog-container {
  padding: 50px 0; }
  #blog-container .blog .blog-photo img {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }
  #blog-container .blog .blog-title {
    margin-bottom: 20px; }
  #blog-container .blog .blog-title a {
    font-family: "Roboto Slab", Times New Roman, Times, serif;
    font-size: 42px;
    font-weight: bold;
    color: #4D4D4D; }
  #blog-container .blog .blog-author {
    font-size: 24px;
    color: #0F9CFF;
    margin-bottom: 20px; }
  #blog-container .blog .blog-excerpt {
    font-size: 24px;
    color: #4D4D4D;
    margin-bottom: 20px; }

#calendar-container {
  padding: 20px 0 50px; }
  #calendar-container .event {
    border: 3px solid #F2F2F2;
    margin-bottom: 20px;
    cursor: pointer; }
    #calendar-container .event .event-date {
      background-color: white;
      padding: 20px; }
      #calendar-container .event .event-date .event-date-date,
      #calendar-container .event .event-date .event-date-monthyear,
      #calendar-container .event .event-date .event-date-day {
        float: left;
        margin-right: 20px;
        padding: 0 0 0.25em 0; }
      #calendar-container .event .event-date .event-date-date {
        color: #0F9CFF;
        font-weight: bold; }
      #calendar-container .event .event-date .event-date-monthyear {
        color: #0F9CFF;
        font-weight: bold; }
    #calendar-container .event .event-title {
      clear: both;
      background: #F2F2F2 url(images/gray_arrow.png) 95% center no-repeat;
      padding: 20px; }
      #calendar-container .event .event-title div {
        max-width: 90%; }
        #calendar-container .event .event-title div a {
          color: #4D4D4D; }

#page-container #page-content #partners-container {
  margin: 50px auto;
  width: 100%; }
  #page-container #page-content #partners-container .partner {
    float: left;
    width: 46%;
    max-width: 200px;
    height: 200px;
    border: 1px solid #F2F2F2;
    margin: 2%; }
    #page-container #page-content #partners-container .partner img {
      width: 100%;
      height: auto;
      float: none;
      margin: 0; }

/**
	FOOTER
**/
footer#footer {
  background-color: #E6E6E6;
  padding: 2em 0;
  text-align: center; }
  footer#footer #social {
    width: 80px;
    margin: 0 auto; }
    footer#footer #social a {
      display: block;
      float: left;
      width: 30px;
      height: 30px;
      margin: 10px 5px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
    footer#footer #social a.fb {
      background-image: url(images/social_fb.jpg); }
    footer#footer #social a.tw {
      background-image: url(images/social_tw.jpg); }

@media only screen and (max-width: 399px) {
  h1 {
    font-size: 40px; } }
@media only screen and (min-width: 600px) {
  #page-container #page-content h1, #page-container #page-content h2, #page-container #page-content h3, #page-container #page-content h4, #page-container #page-content h5, #page-container #page-content h6 {
    clear: both; }
  #page-container #page-content img {
    width: auto; }
  #page-container #page-content img.alignleft {
    float: left;
    margin: 0 2% 2% 0; }
  #page-container #page-content img.alignright {
    float: right;
    margin: 0 0 2% 2%; }

  #page-container #page-content #partners-container {
    max-width: 800px; }

  footer#footer {
    text-align: left; }
    footer#footer #contact-us {
      float: right;
      width: 30%;
      text-align: right; }
    footer#footer #legal {
      float: left;
      width: 70%; }
    footer#footer #social {
      margin-right: 0; } }
@media only screen and (min-width: 800px) {
  .wrap {
    width: 85%;
    max-width: 1200px; }

  header#header {
    padding-top: 20px;
    padding-bottom: 10px; }
    header#header .wrap {
      width: 95%; }

  header#header #mobile-menu {
    display: none; }

  header#header nav {
    max-height: none;
    clear: none;
    float: right;
    width: 70%; }
    header#header nav ul {
      margin: 0; }
      header#header nav ul li {
        font-size: 20px;
        float: left;
        padding: 0;
        width: 45%;
        margin: 0 0 0 4%; }
        header#header nav ul li ul {
          display: none; }

  #home-container,
  #issues-container,
  #calendar-container {
    font-size: 20px;
    line-height: 1.4em; }

  #home-container {
    padding: 0; }
    #home-container .wrap {
      max-width: 700px;
      margin-left: 8%; }
    #home-container #home-content {
      float: left;
      width: 58%;
      padding: 40px 20px; }
      #home-container #home-content .wrap {
        max-width: 500px; }
        #home-container #home-content .wrap .button {
          margin: 40px 0 0 0; }
    #home-container #home-bonus {
      float: right;
      width: 41.667%;
      margin: 0; }
      #home-container #home-bonus .bonus {
        padding: 20px 50px; }
        #home-container #home-bonus .bonus h5 {
          font-size: 32px; }

  #issues-container .issue {
    float: left;
    width: 31%;
    margin: 0 1%; }
    #issues-container .issue .issue-title {
      font-size: 24px; }

  #calendar-container .event .event-date {
    float: left;
    width: 30%; }
    #calendar-container .event .event-date .event-date-date,
    #calendar-container .event .event-date .event-date-monthyear,
    #calendar-container .event .event-date .event-date-day {
      padding: 0; }
    #calendar-container .event .event-date .event-date-date {
      font-size: 42px;
      line-height: 1em; }
    #calendar-container .event .event-date .event-date-monthyear,
    #calendar-container .event .event-date .event-date-day {
      float: none;
      margin: 0;
      line-height: 1em; }
  #calendar-container .event .event-title {
    clear: none;
    float: left;
    width: 70%;
    min-height: 92px; }
  #calendar-container .button {
    margin-left: 0; }

  #blog-container .blog .blog-photo {
    float: left;
    width: 30%;
    margin-right: 3%; }
  #blog-container .blog .blog-info {
    float: right;
    width: 66%; }
    #blog-container .blog .blog-info .button {
      margin-left: 0; }

  #page-container h1#page-title {
    color: #0F9CFF;
    font-size: 42px;
    margin-bottom: 0; }
  #page-container h2#page-subtitle {
    color: #96bfdc;
    font-family: "Proxima-Nova", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-style: italic;
    font-weight: normal; }
  #page-container #page-content {
    font-size: 20px;
    line-height: 1.4em; }
    #page-container #page-content h1 {
      font-size: 30px; }
    #page-container #page-content h2 {
      font-size: 28px; }
    #page-container #page-content h3 {
      font-size: 24px; }
    #page-container #page-content h4 {
      font-size: 22px; }
    #page-container #page-content h5 {
      font-size: 20px; }
    #page-container #page-content h6 {
      font-size: 18px; }
  #page-container #post-container .post .post-title a {
    font-size: 30px; }

  #page-container.has-sidebar #page-content #post-container {
    float: left;
    width: 63.6363%; }
  #page-container.has-sidebar #page-content #sidebar {
    margin-top: 20px;
    float: right;
    width: 31.8181%; }

  #page-container #page-content #partners-container {
    max-width: 1000px; }

  footer#footer #contact-us a.contact {
    float: right; }

  footer#footer #social {
    margin-right: 15px;
    margin-top: -15px;
    float: right; } }
@media only screen and (min-width: 1000px) {
  header#header #logo {
    width: 20%; }

  header#header nav {
    width: 80%;
    margin-top: 30px;
    overflow: visible;
    z-index: 100; }
    header#header nav ul {
      margin: 0;
      float: right;
      min-width: 735px; }
      header#header nav ul li {
        float: left;
        padding: 0;
        margin-right: 0;
        width: auto;
        position: relative; }
        header#header nav ul li ul {
          position: absolute;
          margin: 0;
          padding-top: 1em;
          min-width: 0;
          z-index: 100; }
          header#header nav ul li ul li {
            float: none;
            margin: 0 0 1em 0; }
      header#header nav ul li:first-child {
        margin-left: 0; }
    header#header nav ul > li:hover ul {
      display: block; }

  header#header #menu-drop {
    transition: all 0.5s ease;
    background-color: white;
    position: absolute;
    top: 130px;
    width: 100%; }

  #page-container #page-content #partners-container {
    max-width: 1200px; } }
@media only screen and (min-width: 1200px) {
  header#header nav ul {
    min-width: 855px; }
    header#header nav ul li {
      font-size: 22px;
      margin-left: 5%; } }
body.page-template-page-calendar-php #page-content {
  display: none; }
body.page-template-page-calendar-php #calendar-picker .picker {
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
  clear: both;
  margin: 0 0 2em 0; }
  body.page-template-page-calendar-php #calendar-picker .picker .icon {
    float: left;
    width: 46px;
    height: 46px;
    background: transparent url(images/circle_down.png) center center no-repeat;
    margin-right: 20px; }
  body.page-template-page-calendar-php #calendar-picker .picker .label {
    font-size: 40px;
    line-height: 1em; }
  body.page-template-page-calendar-php #calendar-picker .picker .options {
    clear: both;
    margin-top: 15px;
    border-top: 1px solid #F2F2F2;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #F2F2F2;
    display: none; }
    body.page-template-page-calendar-php #calendar-picker .picker .options .option {
      padding-left: 66px;
      font-size: 32px; }
body.page-template-page-calendar-php #calendar-picker .picker.open .icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg); }
body.page-template-page-calendar-php .cal-event {
  border: 2px solid #F2F2F2;
  margin: 1em 0;
  width: 100%;
  cursor: pointer; }
  body.page-template-page-calendar-php .cal-event .color-stripe {
    width: 10px; }
  body.page-template-page-calendar-php .cal-event .cal-event-date {
    width: 20%;
    color: #0F9CFF;
    font-size: 36px;
    text-align: center;
    vertical-align: top;
    padding: 20px; }
  body.page-template-page-calendar-php .cal-event .cal-event-info {
    font-size: 24px;
    padding: 20px; }
    body.page-template-page-calendar-php .cal-event .cal-event-info .event-title a {
      font-size: 36px; }
    body.page-template-page-calendar-php .cal-event .cal-event-info strong {
      color: #0F9CFF; }
body.page-template-page-calendar-php .key {
  margin: 10px 1%;
  font-size: 24px; }
  body.page-template-page-calendar-php .key .color {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    margin-top: 3px; }

@media only screen and (min-width: 500px) {
  body.page-template-page-calendar-php .key {
    float: left;
    width: 48%; } }
@media only screen and (min-width: 600px) {
  body.page-template-page-calendar-php #page-content {
    display: block; }
  body.page-template-page-calendar-php #calendar-picker .picker {
    float: left;
    width: 50%;
    max-width: 300px;
    clear: none; }
  body.page-template-page-calendar-php .cal-event .cal-event-date {
    font-size: 70px; }
  body.page-template-page-calendar-php .key {
    width: 31%; } }
@media only screen and (min-width: 800px) {
  body.page-template-page-calendar-php .key {
    font-size: 20px;
    white-space: nowrap; }
    body.page-template-page-calendar-php .key .color {
      width: 12px;
      height: 12px;
      margin-right: 12px;
      margin-top: 5px; } }
@media only screen and (min-width: 1000px) {
  body.page-template-page-calendar-php .cal-event .cal-event-date {
    width: 15%; }
  body.page-template-page-calendar-php .cal-event .cal-event-info {
    background: transparent url(images/gray_arrow.png) 95% center no-repeat;
    padding-right: 75px; }
    body.page-template-page-calendar-php .cal-event .cal-event-info .event-title a {
      font-size: 24px; }
    body.page-template-page-calendar-php .cal-event .cal-event-info .event-when {
      float: left;
      margin-right: 1em; }
  body.page-template-page-calendar-php .key {
    width: auto;
    margin-right: 50px; } }
#form-container .wpcf7 {
  background-color: #F2F2F2; }
#form-container .form-chunk .form-section,
#form-container .form-chunk .form-label {
  display: none; }
#form-container .form-chunk .form-fields {
  background-color: #96bfdc;
  color: white;
  padding: 1em;
  border-bottom: 1px solid #c0d7e9;
  max-width: 600px;
  margin: 0 auto; }
  #form-container .form-chunk .form-fields p {
    font-size: 24px; }
  #form-container .form-chunk .form-fields input,
  #form-container .form-chunk .form-fields textarea {
    width: 100%;
    border: 0;
    font-size: 30px;
    padding: 15px; }
  #form-container .form-chunk .form-fields .required {
    color: #0F2B49; }
  #form-container .form-chunk .form-fields p.submit {
    text-align: center; }
  #form-container .form-chunk .form-fields input.wpcf7-submit {
    border: 2px solid white;
    background-color: transparent;
    color: white;
    width: 200px;
    margin: 1em auto;
    font-size: 20px;
    line-height: 3em; }

@media only screen and (min-width: 800px) {
  #form-container .form-chunk .form-fields {
    position: relative; }
    #form-container .form-chunk .form-fields .form-section {
      display: block; }
    #form-container .form-chunk .form-fields .form-section,
    #form-container .form-chunk .form-fields .form-label {
      text-align: right;
      width: 100%;
      position: absolute;
      left: -620px; }
    #form-container .form-chunk .form-fields .form-section {
      color: #0F9CFF;
      font-size: 60px;
      top: 20px; }
    #form-container .form-chunk .form-fields .form-label {
      color: #4D4D4D;
      font-size: 24px;
      top: 100px; } }
@media only screen and (min-width: 1000px) {
  #form-container .form-chunk .form-fields .form-label {
    display: block; } }

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