<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* Theme Name: Sequoia Wellness
* Author: ipsoCreative
* Author URI: http://www.ipsocreative.com
* Version: 1.2.14
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import 'css/unsemantic-grid-responsive-tablet-no-ie7.css';
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.h1,
.std h1 {
  font-size: 48px;
}
.h2,
.std h2 {
  font-size: 36px;
}
.h3,
.std h3 {
  font-size: 24px;
}
.h4,
.std h4 {
  font-size: 18px;
}
.h5,
.std h5 {
  font-size: 16px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.std h1,
.std h2,
.std h3,
.std h4,
.std h5 {
  line-height: 1.5;
  margin-bottom: 0.5em;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
}
.button,
.std input[type="submit"] {
  background: #c32032;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  padding: 0.75em 2em;
  font-size: 16px;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.button-alt {
  background: #EEAE09;
}
@font-face {
  font-family: "Flaticon";
  src: url("flaticon/Flaticon.eot");
  src: url("flaticon/Flaticon.eot?#iefix") format("embedded-opentype"), url("flaticon/Flaticon.woff") format("woff"), url("flaticon/Flaticon.ttf") format("truetype"), url("flaticon/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("Flaticon.svg#Flaticon") format("svg");
  }
}
body {
  font: 16px 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  width: 100%;
  text-rendering: optimizeLegibility;
}
body #page {
  overflow: hidden;
}
.grid-container {
  max-width: 1170px;
}
a {
  color: #09AEEE;
}
.first-cell {
  padding-left: 0;
}
.last-cell {
  padding-right: 0;
}
img.respond {
  max-width: 100%;
  height: auto;
  display: block;
}
.aligncenter {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both;
  display: block !important;
  float: none !important;
}
.grid-row:after,
.grid-row:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.alignleft {
  text-align: left;
  float: left;
  margin-right: 20px;
}
.alignright {
  text-align: right;
  float: right;
  margin-left: 20px;
}
.hide {
  display: none;
}
input,
select,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: solid 1px #ccc;
  width: 100%;
  padding: 10px;
  font-size: 12px;
}
input[type="submit"],
select[type="submit"],
textarea[type="submit"] {
  width: auto;
}
select::-ms-expand {
  display: none;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  background: #fff;
  position: relative;
  margin: 0;
  vertical-align: bottom;
}
input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
  content: '';
  background: #ccc;
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 2px;
  top: 2px;
  display: block;
}
input[type="radio"] {
  -webkit-border-radius: 100% 100% 100% 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100% 100% 100% 100%;
  -moz-background-clip: padding;
  border-radius: 100% 100% 100% 100%;
  background-clip: padding-box;
}
.screen-reader-text {
  display: none;
}
.page-nav {
  background: #EE09AE;
  text-align: right;
}
.page-nav a {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  padding: 1em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-nav {
    position: fixed;
    left: 100%;
    right: -100%;
    -webkit-transition: left 0.5s ease, right 0.5s ease;
    -moz-transition: left 0.5s ease, right 0.5s ease;
    -o-transition: left 0.5s ease, right 0.5s ease;
    transition: left 0.5s ease, right 0.5s ease;
    overflow: visible auto;
  }
  .page-nav:before {
    content: '\f100';
    font-family: FontAwesome;
    position: absolute;
    right: 100%;
    top: 0;
    background: #09AEEE;
    color: #fff;
    line-height: 35px;
    width: 35px;
    text-align: center;
    height: 35px;
    display: block;
    font-size: 24px;
    -webkit-border-radius: 5px 0 0 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px 0 0 5px;
    -moz-background-clip: padding;
    border-radius: 5px 0 0 5px;
    background-clip: padding-box;
  }
  .page-nav a {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body.show-page-nav .page-nav {
    left: 35px;
    right: 0;
  }
  body.show-page-nav .page-nav:before {
    content: '\f101';
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.79);
  z-index: 9999;
  padding-bottom: 24px;
}
#masthead .grid-container {
  max-width: 1240px;
}
#masthead .site-title {
  display: block;
  float: left;
  margin-top: 35px;
  margin-bottom: 10px;
  max-width: 28%;
  -webkit-transition: margin 0.5s ease;
  -moz-transition: margin 0.5s ease;
  -o-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
}
@media screen and (max-width: 1023px) {
  #masthead .site-title {
    max-width: 330px;
    margin-top: 10px;
  }
}
#masthead .site-title img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #masthead .site-title {
    padding-right: 60px;
  }
}
#masthead .search-form {
  padding-right: 40px;
  position: relative;
  border: solid 1px #ccc;
  float: right;
}
#masthead .search-form:after {
  content: '\f002';
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 36px;
  width: 40px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
#masthead .search-form input {
  border-top: none;
  border-left: none;
  border-bottom: none;
}
#masthead .search-form .search-submit {
  position: absolute;
  right: 0;
  font-size: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  border: none;
  z-index: 1;
  background: transparent;
}
.nav-menu &gt; li {
  display: block;
  float: left;
  position: relative;
  z-index: 99;
}
.nav-menu &gt; li a {
  display: block;
  text-decoration: none;
  color: #000;
}
.nav-menu &gt; li .sub-menu {
  position: absolute;
  background: #fff;
  z-index: 98;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
@media screen and (min-width: 768px) {
  .nav-menu &gt; li:hover &gt; .sub-menu {
    max-height: none;
  }
}
#communication-navigation,
#primary-navigation {
  float: right;
  padding-top: 25px;
}
#communication-navigation {
  font-size: 15px;
}
#communication-navigation .nav-menu {
  float: left;
}
#communication-navigation .slash {
  float: left;
}
#communication-navigation .button &gt; a {
  color: #fff;
  display: block;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 0.75em 2em;
}
#communication-navigation .button &gt; a:hover {
  background: #414141;
}
#communication-navigation .button {
  margin-left: 20px;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  #communication-navigation {
    float: none;
  }
  #communication-navigation .button {
    margin-left: 0;
  }
  #communication-navigation a {
    color: #fff;
  }
  #communication-navigation a.envelope {
    color: #fff;
  }
  #communication-navigation .nav-menu {
    padding: 10px 0;
    float: none;
  }
  #communication-navigation .nav-menu:after,
  #communication-navigation .nav-menu:before {
    content: '';
    display: block;
    clear: both;
    font-size: 0;
    width: 0;
    height: 0;
    overflow: hidden;
  }
  #communication-navigation .alignleft {
    padding-left: 10px;
  }
  #communication-navigation .slash {
    display: none;
  }
}
#masthead .alignright {
  margin-left: 10px;
}
#masthead #primary-navigation .icon-menu a {
  font-size: 0;
  display: block;
  padding: 0;
}
#masthead #primary-navigation .icon-menu a:before {
  font-family: FontAwesome;
  font-size: 18px;
}
#masthead #primary-navigation .icon-menu .facebook a:before {
  content: '\f09a';
}
#masthead #primary-navigation .icon-menu .twitter a:before {
  content: '\f099';
}
#masthead #primary-navigation .icon-menu .google-plus a:before {
  content: '\f0d5';
}
#masthead #primary-navigation .icon-menu .pinterest a:before {
  content: '\f0d2';
}
#masthead #primary-navigation .icon-menu.social-nav-menu &gt; li &gt; a[rel='nofollow'] {
  color: #000;
  text-align: center;
  border: solid 1px #000000;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -4px;
  -webkit-border-radius: 100% 100% 100% 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100% 100% 100% 100%;
  -moz-background-clip: padding;
  border-radius: 100% 100% 100% 100%;
  background-clip: padding-box;
}
#masthead #primary-navigation .icon-menu.social-nav-menu &gt; li &gt; a[rel='nofollow']:hover {
  background: rgba(0, 0, 0, 0.11);
}
#masthead #primary-navigation .icon-menu.nav-menu &gt; li a {
  color: #aaaaaa;
  background: transparent;
}
.menu-toggle.fa {
  display: none;
  font-size: 0;
  margin-left: 10px;
  cursor: pointer;
  color: #09AEEE;
  position: absolute;
  right: 10px;
  top: 40px;
}
.menu-toggle.fa:before {
  font-size: 28px;
}
@media screen and (max-width: 1023px) {
  .menu-toggle.fa {
    display: block;
    top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .menu-toggle.fa {
    top: 20px;
  }
}
#primary-navigation {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}
#primary-navigation .nav-menu {
  float: right;
}
#primary-navigation .nav-menu &gt; li a {
  padding: 3px 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 1210px) {
  #primary-navigation .nav-menu &gt; li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#primary-navigation .search-trigger {
  float: right;
  font-size: 18px;
  -webkit-border-radius: 100% 100% 100% 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100% 100% 100% 100%;
  -moz-background-clip: padding;
  border-radius: 100% 100% 100% 100%;
  background-clip: padding-box;
  border: solid 1px #09AEEE;
  display: block;
  line-height: 36px;
  overflow: hidden;
  height: 36px;
  width: 36px;
  margin-top: -4px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  #primary-navigation .search-trigger {
    display: none;
  }
}
#primary-navigation .search-trigger:hover {
  background-color: rgba(0, 0, 0, 0.11);
}
#primary-navigation #mobile-side-nav {
  position: relative;
}
#primary-navigation .search-form {
  position: absolute;
  display: block;
  top: 100%;
  right: -1000px;
  margin-right: -3px;
  z-index: 100;
  background: #fff;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
}
@media screen and (max-width: 1023px) {
  #primary-navigation .search-form {
    position: relative;
    top: 0;
    right: 0;
    left: auto;
    margin: 5px 10px 10px;
    float: none;
    padding-right: 30px;
  }
  #primary-navigation .search-form input {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #primary-navigation .search-form .search-submit {
    width: 30px;
  }
  #primary-navigation .search-form:after {
    font-size: 16px;
    line-height: 26px;
    width: 30px;
  }
}
@media screen and (max-width: 1023px) {
  #primary-navigation {
    padding-bottom: 35px;
  }
}
.search-shown #primary-navigation .search-form {
  right: 0;
  margin-top: 1px;
}
.admin-bar #masthead {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #masthead {
    top: 48px;
  }
}
.mobile-icon-links {
  clear: both;
}
.mobile-icon-links a {
  color: #ffffff;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.sprite:before {
  content: '';
  color: #aaa;
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2em;
  padding: 10px;
}
.sprite.envelope:before {
  content: '\f103';
}
.sprite.cloud:before {
  content: '\f101';
}
.sprite.phone:before {
  content: '\f102';
}
.sprite.link:before {
  content: '\f100';
}
.sprite.slash:before {
  background-position: -50px 0;
  width: 6px;
  height: 22px;
  margin: 0 15px;
}
#top-navigation {
  background: #414141;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  line-height: 37px;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  overflow: hidden;
}
#top-navigation .menu-top-container {
  max-width: 1240px;
  margin: 0 auto;
}
#top-navigation ul {
  float: right;
}
#top-navigation ul li {
  display: block;
  float: left;
}
#top-navigation ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  display: block;
}
#top-navigation ul li a:after {
  content: '|';
  color: #fff;
  padding: 0 1em;
}
#top-navigation ul li:last-of-type a:after {
  content: none;
}
#top-navigation ul li.brand-color &gt; a:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-navigation ul {
    text-align: center;
  }
  #top-navigation ul li {
    padding: 0 5px;
  }
}
body.has-top-nav {
  padding-top: 40px;
}
body.has-top-nav #masthead {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  body.has-top-nav #masthead {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  #masthead {
    position: relative;
  }
  .admin-bar #masthead {
    top: 0;
  }
  body.has-top-nav {
    padding-top: 0;
  }
  #mobile-side-nav {
    -webkit-transition: left 0.25s ease, right 1s ease;
    -moz-transition: left 0.25s ease, right 1s ease;
    -o-transition: left 0.25s ease, right 1s ease;
    transition: left 0.25s ease, right 1s ease;
    position: absolute;
    left: 100%;
    right: -100%;
    width: 100%;
    top: 100%;
    background: #EE09AE;
  }
  #primary-navigation {
    display: block;
    float: none;
  }
  #primary-navigation .alignright {
    float: none;
    text-align: left;
    margin-left: 0;
  }
  #primary-navigation .nav-menu {
    float: none;
  }
  #primary-navigation .nav-menu:after,
  #primary-navigation .nav-menu:before {
    content: '';
    display: block;
    clear: both;
    font-size: 0;
    width: 0;
    height: 0;
    overflow: hidden;
  }
  #primary-navigation .nav-menu &gt; li {
    float: none;
    padding: 5px 10px;
  }
  #primary-navigation .nav-menu &gt; li a {
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #primary-navigation .nav-menu &gt; li .sub-menu {
    position: relative;
    left: -100%;
    right: 100%;
    -webkit-transition: left 0.25s ease, right 1s ease;
    -moz-transition: left 0.25s ease, right 1s ease;
    -o-transition: left 0.25s ease, right 1s ease;
    transition: left 0.25s ease, right 1s ease;
  }
  #primary-navigation .nav-menu li.menu-item-has-children &gt; a:before {
    content: '\f0da';
    font-family: FontAwesome;
    float: right;
  }
  #primary-navigation .nav-menu li.menu-item-has-children.expanded &gt; a:before {
    content: '\f0d7';
  }
  #primary-navigation .nav-menu li.expanded &gt; .sub-menu {
    max-height: none;
    left: 0;
    right: 0;
  }
  #primary-navigation .nav-menu li.expanded &gt; .sub-menu a {
    color: #fff;
    background: #EEAE09;
  }
  #primary-navigation .nav-menu li.expanded &gt; .sub-menu a:hover {
    background: #fff;
    color: #EEAE09;
  }
  .mobile-menu-shown #mobile-side-nav {
    left: 0;
    right: 0;
  }
}
#page-header {
  padding-top: 9.35483871%;
  margin-bottom: 20px;
  background-color: #494949;
  background-position: center center;
  background-repeat: no-repeat;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: relative;
}
#page-header .page-title {
  font-size: 48px;
  text-transform: uppercase;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 95px 0;
  color: #fff;
  float: left;
}
@media screen and (min-width: 1024px) {
  #page-header.no-title {
    padding-top: 0;
    height: 220px;
  }
}
#page-header #breadcrumbs {
  position: absolute;
  bottom: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
  left: 0;
  right: 0;
  text-align: right;
}
#page-header #breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #page-header .page-title {
    font-size: 32px;
    padding: 40px 0 20px;
    float: none;
  }
  #page-header #breadcrumbs {
    position: static;
    text-align: left;
  }
  #page-header #breadcrumbs .grid-100,
  #page-header #breadcrumbs .grid-container {
    padding-left: 0;
  }
}
.video-link {
  display: block;
  position: relative;
}
.video-link:after {
  position: absolute;
  width: 72px;
  height: 72px;
  -webkit-border-radius: 100% 100% 100% 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100% 100% 100% 100%;
  -moz-background-clip: padding;
  border-radius: 100% 100% 100% 100%;
  background-clip: padding-box;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  font-family: FontAwesome;
  content: '\f0da';
  color: #09AEEE;
  top: 50%;
  left: 50%;
  margin-top: -36px;
  margin-left: -36px;
  line-height: 72px;
  text-align: center;
  font-size: 60px;
  padding-left: 10px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#TB_title {
  border-bottom-color: #000!important;
}
#TB_window {
  background-color: #000!important;
  border: solid 10px #000;
  -webkit-border-radius: 5px 5px 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 5px 5px 5px;
  -moz-background-clip: padding;
  border-radius: 5px 5px 5px 5px;
  background-clip: padding-box;
}
div.wpcf7-response-output {
  clear: both;
}
#colophon {
  background-color: #2d2d30;
  color: #c9c9c9;
  padding-top: 35px;
}
#colophon .footer-site-logo {
  display: block;
}
#colophon a {
  color: #c9c9c9;
  text-decoration: none;
}
#colophon a:hover {
  color: #fff;
}
#colophon h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
}
#colophon .widget-title {
  margin-bottom: 30px;
}
#colophon .widget {
  margin-top: 30px;
}
#colophon .menu a {
  text-transform: uppercase;
}
#colophon p {
  padding-bottom: 1em;
}
#colophon .fa {
  width: 25px;
  margin-right: 5px;
  text-align: center;
}
#colophon .menu-item.facebook,
#colophon .menu-item.google-plus,
#colophon .menu-item.pinterest,
#colophon .menu-item.twitter {
  display: block;
  float: left;
  margin-right: 10px;
}
#colophon .menu-item.facebook a,
#colophon .menu-item.google-plus a,
#colophon .menu-item.pinterest a,
#colophon .menu-item.twitter a {
  font-size: 0;
  display: block;
  -webkit-border-radius: 100% 100% 100% 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100% 100% 100% 100%;
  -moz-background-clip: padding;
  border-radius: 100% 100% 100% 100%;
  background-clip: padding-box;
  border: solid 1px;
}
#colophon .menu-item.facebook a:before,
#colophon .menu-item.google-plus a:before,
#colophon .menu-item.pinterest a:before,
#colophon .menu-item.twitter a:before {
  font-size: 14px;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-family: FontAwesome;
}
#colophon .facebook a:before {
  content: '\f09a';
}
#colophon .twitter a:before {
  content: '\f099';
}
#colophon .google-plus a:before {
  content: '\f0d5';
}
#colophon .pinterest a:before {
  content: '\f0d2';
}
#colophon .form-wrapper {
  background: #adadaf;
  height: 50px;
  position: relative;
  padding-right: 40px;
}
#colophon .form-wrapper button,
#colophon .form-wrapper input {
  background: #adadaf;
  border: none;
}
#colophon .form-wrapper input {
  font-size: 13px;
  font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 15px 20px;
}
#colophon .form-wrapper button {
  color: #fff;
  position: absolute;
  padding: 0;
  right: 0;
  top: 50%;
  width: 40px;
  margin-top: -7.5px;
  outline: none;
  cursor: pointer;
}
#colophon .form-wrapper ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #757575;
}
#colophon .form-wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #757575;
}
#colophon .form-wrapper :-ms-input-placeholder {
  /* IE 10+ */
  color: #757575;
}
#colophon .form-wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #757575;
}
#colophon .form-wrapper .wpcf7-not-valid-tip {
  font-size: 12px;
  display: block;
  padding: 5px 0;
}
#colophon div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}
#colophon #footer {
  border-bottom: solid 1px #333;
  padding-bottom: 10px;
}
#colophon .site-info {
  padding: 25px 0;
  font-size: 12px;
  font-weight: lighter;
}
#colophon .site-info .ipso {
  font-weight: normal;
  padding-left: 50px;
}
#colophon .site-info .ipso a {
  font-size: 0;
  background: transparent url("images/ipso-logo.svg") no-repeat 0 0;
  background-size: cover;
  width: 38px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  #colophon .site-info .ipso {
    float: right;
    padding-left: 0;
  }
}
.std {
  color: #999;
}
.std .uppercase {
  text-transform: uppercase;
}
.std b,
.std strong {
  font-weight: bold;
}
.std em,
.std i {
  font-style: italic;
}
.std p {
  padding-bottom: 1em;
  line-height: 1.85714286;
}
.std ul {
  font-size: 16px;
  padding-bottom: 15px;
}
.std ul li {
  padding: 5px 0 5px 25px;
  position: relative;
  color: #09AEEE;
}
.std ul li:before {
  content: '\f105';
  font-family: FontAwesome;
  padding-right: 20px;
  position: absolute;
  left: 0;
  top: 8px;
}
.std ul li.map-marker {
  padding-left: 45px;
}
.std ul li.map-marker:before {
  content: '\f041';
  font-size: 30px;
  color: #dadddf;
}
.std ul li.phone {
  padding-left: 45px;
}
.std ul li.phone:before {
  content: '\f095';
  font-size: 30px;
  color: #dadddf;
}
.std ul li.envelope {
  padding-left: 45px;
}
.std ul li.envelope:before {
  content: '\f003';
  font-size: 30px;
  color: #dadddf;
}
.std ol {
  padding-left: 20px;
  padding-bottom: 15px;
  list-style-type: decimal;
}
.std img {
  max-width: 100%;
  height: auto;
  display: block;
}
.std .section {
  padding-top: 75px;
  padding-bottom: 75px;
}
.std .large-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.std .small-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.banners {
  /**Slick JS Begin **/
  /**Slick JS End**/
}
.banners .slick-prev {
  left: 0;
}
.banners .slick-prev:before {
  content: '\f053';
}
.banners .slick-next {
  right: 0;
}
.banners .slick-next:before {
  content: '\f054';
}
.banners .slick-next,
.banners .slick-prev {
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1001;
  border: none;
  background: transparent;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banners .slick-next:before,
.banners .slick-prev:before {
  font-family: FontAwesome;
  font-size: 60px;
}
.banners .slick-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.banners .slick-dots li {
  display: inline-block;
}
.banners .slick-dots li button {
  background-color: #000;
  font-size: 0;
  padding: 0;
  -webkit-border-radius: 100% 100% 100% 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100% 100% 100% 100%;
  -moz-background-clip: padding;
  border-radius: 100% 100% 100% 100%;
  background-clip: padding-box;
  opacity: 0.5;
  overflow: hidden;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  border: none;
}
.banners .slick-dots li.slick-active button {
  background-color: #fff;
}
.banners .banner {
  background-size: cover;
}
.banners .banner-wrapper {
  display: table;
  width: 100%;
  height: 768px;
}
@media screen and (max-width: 767px) {
  .banners .banner-wrapper {
    height: 230px;
  }
}
.banners .banner-wrapper .banner-content {
  display: table-row;
  max-width: 1170px;
  margin: 0 auto;
  height: 100%;
}
.banners .banner-wrapper .banner-content-cell {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 23px;
  font-weight: lighter;
}
.banners .banner-wrapper .banner-content-cell .banner-content-background {
  background: rgba(86, 86, 90, 0.6);
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .banners .banner-wrapper .banner-content-cell .banner-content-background {
    padding: 20px;
  }
}
.banners .banner-wrapper .banner-content-cell h1 {
  font-size: 157px;
  margin-left: -10px;
  text-transform: uppercase;
  letter-spacing: -0.06em;
  font-weight: bold;
  line-height: 1;
  text-shadow: 6px 6px 5px rgba(0, 0, 0, 0.09);
}
.banners .banner-wrapper .banner-content-cell h2 {
  font-size: 18px;
  padding-bottom: 1em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .banners .banner-wrapper .banner-content-cell {
    font-size: 13px;
  }
  .banners .banner-wrapper .banner-content-cell h1 {
    font-size: 65px;
  }
  .banners .banner-wrapper .banner-content-cell h2 {
    font-size: 15px;
  }
}
.banners .banner-wrapper .banner-content-cell .button {
  margin-top: 1em;
}
.background {
  padding-top: 75px;
  padding-bottom: 75px;
}
.divider {
  background: #fff url("images/divider-pattern.png") repeat center top;
  height: 38px;
}
.widget_upcoming_events {
  max-width: 1170px;
  margin: 0 auto;
}
.widget_upcoming_events:after,
.widget_upcoming_events:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.excerpt-box {
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 90px;
  color: #999;
  text-decoration: none;
  display: block;
}
.excerpt-box span {
  display: block;
}
.excerpt-box .thumbnail {
  position: relative;
  padding-top: 72.72727273%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 35px;
}
.excerpt-box .thumbnail .insert {
  position: absolute;
  background-color: #EE09AE;
  color: #fff;
  font-weight: bold;
  bottom: 0;
  left: 0;
  right: 40%;
  height: 37px;
  line-height: 37px;
  padding-left: 15px;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
}
.excerpt-box .thumbnail .insert:after {
  content: '';
  overflow: hidden;
  position: absolute;
  border-top: solid 37px transparent;
  border-left: solid 16px #EE09AE;
  left: 100%;
}
.excerpt-box .title {
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.excerpt-box .title:after {
  content: '+';
  background-color: #EE09AE;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: #fff;
  display: block;
  float: right;
  -webkit-border-radius: 100% 100% 100% 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100% 100% 100% 100%;
  -moz-background-clip: padding;
  border-radius: 100% 100% 100% 100%;
  background-clip: padding-box;
  font-size: 36px;
  font-weight: lighter;
  font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
}
.excerpt-box .sub-title {
  font-size: 16px;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #868686;
}
.excerpt-box .sub-title:before {
  padding-right: 4px;
}
.excerpt-box .instructor:before {
  content: 'Instructor:';
}
.excerpt-box .location:before {
  content: 'Location:';
}
.excerpt-box .excerpt {
  margin-top: 1em;
}
.excerpt-box span.button {
  display: inline-block;
  background-color: transparent;
  border: solid 2px #d5d5d5;
  color: #000;
  font-size: 14px;
  position: absolute;
  bottom: 0;
}
.box {
  border: solid 1px #fff;
  text-align: center;
  padding: 10px 20px 55px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
}
.box img {
  margin: 0 auto;
}
.box .box-title {
  font-size: 30px;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0.55em;
  color: #EE09AE;
  display: block;
  text-decoration: none;
}
.box .box-content {
  font-size: 12px;
  display: block;
  text-decoration: none;
  color: #fff;
}
.box .glyph {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -51px;
  margin-top: -51px;
  color: #EE09AE;
  -webkit-border-radius: 100% 100% 100% 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100% 100% 100% 100%;
  -moz-background-clip: padding;
  border-radius: 100% 100% 100% 100%;
  background-clip: padding-box;
  background: #414141;
  padding: 22px;
  height: 58px;
  width: 58px;
  text-align: center;
  line-height: 58px;
  display: block;
}
.box .glyph:before {
  border: solid 1px #fff;
  -webkit-border-radius: 100% 100% 100% 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100% 100% 100% 100%;
  -moz-background-clip: padding;
  border-radius: 100% 100% 100% 100%;
  background-clip: padding-box;
  content: '+';
  font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 36px;
  color: #fff;
  display: block;
}
.box:hover .glyph:before {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .box {
    margin-bottom: 50px;
  }
}
header.excerpt-box {
  padding-bottom: 25px;
  margin-bottom: 0;
}
header.excerpt-box .title {
  font-size: 24px;
}
.widget_stacked_blocks .bg-image {
  padding: 80px 0;
}
.widget_stacked_blocks .bg-image {
  background-size: cover;
  background-position: center center;
}
.widget_stacked_blocks .block-row {
  background: #fff;
  margin-bottom: 25px;
}
.widget_stacked_blocks .side-image {
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .widget_stacked_blocks .block-row .grid-container {
    padding-left: 0;
    padding-right: 0;
  }
  .widget_stacked_blocks .side-image {
    padding-top: 100%;
    font-size: 0;
  }
}
.widget_stacked_blocks .content {
  color: #808080;
  padding: 50px 50px 50px 15px;
}
.widget_stacked_blocks .content h1,
.widget_stacked_blocks .content h2,
.widget_stacked_blocks .content h3,
.widget_stacked_blocks .content h4 {
  text-transform: uppercase;
  color: #000;
}
.widget_stacked_blocks .content p {
  line-height: 1.92857143;
  margin-bottom: 20px;
}
.widget_recent_entries {
  padding: 60px 0;
}
.widget_recent_entries .std {
  text-align: center;
}
.widget_recent_entries .std h3 {
  font-size: 36px;
  text-transform: uppercase;
}
.widget_recent_entries ul {
  margin-top: 40px;
  list-style-type: none;
  padding: 0;
  margin-left: -25px;
  margin-right: -25px;
}
.widget_recent_entries .recent-post {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 32px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.widget_recent_entries .recent-post .thumbnail {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.widget_recent_entries .recent-post .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.widget_recent_entries .recent-post .thumbnail .post-categories {
  position: absolute;
  bottom: 0;
  left: 0;
}
.widget_recent_entries .recent-post .post-title {
  font-size: 20px;
  color: #000;
  text-decoration: none;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.widget_recent_entries .post-meta {
  font-size: 16px;
  color: #868686;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
}
.widget_recent_entries .post-meta &gt; span {
  display: inline-block;
  padding-bottom: 15px;
}
.widget_recent_entries .post-meta &gt; span:after {
  content: '/';
  padding: 0 5px;
}
.widget_recent_entries .post-meta &gt; span:last-child:after {
  content: none;
}
.widget_recent_entries .post-excerpt {
  color: #999;
  line-height: 1.85714286;
  margin-bottom: 1em;
  display: block;
}
.widget_recent_entries .post-categories a {
  background-color: #EE09AE;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 15px;
  font-size: 13px;
}
.widget_recent_entries .post-categories a:hover {
  background-color: #000;
}
.widget_recent_entries .read-more-link {
  position: absolute;
  bottom: 0;
  left: 25px;
}
.comment-reply-link,
.read-more-link {
  text-decoration: none;
  display: inline-block;
  border-bottom: solid 2px #000;
  color: #000;
  text-transform: uppercase;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  padding-bottom: 8px;
}
.comment-reply-link:hover,
.read-more-link:hover {
  border-color: #09AEEE;
}
#primary.blog .page-title {
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
#primary.blog .page-title,
#primary.blog .page-title a {
  color: #000;
  text-decoration: none;
}
#primary.blog .featured-image {
  position: relative;
  margin-bottom: 45px;
}
#primary.blog .featured-image img {
  width: 100%;
  height: auto;
  display: block;
}
#primary.blog .featured-image .insert {
  position: absolute;
  left: 0;
  bottom: 0;
}
#primary.blog .featured-image .insert a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  background: #EE09AE;
  padding: 5px 20px;
}
#primary.blog .post-author,
#primary.blog .post-date {
  color: #868686;
  font-size: 16px;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  display: inline-block;
}
#primary.blog .post-author:before {
  content: 'By ';
}
#primary.blog .post-author:after {
  content: '/ ';
}
#primary.blog .post-meta {
  padding-bottom: 1em;
}
#primary.blog article {
  margin-bottom: 60px;
}
.grid-block {
  padding-top: 100%;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 12%;
  margin-left: 5%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .grid-block {
    margin: 0 0 10px;
  }
}
.grid-block:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  content: '';
  z-index: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  background-image: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  background-image: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
}
.grid-block.grid-block-horizontal {
  padding-top: 84.84848485%;
}
.grid-block.grid-block-vertical {
  padding-top: 136.04651163%;
}
.grid-block .titles {
  position: absolute;
  bottom: 30px;
  left: 40px;
  color: #fff;
}
.grid-block .titles span {
  display: block;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.grid-block .titles span.first {
  font-size: 16px;
}
.grid-block .titles span.second {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .grid-column {
    padding: 90px 0 0;
  }
}
.block-section {
  padding: 40px 20px;
  margin-left: -10px;
  margin-right: -10px;
}
.block-section:after,
.block-section:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.block-section h2 {
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .block-section {
    margin-left: -2000px;
    margin-right: -2000px;
    padding: 50px 2010px;
  }
}
.block-section .button {
  min-width: 50%;
}
.action-block-wrapper {
  padding: 15px;
}
.action-block {
  border: solid 1px #ededed;
}
.action-block img {
  width: 100%;
}
.action-block .block-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #000;
}
.action-block .block-sub-title {
  font-size: 16px;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
}
.action-block .block-main {
  padding: 30px;
  position: relative;
}
.action-block .block-content ul li:before {
  content: '\f00c';
  color: #4caf50;
}
.action-block .block-footer {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.action-block .block-footer:after,
.action-block .block-footer:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.action-block .block-footer .button {
  width: 50%;
  display: block;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slim-box-wrapper {
  padding: 11px;
  float: left;
  -webkit-transition: padding 0.5s ease;
  -moz-transition: padding 0.5s ease;
  -o-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .slim-box-wrapper {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 768px) {
  .slim-box-wrapper {
    padding: 25px 15px;
  }
}
.gallery-browser {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  right: 100%;
  left: -100%;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  color: #fff;
}
.gallery-browser.shown {
  left: 0;
  right: 0;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gallery-browser .browser-slider {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 770px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gallery-browser .browser-slider .slick-arrow {
  background: transparent;
  position: absolute;
  border: none;
  font-size: 0;
  top: 50%;
  height: 30px;
  width: 30px;
  padding: 0;
  line-height: 20px;
  text-align: center;
  z-index: 99;
}
.gallery-browser .browser-slider .slick-arrow:before {
  font-size: 32px;
  color: #fff;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
}
.gallery-browser .browser-slider .slick-arrow:hover {
  background: #09AEEE;
}
.gallery-browser .browser-slider .slick-prev {
  left: 0;
  margin-left: -50px;
}
.gallery-browser .browser-slider .slick-prev:before {
  content: '&lt;';
}
.gallery-browser .browser-slider .slick-next {
  right: 0;
  margin-right: -50px;
}
.gallery-browser .browser-slider .slick-next:before {
  content: '&gt;';
}
.gallery-browser .browser-slider .image img {
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  width: auto;
}
.gallery-browser .browser-slider h4 {
  text-transform: uppercase;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .gallery-browser .browser-slider .slick-arrow {
    top: auto;
    bottom: -10px;
  }
  .gallery-browser .browser-slider .slick-prev {
    margin-left: 0;
  }
  .gallery-browser .browser-slider .slick-next {
    margin-right: 0;
  }
  .gallery-browser .browser-slider .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.slim-box {
  padding-top: 146.15384615%;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .slim-box {
    padding-top: 115.38461538%;
  }
}
.slim-box span {
  display: block;
}
.slim-box .title {
  display: block;
  text-decoration: none;
}
.slim-box .gallery-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slim-box .gallery-icon a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slim-box .gallery-icon img {
  max-width: 100%;
  display: block;
  height: auto;
  visibility: hidden;
}
.slim-box .info {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 10px 20px;
  color: #fff;
}
.slim-box .info a {
  color: #fff;
}
.slim-box .info.clickable {
  pointer-events: all;
}
.slim-box .title {
  font-size: 16px;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  padding-bottom: 5px;
}
.slim-box .sub-title {
  font-size: 14px;
}
.slim-box .extra {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease, padding 1s ease;
  -moz-transition: max-height 0.5s ease, padding 1s ease;
  -o-transition: max-height 0.5s ease, padding 1s ease;
  transition: max-height 0.5s ease, padding 1s ease;
}
.slim-box:hover .info {
  background-color: #EE09AE;
  color: #fff;
}
.slim-box:hover .info .fa {
  font-size: 16px;
}
.slim-box:hover .extra {
  max-height: 300px;
  padding: 20px 0;
}
.circle-30 {
  border: solid 2px;
  -webkit-border-radius: 100% 100% 100% 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100% 100% 100% 100%;
  -moz-background-clip: padding;
  border-radius: 100% 100% 100% 100%;
  background-clip: padding-box;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px !important;
  text-decoration: none;
  display: inline-block;
}
.gallery {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzMTNhNDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE4MWIyMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #313a40, #181b23);
  background-image: -moz-linear-gradient(top, #313a40, #181b23);
  background-image: -o-linear-gradient(top, #313a40, #181b23);
  background-image: linear-gradient(to bottom, #313a40, #181b23);
  margin: 0 -1000px;
  padding: 40px 1000px 40px;
}
.gallery-slider {
  position: relative;
  -webkit-transition: padding 0.5s ease;
  -moz-transition: padding 0.5s ease;
  -o-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}
.gallery-slider .slick-arrow {
  border: solid 1px #fff;
  cursor: pointer;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  overflow: hidden;
  font-size: 0;
  background: transparent;
  position: absolute;
  top: 50%;
  margin-top: -22.5px;
  color: #fff;
}
.gallery-slider .slick-arrow:before {
  font-family: FontAwesome;
  font-size: 40px;
  position: relative;
  top: -2px;
}
.gallery-slider .slick-arrow.slick-prev {
  left: -45px;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
.gallery-slider .slick-arrow.slick-prev:before {
  content: '\f104';
}
.gallery-slider .slick-arrow.slick-next {
  right: -45px;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
}
.gallery-slider .slick-arrow.slick-next:before {
  content: '\f105';
}
.gallery-slider.light-background .slick-arrow {
  border-color: #000000;
  color: #000000;
}
@media screen and (max-width: 1314px) {
  .gallery-slider {
    padding-left: 55px;
    padding-right: 55px;
  }
  .gallery-slider .slick-arrow.slick-prev {
    left: 0;
  }
  .gallery-slider .slick-arrow.slick-next {
    right: 0;
  }
}
.slick-arrow {
  outline: none;
}
.page-numbers,
.tag-button {
  color: #d5d5d5;
  border: solid 2px;
  text-transform: uppercase;
  padding: 3px 12px;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
  text-decoration: none;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.page-numbers.current,
.tag-button.current,
.page-numbers:hover,
.tag-button:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.page-numbers.featured,
.tag-button.featured {
  padding: 5px 15px;
  border-color: #EE09AE;
  color: #000;
}
.pagination {
  margin-bottom: 120px;
}
.pagination:after,
.pagination:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.pagination .page-numbers {
  margin-right: 6px;
}
body.post-type-archive-program .excerpt-box,
body.tax-program_cat .excerpt-box {
  margin-top: 45px;
}
@media screen and (min-width: 1024px) {
  body.post-type-archive-program .bigger-gutters,
  body.tax-program_cat .bigger-gutters {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (min-width: 768px) {
  body.post-type-archive-program .bigger-gutters .grid-100,
  body.tax-program_cat .bigger-gutters .grid-100,
  body.post-type-archive-program .bigger-gutters .grid-33,
  body.tax-program_cat .bigger-gutters .grid-33,
  body.post-type-archive-program .bigger-gutters .grid-66,
  body.tax-program_cat .bigger-gutters .grid-66 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  body.post-type-archive-program .bigger-gutters .grid-33:nth-child(3n+1),
  body.tax-program_cat .bigger-gutters .grid-33:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.post-type-archive-program .bigger-gutters .tablet-grid-50:nth-child(2n+1),
  body.tax-program_cat .bigger-gutters .tablet-grid-50:nth-child(2n+1) {
    clear: left;
  }
}
.related-programs {
  position: relative;
  margin: 80px 0;
}
.related-programs h2 {
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
.related-programs .slider {
  margin-left: -15px;
  margin-right: -15px;
}
.related-programs .related-program {
  padding: 0 15px;
}
.related-programs .slick-arrow {
  position: absolute;
  top: 0;
  margin-top: -45px;
  border: solid 2px #d5d5d5;
  color: #d5d5d5;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  line-height: 24px;
  text-align: center;
  font-size: 0;
  overflow: hidden;
}
.related-programs .slick-arrow:hover {
  background-color: #09AEEE;
}
.related-programs .slick-arrow:before {
  font-size: 24px;
  font-family: FontAwesome;
}
.related-programs .slick-arrow.slick-prev {
  right: 50px;
}
.related-programs .slick-arrow.slick-prev:before {
  content: '\f104';
}
.related-programs .slick-arrow.slick-next {
  right: 15px;
}
.related-programs .slick-arrow.slick-next:before {
  content: '\f105';
}
#sidebar .widget {
  margin-bottom: 45px;
}
#sidebar .widget-title {
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 0.5em;
  font-weight: bold;
}
#sidebar .nav-menu li,
#sidebar .widget_archive li,
#sidebar .widget_categories li,
#sidebar .widget_meta li,
#sidebar .widget_recent_comments li {
  display: block;
  float: none;
}
#sidebar .nav-menu li a,
#sidebar .widget_archive li a,
#sidebar .widget_categories li a,
#sidebar .widget_meta li a,
#sidebar .widget_recent_comments li a {
  display: block;
  padding: 0.5em 0;
  color: #999;
  text-decoration: none;
}
#sidebar .nav-menu li a:hover,
#sidebar .widget_archive li a:hover,
#sidebar .widget_categories li a:hover,
#sidebar .widget_meta li a:hover,
#sidebar .widget_recent_comments li a:hover {
  color: #09AEEE;
}
.square {
  padding-top: 100%;
  display: block;
}
.person-basic {
  padding: 15px 0;
  margin-left: -10px;
}
.person-basic:after,
.person-basic:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.person-basic .title {
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  display: block;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.person-basic .sub-title {
  text-transform: uppercase;
  color: #a4a4a4;
  display: block;
  margin-bottom: 14px;
}
.person-basic .fa {
  display: block;
  text-decoration: none;
  float: left;
  margin-right: 10px;
  color: #8d8d8d;
}
.gray-box {
  background: #fbfbfb;
  border: solid 1px #f0f0f0;
  color: #999;
  padding: 35px 15px 25px;
}
.gray-box .button {
  display: block;
  margin: 25px 25px 0;
}
body.single-person .about-person {
  margin-bottom: 60px;
}
body.single-person .about-person:after,
body.single-person .about-person:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
body.single-person .about-person .title {
  font-size: 30px;
  text-transform: uppercase;
  color: #313a40;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  display: block;
}
body.single-person .about-person .sub-title {
  text-transform: uppercase;
  color: #313a40;
  display: block;
}
body.single-person .about-person .extra {
  border: solid 1px #c1c4c5;
  border-left: none;
  border-right: none;
  display: block;
  margin: 15px 0;
}
body.single-person .about-person .extra:after,
body.single-person .about-person .extra:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
body.single-person .about-person .extra a {
  text-decoration: none;
  color: #313a40;
  display: block;
  padding: 15px 30px 15px 0;
  float: left;
}
body.single-person .about-person p {
  color: #313a40;
}
.error-page {
  text-align: center;
  max-width: 380px;
  margin-bottom: 100px;
  margin-top: 250px;
}
.error-page .button {
  background: #fff;
  color: #000;
  border: solid 1px #d5d5d5;
}
.error-page h1,
.error-page h2,
.error-page h3,
.error-page h4 {
  color: #272727;
}
.message1 {
  font-size: 60px;
  font-weight: lighter;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #25292f;
  line-height: 1;
}
.four-o-four {
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #25292f;
  font-size: 200px;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 40px;
  border-bottom: solid 1px #d5d5d5;
  margin-bottom: 40px;
}
.four-o-four .oh {
  color: #EE09AE;
}
#sidebar .recent-post .thumbnail {
  width: 100px;
  float: left;
  padding-right: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#sidebar .widget_search {
  padding-right: 65px;
  position: relative;
}
#sidebar .widget_search .search-field {
  border-right: none;
  padding: 18px;
}
#sidebar .widget_search:after,
#sidebar .widget_search .search-submit {
  position: absolute;
  font-size: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 65px;
  background: #25292f;
  overflow: hidden;
  color: 0;
  border: none;
  display: block;
  cursor: pointer;
}
#sidebar .widget_search:after {
  content: '\f002';
  color: #e3e3e3;
  font-family: FontAwesome;
  font-size: 20px;
  text-align: center;
  line-height: 55px;
  pointer-events: none;
}
.tagcloud:after,
.tagcloud:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.tagcloud a {
  font-size: 13px!important;
  text-transform: uppercase;
  color: #7d8d9b;
  text-decoration: none;
  padding: 5px 25px;
  display: block;
  float: left;
  border: solid 1px;
  margin: 0 12px 16px 0;
  -webkit-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 15px;
  -moz-background-clip: padding;
  border-radius: 15px;
  background-clip: padding-box;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
}
.tagcloud a:hover {
  background-color: #09AEEE;
  border-color: #09AEEE;
  color: #fff;
}
.single-post article footer {
  border: solid 1px #e9e9e9;
  border-left: none;
  border-right: none;
  padding: 10px 0;
  margin-bottom: 10px;
}
.single-post article footer:after,
.single-post article footer:before {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.single-post article .taglist {
  line-height: 30px;
  float: left;
}
.single-post article .taglist:before {
  content: 'Tag:';
  font-weight: bold;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  padding-right: 1em;
}
.single-post article .taglist a {
  text-decoration: none;
  color: #000;
}
.single-post article .shares {
  float: right;
}
ul.share li {
  display: block;
  float: left;
  margin-left: 5px;
}
ul.share a {
  font-size: 0;
  text-decoration: none;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #f4f4f4;
  display: block;
  content: '';
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  color: #bcbcbc;
  text-align: center;
}
ul.share a:before {
  font-family: FontAwesome;
  font-size: 14px;
}
ul.share a:hover {
  color: #fff;
  background: #09AEEE;
}
ul.share a.twitter:before {
  content: '\f099';
}
ul.share a.facebook:before {
  content: '\f09a';
}
ul.share a.pinterest:before {
  content: '\f0d2';
}
ul.share a.google:before {
  content: '\f0d5';
}
ul.share a.linkedin:before {
  content: '\f0e1';
}
ul.share a.tumblr:before {
  content: '\f173';
}
.field {
  position: relative;
}
.field label {
  position: absolute;
  color: #757575;
  padding: 8px 0;
}
.field input,
.field textarea {
  background: transparent;
  border: none;
  border-bottom: solid 2px #757575;
  padding: 10px 0;
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
}
.comments-area {
  margin-top: 50px;
}
.comments-area label {
  position: absolute;
  color: #b4b4b4;
  padding: 8px 24px;
}
.comments-area input,
.comments-area textarea {
  display: block;
  margin-bottom: 20px;
}
.comments-area .comment-form-author,
.comments-area .comment-form-email {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
}
.comments-area .comment-form-author {
  padding-right: 10px;
}
.comments-area .comment-form-email {
  padding-left: 10px;
}
.comments-area .comment-author {
  float: left;
  line-height: 24px;
}
.comments-area .comment-metadata {
  line-height: 24px;
  float: right;
}
.comments-area .comment-metadata a {
  text-decoration: none;
  color: #000;
}
.comments-area .comment-metadata .edit-link {
  font-weight: bold;
  border: solid 1px;
  display: inline-block;
  padding: 0 15px;
  margin-left: 10px;
}
.comments-area h2,
.comments-area h3,
.comments-area h4 {
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.comments-area h3.comment-reply-title small a {
  font-size: 14px;
}
.comments-area h2 {
  font-size: 24px;
}
.comments-area h3 {
  font-size: 36px;
}
.comments-area #submit {
  background: #EE09AE;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  border: none;
  font-weight: bold;
}
.calendar {
  margin-bottom: 100px;
}
.calendar header {
  background: #EE09AE;
  position: relative;
  height: 55px;
}
.calendar header h1 {
  line-height: 55px;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
.calendar header a {
  text-decoration: none;
  font-size: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  color: #fff;
  display: block;
  width: 70px;
  text-align: center;
  line-height: 55px;
  background: rgba(0, 0, 0, 0.1);
}
.calendar header a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.calendar header .fa-angle-left {
  left: 0;
}
.calendar header .fa-angle-right {
  right: 0;
}
.calendar table {
  margin-top: 50px;
  width: 100%;
}
.calendar table thead {
  background: #494949;
  color: #fff;
}
.calendar table thead th {
  width: 14.28571429%;
  text-transform: uppercase;
  padding: 10px 0;
  border: solid 1px #494949;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calendar table td {
  width: 14.28571429%;
  border: solid 1px #ccc;
}
.calendar .day {
  padding-top: 12.14285714%;
  position: relative;
}
.calendar .day .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  padding: 10px;
}
.calendar .day .content .dow {
  text-align: right;
}
.calendar .day .content .event {
  font-size: 12px;
  color: #09AEEE;
  cursor: pointer;
}
.calendar .day .content .event:hover {
  text-decoration: underline;
}
.body &gt; .event-detail {
  width: 270px;
  position: absolute;
}
.loading {
  font-size: 32px;
  margin: 30px;
  text-transform: uppercase;
  color: #09AEEE;
  border: solid 1px transparent;
  display: inline-block;
  padding: 8px;
  cursor: pointer;
  width: auto;
}
.loading:hover {
  border-color: #09AEEE;
}
.event-detail {
  background: #fff;
  line-height: 1;
  border: solid 1px #D5D3E9;
  color: #999;
  margin: 20px auto;
  display: block;
  text-decoration: none;
}
.event-detail .underline {
  color: #000;
  border-bottom: solid 2px #000;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 25px;
  padding-bottom: 10px;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.event-detail span {
  display: block;
}
.event-detail .header {
  background: #f3f2f8;
  padding: 10px;
}
.event-detail .header .title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  padding-bottom: 5px;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #000;
}
.event-detail .header .date {
  font-weight: bold;
}
.event-detail .info {
  padding: 10px 10px 0;
}
.event-detail .info .instructor,
.event-detail .info .location {
  margin-bottom: 10px;
}
.event-detail .info .instructor:before {
  content: 'Instructor:';
  display: block;
  color: #09AEEE;
}
.event-detail .info .location:before {
  content: 'Location:';
  display: block;
  color: #09AEEE;
}
.flex-gallery .slim-box-wrapper {
  float: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .flex-gallery {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
  }
  .gallery-columns-1 .flex-gallery .slim-box-wrapper {
    width: 100%;
  }
  .gallery-columns-2 .flex-gallery .slim-box-wrapper {
    width: 50%;
  }
  .gallery-columns-3 .flex-gallery .slim-box-wrapper {
    width: 33.33333333%;
  }
  .gallery-columns-4 .flex-gallery .slim-box-wrapper {
    width: 25%;
  }
  .gallery-columns-5 .flex-gallery .slim-box-wrapper {
    width: 20%;
  }
  .gallery-columns-6 .flex-gallery .slim-box-wrapper {
    width: 16.66666667%;
  }
  .gallery-columns-7 .flex-gallery .slim-box-wrapper {
    width: 14.28571429%;
  }
  .gallery-columns-8 .flex-gallery .slim-box-wrapper {
    width: 12.5%;
  }
  .gallery-columns-9 .flex-gallery .slim-box-wrapper {
    width: 11.11111111%;
  }
  .gallery-columns-10 .flex-gallery .slim-box-wrapper {
    width: 10%;
  }
}
@media screen and (max-width: 767px) {
  .slider .slim-box-wrapper {
    padding: 0;
  }
}
.story-intro {
  margin-bottom: 80px;
}
.story-intro .relative {
  position: relative;
}
.story-intro .story-date {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #09AEEE;
  color: #fff;
  font-family: 'Oswald', 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 30px 10px 15px;
}
.story-intro .story-date:after {
  position: absolute;
  left: 100%;
  top: 0;
  content: '';
  border-left: solid 15px #09AEEE;
  border-top: solid 41px transparent;
}
.story-intro h3 {
  text-transform: uppercase;
  margin-top: 30px;
}
.story-intro h3 a {
  text-decoration: none;
  font-weight: 600;
}
.story-intro .read-more-link {
  border: solid 2px #d5d5d5;
  padding: 10px 15px;
  line-height: 1;
}
.story-intro .share {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  padding-bottom: 0;
}
.story-intro .share li {
  padding-left: 0;
  margin-left: 0;
}
.story-intro .share li:before {
  content: none;
}
.story-intro .share li {
  padding-right: 4px;
}
@media screen and (min-width: 1024px) {
  .story-intro.grid-33:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .story-intro.tablet-grid-33:nth-child(3n+1) {
    clear: left;
  }
}
</pre></body></html>