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

.inter_title {
  color: white;
  vertical-align: top;
  display: inline-block; }

.prev_0:hover {
  -webkit-box-shadow: 5px 5px 0 #ffa422;
  box-shadow: 5px 5px 0 #ffa422; }

.prev_1:hover {
  -webkit-box-shadow: 5px 5px 0 #00b395;
  box-shadow: 5px 5px 0 #00b395; }

.prev_2:hover {
  -webkit-box-shadow: 5px 5px 0 black;
  box-shadow: 5px 5px 0 black; }

.inter_prev {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 50px; }
  @media (max-width: 970px) {
    .inter_prev {
      margin: 20px 0 !important; } }
  .inter_prev .wrap {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: scale 0.3s ease-in-out;
    -o-transition: scale 0.3s ease-in-out;
    transition: scale 0.3s ease-in-out; }
  .inter_prev p {
    color: white;
    font-size: 14px;
    padding: 10px;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-family: "nimbus-sans", sans-serif; }

.inter_prev:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }
  .inter_prev:hover .inter_title {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    position: relative !important; }
  .inter_prev:hover p {
    opacity: 1; }
  .inter_prev:hover .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%; }

.inter_prev a {
  font-size: 24px;
  color: white;
  width: 100%;
  display: block;
  height: 100%;
  position: relative; }

.media_tab {
  float: left;
  clear: left;
  cursor: pointer; }

#loginform input:focus {
  border-color: #ffa422; }

#loginform input[type=submit] {
  background: #00b395;
  color: #ffffff;
  width: 100%;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#loginform input[type=submit]:hover {
  background: #ffa422; }

body {
  font-family: "nimbus-sans";
  font-size: 18px;
  color: #2e2e27; }

#content-wrapper article p a, #content-wrapper article li a {
  font-weight: 700; }

a, a:visited {
  color: #ffa422;
  text-decoration: none;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease; }

a:hover, a:active {
  color: #00b395; }

h1, h2, h3, h4 {
  font-family: "museo-slab";
  font-weight: normal !important;
  line-height: 120%; }

a > h1,
h1 > a, a > h2,
h2 > a, a > h3,
h3 > a, a > h4,
h4 > a {
  font-weight: normal !important; }

h2 {
  font-size: 36px;
  margin: 0 0 25px 0; }

@media (max-width: 970px) {
  h2 {
    font-size: 29px; } }

h3 {
  font-size: 25px; }

@media (max-width: 970px) {
  h3 {
    font-size: 23px; } }

h4 {
  font-size: 21px;
  margin: 0 0 10px 0; }

p {
  line-height: 125%;
  margin-bottom: 25px; }

p:last-child {
  margin-bottom: 0; }

#content h2 {
  display: inline-block;
  position: relative;
  background-color: #3c3c32;
  color: #f2f1ee;
  text-transform: uppercase;
  font-size: 1.8rem;
  left: -60px;
  height: 3rem;
  line-height: 3rem;
  padding: 0 15px 0 60px;
  margin: 30px 0; }

@media (max-width: 650px) {
  #content h2 {
    font-size: 24px;
    line-height: 125%;
    height: auto;
    padding-bottom: 9px;
    padding-top: 9px; } }

#content h2:first-child {
  margin-top: 0; }

#content h2:after, #content h2:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0; }

@media (max-width: 650px) {
  #content h2:after, #content h2:before {
    display: none; } }

#content h2:before {
  border-top: 1.9rem solid #00b395;
  border-left: 1.9rem solid transparent;
  left: 0;
  bottom: -1.9rem; }

#content h2:after {
  border-top: 3rem solid #3c3c32;
  border-right: 3rem solid transparent;
  right: -3rem;
  top: 0; }

.widget-title {
  background: #3c3c32;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #f2f1ee;
  margin: 0 -50px 25px -10px;
  padding: 5px 12px 4px;
  position: relative;
  text-transform: uppercase; }

.widget-title:after {
  border-width: 20px 20px 0 0;
  border-color: #00ffa9 transparent transparent transparent;
  border-style: inset;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 100%; }

.entry-title {
  font-size: 48px;
  color: #ffa422;
  margin: 22px 30px; }

@media (max-width: 970px) {
  .entry-title {
    font-size: 41px; } }

@media (max-width: 650px) {
  .entry-title {
    font-size: 33px; } }

strong, strong * {
  font-weight: 600; }

em, em *, i, i * {
  font-style: italic; }

blockquote {
  position: relative;
  font-style: italic;
  font-weight: 300;
  display: table;
  margin: 45px 0;
  padding: 45px 0;
  padding-left: 75px;
  border: 2px solid #f2f1ee;
  border-left: 0;
  border-right: 0; }

blockquote em {
  text-transform: uppercase;
  color: #57574a;
  font-size: 1rem;
  line-height: 1.2rem;
  display: inline-block;
  text-align: right;
  width: 66%;
  margin-top: 1rem;
  float: right; }

@media (max-width: 970px) {
  blockquote em {
    width: 100%; } }

blockquote:before {
  content: '[';
  font-family: "youth-alive" !important;
  position: absolute;
  color: #dbdad2;
  font-size: 3rem;
  left: 0;
  top: 30px; }

.building-block {
  width: 100%;
  float: left; }

.building-block h2.title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 27px; }

@media (max-width: 650px) {
  .building-block h2.title {
    margin-bottom: 12px; } }

.building-block h3.sub-title {
  font-size: 20px;
  font-weight: 700; }

/* Basic Text */
.bb-basic-text {
  margin: 0 0 25px 0; }

/* Image & Text */
.bb-image-text .mobile-cell {
  float: left;
  width: 100%;
  display: none; }

@media (max-width: 650px) {
  .bb-image-text .mobile-cell {
    display: block; } }

.bb-image-text .table {
  display: table;
  float: left;
  width: 100%; }

.bb-image-text .table-row {
  display: table-row; }

.bb-image-text .table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 50%; }

@media (max-width: 650px) {
  .bb-image-text .table-cell {
    display: block;
    float: left;
    width: 100%; } }

@media (max-width: 650px) {
  .bb-image-text .table-cell.image {
    display: none; } }

.bb-image-text .table-cell.left {
  padding: 0 3.5% 5% 0; }

.bb-image-text .table-cell.right {
  padding: 0 0 5% 3.5%; }

.bb-image-text img.primary {
  width: 100%;
  float: left; }

@media (max-width: 650px) {
  .bb-image-text.table-cell.left,
  .bb-image-text .table-cell.right,
  .bb-image-text .mobile-cell {
    margin: 0 0 20px 0;
    padding: 0; } }

/* Multicolumns */
.bb-multicolumns {
  margin: 0 0 25px 0; }

.bb-multicolumns .multicolumn {
  float: left; }

@media (max-width: 650px) {
  .bb-multicolumns .multicolumn {
    margin: 0;
    width: 100%; } }

.bb-multicolumns .multicolumn.last {
  margin-right: 0; }

.bb-multicolumns .col-2 {
  width: 47%;
  margin: 0 6% 0 0; }

.bb-multicolumns .col-3 {
  width: 30%;
  margin: 0 5% 0 0; }

.bb-multicolumns .col-4 {
  width: 20.5%;
  margin: 0 6% 0 0; }

.bb-multicolumns .col-5 {
  width: 18%;
  margin: 0 2.5% 0 0; }

/* Item List */
.bb-item-list .item {
  margin: 0 0 50px 0; }

@media (max-width: 650px) {
  .bb-item-list .item {
    margin: 0 0 30px 0; } }

.bb-item-list .left {
  float: left;
  width: 30%; }

.bb-item-list .left img {
  float: left;
  width: 100%; }

@media (max-width: 650px) {
  .bb-item-list .left img {
    margin: 0 0 20px 0; } }

.bb-item-list .right {
  float: right;
  width: 65%; }

@media (max-width: 650px) {
  .bb-item-list .left,
  .bb-item-list .right {
    float: left;
    width: 100%; } }

/* Gallery */
.bb-gallery img {
  float: left; }

.bb-gallery img.last {
  margin-right: 0; }

.bb-gallery .col-2 {
  width: 47%;
  margin: 0 6% 6% 0; }

.bb-gallery .col-3 {
  width: 30%;
  margin: 0 5% 5% 0; }

.bb-gallery .col-4 {
  width: 20.5%;
  margin: 0 6% 6% 0; }

.bb-gallery .col-5 {
  width: 18%;
  margin: 0 2.5% 2.5% 0; }

textarea {
  overflow: hidden; }

input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], select, textarea {
  background: none;
  border-style: solid;
  border-width: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.8em 1em;
  width: 100%; }

.password-form input[type="password"] {
  margin: 20px 0; }

.password-form .button {
  width: 200px; }

.gform_wrapper {
  width: 100%; }

.gform_wrapper .gfield {
  margin: 0 0 15px 0;
  clear: both;
  display: inline-block;
  width: 100%; }

.gform_wrapper .gfield > .gfield_label {
  display: block;
  margin: 0 0 0.4em 0; }

.gform_wrapper .gfield.gfield_error input,
.gform_wrapper .gfield.gfield_error textarea {
  border-color: #e1758a !important; }

.gform_wrapper .gfield.hidden-field {
  display: none; }

.gform_wrapper ul {
  margin: 0; }

.gform_wrapper li {
  list-style-type: none;
  text-indent: 0; }

.gform_wrapper .validation_error {
  color: #ff0040;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 0.7em 0; }

.gform_wrapper .validation_message {
  color: #ff0040;
  display: block;
  margin: 0;
  font-size: 0.8em;
  clear: both;
  font-weight: 600; }

@media (max-width: 650px) {
  .gform_wrapper input[type="submit"] {
    padding: 0 !important;
    width: 100%; } }

.gform_wrapper .ginput_container {
  position: relative; }

.gform_wrapper select {
  height: auto !important;
  width: 100% !important; }

.gform_wrapper .gfield_checkbox li {
  margin: 0; }

.gform_wrapper .customSelect {
  border: 4px solid #dbdbdb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.8em 1em;
  width: 100%; }

.ginput_complex label,
.gfield_description {
  display: block;
  line-height: 100%;
  margin: 4px 0 11px 0;
  font-size: 13px; }

.gfield_radio {
  margin: 0; }

.gfield_radio label {
  margin: 0 0 0 7px; }

.gfield_checkbox label {
  margin: 0 0 0 9px; }

.gfield_checkbox input:checked + label {
  font-weight: 600; }

.gfield_checkbox > li {
  margin-bottom: 4px; }

.gform_ajax_spinner,
.gform_validation_container {
  display: none !important; }

.ginput_left {
  float: left;
  width: 48.5%;
  clear: left; }

.ginput_right {
  float: right;
  width: 48.5%;
  clear: right; }

.ginput_left input, .ginput_right input {
  width: 100%; }

.gfield.half-left, .gfield.half-right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: none;
  width: 50%; }

@media (max-width: 650px) {
  .gfield.half-left, .gfield.half-right {
    width: 100%;
    padding: 0; } }

.gfield .gfield.half-left {
  float: left;
  padding-right: 5px; }

.gfield .gfield.half-right {
  float: right;
  padding-left: 5px; }

/* credit card icons ------------------------------------------------------*/
.gform_wrapper .gform_card_icon_container {
  margin: 8px 0 6px 0;
  height: 32px; }

.gform_wrapper div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(../../../plugins/gravityforms/images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px; }

/* credit card fields ------------------------------------------------------*/
.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px !important; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left,
.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-height: 43px;
  position: relative;
  float: left; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left {
  width: 50%;
  margin-right: 1%; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left label,
.gform_wrapper .ginput_complex .ginput_cardinfo_right label {
  white-space: nowrap !important; }

.gform_wrapper .ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
  position: relative;
  display: block;
  min-width: 160px !important; }

.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
  width: 48% !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: 4px; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 50% !important; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url(../../../plugins/gravityforms/images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: -1px;
  left: 6px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 25px;
  border: 2px dashed #ddd;
  text-align: center;
  color: #aaa;
  margin-bottom: 10px; }

.right_label .gform_fileupload_multifile,
.left_label .gform_fileupload_multifile {
  margin-left: 31%; }

.gform_delete {
  vertical-align: middle;
  cursor: pointer; }

.gfield_creditcard_warning_message {
  color: #f81e4c; }

/* fix recaptcha line height issue ------------------------------------------------------*/
body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
  line-height: 1em !important; }

.button {
  background: none;
  border-color: #00b395;
  border-style: solid;
  border-width: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #00b395;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  height: 68px;
  line-height: 59px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms; }

@media (max-width: 970px) {
  .button {
    font-size: 21px; } }

.button:hover {
  color: #ffa422;
  border-color: #ffa422; }

/* =Social Links
=======================================*/
.social-links > ul > li {
  display: inline; }

.social-links > ul > li > a {
  font-size: 28px;
  margin-right: 7px; }

.social-links > ul > li:last-child > a {
  margin-right: 0; }

/* =General
---------------------------------------------------------------------- */
html {
  background: #0b0b09; }

body {
  background-color: #f3f2e9;
  background-attachment: fixed !important; }

body {
  background: #f3f2e9; }

.clearfix:before, body:before,
#page:before,
#header:before,
#main:before,
#footer:before,
.block:before, .social-feed:before,
.clearfix:after,
body:after,
#page:after,
#header:after,
#main:after,
#footer:after,
.block:after,
.social-feed:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, body:after,
#page:after,
#header:after,
#main:after,
#footer:after,
.block:after, .social-feed:after {
  clear: both; }

body,
#page,
#header,
#main,
#footer,
.block {
  display: block;
  position: relative; }

#header {
  z-index: 3; }

#main {
  z-index: 2; }

.inner-page {
  display: table;
  margin: 0 auto;
  width: 960px; }

@media (min-width: 1150px) {
  .inner-page {
    width: 1150px; } }

@media (max-width: 970px) {
  .inner-page {
    width: 90%; } }

#content-wrapper {
  display: table;
  table-layout: fixed;
  background-color: white;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 7px rgba(32, 32, 27, 0.4);
  box-shadow: 0 0 7px rgba(32, 32, 27, 0.4);
  width: 100%; }

#page {
  top: auto; }

#page.page-mobile {
  left: 0;
  position: fixed; }

@media (max-width: 970px) {
  #page.page-mobile {
    top: 100px; } }

@media (max-width: 650px) {
  #page.page-mobile {
    top: 73px; } }

#main {
  padding: 0 0 75px 0; }

@media (max-width: 650px) {
  #main {
    padding: 0; } }

#content, #sidebar {
  display: table-cell;
  padding: 2% 0 0 0;
  vertical-align: top; }

@media (max-width: 970px) {
  .home #content, .home #sidebar {
    padding-top: 0; } }

#content {
  width: 100%; }

#content.flexible-content {
  border-right: 1px solid #f2f1ee;
  padding-right: 2.5%;
  width: 74%; }

@media (max-width: 970px) {
  #content.flexible-content {
    width: 70%; } }

@media (max-width: 650px) {
  #content, #content.flexible-content {
    border-width: 0;
    padding-right: 0;
    width: 100%; } }

#content .gform_wrapper label {
  font-family: "museo-slab";
  font-size: 20px; }

#content .gform_wrapper select, #content .gform_wrapper option {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "nimbus-sans";
  font-size: 18px;
  width: 100%; }

#content .gform_wrapper select {
  padding: 15px; }

#content .gform_wrapper option {
  padding: 10px 20px; }

#content .gform_wrapper .gform_body input, #content .gform_wrapper .gform_body select, #content .gform_wrapper .gform_body textarea {
  border-color: #dbdbdb; }

#content .gform_wrapper .gform_footer input {
  padding: 0 70px; }

#content .gform_wrapper .ginput_complex label {
  font-size: 13px; }

#sidebar {
  border-left: 1px solid #f2f1ee;
  padding-left: 2.5%;
  width: 26%; }

@media (max-width: 650px) {
  #sidebar {
    display: none; } }

/* =Body
---------------------------------------------------------------------- */
article {
  width: 100%; }

article p {
  line-height: 160%;
  margin-bottom: 14px; }

article ul, article ol {
  margin-bottom: 14px; }

article li {
  line-height: 160%;
  margin-bottom: 20px;
  margin-left: 17px; }

article ul li {
  list-style-type: disc; }

article ol li {
  list-style-type: decimal; }

.post-edit-link {
  display: block;
  float: left;
  width: 100%; }

.preview-entry {
  margin-bottom: 40px;
  width: 100%; }

.preview-entry h3 {
  text-transform: uppercase; }

.preview-entry .more {
  display: block;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase; }

.preview-entry .more .icon {
  float: right;
  margin: 0 0 0 3px; }

img {
  max-width: 100%;
  height: auto; }

.alignleft {
  clear: left;
  float: left;
  margin: 0.3em 1em 0.5em 0; }

.alignright {
  clear: right;
  float: right;
  margin: 0.3em 0 0.5em 1em; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.wp-caption-text {
  font-size: 0.7em;
  line-height: 135%; }

#content .wp-pagenavi {
  float: left;
  margin: 12px 0;
  width: 100%; }

@media (max-width: 650px) {
  #content .wp-pagenavi a.page,
  #content .wp-pagenavi .current {
    display: none; } }

#comments {
  float: left;
  width: 100%; }

#comments form label {
  display: block; }

#comment-list > li {
  float: left;
  margin: 0 0 2.5% 0;
  width: 100%; }

.widget {
  float: left;
  margin-bottom: 50px;
  width: 100%; }

.widget > ul {
  border-top: 1px dotted #cccccc; }

.widget > ul li {
  border-bottom: 1px dotted #cccccc;
  display: block;
  width: 100%; }

.widget > ul li a {
  line-height: 120%;
  text-decoration: none; }

.widget p {
  font-size: 17px; }

.widget .testimonial, .widget .value {
  display: none; }

.widget .button {
  background: #00b395;
  color: #ffffff;
  font-size: 22px;
  height: 50px;
  line-height: 43px;
  padding: 0;
  width: 100%; }

.widget .button:hover {
  background: #ffa422; }

.widget .preview {
  margin: 0 0 30px 0; }

.widget .preview .title {
  font-weight: 600;
  font-size: 19px; }

.widget .preview img {
  border: 4px solid #3c3c32;
  float: right;
  height: 50px;
  margin: 0 0 12px 6px;
  width: 50px; }

#values-widget .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 7px;
  text-transform: uppercase; }

#values-widget .quote {
  font-style: italic;
  font-weight: 200; }

#values-widget .source {
  text-align: right; }

#testimonial-widget p {
  font-style: italic;
  font-weight: 200;
  line-height: 150%;
  margin-bottom: 0; }

#testimonial-widget .source {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase; }

#front-slider {
  background: #20201b;
  color: #ffffff;
  margin-top: -208px; }

@media (max-width: 970px) {
  #front-slider {
    margin-top: 0; } }

#front-slider .slider {
  width: 970px; }

@media (min-width: 1150px) {
  #front-slider .slider {
    width: 1150px; } }

@media (max-width: 650px) {
  #front-slider .slider {
    width: auto; } }

#front-slider .slider > button {
  background: rgba(0, 0, 0, 0.4);
  border-width: 0;
  color: #ffffff;
  cursor: pointer;
  font-family: 'youth-alive';
  font-size: 66px;
  height: 100px;
  padding: 0;
  position: absolute;
  top: 44%; }

@media (max-width: 970px) {
  #front-slider .slider > button {
    font-size: 54px; } }

@media (max-width: 650px) {
  #front-slider .slider > button {
    font-size: 25px;
    height: auto;
    padding: 20px 0;
    top: 30%; } }

#front-slider .slider > button.slick-prev {
  left: 0;
  padding-right: 7px; }

#front-slider .slider > button.slick-next {
  padding-left: 7px;
  right: 0; }

#front-slider .slider ul {
  bottom: 50px;
  position: absolute;
  right: 67px; }

@media (max-width: 970px) {
  #front-slider .slider ul {
    bottom: 40px;
    right: 37px; } }

@media (max-width: 650px) {
  #front-slider .slider ul {
    display: none !important; } }

#front-slider .slider ul li {
  float: left; }

#front-slider .slider ul li button {
  background: #20201b;
  border: 3px solid #ffffff;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 17px;
  line-height: 0;
  margin: 0 0 0 10px;
  padding: 0;
  overflow: hidden;
  width: 17px; }

#front-slider .slider ul li.slick-active button {
  background: #00b395; }

#front-slider .slider .slide {
  position: relative; }

#front-slider .slider .slide .gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.65+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  bottom: 0;
  height: 150px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 3; }

#front-slider .slider .slide .content {
  background: rgba(40, 32, 26, 0.7);
  border-top: 4px solid #dbdacd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  color: #ffffff;
  display: block;
  left: 25%;
  padding: 25px 30px;
  position: absolute;
  width: 50%;
  z-index: 4; }

@media (max-width: 970px) {
  #front-slider .slider .slide .content {
    left: 19%;
    width: 62%; } }

@media (max-width: 650px) {
  #front-slider .slider .slide .content {
    left: 15%;
    padding: 14px 18px;
    width: 70%; } }

#front-slider .slider .slide .content a {
  color: #ffa422; }

#front-slider .slider .slide .content h3 {
  font-size: 30px;
  margin: 0 0 12px 0;
  text-transform: uppercase; }

@media (max-width: 970px) {
  #front-slider .slider .slide .content h3 {
    font-size: 23px; } }

@media (max-width: 650px) {
  #front-slider .slider .slide .content h3 {
    font-size: 18px;
    margin-bottom: 0; } }

#front-slider .slider .slide .content h3 a {
  color: #ffffff; }

@media (max-width: 650px) {
  #front-slider .slider .slide .content p {
    display: none; } }

#front-slider .slider .slide img {
  float: left;
  width: 100%; }

#front-slider .intro {
  border-bottom: 7px solid #dbdacd;
  display: block;
  font-family: "museo-slab";
  font-size: 44px;
  padding: 60px 0;
  position: relative;
  text-align: center;
  width: 100%; }

@media (max-width: 970px) {
  #front-slider .intro {
    font-size: 33px;
    padding: 50px 0; } }

@media (max-width: 650px) {
  #front-slider .intro {
    border-width: 3px;
    font-size: 24px;
    padding: 30px 0; } }

#front-slider .intro:before, #front-slider .intro:after {
  background: #20201b;
  content: ' ';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 30px; }

@media (max-width: 650px) {
  #front-slider .intro:before, #front-slider .intro:after {
    width: 10px; } }

#front-slider .intro:before {
  right: 100%; }

#front-slider .intro:after {
  left: 100%; }

#front-slider .intro .triangle-left {
  bottom: 100%;
  position: absolute;
  right: 100%;
  width: 30px; }

@media (max-width: 650px) {
  #front-slider .intro .triangle-left {
    width: 10px; } }

#front-slider .intro .triangle-right {
  position: absolute;
  left: 100%;
  top: 100%;
  width: 30px; }

@media (max-width: 650px) {
  #front-slider .intro .triangle-right {
    width: 10px; } }

#front-slider .intro span {
  display: block;
  margin: 0 auto;
  width: 86%; }

#front-slider .intro strong {
  color: #ffa422;
  font-weight: 500; }

#front-actions {
  margin: 60px 0; }

#front-actions .col-3 {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  float: left;
  position: relative;
  width: 30%;
  height: 300px;
  padding: 37px 37px 100px; }

.inter_prev {
  padding: 0 !important;
  width: 300px; }

#front-actions .col-3 h1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 0 20px; }

@media (max-width: 970px) {
  #front-actions .col-3 {
    width: 100%; } }

#front-actions .col-3.pos-0 {
  background: #00b395; }

#front-actions .col-3.pos-0 .button {
  color: #00b395; }

#front-actions .col-3.pos-1 {
  background: #ffa422;
  margin: 0 5%; }

@media (max-width: 970px) {
  #front-actions .col-3.pos-1 {
    margin: 35px 0; } }

#front-actions .col-3.pos-1 .button {
  color: #ffa422; }

#front-actions .col-3.pos-2 {
  background: #676767; }

#front-actions .col-3.pos-2 .button {
  color: #676767; }

#front-actions .col-3 h3 {
  font-family: "nimbus-sans";
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 10px 0;
  text-transform: uppercase; }

#front-actions .col-3 label {
  display: none; }

#front-actions .col-3 input {
  border-color: #ffffff !important;
  color: #ffffff; }

#front-actions .col-3 ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1; }

#front-actions .col-3 ::-moz-placeholder {
  color: #ffffff;
  opacity: 1; }

#front-actions .col-3 .button {
  background: #ffffff;
  border-color: #ffffff;
  bottom: 37px;
  font-size: 21px;
  left: 37px;
  padding: 0;
  position: absolute;
  -webkit-transition: 300ms all ease-in;
  -o-transition: 300ms all ease-in;
  transition: 300ms all ease-in;
  width: calc(100% - 74px); }

#front-actions .col-3 .button:hover {
  -webkit-box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.5); }

#front-actions .col-3 .hoodie {
  display: block;
  margin: 20px auto 0;
  width: 75%; }

#front-actions .gform_wrapper .gfield.gfield_error {
  margin-bottom: 5px; }

#front-actions .validation_error {
  margin-top: -20px; }

#front-news {
  background: #ffffff; }

#front-news .primary {
  background: #0b0b09;
  border-bottom: 4px solid #dbdacd;
  color: #ffffff;
  font-size: 35px;
  padding: 13px 24px;
  position: relative;
  text-transform: uppercase; }

#front-news .primary:after {
  background: url("../images/polygon-1.png") left bottom no-repeat;
  bottom: -4px;
  content: ' ';
  display: block;
  height: 34px;
  position: absolute;
  right: 0;
  width: 65%; }

@media (min-width: 1150px) {
  #front-news .primary:after {
    width: 753px; } }

@media (max-width: 970px) {
  #front-news .primary:after {
    width: 50%; } }

@media (max-width: 650px) {
  #front-news .primary:after {
    width: 0%; } }

#front-news .content {
  border-bottom: 4px solid #c2c2ba;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 54px 24px 60px; }

#front-news .content .col {
  float: left;
  width: 29%; }

@media (max-width: 970px) {
  #front-news .content .col {
    width: 100%; } }

#front-news .content .col.pos-1 {
  margin: 0 6.5%; }

@media (max-width: 970px) {
  #front-news .content .col.pos-1 {
    margin: 35px 0; } }

#front-news .content .col h3 {
  margin: 0 0 13px 0;
  text-transform: uppercase; }

#front-news .content .col h3 a {
  color: #000000; }

#front-news .content .col img {
  border: 4px solid #20201b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 0 25px 0;
  width: 100%; }

#front-news .button {
  background: #00b395;
  color: #ffffff;
  padding: 0;
  width: 100%; }

#front-news .button:hover {
  background: #ffa422; }

.post-password-form input[type="submit"] {
  background: #00b395;
  border-width: 0;
  color: #ffffff;
  cursor: pointer;
  font-family: 'nimbus-sans';
  font-size: 22px;
  font-weight: 700;
  height: 50px;
  line-height: 43px;
  margin: 15px 0 0 0;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: 400ms all 0ms ease;
  -o-transition: 400ms all 0ms ease;
  transition: 400ms all 0ms ease;
  width: 200px; }

.post-password-form input[type="submit"]:hover {
  background: #ffa422; }

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
  background: #00b395; }

#tribe-events .tribe-events-button:hover, #tribe-events .tribe-events-button:hover:hover, #tribe_events_filters_wrapper input[type="submit"]:hover, .tribe-events-button:hover, .tribe-events-button.tribe-active:hover:hover, .tribe-events-button.tribe-inactive:hover, .tribe-events-button:hover:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a:hover {
  background: #ffa422; }

#tribe-events-content .tribe-events-tooltip h4 {
  color: #00b395; }

.tribe-events-list-event-title a {
  display: inline-block;
  color: #ffffff; }

.tribe-events-notices {
  background: #c3f6ed !important;
  border-color: #c3f6ed !important;
  color: #00b395 !important; }

.home #header > .inner-page {
  background-image: -moz-linear-gradient(90deg, rgba(35, 35, 30, 0) 0%, rgba(35, 35, 30, 0.70196) 100%); }

body:not(.home) #header {
  background-image: -moz-linear-gradient(90deg, rgba(35, 35, 30, 0) 0%, rgba(35, 35, 30, 0.70196) 100%); }

@media (max-width: 970px) {
  #header {
    display: none; } }

#header #ya-logo {
  width: 200px;
  margin: 0;
  float: left; }

@media (min-width: 1150px) {
  #header #ya-logo {
    width: 200px; } }

#header #ya-logo .logo-stroke {
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }

#header #ya-logo .logo-stroke#white-stroke {
  fill: #ffffff; }

#header #ya-logo .logo-stroke#gold-stroke {
  fill: #ffa422;
  opacity: 0; }

#header #ya-logo .logo-stroke#green-stroke {
  fill: #00b395;
  opacity: 0;
  -webkit-animation: pulse 200ms linear 200ms 7 paused;
  animation: pulse 200ms linear 200ms 7 paused; }

#header #ya-logo:hover #white-stroke {
  fill: #ffa422; }

#header #ya-logo:hover #green-stroke {
  -webkit-animation-play-state: running;
  animation-play-state: running; }

@-webkit-keyframes pulse {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes pulse {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.feat-thumb-wrap {
  overflow: hidden; }

.feat-thumb-wrap,
.feat-thumb-wrap .feat-thumb {
  position: absolute;
  width: 100%;
  height: 500px;
  top: 0;
  display: block; }

.feat-thumb-wrap .feat-thumb {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed; }

.color-screen {
  height: 100%;
  left: 0;
  opacity: 0.45;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }

/* =Primary Nav
---------------------------------------------------------------------- */
#main-menu {
  float: right; }

#main-menu .menu > li {
  float: left;
  position: relative;
  padding: 0;
  -webkit-box-shadow: 0 0 0 rgba(32, 32, 27, 0) inset;
  box-shadow: 0 0 0 rgba(32, 32, 27, 0) inset;
  background-color: rgba(32, 32, 27, 0);
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in; }

#main-menu .menu > li:hover {
  -webkit-box-shadow: 0 4px 0 #ffa422 inset;
  box-shadow: 0 4px 0 #ffa422 inset; }

#main-menu .menu > li.current-menu-item, #main-menu .menu > li.current-menu-parent {
  -webkit-box-shadow: 0 4px 0 #00b395 inset !important;
  box-shadow: 0 4px 0 #00b395 inset !important; }

#main-menu .menu > li.menu-item-has-children:hover {
  background-color: rgba(32, 32, 27, 0.85); }

#main-menu .menu > li > a {
  display: block;
  padding: 1rem;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in; }

@media (min-width: 1150px) {
  #main-menu .menu > li > a {
    font-size: 1.4rem; } }

#main-menu .menu > li:hover > a {
  color: #ffa422; }

#main-menu .menu > li.current-menu-item > a, #main-menu .menu > li.current-menu-parent > a {
  color: #00b395 !important;
  border-color: #00b395 !important; }

#main-menu ul ul {
  display: block;
  left: -9999px;
  top: 3.5rem;
  opacity: 0;
  z-index: 99999;
  -webkit-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in; }

@media (min-width: 1150px) {
  #main-menu ul ul {
    top: 3.4rem; } }

#main-menu ul ul ul {
  left: 100%;
  top: 0; }

#main-menu ul ul a {
  background-color: rgba(32, 32, 27, 0.85);
  color: #ffffff;
  height: auto;
  padding: 1rem;
  text-transform: uppercase;
  overflow: hidden;
  display: block;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in; }

#main-menu ul ul a:hover {
  background-color: #20201b;
  color: #ffa422; }

#main-menu ul ul li.current-menu-item a {
  color: #ffffff !important;
  background-color: rgba(32, 32, 27, 0.85) !important;
  cursor: default; }

#main-menu ul li:hover > ul {
  opacity: 1;
  left: 0; }

/* =Mobile Menu
---------------------------------------------------------------------- */
#mobile-menu, #mobile-screen, #mobile-header {
  display: none; }

#mobile-menu {
  background: #000000;
  left: 0;
  overflow: auto;
  transform: translatez(0);
  -o-transform: translatez(0);
  -ms-transform: translatez(0);
  -moz-transform: translatez(0);
  -webkit-transform: translatez(0);
  width: 100%; }

#mobile-menu {
  display: none;
  float: right;
  position: relative;
  z-index: 50000; }

#mobile-header {
  background: #000000;
  float: left;
  position: relative;
  width: 100%;
  z-index: 10; }

@media (max-width: 970px) {
  #mobile-header {
    display: inline-block; } }

#mobile-logo {
  text-decoration: none; }

#mobile-logo img, #mobile-logo svg {
  float: left;
  padding: 8px 0; }

@media (max-width: 970px) {
  #mobile-logo img, #mobile-logo svg {
    width: 111px; } }

@media (max-width: 650px) {
  #mobile-logo img, #mobile-logo svg {
    width: 75px; } }

#mobile-logo svg {
  fill: #ffffff; }

#mobile-header-icon {
  color: #999999;
  cursor: pointer;
  float: right; }

@media (max-width: 970px) {
  #mobile-header-icon {
    font-size: 54px;
    padding: 21px 0 0; } }

@media (max-width: 650px) {
  #mobile-header-icon {
    font-size: 38px;
    padding: 17px 0 0; } }

#mobile-header-icon.open:before {
  content: "b"; }

#mobile-header-icon:before {
  float: right; }

#mobile-menu-wrapper ul {
  float: left;
  margin: 0px;
  width: 100%; }

#mobile-menu-wrapper ul ul {
  margin-left: 5%;
  width: 95%; }

#mobile-menu-wrapper > ul > li > a {
  text-transform: uppercase; }

#mobile-menu-wrapper li {
  float: left;
  margin: 0px;
  width: 100%; }

#mobile-menu-wrapper li.menu-item-has-children > a:before {
  color: #b3b3b3;
  content: 'c';
  float: left;
  font-family: "proto2" !important;
  font-size: 21px;
  font-style: normal !important;
  text-transform: none !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  margin-left: -6%;
  speak: none;
  transition: 0.1s -webkit-transform;
  -o-transition: 0.1s transform;
  transition: 0.1s transform;
  transition: 0.1s transform, 0.1s -webkit-transform;
  -ms-transition: 0.1s -ms-transform;
  -webkit-transition: 0.1s -webkit-transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media (max-width: 650px) {
  #mobile-menu-wrapper li.menu-item-has-children > a:before {
    margin-left: -14%; } }

#mobile-menu-wrapper li.menu-item-has-children > a.open:before {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg); }

#mobile-menu-wrapper .sub-menu {
  display: none; }

#mobile-menu-wrapper a {
  color: #ffffff;
  display: inline-block;
  font-size: 21px;
  float: left;
  font-family: 'museo-slab';
  line-height: 21px !important;
  padding: 11px 5% 11px 17%;
  text-align: left;
  text-decoration: none;
  width: 78%; }

#mobile-search {
  clear: both;
  display: inline-block;
  float: left;
  margin: 19px 0 10px;
  width: 100%; }

#mobile-search .screen-reader-text, #mobile-search .search-submit {
  display: none; }

#mobile-search .search-field {
  background: #41413d; }

#mobile-search .search-form {
  float: left;
  margin-right: 16px;
  padding-left: 16.5%;
  width: 60%; }

#mobile-search input[type="search"] {
  border-radius: 3px;
  color: #999999;
  float: left;
  font-size: 13px;
  line-height: 17px;
  margin: 0 !important;
  padding: 7px;
  text-decoration: none;
  width: 97% !important; }

#mobile-search-icon:before {
  color: #9b9b9b;
  cursor: pointer;
  float: left;
  font-size: 26px;
  line-height: 34px; }

#mobile-menu .social-links {
  margin-top: 30px; }

#mobile-menu .social-links a {
  background: #00b395;
  border-radius: 5px;
  color: #000000;
  float: left;
  height: 35px;
  line-height: 48px;
  margin: 0 20px 0 0;
  text-align: center;
  width: 35px; }

#mobile-menu .extra-links {
  border-top: 1px solid #777777;
  margin: 30px 0;
  padding: 30px 0 0 0; }

#mobile-menu .extra-links a {
  color: #ffffff;
  float: left;
  font-size: 21px;
  font-weight: 700;
  margin: 7px 0;
  text-transform: uppercase;
  width: 100%; }

/* =Utility Bar
---------------------------------------------------------------------- */
#utility-bar {
  color: #c4c3b6;
  background-color: #23231e;
  -webkit-box-shadow: 0 4px 4px rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 4px rgba(255, 255, 255, 0.2); }

#utility-bar a,
#utility-bar .search-submit {
  color: #ffffff;
  font-weight: 600; }

#utility-bar a:hover,
#utility-bar .search-submit:hover {
  color: #ffa422; }

#utility-bar .inner-page {
  padding: 10px 0 7px; }

#utility-bar .social-links {
  float: left; }

#utility-bar #menu-search-wrap {
  float: right;
  line-height: 2rem; }

#utility-bar #menu-search-wrap #top-search {
  display: inline-block; }

#utility-bar #menu-search-wrap #top-search span.yaicon-search {
  display: inline-block;
  position: relative;
  top: 2px; }

#utility-bar #menu-search-wrap #top-search .search-form {
  display: inline-block;
  margin-right: 20px; }

#utility-bar #menu-search-wrap #top-search .search-form .screen-reader-text {
  width: 0;
  overflow: hidden;
  display: inline-block;
  position: absolute; }

#utility-bar #menu-search-wrap #top-search .search-form .search-submit {
  background-color: transparent;
  font-weight: 600;
  text-transform: uppercase; }

#utility-bar #menu-search-wrap #top-search .search-form .search-field {
  background-color: rgba(255, 255, 255, 0.15);
  color: #00b395;
  border-radius: 3px;
  display: inline-block;
  padding-left: 10px;
  margin-right: 0;
  width: 0;
  opacity: 0;
  -webkit-transition: width 500ms ease-out, opacity 300ms ease-in 300ms, margin-right 500ms ease-out;
  -o-transition: width 500ms ease-out, opacity 300ms ease-in 300ms, margin-right 500ms ease-out;
  transition: width 500ms ease-out, opacity 300ms ease-in 300ms, margin-right 500ms ease-out; }

#utility-bar #menu-search-wrap #top-search:hover .search-field {
  width: 20rem;
  opacity: 1;
  margin-right: 7px; }

#utility-bar #menu-search-wrap nav {
  display: inline-block; }

#utility-bar #menu-search-wrap nav #secondary-menu {
  text-align: right; }

#utility-bar #menu-search-wrap nav #secondary-menu > .menu > li {
  display: inline;
  padding: 0 20px;
  border-left: 2px solid #3c3c32; }

#utility-bar #menu-search-wrap nav #secondary-menu > .menu > li > a {
  text-transform: uppercase; }

#utility-bar #menu-search-wrap nav #secondary-menu > .menu > li:last-child {
  padding-right: 0; }

#footer {
  background: #23231e;
  border-top: 5px solid #c2c2ba;
  color: #dbdacd;
  padding: 60px 0 100px; }

@media (max-width: 650px) {
  #footer {
    margin-top: 60px;
    padding: 60px 0 40px; } }

#footer h1, #footer h2, #footer h3, #footer h4 {
  color: #ffffff; }

#footer h4 {
  border-top: 4px solid #70706b;
  display: block;
  float: left;
  margin-top: 56px;
  padding-top: 12px;
  text-transform: uppercase;
  width: 100%; }

#footer a {
  color: #ffa422; }

#footer a:hover {
  color: #00b395; }

#footer .upper .column {
  float: left;
  width: 29%; }

#footer .upper .column.middle {
  margin: 0 6.5%; }

@media (max-width: 650px) {
  #footer .upper .column.middle {
    margin: 75px 0; } }

@media (max-width: 650px) {
  #footer .upper .column {
    width: 100%; } }

#footer .upper .socials .icon {
  background: #00b395;
  border-radius: 14px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 25px;
  height: 60px;
  line-height: 69px;
  margin: 0 15px 0 0;
  text-align: center;
  -webkit-transition: background 300ms ease 0ms;
  -o-transition: background 300ms ease 0ms;
  transition: background 300ms ease 0ms;
  width: 60px; }

@media (max-width: 970px) {
  #footer .upper .socials .icon {
    height: 49px;
    line-height: 60px;
    margin: 0 10px 0 0;
    width: 49px; } }

@media (max-width: 650px) {
  #footer .upper .socials .icon {
    margin-right: 20px; } }

#footer .upper .socials .icon:hover {
  background: #00b395; }

#footer .lower {
  border-top: 4px solid #70706b;
  margin: 65px 0 0;
  padding: 25px 0 0; }

#footer .lower .copy {
  display: block;
  font-size: 15px;
  width: 100%; }

@media (max-width: 650px) {
  #footer .lower .copy {
    text-align: center; } }

#footer .lower .copy svg {
  display: inline-block;
  fill: #ffffff;
  margin-bottom: -6px;
  margin-left: 4px;
  width: 20px; }

#footer .lower .copy span {
  float: right; }

@media (max-width: 650px) {
  #footer .lower .copy span {
    display: block;
    margin: 25px 0 0 0;
    width: 100%; } }

#footer .button {
  border-color: #ffa422;
  color: #ffa422;
  width: 100%; }

#footer .button:hover {
  border-color: #00b395;
  color: #00b395; }

#footer .gform_body input {
  border: 4px solid #dbdacd;
  color: #ffffff; }

#footer .gform_body label {
  display: none; }

.social-feed .tweet .content {
  font-size: 1.1em;
  margin-top: 0.2em;
  display: block; }

.social-feed .instagram-item {
  float: left;
  width: 24%;
  margin: 0 1% 1% 0; }

.social-feed .instagram-item img {
  width: 100%;
  display: block; }

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 1028px) {
    .container {
      width: 1010px; } }
  @media (min-width: 1252px) {
    .container {
      width: 1230px; } }
  @media (min-width: 1460px) {
    .container {
      width: 1430px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13 {
  float: left; }

.col-xs-1 {
  width: 7.69231%; }

.col-xs-2 {
  width: 15.38462%; }

.col-xs-3 {
  width: 23.07692%; }

.col-xs-4 {
  width: 30.76923%; }

.col-xs-5 {
  width: 38.46154%; }

.col-xs-6 {
  width: 46.15385%; }

.col-xs-7 {
  width: 53.84615%; }

.col-xs-8 {
  width: 61.53846%; }

.col-xs-9 {
  width: 69.23077%; }

.col-xs-10 {
  width: 76.92308%; }

.col-xs-11 {
  width: 84.61538%; }

.col-xs-12 {
  width: 92.30769%; }

.col-xs-13 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 7.69231%; }

.col-xs-pull-2 {
  right: 15.38462%; }

.col-xs-pull-3 {
  right: 23.07692%; }

.col-xs-pull-4 {
  right: 30.76923%; }

.col-xs-pull-5 {
  right: 38.46154%; }

.col-xs-pull-6 {
  right: 46.15385%; }

.col-xs-pull-7 {
  right: 53.84615%; }

.col-xs-pull-8 {
  right: 61.53846%; }

.col-xs-pull-9 {
  right: 69.23077%; }

.col-xs-pull-10 {
  right: 76.92308%; }

.col-xs-pull-11 {
  right: 84.61538%; }

.col-xs-pull-12 {
  right: 92.30769%; }

.col-xs-pull-13 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 7.69231%; }

.col-xs-push-2 {
  left: 15.38462%; }

.col-xs-push-3 {
  left: 23.07692%; }

.col-xs-push-4 {
  left: 30.76923%; }

.col-xs-push-5 {
  left: 38.46154%; }

.col-xs-push-6 {
  left: 46.15385%; }

.col-xs-push-7 {
  left: 53.84615%; }

.col-xs-push-8 {
  left: 61.53846%; }

.col-xs-push-9 {
  left: 69.23077%; }

.col-xs-push-10 {
  left: 76.92308%; }

.col-xs-push-11 {
  left: 84.61538%; }

.col-xs-push-12 {
  left: 92.30769%; }

.col-xs-push-13 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 7.69231%; }

.col-xs-offset-2 {
  margin-left: 15.38462%; }

.col-xs-offset-3 {
  margin-left: 23.07692%; }

.col-xs-offset-4 {
  margin-left: 30.76923%; }

.col-xs-offset-5 {
  margin-left: 38.46154%; }

.col-xs-offset-6 {
  margin-left: 46.15385%; }

.col-xs-offset-7 {
  margin-left: 53.84615%; }

.col-xs-offset-8 {
  margin-left: 61.53846%; }

.col-xs-offset-9 {
  margin-left: 69.23077%; }

.col-xs-offset-10 {
  margin-left: 76.92308%; }

.col-xs-offset-11 {
  margin-left: 84.61538%; }

.col-xs-offset-12 {
  margin-left: 92.30769%; }

.col-xs-offset-13 {
  margin-left: 100%; }

@media (min-width: 1028px) {
  .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-sm-13 {
    float: left; }
  .col-sm-1 {
    width: 7.69231%; }
  .col-sm-2 {
    width: 15.38462%; }
  .col-sm-3 {
    width: 23.07692%; }
  .col-sm-4 {
    width: 30.76923%; }
  .col-sm-5 {
    width: 38.46154%; }
  .col-sm-6 {
    width: 46.15385%; }
  .col-sm-7 {
    width: 53.84615%; }
  .col-sm-8 {
    width: 61.53846%; }
  .col-sm-9 {
    width: 69.23077%; }
  .col-sm-10 {
    width: 76.92308%; }
  .col-sm-11 {
    width: 84.61538%; }
  .col-sm-12 {
    width: 92.30769%; }
  .col-sm-13 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 7.69231%; }
  .col-sm-pull-2 {
    right: 15.38462%; }
  .col-sm-pull-3 {
    right: 23.07692%; }
  .col-sm-pull-4 {
    right: 30.76923%; }
  .col-sm-pull-5 {
    right: 38.46154%; }
  .col-sm-pull-6 {
    right: 46.15385%; }
  .col-sm-pull-7 {
    right: 53.84615%; }
  .col-sm-pull-8 {
    right: 61.53846%; }
  .col-sm-pull-9 {
    right: 69.23077%; }
  .col-sm-pull-10 {
    right: 76.92308%; }
  .col-sm-pull-11 {
    right: 84.61538%; }
  .col-sm-pull-12 {
    right: 92.30769%; }
  .col-sm-pull-13 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 7.69231%; }
  .col-sm-push-2 {
    left: 15.38462%; }
  .col-sm-push-3 {
    left: 23.07692%; }
  .col-sm-push-4 {
    left: 30.76923%; }
  .col-sm-push-5 {
    left: 38.46154%; }
  .col-sm-push-6 {
    left: 46.15385%; }
  .col-sm-push-7 {
    left: 53.84615%; }
  .col-sm-push-8 {
    left: 61.53846%; }
  .col-sm-push-9 {
    left: 69.23077%; }
  .col-sm-push-10 {
    left: 76.92308%; }
  .col-sm-push-11 {
    left: 84.61538%; }
  .col-sm-push-12 {
    left: 92.30769%; }
  .col-sm-push-13 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 7.69231%; }
  .col-sm-offset-2 {
    margin-left: 15.38462%; }
  .col-sm-offset-3 {
    margin-left: 23.07692%; }
  .col-sm-offset-4 {
    margin-left: 30.76923%; }
  .col-sm-offset-5 {
    margin-left: 38.46154%; }
  .col-sm-offset-6 {
    margin-left: 46.15385%; }
  .col-sm-offset-7 {
    margin-left: 53.84615%; }
  .col-sm-offset-8 {
    margin-left: 61.53846%; }
  .col-sm-offset-9 {
    margin-left: 69.23077%; }
  .col-sm-offset-10 {
    margin-left: 76.92308%; }
  .col-sm-offset-11 {
    margin-left: 84.61538%; }
  .col-sm-offset-12 {
    margin-left: 92.30769%; }
  .col-sm-offset-13 {
    margin-left: 100%; } }

@media (min-width: 1252px) {
  .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-md-13 {
    float: left; }
  .col-md-1 {
    width: 7.69231%; }
  .col-md-2 {
    width: 15.38462%; }
  .col-md-3 {
    width: 23.07692%; }
  .col-md-4 {
    width: 30.76923%; }
  .col-md-5 {
    width: 38.46154%; }
  .col-md-6 {
    width: 46.15385%; }
  .col-md-7 {
    width: 53.84615%; }
  .col-md-8 {
    width: 61.53846%; }
  .col-md-9 {
    width: 69.23077%; }
  .col-md-10 {
    width: 76.92308%; }
  .col-md-11 {
    width: 84.61538%; }
  .col-md-12 {
    width: 92.30769%; }
  .col-md-13 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 7.69231%; }
  .col-md-pull-2 {
    right: 15.38462%; }
  .col-md-pull-3 {
    right: 23.07692%; }
  .col-md-pull-4 {
    right: 30.76923%; }
  .col-md-pull-5 {
    right: 38.46154%; }
  .col-md-pull-6 {
    right: 46.15385%; }
  .col-md-pull-7 {
    right: 53.84615%; }
  .col-md-pull-8 {
    right: 61.53846%; }
  .col-md-pull-9 {
    right: 69.23077%; }
  .col-md-pull-10 {
    right: 76.92308%; }
  .col-md-pull-11 {
    right: 84.61538%; }
  .col-md-pull-12 {
    right: 92.30769%; }
  .col-md-pull-13 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 7.69231%; }
  .col-md-push-2 {
    left: 15.38462%; }
  .col-md-push-3 {
    left: 23.07692%; }
  .col-md-push-4 {
    left: 30.76923%; }
  .col-md-push-5 {
    left: 38.46154%; }
  .col-md-push-6 {
    left: 46.15385%; }
  .col-md-push-7 {
    left: 53.84615%; }
  .col-md-push-8 {
    left: 61.53846%; }
  .col-md-push-9 {
    left: 69.23077%; }
  .col-md-push-10 {
    left: 76.92308%; }
  .col-md-push-11 {
    left: 84.61538%; }
  .col-md-push-12 {
    left: 92.30769%; }
  .col-md-push-13 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 7.69231%; }
  .col-md-offset-2 {
    margin-left: 15.38462%; }
  .col-md-offset-3 {
    margin-left: 23.07692%; }
  .col-md-offset-4 {
    margin-left: 30.76923%; }
  .col-md-offset-5 {
    margin-left: 38.46154%; }
  .col-md-offset-6 {
    margin-left: 46.15385%; }
  .col-md-offset-7 {
    margin-left: 53.84615%; }
  .col-md-offset-8 {
    margin-left: 61.53846%; }
  .col-md-offset-9 {
    margin-left: 69.23077%; }
  .col-md-offset-10 {
    margin-left: 76.92308%; }
  .col-md-offset-11 {
    margin-left: 84.61538%; }
  .col-md-offset-12 {
    margin-left: 92.30769%; }
  .col-md-offset-13 {
    margin-left: 100%; } }

@media (min-width: 1460px) {
  .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12, .col-lg-13 {
    float: left; }
  .col-lg-1 {
    width: 7.69231%; }
  .col-lg-2 {
    width: 15.38462%; }
  .col-lg-3 {
    width: 23.07692%; }
  .col-lg-4 {
    width: 30.76923%; }
  .col-lg-5 {
    width: 38.46154%; }
  .col-lg-6 {
    width: 46.15385%; }
  .col-lg-7 {
    width: 53.84615%; }
  .col-lg-8 {
    width: 61.53846%; }
  .col-lg-9 {
    width: 69.23077%; }
  .col-lg-10 {
    width: 76.92308%; }
  .col-lg-11 {
    width: 84.61538%; }
  .col-lg-12 {
    width: 92.30769%; }
  .col-lg-13 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 7.69231%; }
  .col-lg-pull-2 {
    right: 15.38462%; }
  .col-lg-pull-3 {
    right: 23.07692%; }
  .col-lg-pull-4 {
    right: 30.76923%; }
  .col-lg-pull-5 {
    right: 38.46154%; }
  .col-lg-pull-6 {
    right: 46.15385%; }
  .col-lg-pull-7 {
    right: 53.84615%; }
  .col-lg-pull-8 {
    right: 61.53846%; }
  .col-lg-pull-9 {
    right: 69.23077%; }
  .col-lg-pull-10 {
    right: 76.92308%; }
  .col-lg-pull-11 {
    right: 84.61538%; }
  .col-lg-pull-12 {
    right: 92.30769%; }
  .col-lg-pull-13 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 7.69231%; }
  .col-lg-push-2 {
    left: 15.38462%; }
  .col-lg-push-3 {
    left: 23.07692%; }
  .col-lg-push-4 {
    left: 30.76923%; }
  .col-lg-push-5 {
    left: 38.46154%; }
  .col-lg-push-6 {
    left: 46.15385%; }
  .col-lg-push-7 {
    left: 53.84615%; }
  .col-lg-push-8 {
    left: 61.53846%; }
  .col-lg-push-9 {
    left: 69.23077%; }
  .col-lg-push-10 {
    left: 76.92308%; }
  .col-lg-push-11 {
    left: 84.61538%; }
  .col-lg-push-12 {
    left: 92.30769%; }
  .col-lg-push-13 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 7.69231%; }
  .col-lg-offset-2 {
    margin-left: 15.38462%; }
  .col-lg-offset-3 {
    margin-left: 23.07692%; }
  .col-lg-offset-4 {
    margin-left: 30.76923%; }
  .col-lg-offset-5 {
    margin-left: 38.46154%; }
  .col-lg-offset-6 {
    margin-left: 46.15385%; }
  .col-lg-offset-7 {
    margin-left: 53.84615%; }
  .col-lg-offset-8 {
    margin-left: 61.53846%; }
  .col-lg-offset-9 {
    margin-left: 69.23077%; }
  .col-lg-offset-10 {
    margin-left: 76.92308%; }
  .col-lg-offset-11 {
    margin-left: 84.61538%; }
  .col-lg-offset-12 {
    margin-left: 92.30769%; }
  .col-lg-offset-13 {
    margin-left: 100%; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 1027px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 1027px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 1027px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 1027px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 1028px) and (max-width: 1251px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 1028px) and (max-width: 1251px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 1028px) and (max-width: 1251px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 1028px) and (max-width: 1251px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1252px) and (max-width: 1459px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1252px) and (max-width: 1459px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1252px) and (max-width: 1459px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1252px) and (max-width: 1459px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1460px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1460px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1460px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1460px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 1027px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 1028px) and (max-width: 1251px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 1252px) and (max-width: 1459px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1460px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.notes {
  width: 100%;
  display: block;
  page-break-inside: avoid;
  position: relative; }
  .notes #perwrap {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 999; }
  .notes #pers {
    background: white;
    position: relative;
    z-index: 99;
    height: 300px;
    overflow: scroll;
    border-color: #000;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

#saved {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 34px;
  color: #00b395;
  text-align: center;
  padding: 10px 0; }

.saveem {
  background: #00b395;
  color: white;
  border: none;
  padding: 0 40px;
  line-height: 68px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  margin: 0 auto;
  height: 67px;
  width: 407px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  cursor: pointer; }
  .saveem:hover {
    background: #ffa422;
    color: white; }

.ro {
  font-weight: 800;
  letter-spacing: 1px; }

.printer-better {
  padding: 80px; }

.printer-better h1 {
  font-family: "museo-slab";
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px; }

.printer-better .vent {
  display: none; }

.printer-better .vent.shown {
  display: block;
  margin-bottom: 40px; }

.page-template-template-print-better {
  background: white !important;
  height: 100vh !important;
  width: 100vw !important; }

.page-template-template-print-better #header {
  display: none; }

.page-template-template-print-better #footer {
  display: none; }

.page-template-template-print-better .feat-thumb-wrap {
  display: none; }

.page-template-template-print-better h2 {
  margin-bottom: 5px; }

.printer-all {
  padding: 80px; }

.printer-all h1 {
  font-family: "museo-slab";
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px; }

.printer-all .vent {
  display: block;
  margin-bottom: 40px; }

.page-template-template-print-all {
  background: white !important; }

.page-template-template-print-all .feat-thumb-wrap {
  display: none; }

.page-template-template-print-all #header {
  display: none; }

.page-template-template-print-all #footer {
  display: none; }

.page-template-template-print-all h2 {
  margin-bottom: 5px; }

.page-template-template-print-all h3 {
  margin-bottom: 5px; }

.page-template-template-print-all p {
  margin-bottom: 10px; }

.page-template-template-print-all li {
  margin-bottom: 10px;
  line-height: 125%; }

.printem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.printem .button {
  background: #00b395;
  color: white;
  border: none;
  padding: 0 40px;
  line-height: 68px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.printem .button:hover {
  background: #ffa422; }

.none {
  background: white;
  padding: 80px;
  border: 1px solid #00b395;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px; }

#better {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  color: #3C3C33;
  font-family: "museo-slab";
  font-size: 32px; }

#better span {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

#better h1::first-letter {
  color: #ffa422; }

#better .checked + h1::first-letter {
  color: #00b395; }

#better .check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
  cursor: pointer;
  color: #3C3C33;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

#better .check:hover {
  color: #ffa422; }

#better .checked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
  cursor: pointer;
  color: #00b395;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

#better .checked:hover {
  color: #00b395; }

.print {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #00b395;
  color: #ffffff;
  padding: 20px;
  width: 100%;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: none;
  display: block;
  margin: 0 auto;
  width: 200px;
  text-align: center;
  font-size: 20px; }

.print:hover {
  background: #ffa422; }

.flexxin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 900px) {
    .flexxin {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .flexxin iframe {
    width: 50%; }
    @media (max-width: 900px) {
      .flexxin iframe {
        width: 100%;
        height: 420px; } }
    @media (max-width: 500px) {
      .flexxin iframe {
        height: 300px; } }
  .flexxin span {
    font-size: 32px;
    width: 50% !important;
    padding: 40px 0; }
    @media (max-width: 900px) {
      .flexxin span {
        padding: 0;
        margin-bottom: 40px !important;
        width: 100% !important; } }
    @media (max-width: 500px) {
      .flexxin span {
        font-size: 20px; } }

#down {
  display: none; }
  .featherlight #down {
    display: block; }
  #down button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #00b395;
    color: #ffffff;
    padding: 20px;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: none;
    display: block;
    margin: 0 auto;
    width: 200px; }
    #down button:hover {
      background: #ffa422; }

#back2 {
  float: left;
  clear: left; }

button.add {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #00b395;
  color: #ffffff;
  padding: 20px;
  width: 100%;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: none;
  display: inline-block;
  float: right;
  width: 200px; }
  button.add:hover {
    background: #ffa422; }
  .inter_prev button.add {
    background: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 130px;
    z-index: 500; }

button.remove {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #00b395;
  color: #ffffff;
  padding: 20px;
  width: 100%;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: none;
  display: inline-block;
  float: right;
  width: 200px; }
  button.remove:hover {
    background: #ffa422; }
  .inter_prev button.remove {
    background: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    z-index: 500; }

#logged {
  display: none; }
  #logged.open {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999; }
  #logged .modal {
    background: white;
    width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    #logged .modal div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    #logged .modal .create {
      height: 68px;
      line-height: 68px;
      font-size: 24px;
      font-weight: 700;
      text-align: center;
      background: #ffa422;
      color: #ffffff;
      width: 100%;
      text-transform: uppercase;
      cursor: pointer;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      #logged .modal .create:hover {
        background: #70706b; }
  #logged #loginform {
    margin-bottom: 20px; }
    #logged #loginform input[type=submit]:hover {
      background: #70706b !important;
      border-color: #70706b !important; }
  #logged .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer; }

.navbar {
  background: rgba(40, 32, 26, 0.7);
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .menu > ul li {
    padding: 0 20px; }
    .menu > ul li:first-child {
      padding-left: 0; }
    .menu > ul li:last-child {
      padding-right: 0; }

@media (max-width: 750px) {
  #content .sing {
    display: block;
    width: 100%;
    margin-bottom: 20px; } }