/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
/* Color
========================================================================== */
/* Mixin
========================================================================== */
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/opensansbold.eot');
  src: url('../fonts/opensansbold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensansbold.svg#opensansbold') format('svg'), url('../fonts/opensansbold.ttf') format('truetype'), url('../fonts/opensansbold.woff') format('woff'), url('../fonts/opensansbold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Italic';
  src: url('../fonts/opensansitalic.eot');
  src: url('../fonts/opensansitalic.eot?#iefix') format('embedded-opentype'), url('../fonts/opensansitalic.svg#opensansitalic') format('svg'), url('../fonts/opensansitalic.ttf') format('truetype'), url('../fonts/opensansitalic.woff') format('woff'), url('../fonts/opensansitalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/opensansregular.eot');
  src: url('../fonts/opensansregular.eot?#iefix') format('embedded-opentype'), url('../fonts/opensansregular.svg#opensansregular') format('svg'), url('../fonts/opensansregular.ttf') format('truetype'), url('../fonts/opensansregular.woff') format('woff'), url('../fonts/opensansregular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-Bold';
  src: url('../fonts/ralewaybold.eot');
  src: url('../fonts/ralewaybold.eot?#iefix') format('embedded-opentype'), url('../fonts/ralewaybold.svg#ralewaybold') format('svg'), url('../fonts/ralewaybold.ttf') format('truetype'), url('../fonts/ralewaybold.woff') format('woff'), url('../fonts/ralewaybold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-Medium';
  src: url('../fonts/ralewaymedium.eot');
  src: url('../fonts/ralewaymedium.eot?#iefix') format('embedded-opentype'), url('../fonts/ralewaymedium.svg#ralewaymedium') format('svg'), url('../fonts/ralewaymedium.ttf') format('truetype'), url('../fonts/ralewaymedium.woff') format('woff'), url('../fonts/ralewaymedium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-Regular';
  src: url('../fonts/ralewayregular.eot');
  src: url('../fonts/ralewayregular.eot?#iefix') format('embedded-opentype'), url('../fonts/ralewayregular.svg#ralewayregular') format('svg'), url('../fonts/ralewayregular.ttf') format('truetype'), url('../fonts/ralewayregular.woff') format('woff'), url('../fonts/ralewayregular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-SemiBold';
  src: url('../fonts/ralewaysemibold.eot');
  src: url('../fonts/ralewaysemibold.eot?#iefix') format('embedded-opentype'), url('../fonts/ralewaysemibold.svg#ralewaysemibold') format('svg'), url('../fonts/ralewaysemibold.ttf') format('truetype'), url('../fonts/ralewaysemibold.woff') format('woff'), url('../fonts/ralewaysemibold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Italic';
  src: url('../fonts/robotoitalic.eot');
  src: url('../fonts/robotoitalic.eot?#iefix') format('embedded-opentype'), url('../fonts/robotoitalic.svg#robotoitalic') format('svg'), url('../fonts/robotoitalic.ttf') format('truetype'), url('../fonts/robotoitalic.woff') format('woff'), url('../fonts/robotoitalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/robotoregular.eot');
  src: url('../fonts/robotoregular.eot?#iefix') format('embedded-opentype'), url('../fonts/robotoregular.svg#robotoregular') format('svg'), url('../fonts/robotoregular.ttf') format('truetype'), url('../fonts/robotoregular.woff') format('woff'), url('../fonts/robotoregular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Black';
  src: url('../fonts/montserrat-black-webfont.woff2') format('woff2'), url('../fonts/montserrat-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('../fonts/montserrat-extrabold-webfont.woff2') format('woff2'), url('../fonts/montserrat-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Hairline';
  src: url('../fonts/montserrat-hairline-webfont.woff2') format('woff2'), url('../fonts/montserrat-hairline-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'), url('../fonts/montserrat-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-UltraLight';
  src: url('../fonts/montserrat-ultralight-webfont.woff2') format('woff2'), url('../fonts/montserrat-ultralight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* Roboto Font */
/* General elements
========================================================================== */
* {
  outline: none;
}
body {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Lato', Arial, sans-serif;
}
main {
  min-height: 500px;
  padding: 34px 0 0;
}
.wrapper {
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.wrapper-in {
  max-width: 1012px;
  margin: 0 auto;
}
.wrap {
  max-width: 812px;
  margin: 0 auto;
}
.main-content {
  padding: 30px 0;
}
.page-not-home.page-template-template-partnership main {
  margin-top: 0;
}
.page-not-home.page-template-template-partnership .wrap-inner {
  margin-top: 0;
  padding: 0 80px;
}
.page-home .wrap,
.header .wrap {
  max-width: 100%;
}
.page-home .wrap-inner,
.header .wrap-inner {
  padding: 0 15px;
}
a,
a:active,
a:focus,
a:hover {
  outline: none;
}
a {
  color: #369ad3;
}
a:hover {
  color: #369ad3;
  text-decoration: underline;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
h2 {
  font-family: 'Raleway-Medium', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
}
h3 {
  font-family: 'Raleway-Medium', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
}
p {
  margin: 0 0 20px;
}
hr {
  clear: both;
  border-top: 1px solid #D9D9D9;
}
img {
  max-width: 100%;
  height: auto;
}
.clear {
  clear: both;
}
.well {
  background: #fff;
}
.btn-default:hover {
  background: #f2f2f2;
}
.btn,
input[type="submit"] {
  text-transform: uppercase;
}
textarea:focus,
input:focus {
  outline: 0;
}
input::-moz-outer-spin-button,
input::-moz-inner-spin-button {
  -moz-appearance: none;
  margin: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.alignleft {
  display: inline;
  float: left;
  margin-bottom: 10px;
}
.alignright {
  display: inline;
  float: right;
  margin-bottom: 10px;
}
.aligncenter {
  display: block;
  margin: 10px auto;
}
.img-responsive {
  margin: 0 auto;
}
.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption-text {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}
.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}
.bypostauthor > article .fn:after {
  content: "\f304";
  position: relative;
  top: 5px;
  left: 3px;
}
.fileupload-progress.fade {
  clear: both;
}
small.help-block {
  color: #d56064 !important;
}
.fv-form-bootstrap .form-control-feedback {
  top: 5px;
  right: 15px;
}
.fv-form-bootstrap .select .form-control-feedback {
  right: 36px;
}
.btn-primary,
.btn-default {
  padding: 9px 19px;
  color: #369ad3;
  font-family: 'Montserrat-Regular', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  background: none;
  border: 2px solid #369ad3;
}
.btn-primary:hover,
.btn-default:hover,
.btn-primary:focus,
.btn-default:focus,
.btn-primary.focus,
.btn-default.focus,
.btn-primary:active,
.btn-default:active,
.btn-primary.active,
.btn-default.active {
  border-color: #369ad3;
  background: #369ad3;
}
.btn-default {
  color: #fff;
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.3);
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
  color: #369ad3;
  border-color: #fff;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  main {
    min-height: inherit;
    padding: 26px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .wrap-inner {
    padding: 0 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .page-home .wrap,
  .header .wrap {
    padding: 0 15px;
  }
  .page-not-home main {
    margin-top: 0;
  }
  .page-not-home main .shadow {
    display: none;
  }
  .page-not-home main .wrap-inner {
    margin-top: 0;
  }
  .img-responsive {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main-content {
    padding: 20px 0;
  }
}
@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
    line-height: 20px;
  }
  main {
    min-height: inherit;
    padding: 16px 0 0;
  }
  .wrap-inner {
    padding: 0 35px;
  }
}
.header {
  height: 100px;
  background: #fff;
  z-index: 999;
  background: #369ad3;
  background: -webkit-linear-gradient(left, #369ad3 50%, #ab74b1 51%);
  background: -o-linear-gradient(right, #369ad3 50%, #ab74b1 51%);
  background: -moz-linear-gradient(right, #369ad3 50%, #ab74b1 51%);
  background: linear-gradient(to right, #369ad3 50%, #ab74b1 51%);
}
.header .logo {
  position: absolute;
  z-index: 10;
  width: 100%;
  margin-top: 28px;
  text-align: center;
}
.header .logo a {
  display: inline-block;
}
.header .logo img {
  max-width: 100%;
}
.header .header-in {
  position: relative;
  z-index: 20;
}
.header .menu-area.active {
  position: absolute;
  right: 400px;
  background: #ab74b1;
  z-index: 100;
  padding-right: 21px;
  -webkit-box-shadow: -8px 10px 20px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: -8px 10px 20px 0px rgba(50, 50, 50, 0.2);
  box-shadow: -8px 10px 20px 0px rgba(50, 50, 50, 0.2);
}
.header .menu-area #showRightPush,
.header .menu-area #showDropdown {
  float: left;
  margin: 38px 0 0;
  padding: 0;
  color: #fff;
  font-family: 'Montserrat-Regular', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  background: none;
  border: none;
}
.header .menu-area #showRightPush:before,
.header .menu-area #showDropdown:before {
  content: '';
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -37px -53px;
  width: 32px;
  height: 24px;
  vertical-align: top;
  margin-right: 8px;
}
.header .btn-get-help {
  float: right;
  margin: 25px 0 0 20px;
  padding: 5px 20px;
  color: #fff;
  font-family: 'Montserrat-Bold', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background: none;
  border-radius: 5px;
  border: 2px solid #fff;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.3);
}
.header .btn-get-help:hover {
  background: rgba(255, 255, 255, 0.1);
}
.header #row-header {
  z-index: 999;
  position: relative;
  background: #369ad3;
  background: -webkit-linear-gradient(left, #369ad3, #ab74b1);
  background: -o-linear-gradient(right, #369ad3, #ab74b1);
  background: -moz-linear-gradient(right, #369ad3, #ab74b1);
  background: linear-gradient(to right, #369ad3, #ab74b1);
}
.header #row-header .row-header-inner {
  height: 100px;
  position: relative;
}
.header #row-header .row-header-inner .wrap-right-menu {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 22;
  width: 400px;
  height: 100px;
  overflow: hidden;
}
.header #row-header .row-header-inner .wrap-right-menu.active {
  height: 565px;
}
.header #row-header .row-header-inner .wrap-right-menu .showRightPush {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.header #row-header #right-menu {
  overflow: visible;
  width: 400px;
  left: -415px;
}
.header #row-header #right-menu .bottom {
  width: 100%;
  -webkit-box-shadow: -8px 10px 20px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: -8px 10px 20px 0px rgba(50, 50, 50, 0.2);
  box-shadow: -8px 10px 20px 0px rgba(50, 50, 50, 0.2);
}
.header #row-header #right-menu .hideRightPush {
  display: block;
  height: 24px;
  float: left;
  cursor: pointer;
  margin-top: 3px;
  padding: 0;
  color: #fff;
  font-family: 'Montserrat-Regular', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  border: none;
  background: none;
}
.header #row-header #right-menu .top .social {
  margin-left: 0;
  float: right;
  clear: none;
}
.header .wrapper {
  min-height: 100px;
  max-width: 1330px;
  padding: 0 15px;
  overflow: visible;
}
.connect-box .social {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0;
  padding: 8px 0 30px;
}
.connect-box .social li {
  margin-right: 46px;
}
.connect-box .connect-links {
  padding: 0 0 30px;
  display: inline-block;
  vertical-align: top;
}
.connect-box .connect-links li {
  display: inline-block;
  padding: 5px 42px 6px;
  font-family: 'Montserrat-Regular', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 39px;
  text-shadow: 0 2px 1px rgba(2, 3, 3, 0.3);
  border-right: 2px solid #fff;
}
.connect-box .connect-links li:last-child {
  border-right: 0;
}
.connect-box .connect-links li a {
  color: #fff;
}
.connect-box .connect-links li.menu-little-monsters {
  text-shadow: none;
}
.connect-box .connect-links li.menu-little-monsters a {
  display: inline-block;
  vertical-align: middle;
  color: transparent;
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 180px;
  height: 27px;
}
.connect-box .connect-links li.menu-share-your-story a:before,
.connect-box .connect-links li.menu-join-the-born-brave-nation a:before {
  content: "\f086";
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font: normal normal normal 39px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.connect-box .connect-links li.menu-join-the-born-brave-nation a:before {
  content: "\f024";
}
.social {
  clear: both;
  width: 172px;
  margin: 41px auto 0;
}
.social li {
  float: left;
  margin-right: 24px;
}
.social li a {
  display: block;
  width: 39px;
  height: 35px;
  text-indent: -9999px;
  background: url(../img/sprites.png) no-repeat;
}
.social li.facebook a {
  background-position: 0 0;
}
.social li.twitter a {
  background-position: -40px 0;
}
.social li.instagram {
  margin-right: 0;
}
.social li.instagram a {
  background-position: -80px 0;
}
.footer {
  padding: 50px 0 61px;
  color: #a3a3a3;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  background: #2b2b2b;
}
.footer .footer-logo {
  padding-bottom: 52px;
}
.footer .footer-logo h2 {
  margin: 0;
}
.footer .footer-logo a {
  display: block;
  width: 369px;
  height: 44px;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(../img/logo_footer.png) no-repeat;
}
.footer .social {
  padding: 2px 0 20px;
}
.footer .social li {
  margin-right: 24px;
}
.footer .connect-box .connect-links {
  padding-bottom: 20px;
}
.footer .connect-box .connect-links li {
  padding: 4px 36px;
  font-size: 16px;
  line-height: 32px;
}
.footer .connect-box .connect-links li.menu-little-monsters a {
  background-image: url(../img/sprite.png);
  background-position: 0px -29px;
  width: 148px;
  height: 22px;
}
.footer .connect-box .connect-links li.menu-share-your-story a:before,
.footer .connect-box .connect-links li.menu-join-the-born-brave-nation a:before {
  margin-right: 16px;
  font-size: 32px;
}
.footer .copyright {
  padding-top: 30px;
  font-size: 12px;
  line-height: 18px;
}
.footer .copyright .text-uppercase {
  margin-bottom: 8px;
}
.footer .copyright .info {
  margin-bottom: 8px;
}
.footer .copyright .info a {
  color: #fff;
}
.btn-blue {
  font-family: 'Raleway-Bold', sans-serif;
  font-style: normal;
  font-weight: normal;
  border: 1px solid #369ad3;
  background: #FFF;
  font-size: 18px;
  padding: 12px 21px;
  word-wrap: break-word;
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  color: #369ad3;
}
.btn-blue:hover {
  padding: 11px 19px 11.5px;
  color: #fff;
  -webkit-box-shadow: 0px 3px 0px 0px #dfdfe0;
  -moz-box-shadow: 0px 3px 0px 0px #dfdfe0;
  box-shadow: 0px 3px 0px 0px #dfdfe0;
  border-left: none;
  border-right: none;
  border-bottom-color: #369ad3;
  border-top: 3px solid #73b8e0;
  background: #2b95d1;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}
.select2-container .select2-choice {
  height: 40px;
  font-family: 'Raleway-Medium', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  box-shadow: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
}
.select2-container .select2-choice .select2-arrow {
  width: 25px;
  top: 12px;
}
.select2-container .select2-choice .select2-arrow b {
  width: 16px;
  height: 14px;
  background: url(../img/select-icons.jpg) no-repeat 0 0;
}
.select2-container .select2-choice .select2-arrow b:after {
  display: none;
}
.select2-container.select2-dropdown-open .select2-choice {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container.select2-dropdown-open .select2-choice .select2-arrow b {
  background: url(../img/select-icons-up.jpg) no-repeat 0 0;
}
.select2-drop {
  border: 1px solid #e1e1e1;
  border-top: none;
}
#html5-watermark {
  display: none !important;
}
.wplightbox {
  display: block;
}
.mfp-bg {
  background: none;
  opacity: 1;
}
.mfp-container {
  background: rgba(255, 255, 255, 0.8) url('../img/bg_popup.png') no-repeat;
  background-size: 100% 928px;
}
.mfp-container .mfp-close {
  width: 46px;
  height: 46px;
  background: url(../img/icon-popup-close.png) no-repeat;
  position: absolute;
  top: -17px;
  right: -23px;
  text-decoration: none;
  text-indent: -9999px;
  opacity: 1;
}
.mfp-container #btw-popup {
  width: 545px;
  border-radius: 3px;
  position: relative;
  background: #FFF;
  padding: 0 0 30px;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 5px 0px #DADADA;
}
.mfp-container #btw-popup h2 {
  margin: 0 0 26px;
  padding: 19px 10px 20px;
  background: #f79623;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-family: 'Raleway-Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 27px;
  text-transform: capitalize;
}
.mfp-container #btw-popup .popup-content {
  width: 435px;
  margin: 0 auto 15px;
  color: #000;
  font-family: 'Roboto-Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
}
.mfp-container #btw-popup .btn-popup {
  margin-bottom: 15px;
  background-color: transparent;
  border: 1px solid #d67e20;
  color: #d67e20;
  text-transform: uppercase;
  font-family: 'Raleway-Bold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  padding: 11px 30px;
  white-space: normal;
}
.mfp-container #btw-popup .btn-popup:hover,
.mfp-container #btw-popup .btn-popup:active {
  background: #d67e20;
  color: #fff;
  box-shadow: none;
}
@media screen and (max-width: 1330px) {
  .header #row-header .row-header-inner .wrap-right-menu {
    left: -15px;
  }
}
@media screen and (max-width: 1100px) {
  .connect-box .connect-links li {
    padding: 5px 26px 6px;
  }
}
@media screen and (max-width: 991px) {
  .header .pull-left {
    width: 20%;
  }
  .header .menu-area #showRightPush {
    margin: 33px 0 0;
  }
  .header #row-header .row-header-inner .wrap-right-menu {
    height: 90px;
  }
  .header #row-header .row-header-inner .wrap-right-menu .showRightPush {
    height: 90px;
  }
  .header #row-header #right-menu .top {
    padding-top: 27px;
  }
  .footer {
    padding: 42px 0 24px;
  }
  .footer .copyright {
    padding-top: 20px;
  }
  .footer .connect-box .connect-links li {
    padding: 4px 20px;
  }
  .connect-box .connect-links li {
    padding: 4px 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    background: none;
  }
  .header .wrap {
    padding: 0 !important;
  }
  .header #row-header .row-header-inner {
    padding-top: 16px;
  }
  .header .pull-left {
    display: none;
  }
  .header .logo {
    position: static;
    width: 278px;
    margin: 0 auto;
  }
  .header .menu-area {
    width: 100%;
    z-index: 9999;
  }
  .header .menu-area #showRightPush,
  .header .menu-area #showDropdown {
    display: block;
    margin: 14px auto 0;
    float: none;
    font-size: 16px;
  }
  .header .menu-area #showRightPush:before,
  .header .menu-area #showDropdown:before {
    background-image: url(../img/sprite.png);
    background-position: -150px -29px;
    width: 24px;
    height: 18px;
    margin-top: 2px;
  }
  .header .menu-area #showRightPush.active:before,
  .header .menu-area #showDropdown.active:before {
    content: "\f00d";
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 10px 0 0;
    font-family: FontAwesome;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
  }
  .header .menu-area.active {
    right: 0;
  }
  .header .btn-get-help {
    width: 110px;
  }
  .header.fixed #row-header {
    padding: 0 !important;
  }
  .header.fixed .menu-area.active {
    right: 0;
  }
  .footer .footer-logo a {
    width: 288px;
    height: 35px;
    background: url(../img/logo_footer_mobile.png) no-repeat;
  }
  .footer .copyright .text-uppercase {
    margin-bottom: 13px;
    line-height: 18px;
  }
  .footer .copyright .info {
    margin-bottom: 8px;
    line-height: 18px;
  }
  .connect-box .connect-links li {
    border: none;
  }
}
@media screen and (max-width: 599px) {
  .mfp-container {
    padding: 0;
  }
  .mfp-container .mfp-content {
    width: 88%;
  }
  .mfp-container .mfp-close {
    right: -17px;
  }
  .mfp-container #btw-popup {
    width: 100%;
    padding-bottom: 20px;
  }
  .mfp-container #btw-popup h2 {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }
  .mfp-container #btw-popup .popup-content {
    width: 93%;
    line-height: 26px;
  }
  .mfp-container #btw-popup .btn-popup {
    width: 80%;
    padding: 6px 10px;
    margin-top: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .connect-box .social {
    padding: 0 0 16px;
  }
  .connect-box .connect-links {
    padding: 0 0 12px;
  }
  .connect-box .connect-links li {
    display: block;
    padding: 4px 0;
    font-size: 16px;
    line-height: 32px;
  }
  .connect-box .connect-links li.menu-little-monsters a {
    background-image: url(../img/sprite.png);
    background-position: 0px -29px;
    width: 148px;
    height: 22px;
  }
  .connect-box .connect-links li.menu-share-your-story a:before,
  .connect-box .connect-links li.menu-join-the-born-brave-nation a:before {
    margin-right: 16px;
    font-size: 32px;
  }
  .footer {
    padding: 38px 0 24px;
  }
  .footer .footer-logo {
    padding-bottom: 32px;
  }
  .footer .copyright {
    padding-top: 0;
  }
  .footer .connect-box .social {
    padding-bottom: 10px;
  }
  .footer .connect-box .connect-lnks {
    padding-bottom: 10px;
  }
  .footer .connect-box .connect-lnks li {
    display: block;
    padding: 4px 0;
  }
}
#right-menu,
#dropdown-menu {
  width: 405px;
  height: 100%;
  top: 0;
  right: -405px;
  background: transparent;
  position: absolute;
  z-index: 1000;
  overflow-y: hidden;
}
#right-menu.open,
#dropdown-menu.open {
  right: -15px;
}
#right-menu .top,
#dropdown-menu .top {
  width: 100%;
  height: 100px;
  padding: 32px 20px 0 28px;
  background: #ab74b1;
}
#right-menu .top ul.social,
#dropdown-menu .top ul.social {
  margin: 0 0 0 126px;
}
#right-menu .top .fa,
#dropdown-menu .top .fa {
  margin-right: 4px;
  font-size: 28px;
}
#right-menu .bottom,
#dropdown-menu .bottom {
  float: right;
  background: #FFF;
}
#right-menu .bottom .search-form,
#dropdown-menu .bottom .search-form {
  border-bottom: 3px solid #ab74b1;
}
#right-menu .bottom .search-form input,
#dropdown-menu .bottom .search-form input {
  border: 0;
  height: 76px;
}
#right-menu .bottom .search-form ::-webkit-input-placeholder,
#dropdown-menu .bottom .search-form ::-webkit-input-placeholder {
  color: #cdcdcd;
}
#right-menu .bottom .search-form :-moz-placeholder,
#dropdown-menu .bottom .search-form :-moz-placeholder {
  color: #cdcdcd;
}
#right-menu .bottom .search-form ::-moz-placeholder,
#dropdown-menu .bottom .search-form ::-moz-placeholder {
  color: #cdcdcd;
}
#right-menu .bottom .search-form :-ms-input-placeholder,
#dropdown-menu .bottom .search-form :-ms-input-placeholder {
  color: #cdcdcd;
}
#right-menu .bottom .search-form input[type="search"],
#dropdown-menu .bottom .search-form input[type="search"] {
  width: 310px;
  font-family: 'Roboto-Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  padding: 10px 19px;
  line-height: 40px;
  color: #343434;
}
#right-menu .bottom .search-form input[type="submit"],
#dropdown-menu .bottom .search-form input[type="submit"] {
  width: 70px;
  float: right;
  padding: 0;
  text-indent: -9999px;
  background: #fff url(../img/search.png) no-repeat 11px center;
}
#right-menu .bottom ul.menu,
#dropdown-menu .bottom ul.menu {
  height: 100%;
  padding: 20px 0;
}
#right-menu .bottom ul.menu > li.red a,
#dropdown-menu .bottom ul.menu > li.red a {
  color: #d56064;
}
#right-menu .bottom ul.menu > li > a,
#dropdown-menu .bottom ul.menu > li > a {
  display: block;
  color: #ab74b1;
  font-family: 'Montserrat-Regular', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: normal;
  padding: 8px 22px 8px 28px;
  margin-bottom: 2px;
}
#right-menu .bottom ul.menu > li > a:hover,
#dropdown-menu .bottom ul.menu > li > a:hover {
  background: #ab74b1;
  color: #fff;
  text-decoration: none;
}
#right-menu .bottom ul.menu > li ul.sub-menu,
#dropdown-menu .bottom ul.menu > li ul.sub-menu {
  margin: 11px 30px;
}
#right-menu .bottom ul.menu > li ul.sub-menu li a,
#dropdown-menu .bottom ul.menu > li ul.sub-menu li a {
  display: block;
  width: 100%;
  color: #3c3c3c;
  font-family: 'Roboto-Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  padding: 5px 12px;
  margin-bottom: 15px;
}
#right-menu .bottom ul.menu > li ul.sub-menu li a:hover,
#dropdown-menu .bottom ul.menu > li ul.sub-menu li a:hover {
  background: #ab74b1;
  color: #fff;
  text-decoration: none;
}
#right-menu.open .bottom,
#dropdown-menu.open .bottom {
  -webkit-box-shadow: -8px 10px 20px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: -8px 10px 20px 0px rgba(50, 50, 50, 0.2);
  box-shadow: -8px 10px 20px 0px rgba(50, 50, 50, 0.2);
}
#right-menu.fixed {
  position: fixed;
}
@media screen and (min-width: 768px) {
  .btw-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
  }
  .btw-spmenu-push-toright {
    left: 405px;
  }
  body.btw-spmenu-push-toleft {
    left: 0;
  }
  .btw-spmenu,
  .btw-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 991px) {
  #right-menu .top {
    height: 90px;
    padding-top: 29px;
  }
}
@media screen and (max-width: 767px) {
  #menu-area-mobile {
    padding: 0;
  }
  #menu-area-mobile #dropdown-menu {
    display: none;
    margin: 0 auto;
    /* position: fixed; */
    top: inherit;
    right: inherit;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: auto;
    /* overflow-y: visible; */
  }
  #menu-area-mobile #dropdown-menu .top {
    height: 72px;
    padding-top: 14px;
  }
  #menu-area-mobile #dropdown-menu .bottom .search-form input[type="search"] {
    width: 245px;
    height: 68px;
    line-height: 48px;
  }
  #menu-area-mobile #dropdown-menu .bottom .search-form input[type="submit"] {
    width: 70px;
    height: 68px;
  }
  #menu-area-mobile #dropdown-menu .bottom ul.menu {
    height: auto;
  }
  #menu-area-mobile #dropdown-menu .bottom ul.menu > li > a {
    font-size: 22px;
  }
  #right-menu {
    display: none !important;
  }
  #dropdown-menu {
    background: #fff;
  }
  #dropdown-menu .bottom {
    float: none;
    overflow-y: auto;
  }
  #dropdown-menu .top ul.social {
    margin: 0 auto;
  }
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
/* Cube */
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.page-home {
  /* .banner {
		height: 500px;
		background-image: url(../img/banner_home.jpg);
		background-repeat: no-repeat;
		background-position: center 0;
	} */
}
.page-home main {
  padding-top: 0;
}
.col-full-height {
  margin-bottom: 28px;
}
.gradient1 {
  background: rgba(242, 136, 43, 0.8);
  background: -webkit-linear-gradient(left, rgba(242, 136, 43, 0.8), rgba(242, 226, 58, 0.8));
  background: -o-linear-gradient(right, rgba(242, 136, 43, 0.8), rgba(242, 226, 58, 0.8));
  background: -moz-linear-gradient(right, rgba(242, 136, 43, 0.8), rgba(242, 226, 58, 0.8));
  background: linear-gradient(to right, rgba(242, 136, 43, 0.8), rgba(242, 226, 58, 0.8));
}
.gradient2 {
  background: rgba(235, 232, 74, 0.8);
  background: -webkit-linear-gradient(left, rgba(235, 232, 74, 0.8), rgba(81, 175, 157, 0.8));
  background: -o-linear-gradient(right, rgba(235, 232, 74, 0.8), rgba(81, 175, 157, 0.8));
  background: -moz-linear-gradient(right, rgba(235, 232, 74, 0.8), rgba(81, 175, 157, 0.8));
  background: linear-gradient(to right, rgba(235, 232, 74, 0.8), rgba(81, 175, 157, 0.8));
}
.gradient3 {
  background: rgba(65, 168, 162, 0.8);
  background: -webkit-linear-gradient(left, rgba(65, 168, 162, 0.8), rgba(74, 148, 210, 0.8));
  background: -o-linear-gradient(right, rgba(65, 168, 162, 0.8), rgba(74, 148, 210, 0.8));
  background: -moz-linear-gradient(right, rgba(65, 168, 162, 0.8), rgba(74, 148, 210, 0.8));
  background: linear-gradient(to right, rgba(65, 168, 162, 0.8), rgba(74, 148, 210, 0.8));
}
.r-block {
  padding: 46px 0 24px;
}
.r-block .wrapper-in {
  max-width: 960px;
}
.r-block .flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.r-block .flexbox [class^="col"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.r-block .box {
  text-align: center;
  padding-bottom: 26px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  /* a.more {
			.roboto_medium(18px);
			color: @brand-primary;
			clear: both;
			display: block;
			text-transform: capitalize;
		} */
}
.r-block .box .box-title {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 17px;
  color: #333;
  font-family: 'Montserrat-Regular', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  /* height: auto;
			line-height: 37px;
			padding: 24px 10px;
			margin: 0;
			text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5); */
}
.r-block .box .box-title a {
  color: #333;
}
.r-block .box .box-title a:hover {
  color: #369ad3;
  text-decoration: none;
}
.r-block .box .box-title .fa {
  color: #b7b7b7;
  font-size: 20px;
}
.r-block .box .box-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(242, 136, 43, 0.8);
  background: -webkit-linear-gradient(left, rgba(242, 136, 43, 0.8), rgba(242, 226, 58, 0.8));
  background: -o-linear-gradient(right, rgba(242, 136, 43, 0.8), rgba(242, 226, 58, 0.8));
  background: -moz-linear-gradient(right, rgba(242, 136, 43, 0.8), rgba(242, 226, 58, 0.8));
  background: linear-gradient(to right, rgba(242, 136, 43, 0.8), rgba(242, 226, 58, 0.8));
}
.r-block .box .box-title:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  background-image: url(../img/sprite.png);
  background-position: -71px -53px;
  width: 8px;
  height: 4px;
  margin-left: -4px;
}
.r-block .box .box-content {
  width: 100%;
  padding: 25px 10px;
  font-size: 16px;
  line-height: 22px;
  /* padding: 26px 37px 14px;
			line-height: 29px;
			color: #383838; */
}
.r-block .box .thumb {
  position: relative;
  display: block;
  width: 100%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.r-block .box .thumb img {
  width: 100%;
  height: auto;
}
.r-block .box .thumb .thumb-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: 'Montserrat-Regular', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(2, 3, 3, 0.3);
  background: rgba(242, 136, 43, 0.8);
  background: -webkit-linear-gradient(left, rgba(242, 136, 43, 0.8), rgba(242, 226, 58, 0.8));
  background: -o-linear-gradient(right, rgba(242, 136, 43, 0.8), rgba(242, 226, 58, 0.8));
  background: -moz-linear-gradient(right, rgba(242, 136, 43, 0.8), rgba(242, 226, 58, 0.8));
  background: linear-gradient(to right, rgba(242, 136, 43, 0.8), rgba(242, 226, 58, 0.8));
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.r-block .box2 .thumb .thumb-text {
  background: rgba(235, 232, 74, 0.8);
  background: -webkit-linear-gradient(left, rgba(235, 232, 74, 0.8), rgba(81, 175, 157, 0.8));
  background: -o-linear-gradient(right, rgba(235, 232, 74, 0.8), rgba(81, 175, 157, 0.8));
  background: -moz-linear-gradient(right, rgba(235, 232, 74, 0.8), rgba(81, 175, 157, 0.8));
  background: linear-gradient(to right, rgba(235, 232, 74, 0.8), rgba(81, 175, 157, 0.8));
}
.r-block .box2 .box-title:before {
  background: rgba(235, 232, 74, 0.8);
  background: -webkit-linear-gradient(left, rgba(235, 232, 74, 0.8), rgba(81, 175, 157, 0.8));
  background: -o-linear-gradient(right, rgba(235, 232, 74, 0.8), rgba(81, 175, 157, 0.8));
  background: -moz-linear-gradient(right, rgba(235, 232, 74, 0.8), rgba(81, 175, 157, 0.8));
  background: linear-gradient(to right, rgba(235, 232, 74, 0.8), rgba(81, 175, 157, 0.8));
}
.r-block .box2 .box-title:after {
  background-position: -81px -53px;
}
.r-block .box3 .thumb .thumb-text {
  background: rgba(65, 168, 162, 0.8);
  background: -webkit-linear-gradient(left, rgba(65, 168, 162, 0.8), rgba(74, 148, 210, 0.8));
  background: -o-linear-gradient(right, rgba(65, 168, 162, 0.8), rgba(74, 148, 210, 0.8));
  background: -moz-linear-gradient(right, rgba(65, 168, 162, 0.8), rgba(74, 148, 210, 0.8));
  background: linear-gradient(to right, rgba(65, 168, 162, 0.8), rgba(74, 148, 210, 0.8));
}
.r-block .box3 .box-title:before {
  background: rgba(65, 168, 162, 0.8);
  background: -webkit-linear-gradient(left, rgba(65, 168, 162, 0.8), rgba(74, 148, 210, 0.8));
  background: -o-linear-gradient(right, rgba(65, 168, 162, 0.8), rgba(74, 148, 210, 0.8));
  background: -moz-linear-gradient(right, rgba(65, 168, 162, 0.8), rgba(74, 148, 210, 0.8));
  background: linear-gradient(to right, rgba(65, 168, 162, 0.8), rgba(74, 148, 210, 0.8));
}
.r-block .box3 .box-title:after {
  background-position: -91px -53px;
}
.row-donate {
  margin-top: 38px;
}
.row-donate .box2 {
  min-height: 334px;
}
.row-donate .box2 .box-content {
  padding: 26px 80px 28px;
}
.row-donate .box2.second .box-content {
  padding: 30px 24px 0;
}
.row-donate .btn-more-posts,
.row-donate .btn-donate,
.row-donate input[type="submit"] {
  font-family: 'Raleway-Bold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  padding: 11px 30px;
  border: 1px solid #4bac96;
  background: #fff;
  color: #4bac96;
  clear: both;
  display: inline-block;
  outline: none;
  white-space: normal;
}
.row-donate .btn-more-posts:hover,
.row-donate .btn-donate:hover,
.row-donate input[type="submit"]:hover {
  padding: 10px 31px;
  color: #fff;
  background: #4bac96;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 0px 0px #d8d8d8;
  -moz-box-shadow: 0px 3px 0px 0px #d8d8d8;
  box-shadow: 0px 3px 0px 0px #d8d8d8;
  border-left: none;
  border-right: none;
  border-top: 3px solid #81c5b6;
  border-bottom-color: #2e9f85;
}
.row-donate .btn-more-posts {
  border: 1px solid #F79622;
  color: #F79622;
}
.row-donate .btn-more-posts:hover {
  background: #F79622;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 0px 0px #D8D8D8;
  -moz-box-shadow: 0px 3px 0px 0px #D8D8D8;
  box-shadow: 0px 3px 0px 0px #D8D8D8;
  border-top: 3px solid #F9B564;
  border-bottom-color: #F79622;
}
.row-donate .form-group {
  margin-bottom: 30px;
}
.row-donate .form-group input[type="text"] {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 7px 12px;
  height: 40px;
  line-height: 24px;
  font-family: 'Raleway-Medium', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
}
.row-donate .form-group input[type="text"]:focus {
  border-color: #4bac96;
  box-shadow: none;
}
.row-donate .form-group::-webkit-input-placeholder {
  text-align: center;
}
.row-donate .form-group::-moz-placeholder {
  text-align: center;
}
.row-donate .form-group:-ms-input-placeholder {
  text-align: center;
}
.blog-block {
  position: relative;
  padding: 45px 0 50px;
  color: #fff;
  text-align: center;
  background: rgba(171, 116, 176, 0.8);
  background: -webkit-linear-gradient(left, rgba(171, 116, 176, 0.8), rgba(212, 96, 101, 0.8));
  background: -o-linear-gradient(right, rgba(171, 116, 176, 0.8), rgba(212, 96, 101, 0.8));
  background: -moz-linear-gradient(right, rgba(171, 116, 176, 0.8), rgba(212, 96, 101, 0.8));
  background: linear-gradient(to right, rgba(171, 116, 176, 0.8), rgba(212, 96, 101, 0.8));
}
.blog-block:before {
  top: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 30px;
  margin-left: -30px;
}
.blog-block a {
  color: #fff;
}
.blog-block h2 {
  margin: 0;
  padding: 0 0 46px;
  color: #fff;
  font-family: 'Montserrat-Regular', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  text-shadow: 0 2px 1px rgba(2, 3, 3, 0.3);
}
.blog-block .flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-block .flexbox [class^="col"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-block .blog-box {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding: 25px 25px 30px;
  font-family: 'Montserrat-Regular', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  background: #fff;
  box-shadow: 4px 4px rgba(2, 3, 3, 0.07);
}
.blog-block .blog-box:hover {
  text-decoration: none;
}
.blog-block .blog-box .ttl {
  display: block;
  min-height: 52px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #369ad3;
  font-family: 'Montserrat-Regular', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
}
.blog-block .blog-box .img-wrap {
  display: block;
  margin-bottom: 18px;
}
.blog-block .blog-box img {
  width: 100%;
}
.blog-block .blog-box .fb_comments_count_name {
  display: block;
  color: #333;
  line-height: 30px;
}
.blog-block .blog-box .fb_comments_count_name .fa {
  color: #369ad3;
  font-size: 26px;
  vertical-align: top;
}
.blog-block .pagination li a {
  color: #fff;
  border-color: #fff;
}
.blog-block .pagination li a:hover,
.blog-block .pagination li a:focus {
  color: #369ad3;
  background: none;
}
.page-home .blog-block:before {
  display: none;
}
.more-block {
  padding: 50px 0 30px;
}
.more-block .col {
  width: 25%;
  padding: 0 15px;
  float: left;
}
.more-block .box {
  position: relative;
  margin-bottom: 20px;
  color: #fff;
  font-family: 'Montserrat-Regular', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 2px 1px rgba(2, 3, 3, 0.3);
}
.more-block .box .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.more-block .box img {
  width: 100%;
  height: auto;
}
.more-block .box a {
  color: #fff;
}
.more-block .box p {
  margin-bottom: 4px;
}
.more-block .box .cont-wrap {
  position: relative;
  z-index: 10;
  min-height: 150px;
  padding: 16px 22px;
  background: rgba(75, 172, 151, 0.7);
  background: -webkit-linear-gradient(left, rgba(75, 172, 151, 0.7), rgba(54, 154, 210, 0.7));
  background: -o-linear-gradient(right, rgba(75, 172, 151, 0.7), rgba(54, 154, 210, 0.7));
  background: -moz-linear-gradient(right, rgba(75, 172, 151, 0.7), rgba(54, 154, 210, 0.7));
  background: linear-gradient(to right, rgba(75, 172, 151, 0.7), rgba(54, 154, 210, 0.7));
}
.more-block .box .lnk {
  font-size: 14px;
  line-height: 20px;
}
.more-block .wrapper-in {
  max-width: 960px;
}
.more-block.three-item .flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.more-block.three-item .col {
  width: 33.333333%;
}
.slider-block {
  padding: 40px 0 20px;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  background: url(../img/slider-bg.jpg) no-repeat 50% 0;
  background-size: cover;
}
.slider-block .wrapper {
  min-height: inherit;
  padding: 0 15px;
}
.slider-block .wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
}
.slider-block .col-img {
  width: 60%;
  float: left;
  padding: 0 15px;
}
.slider-block .col-img img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.slider-block .col-text {
  width: 40%;
  float: left;
  padding: 0 15px 0 42px;
}
.slider-block h2 {
  margin: 12px 0 10px;
  color: #369ad3;
  font-family: 'Montserrat-Regular', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 30px;
}
.slider-block .btn-primary {
  margin-top: 14px;
}
.owl-theme .owl-nav {
  margin: 0;
}
.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  display: inline-block;
  margin: -38px 0 0;
  padding: 0;
  color: #ab74b1;
  font: normal normal normal 56px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  border-radius: 0;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  color: #ab74b1;
  background: none;
}
.owl-theme .owl-prev {
  left: 0;
}
.owl-theme .owl-prev:before {
  content: "\f104";
}
.owl-theme .owl-next {
  right: 0;
}
.owl-theme .owl-next:after {
  content: "\f105";
}
.owl-theme .owl-dots {
  padding-top: 20px;
  line-height: 16px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0 5px;
  background: none;
  border: 2px solid #ab74b1;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ab74b1;
}
.connect-block {
  padding: 45px 0 19px;
  color: #fff;
  text-align: center;
  background: #dd8083;
  background: -webkit-linear-gradient(left, #dd8083, #f9ab4e);
  background: -o-linear-gradient(right, #dd8083, #f9ab4e);
  background: -moz-linear-gradient(right, #dd8083, #f9ab4e);
  background: linear-gradient(to right, #dd8083, #f9ab4e);
}
.connect-block h1,
.connect-block h2,
.connect-block h3,
.connect-block h4,
.connect-block h5,
.connect-block h6,
.connect-block a {
  color: #fff;
}
.connect-block h2 {
  margin: 0;
  padding: 0 0 38px;
  font-family: 'Montserrat-Regular', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  text-shadow: 0 2px 1px rgba(2, 3, 3, 0.3);
}
.not-home .connect-block {
  padding-bottom: 46px;
}
@media screen and (max-width: 1200px) {
  .more-block .box {
    font-size: 16px;
    line-height: 22px;
  }
  .more-block .box .cont-wrap {
    min-height: 120px;
    padding: 14px 18px;
  }
  .more-block .box .lnk {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .page-home .blog-block .row [class^="col"]:last-child {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .slider-block .col-img,
  .slider-block .col-text {
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  .more-block .col,
  .three-item.more-block .col {
    width: 50%;
  }
  .more-block .box {
    font-size: 24px;
    line-height: 26px;
  }
  .more-block .box .cont-wrap {
    min-height: 150px;
    padding: 16px 22px;
  }
  .more-block .box .lnk {
    font-size: 14px;
  }
  .blog-block .blog-box {
    padding: 16px 20px;
    font-size: 13px;
  }
  .blog-block .blog-box .ttl {
    height: 42px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 21px;
  }
  .blog-block .blog-box .img-wrap {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  .row-full-height {
    height: 100%;
  }
  .row-same-height {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .col-xs-height {
    display: table-cell;
    float: none !important;
  }
}
@media screen and (max-width: 991px) {
  .page-home .banner {
    height: 453px;
    background-image: url(../img/banner_home_tablet.jpg);
  }
  .box .box-title {
    font-family: 'Raleway-Medium', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
  }
  .box .box-content {
    padding: 22px 37px 14px;
  }
  .row-intro {
    margin-top: 50px;
  }
  .row-donate {
    margin-top: 18px;
  }
  .row-donate .box2 {
    min-height: 334px;
  }
  .row-donate .box2 .box-content {
    padding: 22px 40px 21px;
  }
  .row-donate .box2.second .box-content {
    padding: 30px 21px 0;
  }
  .row-donate .form-group {
    margin-bottom: 9px;
  }
  .row-donate .form-group input[type="text"] {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 6px 12px;
    font-family: 'Raleway-Medium', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
  }
  .row-donate .form-group input[type="submit"] {
    margin-top: 21px;
    padding: 11px 26px;
  }
  .row-donate .form-group.form-group-submit {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-home .row-intro {
    margin-top: 34px;
  }
  .page-home .row-donate {
    margin-top: 50px;
  }
  .page-home .col-full-height {
    margin-bottom: 0;
  }
  .r-block .box {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .r-block .box .box-content {
    width: 49%;
    padding: 0 10px;
  }
  .r-block .box .thumb {
    width: 49%;
    -webkit-align-self: center;
    align-self: center;
  }
  .r-block .box .box-title {
    margin-bottom: 15px;
  }
  .slider-block {
    font-size: 16px;
    line-height: 24px;
  }
  .slider-block h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .page-home .blog-block .row [class^="col"]:last-child {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .more-block .box {
    font-size: 16px;
    line-height: 22px;
  }
  .more-block .box .cont-wrap {
    min-height: 120px;
    padding: 14px 18px;
  }
  .more-block .box .lnk {
    font-size: 12px;
  }
}
@media screen and (max-width: 540px) {
  .blog-block .flexbox [class^="col"] {
    width: 100%;
  }
  .blog-block .blog-box {
    max-width: 300px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 500px) {
  .more-block .col,
  .three-item.more-block .col {
    width: 100%;
  }
  .more-block .box {
    font-size: 24px;
    line-height: 26px;
  }
  .more-block .box .cont-wrap {
    min-height: 150px;
    padding: 16px 22px;
  }
  .more-block .box .lnk {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .r-block .row {
    display: block;
  }
  .r-block .row [class^="col"] {
    display: block;
  }
  .r-block .box {
    display: block;
  }
  .r-block .box .box-content {
    width: 100%;
    padding: 25px 10px;
  }
  .r-block .box .thumb {
    width: 100%;
  }
  .r-block .box .box-title {
    margin-bottom: 0;
  }
  .connect-block {
    padding: 35px 0 19px;
  }
  .connect-block h2 {
    padding: 0 0 26px;
  }
}
@media screen and (max-width: 380px) {
  .more-block .box {
    font-size: 22px;
    line-height: 24px;
  }
  .more-block .box .cont-wrap {
    min-height: 140px;
  }
}
.page-title {
  margin: 0 0 26px;
  color: #369ad3;
  font-family: 'Montserrat-Light', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #369ad3;
  font-family: 'Montserrat-Light', Arial, sans-serif;
}
h3 {
  font-family: 'Montserrat-Light', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
}
main.not-home h2.page-title .vcard {
  text-transform: none;
}
main.not-home .main-content .content p img.alignright {
  margin-left: 37px;
  margin-top: 6px;
}
main.not-home .main-content .content p img.alignleft {
  margin-right: 37px;
  margin-top: 6px;
}
main.not-home .main-content .content p a {
  color: #369ad3;
}
main.not-home .main-content .content p a:hover {
  color: #369ad3;
}
main.not-home .main-content .content p.has_a_btn {
  clear: both;
}
main.not-home .main-content .content p.has_a_btn a.btn {
  font-family: 'Raleway-Bold', sans-serif;
  font-style: normal;
  font-weight: normal;
  border: 1px solid #369ad3;
  background: #FFF;
  font-size: 18px;
  width: 43%;
  padding: 16px 35px;
  word-wrap: break-word;
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 3.6%;
  display: inline-block;
  color: #369ad3;
}
main.not-home .main-content .content p.has_a_btn a.btn:hover {
  padding: 15px 33px;
  color: #fff;
  -webkit-box-shadow: 0px 3px 0px 0px #dfdfe0;
  -moz-box-shadow: 0px 3px 0px 0px #dfdfe0;
  box-shadow: 0px 3px 0px 0px #dfdfe0;
  border-left: none;
  border-right: none;
  border-bottom-color: #369ad3;
  border-top: 3px solid #73b8e0;
  background: #2b95d1;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}
main.not-home .main-content .content p.has_a_btn a.btn:first-child {
  margin-left: 5.1%;
}
main.not-home .main-content .content ul {
  list-style: disc;
  margin-bottom: 16px;
  list-style-position: inside;
  padding: 0 30px;
}
main.not-home .main-content .content ol {
  list-style: decimal;
  margin-bottom: 16px;
  list-style-position: inside;
  margin-left: 30px;
}
main.not-home .main-content .content .vision-accordion dt {
  text-align: center;
  font-weight: bold;
}
main.not-home .main-content .content .vision-accordion p {
  line-height: 20px;
  padding: 0;
  margin: 0 !important;
  font-size: 13px;
  font-weight: 500;
}
main.not-home .row-connect {
  margin-top: 25px;
}
main.not-home .row-connect h3 {
  margin-bottom: 26px;
}
main.not-home .row-connect .connect-msg-box {
  padding: 40px 30px;
}
main.not-home .row-connect .connect-msg-box form {
  color: #757575;
}
main.not-home .row-connect .connect-msg-box form .form-group {
  margin-bottom: 30px;
}
main.not-home .row-connect .connect-msg-box form .form-group input {
  border-radius: 8px;
  font-family: 'Raleway-Medium', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  height: 40px;
  padding-top: 10px;
  border: 1px solid #e1e1e1;
  box-shadow: none;
  text-align: center;
}
main.not-home .row-connect .connect-msg-box form .form-group select {
  font-family: 'Raleway-Medium', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
  box-shadow: none;
  text-align: center;
  color: #757575;
}
main.not-home .row-connect .connect-msg-box form .form-group textarea {
  font-family: 'OpenSans-Italic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
  box-shadow: none;
  resize: none;
  height: 313px;
  width: 100%;
  padding: 6px 12px;
}
main.not-home .row-connect .connect-msg-box form button.btn {
  border: 1px solid #369ad3;
  margin-top: -5px;
  font-family: 'Raleway-Bold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  padding: 10px 24px;
  color: #369ad3;
}
main.not-home .row-connect .connect-msg-box form button.btn:hover {
  background: #2b95d1;
  border-top: 3px solid #73b8e0;
  border-bottom: 3px solid #dfdfe0;
  border-left: none;
  border-right: none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  padding: 8px 24px;
  color: #FFF;
}
main.not-home .row-connect .connect-msg-box .gform_wrapper {
  margin-top: -24px;
}
main.not-home .row-connect .connect-msg-box .gform_wrapper .form-connect {
  text-align: center;
}
main.not-home .row-connect .connect-msg-box .gform_wrapper .form-connect .gform_heading {
  display: none;
}
main.not-home .row-connect .connect-msg-box .gform_wrapper .form-connect .gform_body ul {
  float: left;
}
main.not-home .row-connect .connect-msg-box .gform_wrapper .form-connect .gform_body ul li .ginput_container input {
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  box-shadow: none;
  font-family: 'Raleway-Medium', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  height: 40px;
  padding: 7px 10px;
  text-align: center;
}
main.not-home .row-connect .connect-msg-box .gform_wrapper .form-connect .gform_body ul li .ginput_container textarea {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  box-shadow: none;
  font-family: 'OpenSans-Italic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  height: 313px;
  padding: 6px 12px;
  resize: none;
  width: 100%;
}
main.not-home .row-connect .connect-msg-box .gform_wrapper .form-connect .gform_body ul li .ginput_container .select2-container a span {
  color: #999;
}
main.not-home .row-connect .connect-msg-box .gform_wrapper .form-connect .gform_footer .gform_button {
  border: 1px solid #369ad3;
  color: #369ad3;
  font-family: 'Raleway-Bold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  margin-top: 26px;
  padding: 10px 24px;
  background: #FFF;
}
main.not-home .row-connect .connect-msg-box .gform_wrapper .form-connect .gform_footer .gform_button:hover {
  background: none repeat scroll 0 0 #2b95d1;
  border-color: #73b8e0 -moz-use-text-color #dfdfe0;
  border-style: solid none;
  border-width: 3px medium;
  color: #fff;
  padding: 8px 24px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}
main.not-home .row-connect .twitter-box {
  float: left;
  margin-bottom: 18px;
}
main.not-home .row-connect .twitter-box #twitter-feed .connect-soc-box-content {
  background: #f6f6f6;
  position: relative;
  padding: 24px 8px 0px 24px;
  float: left;
}
main.not-home .row-connect .twitter-box #twitter-feed .connect-soc-box-content ul.tw-actions {
  float: right;
  position: absolute;
  right: 20px;
  top: 24px;
}
main.not-home .row-connect .twitter-box #twitter-feed .connect-soc-box-content ul.tw-actions li {
  float: left;
}
main.not-home .row-connect .twitter-box #twitter-feed .connect-soc-box-content ul.tw-actions li a {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0 15px;
}
main.not-home .row-connect .twitter-box #twitter-feed .connect-soc-box-content ul.tw-actions li a i.icon-reply {
  background: url(../img/rep-tw.jpg) no-repeat;
  display: block;
  width: 14px;
  height: 16px;
}
main.not-home .row-connect .twitter-box #twitter-feed .connect-soc-box-content ul.tw-actions li a i.icon-retweet {
  background: url(../img/re-tw.jpg) no-repeat;
  display: block;
  width: 16px;
  height: 16px;
}
main.not-home .row-connect .twitter-box #twitter-feed .connect-soc-box-content ul.tw-actions li a i.icon-star {
  background: url(../img/fa-tw.jpg) no-repeat;
  display: block;
  width: 17px;
  height: 16px;
}
main.not-home .row-connect .twitter-box #twitter-feed .connect-soc-box-content div.tw-content {
  float: left;
  width: 80%;
}
main.not-home .row-connect .twitter-box #twitter-feed .connect-soc-box-content div.tw-content p.e-entry-title {
  color: #343434;
  float: left;
  margin-left: 20px;
  margin-top: -20px;
  line-height: 19px;
  font-family: 'Roboto-Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
main.not-home .row-connect .twitter-box #twitter-feed .connect-soc-box-content div.tw-content p.e-entry-title a {
  color: #343434;
}
main.not-home .row-connect .twitter-box #twitter-feed .connect-soc-box-content div.tw-content p.full-name {
  color: #7f7f7f;
  float: left;
  margin-left: 15px;
  margin-top: -5px;
  font-family: 'Roboto-Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
main.not-home .row-connect .twitter-box #twitter-feed .connect-soc-box-content div.tw-content p.full-name a {
  color: #7f7f7f;
}
main.not-home .row-connect .twitter-box #twitter-feed .connect-soc-box-content a img.tw-avatar {
  float: left;
}
main.not-home .row-connect .instagram-box {
  padding-left: 0;
  float: left;
}
main.not-home .row-connect .instagram-box .row {
  margin-left: 0;
}
main.not-home .row-connect .instagram-box .row img {
  padding-left: 0;
  padding-right: 16px;
}
main.not-home .row-connect .facebook-box {
  margin-bottom: 18px;
  float: left;
}
main.not-home .row-connect .facebook-box img {
  float: left;
  margin-right: 24px;
  width: 50px;
  height: 50px;
}
main.not-home .row-connect .facebook-box .fb-status {
  font-family: 'Roboto-Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 17px;
  width: 74%;
  float: left;
}
main.not-home .row-connect .facebook-box .fb-status p {
  margin-bottom: 2px;
}
main.not-home .row-connect .facebook-box .fb-status p a {
  color: #369ad3;
  line-height: 19px;
}
main.not-home .row-connect .facebook-box .fb-status img {
  float: left;
  margin-right: 20px;
  width: auto;
  height: auto;
}
main.not-home .row-connect .facebook-box .connect-soc-box-content {
  background: #f6f6f6;
  padding: 20px 10px 5px 20px;
  float: left;
  word-break: break-word;
  -ms-word-wrap: break-word;
}
main.not-home .row-connect .little-monsters-box {
  float: left;
}
main.not-home .row-connect .little-monsters-box .connect-soc-box-content img {
  max-width: 100%;
  width: 100%;
}
.title-comment {
  margin-top: 60px;
  font-family: 'Montserrat-Regular', Arial, sans-serif;
}
.pagination-block {
  margin-top: 40px;
  padding: 40px 0;
  border: 2px solid #e0e0e0;
  border-width: 2px 0;
}
.pagination {
  display: block;
  text-align: center;
}
.pagination li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}
.pagination li a {
  float: none;
  display: block;
  width: 50px;
  height: 45px;
  padding: 8px 16px 9px 17px;
  color: #369ad3;
  background: none;
  font-family: 'Montserrat-Regular', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  border: 2px solid #369ad3;
}
.pagination li a:hover,
.pagination li a:focus {
  color: #fff;
  background: #369ad3;
  border-color: #369ad3;
}
.disclaimer {
  padding: 44px 0 24px;
  font-size: 16px;
}
.single {
  background: url(../img/single-bg.png) no-repeat 50% 0;
  background-size: 100% auto;
}
.single .page-title {
  text-align: left;
}
.single .pagination {
  margin: 0 auto;
}
.single .pagination li {
  margin: 0 14px;
}
.single .pagination li.prev a,
.single .pagination li.next a,
.single .pagination li.back a {
  display: inline-block;
  width: auto;
}
.single .pagination li.back a span {
  float: left;
  font-size: 23px;
  padding-right: 3px;
  padding-top: 5px;
}
.single .disclaimer .wrapper {
  max-width: 812px;
}
.page-programm {
  background: url(../img/single-bg.png) no-repeat 50% 0;
  background-size: 100% auto;
}
div.share-social-popup {
  position: fixed;
  width: 380px;
  height: 70px;
  top: 50%;
  right: -345px;
  z-index: 10000;
}
div.share-social-popup a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/share-pop.png) no-repeat center center;
  float: left;
  background-image: url(../img/sprite.png);
  background-position: 0px -53px;
  width: 35px;
  height: 70px;
}
div.share-social-popup ul {
  float: left;
  background: #4bac96;
  background: -webkit-linear-gradient(#4bac96, #369ad3);
  background: -o-linear-gradient(#4bac96, #369ad3);
  background: -moz-linear-gradient(#4bac96, #369ad3);
  background: linear-gradient(#4bac96, #369ad3);
}
div.share-social-popup ul li {
  float: left;
  padding: 0 10px;
}
div.share-social-popup ul li span span.stLarge {
  background-image: none !important;
  height: 70px !important;
}
div.share-social-popup ul li.facebook span.st_facebook_large {
  background: url(../img/fb-pop.png) no-repeat center center;
  height: 70px !important;
  display: block;
}
div.share-social-popup ul li.twitter span.st_twitter_large {
  background: url(../img/tw-pop.png) no-repeat center center;
  height: 70px !important;
  display: block;
}
div.share-social-popup ul li.youtube span {
  background: url(../img/yt-pop.png) no-repeat center center;
  height: 70px !important;
  display: block;
}
div.share-social-popup ul li.pinterest span.st_pinterest_large {
  background: url(../img/pin-pop.png) no-repeat center center;
  height: 70px !important;
  display: block;
}
div.share-social-popup ul li.email span.st_email_large {
  background: url(../img/email-pop.png) no-repeat center center;
  height: 70px !important;
  display: block;
}
body.page-template-template-connect main.not-home h3 {
  font-family: 'Raleway-SemiBold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #369ad3;
}
body.page-template-template-connect main.not-home h3 a {
  font-family: 'Raleway-SemiBold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #369ad3;
}
/* 768 */
@media only screen and (max-width: 1023px) {
  main.not-home .main-content .content p a.btn {
    padding-right: 15px;
    padding-left: 15px;
    width: 48%;
    margin-left: 0;
  }
  main.not-home .main-content .content p a.btn:last-child {
    margin-left: 4%;
  }
  main.not-home .row-connect {
    margin-top: 0;
    padding: 5px;
  }
  main.not-home .row-connect h3 {
    font-family: 'Raleway-SemiBold', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
  }
  main.not-home .row-connect h3 a {
    font-family: 'Raleway-SemiBold', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
  }
  main.not-home .row-connect .facebook-box,
  main.not-home .row-connect .twitter-box {
    margin: 0 auto;
    width: 100%;
  }
  main.not-home .row-connect .facebook-box .tw-content,
  main.not-home .row-connect .twitter-box .tw-content {
    text-align: left;
  }
  main.not-home .row-connect .instagram-box .connect-soc-box-content .row img.col-sm-3 {
    width: 25%;
  }
  main.not-home .row-connect .connect-msg-box form .form-group textarea {
    height: 144px;
  }
  main.not-home .row-connect .facebook-box .fb-status {
    width: 74%;
  }
  main.not-home .row-connect .connect-msg-box .gform_wrapper {
    margin-top: -24px;
  }
  main.not-home .row-connect .connect-msg-box .gform_wrapper .form-connect {
    text-align: center;
  }
  main.not-home .row-connect .connect-msg-box .gform_wrapper .form-connect .gform_heading {
    display: none;
  }
  main.not-home .row-connect .connect-msg-box .gform_wrapper .form-connect .gform_body ul {
    float: none;
  }
  main.not-home .row-connect .connect-msg-box .gform_wrapper .form-connect .gform_body ul li .ginput_container textarea {
    height: 144px;
  }
}
@media screen and (max-width: 991px) {
  main.not-home .row-connect {
    margin-top: 0;
    padding: 5px;
  }
  main.not-home .row-connect .facebook-box,
  main.not-home .row-connect .twitter-box {
    margin: 20px 0 auto;
    text-align: center;
    width: 100%;
    float: left;
  }
  main.not-home .row-connect .facebook-box .connect-soc-box-content,
  main.not-home .row-connect .twitter-box .connect-soc-box-content {
    width: 100%;
  }
  main.not-home .row-connect .facebook-box .fb-status,
  main.not-home .row-connect .twitter-box .fb-status {
    text-align: left;
  }
  main.not-home .row-connect .instagram-box {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  main.not-home .row-connect h3 {
    font-family: 'Raleway-SemiBold', sans-serif !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 26px !important;
  }
  main.not-home .row-connect h3 a {
    font-family: 'Raleway-SemiBold', sans-serif !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 26px !important;
  }
  main.not-home .row-connect .little-monsters-box {
    float: left;
  }
  main.not-home .row-connect .little-monsters-box .connect-soc-box-content img {
    max-width: 100%;
    width: 100%;
  }
  main.not-home .connect-msg-box .gform_wrapper {
    margin-top: -24px;
  }
  main.not-home .connect-msg-box .gform_wrapper .form-connect {
    text-align: center;
  }
  main.not-home .connect-msg-box .gform_wrapper .form-connect .gform_heading {
    display: none;
  }
  main.not-home .connect-msg-box .gform_wrapper .form-connect .gform_body ul {
    float: none;
  }
  main.not-home .connect-msg-box .gform_wrapper .form-connect .gform_body ul li .ginput_container textarea {
    height: 144px;
  }
}
/* 320 */
@media only screen and (max-width: 767px) {
  .single {
    background-size: auto;
  }
  .single .pagination li {
    margin: 0 5px;
  }
  main.not-home .wrap-inner {
    padding: 0;
  }
  main.not-home .wrap-inner .main-content .content p.has_img {
    padding-right: 0;
    padding-left: 0;
  }
  main.not-home .wrap-inner .main-content .content p.has_img img {
    width: 100%;
    height: auto;
  }
  main.not-home .wrap-inner .main-content .content p.has_a_btn a.btn {
    width: 100%;
    margin-left: 0;
    padding-right: 16px;
    padding-left: 16px;
  }
  main.not-home .wrap-inner .row-connect {
    margin: 0;
  }
  main.not-home .wrap-inner .row-connect h3 {
    margin-bottom: 23px;
  }
  main.not-home .wrap-inner .row-connect .connect-form {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  main.not-home .wrap-inner .row-connect .connect-form h3 {
    font-size: 26px;
  }
  main.not-home .wrap-inner .row-connect .connect-form .connect-msg-box {
    padding: 35px 5px;
  }
  main.not-home .wrap-inner .row-connect .instagram-box,
  main.not-home .wrap-inner .row-connect .facebook-box,
  main.not-home .wrap-inner .row-connect .twitter-box {
    margin: 20px 0 auto;
    text-align: center;
    width: 100%;
  }
  main.not-home .wrap-inner .row-connect .instagram-box h3 a,
  main.not-home .wrap-inner .row-connect .facebook-box h3 a,
  main.not-home .wrap-inner .row-connect .twitter-box h3 a {
    font-size: 26px;
  }
  main.not-home .wrap-inner .row-connect .twitter-box #twitter-feed .connect-soc-box-content {
    min-height: 155px;
    padding: 0;
  }
  main.not-home .wrap-inner .row-connect .twitter-box #twitter-feed .connect-soc-box-content ul.tw-actions {
    top: 65px;
    left: 5px;
  }
  main.not-home .wrap-inner .row-connect .twitter-box #twitter-feed .connect-soc-box-content ul.tw-actions li {
    float: none;
    margin-bottom: 10px;
  }
  main.not-home .wrap-inner .row-connect .twitter-box #twitter-feed .connect-soc-box-content div.tw-content {
    padding: 18px 8px 24px 1px;
  }
  main.not-home .wrap-inner .row-connect .facebook-box .connect-soc-box-content {
    padding: 0;
  }
  main.not-home .wrap-inner .row-connect .facebook-box .connect-soc-box-content img {
    margin-bottom: 50px;
    margin-right: 18px;
  }
  main.not-home .wrap-inner .row-connect .facebook-box .connect-soc-box-content .fb-status {
    width: 74%;
    padding: 16px 8px 24px 1px;
    word-wrap: break-word;
  }
  main.not-home .wrap-inner .row-connect .instagram-box {
    margin-top: 20px;
  }
  main.not-home .wrap-inner .row-connect .instagram-box .connect-soc-box-content .row {
    margin-right: -22px;
  }
  main.not-home .wrap-inner .row-connect .instagram-box .connect-soc-box-content .row img.col-sm-3 {
    width: 50%;
    margin-bottom: 20px;
    padding-right: 20px;
  }
  main.not-home .wrap-inner .row-connect .instagram-box .connect-soc-box-content .row.visible-sm {
    margin-right: 0px;
  }
  main.not-home .wrap-inner .row-connect .instagram-box .connect-soc-box-content .row.visible-sm img.col-sm-3 {
    padding-right: 10px;
  }
  main.not-home .wrap-inner .row-connect .instagram-box .connect-soc-box-content .row.visible-sm img.col-sm-3:nth-child(2n) {
    padding-right: 0px;
    padding-left: 10px;
  }
  .share_click {
    position: fixed;
    z-index: 100;
    display: block;
    width: 33px;
    height: 70px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../img/share-pop.png) no-repeat center center;
    float: left;
    top: 40%;
    right: 0;
  }
  .share-content {
    float: none;
    min-height: 190px;
  }
  .share-content .popup-title {
    float: none;
    background: url(../img/share-mb.jpg) no-repeat center center;
    margin: 16px auto 34px;
    height: 14px;
    width: 116px;
    display: block;
    text-indent: -9999px;
  }
  .share-content ul li {
    float: left;
    background: #ab74b1;
    padding: 0 10px;
    width: 92px;
    margin-bottom: 28px;
  }
  .share-content ul li:hover {
    background: #ab74b1;
  }
  .share-content ul li span span.stLarge {
    background-image: none !important;
    height: 70px;
    width: 67px;
  }
  .share-content ul li.facebook span.st_facebook_large {
    background: url(../img/fb-icon-mb.jpg) no-repeat center center;
    height: 70px !important;
    display: block;
  }
  .share-content ul li.twitter span.st_twitter_large {
    background: url(../img/tw-icon-mb.jpg) no-repeat center center;
    height: 70px !important;
    display: block;
  }
  .share-content ul li.youtube span {
    background: url(../img/yt-pop.png) no-repeat center center;
    height: 70px !important;
    display: block;
  }
  .share-content ul li.pinterest span.st_pinterest_large {
    background: url(../img/pin-icon-mb.jpg) no-repeat center center;
    height: 70px !important;
    display: block;
  }
  .share-content ul li.email span.st_email_large {
    background: url(../img/mail-icon-mb.jpg) no-repeat center center;
    height: 70px !important;
    display: block;
  }
  .modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    -o-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
  }
  .modalDialog:target {
    opacity: 1;
    pointer-events: auto;
  }
  .modalDialog > div {
    width: 320px;
    position: relative;
    margin: 50% auto;
    padding: 5px 20px 13px 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #ab74b1;
  }
  .close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: -15px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
@media only screen and (max-width: 562px) {
  .single .pagination li {
    display: block;
    margin: 15px 0;
  }
}
@media screen and (max-width: 479px) {
  .page-title {
    font-size: 26px;
    line-height: 34px;
  }
  .pagination-block {
    margin-top: 0;
    padding: 10px 0 20px;
    border-top: 0;
  }
  .single .pagination li {
    display: block;
    margin: 20px 0;
  }
  .single .pagination li a {
    min-width: 184px;
  }
  .disclaimer {
    padding: 26px 0 16px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 370px) {
  main.not-home .wrap-inner {
    padding: 0;
  }
  main.not-home .wrap-inner .main-content .content p.has_a_btn {
    width: 100%;
  }
  main.not-home .wrap-inner .main-content .content p.has_a_btn a.btn {
    padding-right: 4px;
    padding-left: 4px;
  }
  main.not-home .wrap-inner .main-content .content p a.has_img img {
    margin-left: -16px !important;
    height: auto;
  }
}
/* Two lines button internal */
@media screen and (min-width: 1300px) and (max-width: 1389px) {
  main.not-home .main-content .content p.has_a_btn a.btn {
    padding: 16px 15px;
  }
  main.not-home .main-content .content p.has_a_btn a.btn:hover {
    padding: 16px 15px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1260px) {
  main.not-home .main-content .content p.has_a_btn a.btn {
    padding: 16px;
  }
  main.not-home .main-content .content p.has_a_btn a.btn:hover {
    padding: 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  main.not-home .main-content .content p.has_a_btn a.btn {
    padding: 16px 14px;
  }
  main.not-home .main-content .content p.has_a_btn a.btn:hover {
    padding: 16px 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 850px) {
  main.not-home .main-content .content p.has_a_btn a.btn {
    padding: 16px 15px;
  }
  main.not-home .main-content .content p.has_a_btn a.btn:hover {
    padding: 14px 15px;
  }
}
@media screen and (max-width: 768px) and (min-width: 767px) {
  main.not-home .wrap-inner {
    padding: 0 37px;
  }
  main.not-home .wrap-inner .main-content .content p.has_a_btn a.btn {
    width: 48%;
    padding: 16px 25px;
  }
  main.not-home .wrap-inner .main-content .content p.has_a_btn a.btn:first-child {
    margin-left: 0;
  }
  main.not-home .wrap-inner .main-content .content p.has_a_btn a.btn:hover {
    padding: 14px 25px;
  }
}
@media screen and (min-width: 480px) and (max-width: 499px) {
  main.not-home .wrap-inner .main-content .content p a.has_img img {
    margin-left: -35px !important;
    height: auto;
    width: 117%;
  }
}
@media screen and (min-width: 500px) {
  main.not-home .wrap-inner .main-content .content p a.has_img img {
    height: auto;
    width: auto !important;
    margin: 0 auto!important;
    max-width: 100%;
  }
}
.page-template-template-news-php article {
  float: left;
  margin-bottom: 20px;
  border-bottom: 1px solid #999;
  padding-bottom: 20px;
}
.page-template-template-news-php article .img-wrap .img-responsive {
  float: left;
  margin-right: 20px;
}
.woocommerce-breadcrumb {
  padding-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .page-cart .woocommerce input.button {
    font-size: 80% !important;
  }
  .page-checkout .woocommerce input.button {
    font-size: 80% !important;
  }
}
.page .title-comment,
.page p.comment-facebook,
.single-product #tab-description .title-comment,
.single-product #tab-description .fb-comments,
.single-product #tab-description p.comment-facebook {
  display: none;
}
.page .content .fb-comments {
  display: none;
}
.page-template-template-research .post .date {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-family: 'Roboto-Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
}
.page-template-template-research .post .excerpt {
  font-size: 16px;
  line-height: 22px;
}
.rblock-posts {
  padding-bottom: 20px;
}
.rblock-posts .flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.rblock-posts .post {
  padding-bottom: 40px;
  text-align: center;
}
.rblock-posts .post a {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 24px;
}
.rblock-posts .post a .img-wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.rblock-posts .post a .img-wrap img {
  width: 100%;
}
.rblock-posts .post a .img-wrap .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: 'Montserrat-Regular', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  text-shadow: 0 1px 2px rgba(2, 3, 3, 0.3);
  background: rgba(171, 116, 177, 0.8);
  background: -webkit-linear-gradient(left, rgba(171, 116, 177, 0.8), rgba(213, 96, 100, 0.8));
  background: -o-linear-gradient(right, rgba(171, 116, 177, 0.8), rgba(213, 96, 100, 0.8));
  background: -moz-linear-gradient(right, rgba(171, 116, 177, 0.8), rgba(213, 96, 100, 0.8));
  background: linear-gradient(to right, rgba(171, 116, 177, 0.8), rgba(213, 96, 100, 0.8));
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.latest-news {
  padding: 30px 0 10px;
  font-family: 'Montserrat-Regular', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.latest-news .wrapper-in {
  max-width: 1090px;
}
.latest-news .page-title {
  text-align: center;
}
.latest-news .flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.latest-news .box {
  padding-bottom: 20px;
}
.latest-news h3 {
  min-height: 52px;
  margin: 0 0 14px;
  font-family: 'Montserrat-Regular', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
}
.latest-news .img-wrap {
  padding-bottom: 16px;
}
.latest-news .img-wrap img {
  width: 100%;
  vertical-align: top;
}
.latest-news .fb_comments_count_name {
  display: block;
  color: #333;
  line-height: 30px;
}
.latest-news .fb_comments_count_name .fa {
  color: #369ad3;
  font-size: 26px;
  vertical-align: top;
}
.latest-news a:hover {
  text-decoration: none;
}
.latest-news a:hover h3:hover {
  text-decoration: underline;
}
.comments {
  padding: 30px 0;
  border-top: 2px solid #e0e0e0;
}
.comments h3 {
  margin: 0 0 30px;
  font-family: 'Montserrat-Regular', Arial, sans-serif;
}
@media screen and (max-width: 991px) {
  .page-template-template-research .posts .row1 {
    margin-bottom: 24px;
  }
  .page-template-template-research .posts .pagination {
    margin: 44px 0;
  }
}
@media screen and (max-width: 768px) {
  .rblock-posts .post {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-template-research .posts .col-xs-12 {
    margin-top: 20px;
  }
  .latest-news .col-sm-6,
  .rblock-posts .col-sm-6 {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .latest-news .col-sm-6,
  .rblock-posts .col-sm-6 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .page-template-template-research .post h3 {
    padding: 0 5px;
  }
  .page-template-template-research .col-xs-6 {
    width: 100%;
    paddingpartner-text: 0;
  }
  .page-template-template-research .row2 {
    margin-bottom: 45px;
  }
  .page-template-template-research .pagination {
    margin: 44px 0;
  }
  .page-template-template-research .pagination > li > a {
    padding: 7px 14px;
    margin-right: 18px;
  }
  .page-template-template-research .excerpt p {
    margin: 0;
    padding: 0 20px;
  }
}
#twttrHubFrameSecure,
#twttrHubFrame {
  display: none;
}
.page-template-template-partnership main.not-home h3,
.page-template-template-partnership-2 main.not-home h3 {
  text-align: center;
  font-family: 'Raleway-SemiBold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 20px;
}
.page-template-template-partnership .emotion-logos,
.page-template-template-partnership-2 .emotion-logos {
  margin: 48px auto 1px;
  text-align: center;
}
.page-template-template-partnership .emotion-logos .center-logo,
.page-template-template-partnership-2 .emotion-logos .center-logo {
  margin: 0 auto 27px;
}
.page-template-template-partnership .emotion-logos .center-logo img,
.page-template-template-partnership-2 .emotion-logos .center-logo img {
  width: 430px;
}
.page-template-template-partnership .emotion-logos .text-logo,
.page-template-template-partnership-2 .emotion-logos .text-logo {
  font-family: 'Raleway-SemiBold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #8f8f8f;
  margin-bottom: 23px;
}
.page-template-template-partnership .emotion-logos .col-sm-6 img,
.page-template-template-partnership-2 .emotion-logos .col-sm-6 img {
  margin-bottom: 20px;
}
.page-template-template-partnership .videos .video:nth-child(3n+1),
.page-template-template-partnership-2 .videos .video:nth-child(3n+1) {
  clear: both;
}
.page-template-template-partnership .videos img,
.page-template-template-partnership-2 .videos img {
  display: block;
  width: 100%;
}
.page-template-template-partnership .videos h4,
.page-template-template-partnership-2 .videos h4 {
  margin: 0;
  padding: 10px 0;
}
.page-template-template-partnership .videos p,
.page-template-template-partnership-2 .videos p {
  text-align: left;
}
.page-template-template-partnership .take-survey,
.page-template-template-partnership-2 .take-survey {
  text-align: center;
}
.page-template-template-partnership .take-survey h3,
.page-template-template-partnership-2 .take-survey h3 {
  font-size: 28px !important;
}
.page-template-template-partnership .take-survey .text-survey,
.page-template-template-partnership-2 .take-survey .text-survey {
  text-align: left;
}
.page-template-template-partnership .take-survey .btn-take-survey,
.page-template-template-partnership-2 .take-survey .btn-take-survey {
  margin-top: 12px;
  margin-bottom: 26px;
}
.page-template-template-partnership .share-news .share .well,
.page-template-template-partnership-2 .share-news .share .well {
  background: #f6f6f6;
  border: none;
  box-shadow: none;
}
.page-template-template-partnership .share-news .share h3,
.page-template-template-partnership-2 .share-news .share h3 {
  text-align: center;
}
.page-template-template-partnership .share-news .share ul.share,
.page-template-template-partnership-2 .share-news .share ul.share {
  width: 289px;
  height: 121px;
  margin: 0 auto;
  padding: 0;
}
.page-template-template-partnership .share-news .share ul.share li,
.page-template-template-partnership-2 .share-news .share ul.share li {
  float: left;
  list-style-type: none;
  width: 128px;
}
.page-template-template-partnership .share-news .share ul.share li a,
.page-template-template-partnership-2 .share-news .share ul.share li a {
  width: 128px;
  height: 121px;
  display: block;
  float: left;
  border: 1px solid #369ad3;
  font-family: 'Raleway-Bold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 70px;
  text-align: center;
  line-height: 20px;
}
.page-template-template-partnership .share-news .share ul.share li a:hover,
.page-template-template-partnership-2 .share-news .share ul.share li a:hover {
  color: #369ad3;
}
.page-template-template-partnership .share-news .share ul.share li.share-twitter,
.page-template-template-partnership-2 .share-news .share ul.share li.share-twitter {
  background: url(../img/emo-tw.png) no-repeat scroll center 17px;
  margin-right: 30px;
}
.page-template-template-partnership .share-news .share ul.share li.share-facebook a,
.page-template-template-partnership-2 .share-news .share ul.share li.share-facebook a {
  background: url(../img/emo-fb.png) no-repeat scroll center 17px;
}
.page-template-template-partnership .share-news .partner-text,
.page-template-template-partnership-2 .share-news .partner-text {
  text-align: center;
  font-family: 'Raleway-SemiBold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  padding: 25px 0 0;
}
.page-template-template-partnership .thanks-partners .partner-text,
.page-template-template-partnership-2 .thanks-partners .partner-text {
  margin-top: 20px;
}
.page-template-template-partnership .news h3,
.page-template-template-partnership-2 .news h3 {
  text-align: center;
}
.page-template-template-partnership .news ul,
.page-template-template-partnership-2 .news ul {
  background: #f6f6f6;
  border: none;
  box-shadow: none;
}
.page-template-template-partnership .news ul li.list-group-item,
.page-template-template-partnership-2 .news ul li.list-group-item {
  border-top: none;
  border-left: none;
  border-right: none;
  background: transparent;
  border-bottom: 1px solid #8ac2e2;
}
.page-template-template-partnership .news ul li.list-group-item a,
.page-template-template-partnership-2 .news ul li.list-group-item a {
  font-family: 'Roboto-Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #343434;
}
.page-template-template-partnership .news ul li.list-group-item.more,
.page-template-template-partnership-2 .news ul li.list-group-item.more {
  text-align: center;
}
.page-template-template-partnership .news ul li.list-group-item.more a,
.page-template-template-partnership-2 .news ul li.list-group-item.more a {
  color: #369ad3;
  text-transform: uppercase;
  font-family: 'Raleway-SemiBold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  background: url(../img/blue_arrow.jpg) no-repeat right 4px;
  padding-right: 15px;
}
.page-template-template-partnership .news ul li.list-group-item:last-child,
.page-template-template-partnership-2 .news ul li.list-group-item:last-child {
  border-bottom: none;
}
.page-template-template-partnership .form-group,
.page-template-template-partnership-2 .form-group {
  margin-bottom: 20px;
}
.page-template-template-partnership .form-group input[type="text"],
.page-template-template-partnership-2 .form-group input[type="text"] {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 7px 12px;
  height: 40px;
  line-height: 24px;
  font-family: 'Raleway-Medium', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
}
.page-template-template-partnership .form-group input[type="text"]:focus,
.page-template-template-partnership-2 .form-group input[type="text"]:focus {
  border-color: #369ad3;
  box-shadow: none;
}
.page-template-template-partnership input[type="submit"],
.page-template-template-partnership-2 input[type="submit"] {
  font-family: 'Raleway-Bold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  padding: 11px 30px;
  border: 1px solid #369ad3;
  background: #fff;
  color: #369ad3;
  clear: both;
  display: inline-block;
  outline: none;
}
.page-template-template-partnership input[type="submit"]:hover,
.page-template-template-partnership-2 input[type="submit"]:hover {
  padding: 10px 31px;
  color: #fff;
  background: #369ad3;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 0px 0px #d8d8d8;
  -moz-box-shadow: 0px 3px 0px 0px #d8d8d8;
  box-shadow: 0px 3px 0px 0px #d8d8d8;
  border-left: none;
  border-right: none;
  border-top: 3px solid #73b8e0;
  border-bottom-color: #2e9f85;
}
main.not-home .main-content .content .swiper-container .swiper-slide {
  padding: 0 17px 0 0;
}
main.not-home .main-content .content .swiper-container .slide-content {
  padding: 0 15px 20px;
  background: #f6f6f6;
}
main.not-home .main-content .content .swiper-container .img-wrap {
  width: 100%;
  height: 100%;
  float: left;
  margin-right: 20px;
}
main.not-home .main-content .content .swiper-container .img-wrap img {
  width: 100%;
}
main.not-home .main-content .content .swiper-container h4 {
  font-family: 'Roboto-Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #343434;
  padding-top: 10px;
}
main.not-home .main-content .content .swiper-container .excerpt,
main.not-home .main-content .content .swiper-container .excerpt p {
  font-family: 'Roboto-Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .page-not-home.page-template-template-partnership .wrap-inner {
    padding: 0 100px;
  }
}
@media screen and (max-width: 991px) {
  .page-not-home.page-template-template-partnership .wrap-inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-not-home.page-template-template-partnership .wrap-inner {
    padding: 0;
  }
  .page-not-home.page-template-template-partnership .emotion-logos .center-logo img {
    width: 100%;
  }
  .page-not-home.page-template-template-partnership .videos .video:nth-child(3n+1) {
    clear: none;
  }
  .page-not-home.page-template-template-partnership .videos .video:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 479px) {
  .emotion-logos .row {
    margin: 0;
  }
  .emotion-logos [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .videos .col-xs-6 {
    width: 100%;
  }
  main.not-home .main-content .content .swiper-container .swiper-slide {
    padding: 0;
  }
  main.not-home .main-content .content .swiper-container .img-wrap {
    width: 100%;
    margin: 0;
  }
  .page-template-template-partnership .share-news .share ul.share {
    width: 246px;
  }
  .page-template-template-partnership .share-news .share ul.share li.share-twitter {
    margin-right: 15px;
  }
  .page-template-template-partnership .share-news .share ul.share li {
    width: 115px;
  }
  .page-template-template-partnership .share-news .share ul.share li a {
    width: 115px;
  }
}
.page-share-your-story form {
  background: #f6f6f6;
  margin-top: 29px;
}
.page-share-your-story .box {
  padding-bottom: 10px;
}
.page-share-your-story .box .box-title {
  height: 60px;
  line-height: 60px;
  font-size: 28px;
}
.page-share-your-story .box .box-content {
  padding: 40px 15px 0;
}
.page-share-your-story .box .box-content .col-md-5 {
  width: 40%;
}
.page-share-your-story .box .box-content .col-md-2 {
  width: 20%;
}
.page-share-your-story .form-group {
  margin-bottom: 30px;
}
.page-share-your-story .form-group input[type="text"] {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 12px;
  height: 40px;
  line-height: 24px;
  font-family: 'Raleway-Medium', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
}
.page-share-your-story .form-group textarea {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 133px !important;
  max-width: 100%;
}
.page-share-your-story .form-group input[type="text"]:focus,
.page-share-your-story .form-group textarea:focus {
  border-color: #369ad3;
  box-shadow: none;
}
.page-share-your-story .form-group.form-group-submit {
  margin-bottom: 24px;
}
.page-share-your-story .box-2 a {
  font-family: 'Raleway-Bold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  color: #797979;
  display: block;
  width: 85px;
  margin: 0 auto 26px;
}
.page-share-your-story .box-2 a[href="#text"] {
  margin-left: 113px;
}
.page-share-your-story .box-2 a[href="#video"] {
  margin-left: 16px;
}
.page-share-your-story .box-2 a i.icon {
  display: block;
  background-image: url(../img/sprites.png);
  background-repeat: no-repeat;
  height: 52px;
  margin: 0 auto 17px;
}
.page-share-your-story .box-2 a i.icon.icon-text {
  width: 52px;
  background-position: 0 -42px;
}
.page-share-your-story .box-2 a i.icon.icon-photo {
  width: 64px;
  background-position: -54px -42px;
}
.page-share-your-story .box-2 a i.icon.icon-video {
  width: 73px;
  background-position: -120px -42px;
}
.page-share-your-story .box-2 a:hover,
.page-share-your-story .box-2 a:focus,
.page-share-your-story .box-2 a:active {
  text-decoration: none;
}
.page-share-your-story .box-3 {
  display: none;
}
.page-share-your-story .box-3.active {
  display: block;
}
.page-share-your-story .box-3 ::-webkit-input-placeholder {
  color: #757575;
  font-family: 'OpenSans-Italic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}
.page-share-your-story .box-3 :-moz-placeholder {
  color: #757575;
  font-family: 'OpenSans-Italic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}
.page-share-your-story .box-3 ::-moz-placeholder {
  color: #757575;
  font-family: 'OpenSans-Italic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}
.page-share-your-story .box-3 :-ms-input-placeholder {
  color: #757575;
  font-family: 'OpenSans-Italic', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}
.page-share-your-story .terms {
  padding: 0 30px 24px;
  text-align: left;
}
.single .pagination > li > a.current {
  border-color: #4bac96;
  color: #4bac96;
}
.single .pagination > li > a.current:hover {
  padding: 9px 17px;
  border: 1px solid #4bac96;
  box-shadow: none;
  background: #FFF;
}
.search .posts {
  font-size: 16px;
  line-height: 24px;
}
.search .posts .row {
  margin: 0 -15px 30px;
}
.search .posts h3 {
  margin: 8px 0 16px;
  font-family: 'Montserrat-Regular', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
}
.search .posts .excerpt {
  padding-bottom: 20px;
}
.search .img-responsive {
  width: 100%;
}
.search .more-lnk {
  font-weight: bold;
}
.search .disclaimer {
  padding-top: 0;
}
.news-block {
  position: relative;
  padding: 50px 0 30px;
  background: #dd8083;
  background: -webkit-linear-gradient(left, #dd8083, #f9ab4e);
  background: -o-linear-gradient(right, #dd8083, #f9ab4e);
  background: -moz-linear-gradient(right, #dd8083, #f9ab4e);
  background: linear-gradient(to right, #dd8083, #f9ab4e);
}
.news-block:before {
  top: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 30px;
  margin-left: -30px;
}
.news-block .grid {
  margin: 0 -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.news-block .grid-item {
  width: 25%;
  margin-bottom: 30px;
  padding: 0 15px;
}
.news-block .grid-sizer {
  width: 25%;
}
.news-block .box {
  padding: 25px 20px;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  background: #fff;
  box-shadow: 4px 4px rgba(2, 3, 3, 0.07);
}
.news-block .box h3 {
  margin: 0 0 14px;
  font-family: 'Montserrat-Regular', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
}
.news-block .box .excerpt {
  padding-bottom: 14px;
}
.news-block .box .img-wrap {
  display: block;
  padding-bottom: 8px;
}
.news-block .box .img-wrap img {
  width: 100%;
}
.news-block .box .lnk {
  color: #adacac;
  font-size: 16px;
  line-height: 24px;
}
.news-block .box .lnk a {
  color: #adacac;
  text-decoration: underline;
}
.news-block .box .lnk a:hover {
  text-decoration: none;
}
.news-block .box.box-img {
  padding: 0;
}
.news-block .box.box-img .img-wrap {
  padding-bottom: 0;
}
.news-block .box.box-img .lnk {
  padding: 18px 20px 20px;
}
.news-block .pagination li a {
  color: #fff;
  border-color: #fff;
}
.news-block .pagination li a:hover,
.news-block .pagination li a:focus {
  color: #369ad3;
  background: none;
  border-color: #369ad3;
}
.page-template-template-news .user-info .col-sm-12,
.search .user-info .col-sm-12,
.tax-news_cat .user-info .col-sm-12,
.archive .user-info .col-sm-12,
.page-template-template-creating-kinder .user-info .col-sm-12 {
  padding: 5px 15px;
}
.page-template-template-news .posts > div,
.search .posts > div,
.tax-news_cat .posts > div,
.archive .posts > div,
.page-template-template-creating-kinder .posts > div {
  margin-top: 15px;
}
.page-template-template-news .posts > div .post > a,
.search .posts > div .post > a,
.tax-news_cat .posts > div .post > a,
.archive .posts > div .post > a,
.page-template-template-creating-kinder .posts > div .post > a {
  display: block;
  width: 100%;
  height: 100%;
}
.page-template-template-news .posts > div .post > a .img-wrap,
.search .posts > div .post > a .img-wrap,
.tax-news_cat .posts > div .post > a .img-wrap,
.archive .posts > div .post > a .img-wrap,
.page-template-template-creating-kinder .posts > div .post > a .img-wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.page-template-template-news .posts > div .post > a .img-wrap img,
.search .posts > div .post > a .img-wrap img,
.tax-news_cat .posts > div .post > a .img-wrap img,
.archive .posts > div .post > a .img-wrap img,
.page-template-template-creating-kinder .posts > div .post > a .img-wrap img {
  width: 100%;
}
.page-template-template-news .posts > div .post > a .img-wrap .overlay,
.search .posts > div .post > a .img-wrap .overlay,
.tax-news_cat .posts > div .post > a .img-wrap .overlay,
.archive .posts > div .post > a .img-wrap .overlay,
.page-template-template-creating-kinder .posts > div .post > a .img-wrap .overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-bottom: 0;
  border-left: 3px solid #4bac96;
  border-right: 3px solid #4bac96;
  border-top: 3px solid #4bac96;
}
.page-template-template-news .posts > div .post > a:hover,
.search .posts > div .post > a:hover,
.tax-news_cat .posts > div .post > a:hover,
.archive .posts > div .post > a:hover,
.page-template-template-creating-kinder .posts > div .post > a:hover {
  text-decoration: none;
}
.page-template-template-news .posts > div .post > a:hover .overlay,
.search .posts > div .post > a:hover .overlay,
.tax-news_cat .posts > div .post > a:hover .overlay,
.archive .posts > div .post > a:hover .overlay,
.page-template-template-creating-kinder .posts > div .post > a:hover .overlay {
  display: block;
}
.page-template-template-news .posts > div .post .date,
.search .posts > div .post .date,
.tax-news_cat .posts > div .post .date,
.archive .posts > div .post .date,
.page-template-template-creating-kinder .posts > div .post .date {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-family: 'Roboto-Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  background: #4bac96;
}
.page-template-template-news .posts > div .post h3,
.search .posts > div .post h3,
.tax-news_cat .posts > div .post h3,
.archive .posts > div .post h3,
.page-template-template-creating-kinder .posts > div .post h3 {
  font-family: 'Raleway-SemiBold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  margin: 17px 0 9px;
  line-height: 26px;
}
.page-template-template-news .posts > div.col-sm-12,
.search .posts > div.col-sm-12,
.tax-news_cat .posts > div.col-sm-12,
.archive .posts > div.col-sm-12,
.page-template-template-creating-kinder .posts > div.col-sm-12 {
  min-height: initial;
}
.page-template-template-news .posts > div.text-left,
.search .posts > div.text-left,
.tax-news_cat .posts > div.text-left,
.archive .posts > div.text-left,
.page-template-template-creating-kinder .posts > div.text-left {
  text-align: left;
}
.page-template-template-news .posts > div .post h3,
.search .posts > div .post h3,
.tax-news_cat .posts > div .post h3,
.archive .posts > div .post h3,
.page-template-template-creating-kinder .posts > div .post h3 {
  margin: -5px 0 9px;
  line-height: 26px;
}
.page-template-template-news .posts > div .post .author,
.search .posts > div .post .author,
.tax-news_cat .posts > div .post .author,
.archive .posts > div .post .author,
.page-template-template-creating-kinder .posts > div .post .author {
  margin-bottom: 0;
  font-style: italic;
}
@media screen and (max-width: 1200px) {
  .news-block .grid-item,
  .news-block .grid-sizer {
    width: 33.3333%;
  }
}
@media screen and (max-width: 980px) {
  .news-block .grid-item,
  .news-block .grid-sizer {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .page-template-template-news .footer-text,
  .search .footer-text,
  .tax-news_cat .footer-text,
  .page-template-template-creating-kinder .footer-text,
  .archive .footer-text {
    margin: 0 9px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1385px) {
  .page-template-template-news .posts > div,
  .search .posts > div,
  .tax-news_cat .posts > div,
  .page-template-template-creating-kinder .posts > div,
  .archive .posts > div {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-template-news .posts > div.text-center,
  .search .posts > div.text-center,
  .tax-news_cat .posts > div.text-center,
  .page-template-template-creating-kinder .posts > div.text-center,
  .archive .posts > div.text-center {
    text-align: center;
  }
  .page-template-template-news .posts > div.text-center .post h3,
  .search .posts > div.text-center .post h3,
  .tax-news_cat .posts > div.text-center .post h3,
  .page-template-template-creating-kinder .posts > div.text-center .post h3,
  .archive .posts > div.text-center .post h3 {
    margin: 17px 0 9px;
    line-height: 26px;
  }
  .search .posts .col-sm-5 {
    width: 41.66666667%;
  }
  .search .posts .col-sm-7 {
    width: 58.33333333%;
  }
  .news-block .grid {
    margin: 0 -10px;
  }
  .news-block .grid-item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .search .posts .row {
    margin-bottom: 20px;
  }
  .search .posts .col-xs-12 {
    width: 100%;
  }
  .search .posts h3 {
    margin: 12px 0 16px;
  }
  .news-block .grid-item,
  .news-block .grid-sizer {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .news-block .box {
    padding: 20px;
  }
}
@media screen and (max-width: 479px) {
  .page-template-template-news .posts > div .post h3,
  .search .posts > div .post h3,
  .tax-news_cat .posts > div .post h3,
  .page-template-template-creating-kinder .posts > div .post h3,
  .archive .posts > div .post h3 {
    padding: 0 5px;
  }
  .page-template-template-news .posts > div .post .excerpt,
  .search .posts > div .post .excerpt,
  .tax-news_cat .posts > div .post .excerpt,
  .page-template-template-creating-kinder .posts > div .post .excerpt,
  .archive .posts > div .post .excerpt {
    padding: 0 10px;
  }
  .page-template-template-news .posts > div .row2,
  .search .posts > div .row2,
  .tax-news_cat .posts > div .row2,
  .page-template-template-creating-kinder .posts > div .row2,
  .archive .posts > div .row2 {
    margin-bottom: 45px;
  }
  .page-template-template-news .posts > div .pagination,
  .search .posts > div .pagination,
  .tax-news_cat .posts > div .pagination,
  .page-template-template-creating-kinder .posts > div .pagination,
  .archive .posts > div .pagination {
    margin: 44px auto;
  }
  .page-template-template-news .posts > div .pagination > li > a,
  .search .posts > div .pagination > li > a,
  .tax-news_cat .posts > div .pagination > li > a,
  .page-template-template-creating-kinder .posts > div .pagination > li > a,
  .archive .posts > div .pagination > li > a {
    padding: 9px 17px;
    margin-right: 18px;
  }
  .page-template-template-news .posts > div .excerpt p,
  .search .posts > div .excerpt p,
  .tax-news_cat .posts > div .excerpt p,
  .page-template-template-creating-kinder .posts > div .excerpt p,
  .archive .posts > div .excerpt p {
    margin: 0;
    padding: 0 20px;
  }
  .page-template-template-news .posts .col-sm-4,
  .search .posts .col-sm-4,
  .tax-news_cat .posts .col-sm-4,
  .page-template-template-creating-kinder .posts .col-sm-4,
  .archive .posts .col-sm-4 {
    padding: 0;
  }
}
.about-the-foundation main.not-home .wrap-inner .main-content .content p a.has_img img {
  margin: 0 auto !important;
  width: 100% !important;
}
.about-the-foundation main.not-home .wrap-inner .main-content .content .col-xs-4 img,
.about-the-foundation main.not-home .wrap-inner .main-content .content .col-xs-12 img {
  width: auto !important;
  display: block;
  margin: 0 auto 15px;
}
@media (min-width: 480px) {
  .about-the-foundation .col-xs-12 {
    width: 33.33333333%;
  }
}
.twitter-only .custom-column {
  display: block;
  margin: 45px auto;
}
.twitter-facebook .row-same-height {
  padding: 45px 0;
}
.inner {
  width: 100%;
  height: 100%;
  display: table;
  background-color: #fafafa;
  -webkit-box-shadow: inset 0 0 50px 0 #d1d1d1;
  box-shadow: inset 0 0 50px 0 #d1d1d1;
}
.custom-column {
  width: 100%;
  margin-top: 45px;
  text-align: center;
}
.custom-column:last-child {
  margin-right: auto;
}
.custom-column .title {
  background: #399cd6 url(../img/title.png) top center no-repeat;
}
.custom-column .title h2 {
  margin-top: 0;
  font-weight: 500;
  font-size: 32px;
  text-shadow: 0 1px 0 #999;
  font-family: 'Raleway', 'Arial', sans-serif;
  line-height: 84px;
  color: #fff;
  margin-bottom: 0;
}
.custom-column p {
  font-size: 15px;
  line-height: 22px;
  color: #383838;
  font-weight: bold !important;
}
.center-block {
  display: block;
  margin-left: auto;
}
.custom-content {
  width: 100%;
  padding: 35px;
}
.custom-content p {
  font-size: 15px;
  line-height: 22px;
  color: #383838;
}
a.vision-button {
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  display: inline-block;
}
a.vision-button.large {
  line-height: 14px;
  height: 36px;
  padding: 11px 10px 0;
}
a.vision-button.sky-blue {
  border: 1px solid #16A7E1;
  color: #FFF !important;
  text-shadow: none;
}
a.vision-button.sky-blue:hover {
  color: #FFF;
  text-shadow: none;
  background-color: #16A7E1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#16A7E1), to(#53C5FE));
  background-image: -webkit-linear-gradient(top, #16A7E1, #53C5FE);
  background-image: -moz-linear-gradient(top, #16A7E1, #53C5FE);
  background-image: -o-linear-gradient(top, #16A7E1, #53C5FE);
  background-image: linear-gradient(to bottom, #16A7E1, #53C5FE);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#16A7E1', endColorstr='#53C5FE');
}
@media screen and (max-width: 767px) {
  .twitter-facebook .row-same-height {
    padding: 0;
  }
}
body.author .col-sm-5 img {
  max-width: 100%;
}
.user-info .col-sm-5 img {
  width: 100%;
  padding-top: 4px;
  margin-bottom: 20px;
}
.user-info .col-sm-5 .user-social {
  text-align: center;
  margin-bottom: 20px;
}
.user-info .col-sm-5 .user-social li {
  display: inline-block;
  padding-left: 20px;
}
.user-info .col-sm-5 .user-social li:first-child {
  padding-left: 0;
}
.user-info .col-sm-5 .user-social li a {
  font-size: 1.5em;
}
.user-info .col-sm-7 h3 {
  margin: 0 0 20px 0;
}
.archive .posts {
  margin-top: 25px;
}
@media screen and (max-width: 991px) {
  .archive .user-info {
    margin: 25px -5px -5px;
  }
}
.give-form-wrap .give-donation-amount {
  width: 200px;
  margin: 10px auto 20px;
}
.give-form-wrap #give-donation-level-radio-list li {
  display: inline-block;
  width: 25%;
}
.give-form-wrap fieldset legend {
  background: #3699d4;
  color: #fff;
  font-family: 'Raleway-Medium';
  padding: 10px 0;
  text-align: center;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}
.give-form-wrap .give-submit {
  font-family: 'Raleway-Bold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  padding: 20px 60px;
  border: solid 1px #3699d4;
  background: transparent;
  color: #3699d4;
  clear: both;
  display: inline-block;
  outline: none;
  margin: 50px 0;
  border-radius: 0 !important;
}
.error-page {
  padding-bottom: 100px;
  color: #369ad3;
  font-family: 'Montserrat-Light', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 34px;
  text-align: center;
}
.error-page p {
  margin-bottom: 26px;
}
.error-page a {
  text-decoration: underline;
}
.error-page a:hover {
  text-decoration: none;
}
.error-page .btn {
  margin-top: 8px;
  text-decoration: none;
}
.error-page .error-bot {
  position: relative;
  padding-top: 52px;
  margin-top: 42px;
  background: url(../img/devider.jpg) no-repeat 50% 0;
  background-size: 100% 2px;
}
@media screen and (max-width: 767px) {
  .error-page {
    padding-bottom: 50px;
  }
}
