/*!
Theme Name: Avery
Theme URI: https://www.simplethemes.com
Author: simplethemes.com
Version: 1.0.1
Text Domain: smpl
Copyright 2016. MIT licensed.
 */


@charset "UTF-8";
/*!
  Table of Contents
  ---------------------------------------------
  Typography
  Buttons
  Forms
  Lists
  Tables
  Header
  Menu
  Custom Page Headers
  Grid System
  Blog
  Sidebar Widgets
  Footer
  WordPress Galleries
  Custom FS Background
  Breakout Sections
  Comments
  Utilities

*/
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* @group Typography */
body {
  background: #fff;
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #424242;
  font-size: 1em;
  line-height: 1.45;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 1.414em 0 0.5em;
  line-height: 1.2;
  font-weight: 400; }

h1, .entry-title {
  font-size: 1.953em;
  font-weight: 400;
  margin-top: 0; }
  @media screen and (min-width: 48em) {
    h1, .entry-title {
      font-size: 2.441em; } }

.section-title {
  font-weight: bold;
  font-size: 26px; }

h2 {
  font-size: 1.563em; }
  @media screen and (min-width: 48em) {
    h2 {
      font-size: 1.953em; } }

h3 {
  font-size: 1.25em; }
  @media screen and (min-width: 48em) {
    h3 {
      font-size: 1.563em; } }

h4 {
  font-size: 1.25em; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1.125em; }

p {
  margin-bottom: 1.3em; }
  p.leader {
    font-size: 18px;
    font-weight: 300; }
    @media screen and (min-width: 48em) {
      p.leader {
        font-size: 1.25em;
        line-height: 150%; } }

a {
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.45em 0; }

span.amp {
  font-family: 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
  font-style: italic !important;
  font-weight: normal !important; }

pre {
  font-size: 14px;
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif; }

.text_white {
  color: #fff !important; }

.text_black {
  color: #000 !important; }

.text-gray {
  color: #666 !important; }

.text-dark {
  color: #333 !important; }

@media screen and (max-width: 30em) {
  .su-pullquote {
    width: 100% !important; } }

.sidebar .widget_search .screen-reader-text,
.error-404 .screen-reader-text {
  display: none; }

.sidebar .widget_search .search-field,
.error-404 .search-field {
  width: 75%;
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.sidebar .widget_search .search-submit,
.error-404 .search-submit {
  width: 25%;
  height: 35px;
  line-height: 35px;
  padding: 0 1em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* @end */
/* @group Buttons */
button, input[type="button"], input[type="reset"], input[type="submit"],
button,
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #999999;
  border-radius: 2px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  button:focus,
  .button:hover,
  .button:focus {
    background-color: #333;
    outline: inherit;
    outline-color: transparent;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled,
  .button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

/* @end */
/* @group Forms */
fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.725em;
  padding: 1.45em; }

input,
label,
select {
  display: block;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.3625em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-size: 1em;
  margin-bottom: 0.725em;
  padding: 0.4833333333em;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #c4c4c4; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #c4c4c4;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.06);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.3625em; }

input[type="file"] {
  padding-bottom: 0.725em;
  width: 100%; }

select {
  margin-bottom: 1.45em;
  max-width: 100%;
  width: auto; }

/* @end */
/* @group Lists */
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.725em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.725em; }
  dl dd {
    margin: 0; }

.entry-content ul, ul.list, ol.list {
  margin-left: 1.25em;
  list-style-position: inside;
  list-style-type: disc; }

.entry-content ol, ol.list {
  list-style-type: decimal; }
  .entry-content ol li ul, ol.list li ul {
    list-style-type: lower-alpha;
    margin-left: 1.25em; }

ul.inline {
  list-style: none; }
  ul.inline li {
    display: inline-block;
    padding: 4px; }

.entry-content ul.captionlist {
  list-style: none; }
  .entry-content ul.captionlist li {
    line-height: 1.5;
    padding-bottom: 0.3125em; }
    .entry-content ul.captionlist li:before {
      content: ' ';
      font-family: 'FontAwesome';
      color: #bababa; }
    .entry-content ul.captionlist li ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .entry-content ul.captionlist li ul li {
        font-size: 0.875em;
        color: #666666;
        padding-left: 1.5em; }
        .entry-content ul.captionlist li ul li:before {
          content: ''; }

ul#breadcrumbs {
  display: none; }
  @media screen and (min-width: 48em) {
    ul#breadcrumbs {
      list-style: none;
      width: 100%;
      display: inline-block;
      border-bottom: 1px dotted #e6e6e6;
      margin-bottom: 10px;
      padding-bottom: 10px;
      font-size: 13px; }
      ul#breadcrumbs li {
        float: left;
        padding: 0px 4px; }
        ul#breadcrumbs li i {
          color: #cccccc; } }

/* @end */
/* @group Tables */
table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.725em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.725em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.725em 0; }

tr,
td,
th {
  vertical-align: middle; }

/* @end */
/* @group Header */
.site-header {
  position: relative;
  /* @group Menu */
  /* @end */ }
  @media screen and (max-width: 30em) {
    .site-header {
      padding: 30px !important; } }
  .site-header #toggle {
    position: absolute;
    top: 30px;
    right: 20px;
    padding: 4.347826087%; }
    .site-header #toggle a {
      color: #b3b3b3;
      font-size: 1.25em; }
    @media screen and (min-width: 48em) {
      .site-header #toggle {
        display: none; } }
  @media screen and (min-width: 48em) {
    .site-header .identity.normal {
      float: left; } }
  .site-header .identity.centered {
    float: none;
    margin: 0 auto;
    text-align: center; }
  .site-header .identity img {
    margin: 0; }
  .site-header .identity #site-title {
    margin: 0;
    font-size: 2em;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: -.015em;
    font-weight: 400; }
    .site-header .identity #site-title a {
      color: #000; }
  .site-header .identity .site-description {
    color: #b3b3b3;
    margin: 0;
    font-weight: 600; }
  @media screen and (min-width: 48em) {
    .site-header #nav {
      margin-top: 0.5em; }
      .site-header #nav.centered {
        float: none;
        text-align: center; }
      .site-header #nav.right {
        float: right;
        position: relative; }
      .site-header #nav.below {
        width: 100%;
        float: left; } }
  .site-header #nav .menu {
    display: none;
    list-style: none;
    margin-top: 1.875em;
    margin-left: -1.875em;
    margin-right: -0.625em; }
    @media screen and (max-width: 30em) {
      .site-header #nav .menu {
        margin-left: auto;
        margin-right: auto; } }
    .site-header #nav .menu .sub-indicator {
      display: none; }
    .site-header #nav .menu li {
      border-bottom: 1px solid #e6e6e6;
      padding-bottom: 0.9375em;
      position: relative;
      float: none;
      padding-top: 10px;
      padding-bottom: 10px;
      margin: 0; }
      @media screen and (min-width: 48em) {
        .site-header #nav .menu li:first-child {
          padding-left: 0; }
        .site-header #nav .menu li:last-child {
          padding-right: 0; } }
      .site-header #nav .menu li.menu-item-has-children:hover a:before {
        content: ''; }
      .site-header #nav .menu li a {
        display: block; }
        .site-header #nav .menu li a:before {
          font-family: 'FontAwesome';
          display: block;
          content: '';
          float: right;
          color: #bfbfbf;
          margin-left: 0.3125em; }
      .site-header #nav .menu li ul {
        position: relative;
        display: none;
        height: 0;
        margin: 0;
        padding: 0;
        padding: 0.625em 0 0 0.625em; }
        .site-header #nav .menu li ul li {
          margin: 0; }
      .site-header #nav .menu li:hover ul, .site-header #nav .menu li.sfHover ul {
        display: block;
        height: auto; }
        .site-header #nav .menu li:hover ul li, .site-header #nav .menu li.sfHover ul li {
          border-bottom: none;
          text-align: left;
          padding: 0; }
          .site-header #nav .menu li:hover ul li a:before, .site-header #nav .menu li.sfHover ul li a:before {
            content: '' !important; }
  @media screen and (min-width: 48em) {
    .site-header #nav .menu {
      margin: 0;
      display: inline-block !important; }
      .site-header #nav .menu .sub-indicator {
        display: block;
        position: absolute;
        width: 19px;
        height: 10px;
        top: -10px;
        left: 14px;
        z-index: 10;
        background: url("img/sub_indicator.png"); }
      .site-header #nav .menu li {
        position: relative;
        border: none;
        float: left; }
        .site-header #nav .menu li.menu-item-has-children:hover a:before {
          content: ''; }
        .site-header #nav .menu li.last {
          padding-right: 0; }
        .site-header #nav .menu li a:before, .site-header #nav .menu li a:after {
          display: none;
          content: ""; }
        .site-header #nav .menu li ul {
          border-top: 1px solid #eee;
          position: absolute;
          display: none;
          top: 100%;
          left: 0;
          z-index: 99;
          min-width: 215px;
          height: auto;
          padding: 8px !important;
          margin: 0 !important;
          background: #fff;
          -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
          -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35); }
          .site-header #nav .menu li ul li {
            white-space: nowrap;
            font-size: 14px;
            display: block;
            float: left;
            width: 100%;
            padding: 4px; }
            .site-header #nav .menu li ul li:hover > ul,
            .site-header #nav .menu li ul li.sfHover > ul {
              display: block;
              height: auto; }
            .site-header #nav .menu li ul li a {
              padding: 6px 8px;
              display: block !important;
              position: relative; }
          .site-header #nav .menu li ul ul {
            top: 0;
            left: 100%; } }

/* @end */
/* @group Custom Page Headers */
.hero {
  margin-bottom: 1.875em; }
  .hero::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 48em) {
    .hero_constrained .hero {
      margin: 0 1.875em;
      margin-bottom: 1.875em; } }
  @media screen and (min-width: 75em) {
    .hero_constrained .hero {
      margin: 0 auto;
      margin-bottom: 1.875em; } }
  .hero_constrained.mw-960 .hero {
    max-width: 960px; }
  .hero_constrained.mw-1140 .hero {
    max-width: 1140px; }
  .hero_constrained.mw-1200 .hero {
    max-width: 1200px; }
  .hero_constrained.mw-1400 .hero {
    max-width: 1400px; }
  .hero_constrained.mw-1600 .hero {
    max-width: 1600px; }
  .hero_boxed .hero {
    margin-bottom: 0; }
    .hero_boxed .hero .hero-inner {
      margin: 0 auto 1.875em auto; }
      @media screen and (min-width: 48em) {
        .hero_boxed .hero .hero-inner {
          margin: 0 1.875em 1.875em 1.875em; } }
  .hero .hero-inner {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% !important;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 48em) {
      .hero .hero-inner {
        min-height: 320px; } }
    .hero_constrained .hero .hero-inner {
      margin: 0 auto; }
      @media screen and (min-width: 48em) {
        .hero_constrained .hero .hero-inner {
          margin: 0 auto 0 auto; } }
    .hero .hero-inner .hero-content .equalized {
      color: #fff;
      position: absolute;
      top: 50%;
      z-index: 9;
      transform: translateY(-50%);
      text-align: center;
      padding: 0 5%;
      width: 100%; }
      @media screen and (min-width: 48em) {
        .hero .hero-inner .hero-content .equalized {
          padding: 0 15%; } }
    .hero .hero-inner .hero-content #bottom {
      position: absolute;
      bottom: 1em;
      text-align: center;
      width: 100%;
      z-index: 9; }
      .hero .hero-inner .hero-content #bottom a {
        color: #000;
        background: #fff;
        border-radius: 50%;
        font-size: 1em;
        height: 1.875em;
        width: 1.875em;
        line-height: 2em;
        display: inline-block; }
  .hero .hero_close_btn {
    z-index: 10;
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    display: none; }
  .hero .button {
    display: block;
    width: 90%;
    margin: 0 auto;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 0;
    padding: 0.75em 2em;
    text-transform: uppercase;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
    @media screen and (min-width: 48em) {
      .hero .button {
        display: inline-block;
        width: auto;
        margin: 5px auto; } }
    .hero .button:hover {
      background: rgba(255, 255, 255, 0.25);
      text-shadow: none; }
    .hero .button.hero-play-desktop {
      display: none; }
      @media screen and (min-width: 75em) {
        .hero .button.hero-play-desktop {
          display: inline-block; } }
    @media screen and (min-width: 75em) {
      .hero .button.hero-play-mobile {
        display: none; } }
  .hero h1 {
    margin-bottom: 0.3125em;
    line-height: 110%;
    font-size: 1.45em; }
    @media screen and (min-width: 48em) {
      .hero h1 {
        font-size: 3em; } }
  .hero p {
    font-size: 0.85em;
    margin-bottom: 1.25em; }
    @media screen and (min-width: 48em) {
      .hero p {
        font-size: 1.15em; } }
  .hero .text_white h1, .hero .text_white h2, .hero .text_white h3, .hero .text_white p {
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); }
  .hero .text_white a {
    color: #fff;
    font-weight: bold; }
    .hero .text_white a:hover {
      text-decoration: underline; }
  .hero .text_black h1, .hero .text_black h2, .hero .text_black h3, .hero .text_black p {
    color: #000; }
  .hero .text_black a {
    color: #000;
    font-weight: bold; }
    .hero .text_black a:hover {
      text-decoration: underline; }
  .hero .text_primary a {
    font-weight: bold; }
    .hero .text_primary a:hover {
      text-decoration: underline; }
  .hero .text_secondary a {
    font-weight: bold; }
    .hero .text_secondary a:hover {
      text-decoration: underline; }

/* @end */
/* @group Grid System */
.mw-960 .container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }
  .mw-960 .container::after {
    clear: both;
    content: "";
    display: table; }

.mw-1140 .container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .mw-1140 .container::after {
    clear: both;
    content: "";
    display: table; }

.mw-1200 .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .mw-1200 .container::after {
    clear: both;
    content: "";
    display: table; }

.mw-1400 .container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }
  .mw-1400 .container::after {
    clear: both;
    content: "";
    display: table; }

.mw-1600 .container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }
  .mw-1600 .container::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (min-width: 48em) {
  .container.boxed {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px; } }

.content {
  padding: 0 30px;
  margin-top: 30px; }
  .hero_boxed .content {
    margin-top: 0; }
  @media screen and (min-width: 48em) {
    .content.has-sidebar .main-col {
      padding: 0; }
      .cols-6 .content.has-sidebar .main-col {
        float: left;
        display: block;
        margin-right: 4.347826087%;
        width: 47.8260869565%; }
        .cols-6 .content.has-sidebar .main-col:last-child {
          margin-right: 0; }
      .cols-6.sidebar-left .content.has-sidebar .main-col {
        margin-left: 52.1739130435%; }
      .cols-7 .content.has-sidebar .main-col {
        float: left;
        display: block;
        margin-right: 4.347826087%;
        width: 56.5217391304%; }
        .cols-7 .content.has-sidebar .main-col:last-child {
          margin-right: 0; }
      .cols-7.sidebar-left .content.has-sidebar .main-col {
        margin-left: 43.4782608696%; }
      .cols-8 .content.has-sidebar .main-col {
        float: left;
        display: block;
        margin-right: 4.347826087%;
        width: 65.2173913043%; }
        .cols-8 .content.has-sidebar .main-col:last-child {
          margin-right: 0; }
      .cols-8.sidebar-left .content.has-sidebar .main-col {
        margin-left: 34.7826086957%; }
      .cols-9 .content.has-sidebar .main-col {
        float: left;
        display: block;
        margin-right: 4.347826087%;
        width: 73.9130434783%; }
        .cols-9 .content.has-sidebar .main-col:last-child {
          margin-right: 0; }
      .cols-9.sidebar-left .content.has-sidebar .main-col {
        margin-left: 26.0869565217%; }
      .cols-10 .content.has-sidebar .main-col {
        float: left;
        display: block;
        margin-right: 4.347826087%;
        width: 82.6086956522%; }
        .cols-10 .content.has-sidebar .main-col:last-child {
          margin-right: 0; }
      .cols-10.sidebar-left .content.has-sidebar .main-col {
        margin-left: 17.3913043478%; }
    .content.has-sidebar .sidebar {
      padding: 0; }
      .sidebar-left .content.has-sidebar .sidebar {
        margin-left: -104.347826087%; }
      .cols-6 .content.has-sidebar .sidebar {
        float: left;
        display: block;
        margin-right: 4.347826087%;
        width: 47.8260869565%; }
        .cols-6 .content.has-sidebar .sidebar:last-child {
          margin-right: 0; }
      .cols-7 .content.has-sidebar .sidebar {
        float: left;
        display: block;
        margin-right: 4.347826087%;
        width: 39.1304347826%; }
        .cols-7 .content.has-sidebar .sidebar:last-child {
          margin-right: 0; }
      .cols-8 .content.has-sidebar .sidebar {
        float: left;
        display: block;
        margin-right: 4.347826087%;
        width: 30.4347826087%; }
        .cols-8 .content.has-sidebar .sidebar:last-child {
          margin-right: 0; }
      .cols-9 .content.has-sidebar .sidebar {
        float: left;
        display: block;
        margin-right: 4.347826087%;
        width: 21.7391304348%; }
        .cols-9 .content.has-sidebar .sidebar:last-child {
          margin-right: 0; }
      .cols-10 .content.has-sidebar .sidebar {
        float: left;
        display: block;
        margin-right: 4.347826087%;
        width: 13.0434782609%; }
        .cols-10 .content.has-sidebar .sidebar:last-child {
          margin-right: 0; } }

/* Quick Columns*/
@media screen and (min-width: 48em) {
  .row {
    display: table;
    width: 100%;
    table-layout: fixed; }
  .one_half {
    width: 48%; }
  .one_third {
    width: 30.66%; }
  .two_thirds {
    width: 65.33%; }
  .one_fourth {
    width: 22%; }
  .three_fourths {
    width: 74%; }
  .one_fifth {
    width: 16.8%; }
  .two_fifth {
    width: 37.6%; }
  .three_fifth {
    width: 58.4%; }
  .four_fifth {
    width: 79.2%; }
  .one_sixth {
    width: 13.33%; }
  .five_sixth {
    width: 82.67%; }
  .one_half,
  .one_third,
  .two_thirds,
  .three_fourths,
  .one_fourth,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth,
  .five_sixth {
    position: relative;
    margin-right: 4%;
    float: left; }
  .last {
    margin-right: 0 !important; } }

/* @end */
/* @group Blog */
.blog .post,
.single .post,
.archive .post {
  display: block;
  margin-bottom: 1.875em;
  padding-bottom: 1.875em;
  border-bottom: 1px solid #eee; }
  .blog .post::after,
  .single .post::after,
  .archive .post::after {
    clear: both;
    content: "";
    display: table; }
  .blog .post .entry-title,
  .single .post .entry-title,
  .archive .post .entry-title {
    margin-bottom: 0.625em; }
    .blog .post .entry-title a,
    .single .post .entry-title a,
    .archive .post .entry-title a {
      color: #666666; }
      .blog .post .entry-title a:hover,
      .single .post .entry-title a:hover,
      .archive .post .entry-title a:hover {
        color: inherit; }
  .blog .post .attachment-post_banner,
  .single .post .attachment-post_banner,
  .archive .post .attachment-post_banner {
    margin-bottom: 0;
    border-radius: 4px; }

.entry-utility,
.entry-meta {
  font-size: 0.8125em;
  color: gray;
  margin-bottom: 1.25em;
  display: block; }
  .entry-utility .cat-links,
  .entry-meta .cat-links {
    padding-top: 4px;
    display: inline-block; }
  .entry-utility .meta-sep,
  .entry-meta .meta-sep {
    color: #b3b3b3; }
  .entry-utility i,
  .entry-meta i {
    margin-right: 4px; }
  .entry-utility a,
  .entry-meta a {
    color: #666666; }
    .entry-utility a:hover,
    .entry-meta a:hover {
      color: #6c8b5f; }

.post-navigation {
  padding: 0 10px; }
  .post-navigation .nav-links {
    display: block; }
    .post-navigation .nav-links::after {
      clear: both;
      content: "";
      display: table; }
    .post-navigation .nav-links .nav-previous {
      float: left; }
    .post-navigation .nav-links .nav-next {
      float: right; }

/* @end */
/* @group Sidebar Widgets */
.widget {
  margin-bottom: 1.875em; }
  .widget .widget-title {
    color: gray;
    font-weight: 800;
    margin-top: 0; }
  .widget.widget_recent_entries li, .widget.widget_pages li, .widget.widget_archive li, .widget.widget_categories li, .widget.widget_nav_menu li {
    padding: 6px 0px;
    border-bottom: 1px dotted #eee; }
  .widget.widget_nav_menu li a {
    font-weight: 600; }
  .widget.widget_nav_menu li.current_page_item a {
    color: gray; }
  .widget.widget_nav_menu li ul {
    margin: 0.375em 0 0.375em 0.625em;
    padding-left: 0.625em;
    border-left: 1px solid #eee; }
    .widget.widget_nav_menu li ul li {
      border: none;
      padding: 3px 0px;
      font-size: 0.8125em; }
      .widget.widget_nav_menu li ul li a {
        font-weight: 400; }

/* @end */
/* @group Footer */
.site-footer {
  margin-top: 3.75em;
  padding: 1.875em;
  color: #b3b3b3; }
  .site-footer a {
    color: #d9d9d9; }
    .site-footer a:hover {
      color: #fff; }
  .site-footer .fineprint {
    font-size: 0.8125em;
    text-align: center; }
  @media screen and (min-width: 48em) {
    .site-footer.cols-3 .col {
      float: left;
      display: block;
      margin-right: 4.347826087%;
      width: 30.4347826087%; }
      .site-footer.cols-3 .col:last-child {
        margin-right: 0; }
    .site-footer.cols-2 .col {
      float: left;
      display: block;
      margin-right: 4.347826087%;
      width: 47.8260869565%; }
      .site-footer.cols-2 .col:last-child {
        margin-right: 0; } }
  .site-footer h4.widget-title {
    color: gray;
    font-weight: lighter; }
  .site-footer .widget.widget_nav_menu ul li {
    padding: 0.25em;
    border-bottom: 1px dotted #4d4d4d; }
    .site-footer .widget.widget_nav_menu ul li a {
      font-weight: 400;
      color: inherit; }
      .site-footer .widget.widget_nav_menu ul li a:hover {
        color: #fff; }
    .site-footer .widget.widget_nav_menu ul li ul {
      display: none; }
  .site-footer .footer-menu {
    text-align: center;
    margin: 0.625em auto; }
    .site-footer .footer-menu li {
      list-style: none;
      display: inline-block;
      padding: 0 0.75em;
      border-right: 1px solid #4d4d4d;
      line-height: 100%; }
      .site-footer .footer-menu li.last, .site-footer .footer-menu li:last-child {
        border: none; }
      .site-footer .footer-menu li a {
        color: gray; }

/* @end */
/* @group WordPress Galleries */
.tiled-gallery {
  margin-top: 1.875em !important;
  margin-bottom: 1.875em !important; }

.gallery-item {
  margin: 0 0 0.125em 0; }
  @media screen and (min-width: 48em) {
    .gallery-item {
      margin: 0 0 0.625em 0; } }

.gallery-columns-2 {
  display: block; }
  .gallery-columns-2::after {
    clear: both;
    content: "";
    display: table; }
  .gallery-columns-2 .gallery-item {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 47.8260869565%;
    text-align: center; }
    .gallery-columns-2 .gallery-item:last-child {
      margin-right: 0; }
    .gallery-columns-2 .gallery-item:nth-child(2n) {
      margin-right: 0; }
    .gallery-columns-2 .gallery-item:nth-child(2n+1) {
      clear: left; }

.gallery-columns-3 {
  display: block; }
  .gallery-columns-3::after {
    clear: both;
    content: "";
    display: table; }
  .gallery-columns-3 .gallery-item {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 30.4347826087%;
    text-align: center; }
    .gallery-columns-3 .gallery-item:last-child {
      margin-right: 0; }
    .gallery-columns-3 .gallery-item:nth-child(3n) {
      margin-right: 0; }
    .gallery-columns-3 .gallery-item:nth-child(3n+1) {
      clear: left; }

.gallery-columns-4 {
  display: block; }
  .gallery-columns-4::after {
    clear: both;
    content: "";
    display: table; }
  .gallery-columns-4 .gallery-item {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 21.7391304348%; }
    .gallery-columns-4 .gallery-item:last-child {
      margin-right: 0; }
    .gallery-columns-4 .gallery-item:nth-child(4n) {
      margin-right: 0; }
    .gallery-columns-4 .gallery-item:nth-child(4n+1) {
      clear: left; }

.gallery-columns-5 {
  display: block; }
  .gallery-columns-5::after {
    clear: both;
    content: "";
    display: table; }
  .gallery-columns-5 .gallery-item {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 16.5217391304%; }
    .gallery-columns-5 .gallery-item:last-child {
      margin-right: 0; }
    .gallery-columns-5 .gallery-item:nth-child(5n) {
      margin-right: 0; }
    .gallery-columns-5 .gallery-item:nth-child(5n+1) {
      clear: left; }

.gallery img {
  width: 100%; }

.wp-caption-text {
  font-size: 0.875em;
  color: #4d4d4d; }

/* @end */
/* @group Formstone Background */
.fs-background {
  overflow: hidden;
  position: relative; }

.fs-background,
.fs-background-container,
.fs-background-media {
  -webkit-transition: none;
  transition: none; }

.fs-background-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  overflow: hidden; }

.fs-background-media {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0; }

.fs-background-media.fs-background-animated {
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear; }

.fs-background-media img,
.fs-background-media video,
.fs-background-media iframe {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-user-drag: none; }

.fs-background-media.fs-background-native,
.fs-background-media.fs-background-fixed {
  width: 100%;
  height: 100%; }

.fs-background-media.fs-background-native img,
.fs-background-media.fs-background-fixed img {
  display: none; }

.fs-background-media.fs-background-native {
  background-position: center;
  background-size: cover; }

.fs-background-media.fs-background-fixed {
  background-position: center;
  background-attachment: fixed; }

.fs-background-embed.fs-background-ready:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ''; }

.fs-background-embed.fs-background-ready iframe {
  z-index: 0; }

/* @end */
/* @group Breakout Section */
.breakout {
  margin: 1.25em auto 2.5em auto; }
  .breakout .content {
    position: relative;
    z-index: 9;
    margin: 0 auto;
    padding: 0 30px; }
    @media screen and (min-width: 48em) {
      .breakout .content {
        padding: 0; } }
  .breakout .su-vimeo {
    margin-bottom: 0; }
  .breakout h1, .breakout h2, .breakout h3, .breakout h4 {
    margin-top: 0.625em;
    color: inherit; }

/* @end */
/* @group  Comments */
#comments .comments-title {
  margin-top: 1.25em;
  margin-bottom: 2.5em; }

#comments .comment-list {
  font-size: 0.9375em; }
  #comments .comment-list .comment-reply-link {
    font-size: 0.8125em; }
  #comments .comment-list .comment-body {
    border-bottom: 1px solid #eee;
    margin: 2.5em 0; }
    #comments .comment-list .comment-body::after {
      clear: both;
      content: "";
      display: table; }
    #comments .comment-list .comment-body .comment-author.vcard img {
      float: left;
      margin: 0 0.625em 0 0; }
    #comments .comment-list .comment-body .comment-metadata {
      font-size: 0.75em; }
    #comments .comment-list .comment-body .reply {
      float: right;
      padding: 2px 12px; }
  #comments .comment-list li ol {
    margin-left: 2.5em; }

/* @end */
/* @group Utilities */
/*!
 * Margin Offsets
 */
.mv0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.mh0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

@media screen and (min-width: 48em) {
  .mv10 {
    margin-top: 0.625em !important;
    margin-bottom: 0.625em !important; }
  .mh10 {
    margin-left: 0.625em !important;
    margin-right: 0.625em !important; }
  .m10 {
    margin: 0.625em !important; }
  .mt10 {
    margin-top: 0.625em !important; }
  .mb10 {
    margin-bottom: 0.625em !important; }
  .mv20 {
    margin-top: 1.25em !important;
    margin-bottom: 1.25em !important; }
  .mh20 {
    margin-left: 1.25em !important;
    margin-right: 1.25em !important; }
  .m20 {
    margin: 1.25em !important; }
  .mt20 {
    margin-top: 1.25em !important; }
  .mb20 {
    margin-bottom: 1.25em !important; }
  .mv30 {
    margin-top: 1.875em !important;
    margin-bottom: 1.875em !important; }
  .mh30 {
    margin-left: 1.875em !important;
    margin-right: 1.875em !important; }
  .m30 {
    margin: 1.875em !important; }
  .mt30 {
    margin-top: 1.875em !important; }
  .mb30 {
    margin-bottom: 1.875em !important; }
  .mv40 {
    margin-top: 2.5em !important;
    margin-bottom: 2.5em !important; }
  .mh40 {
    margin-left: 2.5em !important;
    margin-right: 2.5em !important; }
  .m40 {
    margin: 2.5em !important; }
  .mt40 {
    margin-top: 2.5em !important; }
  .mb40 {
    margin-bottom: 2.5em !important; }
  .mv50 {
    margin-top: 3.125em !important;
    margin-bottom: 3.125em !important; }
  .mh50 {
    margin-left: 3.125em !important;
    margin-right: 3.125em !important; }
  .m50 {
    margin: 3.125em !important; }
  .mt50 {
    margin-top: 3.125em !important; }
  .mb50 {
    margin-bottom: 3.125em !important; }
  .mv60 {
    margin-top: 3.75em !important;
    margin-bottom: 3.75em !important; }
  .mh60 {
    margin-left: 3.75em !important;
    margin-right: 3.75em !important; }
  .m60 {
    margin: 3.75em !important; }
  .mt60 {
    margin-top: 3.75em !important; }
  .mb60 {
    margin-bottom: 3.75em !important; }
  .mv70 {
    margin-top: 4.375em !important;
    margin-bottom: 4.375em !important; }
  .mh70 {
    margin-left: 4.375em !important;
    margin-right: 4.375em !important; }
  .m70 {
    margin: 4.375em !important; }
  .mt70 {
    margin-top: 4.375em !important; }
  .mb70 {
    margin-bottom: 4.375em !important; }
  .mv80 {
    margin-top: 5em !important;
    margin-bottom: 5em !important; }
  .mh80 {
    margin-left: 5em !important;
    margin-right: 5em !important; }
  .m80 {
    margin: 5em !important; }
  .mt80 {
    margin-top: 5em !important; }
  .mb80 {
    margin-bottom: 5em !important; }
  .mv90 {
    margin-top: 5.625em !important;
    margin-bottom: 5.625em !important; }
  .mh90 {
    margin-left: 5.625em !important;
    margin-right: 5.625em !important; }
  .m90 {
    margin: 5.625em !important; }
  .mt90 {
    margin-top: 5.625em !important; }
  .mb90 {
    margin-bottom: 5.625em !important; } }

/*!
 * Padding Offsets
 */
.pv0 {
  padding-top: 0em !important;
  padding-bottom: 0em !important; }

.ph0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

@media screen and (min-width: 48em) {
  .pv10 {
    padding-top: 0.625em !important;
    padding-bottom: 0.625em !important; }
  .ph10 {
    padding-left: 0.625em !important;
    padding-right: 0.625em !important; }
  .p10 {
    padding: 0.625em !important; }
  .pt10 {
    padding-top: 0.625em !important; }
  .pb10 {
    padding-bottom: 0.625em !important; }
  .pv20 {
    padding-top: 1.25em !important;
    padding-bottom: 1.25em !important; }
  .ph20 {
    padding-left: 1.25em !important;
    padding-right: 1.25em !important; }
  .p20 {
    padding: 1.25em !important; }
  .pt20 {
    padding-top: 1.25em !important; }
  .pb20 {
    padding-bottom: 1.25em !important; }
  .pv30 {
    padding-top: 1.875em !important;
    padding-bottom: 1.875em !important; }
  .ph30 {
    padding-left: 1.875em !important;
    padding-right: 1.875em !important; }
  .p30 {
    padding: 1.875em !important; }
  .pt30 {
    padding-top: 1.875em !important; }
  .pb30 {
    padding-bottom: 1.875em !important; }
  .pv40 {
    padding-top: 2.5em !important;
    padding-bottom: 2.5em !important; }
  .ph40 {
    padding-left: 2.5em !important;
    padding-right: 2.5em !important; }
  .p40 {
    padding: 2.5em !important; }
  .pt40 {
    padding-top: 2.5em !important; }
  .pb40 {
    padding-bottom: 2.5em !important; }
  .pv50 {
    padding-top: 3.125em !important;
    padding-bottom: 3.125em !important; }
  .ph50 {
    padding-left: 3.125em !important;
    padding-right: 3.125em !important; }
  .p50 {
    padding: 3.125em !important; }
  .pt50 {
    padding-top: 3.125em !important; }
  .pb50 {
    padding-bottom: 3.125em !important; }
  .pv60 {
    padding-top: 3.75em !important;
    padding-bottom: 3.75em !important; }
  .ph60 {
    padding-left: 3.75em !important;
    padding-right: 3.75em !important; }
  .p60 {
    padding: 3.75em !important; }
  .pt60 {
    padding-top: 3.75em !important; }
  .pb60 {
    padding-bottom: 3.75em !important; }
  .pv70 {
    padding-top: 4.375em !important;
    padding-bottom: 4.375em !important; }
  .ph70 {
    padding-left: 4.375em !important;
    padding-right: 4.375em !important; }
  .p70 {
    padding: 4.375em !important; }
  .pt70 {
    padding-top: 4.375em !important; }
  .pb70 {
    padding-bottom: 4.375em !important; }
  .pv80 {
    padding-top: 5em !important;
    padding-bottom: 5em !important; }
  .ph80 {
    padding-left: 5em !important;
    padding-right: 5em !important; }
  .p80 {
    padding: 5em !important; }
  .pt80 {
    padding-top: 5em !important; }
  .pb80 {
    padding-bottom: 5em !important; }
  .pv90 {
    padding-top: 5.625em !important;
    padding-bottom: 5.625em !important; }
  .ph90 {
    padding-left: 5.625em !important;
    padding-right: 5.625em !important; }
  .p90 {
    padding: 5.625em !important; }
  .pt90 {
    padding-top: 5.625em !important; }
  .pb90 {
    padding-bottom: 5.625em !important; } }

/*!
 * Utility Alignments
 */
.text-center {
  text-align: center;
  display: block; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-justify {
  text-align: justify; }

.aligncenter {
  text-align: center;
  margin: 1.875em auto;
  display: block; }

@media screen and (max-width: 30em) {
  .m-center {
    text-align: center; } }

@media screen and (max-width: 30em) {
  .m-hide {
    display: none !important; } }

.alignright {
  margin: 0.9375em auto;
  display: block; }
  @media screen and (min-width: 48em) {
    .alignright {
      float: right;
      display: inline-block;
      margin: 0.9375em 0.3125em 1.875em 1.875em; } }

.alignleft {
  margin: 0.9375em auto;
  display: block; }
  @media screen and (min-width: 48em) {
    .alignleft {
      float: left;
      display: inline-block;
      margin: 0.9375em 1.875em 1.875em 0; } }

@media screen and (min-width: 48em) {
  .squeeze {
    padding: 0 5% !important; } }

@media screen and (min-width: 48em) {
  .squeeze-more {
    padding: 0 15% !important; } }

.wp-video {
  margin: 1.25em auto; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 1.25em auto; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

figure,
img,
picture {
  float: none;
  margin: 20px auto;
  max-width: 100% !important;
  height: auto !important; }

figure img {
  margin: 0 auto; }

.outreach-box{text-align:center; padding:15px;}

/* @end */
