/*
Theme Name: Childs Play for Thematic
Theme URI: http://scottnix.com/childs-play-responsive-child-theme-for-thematic/
Description: A child theme based on the Responsive Base child theme for the Thematic Theme Framework, powered by SASS/Compass, lean and clean.
Author: Scott Nix
Author URI: http://scottnix.com/
Template: thematic
Version: 0.1.0
Tags: thematic, child-theme, responsive, mobile-first, SASS
*/
@import url(https://fonts.googleapis.com/css?family=Arizonia|Dosis:600);
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

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

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

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

pre, code, kbd, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 85%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dd {
  margin: 0 0 0 40px; }

menu {
  margin: 1em 0;
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

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

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

body,
input,
textarea {
  color: #1C3077;
  font: 0.75em/1.625em Verdana, Arial, Helvetica, sans-serif; }

body {
  background: #fefefe; }

h1, #blog-title,
h2,
h3,
h4,
.page-title,
.widgettitle,
h5,
h6 {
  font-family: Arial, Helvetica, sans-serif;
  color: #1C3077; }

h1, #blog-title {
  margin: 0 0 0.5417em;
  font-size: 1.875em;
  line-height: 1.7333em;
  font-family: "Dosis", Arial, sans-serif; }

h2 {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.625em; }

h3 {
  margin: 0 0 0.7222em;
  font-size: 2.675em;
  line-height: 1.4333em;
  color: #fefefe; }

h4, .page-title, .widgettitle {
  margin: 0 0 0.7222em;
  font-size: 1.425em;
  line-height: 1.385em;
  color: #22aeb6; }

h5 {
  margin: 0 0 0.7222em;
  font-size: 1.275em;
  line-height: 1.385em;
  color: #C64A00;
  font-weight: bold; }

h6 {
  margin: 0 0 0.7222em;
  font-size: 1em;
  line-height: 1.385em;
  color: #C64A00; }

a {
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  color: #1D8C92;
  text-decoration: underline;
  outline: none; }
  a:visited {
    color: #1D8C92; }
  a:focus {
    color: #e89c0c; }
  a:hover {
    color: #e89c0c;
    text-decoration: none; }

p,
ul,
ol,
dd,
pre,
hr,
table,
form,
address,
embed {
  margin: 0 0 1.625em; }

ul {
  list-style: disc; }

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

ol {
  list-style-type: decimal; }
  ol ol {
    list-style: upper-alpha; }
    ol ol ol {
      list-style: lower-roman; }
      ol ol ol ol {
        list-style: lower-alpha; }

dl {
  margin: 0 1em; }

dt {
  font-weight: bold; }

abbr, acronym {
  cursor: help; }

ins {
  border-bottom: 1px solid #22aeb6;
  text-decoration: none; }

textarea {
  resize: vertical; }

caption {
  text-align: center; }

table {
  border: 1px solid #22aeb6;
  border-width: 1px 1px 0;
  text-align: left; }

tr {
  border-bottom: 1px solid #22aeb6; }

th,
td {
  padding: .7em 1.25em;
  vertical-align: top; }

hr {
  height: 1px;
  border: 0;
  background: #22aeb6;
  color: #22aeb6; }

::-moz-selection {
  background: #fe57a1;
  color: #f1f1f1;
  text-shadow: none; }

::selection {
  background: #fe57a1;
  color: #f1f1f1;
  text-shadow: none; }

blockquote {
  margin: 0;
  font-style: italic;
  color: #C64A00; }
  blockquote em,
  blockquote i,
  blockquote cite {
    font-style: normal; }

form {
  position: relative; }

.button,
input[type="submit"] {
  position: absolute;
  right: 0;
  display: block;
  height: 22px;
  width: 95px;
  margin: 0;
  padding: 0;
  color: #fefefe;
  text-align: center;
  line-height: 1;
  border: 0;
  font-size: 10px;
  background-color: #4c8efb;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkOTBmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ3ODdlZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d90fe), color-stop(100%, #4787ed));
  background-image: -moz-linear-gradient(#4d90fe, #4787ed);
  background-image: -webkit-linear-gradient(#4d90fe, #4787ed);
  background-image: linear-gradient(#4d90fe, #4787ed);
  -moz-box-shadow: 0 0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer; }
  .button:hover,
  input[type="submit"]:hover {
    border-color: #2f5bb7;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkOTBmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM1N2FlOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d90fe), color-stop(100%, #357ae8));
    background-image: -moz-linear-gradient(#4d90fe, #357ae8);
    background-image: -webkit-linear-gradient(#4d90fe, #357ae8);
    background-image: linear-gradient(#4d90fe, #357ae8); }

input {
  display: block;
  float: left;
  width: 83%;
  overflow: hidden;
  height: 18px;
  font-size: 90%;
  border: 1px solid #dddddd;
  -moz-box-shadow: #dedede 1px 2px 2px inset;
  -webkit-box-shadow: #dedede 1px 2px 2px inset;
  box-shadow: #dedede 1px 2px 2px inset;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  color: #8B96A4;
  padding-left: 0.5em;
  padding-right: 1em; }
  input:focus {
    background-color: #fafad2;
    color: #1C3077;
    font-size: 90%; }

#wrapper {
  background: #C4E9EC url(images/bg.png) repeat-x 0 0; }

#meerkat-wrap {
  background-color: #c6ddf1; }
  #meerkat-wrap #meerkat-container {
    width: 90%;
    margin: 0 auto; }
    #meerkat-wrap #meerkat-container .meerkat {
      position: relative;
      padding: 0.6em 2.4em 0 0;
      background-color: #c6ddf1;
      color: #555555;
      font-size: 95%;
      border-top: 0; }
      #meerkat-wrap #meerkat-container .meerkat p {
        margin-bottom: 0.8em;
        font-weight: bold; }
      #meerkat-wrap #meerkat-container .meerkat a.dont-show {
        position: absolute;
        bottom: 4px;
        right: 12px;
        background: url(images/sprite.png) no-repeat -10px -690px;
        display: block;
        width: 9px;
        height: 9px;
        text-indent: -9999px;
        -moz-transition-duration: 0s;
        -o-transition-duration: 0s;
        -webkit-transition-duration: 0s;
        transition-duration: 0s; }
        #meerkat-wrap #meerkat-container .meerkat a.dont-show:hover {
          cursor: pointer;
          background: url(images/sprite.png) no-repeat -19px -690px; }

#header {
  position: relative;
  z-index: 2; }

#branding {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 0.9em 0; }

#blog-title {
  margin: 0;
  padding: 0; }
  #blog-title a {
    display: block;
    text-indent: -9999px;
    background: url(images/sprite.png) no-repeat -10px -791px;
    /* was -1021px for new logo */
    width: 358px;
    height: 85px;
    color: #1C3077; }
    #blog-title a:hover {
      color: #e89c0c; }

#blog-description {
  margin: 0;
  font: 0.75em/1.625em Verdana, Arial, Helvetica, sans-serif;
  text-shadow: none; }

.header-aside,
.menu-skip {
  display: none; }
  .header-aside .widgettitle,
  .menu-skip .widgettitle {
    display: none; }
  .header-aside a,
  .menu-skip a {
    color: #1C3077; }
  .header-aside ul,
  .header-aside address,
  .header-aside form,
  .menu-skip ul,
  .menu-skip address,
  .menu-skip form {
    margin: 0; }

#access {
  width: 90%;
  margin: 0 auto; }

.menu-button {
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  padding: .8em 1em;
  background: #06144A;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2MTQ0YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFjMzA3NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #06144a), color-stop(100%, #1c3077));
  background-image: -moz-linear-gradient(#06144a, #1c3077);
  background-image: -webkit-linear-gradient(#06144a, #1c3077);
  background-image: linear-gradient(#06144a, #1c3077);
  color: #fefefe; }
  .menu-button:hover {
    cursor: pointer;
    color: #fefefe; }
    .menu-button:hover .menu-title:after {
      content: "+";
      padding-left: .5em; }
    .menu-button:hover .icon-bar {
      background: #fefefe; }
  .menu-button .icon-bar {
    display: block;
    height: 2px;
    width: 18px;
    margin-top: 2px;
    background: #fefefe;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .menu-button .button {
    position: relative;
    float: right;
    top: -3px;
    width: 19px;
    height: 12px;
    padding: 7px 10px;
    margin-right: 5px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjMzA3NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA2MTQ0YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1c3077), color-stop(100%, #06144a));
    background-image: -moz-linear-gradient(#1c3077, #06144a);
    background-image: -webkit-linear-gradient(#1c3077, #06144a);
    background-image: linear-gradient(#1c3077, #06144a);
    border-radius: 4px; }
    .menu-button .button:hover {
      border-color: #2f5bb7;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkOTBmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM1N2FlOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d90fe), color-stop(100%, #357ae8));
      background-image: -moz-linear-gradient(#4d90fe, #357ae8);
      background-image: -webkit-linear-gradient(#4d90fe, #357ae8);
      background-image: linear-gradient(#4d90fe, #357ae8); }

.nav-open {
  color: #fefefe; }
  .nav-open .menu-title:after {
    content: "-";
    padding-left: .5em; }
  .nav-open:hover .menu-title:after {
    content: "-";
    padding-left: .5em; }
  .nav-open .icon-bar {
    background: #fefefe; }

.access-nav {
  width: 100%;
  margin: 0 auto;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px; }
  .js .access-nav {
    display: none; }
  .access-nav ul {
    margin: 0;
    padding: 0; }
  .access-nav li {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #25bcc4;
    list-style: none;
    background: #22aeb6; }
    .access-nav li a {
      display: block;
      padding: .5em .35em .5em 1em;
      color: #fefefe;
      text-decoration: none; }
      .access-nav li a:hover {
        padding-left: 1.5em;
        text-decoration: underline; }
    .access-nav li:last-child {
      border: none; }
    .access-nav li ul {
      display: none; }

#breadcrumbs {
  display: block;
  height: 50px;
  width: 90%;
  margin: 0 auto;
  background: #dbf1f3 url(images/sprite.png) no-repeat -10px -639px; }
  #breadcrumbs p {
    float: left;
    display: block;
    padding: 2em 0.8em 0.8em;
    margin-bottom: 0;
    font-size: 92%;
    color: #888888; }
  #breadcrumbs #searchform {
    display: none; }

#main {
  position: relative;
  width: 90%;
  margin: 0 auto;
  clear: both;
  background-color: #fefefe;
  padding: 1.625em 0 0;
  border-bottom: 3px solid #22aeb6; }

#container {
  width: 100%;
  margin: 0 0 1.625em; }

#content {
  width: 100%; }

.page-title {
  margin-bottom: 1.2em;
  color: #1D8C92;
  text-align: center; }
  .page-title span span {
    font-style: italic; }
  .page-title .meta-nav {
    font-style: normal; }

.hentry,
.noresults {
  margin: 0 0 1.625em;
  padding: 0 2em 1.625em;
  position: relative; }

.sticky {
  padding: 1.625em;
  background: rgba(0, 0, 0, 0.1); }

.entry-title {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 0.7222em;
  font-size: 1.675em;
  line-height: 1.4333em; }
  .entry-title a {
    text-decoration: none; }
    .entry-title a:hover {
      color: #e89c0c; }

#content .entry-title {
  font-family: 'Dosis', sans-serif;
  font-size: 1.8em;
  color: #fefefe;
  background: #1C3077;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0.2em 1.7em 0.3em;
  margin: 0; }
  #content .entry-title a {
    color: #fefefe; }
    #content .entry-title a:hover {
      color: #e89c0c; }

.entry-meta {
  position: absolute;
  top: -6px;
  left: 6px;
  clear: left;
  margin: 0 0 1.625em;
  font-size: 90%;
  color: #8B96A4; }
  .entry-meta a {
    border-bottom: 1px dotted #ffaa00;
    color: #ffaa00; }
    .entry-meta a:hover {
      color: #e89c0c; }
  .entry-meta abbr {
    border: none;
    cursor: text; }
  .entry-meta .entry-date {
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
    background: url(images/sprite.png) no-repeat -10px -555px;
    width: 46px;
    height: 49px;
    text-align: center; }
  .entry-meta .postmonth {
    display: block;
    color: #FFF;
    font-size: 10px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0; }
  .entry-meta .postday {
    display: block;
    color: #333;
    font-size: 20px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 2px 0px; }

.entry-utility {
  clear: both;
  border-top: 1px dashed #e3e5e4;
  border-bottom: 1px dashed #e3e5e4;
  padding: 0.5em 0.8em 0.6em;
  font-size: 80%;
  text-transform: uppercase;
  color: #8B96A4; }
  .entry-utility a {
    text-decoration: none;
    color: #1D8C92; }
    .entry-utility a:hover {
      color: #e89c0c; }
  .entry-utility ul {
    margin: 0;
    padding: 0; }
  .entry-utility li {
    padding-top: 0.4em;
    list-style: none; }
    .entry-utility li .tag-links {
      background: url(images/sprite.png) no-repeat -10px -441px;
      padding: 0 0 3px 19px; }
    .entry-utility li .cat-links {
      background: url(images/sprite.png) no-repeat -10px -405px;
      padding: 0 0 2px 19px; }

.author a {
  font-family: 'Arizonia', cursive;
  font-size: 2.2em;
  color: #1C3077;
  text-decoration: none; }

.home .entry-utility li.meta-author {
  display: none; }

.social-bar {
  margin-bottom: 20px; }
  .social-bar a {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 5px; }
    .social-bar a:hover {
      cursor: pointer; }
  .social-bar .facebook {
    background: url(images/sprite.png) no-repeat -62px -197px; }
  .social-bar .twitter {
    background: url(images/sprite.png) no-repeat -62px -145px; }
  .social-bar .whatsapp {
    background: url(images/sprite.png) no-repeat -62px -249px; }
  .social-bar .email {
    background: url(images/sprite.png) no-repeat -62px -301px; }
  .social-bar .print {
    background: url(images/sprite.png) no-repeat -62px -353px; }

.more-link {
  display: block;
  width: 90px;
  color: #1D8C92;
  background: url(images/sprite.png) -10px -734px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin: 1.2em 0 0 0;
  padding: 0 0 2px 10px;
  font-size: 95%;
  text-decoration: none;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }
  .more-link:hover {
    color: #fefefe;
    background: url(images/sprite.png) -110px -734px; }

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

#nav-below {
  display: block;
  height: auto;
  padding: 0;
  margin-bottom: 2.25em;
  margin-right: 2em; }
  #nav-below .more-link {
    margin-top: 0;
    background: url(images/sprite.png) -110px -960px;
    text-align: right; }
    #nav-below .more-link:hover {
      color: #fefefe;
      background: url(images/sprite.png) -10px -960px; }

.content-column {
  width: 100%;
  float: left; }
  .content-column ul {
    padding-left: 16px; }
    .content-column ul li {
      padding-bottom: 4px; }

#links-page,
#archives-page {
  list-style: none;
  overflow: hidden; }

#author-info {
  margin: 0 0 1.625em;
  overflow: hidden; }
  #author-info .avatar {
    margin: 0 1em 0;
    float: left; }

.archive .entry-content {
  padding: 1.625em 1.625em 0 0; }
  .archive .entry-content .entry-thumb {
    float: left;
    margin: -1.625em 1em 0 0; }
    .archive .entry-content .entry-thumb img {
      margin-bottom: 0; }

.error404 #content .post {
  padding: 0 2em 1.625em; }

.error404 #content .post h1.entry-title, .error404 #content .post .entry-title#blog-title {
  padding-left: 0;
  color: #1C3077;
  background: none;
  background-image: none; }

form#error404-searchform,
form#noresults-searchform {
  width: 46%; }

.entry-content img {
  height: auto;
  max-width: 100%;
  margin: 0 0 0.8em; }
.entry-content .pin-wrapper {
  height: auto;
  max-width: 100%; }

img.alignnone {
  margin-bottom: 0; }

.alignleft,
img.alignleft {
  float: left;
  margin-right: 20px; }

.alignright,
img.alignright {
  float: right;
  margin-left: 20px; }

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

.wp-caption {
  max-width: 96%;
  margin-bottom: 1.625em;
  padding: 9px 0 0;
  text-align: center; }
  .wp-caption img {
    margin: 0;
    padding: 0; }
  .wp-caption p.wp-caption-text {
    margin: 0;
    padding: 1.625em 5px; }

.gallery {
  display: block;
  margin: 0 auto;
  padding: 0 0 1.625em;
  clear: both;
  overflow: hidden; }
  .gallery .gallery-row {
    display: block;
    margin: 0;
    clear: both;
    overflow: hidden; }
  .gallery .gallery-item {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden; }
    .gallery .gallery-item .img,
    .gallery .gallery-item img.thumbnail {
      height: auto;
      max-width: 89%;
      margin: 0 auto;
      padding: 1%;
      border: none !important; }

.gallery-icon {
  margin: 0 5px;
  padding-top: 6px; }

.gallery-caption {
  padding: 6px 6px 0; }

.wp-smiley {
  max-height: 12px;
  margin: 0 !important; }

#comments {
  clear: both; }
  #comments ol {
    margin: 0;
    padding: 0;
    list-style: none; }

#comments-list ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  #comments-list ul li {
    margin: 0 0 1.625em;
    border: none;
    background: rgba(0, 0, 0, 0.05); }
#comments-list ol {
  margin: 0 0 1.625em;
  border: 1px solid #22aeb6;
  border-bottom: none; }
#comments-list li {
  position: relative;
  padding: 1.625em 1.5em 0;
  border-bottom: 1px solid #22aeb6;
  background: #fafafa; }
  #comments-list li .avatar {
    position: absolute;
    top: 1.625em;
    left: 1.5em;
    width: 36px;
    height: 36px; }
  #comments-list li.bypostauthor {
    background: #ffffcc; }
#comments-list .thread-odd {
  background: #f1f1f1; }
#comments-list .comment-author {
  font-weight: bold;
  padding: 9px 0 0 46px; }
#comments-list .comment-meta {
  padding: 0 0 9px 46px; }
#comments-list #respond {
  margin: 0 0 1.625em;
  padding: 1.625em 1.5em;
  border-bottom: 1px solid #22aeb6; }
#comments-list ul #respond {
  margin: 0;
  border: 1px solid #22aeb6; }

.comment-reply-link {
  padding: 0 0 1.625em;
  text-align: right; }

#trackbacks-list .comment-content {
  position: absolute;
  left: -9999px; }

#respond {
  position: relative;
  margin-bottom: 1.625em; }

#cancel-comment-reply {
  position: absolute;
  top: 1.625em;
  right: 1.5em; }

.form-section input {
  width: 98%;
  margin: 0 0 1.625em; }
.form-section textarea {
  width: 98%; }

#form-allowed-tags {
  font-size: 90%;
  color: #8B96A4; }
  #form-allowed-tags p {
    margin: 0; }
  #form-allowed-tags span {
    font-style: italic; }

.form-submit {
  padding: 1.625em 0 0;
  text-align: right; }

.page-link,
.comment-navigation {
  margin: 0 0 1.625em;
  font-weight: bold;
  word-spacing: 0.5em; }
  .page-link a,
  .comment-navigation a {
    padding: 0.4em 0.65em;
    background: rgba(0, 0, 0, 0.1); }
    .page-link a:hover,
    .comment-navigation a:hover {
      background-color: rgba(0, 0, 0, 0.1); }
  .page-link a,
  .page-link span,
  .comment-navigation a,
  .comment-navigation span {
    margin-right: 0.5em; }

.paginated-comments-links {
  margin-top: 1.625em; }

.navigation {
  margin-left: 2em; }

.aside {
  word-wrap: break-word;
  overflow-wrap: break-word; }
  .aside ul {
    list-style: none;
    margin-left: 0;
    padding: 12px; }
    .aside ul ul {
      margin: 0 0 1.625em 0; }
      .aside ul ul li {
        padding: 1px 0; }
      .aside ul ul ul {
        margin-bottom: 0; }
  .aside img {
    max-width: 100%; }
  .aside table {
    border: none; }
  .aside thead,
  .aside tbody {
    border: 1px solid #22aeb6; }
  .aside th,
  .aside td {
    border-right: 1px solid #22aeb6;
    padding: .15em .5em; }
  .aside tfoot tr {
    border: none; }
  .aside tfoot td {
    border-color: transparent; }
  .aside .menu {
    float: left;
    margin-bottom: 0.8em; }
    .aside .menu li {
      padding-top: 0.4em;
      float: left; }
      .aside .menu li a {
        float: left;
        display: block;
        width: 32px;
        height: 32px;
        padding: 0 10px 0 0;
        text-indent: -9999px; }
    .aside .menu .menu-item-1162 a {
      background: url(images/sprite.png) no-repeat -10px -145px; }
    .aside .menu .menu-item-1163 a {
      background: url(images/sprite.png) no-repeat -10px -197px; }
    .aside .menu .menu-item-1166 a {
      background: url(images/sprite.png) no-repeat -10px -249px; }
    .aside .menu .menu-item-1164 a {
      background: url(images/sprite.png) no-repeat -10px -301px; }
    .aside .menu .menu-item-1165 a {
      background: url(images/sprite.png) no-repeat -10px -353px; }
  .aside #searchform input {
    width: 98%; }
  .aside .posts {
    margin-bottom: 2em; }
    .aside .posts h3.widgettitle {
      margin-bottom: 0.4em; }
  .aside .hentry {
    float: left;
    padding: 0.8em 0 0;
    margin: 0 0 0.8em;
    border-top: 1px dashed #e3e5e4; }
    .aside .hentry:last-child {
      margin-bottom: 0; }
    .aside .hentry img {
      float: left;
      margin: 0.3em 1em 0.2em 0; }
    .aside .hentry h3 {
      margin: 0;
      font-size: 1.275em;
      line-height: 1.275; }
    .aside .hentry p {
      margin-bottom: 0; }
  .aside .textwidget {
    margin: 0 0 0.2em 0; }

.aside li.posts h3:first-child + div {
  padding: 0;
  border: 0; }

.widget_tag_cloud {
  margin: 0 0 1.625em; }

#primary {
  margin-bottom: 1.625em; }

#primary > ul,
#secondary > ul {
  margin: 0 2em; }

.widgetcontainer {
  overflow: hidden;
  *zoom: 1; }

.widgettitle {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #22aeb6;
  padding: 0.4em 0.5em;
  margin-bottom: 0;
  font-size: 1.385em;
  color: #fefefe; }
  .widgettitle a {
    color: #1C3077;
    text-decoration: none; }
    .widgettitle a:hover {
      color: #e89c0c; }

#content .aside {
  margin: 0 0 1.625em; }

#footer {
  margin-top: 0.8em;
  clear: both; }

#subsidiary {
  overflow: hidden;
  *zoom: 1;
  width: 90%;
  margin: 0 auto;
  padding: 1.625em 0 0; }
  #subsidiary > p {
    margin: 0;
    color: #1D8C92; }
  #subsidiary h3 {
    color: #1D8C92;
    padding: 0.8em 0 0.4em 0;
    background-color: #C4E9EC;
    border-radius: 0; }
  #subsidiary a {
    text-decoration: none; }
    #subsidiary a:hover {
      text-decoration: underline; }
  #subsidiary #first {
    width: 100%;
    margin: 0;
    clear: both; }
  #subsidiary ul.xoxo {
    padding-top: 0; }
  #subsidiary ul.blogroll {
    padding: 0; }

#siteinfo {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 1.625em 0;
  clear: both;
  font-size: 90%; }
  #siteinfo span {
    display: block;
    padding-top: 0.25em; }

.search #content h1.entry-title, .search #content .entry-title#blog-title,
.page #content h1.entry-title,
.page #content .entry-title#blog-title {
  padding-left: 0;
  margin-bottom: 0.5417em;
  color: #1C3077;
  background: none;
  background-image: none; }

.page-template-template-page-fullwidth-php #container {
  width: 100%;
  margin-right: 0; }
.page-template-template-page-fullwidth-php #content,
.page-template-template-page-fullwidth-php #comments {
  width: 100%; }

.attachment-jpeg #content,
.attachment-jpeg #container,
.attachment-png #content,
.attachment-png #container {
  width: 100%;
  margin: 0; }
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
  display: none; }

.lt-ie8 .menu-title {
  float: left; }
.lt-ie8 .menu-button {
  padding-bottom: 1em; }

/* plugin specific -------------------------------------------------------------- */
.widget_nav_menu,
.widget_text,
.gform_widget,
.dpe-flexible-posts,
.widget_recent_entries,
.widget_categories {
  background-color: #f2fbfc;
  border-radius: 0 0 5px 5px; }

.main-aside .textwidget {
  padding-left: 10px; }

.widget_recent_entries,
.widget_categories {
  margin-bottom: 2em, ul;
    margin-bottom-margin-bottom: 0; }

ul.dpe-flexible-posts {
  float: left;
  padding-top: 0; }
  ul.dpe-flexible-posts li:first-child {
    border-top: 0; }
  ul.dpe-flexible-posts li a {
    text-decoration: none;
    color: #1C3077; }
    ul.dpe-flexible-posts li a h3.entry-title {
      color: #1D8C92; }
    ul.dpe-flexible-posts li a:hover h3.entry-title {
      color: #e89c0c; }
  ul.dpe-flexible-posts li .addthis_toolbox {
    display: none; }

img#wpstats {
  width: 0;
  height: 0;
  overflow: hidden; }

.flexslider {
  margin-bottom: 1.625em;
  border: none;
  background: none; }
  .flexslider .entry-title {
    display: none; }
  .flexslider .slides {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
    .flexslider .slides img {
      height: 400px; }

.flex-control-nav {
  display: none; }

.flex-direction-nav li .prev {
  left: -15px; }

.flex-direction-nav li .next {
  right: -15px; }

.flex-caption {
  background: #010101;
  font-size: 1em; }
  .flex-caption a {
    color: #fefefe; }

/* Mail Chimp */
#reallysimpletwitterwidget-2.widget_reallysimpletwitterwidget {
  font-size: 95%; }
  #reallysimpletwitterwidget-2.widget_reallysimpletwitterwidget h3 a {
    position: relative; }
    #reallysimpletwitterwidget-2.widget_reallysimpletwitterwidget h3 a img {
      position: relative;
      top: 3px;
      margin-right: 3px; }
  #reallysimpletwitterwidget-2.widget_reallysimpletwitterwidget ul.really_simple_twitter_widget {
    border: 1px solid #22afb6;
    background-color: #22afb6;
    border-top: 0;
    margin-bottom: 0; }
  #reallysimpletwitterwidget-2.widget_reallysimpletwitterwidget li {
    position: relative;
    line-height: 1.5;
    padding: 1em;
    border-bottom: 1px dashed #E3E5E4;
    background-color: #fff; }
    #reallysimpletwitterwidget-2.widget_reallysimpletwitterwidget li:first-child {
      -webkit-border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -moz-border-radius-topleft: 4px;
      -moz-border-radius-topright: 4px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    #reallysimpletwitterwidget-2.widget_reallysimpletwitterwidget li:last-child {
      border-bottom: 0;
      -webkit-border-bottom-left-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-radius-bottomleft: 4px;
      -moz-border-radius-bottomright: 4px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
    #reallysimpletwitterwidget-2.widget_reallysimpletwitterwidget li img {
      float: left;
      width: 32px;
      height: 32px;
      margin-right: 6px; }
  #reallysimpletwitterwidget-2.widget_reallysimpletwitterwidget h3.widgettitle {
    margin-bottom: 0; }
    #reallysimpletwitterwidget-2.widget_reallysimpletwitterwidget h3.widgettitle .twitter_title_link {
      color: #ffffff; }
  #reallysimpletwitterwidget-2.widget_reallysimpletwitterwidget .rstw_comma {
    display: none; }
  #reallysimpletwitterwidget-2.widget_reallysimpletwitterwidget .twitter-timestamp {
    display: block;
    color: #8B96A4; }
  #reallysimpletwitterwidget-2.widget_reallysimpletwitterwidget .rstw_link_user {
    display: block;
    color: #ffffff;
    background-color: #22afb6;
    margin-bottom: 2em;
    padding: 1em;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    #reallysimpletwitterwidget-2.widget_reallysimpletwitterwidget .rstw_link_user a {
      color: #ffffff;
      font-weight: bold; }

.addthis_toolbox {
  margin-bottom: 1.625em !important; }

.wp-pagenavi {
  display: block;
  float: left;
  width: 100%;
  margin: 4px 0;
  font-size: 90%;
  color: #8B96A4; }
  .wp-pagenavi .pages {
    float: right;
    text-align: right; }
  .wp-pagenavi a,
  .wp-pagenavi .current {
    padding: 0.5em 0.9em;
    border: 1px solid #c4e9ec;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #1D8C92;
    margin-right: 4px;
    background-color: #dbf1f3;
    text-decoration: none !important;
    font-style: normal !important; }
    .wp-pagenavi a:hover,
    .wp-pagenavi .current:hover {
      color: #fff !important;
      background: #1D8C92; }
  .wp-pagenavi .current {
    color: #fff !important;
    background: #22aeb6; }

/*==========  Gravity Forms  ==========*/
body .gform_wrapper {
  margin-top: 0; }
  body .gform_wrapper .gform_heading {
    margin-bottom: 12px; }
  body .gform_wrapper .top_label .gfield_label {
    display: none; }
  body .gform_wrapper .top_label input.medium {
    width: 65%;
    padding: 2px 2px 2px 6px;
    box-shadow: none; }
  body .gform_wrapper .gform_footer.top_label {
    padding: 0 10px; }
    body .gform_wrapper .gform_footer.top_label .button {
      float: right;
      position: relative;
      width: 95px;
      margin-top: -24px;
      height: 24px; }

body .gform_confirmation_wrapper {
  padding: 12px 0;
  background-color: #DFF0D8;
  border-color: #D6E9C6;
  color: #3C763D;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px; }

body .gform_wrapper.gform_validation_error div.validation_error {
  display: none; }
body .gform_wrapper.gform_validation_error .gform_footer.top_label .button {
  width: 95px;
  margin-top: -86px; }

.gform_widget h3 {
  display: none; }

.main-aside .gform_widget {
  margin-bottom: 2em; }

body #gform_wrapper_1 {
  padding: 0 12px; }
  body #gform_wrapper_1 #input_1_1 {
    height: auto; }
  body #gform_wrapper_1 form.gf_simple_horizontal div.gform_body ul.top_label li.gfield:nth-child(1):nth-last-child(2) {
    width: 100%;
    padding-right: 0; }
  body #gform_wrapper_1 .gform_footer.top_label input[type="submit"].button {
    position: relative;
    left: -4px;
    font-size: 10px;
    height: 31px;
    margin-top: 0px; }

body .hentry .gform_wrapper {
  display: none;
  padding: 14px 24px 5px;
  background-color: #f5f5f5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px; }
  body .hentry .gform_wrapper .gform_title {
    font-weight: normal;
    margin: 0;
    color: #22aeb6; }
  body .hentry .gform_wrapper .gform_description {
    color: #999; }
  body .hentry .gform_wrapper .top_label input.medium {
    width: 280px;
    padding: 2px 2px 2px 6px;
    box-shadow: none; }
  body .hentry .gform_wrapper .gform_footer.top_label {
    margin-top: 0; }
    body .hentry .gform_wrapper .gform_footer.top_label .button {
      float: left;
      position: relative;
      width: 95px;
      margin-top: -24px;
      height: 24px; }

body.single .hentry #gform_wrapper_1 {
  display: block;
  padding: 16px 12px; }

/* Mail Chimp text widget */
#text-8 .textwidget {
  margin-bottom: 0.4em; }

.one_half {
  width: 49% !important;
  margin-right: 2% !important; }

.one_half.last_column {
  width: 49% !important;
  margin-right: 0px !important; }

.one_third {
  width: 32% !important;
  margin-right: 2% !important; }

.one_third.last_column {
  width: 32% !important;
  margin-right: 0px !important; }

.one_sixth {
  width: 14.6% !important;
  margin-right: 2% !important; }

.five_sixth.last_column {
  width: 83.40% !important;
  margin-right: 0px !important; }

.last_column {
  float: right !important; }

.clear {
  clear: both; }

/*
    media queries
-------------------------------------------------------------- */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles */ }
/* 600px and less  ----------- */
@media only screen and (max-width: 600px) {
  #wrapper {
    background: none; }

  #branding,
  #access,
  #breadcrumbs,
  #main,
  .one_half,
  .one_half.last_column,
  .one_third,
  .one_third.last_column,
  .one_sixth,
  .one_sixth.last_column {
    width: 100% !important; }

  #access {
    border-bottom: 2.5em solid #dbf1f3;
    margin-bottom: 0;
    padding-bottom: 0.3em;
    background-color: #22aeb6; }

  #blog-title a {
    width: 280px;
    height: 66px;
    background: url(images/sprite-logo.jpg) no-repeat -10px -130px;
    margin: 0 auto; }

  .flexslider .slides img {
    height: 300px; }

  .header-aside {
    display: none; }

  .menu-button {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0; }

  #breadcrumbs {
    display: none; }

  #main {
    padding-top: 0;
    border-bottom: 0; }

  #container {
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: -1.25em;
    z-index: 2; }

  .page-title {
    display: none; }

  #content .entry-title {
    float: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    background: #1C3077;
    padding: 0.5em 1em 0.5em 3.8em;
    margin: 0 0 0 -2em; }
    #content .entry-title:before {
      content: " ";
      background: none;
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      margin-bottom: 0;
      z-index: 1; }

  .noresults #content h1.entry-title, .noresults #content .entry-title#blog-title,
  .page #content h1.entry-title,
  .page #content .entry-title#blog-title {
    margin: 1em 0 0 0; }

  .hentry {
    padding: 0 0 1.625em; }

  .entry-meta {
    position: absolute;
    top: 4px;
    left: -10px;
    clear: left;
    margin: 0 0 1.625em;
    font-size: 90%;
    color: #8B96A4; }
    .entry-meta .entry-date {
      float: left;
      display: inline;
      margin: 0;
      padding: 0;
      background: none;
      width: 36px;
      height: 36px;
      text-align: center;
      line-height: 1; }
    .entry-meta .postmonth {
      display: block;
      color: #fefefe;
      font-size: 10px;
      text-transform: uppercase;
      font-family: Arial, Helvetica, sans-serif;
      padding: 0; }
    .entry-meta .postday {
      display: block;
      color: #fefefe;
      font-size: 18px;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      padding: 0; }

  #nav-below {
    display: block;
    height: 25px;
    padding: 0;
    margin-bottom: 1.625em; }

  .widgettitle {
    margin: 0 0 0.7222em;
    font-size: 1.425em;
    line-height: 1.385em;
    color: #fefefe;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    background: none;
    background-color: #22aeb6;
    padding: 0.6em 1em; }

  .navigation {
    margin-left: 0; }

  body .hentry .gform_wrapper {
    max-width: 98%; }
    body .hentry .gform_wrapper .top_label input.medium {
      width: 70%; }
    body .hentry .gform_wrapper .gform_footer.top_label {
      margin-top: 0; }
      body .hentry .gform_wrapper .gform_footer.top_label .button {
        margin-left: 0; } }
/* 768px and more  ----------- */
@media only screen and (min-width: 769px) {
  blockquote.left {
    width: 33%;
    float: left;
    margin-left: 0;
    margin-right: 1em; }
  blockquote.right {
    width: 33%;
    float: right;
    margin-left: 1em;
    margin-right: 0; }

  #meerkat-container,
  #branding,
  #access,
  #breadcrumbs,
  #main,
  #siteinfo,
  .sub-wrapper {
    max-width: 1024px; }

  .header-aside {
    display: block;
    position: absolute;
    top: 1.625em;
    right: 0;
    margin: 0; }
    .header-aside ul,
    .header-aside address {
      text-align: right; }
      .header-aside ul li:first-child,
      .header-aside address li:first-child {
        margin-bottom: 0.9em; }

  .js .access-nav {
    display: block; }

  .menu-button {
    display: none; }

  .access-nav {
    background: #06144A;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2MTQ0YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFjMzA3NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #06144a), color-stop(100%, #1c3077));
    background-image: -moz-linear-gradient(#06144a, #1c3077);
    background-image: -webkit-linear-gradient(#06144a, #1c3077);
    background-image: linear-gradient(#06144a, #1c3077);
    padding-top: 0.5em; }
    .access-nav li {
      width: auto;
      margin-right: .3em;
      padding: 0;
      border-bottom: none;
      background: none; }
      .access-nav li:first-child {
        padding-left: 0.4em; }
      .access-nav li a {
        padding: 0.3em 0.5em 0.8em;
        color: #fefefe; }
        .access-nav li a:hover {
          text-decoration: underline;
          padding-left: 0.5em; }

  .access-nav li.current-menu-item a {
    background: #22aeb6;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold; }

  #breadcrumbs #searchform {
    display: block;
    float: right;
    margin: 1.825em 2em 0 0;
    width: 28.3203125%;
    /* 290/1024 */ }
    #breadcrumbs #searchform input#searchsubmit {
      background-image: none;
      background-color: #22aeb6; }
      #breadcrumbs #searchform input#searchsubmit:hover {
        border-color: #2f5bb7;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkOTBmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM1N2FlOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d90fe), color-stop(100%, #357ae8));
        background-image: -moz-linear-gradient(#4d90fe, #357ae8);
        background-image: -webkit-linear-gradient(#4d90fe, #357ae8);
        background-image: linear-gradient(#4d90fe, #357ae8); }

  input {
    width: 63%; }

  #main {
    padding: 1.625em 0 0;
    background: #fefefe; }

  #container {
    float: left;
    width: 65.4%;
    margin-right: 3.8%; }

  .page-title {
    margin: 0 0 0.7222em;
    font-size: 1.425em;
    line-height: 1.385em;
    color: #22aeb6;
    margin-bottom: 1.625em;
    text-align: left; }

  #content .entry-title {
    font-size: 2em;
    background: #1C3077;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2MTQ0YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFjMzA3NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #06144a), color-stop(100%, #1c3077));
    background-image: -moz-linear-gradient(#06144a, #1c3077);
    background-image: -webkit-linear-gradient(#06144a, #1c3077);
    background-image: linear-gradient(#06144a, #1c3077);
    padding: 0.2em 2em;
    margin: 0 0 0 0; }
    #content .entry-title a {
      color: #fefefe; }
      #content .entry-title a:hover {
        color: #e89c0c; }

  .hentry,
  .noresults {
    padding: 0 0 1.625em 2em; }

  .entry-meta {
    top: -9px;
    height: 49px; }
    .entry-meta .entry-date {
      background: url(images/sprite.png) no-repeat -10px -70px;
      width: 54px;
      height: 55px; }
    .entry-meta .postmonth {
      font-size: 11px;
      padding: 1px 0 0 0; }
    .entry-meta .postday {
      font-size: 25px;
      padding: 6px 0px; }

  .entry-utility ul {
    float: left;
    width: 50%; }

  #nav-below {
    display: block;
    padding: 0; }

  .main-aside {
    float: right;
    width: 30.8%;
    clear: right; }

  .aside ul ul {
    margin-left: 0;
    margin-bottom: 2em; }
  .aside ul .hentry p {
    font-size: 95%;
    line-height: 1.4em; }

  .aside ul .widget_recent_entries,
  .aside ul .widget_categories {
    margin-bottom: 2em; }
    .aside ul .widget_recent_entries ul,
    .aside ul .widget_categories ul {
      margin-bottom: 0; }

  .widget_ns_mailchimp form {
    width: 100%; }

  #primary {
    margin: 0; }

  #primary > ul,
  #secondary > ul {
    margin: 0 2em 0 0;
    padding: 0 0 1.625em; }

  .sub-wrapper {
    width: 90%;
    margin: 0 auto; }

  #subsidiary {
    width: auto;
    padding: 0; }
    #subsidiary .aside {
      float: left;
      width: 30.8%;
      margin: 0 3.8% 0 0; }
    #subsidiary #first ul {
      margin-bottom: 0; }
      #subsidiary #first ul .textwidget {
        display: none; }
    #subsidiary #fourth {
      margin: 0; }

  #content .aside {
    margin: 0 0 1.625em 2em; }

  body .aside .gform_wrapper {
    max-width: 98%; }

  .archive .title-wrap,
  .attachment .title-wrap,
  .search .title-wrap {
    padding: 0 0 0 2em; }

  .navigation {
    margin: 0 0 1.625em 2em;
    overflow: hidden; }
    .navigation .meta-nav {
      font-style: normal; }

  .nav-previous {
    float: left; }

  .nav-next {
    float: right;
    text-align: right; }

  #comments {
    padding: 0 0 0 2em; }

  #siteinfo p {
    padding: 0 2em; }

  .content-column {
    width: 45%;
    margin: 0 0 1.625em; }

  .page-template-template-page-fullwidth-php #comments,
  .attachment-jpeg #comments,
  .attachment-png #comments {
    width: 65.4%; }

  .flexslider {
    margin: 0 0 3.25em 2em; } }
body#tinymce {
  max-width: 100% !important;
  min-width: auto !important;
  margin: 9px 10px; }

#tinymce p:after {
  content: " ";
  display: table;
  clear: both; }

.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/*-----------------------------------------------------------------------------------*/
/*  Clearfix - h5bp.com/q
/*-----------------------------------------------------------------------------------*/
.group {
  *zoom: 1; }
  .group:before, .group:after {
    display: table;
    content: ""; }
  .group:after {
    clear: both; }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .aside,
  #access,
  .menu,
  .navigation,
  #breadcrumbs,
  .entry-meta,
  #meerkat-wrap {
    display: none; } }

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