@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic|Roboto+Condensed:400italic,700italic,400,700);
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horizontal-align {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
/*
   .-----------------------------------------------------.
   |                        FONTS                        |
   '-----------------------------------------------------'
*/
/*
   .-----------------------------------------------------.
   |                    BASIC ELEMENTS                   |
   '-----------------------------------------------------'
*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font: 400 16px/27px 'Lora', sans-serif;
  color: #8f8d8b;
}
.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.relative {
  position: relative !important;
}
input[type='text'] {
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #8f8d8b;
}
input[type='submit'] {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9fa1a4;
}
.error::-webkit-input-placeholder {
  color: #ff0000 !important;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9fa1a4;
}
.error:-moz-placeholder {
  color: #ff0000 !important;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9fa1a4;
}
.error::-moz-placeholder {
  color: #ff0000 !important;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #9fa1a4;
}
.error:-ms-input-placeholder {
  color: #ff0000 !important;
}
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #322f2a;
  margin: 0;
  padding: 0;
}
h1 {
  font: 700 34px/46px 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 6px;
}
.b-home-banner h1 {
  font-size: 48px;
  line-height: 59px;
  letter-spacing: 0px;
  text-align: left;
}
.b-inner-header h1 {
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}
h2 {
  font: 400 34px/44px 'Lora', sans-serif;
}
h3 {
  font: 400 25px/33px 'Lora', sans-serif;
}
h3.has-line:after {
  content: '';
  display: block;
  background-color: #1971a9;
  width: 50px;
  height: 2px;
  margin-top: 23px;
}
h3.is-all-caps {
  font: 700 25px/33px 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
h3.is-smaller {
  font: 700 22px/29px 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
h4 {
  font: 400 20px/28px 'Lora', sans-serif;
}
h4.is-all-caps {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
h4.is-gold {
  color: #d2a960;
}
.b-inner-header h4 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
h4.is-white {
  color: #ffffff;
}
h4.has-top-line:before {
  width: 50px;
  height: 2px;
  background-color: #d2a960;
  content: '';
  display: block;
  margin: 0 auto 28px;
}
h4.has-line:after {
  content: '';
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  width: 50px;
  height: 2px;
  margin-top: 19px;
  margin-bottom: 20px;
}
h5 {
  font: 400 16px/21px 'Lora', sans-serif;
}
.time {
  color: #b8b7b5;
  font: 400 13px/20px 'Lora', sans-serif;
  letter-spacing: 1px;
  margin-bottom: 11px;
}
.time.has-icon {
  background: url(../images/date-grey-icon.png) 0 1px no-repeat;
  background-size: 14px 14px;
  padding-left: 24px;
}
p {
  padding: 0;
  margin: 0;
}
p.is-smaller {
  color: #b8b7b5;
  font: 400 13px/24px 'Lora', sans-serif;
  letter-spacing: 1px;
}
p.is-large {
  color: #322f2a;
  font: 400 18px/28px 'Lora', sans-serif;
}
p.is-blue {
  color: #1971a9;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #d2a960;
}
a:hover {
  text-decoration: underline;
  color: #bd9655;
}
address {
  font-style: normal;
}
blockquote {
  margin: 0 0 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 31px;
}
blockquote:before {
  content: '\201C';
}
blockquote:after {
  content: '\201D';
}
blockquote.has-icon:before,
blockquote.has-icon:after {
  content: '';
  background: url(../images/quote-icon.png) no-repeat;
  background-size: 46px 36px;
  width: 46px;
  height: 36px;
  margin: 0 auto 26px;
  display: block;
}
blockquote.has-icon:after {
  display: none;
}
.b-table {
  display: table;
}
.b-table-row {
  display: table-row;
}
.b-table-cell {
  display: table-cell;
}
.hide {
  display: none !important;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  ::-webkit-input-placeholder {
    /* WebKit browsers */
  }
  .b-quick-search-form ::-webkit-input-placeholder {
    color: #ffffff;
  }
  :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
  }
  .b-quick-search-form :-moz-placeholder {
    color: #ffffff;
  }
  ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
  }
  .b-quick-search-form ::-moz-placeholder {
    color: #ffffff;
  }
  :-ms-input-placeholder {
    /* Internet Explorer 10+ */
  }
  .b-quick-search-form :-ms-input-placeholder {
    color: #ffffff;
  }
  h1 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 8px;
  }
  .b-home-banner h1 {
    font-size: 54px;
    line-height: 70px;
    color: #ffffff;
    width: 60%;
  }
  h2 {
    font-size: 40px;
    line-height: 52px;
  }
  h3 {
    font-size: 29px;
    line-height: 38px;
  }
  h3.is-all-caps {
    font-size: 29px;
    line-height: 38px;
  }
  h3.is-smaller {
    font-size: 25px;
    line-height: 33px;
  }
  h3.has-line:after {
    margin-top: 20px;
  }
  h3.has-line {
    margin-bottom: 39px;
  }
  h4 {
    font-size: 22px;
    line-height: 32px;
  }
  h5 {
    font-size: 18px;
    line-height: 23px;
  }
  p.is-large {
    font-size: 20px;
    line-height: 31px;
  }
  .two-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  blockquote.has-icon {
    padding-left: 81px;
    padding-right: 81px;
    max-width: 880px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
  }
  blockquote.has-icon:before,
  blockquote.has-icon:after {
    display: block;
    position: absolute;
    z-index: 2;
    top: 4px;
    left: 0;
    margin-bottom: 0;
  }
  blockquote.has-icon:after {
    bottom: 0;
    top: auto;
    left: auto;
    right: 0;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  h1 {
    font-size: 46px;
    line-height: 60px;
  }
  .b-home-banner h1 {
    font-size: 64px;
    line-height: 80px;
    margin-bottom: 38px;
    width: 70%;
  }
  h2 {
    font-size: 46px;
    line-height: 60px;
  }
  h3 {
    font-size: 34px;
    line-height: 45px;
  }
  h3.is-all-caps {
    font-size: 34px;
    line-height: 45px;
  }
  h3.is-smaller {
    font-size: 30px;
    line-height: 42px;
  }
  .two-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
/*
   .-----------------------------------------------------.
   |                       CONTENT                       |
   '-----------------------------------------------------'
*/
.container {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.container:before,
.container:after {
  content: ' ';
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: ' ';
  display: table;
}
.container:after {
  clear: both;
}
.section {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .container {
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
/*
   .-----------------------------------------------------.
   |                   BASIC CLASSES                     |
   '-----------------------------------------------------'
*/
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
.responsive {
  width: 100%;
  height: auto;
}
.no-margin {
  margin-top: 0 !important;
}
.mobile-hide {
  display: none !important;
}
.button-group {
  font-size: 0;
  text-align: center;
}
.button-group:before,
.button-group:after {
  content: ' ';
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group:before,
.button-group:after {
  content: ' ';
  display: table;
}
.button-group:after {
  clear: both;
}
.button,
body.woocommerce a.button {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  letter-spacing: 2px;
  color: #f7f7f8;
  background: transparent;
  border: 2px solid #d2a960;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;

  /*font: 400 15px/20px 'Roboto Condensed', sans-serif;*/
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;

  display: inline-block;
  padding: 13px 29px;
  text-transform: uppercase;
  text-align: center;
}
.button:hover,
body.woocommerce a.button:hover {
  text-decoration: none;
  background-color: #d2a960;
  color: #f7f7f8;
}
.button.has-icon {
  padding-right: 26px;
}
.button.has-icon:after {
  content: '';
  background: url(../images/arrow-right-short-white-icon.png) no-repeat;
  background-size: 14px 10px;
  width: 14px;
  height: 10px;
  display: inline-block;
  vertical-align: 5%;
  margin-left: 9px;
}
.button.has-icon:hover:after {
  background-image: url(../images/arrow-right-short-gold-icon.png);
}
.button.is-white {
  border-color: #FFF;
}
.button.is-white:hover {
  background-color: #ffffff;
  color: #bd9655;
  text-shadow: none;
}
.button.is-submit {
  border: none;
  background-color: #d2a960;
  padding: 14px 24px 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.button.is-submit:hover {
  background-color: #bd9655;
}
.button.is-form-button {
  border: none;
  background-color: #d2a960;
  padding: 18px 40px 19px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #f7f7f8;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 2px;
}
.button.is-form-button:hover {
  background-color: #bd9655;
}
.button.is-add-to-cart,
body.woocommerce a.button.is-add-to-cart {
  border: none;
  background-color: #d2a960;
  color: #f7f7f8 !important;
  padding: 13px 65px 12px 24px;
  font-size: 14px;
  line-height: 19px;
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.button.is-add-to-cart:after,
body.woocommerce a.button.is-add-to-cart:after {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  background: #bd9655 url(../images/add-icon.png) center center no-repeat;
  background-size: 14px;
  right: 0;
  top: 0;
}
.button.is-add-to-cart:hover,
body.woocommerce a.button.is-add-to-cart:hover {
  background-color: #bd9655;
}
.button.is-add-to-cart:hover:after,
body.woocommerce a.button.is-add-to-cart:hover:after {
  background-color: #d2a960;
}
.button.is-large {
  border: none;
  background-color: #d2a960;
  padding: 17px 40px 20px;
  font-size: 17px;
  line-height: 23px;
  font-weight: 700;
}
.button.is-large:hover {
  background-color: #bd9655;
}
.button.donate-button,
body.woocommerce a.button.donate-button {
  background-color: #215b8f;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  border: none;
  padding: 18px 20px 19px;
  display: block;
}
.button.donate-button:hover {
  background: #1971a9;
}
.button.is-gold {
  background-color: #d2a960;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  border: none;
  padding: 15px 26px 16px;
}
.button.is-gold:hover {
  background-color: #bd9655;
}
form {
  margin: 0;
  padding: 0;
}
.dk-select {
  width: 100%;
  padding: 0;
  position: relative;
  background: #fff;
}
.dk-select:after {
  content: ' ';
  display: block;
  width: 15px;
  height: 10px;
  background: #ffffff url(../images/dropdown-icon.png) right center no-repeat;
  background-size: 15px 10px;
  position: absolute;
  top: 23px;
  right: 18px;
  left: auto;
  bottom: auto;
  border: 0;
}
.dk-selected {
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  width: 100%;
  background: transparent;
  height: 56px;
  line-height: 56px;
}
.dk-selected:before,
.dk-selected:after {
  display: none;
}
.dk-select-open-down,
.dk-select-open-up {
  border-color: #cabfa8 !important;
  border-radius: 0;
}
.dk-select-open-down .dk-select-options {
  top: calc(102%);
}
.dk-select-open-up .dk-select-options {
  bottom: calc(102%);
}
.dk-select-open-down .dk-select-options,
.dk-select-open-up .dk-select-options {
  border: 0;
  padding: 0;
  border-radius: 0;
  width: calc(102%);
  background: #FFF;
  margin-left: -1px;
  box-sizing: content-box;
  max-height: 10.75em;
  border-bottom: 1px solid #eae7e2;
  border-top: 1px solid #eae7e2;
}
.dk-select-open-down .dk-option,
.dk-select-open-up .dk-option {
  padding: 15px 0;
  text-indent: 16px;
  border: 1px solid #eae7e2;
  border-bottom: none;
  line-height: 27px;
  color: #1971a9;
}
.dk-select-open-down .dk-option:first-child,
.dk-select-open-up .dk-option:first-child {
  border-top: 0;
}
.dk-select-options .dk-option-highlight,
.dk-select-options .dk-option-selected {
  background-color: #f5f5f5;
}
.form-select {
  border: 1px solid #e1e1e0;
  border-radius: 0;
  width: 100%;
  height: 56px;
  outline: 0;
  line-height: 56px;
  padding: 0 0 0 20px;
  min-height: 56px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ' ';
}
.hidden-button {
  display: none;
}
input[type='submit'] {
  width: 100%;
}
.b-social-network {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}
.b-menu .b-social-network {
  float: right;
  padding-top: 16px;
  padding-right: 15px;
  padding-left: 22px;
}
.b-social-network li {
  display: inline-block;
  text-align: center;
  margin-left: 6px;
  margin-right: 7px;
}
nav .b-social-network li {
  margin: 0;
  width: 33.33%;
  height: 90px;
  padding-top: 30px;
  border-left: 1px solid #e1e1e0;
  border-top: 1px solid #e1e1e0;
}
nav .b-social-network li:first-line {
  border-left: none;
}
.b-social-network li a {
  display: inline-block;
  text-indent: -999em;
  background: url(../images/social-network-icons.png) no-repeat;
  background-size: 28px 336px;
  width: 28px;
  height: 28px;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.b-social-network li a.fb-link {
  background-position: 0 -84px;
}
.b-social-network li a.fb-link:hover {
  background-position: 0 -252px;
}
.b-menu .b-social-network li a.fb-link {
  background-position: 0 -56px;
}
.b-menu .b-social-network li a.fb-link:hover {
  background-position: 0 -224px;
}
.b-social-network li a.tw-link {
  background-position: 0 -28px;
}
.b-social-network li a.tw-link:hover {
  background-position: 0 -196px;
}
.b-menu .b-social-network li a.tw-link {
  background-position: 0 0;
}
.b-menu .b-social-network li a.tw-link:hover {
  background-position: 0 -168px;
}
.b-social-network li a.in-link {
  background-position: 0 -140px;
}
.b-social-network li a.in-link:hover {
  background-position: 0 -308px;
}
.b-menu .b-social-network li a.in-link {
  background-position: 0 -112px;
}
.b-menu .b-social-network li a.in-link:hover {
  background-position: 0 -280px;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .mobile-hide {
    display: inherit !important;
  }
  .tablet-hide {
    display: none !important;
  }
  .button {
    display: inline-block;
  }
  .button.is-add-to-cart {
    padding-right: 24px;
  }
  .button.is-add-to-cart:after {
    display: none;
  }
  input[type='submit'] {
    width: auto;
  }
  .b-social-network.at-footer {
    text-align: left;
    display: inline-block;
    width: 175px;
  }
  .b-social-network li:first-child {
    margin-left: 0;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .mobile-hide {
    display: inherit !important;
  }
  .tablet-hide {
    display: inherit !important;
  }
  .desktop-hide {
    display: none !important;
  }
  .button {
    display: inline-block;
  }
  .button.is-add-to-cart {
    padding-right: 65px;
  }
  .button.is-add-to-cart:after {
    display: inline-block;
  }
}
/*
   .-----------------------------------------------------.
   |                       LAYOUT                        |
   '-----------------------------------------------------'
*/
.table-style {
  display: table;
  width: 100%;
}
.table-style .cell {
  display: table-cell;
  vertical-align: top;
  float: none !important;
}
.no-border {
  border: none !important;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .row {
    margin-left: -30px;
  }
  .row:before,
  .row:after {
    content: ' ';
    display: table;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    content: ' ';
    display: table;
  }
  .row:after {
    clear: both;
  }
  .row .col {
    float: left;
    padding-left: 30px;
    padding-top: 0;
  }
  .row .col:last-child {
    float: right;
  }
  .row .col.no-gutter {
    padding-left: 0;
  }
  .row .width3-4 {
    width: 75%;
  }
  .row .width2-3 {
    width: 66.666666%;
  }
  .row .width3-5 {
    width: 60%;
  }
  .row .width1-2 {
    width: 50%;
  }
  .row .width2-5 {
    width: 40%;
  }
  .row .width1-3 {
    width: 33.333333%;
  }
  .row .width1-4 {
    width: 25%;
  }
  .row .width1-5 {
    width: 20%;
  }
}
/* ________________    1001px - Max    _______________ */
/*
   .-----------------------------------------------------.
   |              FLUID GRID - MOBILE FIRST              |
   '-----------------------------------------------------'
*/
.row-fluid:before,
.row-fluid:after {
  content: "";
  display: table;
}
.row-fluid:after {
  clear: both;
}
.row-fluid {
  *zoom: 1;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.row-fluid .no-gutter,
.row-fluid [class*="span"]:first-child {
  margin-left: 0 !important;
}
.row-fluid [class*="span"].pull-right {
  float: right;
}
.row-fluid .span12,
.row-fluid .span11,
.row-fluid .span10,
.row-fluid .span9,
.row-fluid .span8,
.row-fluid .span7,
.row-fluid .span6,
.row-fluid .span5,
.row-fluid .span4,
.row-fluid .span3,
.row-fluid .span2,
.row-fluid .span1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .row-fluid .span9 {
    width: 73.98373983739837%;
  }
  .row-fluid .span8 {
    width: 65.31165311653117%;
  }
  .row-fluid .span7 {
    width: 56.63956639566396%;
  }
  .row-fluid .span6 {
    width: 47.96747967479675%;
  }
  .row-fluid .span5 {
    width: 39.29539295392954%;
  }
  .row-fluid .span4 {
    width: 30.62330623306233%;
  }
  .row-fluid .span3 {
    width: 21.95121951219512%;
  }
  .row-fluid .span2 {
    width: 13.27913279132791%;
  }
  .row-fluid .span1 {
    width: 4.607046070460705%;
  }
  .row-fluid [class*="span"],
  .row-fluid [class*="span"].has-gutter {
    margin-left: 4.065040650406504%;
  }
}
@media only screen and (min-width: 1001px) {
  .row-fluid .span9 {
    width: 74.0909%;
  }
  .row-fluid .span8 {
    width: 65.4545%;
  }
  .row-fluid .span7 {
    width: 56.8181%;
  }
  .row-fluid .span6 {
    width: 48.1818%;
  }
  .row-fluid .span5 {
    width: 39.5454%;
  }
  .row-fluid .span4 {
    width: 30.9090%;
  }
  .row-fluid .span3 {
    width: 22.2727%;
  }
  .row-fluid .span2 {
    width: 13.6363%;
  }
  .row-fluid .span1 {
    width: 5%;
  }
  .row-fluid [class*="span"],
  .row-fluid [class*="span"].has-gutter {
    margin-left: 3.636363636363636%;
  }
}
/*
   .-----------------------------------------------------.
   |                       HEADER                        |
   '-----------------------------------------------------'
*/
header {
  position: relative;
  z-index: 3;
}
header .container {
  padding: 0;
}
header .top-header {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
header .top-header:before,
header .top-header:after {
  content: ' ';
  display: table;
}
header .top-header:after {
  clear: both;
}
header .top-header:before,
header .top-header:after {
  content: ' ';
  display: table;
}
header .top-header:after {
  clear: both;
}
header .logo {
  float: left;
  padding: 15px 9px;
}
header .logo img {
  width: 90px;
  height: auto;
  display: block;
}
header .b-menu {
  float: right;
  background-color: #d2a960;
  width: calc(100% - 108px);
  text-align: right;
  padding-top: 27px;
  padding-bottom: 27px;
}
header .b-menu:before,
header .b-menu:after {
  content: ' ';
  display: table;
}
header .b-menu:after {
  clear: both;
}
header .b-menu:before,
header .b-menu:after {
  content: ' ';
  display: table;
}
header .b-menu:after {
  clear: both;
}
header .menu-switch {
  border-left: 1px solid #bd9655;
  background: url(../images/menu-switch.png) 18px center no-repeat;
  background-size: 24px 14px;
  width: 78px;
  height: 56px;
  text-align: left;
  text-indent: -9999px;
  float: right;
}
header .b-quick-search {
  float: right;
  border-left: 1px solid #bd9655;
}
header .b-quick-search .quick-search-button {
  background: url(../images/search-icon-mobile.png) center center no-repeat;
  background-size: 18px;
  width: 60px;
  height: 56px;
  display: block;
  text-align: left;
  text-indent: -9999px;
}
header .b-quick-contact {
  float: right;
}
header .b-quick-contact a {
  background: url(../images/call-us-icon-mobile.png) center center no-repeat;
  background-size: 20px;
  width: 60px;
  height: 56px;
  display: block;
  text-align: left;
  text-indent: -9999px;
}
header .b-quick-search-form {
  display: none;
}
header .b-quick-search-form input {
  width: 100%;
  font-size: 16px;
  line-height: 27px;
  padding: 15px 20px 18px;
  border: none;
  background: none;
  border-bottom: 1px solid #e1e1e0;
}
header .b-quick-search-form input[type="submit"] {
  display: none;
}
header nav {
  display: none;
}
header nav .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
header nav .menu li {
  margin: 0;
  border-bottom: 1px solid #e1e1e0;
}
header nav .menu li a {
  display: block;
  color: #1971a9;
  font: 400 17px/20px 'Roboto Condensed', sans-serif;
  padding: 19px 20px 20px 19px;
}
header nav .menu li a:hover {
  text-decoration: none;
  color: #215b8f;
  background-color: #f5f5f5;
}
header .b-donate-mini {
  padding: 20px;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  header .container {
    position: static;
    padding-left: 30px;
    padding-right: 30px;
  }
  header .top-header {
    box-shadow: none;
  }
  header .logo {
    padding: 17px 13px;
    position: relative;
    z-index: 20;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  header .logo img {
    width: 90px;
    height: auto;
  }
  header .b-menu {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.15);
  }
  header .b-quick-search {
    border-left: none;
  }
  header .b-quick-search .quick-search-button {
    background-color: #bd9655;
    height: 60px;
  }
  header .b-quick-search .quick-search-button.is-opening {
    background-image: url(../images/close-search-icon.png);
    background-size: 13px;
  }
  header .b-top-menu {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
  }
  header .b-top-menu li {
    display: inline-block;
  }
  header .b-top-menu li a {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #f7f7f8;
    font: 400 15px/20px 'Roboto Condensed', sans-serif;
    letter-spacing: 2px;
    padding: 20px 20px 20px 22px;
    display: block;
  }
  header .b-top-menu li a.special-link {
    background-color: #215b8f;
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
  }
  header .b-top-menu li a.special-link:hover {
    background-color: #1971a9;
  }
  header .b-top-menu li a:hover {
    text-decoration: none;
    background-color: #bd9655;
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
  }
  header .b-language {
    float: right;
    border-right: 1px solid #bd9655;
    position: relative;
    z-index: 4;
    text-align: left;
  }
  header .b-language:before {
    content: '';
    background: url(../images/down-arrow-icon.png) no-repeat;
    width: 10px;
    height: 7px;
    position: absolute;
    z-index: 5;
    top: 27px;
    right: 22px;
  }
  header .b-language a {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #f7f7f8;
    font: 400 15px/20px 'Roboto Condensed', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    padding: 10px 30px;
  }
  header .b-language a:hover {
    background-color: #bd9655;
    text-decoration: none;
  }
  header .b-language a.title {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 42px;
    padding-left: 22px;
  }
  header .b-language ul {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 5;
    top: 60px;
    right: 0;
    left: 0;
    background-color: #d2a960;
  }
  header .b-language ul li.active a {
    background-color: #bd9655;
  }
  header .b-quick-contact {
    border-right: 1px solid #bd9655;
  }
  header .b-quick-contact a {
    margin-right: 2px;
  }
  header .b-quick-search-form {
    width: 60%;
    position: absolute;
    z-index: 22;
    right: 60px;
    top: 0;
    height: 60px;
    background-color: #bd9655;
  }
  header .b-quick-search-form input {
    color: #ffffff;
    border-bottom: none;
    padding-right: 28px;
    padding-left: 25px;
  }
  header nav {
    display: block !important;
  }
  header nav .menu {
    font-size: 0;
    text-align: center;
  }
  header nav .menu li {
    border: none;
    padding: 19px 0 19px 19px;
    display: inline-block;
  }
  header nav .menu li a {
    padding: 0;
  }
  header nav .menu li a:hover,
  header nav .menu li a.active {
    color: #d2a960;
    background: none;
  }
  header nav .menu li:first-child {
    padding-left: 0;
  }
  header nav .menu li:last-child {
    padding-right: 0;
  }
  header .b-donate-mini {
    padding: 20px;
  }
  .b-share {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    background-color: #d2a960;
    position: fixed;
    z-index: 999;
    right: -22px;
    top: 303px;
  }
  .b-share .share-button {
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    color: #f7f7f8;
    font: 400 15px/15px 'Roboto Condensed', sans-serif;
    letter-spacing: 2px;
    padding: 12px 15px 11px;
    display: block;
  }
  .b-share .share-button:hover {
    background-color: #bd9655;
    text-decoration: none;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  header .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  header .top-header:before,
  header .top-header:after {
    display: none;
  }
  header .logo {
    padding: 28px 22px 28px 23px;
    margin-bottom: -34px;
  }
  header .logo img {
    width: 193px;
    height: 148px;
  }
  header .b-quick-contact {
    float: right;
    border-right: 1px solid #bd9655;
  }
  header .b-quick-contact a {
    background: none;
    width: auto;
    height: auto;
    text-align: left;
    text-indent: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #f7f7f8;
    font: 400 15px/20px 'Roboto Condensed', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    padding: 20px;
    cursor: text;
    margin-right: 0;
  }
  header .b-quick-contact a:hover {
    text-decoration: none;
  }
  header .b-quick-search-form {
    width: 67%;
    position: absolute;
    z-index: 22;
    right: 60px;
    top: 0;
    height: 60px;
    background-color: #bd9655;
  }
  header .b-quick-search-form input {
    color: #ffffff;
    border-bottom: none;
    padding-right: 28px;
    padding-left: 25px;
  }
  header .b-top-menu li {
    display: inline-block !important;
  }
  header nav {
    padding-top: 83px;
  }
  header nav .menu {
    text-align: right;
  }
  header nav .menu li {
    padding: 19px 0 20px 29px;
  }
  .b-share {
    top: 275px;
  }
}
/*
   .-----------------------------------------------------.
   |                     SUBSCRIBE                       |
   '-----------------------------------------------------'
*/
.b-subscribe {
  background-color: #f5f5f5;
}
.b-subscribe h3 {
  text-align: center;
  margin-bottom: 30px;
}
.b-subscribe h3:before {
  content: '';
  background: url(../images/newsletter-icon.png) 0 0 no-repeat;
  background-size: 77px 61px;
  width: 77px;
  height: 61px;
  display: block;
  margin: 0 auto 21px;
}
.b-subscribe .b-mini-form input[type='text'] {
  background-color: #ffffff;
  border: 1px solid #e1e1e0;
  padding: 15px 0 14px;
  text-align: center;
  width: 100%;
  color: #b8b7b5;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 1px;
}
.b-subscribe .b-mini-form .button {
  width: 100%;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-subscribe {
    padding-top: 0;
    background: none;
  }
  .b-subscribe .container {
    background-color: #f5f5f5;
    padding-top: 67px;
    padding-bottom: 67px;
  }
  .b-subscribe h3 {
    text-align: left;
    margin-bottom: 0;
    padding-right: 0px;
    padding-left: 0px;
  }
  .b-subscribe h3:before {
    display: inline-block;
    vertical-align: middle;
    background-size: 77px 61px;
    margin: 0 10px 0 0;
  }
  .b-subscribe h3 span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 107px);
  }
  .b-subscribe .b-mini-form {
    font-size: 0;
    text-align: right;
    padding-right: 0;
  }
  .b-subscribe .b-mini-form:before,
  .b-subscribe .b-mini-form:after {
    content: ' ';
    display: table;
  }
  .b-subscribe .b-mini-form:after {
    clear: both;
  }
  .b-subscribe .b-mini-form:before,
  .b-subscribe .b-mini-form:after {
    content: ' ';
    display: table;
  }
  .b-subscribe .b-mini-form:after {
    clear: both;
  }
  .b-subscribe .b-mini-form input[type='text'] {
    width: calc(100% - 135px);
    max-width: 256px;
    border-right: none;
    padding: 15px 0 15px 17px;
    text-align: left;
  }
  .b-subscribe .b-mini-form .button {
    max-width: 135px;
    padding-left: 0;
    padding-right: 0;
  }
  .b-subscribe .b-table-mini {
    display: table;
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
  }
  .b-subscribe .b-table-mini .first-col,
  .b-subscribe .b-table-mini .second-col {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    float: none;
    width: 50%;
  }
  .b-subscribe .b-table-mini .second-col {
    text-align: right;
  }
  .b-subscribe.is-full {
    padding-bottom: 0;
  }
  .b-subscribe.is-full .container {
    background: none;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-subscribe .container {
    padding-left: 0;
    padding-right: 0;
    border-left: 10px solid #FFF;
    border-right: 10px solid #FFF;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .b-subscribe h3 {
    padding-right: 50px;
    padding-left: 49px;
  }
  .b-subscribe h3:before {
    margin-right: 30px;
  }
  .b-subscribe .b-mini-form {
    padding-right: 50px;
  }
  .b-subscribe.is-full h3 {
    padding-left: 0;
    padding-right: 0;
  }
  .b-subscribe.is-full .b-mini-form {
    padding-right: 0;
  }
}
/*
   .-----------------------------------------------------.
   |                     INNER HEAER                     |
   '-----------------------------------------------------'
*/
.b-inner-header {
  background: #215b8f;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #215b8f 0%, #01447c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #215b8f), color-stop(100%, #01447c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #215b8f 0%, #01447c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #215b8f 0%, #01447c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #215b8f 0%, #01447c 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #215b8f 0%, #01447c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#215b8f', endColorstr='#01447c', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  background: url(../images/inner-bg.jpg) center center no-repeat;
  background-size: cover;
  border-bottom: 3px solid #d2a960;
  padding-top: 42px;
  padding-bottom: 39px;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-inner-header {
    background: url(../images/inner-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 72px;
    padding-bottom: 73px;
  }
}
/* ________________    1001px - Max    _______________ */
/*
   .-----------------------------------------------------.
   |                    INNER CONTENT                    |
   '-----------------------------------------------------'
*/
.b-bar-component.is-menu-bar {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 38px;
}
.b-bar-component.is-menu-bar .bar-menu-switch {
  display: block;
  color: #1971a9;
  font: 400 17px/20px 'Roboto Condensed', sans-serif;
  padding: 30px 20px 30px 19px;
  border-bottom: 1px solid #e1e1e0;
}
.b-bar-component.is-menu-bar .bar-menu-switch:before,
.b-bar-component.is-menu-bar .bar-menu-switch:after {
  content: ' ';
  display: table;
}
.b-bar-component.is-menu-bar .bar-menu-switch:after {
  clear: both;
}
.b-bar-component.is-menu-bar .bar-menu-switch:before,
.b-bar-component.is-menu-bar .bar-menu-switch:after {
  content: ' ';
  display: table;
}
.b-bar-component.is-menu-bar .bar-menu-switch:after {
  clear: both;
}
.b-bar-component.is-menu-bar .bar-menu-switch:before {
  content: '';
  background: url(../images/menu-bar-switch.png) 0 0 no-repeat;
  background-size: 24px 14px;
  width: 24px;
  height: 14px;
  float: right;
  margin-top: 3px;
}
.b-bar-component.is-menu-bar .bar-menu-switch:hover {
  text-decoration: none;
}
.b-bar-component.is-menu-bar .b-bar-menu {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #f5f5f5;
}
.b-bar-component.is-menu-bar .b-bar-menu li {
  margin: 0;
  border-bottom: 1px solid #e1e1e0;
}
.b-bar-component.is-menu-bar .b-bar-menu li a {
  display: block;
  color: #1971a9;
  font: 400 17px/20px 'Roboto Condensed', sans-serif;
  padding: 19px 20px 20px 19px;
}
.b-bar-component.is-menu-bar .b-bar-menu li a:hover {
  text-decoration: none;
  color: #d2a960;
}
.b-bar-component.is-menu-bar .b-bar-menu li.active a:after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 10px;
  background: url(../images/arrow-right-yellow-icon.png) right center no-repeat;
  background-size: 17px 10px;
  margin-left: 15px;
  vertical-align: 5%;
}
.b-news {
  padding-top: 0;
  padding-bottom: 0;
}
.b-scholarship-banner {
  background-color: #d2a960;
  text-align: center;
  padding: 38px 25px 40px;
}
.b-scholarship-banner h4 {
  margin-bottom: 28px;
}
.b-donate-banner {
  background-color: #215b8f;
  text-align: center;
  padding: 38px 25px 40px;
}
.b-donate-banner h4 {
  margin-bottom: 28px;
}
.b-extra-blocks {
  margin-left: -20px;
  margin-right: -20px;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-bar-component {
    margin-bottom: 40px;
  }
  .b-bar-component.is-menu-bar {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .b-bar-component.is-menu-bar .b-bar-menu {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    box-shadow: none;
  }
  .b-bar-component.is-menu-bar .b-bar-menu li:last-child {
    border: none;
  }
  .b-bar-component.is-menu-bar .b-bar-menu li a {
    padding-left: 9px;
    padding-right: 9px;
  }
  .b-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .b-news .row-fluid .span8 {
    width: 56.63956639566396%;
  }
  .b-news .row-fluid .span4 {
    width: 39.29539295392954%;
  }
  .b-scholarship-banner {
    background-image: url(../images/medal-bg.jpg);
    background-size: cover;
    padding: 50px 30px 53px;
  }
  .is-full .b-scholarship-banner {
    background-image: none;
    padding: 0 30px;
  }
  .is-full .b-scholarship-banner h4 {
    margin-bottom: 0;
  }
  .is-full .b-scholarship-banner .b-table-mini {
    display: table;
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
  }
  .is-full .b-scholarship-banner .b-table-mini .first-col,
  .is-full .b-scholarship-banner .b-table-mini .second-col {
    width: 70%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
  }
  .is-full .b-scholarship-banner .b-table-mini .second-col {
    width: 30%;
    text-align: right;
  }
  .b-donate-banner {
    padding: 50px 30px 53px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-news {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .b-news .row-fluid .span8 {
    width: 65.4545%;
  }
  .b-news .row-fluid .span4 {
    width: 30.9090%;
  }
  .b-scholarship-banner {
    padding: 53px 40px 56px;
  }
  .is-full .b-scholarship-banner {
    padding: 0 10px;
  }
  .is-full .b-scholarship-banner .b-table-mini .first-col,
  .is-full .b-scholarship-banner .b-table-mini .second-col {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .b-donate-banner {
    padding: 53px 40px 56px;
  }
}
/*
   .-----------------------------------------------------.
   |                         POST                        |
   '-----------------------------------------------------'
*/
.b-post {
  margin-bottom: 38px;
}
.b-post h3 {
  margin-bottom: 26px;
}
.b-post h3 a {
  color: #322f2a;
}
.b-post .b-content .thumbnail {
  margin-bottom: 18px;
}
.b-post .b-content .thumbnail img {
  display: block;
}
.b-post .b-content .text {
  overflow: hidden;
}
.b-post .b-content:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #1971a9;
  display: block;
  margin-top: 24px;
  margin-bottom: 23px;
}
.b-post .read-more {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 2px;
}
.b-paging {
  text-align: center;
  border-top: 1px solid #e1e1e0;
  font-size: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
.b-paging a {
  display: inline-block;
  vertical-align: top;
}
.b-paging a.prev-page,
.b-paging a.next-page {
  height: 50px;
  width: 50px;
  background: url(../images/arrow-left-yellow-icon.png) center center no-repeat;
  background-size: 15px 8px;
  text-indent: -9999px;
  text-align: left;
  margin-right: 31px;
}
.b-paging a.prev-page:hover,
.b-paging a.next-page:hover {
  background-image: url(../images/arrow-left-blue-icon.png);
}
.b-paging a.next-page {
  margin-right: 0px;
  margin-left: 31px;
  background-image: url(../images/arrow-right-yellow-icon.png);
}
.b-paging a.next-page:hover {
  background-image: url(../images/arrow-right-blue-icon.png);
}
.b-paging .paging {
  display: inline-block;
  vertical-align: top;
}
.b-paging .paging a {
  display: none;
  font-size: 15px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  color: #d2a960;
}
.b-paging .paging a.active {
  color: #ffffff;
  background-color: #215b8f;
  display: inline-block;
}
.b-paging .paging a.active:hover {
  color: #ffffff;
}
.b-paging .paging a:hover {
  text-decoration: none;
  color: #215b8f;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-post {
    margin-bottom: 48px;
  }
  .b-post h3 {
    margin-bottom: 18px;
  }
  .b-post .b-content .thumbnail {
    margin-bottom: 13px;
  }
  .b-post .b-content:after {
    margin-top: 32px;
  }
  .b-paging {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .b-paging a.prev-page,
  .b-paging a.next-page {
    margin-right: 23px;
  }
  .b-paging a.next-page {
    margin-left: 23px;
  }
  .b-paging .paging a {
    display: inline-block;
    margin-left: 5px;
  }
  .b-paging .paging a:first-child {
    margin-left: 0;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-post {
    margin-bottom: 68px;
  }
  .b-post h3 {
    margin-bottom: 28px;
  }
  .b-post .b-content .thumbnail {
    padding-top: 4px;
    margin-bottom: 0;
    margin-right: 49px;
    float: left;
  }
  .b-post .b-content .thumbnail img {
    display: block;
  }
  .b-post .b-content:after {
    margin-top: 52px;
  }
  .b-paging {
    padding-top: 70px;
  }
}
/*
   .-----------------------------------------------------.
   |                        BADGES                       |
   '-----------------------------------------------------'
*/
.b-badges ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-badges ul li {
  text-align: center;
  margin-bottom: 40px;
}
.b-badges ul li:last-child {
  margin-bottom: 0;
}
.b-badges ul li img {
  display: block;
  margin: 0 auto;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-badges {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .b-badges ul {
    text-align: center;
  }
  .b-badges ul li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 65px;
  }
  .b-badges ul li:last-child {
    margin-right: 0;
  }
  .b-badges ul li img {
    display: block;
    margin: 0 auto;
  }
}
/* ________________    1001px - Max    _______________ */
/*
   .-----------------------------------------------------.
   |                     HOME BANNER                     |
   '-----------------------------------------------------'
*/
.b-home-banner {
  padding: 0;
}
.b-home-banner .b-photo img {
  display: block;
}
.b-home-banner .b-body {
  padding-top: 33px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
.b-home-banner .b-body h1 {
  margin-bottom: 27px;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-home-banner {
    position: relative;
    z-index: 1;
    height: 460px;
  }
  .b-home-banner .b-photo {
    overflow: hidden;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .b-home-banner .b-photo img {
    height: 460px;
    max-width: none;
  }
  .b-home-banner .b-body {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    z-index: 5;
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-home-banner {
    height: 600px;
  }
  .b-home-banner .b-photo img {
    min-width: 100%;
    height: auto;
    min-height: 600px;
  }
  .b-home-banner .b-body {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .b-home-banner .b-body h1 {
    margin-bottom: 39px;
  }
}
/*
   .-----------------------------------------------------.
   |                       CTA BOXES                     |
   '-----------------------------------------------------'
*/
.b-cta {
  padding: 0;
}
.b-cta .b-quick-video a {
  background-color: #322f2a;
  display: block;
  position: relative;
  z-index: 1;
}
.b-cta .b-quick-video a:before {
  content: '';
  position: absolute;
  z-index: 2;
  width: 90px;
  height: 90px;
  background: url(../images/play-icon.png) no-repeat;
  background-size: 90px;
  left: 50%;
  top: 50%;
  margin-left: -45px;
  margin-top: -45px;
}
.b-cta .b-quick-video a img {
  opacity: 0.4;
  display: block;
  width: 100%;
}
.b-cta .b-quick-video a:hover:before {
  opacity: 0.5;
}
.b-cta .b-quick-video a:hover img {
  opacity: 0.6;
}
.b-cta h3 {
  margin-bottom: 7px;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-cta {
    margin-left: 0px;
    margin-right: 0px;
    display: table;
    width: 100%;
  }
  .b-cta .b-cta-cell {
    width: 33.33%;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
  }
  .b-cta .b-quick-video {
    background-color: #000000;
    vertical-align: middle;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-cta .b-cta-cell h4 {
    padding-left: 10%;
    padding-right: 10%;
  }
}
/*
   .-----------------------------------------------------.
   |                   BLOG HIGHLIGHT                    |
   '-----------------------------------------------------'
*/
.b-blog-highlight {
  background-color: #f5f5f5;
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
}
.b-blog-highlight h3 {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 7px;
  text-align: center;
}
.b-blog-highlight h3:before {
  content: '';
  background: url(../images/blog-icon.png) no-repeat;
  background-size: 64px 62px;
  width: 64px;
  height: 62px;
  margin: 0 auto 21px;
  display: block;
}
.b-blog-highlight h3:after {
  display: none;
}
.b-blog-highlight .span3 {
  text-align: center;
  padding-bottom: 42px;
}
.b-blog-highlight .span3 img {
  display: block;
  margin: 0 auto 28px;
}
.b-blog-highlight .span3 a {
  color: #322f2a;
}
.b-blog-highlight h4 {
  padding-left: 20px;
  padding-right: 20px;
}
.b-blog-highlight .b-link {
  border-top: 1px solid #e1e1e0;
  text-align: center;
  padding-top: 33px;
}
.b-blog-highlight .container .view-all-link {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 2px;
  color: #d2a960;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-blog-highlight h3 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 38px;
    text-align: left;
  }
  .b-blog-highlight h3:before {
    margin-left: 0;
    margin-right: 0;
  }
  .b-blog-highlight h3:after {
    display: block;
  }
  .b-blog-highlight .container .view-all-link {
    text-align: left;
  }
  .b-blog-highlight .span3 {
    padding-bottom: 0;
  }
  .b-blog-highlight .span3 h4,
  .b-blog-highlight .span3 p {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
}
/* ________________    1001px - Max    _______________ */
/*
   .-----------------------------------------------------.
   |                      B-EVENTS                       |
   '-----------------------------------------------------'
*/
.b-events .container {
  padding-left: 0;
  padding-right: 0;
}
.b-events h3 {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-bottom: 39px;
}
.b-events h3:before {
  content: '';
  background: url(../images/events-icon.png) no-repeat;
  background-size: 60px 66px;
  width: 60px;
  height: 66px;
  margin: 0 auto 21px;
  display: block;
}
.b-events h3:after {
  display: none;
}
.b-events .b-link {
  border-top: 1px solid #e1e1e0;
  text-align: center;
  padding-top: 33px;
}
.b-events .view-all-link {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 2px;
}
.b-event-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-event-list li {
  border-bottom: 1px solid #e1e1e0;
}
.b-event-list li h3,
.b-event-list li h4 {
  margin-bottom: 10px;
}
.b-event-list li a {
  padding: 18px 20px 10px;
  display: block;
}
.b-event-list li a:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}
.b-event-list--upcoming li:first-child {
  border: none;
  background-color: #d2a960;
}
.b-event-list--upcoming li:first-child h3,
.b-event-list--upcoming li:first-child h4,
.b-event-list--upcoming li:first-child p,
.b-event-list--upcoming li:first-child a {
  color: #ffffff;
}
.b-event-list--upcoming li:first-child .time {
  opacity: 0.7;
}
.is-detail.b-event-list--upcoming li:first-child .time {
  margin-bottom: 21px;
}
.b-event-list--upcoming li:first-child .time.has-icon {
  background-image: url(../images/date-white-icon.png);
}
.b-event-list--upcoming li:first-child a:hover {
  background-color: #d2a960;
}
.is-detail.b-event-list--upcoming li:first-child a {
  padding-top: 39px;
}
.b-event-list li:last-child {
  border: none;
}
.b-event-list li .b-text {
  padding-bottom: 34px;
}
/*
.b-event-detail {
  padding: 0;
}
*/
.b-event-detail .container {
  padding-left: 0;
  padding-right: 0;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-events {
    margin-left: 0px;
    margin-right: 0px;
  }
  .b-events .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .b-events h3 {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 39px;
  }
  .b-events h3:before {
    margin-left: 0;
    margin-right: 0;
    background-position: right 0;
    width: 100%;
  }
  .b-events h3:after {
    display: block;
    margin-left: calc(100% - 50px);
  }
  .b-events .span3 .view-all-link {
    text-align: right;
  }
  .b-event-list li h3,
  .b-event-list li h4 {
    margin-bottom: 5px;
  }
  .b-event-list li a {
    padding: 20px 28px 12px 30px;
  }
  .b-event-list li a:before {
    content: '';
    background: url(../images/arrow-right-yellow-icon.png) no-repeat;
    background-size: 18px 10px;
    width: 18px;
    height: 10px;
    margin-left: 5px;
    float: right;
    margin-top: 25px;
  }
  .b-event-list li a:hover:before {
    background-image: url(../images/arrow-right-blue-icon.png);
  }
  .b-event-list--upcoming li:first-child a:before {
    background-image: url(../images/arrow-right-white-icon.png);
  }
  .b-event-list li:last-child {
    border-bottom: 1px solid #e1e1e0;
  }
  .is-detail.b-event-list li:last-child {
    border: none;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-events .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .b-event-detail {
    padding-top: 90px;
    padding-bottom: 90px;
    max-width: 877px;
    margin: 0 auto;
  }
  .b-event-detail .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*
   .-----------------------------------------------------.
   |                        ABOUT                        |
   '-----------------------------------------------------'
*/
.b-about {
  padding-top: 0;
  background: url(../images/about-bg.jpg) no-repeat;
  background-size: cover;
}
.b-about .b-photo {
  margin-left: -20px;
  margin-right: -20px;
}
.b-about .b-photo img {
  display: block;
  width: 100%;
}
.b-about .b-body {
  position: relative;
  z-index: 5;
  margin-top: -20px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  background-color: #d2a960;
  padding: 20px 20px 30px;
}
.b-about .b-body h1 {
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 14px;
}
.b-about .b-body p {
  color: #ffffff;
  padding-bottom: 10px;
}
.b-about .b-body .button {
  margin-top: 19px;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-about .b-photo {
    margin-left: -30px;
    margin-right: -30px;
  }
  .b-about .b-body {
    margin-top: -60px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-about {
    padding-top: 90px;
  }
  .b-about .b-photo {
    margin-left: 0px;
    margin-right: 0px;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 10px;
    right: 43%;
  }
  .b-about .b-body {
    margin-left: 43%;
    margin-top: 60px;
    position: relative;
    z-index: 3;
    padding: 50px 50px 55px;
  }
  .b-about .b-body h1 {
    margin-bottom: 25px;
  }
  .b-about .b-body .button {
    margin-top: 29px;
  }
}
/*
   .-----------------------------------------------------.
   |                   STORE HIGHLIGHT                   |
   '-----------------------------------------------------'
*/
.b-store-highlight {
  background-color: #f5f5f5;
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
}
.b-store-highlight h3 {
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
}
.b-store-highlight h3:before {
  content: '';
  background: url(../images/store-icon.png) no-repeat;
  background-size: 53px 64px;
  width: 53px;
  height: 64px;
  margin: 0 auto 19px;
  display: block;
}
.b-store-highlight h3:after {
  display: none;
}
.b-store-highlight .span3 {
  text-align: center;
  padding-bottom: 39px;
}
.b-store-highlight .span3 img {
  display: block;
  margin: 0 auto 23px;
}
.b-store-highlight .span3 a {
  color: #322f2a;
}
.b-store-highlight h4 {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 3px;
}
.b-store-highlight .button {
  margin-top: 20px;
}
.b-store-highlight .b-link {
  border-top: 1px solid #e1e1e0;
  text-align: center;
  padding-top: 33px;
}
.b-store-highlight .container .view-all-link {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 2px;
  color: #d2a960;
}
.b-store-highlight li.new-item:before {
  content: '';
  background: url(../images/new-icon.png) no-repeat;
  background-size: 62px;
  width: 62px;
  height: 62px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-store-highlight h3 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
    text-align: left;
  }
  .b-store-highlight h3:before {
    margin-left: 0;
    margin-right: 0;
  }
  .b-store-highlight h3:after {
    display: block;
  }
  .b-store-highlight .container .view-all-link {
    text-align: left;
  }
  .b-store-highlight .span3 {
    text-align: left;
    padding-bottom: 0;
  }
  .b-store-highlight .span3 img {
    margin-bottom: 28px;
  }
  .b-store-highlight .span3 h4,
  .b-store-highlight .span3 p {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  .b-store-highlight .span3 h4 {
    margin-bottom: 6px;
    letter-spacing: -1px;
  }
  .b-store-highlight .button {
    margin-top: 28px;
  }
}
/* ________________    1001px - Max    _______________ */
/*
   .-----------------------------------------------------.
   |                     NEWS DETAIL                     |
   '-----------------------------------------------------'
*/
.b-news-detail {
  padding-top: 36px;
  padding-bottom: 20px;
  background-image: linear-gradient(to top, #ffffff 0%, #f5f5f5 100%);
}
.b-news-detail .container {
  padding-left: 0px;
  padding-right: 0px;
}
.post-detail .is-smaller {
  margin-bottom: 9px;
}
.post-detail h2 {
  word-wrap: break-word;
  margin-bottom: 43px;
}
.post-detail .b-head {
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}
.post-detail .b-photo {
  margin-bottom: 36px;
}
.post-detail .b-photo img {
  display: block;
}
.post-detail .b-body {
  margin-left: 20px;
  margin-right: 20px;
}
.post-detail .b-body img {
  display: block;
  margin-bottom: 26px;
  margin-top: 24px;
}
.post-detail .b-body p {
  margin-bottom: 24px;
}
.post-detail .b-body p:last-child {
  margin-bottom: 0;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-news-detail {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .b-news-detail .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .post-detail {
    max-width: 876px;
    margin: 0 auto;
  }
  .b-inner-post .post-detail {
    max-width: 1060px;
  }
  .post-detail h2 {
    margin-bottom: 41px;
  }
  .post-detail .b-head {
    margin-left: 0;
    margin-right: 0;
  }
  .post-detail .b-body {
    max-width: 693px;
    margin: 0 auto;
  }
  .b-inner-post .post-detail .b-body {
    max-width: none;
  }
  .b-inner-post .post-detail .b-body h3 {
    margin-bottom: 23px;
  }
  .post-detail .b-body img {
    margin-bottom: 36px;
    margin-top: 44px;
  }
  .post-detail .b-body img.img-r {
    float: right;
    margin-left: 15px;
    margin-bottom: 26px;
    margin-top: 24px;
  }
  .post-detail .b-body img.img-l {
    float: left;
    margin-right: 15px;
    margin-bottom: 26px;
    margin-top: 24px;
  }
  .b-inner-post .post-detail .b-body img.img-l {
    margin-right: 37px;
  }
  .post-detail .b-body img.is-first {
    margin-top: 4px;
  }
  .post-detail .b-photo {
    margin-bottom: 56px;
  }
  .b-inner-post .post-detail .b-photo {
    margin-bottom: 76px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-news-detail {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .b-news-detail .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .post-detail h2 {
    margin-bottom: 51px;
  }
  .post-detail .b-body img {
    margin-bottom: 46px;
    margin-top: 54px;
  }
  .post-detail .b-photo {
    margin-bottom: 66px;
  }
  .b-inner-post .post-detail .b-photo {
    margin-bottom: 86px;
  }
}
/*
   .-----------------------------------------------------.
   |                      INNER PAGE                     |
   '-----------------------------------------------------'
*/
.b-inner-post {
  padding-bottom: 44px;
}
.b-inner-post .container {
  padding-left: 0px;
  padding-right: 0px;
}
.b-inner-post .b-body h4 {
  margin-bottom: 13px;
  padding-top: 8px;
}
.b-inner-post .b-head {
  border-bottom: 1px solid #e1e1e0;
  padding-bottom: 39px;
  margin-bottom: 39px;
}
.b-inner-post .b-head h2 {
  margin-bottom: 19px;
}
.b-inner-post.is-image {
  background-image: linear-gradient(to top, #ffffff 0%, #f5f5f5 100%);
}
.b-inner-post.is-image .b-head {
  padding-bottom: 42px;
  margin-bottom: 0;
  border: none;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-inner-post {
    padding-top: 50px;
    padding-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }
  .b-inner-post .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .b-inner-post.is-image .b-head {
    padding-bottom: 24px;
    margin-bottom: 29px;
  }
  .b-inner-post.is-image .b-head h1 {
    margin-bottom: 6px;
  }
  .b-inner-post .b-head {
    padding-bottom: 53px;
    margin-bottom: 58px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-inner-post {
    padding-top: 88px;
    padding-bottom: 90px;
  }
  .b-inner-post.is-image {
    padding-top: 74px;
  }
  .b-inner-post.is-image .b-head {
    padding-bottom: 34px;
    margin-bottom: 39px;
  }
  .b-inner-post.is-image .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .b-inner-post .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .b-inner-post .b-head {
    padding-bottom: 63px;
    margin-bottom: 68px;
  }
}
/*
   .-----------------------------------------------------.
   |                       GALLERY                       |
   '-----------------------------------------------------'
*/
.simple-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.simple-list li {
  position: relative;
  z-index: 1;
  color: #322f2a;
  padding-left: 36px;
  margin-bottom: 10px;
}
.simple-list li:before {
  content: '•';
  color: #d2a960;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 11px;
}
.b-gallery-post {
  border-bottom: 1px solid #e1e1e0;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.b-gallery-post:last-child {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.b-gallery-post h3 {
  margin-bottom: 12px;
}
.b-gallery-post p {
  margin-bottom: 30px;
}
.b-gallery-post ul {
  margin-bottom: 34px;
}
.b-gallery-post img {
  display: block;
}
.b-gallery-post .photo-list {
  margin: 0;
  padding: 14px 0 0 0;
  list-style-type: none;
}
.b-gallery-post .photo-list li img {
  display: block;
  width: 100%;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-gallery-post {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .b-gallery-post .photo-list li {
    float: left;
    width: 50%;
  }
  .b-gallery-post .photo-list li.is-right {
    float: right;
  }
  .b-gallery-post .photo-list li:nth-child(2) {
    margin-top: 60px;
  }
  .b-gallery-post h3 {
    margin-bottom: 22px;
  }
  .b-gallery-post .span6 *:last-child {
    margin-bottom: 0;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-gallery-post {
    padding-bottom: 90px;
    margin-bottom: 90px;
  }
  .b-gallery-post .photo-list li:nth-child(2) {
    margin-top: 70px;
  }
}
/*
   .-----------------------------------------------------.
   |                      TESTIMONIAL                    |
   '-----------------------------------------------------'
*/
.b-testtimonial {
  background-image: linear-gradient(135deg, #215b8f 0%, #01447c 100%);
}
.b-testtimonial .author {
  color: #d2a960;
  text-align: center;
  padding-bottom: 4px;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-testtimonial {
    padding-top: 47px;
    padding-bottom: 50px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-testtimonial {
    padding-top: 67px;
    padding-bottom: 70px;
  }
}
/*
   .-----------------------------------------------------.
   |                         FAQ                         |
   '-----------------------------------------------------'
*/
.b-tabs .tab-switch {
  display: block;
  color: #1971a9;
  font: 400 17px/20px 'Roboto Condensed', sans-serif;
  padding: 30px 20px 30px 19px;
  border-bottom: 1px solid #e1e1e0;
}
.b-tabs .tab-switch:before,
.b-tabs .tab-switch:after {
  content: ' ';
  display: table;
}
.b-tabs .tab-switch:after {
  clear: both;
}
.b-tabs .tab-switch:before,
.b-tabs .tab-switch:after {
  content: ' ';
  display: table;
}
.b-tabs .tab-switch:after {
  clear: both;
}
.b-tabs .tab-switch:before {
  content: '';
  background: url(../images/menu-bar-switch.png) 0 0 no-repeat;
  background-size: 24px 14px;
  width: 24px;
  height: 14px;
  float: right;
  margin-top: 3px;
}
.b-tabs .tab-switch:hover {
  text-decoration: none;
}
.b-tabs .b-tab-list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #f5f5f5;
}
.b-tabs .b-tab-list li {
  margin: 0;
  border-bottom: 1px solid #e1e1e0;
}
.b-tabs .b-tab-list li a {
  display: block;
  color: #1971a9;
  font: 400 17px/20px 'Roboto Condensed', sans-serif;
  padding: 19px 20px 20px 19px;
}
.b-tabs .b-tab-list li a:hover {
  text-decoration: none;
}
.b-tabs .b-tab-list li a:hover:after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 10px;
  background: url(../images/arrow-right-yellow-icon.png) right center no-repeat;
  background-size: 17px 10px;
  margin-left: 15px;
  vertical-align: 5%;
}
.b-faq {
  padding-top: 0;
  padding-bottom: 0;
}
.b-faq .container {
  padding-left: 0px;
  padding-right: 0px;
}
.b-faq-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.b-faq-list.is-mini-list {
  background-color: #f5f5f5;
  padding-left: 20px;
  padding-right: 20px;
}
.b-faq-list.is-mini-list h4 {
  color: #1971a9;
  font: 400 17px/20px 'Roboto Condensed', sans-serif;
}
.b-faq-list.is-mini-list li a {
  padding: 19px 9px;
}
.b-faq-list.is-mini-list li.active {
  background-color: transparent;
}
.b-faq-list.is-mini-list li.active h4 {
  color: #1971a9;
}
.b-faq-list.is-mini-list li.active a:hover {
  background-color: transparent;
}
.b-faq-list.is-mini-list li.active .b-body {
  padding-bottom: 0;
}
.b-faq-list.is-mini-list li .b-body {
  color: #8f8d8b;
  padding-right: 0px;
  margin-top: 16px;
}
.b-faq-list.is-mini-list li:last-child {
  border-bottom: none;
}
.b-faq-list li {
  border-bottom: 1px solid #e1e1e0;
}
.b-faq-list li a {
  padding: 18px 20px 22px;
  display: block;
}
.b-faq-list li a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.b-faq-list li.active {
  background-color: #d2a960;
}
.b-faq-list li.active h4 {
  color: #ffffff;
  margin-bottom: 8px;
}
.b-faq-list li.active a:hover {
  background-color: #d2a960;
}
.b-faq-list li .b-body {
  display: none;
  color: rgba(255, 255, 255, 0.7);
  padding-right: 50px;
}
.b-faq-list li:last-child {
  border: none;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-tabs {
    margin-bottom: 48px;
  }
  .b-tabs .b-tab-list {
    display: block;
    box-shadow: none;
    background: none;
    text-align: center;
    font-size: 0;
  }
  .b-tabs .b-tab-list li {
    border: none;
    display: inline-block;
    margin-left: 18px;
    margin-right: 18px;
  }
  .b-tabs .b-tab-list li a {
    padding: 0 0 6px;
    border-bottom: 2px solid #FFFFFF;
  }
  .b-tabs .b-tab-list li a:hover {
    border-bottom-color: #d2a960;
  }
  .b-tabs .b-tab-list li a:hover:after {
    display: none;
  }
  .b-tabs .b-tab-list li.active a {
    border-bottom-color: #d2a960;
  }
  .b-faq {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .b-tab-wrapper {
    max-width: 877px;
    margin: 0 auto;
  }
  .b-faq-list {
    border-top: 1px solid #e1e1e0;
  }
  .b-faq-list.is-mini-list {
    border-top: none;
  }
  .b-faq-list.is-mini-list li .b-head:before {
    display: none;
  }
  .b-faq-list li a {
    padding: 23px 26px 24px 29px;
  }
  .b-faq-list li .b-head:before {
    content: '';
    float: right;
    background: url(../images/up-down-icon.png) 0 -10px no-repeat;
    background-size: 15px 20px;
    display: block;
    width: 15px;
    height: 10px;
    margin-top: 13px;
  }
  .b-faq-list li.active .b-head:before {
    background-position: 0 0;
  }
  .b-faq-list li:last-child {
    border-bottom: 1px solid #e1e1e0;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-faq {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .b-faq .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .b-tabs {
    margin-bottom: 68px;
  }
  .b-tabs .b-tab-list li {
    margin-left: 28px;
    margin-right: 28px;
  }
  .b-faq-list li a {
    padding: 33px 26px 34px 29px;
  }
}
/*
   .-----------------------------------------------------.
   |                      GALLERIES                      |
   '-----------------------------------------------------'
*/
.b-galleries {
  padding-bottom: 0;
  background-image: linear-gradient(to top, #ffffff 0%, #f5f5f5 100%);
}
.b-galleries .container {
  padding-left: 0px;
  padding-right: 0px;
}
.b-galleries .b-head {
  padding-bottom: 42px;
  text-align: center;
}
.b-galleries .b-head h2 {
  margin-bottom: 19px;
}
.b-galleries .b-head h4 {
  color: #b8b7b5;
  padding-left: 20px;
  padding-right: 20px;
}
.b-square-list .b-square {
  position: relative;
}
.b-square-list .b-square a {
  display: block;
}
.b-square-list .b-square a:hover {
  text-decoration: none;
}
.b-square-list .b-square a:hover .b-text {
  background-color: #d2a960;
}
.b-square-list .b-square a:hover .b-text:before {
  border-color: transparent #d2a960 transparent transparent;
}
.b-square-list .b-square a:hover .b-text:after {
  content: 'View Gallery';
  text-transform: uppercase;
  text-align: center;
  background: url(../images/gallery-icon.png) center top no-repeat;
  background-color: #d2a960;
  background-size: 42px 32px;
  width: 100%;
  min-height: 53px;
  padding-top: 40px;
  display: block;
  margin: 0 auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #f7f7f8;
  font: 700 13px/13px 'Roboto Condensed', sans-serif;
  letter-spacing: 0px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.b-publications .b-square-list .b-square a:hover .b-text:after {
  background-image: url(../images/pdf-icon.png);
  background-size: 36px;
  padding-top: 43px;
  content: 'VIEW PUBLICATION';
}
.b-our-people .b-square-list .b-square a:hover .b-text:after {
  background-image: url(../images/member-white-icon.png);
  background-size: 34px 36px;
  padding-top: 43px;
  content: 'VIEW BIO';
}
.b-square-list .b-square a:hover .b-text h5 {
  display: none;
}
.b-square-list .b-square .b-photo {
  margin-right: 50%;
  position: relative;
  z-index: 1;
}
.b-square-list .b-square .b-photo img {
  display: block;
  width: 100%;
}
.b-square-list .b-square .b-text {
  background-color: #f5f5f5;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.b-square-list .b-square .b-text:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #f5f5f5 transparent transparent;
  content: '';
  position: absolute;
  z-index: 2;
  top: 50%;
  left: -8px;
  margin-top: -8px;
}
.b-square-list .b-square .b-text h5 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile-view .b-square-list .b-square:nth-child(even) .b-photo {
  margin-right: 0;
  margin-left: 50%;
}
.mobile-view .b-square-list .b-square:nth-child(even) .b-text {
  left: 0;
  right: 50%;
}
.mobile-view .b-square-list .b-square:nth-child(even) .b-text:before {
  left: auto;
  right: -8px;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #f5f5f5;
}
.mobile-view .b-square-list .b-square:nth-child(even) a:hover .b-text:before {
  border-color: transparent transparent transparent #d2a960;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-galleries {
    padding-top: 50px;
    padding-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }
  .b-galleries .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .b-galleries .b-head {
    padding-bottom: 24px;
    margin-bottom: 29px;
  }
  .b-galleries .b-head h1 {
    margin-bottom: 6px;
  }
  .b-square-list {
    font-size: 0;
  }
  .b-square-list .b-square {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .b-square-list .b-square .b-text {
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  }
  .b-square-list .b-square .b-text:before {
    border-width: 14px 14px 14px 0;
    left: -14px;
  }
  .b-square-list .b-square .b-text h5 {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
  .b-square-list .b-square a:hover .b-text:after {
    background-size: 56px 43px;
    min-height: 70px;
    padding-top: 53px;
    font: 700 15px/15px 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
  }
  .b-publications .b-square-list .b-square a:hover .b-text:after {
    background-size: 47px;
    padding-top: 55px;
  }
  .b-our-people .b-square-list .b-square a:hover .b-text:after {
    background-size: 45px 48px;
    padding-top: 55px;
  }
  .b-square-list .b-square:nth-child(4n+3) .b-photo,
  .b-square-list .b-square:nth-child(4n+4) .b-photo {
    margin-right: 0;
    margin-left: 50%;
  }
  .b-square-list .b-square:nth-child(4n+3) .b-text,
  .b-square-list .b-square:nth-child(4n+4) .b-text {
    left: 0;
    right: 50%;
  }
  .b-square-list .b-square:nth-child(4n+3) .b-text:before,
  .b-square-list .b-square:nth-child(4n+4) .b-text:before {
    left: auto;
    right: -14px;
    border-width: 14px 0 14px 14px;
    border-color: transparent transparent transparent #f5f5f5;
  }
  .b-square-list .b-square:nth-child(4n+3) a:hover .b-text:before,
  .b-square-list .b-square:nth-child(4n+4) a:hover .b-text:before {
    border-color: transparent transparent transparent #d2a960;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-galleries {
    padding-top: 74px;
    padding-bottom: 90px;
  }
  .b-galleries .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .b-galleries .b-head {
    padding-bottom: 34px;
    margin-bottom: 39px;
  }
  .b-square-list .b-square a:hover .b-text:after {
    background-size: 84px 64px;
    min-height: 101px;
    padding-top: 84px;
    font: 700 17px/17px 'Roboto Condensed', sans-serif;
    letter-spacing: 2px;
  }
  .b-publications .b-square-list .b-square a:hover .b-text:after {
    background-size: 71px;
    padding-top: 90px;
  }
  .b-our-people .b-square-list .b-square a:hover .b-text:after {
    background-size: 68px 72px;
    padding-top: 90px;
  }
  .b-square-list .b-square .b-text h5 {
    line-height: 27px;
    font-size: 18px;
  }
}
/*
   .-----------------------------------------------------.
   |                   GALLERY DETAIL                    |
   '-----------------------------------------------------'
*/
.b-gallery-detail {
  /*padding-bottom: 0;*/
  background-image: linear-gradient(to top, #ffffff 0%, #f5f5f5 100%);
}
.b-gallery-detail .container {
  padding-left: 0px;
  padding-right: 0px;
}
.b-gallery-detail .b-head {
  padding-bottom: 38px;
  text-align: center;
}
.b-gallery-detail .b-head h1 {
  margin-bottom: 0;
}
.b-gallery-detail .b-head h4 {
  margin-bottom: 21px;
}
.b-gallery-detail .b-head h4 a {
  background: url(../images/arrow-left-yellow-icon.png) 0 center no-repeat;
  background-size: 17px 10px;
  width: 17px;
  height: 10px;
  text-indent: -9999px;
  margin: 0 auto;
  display: block;
}
.b-photo-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
.b-photo-list li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.mobile-view .b-photo-list li:nth-child(4n+2),
.mobile-view .b-photo-list li:nth-child(4n+3) {
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.b-photo-list li img {
  width: 100%;
  display: block;
}
.b-load-more {
  overflow: hidden;
  width: 100%;
}
.b-load-more .load-more-button {
  width: 51px;
  height: 46px;
  background: url(../images/loading-icon.png) no-repeat;
  background-size: 51px 46px;
  display: block;
  margin: 40px auto;
  text-indent: -9999px;
}
.b-load-more .load-more-button:hover {
  -webkit-animation: rotateLoaderIcon 1s 20 linear;
  -moz-animation: rotateLoaderIcon 1s 20 linear;
  -o-animation: rotateLoaderIcon 1s 20 linear;
}
@-webkit-keyframes rotateLoaderIcon {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotateLoaderIcon {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotateLoaderIcon {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-gallery-detail {
    padding-top: 50px;
    /*padding-bottom: 5px;*/
    margin-left: 0;
    margin-right: 0;
  }
  .b-gallery-detail .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .b-gallery-detail .b-head {
    padding-bottom: 24px;
    margin-bottom: 29px;
  }
  .b-gallery-detail .b-head h1 {
    margin-bottom: 6px;
  }
  .b-gallery-detail .b-head h4 a {
    color: #b8b7b5;
    text-indent: 0;
    padding-left: 31px;
    width: auto;
    height: auto;
    display: inline-block;
  }
  .b-photo-list li {
    width: 25%;
  }
  .b-photo-list li:nth-child(even) {
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
    z-index: 2;
  }
  .b-photo-list li img {
    width: 100%;
    display: block;
  }
  .b-load-more .load-more-button {
    margin: 48px auto;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-gallery-detail {
    padding-top: 68px;
    /*padding-bottom: 19px;*/
  }
  .b-gallery-detail .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .b-gallery-detail .b-head {
    padding-bottom: 23px;
    margin-bottom: 39px;
  }
  .b-gallery-detail .b-head h4 {
    margin-bottom: 17px;
  }
  .b-load-more .load-more-button {
    margin: 69px auto;
  }
}
/*
   .-----------------------------------------------------.
   |                        POPIN                        |
   '-----------------------------------------------------'
*/
.b-image-zoom {
  margin: 0 auto;
  padding-top: 75px;
  max-width: 280px;
}
.b-image-zoom .thumbnail {
  width: 100%;
  margin-bottom: 20px;
}
.b-image-zoom h2 {
  margin-bottom: 15px;
}
.b-image-zoom .sub-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
}
.b-image-zoom .sub-heading:before {
  display: none;
}
.b-image-zoom .sub-content {
  border-top: 1px solid #e0e4e5;
  margin-top: 34px;
  padding-top: 26px;
}
.b-image-zoom .sub-content .phone,
.b-image-zoom .sub-content address,
.b-image-zoom .sub-content .button {
  margin-bottom: 20px;
}
.b-image-zoom .sub-content .button {
  width: 100%;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-image-zoom {
    margin: 0 auto;
    padding-top: 85px;
    max-width: 910px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .b-image-zoom .thumbnail {
    float: left;
    margin-right: 30px;
    width: auto;
  }
  .b-image-zoom .text {
    overflow: hidden;
  }
  .b-image-zoom .sub-content {
    border-top: 1px solid #e0e4e5;
    margin-top: 34px;
    padding-top: 26px;
    font-size: 0;
  }
  .b-image-zoom .sub-content .phone,
  .b-image-zoom .sub-content address {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font: 400 16px/1.8 'Source Sans Pro', sans-serif;
  }
  .b-image-zoom .sub-content .button {
    width: auto;
    float: left;
    margin-bottom: 0;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-image-zoom {
    padding-top: 95px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .b-image-zoom .thumbnail {
    margin-right: 40px;
  }
  .b-image-zoom .sub-content {
    margin-top: 44px;
    padding-top: 36px;
  }
  .b-image-zoom .sub-content .phone,
  .b-image-zoom .sub-content address,
  .b-image-zoom .sub-content .button {
    width: 33.33%;
    float: left;
  }
  .b-image-zoom .sub-content .button {
    text-align: right;
    padding-left: 0;
  }
}
/*
   .-----------------------------------------------------.
   |                    PUBLICATIONS                     |
   '-----------------------------------------------------'
*/
.b-publications {
  padding-top: 0;
  padding-bottom: 0;
  background-image: linear-gradient(to top, #ffffff 0%, #f5f5f5 100%);
}
.b-publications .container {
  padding-left: 0px;
  padding-right: 0px;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-publications {
    padding-top: 50px;
    padding-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }
  .b-publications .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-publications {
    padding-top: 74px;
    padding-bottom: 90px;
  }
  .b-publications .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*
   .-----------------------------------------------------.
   |                      OUR PEOPLE                     |
   '-----------------------------------------------------'
*/
.b-our-people {
  background-image: linear-gradient(to top, #ffffff 0%, #f5f5f5 100%);
}
.b-our-people .container {
  padding-left: 0px;
  padding-right: 0px;
}
.b-our-people .b-head {
  padding-bottom: 42px;
  text-align: center;
}
.b-our-people .b-head h2 {
  margin-bottom: 19px;
}
.b-our-people .b-head h4 {
  color: #b8b7b5;
  padding-left: 20px;
  padding-right: 20px;
}
.b-people-list {
  padding: 40px 20px 0;
}
.b-people-list h3 {
  background: url(../images/member-icon.png) no-repeat;
  background-size: 62px 67px;
  padding-top: 85px;
  margin-bottom: 36px;
}
.b-people-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-people-list ul li {
  margin-bottom: 31px;
}
.b-people-list ul li .title {
  color: #322f2a;
}
.b-people-list ul li:last-child {
  margin-bottom: 4px;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-our-people {
    padding-top: 50px;
    padding-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }
  .b-our-people .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .b-our-people .b-head {
    padding-bottom: 24px;
    margin-bottom: 29px;
  }
  .b-our-people .b-head h1 {
    margin-bottom: 6px;
  }
  .b-people-list {
    padding: 60px 0 0 0;
  }
  .b-people-list ul {
    font-size: 0;
    position: relative;
    z-index: 1;
  }
  .b-people-list ul:before {
    content: '';
    width: 1px;
    top: 0;
    bottom: 0;
    left: 50%;
    background-color: #e1e1e0;
    position: absolute;
    z-index: 2;
  }
  .b-people-list ul li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 35px;
  }
  .b-people-list ul li p {
    font: 400 16px/27px 'Lora', sans-serif;
  }
  .b-people-list ul li:nth-child(even) {
    padding-left: 33px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-our-people {
    padding-top: 74px;
    padding-bottom: 90px;
  }
  .b-our-people .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .b-our-people .b-head {
    padding-bottom: 34px;
    margin-bottom: 39px;
  }
  .b-people-list {
    padding-top: 89px;
  }
  .b-people-list ul li {
    margin-bottom: 40px;
  }
  .b-people-list ul li:nth-child(even) {
    padding-left: 66px;
  }
}
/*
   .-----------------------------------------------------.
   |                   STORE CATEGORIES                  |
   '-----------------------------------------------------'
*/
.b-store-categories {
  padding-top: 0;
  padding-bottom: 0;
}
.b-store-categories ul {
  margin: 0 -20px;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.b-store-categories ul li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.b-store-categories ul li:nth-child(1) a {
  border-bottom: 1px solid #1971a9;
  border-right: 1px solid #1971a9;
}
.b-store-categories ul li:nth-child(2) a {
  border-left: 1px solid #1971a9;
  border-bottom: 1px solid #1971a9;
}
/*
.b-store-categories ul li:nth-child(2) a span {
  background-image: url(../images/donate-icon.png);
  background-size: 53px 63px;
}
.b-store-categories ul li:nth-child(2) a:hover span {
  background-image: url(../images/donate-white-icon.png);
}
*/
.b-store-categories ul li:nth-child(3) a {
  border-top: 1px solid #1971a9;
  border-right: 1px solid #1971a9;
}
/*
.b-store-categories ul li:nth-child(3) a span {
  background-image: url(../images/sponsorship-icon.png);
  background-size: 94px 53px;
}
.b-store-categories ul li:nth-child(3) a:hover span {
  background-image: url(../images/sponsorship-white-icon.png);
}
*/
.b-store-categories ul li:nth-child(4) a {
  border-left: 1px solid #1971a9;
  border-top: 1px solid #1971a9;
}
/*
.b-store-categories ul li:nth-child(4) a span {
  background-image: url(../images/events-icon.png);
  background-size: 60px 66px;
}
.b-store-categories ul li:nth-child(4) a:hover span {
  background-image: url(../images/events-white-icon.png);
}
*/
.b-store-categories ul li a {
  display: block;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.b-store-categories ul li a span {
  text-transform: uppercase;
  text-align: center;
/*
  background: url(../images/merchandise-icon.png) center top no-repeat;
*/
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 94px 332px;
  width: 100%;
  min-height: 90px;
  padding-top: 78px;
  display: block;
  color: #322f2a;
  font: 400 15px/15px 'Roboto Condensed', sans-serif;
  letter-spacing: 0px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.b-store-categories ul li a:hover {
  text-decoration: none;
  background-color: #d2a960;
  border-color: #bd9655;
}
.b-store-categories ul li a:hover span {
/*
  background-image: url(../images/merchandise-white-icon.png);
*/
  background-position: center -266px;
}
.b-store-categories ul li img {
  width: 100%;
  display: block;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-store-categories {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .b-store-categories ul {
    margin: 0;
  }
  .b-store-categories ul li {
    width: 21.95121951219512%;
    margin-left: 4.065040650406504%;
  }
  .b-store-categories ul li:first-child {
    margin-left: 0;
  }
  .b-store-categories ul li a {
    border: 2px solid #1971a9 !important;
  }
  .b-store-categories ul li a span {
    font-size: 18px;
    line-height: 18px;
    min-height: 109px;
    padding-top: 88px;
/*
    background-size: 34px 51px;
*/
  }
  .b-store-categories ul li a:hover {
    border-color: #bd9655 !important;
  }
/*
  .b-store-categories ul li:nth-child(2) a span {
    background-size: 42px 50px;
  }
  .b-store-categories ul li:nth-child(3) a span {
    background-size: 75px 42px;
  }
  .b-store-categories ul li:nth-child(4) a span {
    background-size: 48px 53px;
  }
*/
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-store-categories {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .b-store-categories ul {
    margin: 0;
  }
  .b-store-categories ul li {
    width: 22.2727%;
    margin-left: 3.636363636363636%;
  }
  .b-store-categories ul li a span {
    font-size: 22px;
    line-height: 22px;
/*
    background-size: 42px 64px;
*/
  }
/*
  .b-store-categories ul li:nth-child(2) a span {
    background-size: 53px 63px;
  }
  .b-store-categories ul li:nth-child(3) a span {
    background-size: 94px 53px;
  }
  .b-store-categories ul li:nth-child(4) a span {
    background-size: 60px 66px;
  }
*/
}
/*
   .-----------------------------------------------------.
   |                   FEATURED PRODUCTS                 |
   '-----------------------------------------------------'
*/
.b-featured-products {
  background-color: #f5f5f5;
}
.b-featured-products .bxslider {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-featured-products .bxslider li {
  margin-left: 22px;
  margin-right: 22px;
  text-align: center;
  margin-bottom: 41px;
  position: relative;
  z-index: 1;
}
.b-featured-products .bxslider li img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.b-featured-products .bxslider li a {
  color: #322f2a;
}
.b-featured-products .bxslider li:last-child {
  margin-bottom: 0;
}
.mobile-view .b-featured-products .bxslider li:nth-child(n+4) {
  display: none;
}
.mobile-view .b-featured-products .bxslider li:nth-child(3) {
  margin-bottom: 0;
}
.b-slider-control {
  display: none;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-featured-products .bxslider li {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    margin-bottom: 0;
  }
  .b-featured-products .bxslider li h4 {
    padding-left: 0;
    padding-right: 0;
  }
  .b-slider-control {
    background: url(../images/slider-line.png) center center no-repeat;
    background-size: 13px 14px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
  }
  #slider-prev,
  #slider-next {
    display: inline-block;
  }
  #slider-prev a,
  #slider-next a {
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
    background: url(../images/slider-prev.png) 0 0 no-repeat;
    background-size: 16px 20px;
    width: 16px;
    height: 10px;
    margin-right: 25px;
    text-indent: -9999px;
    text-align: left;
    display: block;
    vertical-align: top;
  }
  #slider-prev a:hover,
  #slider-next a:hover {
    background-position: 0 -10px;
  }
  #slider-next a {
    margin-right: 0;
    margin-left: 25px;
    background-image: url(../images/slider-next.png);
  }
}
/* ________________    1001px - Max    _______________ */
/*
   .-----------------------------------------------------.
   |                      PRODUCTS                       |
   '-----------------------------------------------------'
*/
.b-category-menu {
  text-align: center;
  position: relative;
  z-index: 40;
}
.b-category-menu .category-menu-switch {
  color: #d2a960;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.b-category-menu .category-menu-switch:after {
  content: '';
  width: 22px;
  height: 20px;
  border: 2px solid #d2a960;
  background: url(../images/down-arrow-icon.png) center center no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: 13px;
}
.b-category-menu .category-menu-switch:hover {
  color: #ffffff;
  text-decoration: none;
}
.b-category-menu .category-menu-switch:hover:after {
  border-color: #FFF;
}
.b-category-menu .category-menu {
  display: none;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 50
		margin: 0;
  padding: 0;
  top: 40px;
  list-style: none;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #e1e1e0;
  border-left: 1px solid #e1e1e0;
  border-right: 1px solid #e1e1e0;
}
.b-category-menu .category-menu li {
  border-bottom: 1px solid #e1e1e0;
  width: 206px;
  word-wrap: break-word;
}
.b-category-menu .category-menu li a {
  padding: 12px 9px 15px;
  color: #8f8d8b;
  display: block;
}
.b-category-menu .category-menu li a:hover {
  background-color: #f5f5f5;
  color: #1971a9;
  text-decoration: none;
}
.b-products {
  padding-bottom: 0;
}
.b-products ul.products {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-products ul.products li {
  margin-left: 22px;
  margin-right: 22px;
  text-align: center;
  margin-bottom: 41px;
  position: relative;
  z-index: 1;
}
.b-products ul.products li img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.b-products ul.products li a {
  color: #322f2a;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-products {
    padding-bottom: 60px;
  }
  .b-products ul.products {
    font-size: 0;
    padding-bottom: 20px;
  }
  .b-products ul.products li {
    width: 21.95121951219512%;
    margin-left: 4.065040650406504%;
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 50px;
  }
  .b-products ul.products li:nth-child(4n+1) {
    margin-left: 0;
  }
  .b-products ul.products li h4 {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-products {
    padding-bottom: 90px;
  }
  .b-products ul.products {
    margin: 0;
    padding-bottom: 30px;
  }
  .b-products ul.products li {
    width: 22.2727%;
    margin-left: 3.636363636363636%;
    margin-bottom: 70px;
  }
  .b-products ul.products li:nth-child(4n+1) {
    margin-left: 0;
  }
}
/*
   .-----------------------------------------------------.
   |                     STORE PRODUCT                   |
   '-----------------------------------------------------'
*/
.b-store-product {
  text-align: center;
}
.b-store-product .b-thumbnail {
  margin-left: 22px;
  margin-right: 22px;
  margin-bottom: 30px;
}
.b-store-product .b-thumbnail img {
  width: 100%;
  display: block;
}
.b-store-product h3 {
  margin-bottom: 7px;
}
.b-store-product .button {
  margin-top: 24px;
}
.b-store-product .b-text {
  padding-top: 36px;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-store-product {
    text-align: left;
  }
  .b-store-product .b-store-product-detail {
    max-width: 694px;
    margin: 0 auto;
  }
  .b-store-product .b-thumbnail {
    margin-left: 20px;
    margin-right: 0;
    float: right;
  }
  .b-store-product .b-thumbnail img {
    width: 100%;
    display: block;
  }
  .b-store-product .b-body {
    overflow: hidden;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-store-product .b-text {
    padding-top: 46px;
  }
}
/*
   .-----------------------------------------------------.
   |                      SCHOLARSHIP                    |
   '-----------------------------------------------------'
*/
.b-scholarship {
  padding-top: 37px;
}
.b-scholarship .b-body {
  padding-bottom: 34px;
}
.b-scholarship .b-body p.is-large {
  padding-bottom: 33px;
  margin-bottom: 36px;
  border-bottom: 1px solid #e1e1e0;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-scholarship {
    padding-top: 60px;
  }
  .b-scholarship .b-body {
    padding-bottom: 50px;
  }
  .b-scholarship .b-body p.is-large {
    padding-bottom: 48px;
    margin-bottom: 46px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-scholarship {
    padding-top: 90px;
  }
  .b-scholarship .b-body {
    padding-bottom: 65px;
    max-width: 794px;
    margin: 0 auto;
  }
  .b-scholarship .b-body .simple-list {
    max-width: 693px;
    margin: 0 auto;
  }
}
/*
   .-----------------------------------------------------.
   |                       CONTACT                       |
   '-----------------------------------------------------'
*/
.b-contact {
  padding-top: 36px;
  padding-bottom: 44px;
}
.b-contact .b-contact-information {
  margin-bottom: 37px;
}
.b-contact .b-contact-information .b-text {
  padding-bottom: 39px;
}
.b-contact .b-contact-information .b-text p {
  margin-bottom: 27px;
}
.b-contact .b-contact-information .b-text p:last-child {
  margin-bottom: 0;
}
.b-contact .b-contact-information .b-fund-detail {
  background-color: #d2a960;
  padding: 30px 20px 25px;
}
.b-contact .b-contact-information .b-fund-detail address {
  color: #ffffff;
}
.b-contact .b-body {
  padding-bottom: 33px;
}
.b-contact .b-body p.is-large {
  text-align: center;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-contact {
    padding-top: 56px;
    padding-bottom: 60px;
  }
  .b-contact .b-contact-information {
    border-bottom: 1px solid #e1e1e0;
    padding-bottom: 52px;
    margin-bottom: 48px;
  }
  .b-contact .b-contact-information .b-text {
    padding-bottom: 0;
  }
  .b-contact .b-contact-information .b-fund-detail {
    background-image: url(../images/stamp-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 38px 30px 54px;
  }
  .b-contact .b-body {
    padding-bottom: 57px;
  }
  .b-contact .b-body p.is-large {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-contact {
    padding-top: 86px;
    padding-bottom: 90px;
  }
  .b-contact .b-contact-information {
    padding-bottom: 72px;
    margin-bottom: 68px;
  }
  .b-contact .b-contact-information .b-text {
    padding-bottom: 0;
  }
  .b-contact .b-contact-information .b-fund-detail {
    padding: 48px 50px 64px;
  }
  .b-contact .b-body p.is-large {
    padding-left: 15%;
    padding-right: 15%;
  }
}
/*
   .-----------------------------------------------------.
   |                        FORM                         |
   '-----------------------------------------------------'
*/
.b-form {
  background-color: rgba(245, 245, 245, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 36px;
  padding-bottom: 40px;
}
.b-donate .b-form {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: none;
  background-color: transparent;
}
.b-form .form-block {
  font-size: 0;
}
.b-form .form-block .dk-select {
  font-size: 16px;
  line-height: 27px;
}
.b-form .b-cc-donation .form-block {
  border-bottom: 1px solid #e1e1e0;
  padding-bottom: 4px;
  margin-bottom: 26px;
}
.b-form .fields label {
  display: block;
  color: #322f2a;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 9px;
}
.b-form .fields.half-fields {
  margin-bottom: 26px;
}
.b-form .fields.full-fields {
  margin-bottom: 26px;
}
.b-form .fields.required-field label:before {
  content: '*';
  font-size: 16px;
  line-height: 27px;
  color: #b22c40;
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
}
.b-form .fields input {
  width: 100%;
  height: 56px;
  border: 1px solid #e1e1e0;
  padding: 0 20px 0 20px;
  font-size: 16px;
  line-height: 27px;
}
.b-form .fields input.error {
  border-color: #f42732;
}
.b-form .fields input:hover,
.b-form .fields input:focus {
  border-color: #d2a960;
}
.b-form .fields .form-select.error {
  border-color: #f42732;
}
.b-form .fields textarea {
  border: 1px solid #eae7e2;
  display: block;
  width: 100%;
  height: 160px;
  padding: 10px 1px 10px 10px;
  overflow: auto;
  font-size: 16px;
  line-height: 27px;
}
.b-form .error input {
  border-color: #f42732;
}
.b-form .form-actions {
  border-top: 1px solid #e1e1e0;
  padding-top: 30px;
  margin-top: 4px;
}
.b-donate .b-form .form-actions {
  border-top: none;
  padding: 4px 0 0 0;
}
.b-form .donation-options {
  color: #596672;
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 18px;
  padding-top: 10px;
}
.b-form .donation-options .option-row {
  margin-bottom: 5px;
}
.b-form .donation-options input {
  display: inline;
  margin-right: 4px;
  margin-left: 0;
  vertical-align: -8%;
}
.b-form .donation-options label {
  margin-right: 20px;
  display: inline;
}
.b-form .b-donation-amount {
  margin-bottom: 36px;
  background-color: #f5f5f5;
  border: 2px solid #1971a9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  padding: 15px 20px 0;
}
.b-form .b-donation-amount .fields {
  margin-bottom: 16px;
}
.b-form .b-donation-amount .donation-amount {
  border: 2px solid #d2a960;
  background: #ffffff url(../images/dollar-icon.png) 18px center no-repeat;
  padding-left: 38px;
}
.b-form .card-info input {
  background: #ffffff url(../images/cards-icon.png) right center no-repeat;
  padding-right: 120px;
}
.b-form-notes {
  padding-top: 36px;
  text-align: center;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-form {
    padding-top: 30px;
    padding-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  .b-donate .b-form {
    padding-bottom: 55px;
  }
  .b-donate .b-form:last-child {
    padding-bottom: 0;
  }
  .b-form .half-fields {
    width: 47.96747967479675%;
    display: inline-block;
    vertical-align: top;
    margin-left: 4.065040650406504%;
  }
  .b-form .half-fields:nth-child(odd) {
    margin-left: 0;
  }
  .b-form .is-special-structure .half-fields:nth-child(2) {
    margin-left: 0;
  }
  .b-form .is-special-structure .half-fields:nth-child(3) {
    margin-left: 4.065040650406504%;
  }
  .b-form .fields input,
  .b-form .dk-selected,
  .b-form .form-select {
    height: 60px;
  }
  .b-form .form-actions {
    border-top: none;
    padding-top: 20px;
    margin-top: 0px;
    text-align: center;
  }
  .b-form .donation-options {
    padding-top: 0;
    padding-bottom: 8px;
  }
  .b-form .donation-options .option-row {
    margin-bottom: 0;
    display: inline-block;
  }
  .b-form .b-donation-amount {
    padding: 36px 39px 35px;
  }
  .b-form .b-donation-amount .fields:first-child {
    margin-bottom: 16px;
  }
  .b-form .b-donation-amount .donation-amount {
    border: 2px solid #d2a960;
    background: #ffffff url(../images/dollar-icon.png) 18px center no-repeat;
    padding-left: 38px;
  }
  .b-form .b-cc-donation .form-block {
    padding-bottom: 14px;
    margin-bottom: 36px;
  }
  .b-form-notes {
    padding-top: 40px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-form {
    padding-top: 45px;
    padding-bottom: 51px;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 794px;
    margin: 0 auto;
  }
  .b-form .half-fields {
    width: 47%;
    margin-left: 6%;
  }
  .b-form .half-fields:nth-child(odd) {
    margin-left: 0;
  }
  .b-form .is-special-structure .half-fields:nth-child(2) {
    margin-left: 0;
  }
  .b-form .is-special-structure .half-fields:nth-child(3) {
    margin-left: 6%;
  }
  .b-form-notes {
    padding-top: 45px;
    max-width: 693px;
    margin: 0 auto;
  }
}
/*
   .-----------------------------------------------------.
   |                     CONTACT LIST                    |
   '-----------------------------------------------------'
*/
.b-contact-list {
  padding-top: 36px;
  padding-bottom: 44px;
  background-color: #f5f5f5;
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
}
.b-contact-list ul {
  padding: 0 20px;
  margin: 0 -20px;
  list-style-type: none;
}
.b-contact-list ul li {
  border-bottom: 1px solid #e1e1e0;
  padding-bottom: 24px;
  margin-bottom: 21px;
}
.b-contact-list ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-contact-list {
    padding-top: 56px;
    padding-bottom: 45px;
  }
  .b-contact-list ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    position: relative;
    z-index: 1;
  }
  .b-contact-list ul:before,
  .b-contact-list ul:after {
    content: '';
    display: block;
    width: 1px;
    background-color: #e1e1e0;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 20px;
    left: 30.62330623306233%;
  }
  .b-contact-list ul:after {
    left: 65.2%;
  }
  .b-contact-list ul li {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 30.62330623306233%;
    margin-left: 4.065040650406504%;
    border-bottom: none;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .b-contact-list ul li:nth-child(3n+1) {
    margin-left: 0;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-contact-list {
    padding-top: 86px;
    padding-bottom: 55px;
  }
  .b-contact-list ul:before,
  .b-contact-list ul:after {
    bottom: 40px;
  }
  .b-contact-list ul li {
    padding-bottom: 40px;
  }
}
/*
   .-----------------------------------------------------.
   |                        TABS                         |
   '-----------------------------------------------------'
*/
.tabs-section ul {
  font-size: 0;
  text-align: center;
  margin: 0 0 40px;
  padding: 0;
  list-style-type: none;
}
.tabs-section ul li {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  margin-right: 19px;
  margin-left: 19px;
}
.tabs-section ul li a {
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  display: block;
  color: #1971a9;
  font: 400 17px/20px 'Roboto Condensed', sans-serif;
  padding: 6px 0;
}
.tabs-section ul li.active-tab a,
.tabs-section ul li a:hover {
  text-decoration: none;
  border-color: #d2a960;
}
.tab-container {
  background-color: #f5f5f5;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 36px;
  padding-bottom: 40px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.tab-container .tab-content {
  display: none;
}
.tab-container .active-tab {
  display: block;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .tab-container {
    margin-left: 0;
    margin-right: 0;
    padding: 36px 39px 39px;
  }
  .tabs-section ul {
    margin-bottom: 50px;
  }
}
/* ________________    1001px - Max    _______________ */
/*
   .-----------------------------------------------------.
   |                        DONATE                       |
   '-----------------------------------------------------'
*/
.b-donate {
  padding-top: 36px;
  padding-bottom: 0;
}
.b-donate .b-body {
  padding-bottom: 16px;
}
.b-donate .b-body:first-child {
  padding-bottom: 33px;
}
.b-donate .b-body p.is-large {
  text-align: center;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-donate {
    padding-top: 56px;
    padding-bottom: 60px;
  }
  .b-donate .b-body {
    padding-bottom: 17px;
  }
  .b-donate .b-body:first-child {
    padding-bottom: 44px;
  }
  .b-donate .b-body p.is-large {
    padding-left: 0;
    padding-right: 0;
  }
  .b-donate--page .span7 {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-donate {
    padding-top: 86px;
    padding-bottom: 90px;
  }
  .b-donate .b-body p.is-large {
    padding-left: 0;
    padding-right: 0;
  }
  .b-donate--page .span7 {
    width: 56.8181%;
  }
  .b-donate--page .span7:after {
    content: '';
    width: 1px;
    background-color: #e1e1e0;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: -11%;
  }
  .b-donate--page .span3 {
    width: 22.2727%;
  }
}
/*
   .-----------------------------------------------------.
   |                        BLOCK                        |
   '-----------------------------------------------------'
*/
/* ________________    768px - 1000px    _______________ */
/* ________________    1001px - Max    _______________ */
/*
   .-----------------------------------------------------.
   |                        BLOCK                        |
   '-----------------------------------------------------'
*/
/* ________________    768px - 1000px    _______________ */
/* ________________    1001px - Max    _______________ */
/*
   .-----------------------------------------------------.
   |                    FORM ELEMENTS                    |
   '-----------------------------------------------------'
*/
.radio-field input[type=radio] {
  display: none;
}
.radio-field input[type=radio]:checked + label:before {
  background-position: 0 -15px;
}
.radio-field label {
  display: block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 27px;
}
.radio-field label:before {
  content: '';
  display: inline-block;
  vertical-align: -10%;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: url(../images/radio.png) 0 0 no-repeat;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .radio-field {
    font-size: 0;
  }
  .radio-field label {
    display: inline-block;
    width: 50%;
    padding-right: 10px;
  }
  .radio-field label:nth-child(4n+0) {
    padding-left: 10px;
    padding-right: 0;
  }
}
/* ________________    1001px - Max    _______________ */
/*
   .-----------------------------------------------------.
   |                       FOOTER                        |
   '-----------------------------------------------------'
*/
footer .container {
  padding-left: 0px;
  padding-right: 0px;
}
.b-col-1 {
  padding-top: 34px;
  padding-bottom: 36px;
  border-top: 1px solid #e1e1e0;
}
.b-footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.b-footer-menu li a {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1px;
}
.b-col-2 {
  padding-top: 39px;
  padding-bottom: 34px;
  border-top: 1px solid #e1e1e0;
  text-align: center;
}
.b-hotline {
  padding-bottom: 23px;
}
.b-hotline h3 {
  color: #d2a960;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  margin-bottom: -2px;
}
.b-hotline h3:before {
  content: '';
  background: url(../images/call-us-icon.png) no-repeat;
  background-size: 32px 37px;
  width: 32px;
  height: 37px;
  display: block;
  margin: 0 auto 25px;
}
.b-hotline p {
  text-align: center;
  color: #d2a960;
  font-size: 15px;
  font-style: italic;
  line-height: 25px;
  letter-spacing: 1px;
}
.b-address {
  display: inline-block;
  border-top: 1px solid #e1e1e0;
  padding-top: 26px;
}
.b-address address {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 1px;
}
.b-col-3 {
  background-color: #215b8f;
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
}
.b-footer-donate {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.b-footer-donate h4 {
  color: #f7f7f8;
  line-height: 28px;
  text-align: center;
  padding-left: 70px;
  padding-right: 70px;
  margin-bottom: 27px;
}
.b-col-4 {
  padding-top: 39px;
  padding-bottom: 45px;
}
.copyright {
  padding-top: 25px;
  text-align: center;
  font-size: 13px;
  line-height: 24px;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  footer {
    border-top: 1px solid #e1e1e0;
    display: table;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  footer .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .b-col-1,
  .b-col-2,
  .b-col-3,
  .b-col-4 {
    display: table-cell;
    vertical-align: top;
  }
  .b-col-1 {
    display: none;
  }
  .b-footer-menu {
    text-align: left;
  }
  .b-col-2 {
    border-top: none;
    text-align: left;
    width: 36%;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .b-hotline {
    max-width: 227px;
    margin: 0;
  }
  .b-hotline h3 {
    text-align: left;
  }
  .b-hotline h3:before {
    float: left;
    margin: 2px 11px 5px 0;
  }
  .b-hotline p {
    text-align: left;
    padding-left: 45px;
  }
  .b-address {
    max-width: 227px;
    display: block;
    margin: 0;
  }
  .b-address address {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .b-col-3 {
    width: 34%;
  }
  .b-footer-donate {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .b-footer-donate h4 {
    padding-left: 30px;
    padding-right: 30px;
    line-height: 32px;
  }
  .b-col-4 {
    width: 30%;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: right;
  }
  .copyright {
    padding-top: 25px;
    text-align: left;
    display: inline-block;
    width: 175px;
    font-size: 16px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-col-1 {
    display: table-cell;
    border-top: none;
    width: 17%;
    border-right: 1px solid #e1e1e0;
    padding-top: 64px;
    padding-bottom: 74px;
  }
  .b-col-2 {
    width: 33%;
  }
  .b-col-3 {
    width: 28%;
  }
  .b-col-4 {
    width: 22%;
  }
  .b-hotline,
  .b-address {
    margin: 0 auto;
  }
  footer .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
