/*---------------------------------------------------
    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%);
}
.vertical-align-bottom {
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.horizontal-align {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.horizontal-align-right {
  position: relative;
  left: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
/*
   .-----------------------------------------------------.
   |                    BASIC ELEMENTS                   |
   '-----------------------------------------------------'
*/
body {
  font: 400 1em/1.688em 'Droid Serif', sans-serif;
  color: #353638;
  background-color: #ffffff;
}
input[type='text'],
textarea {
  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-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -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;
}
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;
}
img {
  max-width: 100%;
  height: auto;
  -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: #354048;
  font-weight: normal;
  font-family: 'AdelleSemiBold', sans-serif;
  margin: 0;
  padding: 0;
}
h1.is-white,
h2.is-white,
h3.is-white,
h4.is-white,
h5.is-white,
h6.is-white {
  color: #ffffff;
}
.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6,
.is-dark h1,
.is-dark h2,
.is-dark h3,
.is-dark h4,
.is-dark h5,
.is-dark h6 {
  color: #ffffff;
}
h1 {
  font-size: 37px;
  line-height: 1.4em;
  font-family: 'AdelleBold', sans-serif;
  margin-bottom: 22px;
  letter-spacing: -1px;
}
.intro-inner h1 {
  margin-bottom: 0;
}
h1.has-line {
  margin-bottom: 37px;
}
h1.has-line:after {
  content: '';
  width: 63px;
  height: 3px;
  background-color: #57c4ef;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  display: block;
  margin: 25px auto 0;
}
h2 {
  font-size: 32px;
  line-height: 1.53em;
  margin-bottom: 15px;
}
h2.has-line:before {
  content: '';
  width: 63px;
  height: 3px;
  background-color: #57c4ef;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  display: block;
  margin: 0 auto 28px;
}
h3 {
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 12px;
}
.post h3 {
  margin-bottom: 17px;
}
h3.has-line {
  margin-bottom: 21px;
}
h3.has-line:after {
  content: '';
  width: 63px;
  height: 3px;
  background-color: #57c4ef;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  display: block;
  margin: 17px auto 0;
}
h4 {
  font-size: 20px;
  line-height: 1.55em;
}
h5 {
  font-size: 20px;
  line-height: 1.4em;
}
.sub-heading {
  color: #354048;
  font-size: 20px;
  line-height: 30px;
}
.sub-heading.is-small {
  font-size: 19px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.sub-heading.is-large {
  font-size: 24px;
  line-height: 34px;
  color: #353638;
  margin-bottom: 10px;
}
.mini-heading {
  font: normal 12px/20px 'AdelleRegular', sans-serif;
  color: #e2e3e4;
  text-align: left;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.is-board-member .mini-heading {
  margin-top: 10px;
  margin-bottom: 60px;
}
.b-blog-article .mini-heading,
.is-product-detail .mini-heading {
  color: #353638;
  margin-bottom: 50px;
}
.b-search-form .mini-heading {
  margin-bottom: 10px;
}
.theme-dark .mini-heading {
  color: #e2e3e4;
}
.mini-heading:before {
  content: '';
  height: 1px;
  background: rgba(255, 255, 255, 0.13);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}
.b-blog-article .mini-heading:before,
.is-product-detail .mini-heading:before {
  background-color: #e2e3e4;
}
.b-search-form .mini-heading:before {
  background: rgba(255, 255, 255, 0.3);
}
.theme-dark .mini-heading:before {
  background: rgba(255, 255, 255, 0.13);
}
.mini-heading span {
  position: relative;
  z-index: 2;
  background-color: #253643;
  padding-left: 0;
  padding-right: 25px;
}
.b-blog-article .mini-heading span,
.is-product-detail .mini-heading span {
  background-color: #ffffff;
}
.theme-dark .mini-heading span {
  background-color: #253643;
}
.b-search-form .mini-heading span {
  background-color: #57c4ef;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 20px;
  padding-right: 20px;
}
.b-video-categories .mini-heading span {
  color: rgba(255, 255, 255, 0.3);
  padding-left: 20px;
  padding-right: 20px;
}
p {
  padding: 0;
  margin: 0;
}
p.is-large {
  font: 400 20px/1.5em 'Droid Serif', sans-serif;
}
.intro p.is-large {
  margin-bottom: 43px;
}
p.is-ext-large {
  color: #354048;
  font: 400 20px/1.5em 'Droid Serif', sans-serif;
}
a {
  text-decoration: none;
  color: #74787b;
  -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;
}
a:hover {
  color: #354048;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 41px;
    margin-bottom: 16px;
  }
  h1.has-line:after {
    margin-top: 29px;
  }
  .b-blogs h1 {
    margin-bottom: 10px;
  }
  .b-blogs h1:last-child {
    margin-bottom: 32px;
  }
  .b-blogs.b-videos.is-private h1:last-child {
    margin-bottom: 0;
  }
  h2 {
    font-size: 36px;
    margin-bottom: 9px;
  }
  h2.has-line:before {
    margin-bottom: 27px;
  }
  h3 {
    font-size: 27px;
  }
  .post h3 {
    margin-bottom: 13px;
  }
  h4 {
    font-size: 22px;
  }
  .sub-heading.is-small {
    margin-bottom: 16px;
  }
  p.is-ext-large {
    font-size: 22px;
  }
  .mini-heading {
    text-align: center;
  }
  .mini-heading span {
    padding-left: 25px;
  }
  .b-blog-article .mini-heading {
    margin-bottom: 60px;
  }
  .is-product-detail .mini-heading {
    margin-bottom: 60px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  h1 {
    font-size: 48px;
    margin-bottom: 20px;
  }
  .b-blogs h1 {
    margin-bottom: 21px;
  }
  .b-blogs h1:last-child {
    margin-bottom: 68px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 32px;
    line-height: 42px;
  }
  h4 {
    font-size: 26px;
  }
  p.is-ext-large {
    font-size: 24px;
    line-height: 34px;
  }
  .is-product-detail .mini-heading {
    margin-bottom: 80px;
  }
}
/*
   .-----------------------------------------------------.
   |                       HEADER                        |
   '-----------------------------------------------------'
*/
header.top {
  position: relative;
  z-index: 3;
  padding: 13px 20px 17px;
  -webkit-box-shadow: 0 2px 33px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 33px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 33px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
header.top .logo,
header.top .logo-small {
  float: left;
}
header.top .logo img,
header.top .logo-small img {
  display: block;
  width: 48px;
}
header.top .logo {
  display: none;
}
header.top .menu-list {
  float: right;
  margin: 0;
  padding: 11px 0 0 0;
  list-style: none;
  font-size: 0;
}
header.top .menu-list li {
  display: inline-block;
  vertical-align: middle;
  font: normal 13px/13px 'AdelleSemiBold', sans-serif;
}
header.loged-in .menu-list li {
  padding-top: 3px;
  padding-bottom: 3px;
}
header.top .menu-list li:last-child {
  margin-left: 20px;
}
header.top .menu-list li.separated-item {
  border-right: 1px solid #E2E3E4;
  padding-right: 40px;
}
header.top .menu-list li.separated-item a {
  color: #D83072;
}
header.top .menu-list li a {
  color: #354048;
  text-transform: uppercase;
}
.theme-dark header.top .menu-list li a {
  color: #ffffff;
}
header.top .menu-list li a:after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left: 15px;
  vertical-align: calc(50% - 11px);
}
header.top .menu-list li a.share-item {
  display: none;
}
header.top .menu-list li a.share-item:after {
  background-image: url(../images/share-icon-full.svg);
  background-size: 18px 40px;
  width: 18px;
  height: 19px;
}
header.top .menu-list li a.share-item:hover:after {
  background-position: 0 -20px;
}
header.top .menu-list li a.email-item {
  display: none;
}
header.top .menu-list li a.email-item:after {
  background-image: url(../images/email-icon.svg);
  width: 23px;
  height: 19px;
}
header.top .menu-list li a.email-item:hover:after {
  background-position: 0 -20px;
}
header.top .menu-list li a.free-news-item,
header.top .menu-list li.menu-item {
  display: none;
}
header.top .menu-list li a.free-news-item:after,
header.top .menu-list li.menu-item a:after {
  background-image: url(../images/gift-icon-full.svg);
  width: 23px;
  height: 19px;
}
header.top .menu-list li a.free-news-item:hover:after,
header.top .menu-list li.menu-item a:hover:after {
  background-position: 0 -20px;
}
header.top .menu-list li a.open-menu-item:after {
  background-image: url(../images/menu-icon-full.svg);
  background-size: 22px 40px;
  background-position: 0 2px;
  width: 22px;
  height: 19px;
}
header.top .menu-list li a.open-menu-item:hover:after {
  background-position: 0 -18px;
}
header.top .menu-list li a.user-item:after {
  background-image: url(../images/user-icon-full.svg);
  width: 15px;
  height: 19px;
}
header.top .menu-list li a.user-item:hover:after {
  background-position: 0 -20px;
}
header.top .menu-list li a.upgrade-gold-item:after {
  background-image: url(../images/premium-icon-full.svg);
  width: 15px;
  height: 19px;
}
header.top .menu-list li a.upgrade-gold-item:hover:after {
  background-position: 0 -20px;
}
header.loged-in {
  background: transparent url(../images/top-bg.png) top left repeat-x !important;
  background-size: 1280px 15px !important;
}
header.top .open-browse-item {
  text-transform: uppercase;
  float: left;
  font: normal 13px/22px 'AdelleSemiBold', sans-serif;
  color: #D83072;
  margin-left: 10px;
  margin-top:13px;
}
header.scrolled a {
  color: #354048 !important;
}
header.top .open-browse-item:after {
  background-image: url(../images/browse-icon.svg);
  background-size: 30px 37px;
  width: 30px;
  height: 16px;
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left: 15px;
  vertical-align: calc(50% - 13px);
}
header.top .open-browse-item:hover:after {
  background-position: 0 -20px;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  header.top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    padding: 10px 30px 12px;
    background: transparent;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  header.is-dark .menu-list li a {
    color: #ffffff;
  }
  header.top.scrolled {
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 2px 33px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 33px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 33px rgba(0, 0, 0, 0.15);
  }
  .theme-dark header.top.scrolled {
    background-color: #253643 !important;
  }
  header.top.scrolled .logo {
    display: none;
  }
  header.top.scrolled .logo-small {
    display: block;
  }
  header.top .menu-list {
    padding-top: 14px;
    line-height: 0;
  }
  header.loged-in .menu-list {
    padding-top: 17px;
  }
  header.top .menu-list.is-shop {
    padding-right: 110px;
  }
  header.top .menu-list li {
    display: inline-block;
    margin-left: 40px !important;
  }
  header.top .menu-list li a.share-item,
  header.top .menu-list li a.email-item,
  header.top .menu-list li a.free-news-item,
  header.top .menu-list li.menu-item {
    display: inline-block;
  }
  header.top .logo img {
    width: auto;
  }
  header.top .open-browse-item {
    margin-left: 30px;
    margin-top: 19px;
  }
  header.top .open-browse-item.is-white {
    color: #FFF;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  header.top {
    padding-left: 40px;
    padding-right: 40px;
  }
  header.loged-in {
    padding-top: 20px;
  }
  header.scrolled {
    padding-top: 10px;
  }
  header.top .logo {
    display: block;
  }
  header.top .logo-small {
    display: none;
  }
}
/*
   .-----------------------------------------------------.
   |                    SLIDING MENUS                    |
   '-----------------------------------------------------'
*/
#Wrapper,
header.top {
  -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;
}
.menu-open #Wrapper,
.menu-open header.top {
  margin-left: -301px;
  margin-right: 150px;
}
.browse-open #Wrapper,
.browse-open header.top {
  margin-right: 0;
  margin-left: 0;
}
.browse-open {
}
#Menu {
  width: 301px;
  height: 100%;
  padding: 36px 40px;
  position: fixed;
  z-index: 20;
  left: auto;
  right: -301px;
  top: 0;
  overflow: auto;
  background-color: #253643;
  -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;
}
.menu-open #Menu {
  box-shadow: 2px 0px 30px 0px rgba(0, 0, 0, 0.2);
  right: 0px;
}
#Menu .close-menu-item {
  float: right;
  background: url(../images/close-menu-icon.svg) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  overflow: hidden;
  margin-top: 5px;
}
#Menu ul,
#Menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#Menu ul {
  border-bottom: 1px solid rgba(226, 227, 228, 0.15);
}
#Menu ul:last-child,
#Menu ul ul {
  border: none;
}
#Menu ul li {
  color: #f8f8f8;
  font: normal 16px/1.688em 'AdelleSemiBold', sans-serif;
  text-transform: uppercase;
  margin-bottom: 17px;
}
#Menu ul li a {
  color: #f8f8f8;
}
#Menu ul li a:hover {
  color: #d83072;
}
#Menu ul li ul li a:hover {
  color: #d83072;
}
#Menu .menu-bar-list {
  padding-bottom: 13px;
}
#Menu .special-menu-list {
  padding-top: 32px;
  padding-bottom: 13px;
}
#Menu .special-menu-list ul {
  padding-top: 17px;
}
#Menu .special-menu-list ul li {
  margin-bottom: 11px;
  text-transform: capitalize;
}
#Menu .special-menu-list ul li a {
  color: #9ea1a3;
}
#Menu .special-menu-list li a.sign-out:before {
  width: 21px;
  height: 21px;
  background: url(../images/sign-out-icon.svg) 0 0 no-repeat;
  float: right;
  content: '';
  display: block;
  margin-top: 6px;
}
#Menu .social-network-icons {
  font-size: 0;
  padding-top: 33px;
  line-height: 0;
}
#Menu .social-network-icons li {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 0;
}
#Menu .social-network-icons li a {
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  background-size: 28px;
}
#Menu .social-network-icons li a.fb-icon {
  background-image: url(../images/fb-menu-icon.svg);
}
#Menu .social-network-icons li a.tw-icon {
  background-image: url(../images/tw-menu-icon.svg);
}
#Menu .social-network-icons li a.ig-icon {
  background-image: url(../images/ig-menu-icon.svg);
}
#Menu .social-network-icons li a.yt-icon {
  background-image: url(../images/yt-menu-icon.svg);
}
#Menu .social-network-icons li a.pin-icon {
  background-image: url(../images/pin-menu-icon.svg);
}

#Browse {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  z-index: 9900;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  overflow: auto;
  background-color: #253643;
  -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;
}
.browse-open #Browse {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  box-shadow: 2px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
#Browse .close-browse-item {
  position: absolute;
  top: 10px;
  right: 8px;
  background: url(../images/close-menu-icon.svg) center center no-repeat;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
}
#Browse h5 {
  color: #FFF;
  margin-top: 6px;
  margin-bottom: 15px;
}
#Browse .cross-line {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 20px;
  line-height: 0;
}
#Browse .cross-line span {
  position: relative;
  z-index: 2;
  background-color: #253643;
  padding-left: 20px;
  padding-right: 20px;
  font: normal 12px/20px 'AdelleRegular', sans-serif;
  color: rgba(255,255,255,0.5);
  letter-spacing: 2px;
}
#Browse .cross-line:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px;
  height: 1px;
  background-color: rgba(255,255,255,0.2);
}

#Browse .main-browse-wrapper {
  width: 100%;
  overflow: hidden;
}
#Browse .filter-cat-list {
  width: calc(100% + 15px);
  text-align: left;
  margin-bottom: 5px;
}
#Browse .filter-type-list {
  text-align: center;
  margin-bottom: 20px;
}
#Browse .extra-filter-categories {
  display: none;
}

#Browse .more-categeries,
#Browse .less-categeries {
  font: normal 13px/20px 'AdelleSemiBold', sans-serif;
  color: #FFFFFF;
  text-decoration: underline;
  white-space: nowrap;
}

#Browse .less-categeries {
  display: none;
}

#Browse .more-categeries:hover,
#Browse .less-categeries:hover {
  text-decoration: none;
}

#Browse .search-keyword {
  margin-bottom: 30px;
}

#Browse .search-keyword input[type='text'] {
  background: #FFFFFF url(../images/search-light-icon.svg) 23px 15px no-repeat;
  border-radius: 100px;
  border: none;
  color: #74787B;
  padding: 0px 10px 0 55px;
  height: 50px;
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  line-height: 50px;
}
#Browse .search-keyword .button {
  color: #ffffff;
  background: #D83072;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.20);
  border-radius: 2px;
  width: 100%;
  display: block;
  height: 60px;
  font-size: 16px;
}
#Browse .search-keyword .button:hover {
  background-color: #57C4EF;
}

/* ________________    460px - 767px    _______________ */
@media only screen and (min-width: 460px) {
  .browse-open #Wrapper,
  .browse-open header.top {
    margin-right: -460px;
    margin-left: 460px;
  }
  #Browse {
    width: 460px;
    left: -460px;
    padding: 22px 30px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  #Browse .close-browse-item {
    top: 20px;
    right: 20px;
  }
  .browse-open #Browse {
    left: 0;
  }
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .menu-open #Wrapper,
  .menu-open header.top {
    margin-right: 220px;
  }
  #Browse h5 {
    color: #FFF;
    margin-bottom: 30px;
  }
  #Browse .cross-line {
    margin-bottom: 30px;
  }
  #Browse .filter-cat-list {
    margin-bottom: 15px;
  }
  #Browse .filter-type-list {
    margin-bottom: 30px;
  }
  #Browse .search-keyword input[type='text'] {
    margin-bottom: 30px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  #Menu {
    overflow: hidden;
  }
}
/*
   .-----------------------------------------------------.
   |                        INTRO                        |
   '-----------------------------------------------------'
*/
.intro {
  padding-top: 55px;
  padding-bottom: 50px;
  overflow: hidden;
  background: url(../images/home-header-bg.png) 0 0 no-repeat;
  background-size: auto 100%;
  background-color: #f8f8f8;
}
.intro .b-text {
  text-align: center;
}
.intro .b-photo {
  position: relative;
  z-index: 1;
  bottom: -50px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.intro .b-photo img {
  display: block;
  margin: 0 auto;
}
.theme-dark .intro {
  background: url(../images/home-header-dark-bg.png) 0 0 no-repeat;
  background-color: #253643;
}
.theme-dark .intro .b-text h1 {
  color: #ffffff;
}
.theme-dark .intro .b-text p.is-large {
  color: rgba(255, 255, 255, 0.5);
}
.intro.is-text-only .b-text {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}
.intro.is-video .cta-item {
  margin-top: 50px;
  display: block;
  position: relative;
  z-index: 1;
}
.intro.is-video .cta-item img {
  width: 100%;
  display: block;
}
.intro.is-video .cta-item span {
  background-color: #253643;
  display: block;
}
.intro.is-video .cta-item span:after {
  content: '';
  background: url(../images/play-icon.svg) center center no-repeat;
  background-size: 90px 89px;
  width: 90px;
  height: 89px;
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -45px;
}
.intro.is-video .cta-item:hover img {
  opacity: 0.5;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .intro {
    padding: 0;
  }
  .intro .span1,
  .intro .span2,
  .intro .span3,
  .intro .span4,
  .intro .span5,
  .intro .span6,
  .intro .span7,
  .intro .span8,
  .intro .span9,
  .intro .span10,
  .intro .span11,
  .intro .span12 {
    height: 600px;
  }
  .intro .b-photo {
    position: relative;
    top: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    text-align: right;
    bottom: auto;
  }
  .intro .b-photo img {
    position: relative;
    left: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .intro .b-text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
  }
  .intro.is-video.is-video .cta-item {
    margin-top: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .intro .span1,
  .intro .span2,
  .intro .span3,
  .intro .span4,
  .intro .span5,
  .intro .span6,
  .intro .span7,
  .intro .span8,
  .intro .span9,
  .intro .span10,
  .intro .span11,
  .intro .span12 {
    height: 650px;
  }
  .intro.is-video.is-video .cta-item span:after {
    background-size: 104px 103px;
    width: 104px;
    height: 103px;
    margin-left: -52px;
    margin-top: -52px;
  }
}
/*
   .-----------------------------------------------------.
   |                     INTRO INNER                     |
   '-----------------------------------------------------'
*/
.intro-inner {
  padding-top: 51px;
  padding-bottom: 45px;
  overflow: hidden;
  background: url(../images/inner-header-bg.png) 0 0 no-repeat;
  background-size: cover;
  background-color: #f8f8f8;
}
.intro-inner.is-dark {
  background: url(../images/programs-bg.jpg) 0 0 no-repeat;
  background-size: cover;
}
.intro-inner .b-text {
  text-align: center;
}
.intro-inner h1 {
  margin-bottom: 12px;
}
.intro-inner h1:last-child {
  margin-bottom: 0;
}
.intro-inner .breadcrumbs {
  color: #9EA1A3;
  font: 16px/27px 'Droid Serif', sans-serif;
}
.intro-inner .breadcrumbs span {
  font: normal 13px/27px 'AdelleRegular', sans-serif;
}
.intro-inner .breadcrumbs a {
  font: normal 13px/27px 'AdelleRegular', sans-serif;
  color: #9EA1A3;
}
.intro-inner .breadcrumbs a:hover {
  text-decoration: underline;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .intro-inner {
    padding: 0;
  }
  .intro-inner .container {
    height: 370px;
  }
  .intro-inner.is-dark .container {
    height: 363px;
  }
  .intro-inner .b-text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .intro-inner h1 {
    margin-bottom: 24px;
  }
}
/* ________________    1001px - Max    _______________ */
/*
   .-----------------------------------------------------.
   |                     MENU SLIDER                     |
   '-----------------------------------------------------'
*/
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-menu-slider {
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e3e4;
  }
  .b-menu-slider .flexslider .flex-viewport {
    margin: 0 70px;
  }
  .b-menu-slider .flexslider .flex-viewport li {
    text-align: center;
    padding-top: 9px;
    padding-bottom: 9px;
    font: normal 13px/22px 'AdelleRegular', sans-serif;
    text-transform: uppercase;
  }
  .b-menu-slider .flexslider .flex-viewport li a {
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
    color: #74787b;
  }
  .b-menu-slider .flexslider .flex-viewport li a:hover,
  .b-menu-slider .flexslider .flex-viewport li a.active {
    color: #354048;
    border-bottom: 2px solid #d83072;
  }
  .b-menu-slider .flex-direction-nav a {
    margin: 0;
    width: 68px;
    height: 40px;
    border-right: 1px solid #e2e3e4;
    margin-top: -20px;
    background: url(../images/arrow-left-icon.svg) 30px center no-repeat;
    background-size: 16px 12px;
    text-indent: -9999px;
    text-shadow: none;
    opacity: 0.3;
  }
  .b-menu-slider .flex-direction-nav .flex-prev {
    left: 0px;
  }
  .b-menu-slider .flex-direction-nav .flex-next {
    right: 0px;
  }
  .b-menu-slider .flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 0;
  }
  .b-menu-slider .flexslider:hover .flex-next {
    opacity: 0.7;
    right: 0;
  }
  .b-menu-slider .flex-direction-nav a.flex-next {
    background-image: url(../images/arrow-right-icon.svg);
    background-position: 22px center;
    border-left: 1px solid #e2e3e4;
    border-right: none;
    text-indent: 9999px;
  }
  .b-menu-slider .flex-direction-nav a:before {
    display: none;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-menu-slider .flexslider .flex-viewport {
    max-width: 860px;
    margin: 0 auto;
  }
  .b-menu-slider .flex-direction-nav a {
    width: 80px;
    height: 40px;
    background-position: 42px center;
  }
  .b-menu-slider .flex-direction-nav a.flex-next {
    background-position: 25px center;
  }
}
/*
   .-----------------------------------------------------.
   |                      BIO SLIDER                     |
   '-----------------------------------------------------'
*/

.b-bio-slider {
  overflow: hidden;
  background: url(../images/bio-bg.svg) 0 0 no-repeat;
  background-size: cover;
}
.b-bio-slider .b-head {
  margin-bottom: 24px;
}
.b-bio-slider .b-head h5.crossline {
  color: #9EA1A3;
  letter-spacing: 2px;
  font: normal 12px/20px 'AdelleRegular', sans-serif;
  float: left;
  text-transform: uppercase;
  margin-right: 22px;
}
.b-bio-slider .b-head .close-component {
  float: right;
  font: normal 12px/20px 'AdelleRegular', sans-serif;
  color: #9EA1A3;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 22px;
}
.b-bio-slider .b-head .close-component:after {
  content: '';
  display: inline-block;
  background: url(../images/close-circle-pink.svg) 0 0 no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: middle;
}
.b-bio-slider .b-head .line {
  height: 1px;
  background-color: #E2E3E4;
  margin-top: 9px;
  overflow: hidden;
}
.b-bio-slider .b-flex-bio {
  text-align: center;
}
.b-bio-slider .flexslider .flex-viewport {
  margin: 0 0 36px 0;
}
.b-bio-slider .flexslider .flex-viewport li {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
.b-bio-slider .flexslider .flex-viewport li .post {
  margin-right: 20px;
  margin-left: 20px;
}
.b-bio-slider .flex-direction-nav {
  display: block;
  margin: -28px auto 0;
}
.b-bio-slider .flex-direction-nav a {
  margin: 0;
  width: 20px;
  height: 12px;
  margin-top: 0;
  background: url(../images/arrow-left-carousel.svg) 0 0 no-repeat;
  text-indent: -9999px;
  text-shadow: none;
  opacity: 1;

  text-decoration:none;
  display: block;

  position: static;
  top: auto;
}
.b-bio-slider .flex-direction-nav .flex-prev {
  left: auto;
  float: left;
  margin-left: -30px;
}
.b-bio-slider .flex-direction-nav .flex-next {
  right: auto;
  float: right;
  margin-right: -30px;
}
.b-bio-slider .flexslider:hover .flex-prev {
  opacity: 1;
  left: auto;
  margin-left: -30px;
}
.b-bio-slider .flexslider:hover .flex-next {
  opacity: 1;
  right: auto;
  margin-right: -30px;
}
.b-bio-slider .flex-direction-nav a.flex-next {
  background-image: url(../images/arrow-right-carousel.svg);
  text-indent: 9999px;
}
.b-bio-slider .flex-direction-nav a:before {
  display: none;
}
.b-bio-slider .flex-control-nav {
  width: auto;
  position: static;
  bottom: auto;
  text-align: center;
  display: inline-block;
}

/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-bio-slider .b-head {
    margin-bottom: 39px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-bio-slider {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .b-bio-slider .b-flex-bio {
    max-width: 1100px;
    margin: 0 auto;
  }
}
/*
   .-----------------------------------------------------.
   |                         CTA                         |
   '-----------------------------------------------------'
*/
.b-cta .b-head {
  margin-bottom: 43px;
}
.b-cta .b-head h2,
.b-cta .b-head p.sub-heading {
  text-align: center;
}
.b-cta .b-body .space {
  display: none;
}
.b-cta .b-body .cta-item {
  display: block;
  position: relative;
  z-index: 1;
}
.b-cta .b-body .cta-item img {
  display: block;
  width: 100%;
  height: auto;
}
.b-cta .b-body .cta-item.is-text {
  padding: 18px 20px 100px 20px;
  margin-bottom: 20px;
  min-height: 230px;
}
.b-cta .b-body .cta-item.is-text:hover {
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.3);
}
.b-cta .b-body .cta-item.is-text h4 {
  color: #ffffff;
}
.b-cta .b-body .cta-item.is-text span {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  font: normal 16px/18px 'AdelleSemiBold', sans-serif;
  display: block;
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 20px;
  right: 20px;
  padding: 21px 0 20px;
}
.b-cta .b-body .cta-item.is-text span:before {
  content: '';
  background: url(../images/arrow-white-right-icon.svg) 0 0 no-repeat;
  background-size: 16px 12px;
  width: 16px;
  height: 12px;
  float: right;
  margin-top: 1px;
}
.b-cta .b-body .cta-item.is-pink {
  background-color: #d83072;
}
.b-cta .b-body .cta-item.is-pink:hover {
  background-color: #ea337b;
}
.b-cta .b-body .cta-item.is-blue {
  background-color: #57c4ef;
}
.b-cta .b-body .cta-item.is-blue:hover {
  background-color: #5cd1ff;
}
.b-cta .b-body .cta-item.is-video img {
  width: 100%;
}
.b-cta .b-body .cta-item.is-video span {
  background-color: #253643;
  display: block;
}
.b-cta .b-body .cta-item.is-video span:after {
  content: '';
  background: url(../images/play-icon.svg) center center no-repeat;
  background-size: 90px 89px;
  width: 90px;
  height: 89px;
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -45px;
}
.b-cta .b-body .cta-item.is-video:hover img {
  opacity: 0.5;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-cta .b-head {
    margin-bottom: 53px;
  }
  .b-cta .b-body {
    display: table;
  }
  .b-cta .b-body .space {
    display: table-cell;
    vertical-align: top;
    width: 4.065%;
  }
  .b-cta .b-body .cta-item {
    display: table-cell;
    vertical-align: top;
    width: 30.6233%;
  }
  .b-cta .b-body .cta-item.is-text {
    min-height: 0;
    height: 300px;
    padding: 30px 30px 75px 30px;
  }
  .b-cta .b-body .cta-item.is-text span {
    left: 30px;
    right: 30px;
    padding: 25px 0 27px;
    margin-top: 3px;
  }
  .b-cta .b-body .cta-item.is-video {
    background-color: #253643;
    vertical-align: middle;
  }
  .b-cta .b-body .cta-item.is-video.is-full-height img {
    width: auto;
    max-width: none;
    min-width: 100%;
    height: 100%;
  }
  .b-cta .b-body .cta-item.is-video span {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .b-cta .b-body .cta-item.is-video span:after {
    background-size: 104px 103px;
    width: 104px;
    height: 103px;
    margin-left: -52px;
    margin-top: -52px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-cta .b-body .space {
    width: 3.6363%;
  }
  .b-cta .b-body .cta-item {
    width: 30.9090%;
  }
  .b-cta .b-body .cta-item.is-text h4 {
    font-size: 24px;
    line-height: 36px;
  }
}
/*.
   .-----------------------------------------------------.
   |                   BLOG HIGHLIGHTS                   |
   '-----------------------------------------------------'
*/
.b-blog-highlights {
  padding-bottom: 44px;
  background-color: #f8f8f8;
}
.b-blog-highlights .paging {
  margin-top: -14px;
}
.b-blog-highlights .read-more {
  color: #353638;
  font-family: 'Droid Serif', sans-serif;
  font-style: italic;
}
.b-blog-highlights .read-more:after {
  content: '';
  background: url(../images/arrow-right-icon.svg) 0 0 no-repeat;
  background-size: 16px 12px;
  width: 16px;
  height: 12px;
  vertical-align: calc(50% - 14px);
  display: inline-block;
  margin-left: 11px;
}
.b-blog-highlights .read-more:hover {
  color: #d83072;
}
.post {
  margin-bottom: 40px;
  padding-bottom: 34px;
  border-bottom: 1px solid #e2e3e4;
}
.is-private .post {
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: none;
}
.b-flex-bio .post {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.is-board-member .post {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 44px;
}
.b-blogs .post {
  margin-bottom: 50px;
}
.b-blog-article .post {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 37px;
}
.post img {
  display: block;
  width: 100%;
  height: auto;
}
.post .b-photo,
.post .b-video {
  margin-bottom: 30px;
}
.post .b-video iframe {
  /*height: 158px;*/
}
.post .b-text h3 a {
  color: #354048;
}
.is-board-member .post .b-text h3 a {
  color: #ffffff;
}
.post .b-text h3 a:hover {
  text-decoration: underline;
}
.is-board-member .post .b-text h3 {
  margin-bottom: 17px;
}
.theme-dark .post .b-text p {
  color: #9ea1a3;
}
.post .b-link {
  margin-top: 25px;
  padding-bottom: 10px;
}
.post .b-link .read-more {
  color: #9ea1a3;
  font-family: 'Droid Serif', sans-serif;
  font-style: italic;
}
.post .b-link .read-more:before {
  content: '';
  background: url(../images/arrow-right-icon.svg) 0 0 no-repeat;
  background-size: 16px 12px;
  width: 16px;
  height: 12px;
  vertical-align: calc(50% - 15px);
  display: inline-block;
  margin-right: 14px;
}
.post .b-link .read-more:hover {
  color: #354048;
}
.b-info {
  color: #9ea1a3;
  font: normal 12px/20px 'AdelleRegular', sans-serif;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.post.is-detail .b-info {
  text-align: center;
  margin-bottom: 40px;
}
.b-info span,
.b-info a {
  color: #353638;
  margin-right: 22px;
}
.b-info span:before,
.b-info a:before {
  content: '';
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 17px;
  width: 17px;
  height: 17px;
  vertical-align: calc(50% - 14px);
  margin-right: 11px;
}
.b-info span:last-child,
.b-info a:last-child {
  margin-right: 0;
}
.b-info a:hover {
  color: #d83072;
  text-decoration: underline;
}
.b-info .date:before {
  background-image: url(../images/date-icon.svg);
}
.b-info .author {
  display: none;
}
.b-info .author:before {
  background-image: url(../images/author-icon.svg);
  width: 17px;
}
.b-author .b-info .author {
  display: inline-block;
}
.b-info .category:before {
  background-image: url(../images/category-icon.svg);
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-blog-highlights {
    padding-bottom: 64px;
    background-image: url(../images/blog-bg.png);
    background-position: right top;
    background-repeat: no-repeat;
  }
  .b-blog-highlights .row-fluid {
    position: relative;
    z-index: 1;
  }
  .b-blog-highlights .row-fluid:before {
    content: '';
    width: 1px;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 54.5%;
    background: #E2E3E4;
    display: block;
  }
  .post {
    margin-bottom: 40px;
    padding-bottom: 24px;
  }
  .is-private .post {
    margin-bottom: 40px;
    padding-bottom: 0;
  }
  .post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .b-blogs .post {
    margin-bottom: 40px;
  }
  .b-blogs .post:last-child {
    margin-bottom: 0;
  }
  .post .b-photo,
  .post .b-video {
    margin-bottom: 30px;
  }
  .post .b-video iframe {
    /*height: 400px;*/
  }
  .is-board-member .post .b-text h3 {
    margin-bottom: 13px;
  }
  .b-info {
    margin-bottom: 12px;
  }
  .post.is-detail .b-info {
    margin-bottom: 50px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-blog-highlights {
    padding-bottom: 94px;
  }
  .b-blog-highlights .row-fluid:before {
    left: 54.3181%;
  }
  .post {
    padding-bottom: 34px;
  }
  .is-private .post {
    margin-bottom: 60px;
    padding-bottom: 0;
  }
  .b-info .author {
    display: inline-block;
  }
  .post.is-detail .b-info {
    margin-bottom: 70px;
  }
}
/*
   .-----------------------------------------------------.
   |                      CTA EMAIL                      |
   '-----------------------------------------------------'
*/
.b-cta-email {
  background-color: #253643;
}
.b-cta-email.is-pink {
  background: linear-gradient(135deg, #d83072 0%, #b4205a 100%);
}
.b-cta-email.is-pink .b-head p.is-large {
  color: rgba(255, 255, 255, 0.7);
}
.b-cta-email.is-button .is-form {
  text-align: center;
}
.b-cta-email.is-button .button {
  width: auto;
}
.b-cta-email .b-head {
  margin-bottom: 43px;
}
.b-cta-email .b-head h2 {
  text-align: center;
  color: #ffffff;
}
.b-cta-email .b-head p.is-large {
  text-align: center;
  color: #9ea1a3;
}
.b-cta-email input[type='text'] {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  padding: 19px 20px 20px 53px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: 23px center;
  background-color: transparent;
}
.b-cta-email input[type='text'].is-name {
  background-image: url(../images/user-icon.svg);
  background-size: 16px 17px;
}
.b-cta-email input[type='text'].is-email {
  background-image: url(../images/email-at-icon.svg);
  background-size: 18px 17px;
}
.b-cta-email input[type='text']:hover,
.b-cta-email input[type='text'].has-value {
  border-color: rgba(255, 255, 255, 0.7);
}
.b-cta-email .button {
  width: 100%;
}
.b-cta-email .note {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin-top: 11px;
}
.b-cta-email.is-pink .note {
  color: rgba(255, 255, 255, 0.7);
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-cta-email {
    background-image: url(../images/approved-icon.png);
    background-size: 349px 278px;
    background-position: right 100px;
    background-repeat: no-repeat;
  }
  .b-cta-email input[type='text'] {
    margin-bottom: 0;
  }
  .b-cta-email .b-head {
    margin-bottom: 54px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-cta-email {
    padding-top: 80px;
    padding-bottom: 64px;
  }
  .b-cta-email.is-pink {
    padding-bottom: 80px;
  }
}
/*
   .-----------------------------------------------------.
   |                        SHOP                         |
   '-----------------------------------------------------'
*/
.b-shop {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 48px;
  background: linear-gradient(135deg, #d83072 0%, #b4205a 100%);
}
.b-shop.is-product-detail {
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  padding-top: 0;
  border-bottom: 1px solid #e2e3e4;
}
.b-shop.is-product-detail .flex-control-paging li a {
  background: rgba(158, 161, 163, 0.3);
}
.b-shop.is-product-detail .flex-control-paging li a:hover,
.b-shop.is-product-detail .flex-control-paging li a.flex-active {
  background: #9ea1a3;
}
.b-shop.is-product-detail .b-flex-shop {
  margin-bottom: 30px;
}
.b-shop.is-product-detail .container {
  padding-left: 0;
  padding-right: 0;
}
.b-shop .b-head {
  text-align: center;
  margin-bottom: 43px;
}
.b-shop .b-head h2 {
  color: #ffffff;
}
.b-shop .b-head .sub-heading {
  color: rgba(255, 255, 255, 0.7);
}
.b-shop .b-flex-shop {
  -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.3);
}
.b-shop .b-flex-shop a {
  display: block;
}
.b-shop .b-flex-shop .b-detail {
  display: none;
}
.b-shop .flexslider .flex-viewport {
  margin: 0 auto;
}
.b-shop .flexslider .flex-viewport li a {
  display: block;
  overflow: hidden;
}
.b-shop .flex-control-paging {
  bottom: -47px;
}
.b-shop .flex-control-paging li {
  margin-left: 5px;
  margin-right: 5px;
}
.b-shop .flex-control-paging li a {
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  width: 10px;
  height: 10px;
}
.b-shop .flex-control-paging li a:hover,
.b-shop .flex-control-paging li a.flex-active {
  background: #ffffff;
}
.b-shop .paging {
  margin-top: 60px;
  text-align: center;
}
.b-shop .paging .button {
  display: block;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-shop {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }
  .b-shop .b-head {
    margin-bottom: 53px;
  }
  .b-shop .paging {
    text-align: center;
  }
  .b-shop .paging .button {
    display: inline-block;
  }
  .b-shop.is-product-detail {
    padding-bottom: 0;
  }
  .b-shop.is-product-detail .flexslider .flex-viewport li {
    background: linear-gradient(135deg, #d83072 0%, #b4205a 100%);
  }
  .b-shop.is-product-detail .b-flex-shop {
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .b-shop.is-product-detail .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-shop {
    padding-top: 67px;
    padding-bottom: 0;
    background: url(../images/shop-bg.png) 0 0 no-repeat;
    background-size: cover;
  }
  .b-shop .b-head {
    margin-bottom: 73px;
  }
  .b-shop .b-flex-shop {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .b-shop .b-flex-shop a {
    position: relative;
    z-index: 1;
  }
  .b-shop .b-flex-shop a .b-detail {
    display: block;
    position: absolute;
    z-index: 1;
    top: 56px;
    left: 50%;
    margin-left: -89px;
    width: 178px;
  }
  .b-shop .b-flex-shop a .b-detail h5 {
    color: #ffffff;
    margin-bottom: 13px;
  }
  .b-shop .b-flex-shop a .b-detail .price {
    color: #ffffff;
    margin-bottom: 24px;
  }
  .b-shop .b-flex-shop a .b-detail .price:before {
    content: '';
    display: inline-block;
    background: url(../images/price-tag-icon.svg) 0 0 no-repeat;
    background-size: 15px 14px;
    width: 15px;
    height: 14px;
    margin-right: 10px;
    vertical-align: calc(50% - 14px);
  }
  .b-shop .b-flex-shop a .b-detail .view-detail {
    color: #ffffff;
    font-style: italic;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 10px;
    padding-top: 21px;
  }
  .b-shop .b-flex-shop a .b-detail .view-detail:after {
    content: '';
    background: url(../images/arrow-blue-right-icon.svg) 0 0 no-repeat;
    background-size: 16px 12px;
    width: 16px;
    height: 12px;
    vertical-align: calc(50% - 14px);
    display: inline-block;
    margin-left: 16px;
  }
  .b-shop .b-flex-shop a .b-photo {
    position: relative;
    z-index: 2;
    top: 0;
    -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;
  }
  .b-shop .b-flex-shop a .b-photo img {
    width: 100%;
  }
  .b-shop .b-flex-shop a:hover .b-photo {
    top: 258px;
    box-shadow: 0 2px 60px rgba(0, 0, 0, 0.15);
  }
  .b-shop .b-flex-shop a:hover .b-photo:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ad245b transparent transparent transparent;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    margin-left: -10px;
  }
  .b-shop.is-product-detail .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*
   .-----------------------------------------------------.
   |                    ADVISORY BOARD                   |
   '-----------------------------------------------------'
*/
.b-advisory-board {
  position: relative;
  z-index: 1;
  background-color: #253643;
  text-align: center;
}
.b-advisory-board .b-photo {
  margin-bottom: 18px;
}
.b-advisory-board .b-text {
  color: #9ea1a3;
}
.b-advisory-board .b-text h1 {
  color: #ffffff;
}
.b-advisory-board .b-text p {
  padding-bottom: 27px;
}
.b-advisory-board .b-text p.sub-heading {
  padding-bottom: 0;
}
.b-advisory-board .b-text p.is-large {
  color: rgba(255, 255, 255, 0.5);
}
.b-advisory-board .b-text .button {
  margin-top: 7px;
  display: block;
}
.b-advisory-board.is-detail {
  overflow: hidden;
}
.b-advisory-board.is-detail .b-text {
  margin-bottom: 26px;
}
.b-advisory-board.is-board-member {
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 0;
  background-color: #ffffff;
}
.b-advisory-board.is-board-member .b-head {
  background-color: #ffffff;
  background-image: url(../images/board-member-big-bg.png);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.b-advisory-board.is-board-member .b-head .b-head-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.b-advisory-board.is-board-member .b-head .b-text {
  position: relative;
  z-index: 2;
  margin-bottom: 26px;
  color: #353638;
}
.b-advisory-board.is-board-member .b-head .b-text h1 {
  color: #354048;
}
.b-advisory-board.is-board-member .b-head .b-photo {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin-bottom: 0;
}
.b-advisory-board.is-board-member .b-head .b-photo img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.b-advisory-board.is-board-member .b-body {
  text-align: left;
  background-color: #253643;
  padding-bottom: 54px;
  padding-top: 65px;
  position: relative;
  z-index: 1;
  margin-top: -106px;
  -webkit-transform: skew(0deg, -9deg);
  -moz-transform: skew(0deg, -9deg);
  -o-transform: skew(0deg, -9deg);
  -ms-transform: skew(0deg, -9deg);
  transform: skew(0deg, -9deg);
}
.b-advisory-board.is-board-member .b-body .span6:last-child .post:last-child {
  margin-bottom: 0;
  padding-bottom: 0px;
  border-bottom: none;
}
.b-advisory-board.is-board-member .b-body:after {
  content: '';
  background-color: #253643;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  -webkit-transform: skew(0deg, 9deg);
  -moz-transform: skew(0deg, 9deg);
  -o-transform: skew(0deg, 9deg);
  -ms-transform: skew(0deg, 9deg);
  transform: skew(0deg, 9deg);
}
.b-advisory-board.is-board-member .b-body .b-body-wrap {
  -webkit-transform: skew(0deg, 9deg);
  -moz-transform: skew(0deg, 9deg);
  -o-transform: skew(0deg, 9deg);
  -ms-transform: skew(0deg, 9deg);
  transform: skew(0deg, 9deg);
  z-index: 2;
}
.b-advisory-board.is-board-member .b-body h2,
.b-advisory-board.is-board-member .b-body h3,
.b-advisory-board.is-board-member .b-body h4,
.b-advisory-board.is-board-member .b-body h5 {
  color: #ffffff;
}
.b-advisory-board.is-board-member .b-body h2.mini-heading,
.b-advisory-board.is-board-member .b-body h3.mini-heading,
.b-advisory-board.is-board-member .b-body h4.mini-heading,
.b-advisory-board.is-board-member .b-body h5.mini-heading {
  color: #e2e3e4;
}
.b-advisory-board.is-board-member .b-body p {
  color: #9ea1a3;
}
.b-advisory-board .b-member-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  text-align: left;
}
.b-advisory-board .b-member-list li {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.b-advisory-board .b-member-list li a {
  display: block;
  padding-top: 30px;
  height: 221px;
}
.b-advisory-board .b-member-list li a:hover {
  margin-top: -6px;
  margin-right: -6px;
  margin-bottom: -6px;
  margin-left: -6px;
  height: 233px;
  z-index: 4;
  -webkit-box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, #d83072 0%, #b4205a 100%);
  position: relative;
  z-index: 99;
}
.b-advisory-board .b-member-list li a:hover .b-photo {
  margin-bottom: 32px;
}
.b-advisory-board .b-member-list li a:hover .b-photo img {
  max-width: 110px;
  width: auto;
  height: auto;
}
.b-advisory-board .b-member-list li a:hover .view-bio {
  display: block;
}
.b-advisory-board .b-member-list li a:hover .name {
  display: none;
  color: #ffffff;
  padding: 0;
  font: normal 20px/28px 'AdelleSemiBold', sans-serif;
  margin-bottom: 14px;
}
.b-advisory-board .b-member-list li a:hover .name span {
  display: inline-block;
}
.b-advisory-board .b-member-list li .name {
  margin-bottom: 9px;
  padding-left: 10%;
  padding-right: 10%;
  color: #f7f7f7;
  font-size: 16px;
  -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;
}
.b-advisory-board .b-member-list li .name span {
  display: block;
}
.b-advisory-board .b-member-list li .view-bio {
  -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;
  white-space: nowrap;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-style: italic;
  display: none;
  font-size: 16px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 18px;
}
.b-advisory-board .b-member-list li:nth-of-type(2n+0) {
  border-right: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.b-advisory-board .b-member-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.b-advisory-board .b-member-list li:nth-last-child(2):nth-of-type(odd) {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.b-advisory-board .b-member-list .b-photo {
  margin-bottom: 16px;
  overflow: hidden;
}
.b-advisory-board .b-member-list .b-photo img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100px;
  display: block;
  margin: 0 auto;
}
.b-advisory-board .b-member-list .b-text-only {
  height: 222px;
}
.b-advisory-board .b-member-list .b-text-only p {
  color: rgba(255, 255, 255, 0.4);
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.b-advisory-board .b-member-list .b-text-only p:before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 auto 29px;
  background-color: #d83072;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-advisory-board {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    background-image: url(../images/advisory-board-big-bg.png);
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
  }
  .b-advisory-board .b-member-list li {
    width: 33.3%;
  }
  .b-advisory-board .b-member-list li a {
    height: 278px;
  }
  .b-advisory-board .b-member-list li a:hover {
    height: 290px;
  }
  .b-advisory-board .b-member-list li a:hover .name {
    display: block;
  }
  .b-advisory-board .b-member-list li .view-bio {
    margin-left: 48px;
    margin-right: 48px;
  }
  .b-advisory-board .b-member-list li:nth-of-type(2n+0) {
    border-right: 1px solid rgba(255, 255, 255, 0.13);
  }
  .b-advisory-board .b-member-list li:last-child,
  .b-advisory-board .b-member-list li:nth-last-child(2),
  .b-advisory-board .b-member-list li:nth-last-child(3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
  .b-advisory-board .b-member-list li:nth-of-type(3n+0) {
    border-right: 1px solid rgba(255, 255, 255, 0);
  }
  .b-advisory-board .b-member-list .b-photo img {
    max-width: 135px;
  }
  .b-advisory-board .b-member-list .b-text-only {
    height: 279px;
  }
  .b-advisory-board .b-member-list .b-text-only p {
    color: rgba(255, 255, 255, 0.4);
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 48px;
    padding-right: 48px;
  }
  .b-advisory-board .b-member-list .b-text-only p:before {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    margin: 0 auto 20px;
    background-color: #d83072;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .b-advisory-board.is-detail {
    text-align: center;
    position: relative;
    padding-top: 100px;
    z-index: 1;
  }
  .b-advisory-board.is-detail:before {
    content: '';
    background: url(../images/g-bug.png) 0 0 no-repeat;
    background-size: 200px;
    position: absolute;
    z-index: 2;
    top: 217px;
    right: -20px;
    width: 200px;
    height: 200px;
    opacity: 0.5;
    display: block;
  }
  .b-advisory-board.is-detail .b-text {
    margin-bottom: 40px;
  }
  .b-advisory-board.is-board-member .b-head .b-head-wrap {
    height: 750px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .b-advisory-board.is-board-member .b-head .b-head-wrap .b-photo {
    max-height: 650px;
  }
  .b-advisory-board.is-board-member .b-head .b-text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .b-advisory-board.is-board-member .b-head .b-text h1.has-line {
    margin-bottom: 30px;
  }
  .b-advisory-board.is-board-member .b-head .b-text h1.has-line:after {
    margin-top: 15px;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
  }
  .b-advisory-board.is-board-member .b-head .b-photo {
    padding-left: 20px;
    padding-right: 0;
    position: relative;
    top: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    text-align: right;
  }
  .b-advisory-board.is-board-member .b-body {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .b-advisory-board.is-board-member .b-body .b-body-wrap {
    position: relative;
    z-index: 11;
  }
  .b-advisory-board.is-board-member .b-body .b-body-wrap:before {
    content: '';
    background: url(../images/g-bug.png) 0 0 no-repeat;
    background-size: 200px;
    position: absolute;
    z-index: 21;
    top: -120px;
    right: 99px;
    width: 200px;
    height: 200px;
    opacity: 0.5;
    display: block;
  }
  .b-advisory-board .scroll-down-icon {
    margin-top: 87px;
    display: inline-block;
    color: #9ea1a3;
    font: normal 15px/16px 'AdelleRegular', sans-serif;
  }
  .b-advisory-board .scroll-down-icon:before {
    content: '';
    width: 49px;
    height: 50px;
    background: url(../images/arrow-down-icon.svg) 0 0 no-repeat;
    background-size: 49px 50px;
    margin-bottom: 10px;
    display: block;
  }
  .b-advisory-board .scroll-down-icon span {
    display: block;
    font-size: 12px;
    margin-bottom: -3px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-advisory-board .b-member-list .b-photo img {
    max-width: 154px;
  }
  .b-advisory-board.is-detail {
    padding-top: 140px;
  }
  .b-advisory-board.is-detail .b-text {
    max-width: 695px;
    margin: 0 auto 66px;
  }
  .b-advisory-board.is-detail .b-member-list li {
    width: 25%;
  }
  .b-advisory-board.is-detail .b-member-list li .view-bio {
    margin-left: 48px;
    margin-right: 48px;
  }
  .b-advisory-board.is-detail .b-member-list li:last-child,
  .b-advisory-board.is-detail .b-member-list li:nth-last-child(2),
  .b-advisory-board.is-detail .b-member-list li:nth-last-child(3),
  .b-advisory-board.is-detail .b-member-list li:nth-last-child(4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
  .b-advisory-board.is-detail .b-member-list li:nth-of-type(3n+0) {
    border-right: 1px solid rgba(255, 255, 255, 0.13);
  }
  .b-advisory-board.is-detail .b-member-list li:nth-of-type(4n+0) {
    border-right: 1px solid rgba(255, 255, 255, 0);
  }
  .b-advisory-board.is-board-member .b-head .b-head-wrap {
    height: 950px;
    max-width: 754px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .b-advisory-board.is-board-member .b-head .b-head-wrap .b-photo {
    max-height: none;
  }
  .b-advisory-board.is-board-member .b-body {
    padding-top: 145px;
    padding-bottom: 90px;
  }
  .b-advisory-board.is-board-member .b-body .b-sub-body {
    max-width: 754px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
  }
  .b-advisory-board.is-board-member .b-body .b-body-wrap:before {
    top: -155px;
  }
}
/*
   .-----------------------------------------------------.
   |                    STANDARD TEXT                    |
   '-----------------------------------------------------'
*/
.b-standard-text {
  padding-top: 46px;
  padding-bottom: 44px;
}
.content--text + .content--text .b-new-home-section,
.content--text + .content--text .b-segmentation-cta.is-white,
.content--text + .content--text .b-standard-text,
.content--text + .content--text .b-blog-article--bottom {
  padding-top: 0;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-standard-text {
    padding-top: 56px;
    padding-bottom: 60px;
  }
  .two-columns {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 30px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 30px;
    /* Firefox */
    column-gap: 30px;
  }
  .one-column .cta-item.is-left-side {
    float: left;
    margin-right: 30px;
  }
  .one-column .cta-item.is-right-side {
    float: right;
    margin-left: 30px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-standard-text {
    padding-top: 86px;
    padding-bottom: 94px;
  }
  .two-columns {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px;
  }
  .one-column .cta-item {
    position: relative;
    z-index: 2;
  }
  .one-column .cta-item.is-left-side {
    margin-left: 0;
    margin-right: 0;
    left: -50px;
  }
  .one-column .cta-item.is-right-side {
    margin-left: 0;
    margin-right: 0;
    right: -50px;
  }
}
/*
   .-----------------------------------------------------.
   |                     STANDARD STYLE                  |
   '-----------------------------------------------------'
*/
.b-standard-style {
  border-top: 1px solid #e2e3e4;
  padding-top: 43px;
  padding-bottom: 44px;
}
.b-standard-style:first-child {
  padding-top: 0;
  border: none;
}
.b-standard-style:last-child {
  padding-bottom: 0;
}
.b-standard-style h2 {
  margin-bottom: 19px;
}
.b-standard-style h3 {
  padding-top: 8px;
  margin-bottom: 24px;
}
.b-standard-style h4 {
  padding-top: 5px;
  margin-bottom: 15px;
}
.b-standard-style h5 {
  margin-bottom: 14px;
}
.b-standard-style p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 24px;
}
.b-standard-style p:last-child {
  margin-bottom: 0;
}
.b-standard-style a:not(.button) {
  color: #d83072;
}
.b-standard-style a:not(.button):hover {
  text-decoration: underline;
}
.b-standard-style .img,
.b-standard-style img {
  /*transform: perspective(1px);*/
  width: auto;
  margin-top: 34px;
  margin-bottom: 26px;
  display: block;
  position: relative;
  z-index: 2;
}
.b-standard-style .img:before,
.b-standard-style img:before {
  content: '';
  background: url(../images/pin-it-icon.svg) 0 0 no-repeat;
  background-size: 60px 34px;
  width: 60px;
  height: 34px;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  display: none;
}
.b-standard-style .img:hover:before,
.b-standard-style img:hover:before {
  display: block;
}
.b-standard-style .img img,
.b-standard-style img img {
  display: block;
}
.b-standard-style ul {
  padding: 0px 0 20px;
  margin: 0;
  list-style: none;
}
.b-standard-style ul li {
  margin-bottom: 5px;
  padding-left: 13px;
  position: relative;
  z-index: 1;
}
.b-standard-style ul li:before {
  content: '';
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #57c4ef;
  position: absolute;
  z-index: 2;
}
.b-standard-style ol {
  padding: 0 0 20px 15px;
  margin: 0;
}
.b-standard-style ol li {
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}
.b-standard-style .cta-item,
.b-single-cta .cta-item {
  margin-top: 7px;
  display: block;
  position: relative;
  z-index: 1;
}
.b-single-cta .cta-item {
  margin-top: 0;
}
.b-standard-style .cta-item img,
.b-single-cta .cta-item img {
  display: block;
}
.b-standard-style .cta-item.is-text,
.b-single-cta .cta-item.is-text {
  padding: 13px 20px 100px 20px;
  margin-bottom: 38px;
  margin-top: 27px;
  min-height: 230px;
}
.b-single-cta .cta-item.is-text {
  margin-top: 0;
  margin-bottom: 0;
}
.b-standard-style .cta-item.is-text:hover,
.b-single-cta .cta-item.is-text:hover {
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.b-standard-style .cta-item.is-text .title,
.b-single-cta .cta-item.is-text .title {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.55em;
}
.b-standard-style .cta-item.is-text .link,
.b-single-cta .cta-item.is-text .link {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  font: normal 16px/18px 'AdelleSemiBold', sans-serif;
  text-transform: uppercase;
  display: block;
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 20px;
  right: 20px;
  padding: 21px 0 20px;
}
.b-standard-style .cta-item.is-text .link:before,
.b-single-cta .cta-item.is-text .link:before {
  content: '';
  background: url(../images/arrow-white-right-icon.svg) 0 0 no-repeat;
  background-size: 16px 12px;
  width: 16px;
  height: 12px;
  float: right;
  margin-top: 1px;
}
.b-standard-style .cta-item.is-pink,
.b-single-cta .cta-item.is-pink {
  background-color: #d83072;
}
.b-standard-style .cta-item.is-pink:hover,
.b-single-cta .cta-item.is-pink:hover {
  background-color: #ea337b;
}
.b-standard-style .cta-item.is-blue,
.b-single-cta .cta-item.is-blue {
  background-color: #57c4ef;
}
.b-standard-style .cta-item.is-blue:hover,
.b-single-cta .cta-item.is-blue:hover {
  background-color: #5cd1ff;
}
.b-standard-style .span6:last-child {
  margin-top: 27px;
}
.content--text + .content--text .b-standard-style {
  border-top: 1px solid #e2e3e4;
  padding-top: 43px;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-standard-style {
    padding-bottom: 43px;
    padding-top: 37px;
  }
  .b-standard-style .img,
  .b-standard-style img {
    margin-top: 24px;
  }
  .b-standard-style .img.is-left,
  .b-standard-style img.is-left,
  .b-standard-style .img.alignleft,
  .b-standard-style img.alignleft {
    float: left;
    margin-right: 30px;
  }
  .b-standard-style .img.is-right,
  .b-standard-style img.is-right,
  .b-standard-style .img.alignright,
  .b-standard-style img.alignright {
    float: right;
    margin-left: 30px;
  }
  .b-standard-style h3 {
    margin-bottom: 16px;
  }
  .b-standard-style .cta-item.is-text,
  .b-single-cta .cta-item.is-text {
    max-width: 327px;
    min-height: 0;
    height: 300px;
    padding: 30px 30px 75px 30px;
  }
  .b-single-cta .cta-item.is-text {
    height: auto;
    padding-bottom: 110px;
  }
  .b-standard-style .cta-item.is-text .title,
  .b-single-cta .cta-item.is-text .title {
    font-size: 22px;
  }
  .b-standard-style .cta-item.is-text .link,
  .b-single-cta .cta-item.is-text .link {
    left: 30px;
    right: 30px;
    padding: 25px 0 27px;
    margin-top: 3px;
  }
  .b-standard-style .span6:last-child {
    margin-top: 0;
  }
  .content--text + .content--text .b-standard-style {
    padding-top: 37px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-standard-style {
    padding-bottom: 93px;
    padding-top: 86px;
  }
  .is-board-member .b-standard-style {
    padding-bottom: 54px;
  }
  .is-private .b-single-cta .cta-item {
    height: 380px;
  }
  .b-standard-style.one-column .content-wrap {
    max-width: 690px;
    margin: 0 auto;
  }
  .b-standard-style .img,
  .b-standard-style img {
    position: relative;
    z-index: 2;
  }
  .b-standard-style .img.is-left,
  .b-standard-style img.is-left,
  .b-standard-style .img.alignleft,
  .b-standard-style img.alignleft {
    margin-left: 0;
    margin-right: 0;
    left: -50px;
  }
  .b-standard-style .img.is-right,
  .b-standard-style img.is-right,
  .b-standard-style .img.alignright,
  .b-standard-style img.alignright {
    margin-left: 0;
    margin-right: 0;
    right: -50px;
  }
  .b-standard-style .cta-item.is-text .title,
  .b-single-cta .cta-item.is-text .title {
    font-size: 24px;
    line-height: 36px;
  }
  .b-standard-style .cta-item.is-left-side {
    float: left;
    margin-right: 30px;
  }
  .b-standard-style .cta-item.is-right-side {
    float: right;
    margin-left: 30px;
  }
  .content--text + .content--text .b-standard-style {
    padding-top: 86px;
  }
}
/*
   .-----------------------------------------------------.
   |                        SHARE                        |
   '-----------------------------------------------------'
*/
.b-share {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  width: 93px;
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.is-board-member .b-share {
  top: 675px;
}
.b-blog-article .b-share {
  top: 918px;
}
.b-share.is-fixed {
  position: fixed;
}
.b-share .share-button {
  text-align: center;
  background: linear-gradient(135deg, #d83072 0%, #b4205a 100%);
  color: #ffffff;
  font: normal 15px/28px 'AdelleRegular', sans-serif;
  display: block;
  position: relative;
  z-index: 101;
  padding-top: 15px;
  padding-bottom: 17px;
}
.b-share .share-button:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #c22662 transparent transparent transparent;
  display: block;
  position: absolute;
  z-index: 102;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}
.b-share ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.b-share ul li {
  background-color: #ffffff;
  cursor: pointer;
}
.b-share ul li:nth-of-type(even) {
  background: #e8e9e9;
}
.b-share ul li a {
  display: block;
  background-position: center center;
  background-size: 28px;
  background-repeat: no-repeat;
  height: 70px;
  text-indent: -9999px;
  outline: none;
}
.b-share ul li a.fb-icon {
  background-image: url(../images/share-fb-icon.svg);
}
.b-share ul li a.tw-icon {
  background-image: url(../images/share-tw-icon.svg);
}
.b-share ul li a.pin-icon {
  background-image: url(../images/share-pin-icon.svg);
}
/* ________________    768px - 1000px    _______________ */
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-share {
    right: 5%;
  }
}
/*
   .-----------------------------------------------------.
   |                        BLOGS                        |
   '-----------------------------------------------------'
*/
.b-blogs {
  padding-bottom: 0;
}
.b-blogs.is-separate-top {
  padding-bottom: 50px;
}
.b-blogs.is-separate-bottom {
  padding-top: 50px;
}
.b-blogs .breadcrumbs {
  margin-bottom: 12px;
}
.b-blogs .breadcrumbs em {
  font-style: italic;
}
.b-blogs .breadcrumbs a {
  color: #354048;
  font-size: 13px;
  line-height: 27px;
}
.b-blogs .breadcrumbs span {
  font-size: 13px;
  line-height: 27px;
}
.b-blogs .b-head {
  text-align: center;
  margin-bottom: 45px;
}
.b-blogs .b-head:last-child {
  margin-bottom: 0px;
}
.b-blogs .b-head p em {
  font-weight: 700;
  font-style: italic;
  color: #45515A;
}
.b-blogs .b-head p em span {
  color: #D83072;
}
.b-blogs.is-private .b-head {
  text-align: left;
}
.b-blogs .b-body {
  padding-bottom: 35px;
}
.b-blogs .b-body .b-link {
  margin-top: 25px;
}
.b-blogs .b-body .span6:last-child .post:last-child {
  margin-bottom: 0;
  padding-bottom: 0px;
  border-bottom: none;
}
.b-blogs .b-body--empty {
  text-align: center;
}
.b-blogs .b-paging {
  padding-top: 40px;
  padding-bottom: 42px;
  background-color: #f8f8f8;
}
.b-blogs .b-paging:before,
.b-blogs .b-paging:after {
  content: ' ';
  display: table;
}
.b-blogs .b-paging:after {
  clear: both;
}
.b-blogs .b-paging:before,
.b-blogs .b-paging:after {
  content: ' ';
  display: table;
}
.b-blogs .b-paging:after {
  clear: both;
}
.b-blogs .b-paging .paging {
  display: none;
}
.b-blogs .b-paging .page-controller {
  text-align: center;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.b-blogs .b-paging .page-controller a {
  margin-right: 15px;
  font: normal 15px/27px 'AdelleRegular', serif;
  color: #9ea1a3;
}
.b-blogs .b-paging .page-controller a:last-child {
  margin-right: 0;
  margin-left: 15px;
}
.b-blogs .b-paging .page-controller a:hover {
  color: #354048;
}
.b-blogs .b-paging .page-controller:after {
  content: '/';
  color: #e2e3e4;
  height: 27px;
  width: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
}
.b-blogs .your-filter,
.b-shop-page .your-filter {
  font-style: italic;
  color: #9EA1A3;
  margin-bottom: 16px;
}
.b-blogs .your-filter a.reset,
.b-shop-page .your-filter a.reset {
  font: normal 13px/13px 'AdelleSemiBold', serif;
  color: #D83072;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
.b-blogs .your-filter a.reset:hover,
.b-shop-page .your-filter a.reset:hover {
  color: #57C4EF;
}
.b-blogs .your-filter .filter-tag,
.b-shop-page .your-filter .filter-tag {
  font: normal 13px/13px 'AdelleSemiBold', serif;
  color: #354048;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
.b-blogs .your-filter .filter-tag a,
.b-shop-page .your-filter .filter-tag a {
  display: inline-block;
  vertical-align: top;
  background: #D83072 url(../images/close-tag.svg) center center no-repeat;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  text-indent: -9999px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.b-blogs .your-filter .filter-tag a:hover,
.b-shop-page .your-filter .filter-tag a:hover {
  background-color: #57C4EF;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-blogs {
    padding-top: 100px;
  }
  .b-blogs.is-separate-top {
    padding-bottom: 60px;
  }
  .b-blogs.is-separate-bottom {
    padding-top: 60px;
  }
  .b-blogs .row-fluid {
    position: relative;
    z-index: 1;
  }
  .b-blogs .row-fluid .span6 {
    width: 46.2%;
    margin-right: 3.8%;
  }
  .b-blogs .row-fluid .span6:last-child {
    margin-right: 0;
    margin-left: 3.8%;
  }
  .b-blogs .row-fluid:before {
    content: '';
    width: 1px;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 50%;
    background: #E2E3E4;
    display: block;
  }
  .b-blogs .b-body {
    margin-bottom: 60px;
    padding-bottom: 0;
  }
  .b-blogs .b-paging {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .b-blogs .b-paging .paging {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
  }
  .b-blogs .b-paging .paging li {
    display: inline-block;
  }
  .b-blogs .b-paging .paging li a {
    display: block;
    width: 50px;
    height: 80px;
    text-align: center;
    font: normal 17px/28px 'AdelleSemiBold', serif;
    color: #354048;
    padding-top: 10px;
  }
  .b-blogs .b-paging .paging li a:hover {
    background-color: #d83072;
    color: #ffffff;
  }
  .b-blogs .b-paging .paging li.active {
    display: inline-block;
  }
  .b-blogs .b-paging .paging li.active a {
    background-color: #57c4ef;
    color: #ffffff;
  }
  .b-blogs .b-paging .page-controller {
    float: right;
    margin-top: 10px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-blogs {
    padding-top: 140px;
  }
  .b-blogs.is-private {
    padding-top: 146px;
  }
  .b-blogs.is-separate-top {
    padding-bottom: 60px;
  }
  .b-blogs.is-separate-bottom {
    padding-top: 90px;
  }
  .b-blogs .b-body {
    margin-bottom: 90px;
  }
}
/*
   .-----------------------------------------------------.
   |                     BLOG ARTICLE                    |
   '-----------------------------------------------------'
*/
.b-blog-article {
  position: relative;
  z-index: 1;
  background: url(../images/blog-big-bg.png) 0 0 no-repeat;
  padding-bottom: 0;
}
.theme-dark .b-blog-article {
  background-color: #253643;
  background-image: url(../images/blog-big-dark-bg.png);
}
.b-blog-article.b-video-article .b-head a.is-back {
  font: normal 12px/20px 'AdelleRegular', sans-serif;
}
.b-blog-article.b-video-article .b-head a.is-back:before {
  background: url(../images/arrow-blue-left-icon.svg) 0 -1px no-repeat;
  background-size: 17px 12px;
  width: 17px;
}
.b-blog-article .b-head {
  text-align: center;
}
.b-blog-article .b-head h1 {
  margin-bottom: 25px;
}
.theme-dark .b-blog-article .b-head h1 {
  color: #ffffff;
}
.b-blog-article .b-head a.is-back {
  color: #353638;
}
.b-blog-article .b-head a.is-back:before {
  content: '';
  background: url(../images/arrow-grey-left-icon.svg) 0 0 no-repeat;
  background-size: 16px 12px;
  width: 16px;
  height: 12px;
  vertical-align: calc(50% - 13px);
  display: inline-block;
  margin-right: 10px;
}
.b-blog-article .b-head a.is-back:hover {
  color: #d83072;
  text-decoration: underline;
}
.b-blog-article .b-head a.is-category {
  margin-left: 25px;
  color: #9ea1a3;
  font: normal 12px/20px 'AdelleRegular', sans-serif;
}
.b-blog-article .b-head a.is-category:before {
  content: '';
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 17px;
  width: 17px;
  height: 17px;
  vertical-align: calc(50% - 14px);
  margin-right: 11px;
  background-image: url(../images/category-icon.svg);
}
.b-blog-article .b-head a.is-category:hover {
  color: #d83072;
  text-decoration: underline;
}
.b-blog-article .b-standard-style {
  border-top: none;
  padding-top: 0;
}
.b-blog-article .b-author {
  background-color: #f8f8f8;
  margin-left: -20px;
  margin-right: -20px;
  padding: 50px 20px;
}
.b-blog-article .b-author .b-photo {
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 27px;
}
.b-blog-article .b-author .b-photo img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 130px;
  display: block;
  margin: 0 auto;
}
.b-blog-article .b-author .b-text {
  text-align: center;
}
.b-blog-article .b-author .b-text h5 {
  margin-bottom: 17px;
}
.b-blog-article .b-author .b-text h5 span {
  font: 400 20px/30px 'Droid Serif', sans-serif;
  font-style: italic;
  display: block;
  color: #353638;
}
.b-blog-article .b-author .b-text p {
  padding-bottom: 24px;
}
.b-blog-article .b-author .b-text .b-info {
  margin-bottom: 0;
}
.b-blog-article .b-blog-subscription {
  padding-top: 47px;
  padding-bottom: 48px;
}
.b-blog-article .b-blog-subscription .span9 {
  border-bottom: 1px solid #e2e3e4;
  padding-bottom: 50px;
  margin-bottom: 49px;
}
.b-blog-article .b-mini-cta .cta-item {
  background-image: url(../images/small-bog-bg.png);
  background-position: 0 0;
  background-size: cover;
  display: block;
  position: relative;
  z-index: 1;
}
.b-blog-article .b-mini-cta .cta-item img {
  display: block;
}
.b-blog-article .b-mini-cta .cta-item.is-text {
  padding: 21px 20px 100px 20px;
  margin-bottom: 20px;
  min-height: 240px;
}
.b-blog-article .b-mini-cta .cta-item.is-text:hover {
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.3);
}
.b-blog-article .b-mini-cta .cta-item.is-text h3 {
  color: #ffffff;
  line-height: 34px;
}
.b-blog-article .b-mini-cta .cta-item.is-text span {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  font: normal 16px/18px 'AdelleSemiBold', sans-serif;
  text-transform: uppercase;
  display: block;
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 20px;
  right: 20px;
  text-align: right;
  padding: 21px 0 20px;
}
.b-blog-article .b-mini-cta .cta-item.is-text span:before {
  content: '';
  background: url(../images/arrow-white-right-icon.svg) 0 0 no-repeat;
  background-size: 16px 12px;
  width: 16px;
  height: 12px;
  float: right;
  margin-top: 1px;
  margin-left: 14px;
}
.b-blog-article .b-mini-cta .cta-item.is-pink {
  background-color: #d83072;
}
.b-blog-article .b-mini-cta .cta-item.is-pink:hover {
  background-color: #ea337b;
}
.b-blog-article .b-mini-cta .cta-item.is-blue {
  background-color: #57c4ef;
}
.b-blog-article .b-mini-cta .cta-item.is-blue:hover {
  background-color: #5cd1ff;
}
.b-blog-article .b-sub-body {
  padding-top: 30px;
  padding-bottom: 54px;
}
.b-blog-article .b-sub-body .post {
  padding-bottom: 44px;
}
.b-blog-article .b-sub-body .span6:last-child .post:last-child {
  padding-bottom: 0;
}
.b-comments {
  background-color: #e2e3e4;
  color: #9ea1a3;
  font-size: 13px;
  line-height: 15px;
  height: 200px;
  text-align: center;
}
.b-comments p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.b-follow-us {
  text-align: center;
}
.b-follow-us h5 {
  margin-bottom: 24px;
}
.b-follow-us ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 0;
  line-height: 0;
}
.b-follow-us ul li {
  display: inline-block;
  margin-right: 12px;
  margin-left: 11px;
}
.b-follow-us ul li a {
  display: block;
  background-position: center center;
  background-size: 38px;
  background-repeat: no-repeat;
  height: 38px;
  width: 38px;
  text-indent: -9999px;
}
.b-follow-us ul li a.fb-icon {
  background-image: url(../images/fb-icon.svg);
}
.b-follow-us ul li a.tw-icon {
  background-image: url(../images/tw-icon.svg);
}
.b-follow-us ul li a.rss-icon {
  background-image: url(../images/rss-icon.svg);
}
.theme-dark .b-follow-us ul li a {
  color: #353638;
}
.theme-dark .b-follow-us ul li a:hover {
  color: rgba(255, 255, 255, 0.9);
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-blog-article {
    padding-top: 100px;
  }
  .b-blog-article .b-head h1 {
    margin-bottom: 29px;
  }
  .b-blog-article .b-photo,
  .b-blog-article .b-video {
    max-width: 878px;
    margin: 0 auto 40px;
  }
  .b-blog-article .b-standard-style {
    background-image: url(../images/approved-full-icon.png);
    background-size: 404px 278px;
    background-position: right 0;
    background-repeat: no-repeat;
  }
  .theme-dark .b-blog-article .b-standard-style {
    background-image: url(../images/approved-stamp-blog-dark.png);
  }
  .b-blog-article .b-body {
    position: relative;
    z-index: 1;
  }
  .b-blog-article .is-detail {
    padding-bottom: 54px;
  }
  .b-blog-article .b-author {
    background: transparent;
    padding: 36px 0px 40px;
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid #e2e3e4;
    border-bottom: 1px solid #e2e3e4;
  }
  .theme-dark .b-blog-article .b-author {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }
  .b-blog-article .b-author .b-photo {
    padding-top: 4px;
    margin-bottom: 0;
  }
  .b-blog-article .b-author .b-photo img {
    float: right;
  }
  .b-blog-article .b-author .b-text {
    text-align: left;
  }
  .b-blog-article .b-author .b-text h5 {
    margin-bottom: 9px;
  }
  .b-blog-article .b-author .b-text h5 span {
    display: inline-block;
  }
  .theme-dark .b-blog-article .b-author .b-text h5 {
    color: #ffffff;
  }
  .b-blog-article .b-author .b-text p {
    padding-bottom: 18px;
  }
  .theme-dark .b-blog-article .b-author .b-text p {
    color: #9ea1a3;
  }
  .b-blog-article .b-blog-subscription {
    padding-top: 53px;
    margin-left: 0;
    margin-right: 0;
  }
  .b-blog-article .b-blog-subscription .span9 {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0;
    width: 65%;
    text-align: left;
  }
  .b-blog-article .b-blog-subscription .span3 {
    border-left: 1px solid #e2e3e4;
    width: 26.5%;
    margin-left: 0;
    padding-right: 20px;
    margin-top: 6px;
  }
  .theme-dark .b-blog-article .b-blog-subscription .span3 {
    border-left: 1px solid rgba(255, 255, 255, 0.13);
  }
  .theme-dark .b-blog-article .b-blog-subscription h5 {
    color: #ffffff;
  }
  .b-blog-article .b-sub-body {
    padding-bottom: 74px;
    margin-left: 0;
    margin-right: 0;
  }
  .b-blog-article .b-sub-body .post {
    padding-bottom: 0;
  }
  .b-blog-article .b-mini-cta {
    margin-left: 0;
    margin-right: 0;
  }
  .b-blog-article .b-mini-cta .cta-item.is-image {
    margin-bottom: 30px;
  }
  .b-blog-article .b-mini-cta .cta-item.is-text {
    padding: 26px 30px 100px 30px;
    margin-bottom: 30px;
    min-height: 242px;
  }
  .b-blog-article .b-mini-cta .cta-item.is-text h3 {
    line-height: 50px;
  }
  .b-blog-article .b-mini-cta .cta-item.is-text span {
    right: 30px;
    padding-bottom: 30px;
  }
  .b-follow-us {
    max-width: 690px;
    margin: 0 auto;
    text-align: left;
  }
  .b-follow-us h5 {
    text-align: right;
    margin-bottom: 15px;
  }
  .b-follow-us ul {
    float: right;
  }
  .b-follow-us ul li {
    display: block;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 8px;
  }
  .b-follow-us ul li a {
    background: none !important;
    height: auto;
    width: auto;
    text-indent: 0;
    color: #353638;
    font-size: 16px;
    padding-right: 8px;
  }
  .b-follow-us ul li a:before {
    content: '';
    background-position: center center;
    background-size: 28px;
    background-repeat: no-repeat;
    height: 28px;
    width: 28px;
    display: inline-block;
    vertical-align: calc(50% - 8px);
    margin-right: 14px;
  }
  .b-follow-us ul li a:hover {
    color: #354048;
  }
  .b-follow-us ul li a.fb-icon:before {
    background-image: url(../images/fb-icon.svg);
  }
  .b-follow-us ul li a.tw-icon:before {
    background-image: url(../images/tw-icon.svg);
  }
  .b-follow-us ul li a.rss-icon:before {
    background-image: url(../images/rss-icon.svg);
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-blog-article {
    padding-top: 140px;
  }
  .b-blog-article .b-photo,
  .b-blog-article .b-video {
    margin-bottom: 67px;
  }
  .b-blog-article .is-detail {
    padding-bottom: 74px;
  }
  .b-blog-article .b-sub-body {
    padding-bottom: 94px;
    max-width: 690px;
    margin: 0 auto;
  }
  .b-blog-article .b-author,
  .b-blog-article .b-blog-subscription,
  .b-blog-article .b-mini-cta {
    max-width: 690px;
    margin: 0 auto;
  }
}
/*
   .-----------------------------------------------------.
   |                      SLIDE CTA                      |
   '-----------------------------------------------------'
*/
.b-slide-cta {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #253643;
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 1000;
  padding: 20px 20px 0 20px;
  bottom: -50%;
  opacity: 0.5;
  left: 0;
  right: 0;
}
.b-slide-cta h4 {
  color: #ffffff;
  margin-bottom: 4px;
}
.b-slide-cta p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 19px;
}
.b-slide-cta .button {
  width: 100%;
}
.b-slide-cta .close {
  background: url(../images/circle-close-icon.svg) 0 0 no-repeat;
  background-size: 26px;
  width: 26px;
  height: 26px;
  float: right;
  text-indent: -9999px;
  position: relative;
  z-index: 2;
  top: -33px;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-slide-cta {
    padding: 29px 19px 37px 30px;
    left: auto;
    right: 40px;
    width: 400px;
  }
  .b-slide-cta h4 {
    margin-bottom: 13px;
  }
  .b-slide-cta p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 31px;
  }
  .b-slide-cta .button {
    width: auto;
  }
  .b-slide-cta .close {
    top: -10px;
  }
}
/* ________________    1001px - Max    _______________ */
/*
   .-----------------------------------------------------.
   |                     QUICK CART                      |
   '-----------------------------------------------------'
*/
.b-quick-cart {
  position: fixed;
  z-index: 999;
  top: 90px;
  right: 10px;
  -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;
}
.menu-open .b-quick-cart {
  right: 311px;
}
.b-quick-cart .cart-button {
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
  font-size: 0;
  line-height: 0;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: linear-gradient(135deg, #d83072 0%, #b4205a 100%);
  -webkit-box-shadow: 0 2px 33px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 33px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 33px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-top: 20px;
  display: block;
}
.b-quick-cart .cart-button:after {
  content: '';
  background: url(../images/cart-icon.svg) center center no-repeat;
  background-size: 26px 23px;
  width: 26px;
  height: 23px;
  display: inline-block;
}
.b-quick-cart .b-cart-list {
  display: none;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-quick-cart {
    top: 0px;
    right: 0px;
  }
  .menu-open .b-quick-cart {
    right: 301px;
  }
  .b-quick-cart.is-active .cart-button {
    -webkit-box-shadow: 0 -18px 25px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 -18px 25px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -18px 25px rgba(0, 0, 0, 0.3);
    float: right;
  }
  .b-quick-cart.is-active .b-cart-list {
    display: block;
    background-color: #d83072;
    -webkit-box-shadow: 0 2px 33px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 33px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 33px rgba(0, 0, 0, 0.3);
    padding: 0 20px 20px;
  }
  .b-quick-cart.is-active .b-cart-list .b-table {
    width: 100%;
  }
  .b-quick-cart.is-active .b-cart-list .b-table-cell {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    color: #ffffff;
    padding: 15px 2px 17px;
  }
  .b-quick-cart.is-active .b-cart-list .b-table-cell.is-function {
    width: 10px;
    vertical-align: middle;
  }
  .b-quick-cart.is-active .b-cart-list .b-table-cell.is-price {
    padding-right: 14px;
  }
  .b-quick-cart.is-active .b-cart-list .b-table-cell.is-title {
    padding-right: 50px;
  }
  .b-quick-cart.is-active .b-cart-list .is-total .b-table-cell {
    font-size: 20px;
    line-height: 27px;
    border: none;
  }
  .b-quick-cart.is-active .b-cart-list .is-total .b-table-cell.is-price {
    text-align: right;
    padding-right: 0;
  }
  .b-quick-cart.is-active .b-cart-list .remove {
    text-indent: -9999px;
    text-align: left;
    background: url(../images/remove-icon.svg) 0 0 no-repeat;
    background-size: 10px;
    width: 10px;
    height: 10px;
    margin-top: 1px;
    display: block;
    opacity: 0.5;
  }
  .b-quick-cart.is-active .b-cart-list .remove:hover {
    opacity: 1;
  }
  .b-quick-cart .cart-button {
    color: #354048;
    background: none;
    background-color: #d83072;
    font: normal 15px/15px 'AdelleRegular', sans-serif;
    width: 110px;
    height: 70px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 33px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 2px 33px rgba(0, 0, 0, 0);
    box-shadow: 0 2px 33px rgba(0, 0, 0, 0);
    padding-top: 23px;
  }
  .b-quick-cart .cart-button span {
    background: #FFF;
    padding: 2px 8px 4px 6px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1002;
    margin-right: 5px;
  }
  .b-quick-cart .cart-button span:after {
    content: '';
    position: absolute;
    z-index: 1003;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-color: transparent transparent transparent #ffffff;
    top: 50%;
    margin-top: -3px;
    right: -3px;
  }
  .b-quick-cart .cart-button:after {
    vertical-align: top;
  }
}
/* ________________    1001px - Max    _______________ */
/*
   .-----------------------------------------------------.
   |                       FOOTER                        |
   '-----------------------------------------------------'
*/
footer .section {
  padding-bottom: 0;
}
footer:after {
  background: #57c4ef;
  /* Old browsers */
  background: -moz-linear-gradient(left, #57c4ef 0%, #57c4ef 50%, #d83072 50%, #d83072 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #57c4ef), color-stop(50%, #57c4ef), color-stop(50%, #d83072), color-stop(100%, #d83072));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #57c4ef 0%, #57c4ef 50%, #d83072 50%, #d83072 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #57c4ef 0%, #57c4ef 50%, #d83072 50%, #d83072 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #57c4ef 0%, #57c4ef 50%, #d83072 50%, #d83072 100%);
  /* IE10+ */
  background: linear-gradient(to right, #57c4ef 0%, #57c4ef 50%, #d83072 50%, #d83072 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#57c4ef', endColorstr='#d83072', GradientType=1);
  /* IE6-9 */
  content: '';
  height: 5px;
  width: 100%;
  display: block;
}
footer .b-top {
  margin-bottom: 40px;
  text-align: center;
}
footer .b-top h6 {
  font: normal 13px/24px 'AdelleRegular', sans-serif;
  color: #353F48;
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer .b-top .simple-list {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
footer .b-top .simple-list li {
  margin: 0 0 6px 0;
  padding: 0;
  font: normal 14px/24px 'AdelleRegular', sans-serif;
  color: #9EA1A3;
}
footer .b-top .simple-list li:last-child {
  margin-bottom: 0;
}
footer .b-top .simple-list li a {
  color: #9EA1A3;
}
footer .b-top .simple-list li a:hover {
  text-decoration: underline;
}
footer .b-bottom {
  color: #353638;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  padding-bottom: 30px;
}
footer .b-bottom a {
  color: #353638;
}
footer .b-bottom a:hover {
  text-decoration: underline;
}
.b-follow-us-footer h6 {
  background: url(../images/follow-us-title.png) no-repeat;
  background-size: 110px 22px;
  width: 110px;
  height: 22px;
  text-indent: -9999px;
  display: inline-block;
  margin-bottom: 20px;
}
.social-network-list {
  padding: 0 0 30px 0;
  margin: 0;
  list-style-type: none;
}
.social-network-list li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.social-network-list li:first-child {
  margin-left: 0;
}
.social-network-list li:last-child {
  margin-right: 0;
}
.social-network-list li a {
  width: 28px;
  height: 28px;
  text-indent: -9999em;
  text-align: left;
  display: block;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 28px 58px;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.social-network-list li a.fb-link {
  background-image: url(../images/fb-mini-icon.svg);
}
.social-network-list li a.tw-link {
  background-image: url(../images/tw-mini-icon.svg);
}
.social-network-list li a.ig-link {
  background-image: url(../images/ig-mini-icon.svg);
}
.social-network-list li a.pi-link {
  background-image: url(../images/pi-mini-icon.svg);
}
.social-network-list li a.yt-link {
  background-image: url(../images/yt-mini-icon.svg);
}
.social-network-list li a:hover {
  background-position: center -30px;
}
.b-newsletter {
  border-top: 1px solid #E2E3E4;
  margin-top: 10px;
  padding-top: 40px;
}
.b-newsletter .b-head {
  text-align: center;
  margin-bottom: 20px;
}
.b-newsletter .b-head h5 span {
  font: 400 20px/30px 'Droid Serif', sans-serif;
  font-style: italic;
  display: block;
  color: #353638;
}
.b-newsletter .b-head h6 {
  font: 400 24px/28px 'AdelleSemiBold', sans-serif;
  color: #353F48;
  margin-bottom: 15px;
  text-transform: none;
}
.b-newsletter .b-head p {
  font-size: 16px;
  line-height: 27px;
}
.b-newsletter .b-form input[type='text'],
.b-newsletter ._field-wrapper input[type='text'] {
  width: 100%;
  padding: 10px 20px 12px 20px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border: 1px solid #e2e3e4;
  color: #74787b;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  box-sizing: border-box;
}
.b-newsletter .b-form input[type='text']:hover,
.b-newsletter .b-form input[type='text'].has-value {
  border-color: #9ea1a3;
}
.theme-dark .b-newsletter .b-form input[type='text'] {
  background: transparent;
  color: #9ea1a3;
  border-color: rgba(255, 255, 255, 0.13);
}
.b-newsletter .b-form .button {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
._form-branding, ._form-label {display: none!important;}
._form_element._inline-style,
._button-wrapper._inline-style {display: block; margin-top: 0!important;}

@media only screen and (max-width: 768px) {
	._form_element._inline-style,
._button-wrapper._inline-style,
._submit {width: 100%; max-width: 300px; margin: 0 auto!important;}
}

/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  footer .section {
    padding-top: 50px;
  }
  footer .b-top {
    margin-bottom: 20px;
    text-align: left;
  }
  footer .b-top .b-footer-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
  }
  footer .b-top .b-footer-nav li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 12px;
    color: #353638;
  }
  footer .b-top .b-footer-nav li a {
    font: normal 13px/20px 'AdelleRegular', sans-serif;
    text-transform: uppercase;
    color: #353638;
  }
  footer .b-top .b-footer-nav li a:hover {
    text-decoration: underline;
    color: #354048;
  }
  footer .b-bottom {
    text-align: left;
    padding-top: 40px;
    padding-bottom: 45px;
    border-top: 1px solid #E2E3E4;
  }
  footer .b-bottom .logo-footer {
    float: right;
    margin-top: -18px;
  }
  .b-newsletter {
    padding-top: 5px;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  .b-newsletter .b-head {
    margin-bottom: 24px;
    text-align: right;
  }
  .b-newsletter .b-head h3 {
    margin-bottom: 2px;
  }
  .b-newsletter .b-head h6 {
    font-size: 17px;
  }
  .b-blog-article .b-newsletter .b-head {
    text-align: left;
  }
  .b-newsletter .b-form input[type='text'],
  .b-newsletter ._field-wrapper input[type='text'] {
    text-align: left;
  }
  .b-newsletter .b-form input[type='text'].is-email,
  .b-newsletter ._field-wrapper input[type='text'] {
    background-image: url(../images/email-at-grey-icon.svg);
    background-repeat: no-repeat;
    background-position: 18px 13px;
    background-size: 18px 17px;
    padding-left: 47px;
  }
  .b-newsletter .b-form .button {
    width: 100%;
  }
  ._form_element._inline-style,
  ._button-wrapper._inline-style {display: inline-block; margin-top: 0!important;}
  ._button-wrapper._inline-style {margin-left: 3%;}
  .b-blog-subscription ._form_element._inline-style {width: 65%;}
  .b-follow-us-footer {
    float: right;
  }
  .b-follow-us-footer h6 {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 0;
    padding: 0;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
  }
  .b-follow-us-footer .social-network-list {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  footer .section {
    padding-top: 70px;
  }
  footer .b-top .span6 {
    width: 56.8181%;
  }
  footer .b-top .span6:last-child {
    width: 39.5454%;
  }
  .b-blog-article .b-newsletter .b-head {
    margin-bottom: 28px;
  }
  .b-blog-article .b-newsletter .b-head h5 {
    font-size: 26px;
  }
  .b-blog-article .b-newsletter .b-head h5 span {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
/*
   .-----------------------------------------------------.
   |                     CTA BLOCKS                      |
   '-----------------------------------------------------'
*/
.cta-form-wrapper.is-pink {
  background: linear-gradient(135deg, #d83072 0%, #b4205a 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;
}
.cta-form-wrapper.is-pink:hover {
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.3);
}
.cta-form-wrapper.with-photo .cta-photo {
  margin: 0 auto;
  display: block;
}
.cta-form-wrapper.is-full {
  margin-top: 0;
  margin-bottom: 0;
}
.cta-form-wrapper.is-full.with-photo-bottom .cta-form {
  padding-bottom: 0;
  padding-top: 40px;
}
.cta-form-wrapper.is-full.with-photo-bottom .cta-form .b-cta-photo {
  padding-top: 30px;
  margin-bottom: 0px;
}
.cta-form-wrapper.is-full .cta-form {
  padding: 15px 0px 25px;
}
.cta-form-wrapper.is-full .cta-form input[type='text'] {
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  padding: 19px 20px 20px 53px;
  margin-bottom: 30px;
  background-position: 23px center;
}
.is-grey .cta-form-wrapper.is-full .cta-form input[type='text'],
.is-pink .cta-form-wrapper.is-full .cta-form input[type='text'] {
  border: 1px solid #e2e3e4;
  color: #74787b;
  background-color: #ffffff;
}
.cta-form-wrapper.is-full .cta-form input[type='text'].is-name {
  background-image: url(../images/user-white-icon.svg);
  background-size: 16px 17px;
}
.is-grey .cta-form-wrapper.is-full .cta-form input[type='text'].is-name,
.is-pink .cta-form-wrapper.is-full .cta-form input[type='text'].is-name {
  background-image: url(../images/user-grey-icon.svg);
}
.cta-form-wrapper.is-full .cta-form input[type='text'].is-email {
  background-image: url(../images/email-at-white-icon.svg);
  background-size: 18px 17px;
}
.is-grey .cta-form-wrapper.is-full .cta-form input[type='text'].is-email,
.is-pink .cta-form-wrapper.is-full .cta-form input[type='text'].is-email {
  background-image: url(../images/email-at-grey-icon.svg);
}
.cta-form-wrapper.is-full .cta-form input[type='text']:hover,
.cta-form-wrapper.is-full .cta-form input[type='text'].has-value {
  border-color: rgba(255, 255, 255, 0.7);
}
.is-grey .cta-form-wrapper.is-full .cta-form input[type='text']:hover,
.is-grey .cta-form-wrapper.is-full .cta-form input[type='text'].has-value,
.is-pink .cta-form-wrapper.is-full .cta-form input[type='text']:hover,
.is-pink .cta-form-wrapper.is-full .cta-form input[type='text'].has-value {
  border: 1px solid #9ea1a3;
}
.cta-form-wrapper.is-full .cta-form .b-cta-photo {
  margin-bottom: 20px;
}
.cta-form-wrapper.is-full .cta-form .b-cta-photo img {
  display: block;
  margin: 0 auto;
}
.cta-form-wrapper.is-small {
  margin-bottom: 36px;
}
.cta-form-wrapper.is-small .cta-form {
  padding: 15px 20px 25px;
}
.cta-form-wrapper.is-small .cta-form .input-fields {
  background-color: #ffffff;
  padding: 0 15px;
  margin-bottom: 20px;
  max-width: 590px;
}
.cta-form-wrapper.is-small .cta-form input[type='text'] {
  color: #74787b;
  padding: 16px 0px 17px 33px;
  background-position: 4px center;
  font-size: 14px;
  border: none;
}
.cta-form-wrapper.is-small .cta-form input[type='text']:first-child {
  border-bottom: 1px solid #e2e3e4;
}
.cta-form-wrapper.is-small .cta-form input[type='text'].is-name {
  background-image: url(../images/user-grey-icon.svg);
  background-size: 16px 17px;
}
.cta-form-wrapper.is-small .cta-form input[type='text'].is-email {
  background-image: url(../images/email-at-grey-icon.svg);
  background-size: 18px 17px;
}
.cta-form-wrapper.is-small.is-not-fixed-width {
  margin-bottom: 0;
}
.cta-form-wrapper.is-small.is-not-fixed-width .cta-form {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
.cta-form-wrapper .cta-form .b-head {
  margin-bottom: 34px;
}
.cta-form-wrapper .cta-form .b-head h2 {
  color: #ffffff;
  line-height: 1.27em;
  margin-bottom: 14px;
}
.cta-form-wrapper .cta-form .b-head h4 {
  color: #ffffff;
  line-height: 1.45em;
  margin-bottom: 11px;
}
.cta-form-wrapper .cta-form .b-head p {
  color: rgba(255, 255, 255, 0.7);
}
.cta-form-wrapper .cta-form input[type='text'] {
  width: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
}
.b-ctas {
  padding-top: 0;
  padding-bottom: 0;
}
.b-ctas.is-image-middle .cta-form h2,
.b-ctas.is-image-bottom .cta-form h2 {
  text-align: center;
}
.b-ctas.is-image-middle .cta-form p,
.b-ctas.is-image-bottom .cta-form p {
  text-align: center;
}
.b-ctas.is-grey {
  background-color: #f8f8f8;
}
.b-ctas.is-grey .cta-form {
  padding-top: 40px;
  padding-bottom: 40px;
}
.b-ctas.is-grey .cta-form h2 {
  color: #253643;
}
.b-ctas.is-grey .cta-form p {
  color: #9ea1a3;
}
.b-ctas.is-grey .cta-form .b-sub-head {
  max-width: 760px;
  margin: 0 auto 43px;
}
.b-ctas.is-grey .cta-form .b-sub-head p {
  color: #74787b;
}
.b-ctas.is-grey .cta-form .b-sub-head p.is-large {
  color: #354048;
  margin-bottom: 12px;
}
.b-ctas.is-pink {
  background: linear-gradient(135deg, #d83072 0%, #b4205a 100%);
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .cta-form-wrapper {
    margin-top: 0;
  }
  .cta-form-wrapper .button.is-full {
    width: 100%;
  }
  .cta-form-wrapper.is-left-side {
    float: left;
    margin-right: 30px;
  }
  .cta-form-wrapper.is-right-side {
    float: right;
    margin-left: 30px;
  }
  .cta-form-wrapper.with-photo .is-equal {
    width: 50%;
    margin-left: 0;
  }
  .cta-form-wrapper.is-small .cta-form {
    width: 327px;
    padding: 25px 30px 35px;
  }
  .cta-form-wrapper.is-small.is-not-fixed-width .cta-form {
    width: auto;
    padding-top: 43px;
    padding-left: 0;
    padding-right: 0;
  }
  .cta-form-wrapper.is-full {
    margin-top: 0;
    margin-bottom: 0;
  }
  .cta-form-wrapper.is-full .cta-form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cta-form-wrapper.is-full .cta-form .b-cta-photo {
    margin-bottom: 49px;
  }
  .cta-form-wrapper.is-full .cta-photo {
    float: right;
  }
  .cta-form-wrapper.is-full.with-photo-bottom .cta-form {
    padding-top: 50px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .cta-form-wrapper.with-photo.is-small .cta-form {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .cta-form-wrapper.with-photo.is-small.is-not-fixed-width .cta-form {
    width: auto;
    padding-top: 83px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }
  .cta-form-wrapper.is-full {
    margin-top: 0;
    margin-bottom: 0;
  }
  .cta-form-wrapper.is-full .cta-form {
    padding-top: 83px;
    padding-bottom: 70px;
  }
  .cta-form-wrapper.is-full .cta-form .b-head {
    max-width: 760px;
    margin: 0 auto 43px;
  }
  .cta-form-wrapper.is-full .cta-form .b-head.is-extra {
    margin-bottom: 52px;
  }
  .cta-form-wrapper.is-full.with-photo-bottom .cta-form {
    padding-top: 83px;
  }
}
/*
   .-----------------------------------------------------.
   |                      404 Page                       |
   '-----------------------------------------------------'
*/
.b-404 {
  background: url(../images/bg-404.png) center top no-repeat;
  background-size: 100% auto;
}
.b-404 .container h1 {
  margin-bottom: 15px;
  font-size: 22px;
}
.b-404 .container h1.is-extra {
  color: #d83072;
  font-family: 'AdelleExtraBold', sans-serif;
  font-size: 90px;
  font-weight: 800;
  line-height: 90px;
  letter-spacing: -3.75px;
  margin-top: -30px;
}
.b-404 .container a {
  color: #d83072;
}
.b-404 .container a:hover {
  color: #57c4ef;
}
.b-404 .container .b-text {
  margin: 0px auto 20px auto;
  max-width: 500px;
}
/* ________________    600px - 767px    _______________ */
@media only screen and (min-width: 600px) {
  .b-404 .container h1 {
    font-size: 37px;
  }
  .b-404 .container h1.is-extra {
    font-size: 110px;
    line-height: 110px;
  }
  .b-404 .container .b-text {
    margin: 0px auto;
    max-width: 500px;
  }
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-404 .container {
    margin-top: 30px;
  }
  .b-404 .container h1 {
    font-size: 41px;
  }
  .b-404 .container h1.is-extra {
    font-size: 150px;
    line-height: 150px;
    margin-top: 0;
  }
  .b-404 .container .b-text {
    margin: 50px auto 0px auto;
    max-width: 500px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-404 .container {
    max-width: 900px;
    margin: 50px auto 0;
  }
  .b-404 .container h1 {
    font-size: 48px;
  }
  .b-404 .container h1.is-extra {
    font-size: 180px;
    line-height: 180px;
  }
  .b-404 .container .b-text {
    margin: 90px auto 0px auto;
    max-width: 500px;
  }
}
/*
   .-----------------------------------------------------.
   |                     ACCESS LOCKED                   |
   '-----------------------------------------------------'
*/
.b-access-locked {
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.b-access-locked .badge {
  margin-bottom: 30px;
}
.b-access-locked .badge img {
  display: block;
  margin: 0 auto;
}
.b-access-locked h3, .b-access-locked h5 {
  color: #FFF;
  margin-bottom: 17px;
}
.b-access-locked h3 {
  margin-bottom: 20px;
}
.b-access-locked p,
.b-access-locked p a {
  color: rgba(255,255,255,0.7);
}
.b-access-locked p a {
  text-decoration: underline;
}
.b-access-locked p a:hover {
  color: #D83072;
}
.b-access-locked .button.is-ext-large {
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
.b-access-locked p.is-large {
  margin-bottom: 40px;
}
.b-access-locked .width-1 {
  max-width: 700px;
  margin: 0 auto;
}
.b-access-locked .width-2 {
  max-width: 330px;
  margin: 0 auto;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-access-locked .button.is-ext-large {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-access-locked .button.is-ext-large {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*
   .-----------------------------------------------------.
   |                         LOGIN                       |
   '-----------------------------------------------------'
*/
.b-login {
  text-align: center;
}
.b-login .mini-logo {
  margin-bottom: 20px;
}
.b-login .mini-logo img {
  width: 70px;
  display: block;
  margin: 0 auto;
}
.b-login .container {
  max-width: 741px;
  margin: 0 auto;
}
.b-login h3 {
  font-family: 'AdelleBold', Arial;
  margin-bottom: 40px;
}
.b-login .b-login-form {
  max-width: 407px;
  margin: 0 auto 40px;
}
.b-login .b-mini-form {
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 2px 40px 0px rgba(0,0,0,0.10);
  margin-bottom: 24px;
}
.b-login .b-mini-form .fields {
  border: 1px solid #E2E3E4;
  padding: 0 15px;
  margin-bottom: 20px;
}
.b-login .b-mini-form input[type=text],
.b-login .b-mini-form input[type=password] {
  font-size: 14px;
  color: #9EA1A3;
  letter-spacing: 0px;
  line-height: 14px;
  height: 59px;
  padding: 19px 20px 18px 32px;
  border: none;
  width: 100%;
  outline: none;
}
.b-login .b-mini-form .button {
  width: 100%;
}
.b-login .b-mini-form input.is-email {
  border-bottom: 1px solid #E2E3E4;
  background: url(../images/email-icon-grey.svg) 6px 20px no-repeat;
}
.b-login .b-mini-form input.is-password {
  background: url(../images/password-icon-grey.svg) 6px 20px no-repeat;
}
.b-login .b-mini-form-extra a {
  font-size: 14px;
  color: #9EA1A3;
  letter-spacing: 0px;
  line-height: 22px;
  text-decoration: underline;
}
.b-login .b-mini-form-extra a:hover {
  color: #D83072;
}
.b-login .b-mini-form-extra a.back {
  float: left;
}
.b-login .b-mini-form-extra a.lost-password {
  margin-top: 3px;
  float: right;
}
.b-login h5 {
  margin-bottom: 22px;
}
.b-login .b-login-text a {
  color: #D83072;
  text-decoration: underline;
}
.b-login .b-login-text a:hover {
  text-decoration: none;
}
.b-login .b-login-error {
  max-width: 407px;
  margin: 0 auto 40px auto;
  padding: 10px 15px;
  font-size: 15px;
  color: #fff;
  background: #f42732;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-login .b-login-form {
    margin-bottom: 57px;
  }
  .b-login .b-mini-form {
    padding: 40px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {

}

/*
   .-----------------------------------------------------.
   |                         LOGOS                       |
   '-----------------------------------------------------'
*/
.b-logos {
  background: #253643;
  padding-top: 32px;
  padding-bottom: 32px;
}
.brand-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.brand-list li {
  display: inline-block;
  font-size: 0;
  margin: 10px 16px 10px 16px;
  padding: 0;
  vertical-align: middle;
}
.brand-list li img {
  display: block;
}
.brand-list li:first-child {
  margin-left: 0;
}
.brand-list li:last-child {
  margin-right: 0;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {

}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {

}

/*
   .-----------------------------------------------------.
   |               CUSTOMIZE SHARE BUTTONS               |
   '-----------------------------------------------------'
*/
.btn-floating.btn-large {
  background: url(../images/new-share-button2.png) center center no-repeat;
  background-size: 60px;
  text-indent: -9999px;
  box-shadow: 0 5px 20px 0 rgba(0,0,0,0.20);
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.btn-floating .material-icons {
  background-size: 40px;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  box-shadow: 0 5px 20px 0 rgba(0,0,0,0.20);
  background-position: center center;
  background-repeat: no-repeat;
}
.btn-floating.em-share .material-icons {
  background-image: url(../images/new-em-icon.svg);
}
.btn-floating.fb-share .material-icons {
  background-image: url(../images/new-fb-icon.svg);
}
.btn-floating.tw-share .material-icons {
  background-image: url(../images/new-tw-icon.svg);
}
.btn-floating.pi-share .material-icons {
  background-image: url(../images/new-pi-icon.svg);
}
.btn-floating.re-share .material-icons {
  background-image: url(../images/new-re-icon.svg);
}

/*
 *
 * POPUP
 *
 */
div.form-popup {
  position: relative;
  max-width: 860px;
  width: auto;
  margin: 20px auto;
  padding: 0;
  -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
}
div.form-popup:before,
div.form-popup:after {
  content: ' ';
  display: table;
}
div.form-popup:after {
  clear: both;
}
div.form-popup:before,
div.form-popup:after {
  content: ' ';
  display: table;
}
div.form-popup:after {
  clear: both;
}
div.form-popup .text {
  position: relative;
  max-width: 860px;
  padding: 45px;
  text-align: center;
  color: #fff;
  background: #D83072;
}
div.form-popup .text h2 {
  position: relative;
  margin: 0 0 25px 0;
  padding: 0 0 24px 0;
  font: normal 42px/56px 'AdelleSemiBold', serif;
  color: #FFF;
  font-size: 32px;
  line-height: 42px;
}
div.form-popup .text h2:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 64px;
  height: 3px;
  margin-left: -32px;
  background: #57C4EF;
}
div.form-popup .text form {
  margin: 46px 0 0 0;
  font-size: 14px;
  text-align: center;
}
div.form-popup .text form input[type=text] {
  padding: 20px;
  font-size: 14px;
  color: #74787B;
  border: none;
  margin-right: 20px;
  width: 100%;
}
div.form-popup .text form input[type=text].error {
  color: #f00;
}
div.form-popup .text form input[type=submit] {
  margin: 10px 0 0 0;
  width: 100%;
  padding: 20px;
  font: normal 16px/18px 'AdelleBold', serif;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  background: #77C33F;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
div.form-popup .text form input[type=submit]:hover {
  background: #81CD48;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
div.form-popup .text .footnote {
  opacity: 0.7;
  margin: 15px 0 0 0;
  font-size: 14px;
  text-align: center;
}
div.form-popup .mfp-close {
  display: block;
  opacity: 1;
  position: absolute;
  top: -22px;
  right: -22px;
  width: 44px;
  height: 44px;
  font-size: 0;
  background: url(../images/close.png) no-repeat;
  background-size: 44px 44px;
}
.mfp-bg {
  background: #fff;
  opacity: 0.75;
}
.mfp-close {
  color: #333 !important;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  div.form-popup .text {
    padding: 60px;
  }
  div.form-popup .text h2 {
    font-size: 36px;
    line-height: 48px;
  }
  div.form-popup .text form input[type=text] {
    width: auto;
  }
  div.form-popup .text form input[type=submit] {
    width: auto;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {

}

/*
   .-----------------------------------------------------.
   |                NEW HOME PAGE SECTION                |
   '-----------------------------------------------------'
*/
.b-new-home-section .b-head {
  margin-bottom: 43px;
}
.b-new-home-section .b-head h2,
.b-new-home-section .b-head p.sub-heading {
  text-align: center;
}
.b-new-home-section .b-body .space {
  display: none;
}
.b-new-home-section .b-body .section-child {
  display: block;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.b-new-home-section .b-body .section-child:last-child {
  margin-bottom: 0px;
}
.b-new-home-section .b-body .section-child img {
  display: block;
  height: 97px;
  margin-bottom: 20px;
}
.b-new-home-section .b-body .section-child:hover {
  box-shadow: 0 2px 40px 0 rgba(0,0,0,0.30);
}
.b-new-home-section .b-body .section-child h4 {
  color: #ffffff;
  margin-bottom: 10px;
}
.b-new-home-section .b-body .section-child p {
  color: #ffffff;
  margin-bottom: 20px;
}
.b-new-home-section .b-body .section-child span.link {
  color: #ffffff;
  font: normal 14px/18px 'AdelleBold', sans-serif;
  display: inline-block;
  padding: 12px 25px;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  letter-spacing: 0;
  text-shadow: 0 1px 1px rgba(0,0,0,0.15);
}
.b-new-home-section .b-body .section-child.is-pink {
  background-color: #d83072;
}
.b-new-home-section .b-body .section-child.is-pink:hover {
  background-color: #ea337b;
}
.b-new-home-section .b-body .section-child.is-blue {
  background-color: #57c4ef;
}
.b-new-home-section .b-body .section-child.is-blue:hover {
  background-color: #5cd1ff;
}
.b-new-home-section .b-body .section-child.is-dark {
  background-color: #253643;
}
.b-new-home-section .b-body .section-child.is-dark:hover {
  background-color: #2C3F4E;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-new-home-section .b-head {
    margin-bottom: 53px;
  }
  .b-new-home-section .b-body {
    display: table;
  }
  .b-new-home-section .b-body .space {
    display: table-cell;
    vertical-align: top;
    width: 4.065%;
  }
  .b-new-home-section .b-body .section-child {
    display: table-cell;
    vertical-align: top;
    width: 30.6233%;
    padding: 30px 30px 90px 30px;
    height: 370px;
    margin-bottom: 0;
  }
  .b-new-home-section .b-body .section-child span.link {
    position: absolute;
    z-index: 4;
    bottom: 30px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-new-home-section .b-body .space {
    width: 3.6363%;
  }
  .b-new-home-section .b-body .section-child {
    width: 30.9090%;
    padding-bottom: 90px;
    height: 474px;
  }
  .b-new-home-section .b-body .section-child h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .b-new-home-section .b-body .section-child span.link {
    bottom: 40px;
  }
}

/*
   .-----------------------------------------------------.
   |                      PROGRAMS                       |
   '-----------------------------------------------------'
*/

.b-page-menu {
  border-bottom: 1px solid #E2E3E4;
  padding-top: 35px;
  padding-bottom: 32px;
}
.b-page-menu ul {
  font-size: 0;
  line-height: 0;
}
.b-page-menu ul,
.b-page-menu ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.b-page-menu ul li {
  margin-bottom: 12px;
  font: normal 13px/22px 'AdelleRegular', sans-serif;
  color: #74787B;
  text-transform: uppercase;
}
.b-page-menu ul li:last-child {
  margin-bottom: 0;
}
.b-page-menu ul li a {
  color: #74787B;
  border-bottom: 2px solid #FFF;
}
.b-page-menu ul li a:hover {
  border-color: #CC155F;
}

.b-standard-text .top-icon {
  display: block;
  margin: 0 auto 24px;
}

.b-standard-style.is-center {
  text-align: center;
}

.b-standard-text.is-grey {
  background-color: #F7F7F7;
}

.b-standard-text.has-bottom-line {
  border-bottom: 1px solid #E2E3E4;
}

.b-col-exp {
  border-bottom: 1px solid #E2E3E4;
  padding-bottom: 38px;
}
.b-col-exp .b-head {
  max-width: 694px;
  margin: 0 auto 12px;
}
.b-col-exp .b-body {
  display: none;
  max-width: 694px;
  margin: 0 auto 12px;
}
.col-exp-button {
  border: 2px solid #E2E3E4;
  border-radius: 100px;
  background: url(../images/down-icon.svg) center center no-repeat;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  float: right;
  text-indent: -9999px;
  margin-top: 8px;
}
.is-open .col-exp-button {
  background-image: url(../images/up-icon.svg);
}
.col-exp-button:hover {
  border-color: #CC155F;
}

.link-list,
.link-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.link-list li {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E2E3E4;
}

.link-list li a {
  font-size: 16px;
  color: #CC155F;
  letter-spacing: 0;
  line-height: 27px;
}
.link-list li a:hover {
  text-decoration: underline;
}

/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-standard-text .top-icon {
    margin-bottom: 36px;
  }
  .b-col-exp {
    padding-bottom: 48px;
  }
  .b-page-menu ul li {
    margin-bottom: 0;
    display: inline-block;
    margin-left: 11px;
    margin-right: 11px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-col-exp {
    padding-bottom: 72px;
  }
  .b-page-menu ul li {
    margin-left: 23px;
    margin-right: 23px;
  }
}

/*
   .-----------------------------------------------------.
   |                      PROGRAMS                       |
   '-----------------------------------------------------'
*/

.dark-blue-bg {
  background: #253643;
}

.b-mgs-page {
  background: #253643;
}
.b-mgs-page h1,
.b-mgs-page h2,
.b-mgs-page h3,
.b-mgs-page h4,
.b-mgs-page h5,
.b-mgs-page p {
  color: #FFF;
}
.b-mgs-page h2:last-child {
  margin-bottom: 0px;
}
.b-mgs-page p {
  color: rgba(255,255,255,0.7);
}
.b-mgs-page .b-head {
  text-align: center;
  margin-bottom: 24px;
}
.b-mgs-page .b-head .logo img {
  display: block;
  margin: 0 auto 24px;
}
.b-mgs-page .b-body {
  margin-bottom: 48px;
}
.b-mgs-page .b-body .pull-right {
  margin-bottom: 24px;
}
.b-mgs-page .b-body p {
  margin-bottom: 24px;
}
.b-mgs-page .b-body ul {
  margin: 0 0 24px 0;
  padding: 0;
  list-style-type: none;
}
.b-mgs-page .b-body ul li {
  color: #FFF;
  padding-left: 25px;
  position: relative;
  z-index: 1;
}
.b-mgs-page .b-body ul li:before {
  content: '•';
  position: absolute;
  z-index: 2;
  top: 0px;
  left: -1px;
  color: #FFF;
  font-weight: 700;
}
.b-mgs-page .b-body p:last-child,
.b-mgs-page .b-body ul:last-child {
  margin-bottom: 0;
}
.b-mgs-page .b-body img {
  display: block;
}
.b-mgs-page .b-form {
  margin-bottom: 48px;
}
.b-mgs-page .b-form h5 {
  margin-bottom: 24px;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
}
.b-mgs-page .b-form .span3 {
  margin-top: 12px;
}
.b-mgs-page .b-form .span3:first-child {
  margin-top: 0;
}
.b-mgs-page .b-form input {
  width: 100%;
  margin-bottom: 12px;
}
.b-mgs-page .b-form input:last-child {
  margin-bottom: 0;
}
.b-mgs-page .b-form input[type='text'] {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 19px 25px 20px 54px;
  color: #FFFFFF;
  width: 100%;
  padding: 19px 20px 20px 53px;
  background-repeat: no-repeat;
  background-position: 24px center;
  background-color: transparent;
}
.b-mgs-page .b-form input[type='text']:hover,
.b-mgs-page .b-form input[type='text'].has-value {
  border-color: rgba(255, 255, 255, 0.7);
}
.b-mgs-page .b-form .user-icon {
  background-image: url(../images/user-icon.svg);
  background-size: 16px 17px;
}
.b-mgs-page .b-form .email-icon {
  background-image: url(../images/email-at-icon.svg);
  background-size: 18px 17px;
}
.b-mgs-page .b-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #FFF;
}
.b-mgs-page .b-form :-moz-placeholder {
  /* WebKit browsers */
  color: #FFF;
}
.b-mgs-page .b-form ::-moz-placeholder {
  /* WebKit browsers */
  color: #FFF;
}
.b-mgs-page .b-form :-ms-input-placeholder {
  /* WebKit browsers */
  color: #FFF;
}
.b-mgs-page .b-form .span3 {
  text-align: center;
}
.b-mgs-page .b-form .title {
  padding-top: 5px;
  padding-left: 2px;
  text-align: left;
  display: none;
}
.b-mgs-page .b-form .title img {
  max-width: 198px;
  width: 100%;
}
.b-mgs-page .b-form .note {
  opacity: 0.5;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 24px;
}
.b-mgs-page .b-extra .photo img {
  display: block;
  margin-bottom: 24px;
}
.b-social-proof {
  text-align: center;
}
.b-mgs-page .b-colors {
  padding: 25px 20px 35px;
  text-align: center;
}
.b-mgs-page .b-colors:hover {
  -webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.35);
}
.b-mgs-page .b-colors.is-pink {
  background: #D83072;
}
.b-mgs-page .b-colors:hover.is-pink {
  background: #EA337B;
}
.b-mgs-page .b-colors.is-green {
  background: #77C33F;
}
.b-mgs-page .b-colors:hover.is-green {
  background: #7FD043;
}
.b-mgs-page .b-colors h3 {
  font-family: 'AdelleBold', sans-serif;
  font-weight: normal;
  color: #FFFFFF;
  margin-bottom: -4px;
}
.b-mgs-page .b-colors .is-small {
  color: #FFFFFF;
  letter-spacing: 0;
  font: 400 14px/24px 'Droid Serif', sans-serif;
  font-style: italic;
  margin-bottom: 12px;
}
.b-mgs-page .b-colors:hover .is-arrow {
  background: #FFF;
}
.b-mgs-page .b-colors:hover.is-pink .is-arrow {
  color: #EA337B;
}
.b-mgs-page .b-colors:hover.is-green .is-arrow {
  color: #7FD043;
}
.b-mgs-page .b-colors:hover .is-arrow {
  text-shadow: 0 0 0 rgba(0,0,0,0);
}
.b-mgs-page .b-colors:hover.is-pink .button.is-arrow:after {
  background-image: url(../images/arrow-pink-active-icon.svg);
}
.b-mgs-page .b-colors:hover.is-green .button.is-arrow:after {
  background-image: url(../images/arrow-green-active-icon.svg);
}
.is-limit-width .is-center {
  text-align: center;
}

/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-mgs-page .b-form .span3 {
    margin-top: 0px;
  }
  .b-mgs-page h2 {
    line-height: 56px;
  }
  .b-mgs-page .b-form .span3 {
    width: 30.62330623306233%;
  }
  .b-mgs-page .b-body .pull-right {
    margin-bottom: 0px;
  }
  .b-mgs-page .b-form {
    margin-bottom: 0px;
  }
  .is-limit-width {
    max-width: 602px;
    margin: 0 auto;
    text-align: center;
  }
  .b-mgs-page .b-colors {
    width: 327px;
  }
  .b-mgs-page .b-colors.pull-right {
    float: right;
  }
  .b-mgs-page .b-colors {
    padding: 25px 30px 35px;
  }
  .b-social-proof {
    max-width: 308px;
    margin: 0 auto;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-mgs-page {
    padding-top: 60px;
    padding-bottom: 72px;
  }
  .is-choice-page {
    padding-bottom: 120px;
  }
  .b-mgs-page .b-form .title {
    display: block;
  }
  .b-mgs-page .b-head {
    margin-bottom: 48px;
  }
  .b-mgs-page.is-choice-page .b-head {
    margin-bottom: 24px;
  }
  .b-mgs-page .b-body {
    margin-bottom: 60px;
  }
  .b-mgs-page .b-colors .is-small {
    margin-bottom: 24px;
  }
  .b-mgs-page .b-form .span3 {
    width: 22.2727%;
  }
  .b-mgs-page .b-colors h3 {
    line-height: 42px;
  }
}