/* VARIABLES */
/* -------------------------------------------------------------------------- *
 * Colors
 * -------------------------------------------------------------------------- */
/* $MetallicGold: #D4AF37; */
/* -------------------------------------------------------------------------- *
 * Media Breakpoints
 * -------------------------------------------------------------------------- */
/* MISCELLANEOUS */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
  clear: both;
  margin: 0;
}
q:after, q:before {
  content: '';
}
abbr, acronym {
  border: 0;
}
.clearfix:after, .clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  zoom: 1;
}
.container:after, .container:before {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:after, .container:before {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  zoom: 1;
}
.row:after, .row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:after, .row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
body {
  width: auto;
  height: auto;
  font-size: 14px;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  word-wrap: break-word;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
#page {
  max-width: 1440px;
  margin: 0 auto;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #515151;
}
h1 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -1px;
}
h2 {
  font-size: 3.214em;
  line-height: 1.2;
  letter-spacing: -1px;
}
h3 {
  font-size: 2.143em;
  line-height: 1.3;
  margin-bottom: .886em;
  letter-spacing: -1px;
}
h4 {
  font-size: 1.714em;
  line-height: 1.2;
  letter-spacing: -.5px;
}
h5 {
  font-size: 1.3em;
  line-height: 1.4;
  letter-spacing: -.5px;
}
h6 {
  font-size: 1.214em;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: -.5px;
}
.regular {
  font-weight: 400;
}
.upper {
  text-transform: uppercase;
}
hr {
  border: none;
  border-bottom: 1px solid;
  margin: 30px 0;
}
hr.border {
  height: 1px;
  background: #d2d2d2;
  padding: 0;
  margin: 45px 0 45px;
  border: none;
}
hr.gray {
  margin: 5px 0 0;
  border-bottom: 1px solid #ebebeb;
}
blockquote {
  padding-left: 45px;
  font-style: italic;
  line-height: 2;
  font-size: 1.4em;
  margin: 15px 0 30px;
}
address {
  margin-bottom: 15px;
}
strong {
  color: #515151;
  font-weight: 600;
}
a, a:link, a:visited {
  -webkit-transition: color .25s;
  transition: color .25s;
  color: #515151;
}
a:hover {
  color: #abadff;
}
abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help;
}
em {
  font-style: italic;
  font-weight: 300;
}
ol, ul {
  margin: 0;
}
ol li {
  list-style: decimal outside;
}
ul li {
  list-style: none;
}
dl {
  margin-bottom: 15px;
}
td, th {
  border: 1px solid;
  padding: 8px;
}
th {
  font-weight: 700;
  text-align: center;
}
img {
  max-width: 100%;
  height: auto;
}
caption {
  margin-bottom: 8px;
  text-align: center;
}
fieldset, p, table {
  margin-bottom: 1.786em;
}
a:link, a:visited {
  text-decoration: none;
}
:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin: .5em 1.5em 0 0;
}
.alignright {
  display: inline;
  float: right;
  margin: .5em 0 0 1.5em;
}
.aligncenter {
  max-width: 100%;
}
.alignnone {
  max-width: 100%;
}
.wp-caption {
  text-align: center;
  margin-bottom: 15px;
}
.wp-caption img {
  display: block;
}
.wp-caption .wp-caption-text {
  font-size: .85em;
  margin: 5px 0;
}
.gallery {
  margin: auto;
  padding: 0;
}
.gallery-item {
  margin: 5px 0;
}
.gallery-caption {
  font-size: .85em;
  padding: 0 8px;
}
.gallery img {
  background: 0 0;
  border: none !important;
  width: 100%;
  height: auto;
  padding: 1em;
}
.entry-content .wp-playlist {
  background: 0 0;
  border: none;
  padding: 0;
}
.entry-content .wp-playlist .wp-playlist-item {
  padding: .5em 1em;
  border: none;
}
.entry-content .wp-playlist .wp-playlist-item a {
  font-weight: 400;
}
.entry-content .wp-playlist .wp-playlist-item-length {
  line-height: 2.5;
  right: 1em;
  font-weight: 400;
}
.clearfix {
  zoom: 1;
}
.clearfix:after, .clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.no-gutter-xs {
  padding-left: 0;
  padding-right: 0;
}
.pull-left-xs {
  float: left;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
td.visible-xs, th.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs, th.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  td.visible-xs.visible-sm, th.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  td.visible-xs.visible-md, th.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  td.visible-xs.visible-lg, th.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
td.visible-sm, th.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  td.visible-sm.visible-xs, th.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm, th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  td.visible-sm.visible-md, th.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  td.visible-sm.visible-lg, th.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
td.visible-md, th.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  td.visible-md.visible-xs, th.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  td.visible-md.visible-sm, th.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md, th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  td.visible-md.visible-lg, th.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
td.visible-lg, th.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  td.visible-lg.visible-xs, th.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  td.visible-lg.visible-sm, th.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  td.visible-lg.visible-md, th.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg, th.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
td.hidden-xs, th.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  td.hidden-xs, th.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  td.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  td.hidden-xs.hidden-md, th.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  td.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
td.hidden-sm, th.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  td.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  td.hidden-sm, th.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  td.hidden-sm.hidden-md, th.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  td.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
td.hidden-md, th.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  td.hidden-md.hidden-xs, th.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  td.hidden-md.hidden-sm, th.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  td.hidden-md, th.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  td.hidden-md.hidden-lg, th.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
td.hidden-lg, th.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  td.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  td.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  td.hidden-lg.hidden-md, th.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  td.hidden-lg, th.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
td.visible-print, th.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print, th.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  td.hidden-print, th.hidden-print {
    display: none !important;
  }
}
.site-header {
  position: relative;
}
.site-branding {
  display: block;
  float: left;
  padding: 1.786em 0 1.191em;
}
.site-branding .site-title a img {
  display: block;
  max-height: 47px;
  width: auto;
}
#site-navigation {
  display: none;
  float: left;
  width: 100%;
}
.navbar-toggle {
  display: block;
  float: right;
  width: 32px;
  margin: 30px 0;
  cursor: pointer;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 100%;
  height: 1px;
  margin: 4px 0;
  background: #3e3e3e;
  float: left;
  -webkit-transition: background .25s;
  transition: background .25s;
}
.navbar-toggle:hover .icon-bar {
  background: #abadff;
}
#mobile-navigation {
  display: none;
  float: left;
  width: 100%;
  background: #ebebeb;
  border-top: 4px solid #abadff;
  margin-top: -4px !important;
  bottom: -4px !important;
  z-index: 9999;
  position: relative;
}
#mobile-navigation .menu-primary-container {
  display: block;
  float: left;
  width: 100%;
  padding: 15px 0;
}
#mobile-navigation .menu-primary-container ul li {
  display: block;
  width: 100%;
}
#mobile-navigation .menu-primary-container ul li.blank {
  display: none;
}
#mobile-navigation .menu-primary-container ul li a {
  margin: 0;
  padding: 3px 15px;
  display: block;
  width: 100%;
  font-size: 18px;
  text-transform: lowercase;
}
#mobile-navigation .menu-primary-container ul li .dropdown-menu {
  background: #f3f3f3;
  padding: 5px 0;
  display: none;
}
#mobile-navigation .menu-primary-container ul li .dropdown-menu li a {
  text-transform: none;
}
#mobile-navigation .menu-primary-container ul li .dropdown-menu li a h6 {
  font-size: 16px;
}
#mobile-navigation .menu-primary-container ul li .dropdown-menu li a p {
  display: none;
}
#mobile-navigation .menu-primary-container ul li:hover .dropdown-menu {
  display: block;
}
.site-main ol, .site-main ul {
  margin-left: 20px;
}
.site-main ul li {
  list-style-type: disc;
}
#primary {
  margin: 0 0 25px;
  padding: 0;
}
#primary.contact {
  margin-bottom: 150px;
}
#primary.no-excerpt {
  margin-top: 0;
}
#primary.full {
  padding: 0;
  float: left;
  width: 100%;
}
#primary .border {
  border-top: 1px solid #ebebeb;
}
#primary .gray-light {
  background: #ebebeb;
}
#primary .gray-light.contact {
  padding: 30px 15px 45px;
}
#main.audio-post,
#main.blog-post,
#main.books-post,
#main.events-post,
#main.news-post,
#main.single-page,
#main.single-post,
#main.video-post {
  border-top: 4px solid #abadff;
}
.top-headline {
  text-transform: uppercase;
  color: #757575;
  font-size: .929em;
  padding: 0 0 1.429em;
}
.sub-title {
  margin-bottom: 0;
}
.sub-headline {
  padding: .357em 0 .714em 0;
  font-weight: 400;
}
.page-title {
  margin: 0 0 .445em;
}
article.audio,
article.book,
article.event,
article.news,
article.post,
article.video {
  padding: 0 0 40px;
  margin: 50px 0 0;
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
article.event {
  padding: 0 0 50px;
}
article.audio, article.video {
  overflow: hidden;
}
section.post {
  margin: 2.857em 0 0;
}
section.top_content {
  position: relative;
  padding: 4em 0 0;
  margin: 0;
}
section.top_content .social_links {
  position: absolute;
  top: 0;
  right: 0;
  margin: 2.8em 0 0;
}
section.top_content p {
  margin-bottom: 0;
}
section.page-excerpt {
  padding: 50px 0 30px;
  position: relative;
  margin: 0;
}
section.page-excerpt p {
  margin-bottom: 20px;
}
section.page-excerpt .page-title {
  line-height: 1;
  margin-bottom: 20px;
}
section.page-excerpt .page-title.no-excerpt {
  margin-bottom: -10px;
}
section.page-excerpt .social_links {
  position: absolute;
  margin: 35px 0 0;
  width: 100%;
  text-align: right;
  float: right;
}
.last {
  border-bottom: none !important;
  padding-bottom: 0;
}
.entry-wrapper.thumb {
  padding-left: 0;
}
.books-entry-wrapper.thumb {
  padding-left: 0;
}
.section-thumb {
  position: relative;
  top: 0;
  left: 0;
}
.section-thumb a img {
  display: block;
  width: 100%;
}
.section-thumb a .shadow {
  height: auto;
  width: 80%;
}
.entry-thumb {
  margin: 0 0 25px;
}
.entry-thumb.featured {
  margin-bottom: 0;
}
.entry-thumb.audio img, .slide-item.audio img {
  display: block;
}
.entry-thumb.audio a,
.entry-thumb.video a,
.slide-item.audio a,
.slide-item.video a {
  position: relative;
  display: block;
}
.entry-thumb.audio a:hover .play,
.entry-thumb.video a:hover .play,
.slide-item.audio a:hover .play,
.slide-item.video a:hover .play {
  opacity: 1;
  filter: alpha(opacity=100);
}
.entry-thumb.audio.featured img,
.entry-thumb.video.featured img,
.slide-item.audio.featured img,
.slide-item.video.featured img {
  margin-bottom: 0;
}
.entry-thumb.audio img,
.entry-thumb.video img,
.slide-item.audio img,
.slide-item.video img {
  width: 250%;
  max-width: none;
  height: auto;
  margin: 0 0 1.429em -75%;
}
.entry-thumb.audio img.mobile-full,
.entry-thumb.video img.mobile-full,
.slide-item.audio img.mobile-full,
.slide-item.video img.mobile-full {
  width: 160%;
  max-width: none;
  margin-left: -40%;
}
.entry-thumb.audio .play,
.entry-thumb.video .play,
.slide-item.audio .play,
.slide-item.video .play {
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  opacity: .7;
  filter: alpha(opacity=70);
}
.entry-thumb.audio .play.large,
.entry-thumb.video .play.large,
.slide-item.audio .play.large,
.slide-item.video .play.large {
  width: 96px;
  height: 96px;
  margin: -48px 0 0 -48px;
}
.entry-thumb a img, .slide-item a img {
  display: block;
  width: 100%;
}
.entry-thumb a .shadow, .slide-item a .shadow {
  height: auto;
  width: 100%;
}
#primary .entry-thumb.video .attachment-video-thumbs {
  width: 100%;
  height: auto;
  margin: 0;
}
.slide-item.video img {
  margin-bottom: 0;
}
.entry-header {
  margin: 0 0 1.143em;
}
.entry-header .entry-title {
  font-weight: 600;
}
.entry-content p.excerpt, .top_content p.excerpt {
  margin-bottom: 10px;
}
.entry-content ul, .top_content ul {
  padding: 0 0 0 25px;
  margin: 15px 0;
}
.entry-content ul li, .top_content ul li {
  list-style-type: disc;
  padding: 3px 0 3px 5px;
}
.entry-content ol, .top_content ol {
  padding: 0 0 0 25px;
  margin: 15px 0;
}
.entry-content ol li, .top_content ol li {
  padding: 3px 0 3px 5px;
}
.entry-content .purchase_links,
.entry-content .social_links,
.top_content .purchase_links,
.top_content .social_links {
  margin: 1.071em 0 0;
  padding: 0;
}
.entry-content .more, .top_content .more {
  float: left;
  cursor: pointer;
}
.entry-content .share_toggle, .top_content .share_toggle {
  font-weight: 700;
  text-align: right;
  float: right;
  cursor: pointer;
}
.entry-content .pdf, .top_content .pdf {
  font-weight: 700;
  text-align: right;
}
.page-excerpt .share_toggle {
  font-weight: 700;
  text-align: right;
  float: right;
  cursor: pointer;
}
.entry-meta {
  line-height: 1.8;
  margin: 1.143em 0 1.775em;
}
.entry-meta .meta-date {
  border-left: 1px solid;
  padding: 0 1.143em;
  margin: 0 1.143em;
}
.entry-meta.blog-meta .meta-date {
  border-right: 1px solid;
}
.entry-paginate {
  margin: 0;
  padding: 1.429em 15px;
  float: left;
  width: 100%;
  background: #494a4a;
  color: #fff;
  border-top: none;
}
.entry-paginate a {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}
.more {
  font-weight: 700;
}
.social_links {
  margin: 1.071em 0 0;
  float: right;
  display: none;
}
.social_links li {
  display: inline-block;
  margin: .357em 0 0 .357em;
  padding: 0 !important;
}
.social_links li a {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../../assets/images/socials_clr.png)no-repeat 0 0;
  background-size: auto 100%;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}
.social_links li a.twitter {
  background-position: -28px 0;
}
.social_links li a.gplus {
  background-position: -56px 0;
}
.social_links li a.email {
  background-position: -85px 0;
}
.social_links li a.pinterest {
  background-position: -113px 0;
}
.social_links li a:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}
.social_links.sidebar {
  margin: 1em 0 0;
  display: block;
  float: none;
}
.social_links.sidebar li {
  margin: 0 .2em 0;
}
.social_links.sidebar li a {
  background: url(../../assets/images/socials_sidebar.png)no-repeat 0 0;
  background-size: auto 100%;
  width: 30px;
  height: 28px;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.social_links.sidebar li a.twitter {
  background-position: -33px 0;
}
.social_links.sidebar li a.gplus {
  background-position: -67px 0;
}
.social_links.sidebar li a.youtube {
  background-position: -102px 0;
}
.social_links.sidebar li a:hover {
  opacity: .5;
  filter: alpha(opacity=50);
}
.social_links.footer {
  margin: 0;
  display: block;
}
.social_links.footer li {
  margin: 0 .2em 0;
}
.social_links.footer li a {
  background: url(../../assets/images/socials_footer.png)no-repeat 0 0;
  background-size: auto 100%;
  width: 36px;
  height: 34px;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  opacity: .5;
  filter: alpha(opacity=50);
}
.social_links.footer li a.twitter {
  background-position: -43px 0;
}
.social_links.footer li a.gplus {
  background-position: -86px 0;
}
.social_links.footer li a.youtube {
  background-position: -128px 0;
}
.social_links.footer li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.single-thumb {
  margin-bottom: 1em;
}
.single-thumb a {
  display: block;
}
.single-thumb a img {
  display: block;
  width: 100%;
  height: auto;
}
.purchase_links {
  margin: 1.071em 0 0;
  display: none;
}
.purchase_links li {
  padding: 0 !important;
  margin: 0 0 1.071em;
  display: block;
}
.purchase_links li a img {
  vertical-align: middle;
}
article.type-book .entry-thumb {
  text-align: center;
  margin-bottom: 40px;
}
article.type-post .entry-thumb {
  margin-bottom: 10px;
}
.book-item {
  text-align: center;
  padding: 0 30px;
}
.book-item .entry-thumb {
  margin-bottom: 0;
}
.book-item a img {
  width: 90%;
  float: right;
  height: auto;
  margin: 2.143em 0 2.143em;
}
.book-item header {
  margin: 0;
}
.section {
  width: 100%;
}
.section.gray-light {
  background: #ebebeb;
}
.mobile-full {
  width: 160%;
  max-width: none;
  margin-left: -40%;
}
.image {
  position: relative;
  overflow: hidden;
}
.image h1 {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 40%;
  color: #fff;
  padding: 0 30px;
  z-index: 99;
}
.image h1 a {
  color: #fff;
}
.image h1 a:hover {
  color: #f3f3f3;
}
.image img {
  display: block;
  width: 100%;
  height: auto;
}
.centered {
  text-align: center;
}
.text {
  padding-top: 3.214em;
  padding-bottom: 3.214em;
}
.padding-50 {
  padding: 3.571em 0;
}
.padding {
  padding-top: 2.143em;
  padding-bottom: 2.143em;
}
.padding-top {
  padding-top: 3.214em;
}
.padding-top-md {
  padding-top: 2.714em;
}
.padding-bottom {
  padding-bottom: 5.714em;
}
.background-half {
  position: relative;
  overflow: hidden;
}
.events-dots {
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
}
.events-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ebebeb;
  margin: 0 8px;
  cursor: pointer;
}
.events-dots .dot.active {
  background: #757575;
}
.image-events-wrap {
  position: relative;
  -webkit-transition: height .25s;
  transition: height .25s;
}
.background-absolute {
  position: relative;
  height: 100%;
}
.background-absolute a {
  position: relative !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.background-absolute.right {
  top: 0;
  right: 0;
}
#secondary {
  margin: 0 0 150px;
  padding: 2.143em;
  border-top: 4px solid #6182b7;
  background: #ebebeb;
}
#secondary.contact {
  margin-bottom: 40px;
}
#secondary.no-excerpt {
  margin-top: 0;
}
#secondary.custom {
  padding: 0;
}
#secondary.custom img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -10px;
}
#secondary .widget {
  margin-bottom: 1.714em;
  padding-bottom: 1.714em;
  border-bottom: 1px solid #fff;
}
#secondary .widget .widget-title {
  margin-bottom: 10px;
}
#secondary .widget_archive .widget-title,
#secondary .widget_categories .widget-title {
  cursor: pointer;
}
#secondary .widget_archive .widget-title:after,
#secondary .widget_categories .widget-title:after {
  font-family: dashicons;
  font-size: 20px;
  line-height: 36px;
  float: right;
  content: '\f345';
  vertical-align: middle;
}
#secondary .widget_archive .widget-title.active:after,
#secondary .widget_categories .widget-title.active:after {
  content: '\f347';
}
#secondary .widget_archive ul, #secondary .widget_categories ul {
  display: none;
  margin: 1em 0 0;
}
#secondary .widget-custom {
  margin-bottom: 0;
  padding: 2em;
  border: none;
}
#secondary .widget-custom img {
  width: 100%;
  height: auto;
}
#secondary .widget-custom .btn {
  width: 100%;
  padding-right: 1em;
  padding-left: 1em;
  text-align: center;
}
#secondary .gform_widget .gform_wrapper {
  margin-bottom: 0;
}
#secondary .gform_widget .gform_wrapper .gform_footer {
  display: none;
}
#secondary .gform_widget .gform_wrapper div.validation_error {
  line-height: 1.2;
  margin: 0;
  padding: 0;
  border: none;
}
#secondary .gform_widget .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
#secondary .gform_widget .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  max-width: 100%;
  margin: 0;
}
#secondary .gform_widget input[type=text] {
  font-style: italic;
  width: 100%;
  padding: 14px 15px 12px;
  border: none;
}
#secondary .widget_search {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
#secondary .widget_search input {
  font-size: 14px;
  font-style: italic;
  line-height: 1;
  width: 100%;
  padding: 14px 15px 12px;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#secondary .widget_search ::-webkit-input-placeholder {
  font-family: myriad-pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
}
#secondary .widget_search :-moz-placeholder {
  font-family: myriad-pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
}
#secondary .widget_search ::-moz-placeholder {
  font-family: myriad-pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
}
#secondary .widget_search :-ms-input-placeholder {
  font-family: myriad-pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
}
#secondary.contact {
  padding: 0;
  border-top: none;
  background: 0 0;
}
#primary .gform_wrapper {
  max-width: 100%;
  margin: 0;
}
#primary .gform_wrapper .gform_title {
  font-weight: 400;
}
#primary .gform_wrapper .ginput_container
  + .gfield_description.validation_message {
  position: absolute;
  margin-top: 2px;
  padding: 0 !important;
}
#primary .gform_wrapper .gform_body .gfield {
  margin: 0 0 2.571em !important;
}
#primary .gform_wrapper .gform_body .gfield.gfield_error.gfield_contains_required {
  padding: 0 !important;
  margin: 0 0 2.571em !important;
  border: none !important;
  background: 0 0 !important;
}
#primary .gform_wrapper .gform_body .gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}
#primary .gform_wrapper .gform_body .gfield label {
  display: none;
}
#primary .gform_wrapper .gform_body .gfield input,
#primary .gform_wrapper .gform_body .gfield textarea {
  border: none;
  padding: 15px;
  font-style: italic;
  font-size: 1em;
  font-weight: 300;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#primary .gform_wrapper .gform_body .gfield input {
  height: 48px;
}
#primary .gform_wrapper .gform_body .gfield.last {
  margin-bottom: 0 !important;
}
#primary .gform_wrapper .gform_body .gfield.gf_left_half,
#primary .gform_wrapper .gform_body .gfield.gf_right_half {
  width: 100%;
}
#primary .gform_wrapper .gform_body .gfield.gf_left_half input,
#primary .gform_wrapper .gform_body .gfield.gf_right_half input {
  width: 99.2%;
}
#primary .gform_wrapper .gform_footer {
  padding-bottom: 0;
  text-align: right;
}
#primary .gform_wrapper .gform_footer .gform_button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-size: 18px;
  padding: .786em 2.143em;
  -webkit-font-smoothing: antialiased;
}
.gform_confirmation_wrapper {
  text-align: center;
}
.gform_confirmation_wrapper p {
  margin-bottom: 0;
}
.btn, .gform_button {
  font-size: 1.286em;
  line-height: 1;
  display: inline-block;
  color: #fff !important;
  background: #757575;
  padding: .786em 1.143em;
  width: 100%;
  text-align: center;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-transition: background .25s;
  transition: background .25s;
}
.btn:hover, .gform_button:hover {
  background: #abadff;
}
.btn.btn-inline, .gform_button.btn-inline {
  margin-right: 1em;
  margin-bottom: 1em;
}
.btn.btn-purchase, .gform_button.btn-purchase {
  font-size: 1em;
  background: #ebebeb;
  padding: .786em 1.1em;
}
.btn.btn-purchase img, .gform_button.btn-purchase img {
  max-height: 21px;
  width: auto;
}
.btn.btn-purchase:hover, .gform_button.btn-purchase:hover {
  background: #dedede;
}
a.btn {
  -webkit-transition: background .25s;
  transition: background .25s;
}
.site_footer {
  background: #494a4a;
  border-top: 4px solid #abadff;
  color: #fff;
  padding: 3.286em 0 6.857em;
}
.site_footer .mobile-info {
  text-align: center;
  font-size: .714em;
  padding: 4.857em 0 0;
}
.site_footer .socials {
  text-align: center;
}
.site_footer .links {
  text-align: right;
}
.site_footer .links a {
  color: #fff;
}
.site_footer .links a:hover {
  color: #abadff;
}
.wp-pagenavi {
  margin: 1.786em 0 5.357em;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  padding: .286em .857em;
  margin: .143em;
  cursor: pointer;
  font-weight: 400;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  background: #757575;
  color: #fff;
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  background: #757575;
  color: #fff;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  text-indent: -9999px;
  width: 100%;
}
.owl-carousel .owl-nav div {
  width: 22px;
  height: 61px;
  margin-top: -30px;
  display: block;
  position: absolute;
}
.owl-carousel .owl-nav .owl-prev {
  background: url(../../assets/images/left_arrow.svg)no-repeat center top;
  left: -25px;
  -webkit-transition: left .25s;
  transition: left .25s;
}
.owl-carousel .owl-nav .owl-next {
  background: url(../../assets/images/right_arrow.svg)no-repeat center top;
  right: -25px;
  -webkit-transition: right .25s;
  transition: right .25s;
}
#owl-books .owl-nav {
  top: 30%;
  margin-top: 0;
}
.owl-carousel .owl-dots {
  text-align: center;
  margin: 0;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ebebeb;
  margin: 0 8px;
  cursor: pointer;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #757575;
}
#owl-slides .owl-dots {
  bottom: 5%;
  position: absolute;
  width: 100%;
}
#owl-slides:hover .owl-nav .owl-prev {
  background: url(../../assets/images/arrow_left.png)no-repeat center top;
  left: 5%;
}
#owl-slides:hover .owl-nav .owl-next {
  background: url(../../assets/images/arrow_right.png)no-repeat center top;
  right: 5%;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}
.owl-carousel .owl-item img {
  display: block;
  width: 200%;
  margin-left: -50%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png)no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel .book-item .entry-thumb img {
  width: 90%;
  padding-left: 10%;
}
#ibox_overlay {
  background: #494a4a;
}
#ibox_content {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
#ibox_content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ibox_footer_wrapper .dashicons {
  font-size: 3em;
  width: auto;
  height: auto;
  display: block;
  text-align: right;
  color: #fff;
  cursor: pointer;
}
#ibox_loading {
  background: 0 0;
}
.loader {
  text-align: center;
  width: 80px;
  height: 50px;
}
.loader span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 25px auto;
  background: #000;
  -moz-border-radius: 50px;
  -moz-animation: loader .8s infinite alternate;
  -webkit-border-radius: 50px;
  -webkit-animation: loader .8s infinite alternate;
  -ms-border-radius: 50px;
  -ms-animation: loader .8s infinite alternate;
  -o-border-radius: 50px;
  -o-animation: loader .8s infinite alternate;
  border-radius: 50px;
  animation: loader .8s infinite alternate;
}
#loader_1 {
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
#loader_2 {
  -moz-animation-delay: .24s;
  -webkit-animation-delay: .24s;
  -ms-animation-delay: .24s;
  -o-animation-delay: .24s;
  animation-delay: .24s;
}
#loader_3 {
  -moz-animation-delay: .48s;
  -webkit-animation-delay: .48s;
  -ms-animation-delay: .48s;
  -o-animation-delay: .48s;
  animation-delay: .48s;
}
@-moz-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    background-color: #000;
    -moz-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #FFF;
    -moz-transform: translateY(-21px);
  }
}
@-webkit-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    background-color: #000;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #FFF;
    -webkit-transform: translateY(-21px);
  }
}
@-ms-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    background-color: #000;
    -ms-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #FFF;
    -ms-transform: translateY(-21px);
  }
}
@-o-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    background-color: #000;
    -o-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #FFF;
    -o-transform: translateY(-21px);
  }
}
@keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    background-color: #000;
    transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #FFF;
    transform: translateY(-21px);
  }
}
.gselect {
  position: relative;
}
.gselect .dropcontainer {
  position: absolute;
  width: 100%;
  font-size: 16px;
}
.gselect .trigger {
  width: 98%;
  max-height: 48px;
  padding: 11px 15px;
  font-size: 1em;
  font-style: italic;
  background: #ebebeb;
  border: 2px solid #fff;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gselect .trigger:after {
  content: "\f347";
  font-family: dashicons;
  font-style: normal;
  position: absolute;
  right: 17px;
  font-size: 18px;
  top: 12px;
}
.gselect .activetrigger {
  width: 98%;
  padding: 11px 15px;
  max-height: 48px;
  font-size: 1em;
  font-style: italic;
  background: #ebebeb;
  border: 2px solid #fff;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gselect .activetrigger:after {
  content: "\f347";
  font-family: dashicons;
  font-style: normal;
  position: absolute;
  right: 17px;
  font-size: 18px;
  top: 12px;
}
.gselect .dropcontainer ul {
  font-size: 16px;
  border: 2px solid #fff;
  border-top: none;
  background: #fff;
  list-style-type: none;
  padding: 2px;
  margin: 0;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gselect .dropcontainer ul li {
  padding: 8px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.gselect .dropcontainer ul li:hover {
  background: #f5f5f5;
  outline: 0;
}
.gselect .dropcontainer ul li:first-child {
  display: none;
}
.gselect .dropcontainer ul li:last-child {
  border-bottom: none;
}
.gselect .dropdownhidden {
  display: none;
}
.gselect .dropdownvisible {
  height: auto;
  width: 98%;
}
@media (min-width: 768px) {
  .no-gutter-xs {
    padding-left: 15px;
    padding-right: 15px;
  }
  .no-gutter-left {
    padding-left: 0;
  }
  .no-gutter-right {
    padding-right: 0;
  }
  .no-gutter-sm {
    padding-left: 0;
    padding-right: 0;
  }
  .pull-left-xs {
    float: none;
  }
  .row-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  h1 {
    font-size: 4.286em;
    line-height: 1.4;
    letter-spacing: -3px;
  }
  h2 {
    line-height: 1.5;
    letter-spacing: -2px;
  }
  h3 {
    margin-bottom: 0;
    line-height: 1.5;
  }
  h4 {
    line-height: 1.5;
  }
  #site-navigation {
    display: block;
    float: right;
    width: auto;
  }
  .menu-primary-container {
    display: block;
    float: right;
  }
  .menu-primary-container ul li {
    display: inline-block;
  }
  .menu-primary-container ul li.blank {
    visibility: hidden !important;
  }
  .menu-primary-container ul li a {
    margin: 0;
    padding: 2.557em 12px 32px;
    color: #3e3e3e;
    display: block;
    line-height: 1;
    position: relative;
    font-size: 1.143em;
    text-transform: lowercase;
    -webkit-transition: background .25s;
    transition: background .25s;
  }
  .menu-primary-container ul li a:after,
  .menu-primary-container ul li a:before {
    content: "";
    -webkit-transition: background .25s;
    transition: background .25s;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
  }
  .menu-primary-container ul li a:before {
    background: url(../../assets/images/nav_hover_left.png)no-repeat left top;
    left: 0;
  }
  .menu-primary-container ul li a:after {
    background: url(../../assets/images/nav_hover_right.png)no-repeat right top;
    right: 0;
  }
  .menu-primary-container ul li .children,
  .menu-primary-container ul li .sub-menu {
    display: none;
    position: absolute;
    min-width: 140px;
    width: auto;
    z-index: 10;
    overflow: hidden;
    background: #fff;
  }
  .menu-primary-container ul li .children li,
  .menu-primary-container ul li .sub-menu li {
    display: block;
    float: none;
  }
  .menu-primary-container ul li:hover a {
    background: #f3f3f3;
  }
  .menu-primary-container ul li:hover a:after,
  .menu-primary-container ul li:hover a:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .menu-primary-container ul li:hover.menu-item-has-children > a {
    margin-bottom: -6px;
    padding-bottom: 36px;
    z-index: 100;
  }
  .menu-primary-container ul li:hover .dropdown-menu {
    display: block;
    margin-top: 2px;
  }
  .menu-primary-container ul li .dropdown-menu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    background: #f3f3f3;
    z-index: 99;
    border-top: 4px solid #abadff;
  }
  .menu-primary-container ul li .dropdown-menu:after,
  .menu-primary-container ul li .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4%;
    display: block;
    bottom: 0;
    width: 4%;
    border-top: 4px solid #abadff;
    background: #f3f3f3;
  }
  .menu-primary-container ul li .dropdown-menu:after {
    left: auto;
    right: -4%;
    width: 4%;
  }
  .menu-primary-container ul li .dropdown-menu li a {
    padding: 1.429em 0 2.143em;
  }
  .menu-primary-container ul li .dropdown-menu li a h6 {
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1;
    text-transform: none;
    -webkit-transition: color .25s;
    transition: color .25s;
  }
  .menu-primary-container ul li .dropdown-menu li a p {
    margin: .5em 0;
    font-size: .857em;
    line-height: 1.5;
    display: block;
  }
  .menu-primary-container ul li .dropdown-menu li a:after,
  .menu-primary-container ul li .dropdown-menu li a:before {
    display: none;
  }
  .menu-primary-container ul li .dropdown-menu li a:hover {
    background: 0 0;
  }
  .menu-primary-container ul li .dropdown-menu li a:hover h6 {
    color: #abadff;
  }
  #primary .gform_wrapper .gform_body .gfield.gf_left_half,
  #primary .gform_wrapper .gform_body .gfield.gf_right_half {
    width: 49%;
  }
  #primary .gform_wrapper .gform_body .gfield.gf_left_half input,
  #primary .gform_wrapper .gform_body .gfield.gf_right_half input {
    width: 97%;
  }
  .btn, .gform_button {
    width: auto;
    padding: .786em 2.143em;
  }
  .btn.btn-purchase, .gform_button.btn-purchase {
    vertical-align: top;
  }
  .btn.btn-purchase img, .gform_button.btn-purchase img {
    max-height: 15px;
  }
  .btn.btn-purchase.amazon, .gform_button.btn-purchase.amazon {
    padding: 13px 1.1em 9px;
  }
  .btn.btn-purchase.itunes, .gform_button.btn-purchase.itunes {
    padding: 10px 1.1em 12px;
  }
  .padding-50 {
    padding: 3.571em;
  }
  .padding-top {
    padding-top: 5.714em;
  }
  .padding {
    padding-top: 5.714em;
    padding-bottom: 5.714em;
  }
  .text {
    padding-top: 5.714em;
    padding-bottom: 5.714em;
    padding-left: 0;
    padding-right: 0;
  }
  .background-half {
    position: relative;
  }
  .background-absolute {
    position: absolute;
    height: 100%;
  }
  .background-absolute a {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .background-absolute.right {
    top: 0;
    right: 0;
  }
  #primary {
    margin: 0 0 100px;
    padding: 0 50px 0 0;
  }
  #primary.contact {
    margin-bottom: 100px;
  }
  #primary.no-excerpt {
    margin-top: 0;
  }
  #primary .gray-light.contact {
    padding: 2.857em;
  }
  .entry-thumb.audio img,
  .entry-thumb.video img,
  .slide-item.audio img,
  .slide-item.video img {
    width: 100%;
    height: auto;
    margin: 0 0 0;
  }
  .top-headline {
    padding: 0 0 2.143em;
  }
  article.audio, article.book, article.event, article.post, article.video {
    padding: 0 0 3.571em;
    margin: 3.571em 0 0;
  }
  article.audio, article.video {
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
  }
  section.page-excerpt {
    padding: 75px 0 50px;
    margin: 0;
  }
  section.page-excerpt .social_links {
    position: absolute;
    margin: 35px 0 0;
    width: 100%;
    text-align: right;
    float: right;
  }
  .entry-thumb a img, .slide-item a img {
    width: 80%;
  }
  .entry-thumb a .shadow, .slide-item a .shadow {
    width: 80%;
  }
  .entry-content .more, .top_content .more {
    float: none;
  }
  .entry-wrapper.thumb {
    padding-left: 155px;
  }
  .books-entry-wrapper.thumb {
    padding-left: 255px;
  }
  .section-thumb {
    position: absolute;
  }
  .section-thumb a img {
    width: 8.929em;
  }
  .section-thumb a .shadow {
    width: 8.929em;
  }
  .social_links {
    float: none;
    display: block;
  }
  .social_links li {
    margin: .357em .357em 0 0;
  }
  .entry-paginate {
    margin: 0;
    padding: 1.429em 0;
    float: left;
    width: 100%;
    background: 0 0;
    color: #515151;
    border-top: inherit;
  }
  .entry-paginate a {
    font-weight: 400;
    font-size: 14px;
    color: #515151;
  }
  .single-thumb {
    max-width: 40%;
    float: left;
    padding: 0 3em 1em 0;
    margin-bottom: 0;
  }
  .single-thumb a {
    display: block;
  }
  .single-thumb a img {
    display: block;
  }
  .single-post .entry-header.thumbnail, .single-post .entry-meta.thumbnail {
    float: left;
    width: 60%;
  }
  .purchase_links {
    display: block;
  }
  .purchase_links li {
    margin: 0 .714em 1.071em 0;
    display: inline-block;
  }
  #secondary {
    margin: 0 0 75px;
  }
  #secondary .widget_archive .widget-title:after,
  #secondary .widget_categories .widget-title:after {
    display: none;
  }
  .site_footer {
    padding: 4.286em 0 12.857em;
  }
  .owl-carousel .owl-item img {
    width: 100%;
    margin-left: 0;
  }
  .owl-carousel .owl-nav .owl-prev {
    left: -30px;
  }
  .owl-carousel .owl-nav .owl-next {
    right: -30px;
  }
  .owl-carousel .owl-dots {
    margin: 2.143em 0 0;
  }
}
@media (min-width: 992px) {
  .menu-primary-container ul li a {
    padding: 2.557em 1em 32px;
  }
  #secondary .widget_archive .widget-title:after,
  #secondary .widget_categories .widget-title:after {
    display: block;
  }
}
.speaker-guide-block {
  height: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .speaker-guide-block {
    height: 230px;
  }
}
@media (min-width: 768px) {
  .btn, .gform_button {
    width: auto;
    padding: 0.686em 1.743em;
  }
}
@media (min-width: 992px) {
  .btn, .gform_button {
    padding: .786em 2.143em;
  }
}
.gselect .trigger:after, .gselect .activetrigger:after {
  right: 30px;
  top: 19px;
}
@media (max-width: 600px) {
  .gselect .trigger:after, .gselect .activetrigger:after {
    right: 15px;
    top: 10px;
  }
}
#print-button {
  margin-bottom: 20px;
}
@media print {
  section,
  h2.page-title,
  .social_links,
  .entry-paginate,
  #secondary,
  .social_links.footer {
    display: none;
  }
  .navbar-toggle, .share_toggle {
    display: none !important;
  }
  .single-thumb a img {
    width: 125px;
  }
  .site_footer {
    padding: 1em;
  }
  .site_footer .mobile-info {
    padding: 0;
  }
  article.audio,
  article.book,
  article.event,
  article.news,
  article.post,
  article.video {
    margin: 20px 0 0;
  }
  #print-button {
    display: none;
  }
}
.padding-x-15 {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
.button-list li {
  margin-bottom: 20px;
}
.width-100 {
  width: 100%;
}
@media (min-width: 768px) {
  .padding-50 {
    padding: 3.3855em 6.771em;
  }
}
.background-absolute.left {
  top: 0;
  left: 0;
}
.col-sm-5.float-right {
  float: right;
}
.margin-top-40 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #primary .gform_wrapper .gform_body .gfield.gf_left_half,
  #primary .gform_wrapper .gform_body .gfield.gf_right_half {
    width: 50%;
  }
}
@media (min-width: 768px) {
  #primary .gform_wrapper .gform_body .gfield.gf_left_half input,
  #primary .gform_wrapper .gform_body .gfield.gf_right_half input {
    width: 100%;
  }
}
.gselect .trigger {
  width: 100%;
}
h2.subtitle {
  color: white;
  font-size: 1.786em;
  text-align: center
}
@media (max-width: 480px){
  h2.subtitle {
    font-size: 1.286em;
  }
  }
.text-container{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%
}
@media (max-width: 480px){
  .text-container {
    padding: 0 15px;
  }
  }
.image h1{
  position: static;
  top: initial;
  right: initial;
}
.col-sm-5.float-right {
  float: right;
}
.background-absolute.left {
  top: 0;
  left: 0;
}
#primary .gray-light.contact.padding-custom {
    padding: 30px 0px 45px 16px;
}
@media (min-width: 768px) {
  #primary .gray-light.contact.padding-custom {
    padding: 2.857em 25px 2.857em 2.857em;
  }
}
#primary .gform_wrapper .gform_body .gfield.gf_left_half input, #primary .gform_wrapper .gform_body .gfield.gf_right_half input{
  width: 100%;
}
@media (min-width: 668px) and (max-width: 992px){
  .padding-50 {
      padding: 3.3855em 2.271em;
  }
}
.text-align-center{
  text-align: center;
}
.margin-top-15{
  margin-top: 15px;
}
.margin-top-10{
  margin-top: 10px;
}
.width-50{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px){
  .width-50 {
      width: 100%;
  }
}

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