﻿@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f43d08896ad78619d949fb181d84db5c)
 * Config saved to config.json and https://gist.github.com/f43d08896ad78619d949fb181d84db5c
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  /*  border: 1px solid #c0c0c0;*/
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  /*
  color: #23527c;
  text-decoration: underline;
*/ }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 740px; } }

@media (min-width: 992px) {
  .container {
    width: 950px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

@media (min-width: 1368px) {
  .container {
    width: 1340px; } }

@media (min-width: 1650px) {
  .container {
    width: 1630px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  /*padding-left: 15px;
  padding-right: 15px;*/ }

.row {
  margin-left: -15px;
  margin-right: -15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1400px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Nav */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=c95dc7110196faa2c1ce630fa0ae03c1)
 * Config saved to config.json and https://gist.github.com/c95dc7110196faa2c1ce630fa0ae03c1
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li.disabled > a {
  color: #777777; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #dddddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

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

.clearfix:after,
.nav:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on October 26, 2016 */
@font-face {
  font-family: 'proxima_nova_alt_rgregular';
  src: url("fonts/proxima_nova_alt_regular-webfont.woff2") format("woff2"), url("fonts/proxima_nova_alt_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_nova_blblack';
  src: url("fonts/proxima_nova_black-webfont.woff2") format("woff2"), url("fonts/proxima_nova_black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url("fonts/proxima_nova_bold-webfont.woff2") format("woff2"), url("fonts/proxima_nova_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/fonts/glyphicons-halflings-regular.eot");
  src: url("/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg"); }

/* Fancy Select */
div.fancy-select {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #46565D; }

div.fancy-select.disabled {
  opacity: 0.5; }

div.fancy-select select:focus + div.trigger {
  box-shadow: 0 0 0 2px #4B5468; }

div.fancy-select select:focus + div.trigger.open {
  box-shadow: none; }

div.fancy-select div.trigger {
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 24px 9px 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: #99A5BE;
  border: 1px solid #99A5BE;
  border-top-color: #A5B2CB;
  color: #4B5468;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 200px;
  transition: all 240ms ease-out;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out; }

div.fancy-select div.trigger:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #4B5468;
  top: 20px;
  right: 9px; }

div.fancy-select div.trigger.open {
  background: #4A5368;
  border: 1px solid #475062;
  color: #7A8498;
  box-shadow: none; }

div.fancy-select div.trigger.open:after {
  border-top-color: #7A8498; }

div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 200px;
  overflow: auto;
  background: #62C8BF;
  border-radius: 4px;
  border-top: 1px solid #7DD8D2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out; }

div.fancy-select ul.options.open {
  visibility: visible;
  top: 50px;
  opacity: 1;
  /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
  /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
  transition: opacity 300ms ease-out, top 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out; }

div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out; }

div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 50px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out; }

div.fancy-select ul.options li {
  padding: 8px 12px;
  color: #2B8686;
  cursor: pointer;
  white-space: nowrap;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out; }

div.fancy-select ul.options li.selected {
  background: rgba(43, 134, 134, 0.3);
  color: rgba(255, 255, 255, 0.75); }

div.fancy-select ul.options li.hover {
  color: #fff; }

/* magnific popup */
.mfp-bg, .mfp-wrap {
  position: fixed;
  left: 0;
  top: 0; }

.mfp-bg, .mfp-container, .mfp-wrap {
  height: 100%;
  width: 100%; }

.mfp-arrow:after, .mfp-arrow:before, .mfp-container:before, .mfp-figure:after {
  content: ''; }

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8; }

.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-close, .mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none; }

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

.mfp-figure:after, .mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace; }

.mfp-close:focus, .mfp-close:hover {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-figure, img.mfp-img {
  line-height: 0; }

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1; }

.mfp-arrow:after, .mfp-arrow:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-image-holder .mfp-content, img.mfp-img {
  max-width: 100%; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000; }

.mfp-figure:after, img.mfp-img {
  width: auto;
  height: auto;
  display: block; }

img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto; }

.mfp-figure:after {
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxContent {
  margin-top: 20px;
  background: #000; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff; }

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc; }

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc; }

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff; }

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: bottom left; }

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: bottom right; }

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(images/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px; }

#cboxClose:hover {
  background-position: bottom center; }

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideWrapper, .lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSSlide, .lSSlideWrapper.usingCss .lSFade > * {
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important; }

.lSSlideOuter, .lSSlideOuter .lSPager.lSGallery {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none; }

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideOuter {
  overflow: hidden;
  user-select: none; }

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

.lightSlider {
  overflow: hidden;
  margin: 0; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.lSSlideWrapper .lSFade > .active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > .active {
  opacity: 1; }

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all .5s linear 0s;
  transition: all .5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #428bca; }

.lSSlideOuter .media {
  opacity: .8; }

.lSSlideOuter .media.active {
  opacity: 1; }

.lSSlideOuter .lSPager.lSGallery {
  list-style: none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
  transition: border-radius .12s linear 0s .35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table; }

.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url(../img/controls.png);
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: .5;
  -webkit-transition: opacity .35s linear 0s;
  transition: opacity .35s linear 0s; }

.lSAction > a:hover {
  opacity: 1; }

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px; }

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px; }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none; }

.lSSlideOuter.lSrtl .lSPager, .lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0; }

.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider > * {
  float: left; }

.lSSlideOuter.lSrtl .lSGallery li, .lSSlideOuter.lSrtl .lightSlider > * {
  float: right !important; }

@-webkit-keyframes rightEnd {
  0%, 100% {
    left: 0; }
  50% {
    left: -15px; } }

@keyframes rightEnd {
  0%, 100% {
    left: 0; }
  50% {
    left: -15px; } }

@-webkit-keyframes topEnd {
  0%, 100% {
    top: 0; }
  50% {
    top: -15px; } }

@keyframes topEnd {
  0%, 100% {
    top: 0; }
  50% {
    top: -15px; } }

@-webkit-keyframes leftEnd {
  0%, 100% {
    left: 0; }
  50% {
    left: 15px; } }

@keyframes leftEnd {
  0%, 100% {
    left: 0; }
  50% {
    left: 15px; } }

@-webkit-keyframes bottomEnd {
  0%, 100% {
    bottom: 0; }
  50% {
    bottom: -15px; } }

@keyframes bottomEnd {
  0%, 100% {
    bottom: 0; }
  50% {
    bottom: -15px; } }

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd .3s;
  animation: topEnd .3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd .3s;
  animation: bottomEnd .3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative; }

.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-sub-html, .lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45); }

#lg-counter, .lg-outer .lg-video-cont {
  vertical-align: middle;
  display: inline-block; }

@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot?n1z373);
  src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal; }

.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0%, 100% {
    left: 0; }
  50% {
    left: -30px; } }

@-moz-keyframes lg-right-end {
  0%, 100% {
    left: 0; }
  50% {
    left: -30px; } }

@-ms-keyframes lg-right-end {
  0%, 100% {
    left: 0; }
  50% {
    left: -30px; } }

@keyframes lg-right-end {
  0%, 100% {
    left: 0; }
  50% {
    left: -30px; } }

@-webkit-keyframes lg-left-end {
  0%, 100% {
    left: 0; }
  50% {
    left: 30px; } }

@-moz-keyframes lg-left-end {
  0%, 100% {
    left: 0; }
  50% {
    left: 30px; } }

@-ms-keyframes lg-left-end {
  0%, 100% {
    left: 0; }
  50% {
    left: 30px; } }

@keyframes lg-left-end {
  0%, 100% {
    left: 0; }
  50% {
    left: 30px; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  -o-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  -o-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px; }

.lg-next, .lg-prev, .lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom .25s ease;
  -o-transition: bottom .25s ease;
  transition: bottom .25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-video-cont {
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../img/vimeo-play.png) no-repeat; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../img/vimeo-play.png) 0 -58px no-repeat; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../img/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../img/youtube-play.png) no-repeat; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../img/youtube-play.png) 0 -60px no-repeat; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -moz-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -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;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: .5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
  -moz-transition: opacity .15s ease 0s,-moz-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s,-o-transform .15s ease 0s;
  transition: opacity .15s ease 0s,transform .15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow .3s ease 0s;
  -o-transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .18s,opacity .18s linear 0s;
  -o-transition: visibility 0s linear .18s,opacity .18s linear 0s;
  transition: visibility 0s linear .18s,opacity .18s linear 0s; }

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  -moz-transition: -moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  -o-transition: -o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0; }

.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
  width: 100%;
  height: 100%; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.group:after, .group:before {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url(../img/loading.gif) center center no-repeat;
  display: none !important; }

.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important; }

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity .1s ease 0s;
  -moz-transition: opacity .1s ease 0s;
  -o-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-zoom-in .lg-item {
  opacity: 0; }

.lg-css3.lg-zoom-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3); }

.lg-css3.lg-zoom-in .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-zoom-in .lg-item.lg-current, .lg-css3.lg-zoom-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-zoom-in-big .lg-item {
  opacity: 0; }

.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2); }

.lg-css3.lg-zoom-in-big .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-zoom-in-big .lg-item.lg-current, .lg-css3.lg-zoom-in-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-zoom-out .lg-item {
  opacity: 0; }

.lg-css3.lg-zoom-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  transform: scale3d(0.7, 0.7, 0.7); }

.lg-css3.lg-zoom-out .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-zoom-out .lg-item.lg-current, .lg-css3.lg-zoom-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-zoom-out-big .lg-item {
  opacity: 0; }

.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0); }

.lg-css3.lg-zoom-out-big .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-zoom-out-big .lg-item.lg-current, .lg-css3.lg-zoom-out-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-zoom-out-in .lg-item {
  opacity: 0; }

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0); }

.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2); }

.lg-css3.lg-zoom-out-in .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-zoom-out-in .lg-item.lg-current, .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-zoom-in-out .lg-item {
  opacity: 0; }

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2); }

.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0); }

.lg-css3.lg-zoom-in-out .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-zoom-in-out .lg-item.lg-current, .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-soft-zoom .lg-item {
  opacity: 0; }

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1); }

.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9); }

.lg-css3.lg-soft-zoom .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-soft-zoom .lg-item.lg-current, .lg-css3.lg-soft-zoom .lg-item.lg-next-slide, .lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-scale-up .lg-item {
  opacity: 0; }

.lg-css3.lg-scale-up .lg-item.lg-next-slide, .lg-css3.lg-scale-up .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0, 10%, 0);
  -o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0, 10%, 0);
  -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0, 10%, 0);
  -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0, 10%, 0);
  transform: scale3d(0.8, 0.8, 0.8) translate3d(0, 10%, 0); }

.lg-css3.lg-scale-up .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-scale-up .lg-item.lg-current, .lg-css3.lg-scale-up .lg-item.lg-next-slide, .lg-css3.lg-scale-up .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-circular .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.lg-css3.lg-slide-circular .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-circular .lg-item.lg-current, .lg-css3.lg-slide-circular .lg-item.lg-next-slide, .lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-circular-up .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0); }

.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0); }

.lg-css3.lg-slide-circular-up .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-circular-up .lg-item.lg-current, .lg-css3.lg-slide-circular-up .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-circular-down .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0); }

.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0); }

.lg-css3.lg-slide-circular-down .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-circular-down .lg-item.lg-current, .lg-css3.lg-slide-circular-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-circular-vertical .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(0, -100%, 0); }

.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(0, 100%, 0); }

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current, .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-circular-vertical-left .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0); }

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0); }

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-circular-vertical-down .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0); }

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0); }

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-vertical .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.lg-css3.lg-slide-vertical .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-vertical .lg-item.lg-current, .lg-css3.lg-slide-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-vertical-growth .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0); }

.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
  -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0); }

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current, .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-only .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
  -moz-transform: skew(10deg, 0deg);
  -o-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  -webkit-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg); }

.lg-css3.lg-slide-skew-only .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1; }

.lg-css3.lg-slide-skew-only .lg-item.lg-current, .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-only-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg); }

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1; }

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-only-y .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 10deg);
  -o-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg); }

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1; }

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current, .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-only-y-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -10deg);
  -o-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg); }

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1; }

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
  -moz-transform: skew(20deg, 0deg) translate3d(-100%, 0, 0);
  -o-transform: skew(20deg, 0deg) translate3d(-100%, 0, 0);
  -ms-transform: skew(20deg, 0deg) translate3d(-100%, 0, 0);
  -webkit-transform: skew(20deg, 0deg) translate3d(-100%, 0, 0);
  transform: skew(20deg, 0deg) translate3d(-100%, 0, 0); }

.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
  -moz-transform: skew(20deg, 0deg) translate3d(100%, 0, 0);
  -o-transform: skew(20deg, 0deg) translate3d(100%, 0, 0);
  -ms-transform: skew(20deg, 0deg) translate3d(100%, 0, 0);
  -webkit-transform: skew(20deg, 0deg) translate3d(100%, 0, 0);
  transform: skew(20deg, 0deg) translate3d(100%, 0, 0); }

.lg-css3.lg-slide-skew .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-skew .lg-item.lg-current, .lg-css3.lg-slide-skew .lg-item.lg-next-slide, .lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-20deg, 0deg) translate3d(-100%, 0, 0);
  -o-transform: skew(-20deg, 0deg) translate3d(-100%, 0, 0);
  -ms-transform: skew(-20deg, 0deg) translate3d(-100%, 0, 0);
  -webkit-transform: skew(-20deg, 0deg) translate3d(-100%, 0, 0);
  transform: skew(-20deg, 0deg) translate3d(-100%, 0, 0); }

.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-20deg, 0deg) translate3d(100%, 0, 0);
  -o-transform: skew(-20deg, 0deg) translate3d(100%, 0, 0);
  -ms-transform: skew(-20deg, 0deg) translate3d(100%, 0, 0);
  -webkit-transform: skew(-20deg, 0deg) translate3d(100%, 0, 0);
  transform: skew(-20deg, 0deg) translate3d(100%, 0, 0); }

.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-skew-rev .lg-item.lg-current, .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-cross .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 60deg) translate3d(-100%, 0, 0);
  -o-transform: skew(0deg, 60deg) translate3d(-100%, 0, 0);
  -ms-transform: skew(0deg, 60deg) translate3d(-100%, 0, 0);
  -webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0, 0);
  transform: skew(0deg, 60deg) translate3d(-100%, 0, 0); }

.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 60deg) translate3d(100%, 0, 0);
  -o-transform: skew(0deg, 60deg) translate3d(100%, 0, 0);
  -ms-transform: skew(0deg, 60deg) translate3d(100%, 0, 0);
  -webkit-transform: skew(0deg, 60deg) translate3d(100%, 0, 0);
  transform: skew(0deg, 60deg) translate3d(100%, 0, 0); }

.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-skew-cross .lg-item.lg-current, .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-cross-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -60deg) translate3d(-100%, 0, 0);
  -o-transform: skew(0deg, -60deg) translate3d(-100%, 0, 0);
  -ms-transform: skew(0deg, -60deg) translate3d(-100%, 0, 0);
  -webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0, 0);
  transform: skew(0deg, -60deg) translate3d(-100%, 0, 0); }

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -60deg) translate3d(100%, 0, 0);
  -o-transform: skew(0deg, -60deg) translate3d(100%, 0, 0);
  -ms-transform: skew(0deg, -60deg) translate3d(100%, 0, 0);
  -webkit-transform: skew(0deg, -60deg) translate3d(100%, 0, 0);
  transform: skew(0deg, -60deg) translate3d(100%, 0, 0); }

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-ver .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
  -moz-transform: skew(60deg, 0deg) translate3d(0, -100%, 0);
  -o-transform: skew(60deg, 0deg) translate3d(0, -100%, 0);
  -ms-transform: skew(60deg, 0deg) translate3d(0, -100%, 0);
  -webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0);
  transform: skew(60deg, 0deg) translate3d(0, -100%, 0); }

.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
  -moz-transform: skew(60deg, 0deg) translate3d(0, 100%, 0);
  -o-transform: skew(60deg, 0deg) translate3d(0, 100%, 0);
  -ms-transform: skew(60deg, 0deg) translate3d(0, 100%, 0);
  -webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0);
  transform: skew(60deg, 0deg) translate3d(0, 100%, 0); }

.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-skew-ver .lg-item.lg-current, .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-ver-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0);
  -o-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0);
  -ms-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0);
  -webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0);
  transform: skew(-60deg, 0deg) translate3d(0, -100%, 0); }

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0);
  -o-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0);
  -ms-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0);
  -webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0);
  transform: skew(-60deg, 0deg) translate3d(0, 100%, 0); }

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-ver-cross .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 20deg) translate3d(0, -100%, 0);
  -o-transform: skew(0deg, 20deg) translate3d(0, -100%, 0);
  -ms-transform: skew(0deg, 20deg) translate3d(0, -100%, 0);
  -webkit-transform: skew(0deg, 20deg) translate3d(0, -100%, 0);
  transform: skew(0deg, 20deg) translate3d(0, -100%, 0); }

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 20deg) translate3d(0, 100%, 0);
  -o-transform: skew(0deg, 20deg) translate3d(0, 100%, 0);
  -ms-transform: skew(0deg, 20deg) translate3d(0, 100%, 0);
  -webkit-transform: skew(0deg, 20deg) translate3d(0, 100%, 0);
  transform: skew(0deg, 20deg) translate3d(0, 100%, 0); }

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -20deg) translate3d(0, -100%, 0);
  -o-transform: skew(0deg, -20deg) translate3d(0, -100%, 0);
  -ms-transform: skew(0deg, -20deg) translate3d(0, -100%, 0);
  -webkit-transform: skew(0deg, -20deg) translate3d(0, -100%, 0);
  transform: skew(0deg, -20deg) translate3d(0, -100%, 0); }

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -20deg) translate3d(0, 100%, 0);
  -o-transform: skew(0deg, -20deg) translate3d(0, 100%, 0);
  -ms-transform: skew(0deg, -20deg) translate3d(0, 100%, 0);
  -webkit-transform: skew(0deg, -20deg) translate3d(0, 100%, 0);
  transform: skew(0deg, -20deg) translate3d(0, 100%, 0); }

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -o-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -ms-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  transform: skew(0deg, 0deg) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-lollipop .lg-item {
  opacity: 0; }

.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-lollipop .lg-item.lg-next-slide {
  -moz-transform: translate3d(0, 0, 0) scale(0.5);
  -o-transform: translate3d(0, 0, 0) scale(0.5);
  -ms-transform: translate3d(0, 0, 0) scale(0.5);
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5); }

.lg-css3.lg-lollipop .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-lollipop .lg-item.lg-current, .lg-css3.lg-lollipop .lg-item.lg-next-slide, .lg-css3.lg-lollipop .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-lollipop-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
  -moz-transform: translate3d(0, 0, 0) scale(0.5);
  -o-transform: translate3d(0, 0, 0) scale(0.5);
  -ms-transform: translate3d(0, 0, 0) scale(0.5);
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5); }

.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-lollipop-rev .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-lollipop-rev .lg-item.lg-current, .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-rotate .lg-item {
  opacity: 0; }

.lg-css3.lg-rotate .lg-item.lg-prev-slide {
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.lg-css3.lg-rotate .lg-item.lg-next-slide {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.lg-css3.lg-rotate .lg-item.lg-current {
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.lg-css3.lg-rotate .lg-item.lg-current, .lg-css3.lg-rotate .lg-item.lg-next-slide, .lg-css3.lg-rotate .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-rotate-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.lg-css3.lg-rotate-rev .lg-item.lg-current {
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.lg-css3.lg-rotate-rev .lg-item.lg-current, .lg-css3.lg-rotate-rev .lg-item.lg-next-slide, .lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-tube .lg-item {
  opacity: 0; }

.lg-css3.lg-tube .lg-item.lg-prev-slide {
  -moz-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -o-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -webkit-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0); }

.lg-css3.lg-tube .lg-item.lg-next-slide {
  -moz-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -o-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -ms-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -webkit-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  transform: scale3d(1, 0, 1) translate3d(100%, 0, 0); }

.lg-css3.lg-tube .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-tube .lg-item.lg-current, .lg-css3.lg-tube .lg-item.lg-next-slide, .lg-css3.lg-tube .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-outer.fb-comments .fb-comments {
  height: 100%;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 420px;
  z-index: 99999;
  background: url(../img/loading.gif) center center no-repeat #fff; }

.lg-outer.fb-comments .fb-comments.fb_iframe_widget {
  background-image: none; }

.lg-outer.fb-comments .fb-comments.fb_iframe_widget.fb_iframe_widget_loader {
  background: url(../img/loading.gif) center center no-repeat #fff; }

.lg-outer.fb-comments .lg-toolbar {
  right: 420px;
  width: auto; }

.lg-outer.fb-comments .lg-actions .lg-next {
  right: 420px; }

.lg-outer.fb-comments .lg-item, .lg-outer.fb-comments .lg-item.lg-complete .lg-img-wrap {
  background-image: none; }

.lg-outer.fb-comments .lg-img-wrap {
  padding-right: 400px !important;
  background: url(../img/loading.gif) center center no-repeat; }

.lg-outer.fb-comments .lg-sub-html {
  padding: 0;
  position: static; }

/* Slick slider */
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; }

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.btn, span.btn-blue, span.btn-yellow {
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  border: 2px solid #FAEA01;
  outline: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  color: #004C7E;
  background: #FAEA01;
  text-align: center;
  padding: 0 50px;
  max-height: 44px;
  white-space: nowrap;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s; }
  .btn.dflt, span.dflt.btn-blue, span.dflt.btn-yellow {
    padding: 6px 50px;
    vertical-align: top; }
  .btn.no-max-height, span.no-max-height.btn-blue, span.no-max-height.btn-yellow {
    max-height: none; }
  .btn-blue, .btn-red, .btn-yellow, .btn-hollow {
    border-radius: 2px;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px; }
  .btn-yellow {
    background: #faea01;
    border: 2px solid #faea01;
    color: #004c7e; }
    .btn-yellow:hover {
      background: #0072bb;
      border: 2px solid #0072bb;
      color: #fff; }
  .btn-blue {
    background: #0072bb;
    color: #fff;
    border-color: #0072bb; }
    .btn-blue:hover {
      background: #faea01;
      color: #004c7e; }
    .btn-blue.btn-hollow {
      background: none !important;
      color: #fff !important;
      border: 2px solid #0072bb; }
      .btn-blue.btn-hollow:hover {
        background: #faea01 !important;
        color: #0072bb !important;
        border-color: #faea01 !important; }
  .btn-red {
    background: #f00 !important;
    border: 2px solid #f00 !important;
    color: #fff !important; }
    .btn-red:hover {
      background: #fff !important;
      color: #f00 !important;
      border: 2px solid #f00 !important; }
  .btn-hollow {
    background: none !important;
    color: #fff !important;
    border: 2px solid #faea01; }
    .btn-hollow:hover {
      background: #0072bb !important;
      color: #fff !important;
      border-color: #0072bb !important; }

/****************************************************************************************
@
@	Global Style and Reset
@
****************************************************************************************/
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, td, video, tt, u, ul, var {
  background: transparent;
  border: 0 none;
  /*font-size: 100%;*/
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

ul {
  list-style: none; }

ol, body ol, .faq-body ol {
  list-style: inside none decimal !important; }

blockquote, q {
  quotes: none; }

table, table td {
  border-collapse: collapse; }

img {
  vertical-align: top; }

embed {
  vertical-align: top; }

* {
  border: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

input, textarea {
  outline: none !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0; }

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
  display: block; }

mark, rp, rt, ruby, summary, time {
  display: inline; }

/* Global Styles */
::selection {
  background: #FAEA01;
  color: #5B5A56; }

::-moz-selection {
  background: #FAEA01;
  color: #5B5A56; }

.wrapper:after, .wrapper:before,
.clearfix:after, .clearfix:before {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  float: none; }

html, body {
  width: 100%;
  height: 100%; }

body {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #5B5A58;
  height: auto;
  min-height: 100%;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

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

a {
  text-decoration: none;
  color: #0072BB;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s; }

.wrapper {
  max-width: 1630px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 10; }

@media all and (max-width: 1480px) {
  body {
    font-size: 16px;
    line-height: 22px; } }

.inline-items > * {
  display: inline-block; }

.inline-items.top-aligned > * {
  vertical-align: top; }

/* backgrounds */
.yellow-bg {
  background-color: #FAEA01 !important; }

.blue-bg {
  background-color: #0072BB !important; }

.sand-bg {
  background-color: #FFF677 !important; }

.navy-bg {
  background-color: #004C7E !important; }

.light-gray-bg {
  background-color: #ECEBE7 !important; }

.mid-gray-bg {
  background-color: #E1E0DC !important; }

.dark-gray-bg {
  background-color: #A29F90 !important; }

.slate-bg {
  background-color: #5B5A56 !important; }

/* text colors */
.yellow {
  color: #FAEA01 !important; }

.blue {
  color: #0072BB !important; }

.sand {
  color: #FFF677 !important; }

.navy {
  color: #004C7E !important; }

.light-gray {
  color: #ECEBE7 !important; }

.mid-gray {
  color: #E1E0DC !important; }

.dark-gray {
  color: #A29F90 !important; }

.slate {
  color: #5B5A56 !important; }

.btn.btn2, span.btn2.btn-blue, span.btn2.btn-yellow {
  border: 2px solid #FAEA01;
  color: #fff;
  background: #0072BB;
  min-width: 200px;
  line-height: 46px;
  max-height: 50px;
  height: 50px; }

.btn.btn2:hover, span.btn2.btn-blue:hover, span.btn2.btn-yellow:hover {
  border: 2px solid #fff;
  color: #0072BB;
  background: #fff; }

/*responsive */
@media all and (max-width: 1649px) {
  .btn.dflt, span.dflt.btn-blue, span.dflt.btn-yellow {
    padding: 4px 50px; }
  .btn, span.btn-blue, span.btn-yellow {
    font-size: 16px; } }

@media all and (max-width: 1199px) {
  .btn-donate {
    line-height: 40px;
    padding: 15px 45px; } }

@media (max-width: 992px) {
  .btn-donate {
    font-size: 12px;
    padding: 10px 30px;
    line-height: 30px; } }

@media (max-width: 640px) {
  .btn-donate {
    line-height: 48px; } }

/* icons */
.icon {
  display: inline-block;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.icon.search {
  background-image: url("/images/icons/icon-search.png"); }

.icon.search.reverse {
  background-image: url("/images/icons/icon-search-rev.png"); }

.icon.nav-open {
  background-image: url("/images/icons/menu-closed.png"); }

.icon.nav-close {
  background-image: url("/images/icons/menu-opened.png"); }

/* UNHCR icons round */
.unhcr-icon-round {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  color: #0072BB;
  line-height: 1;
  font-style: normal;
  font-weight: 700; }

.unhcr-icon-round img {
  max-height: 35px;
  margin: 0 auto 5px;
  display: block; }

/****************************************************************************************
@
@	Popup Styles
@
****************************************************************************************/
.white-popup {
  position: relative;
  font-family: 'Open Sans';
  background: #FFF;
  padding: 60px;
  width: auto;
  max-width: 1100px;
  margin: 20px auto; }

.white-popup h2 {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  color: #0072bb;
  margin-bottom: 30px; }

.white-popup h3 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #0072bb;
  margin-bottom: 20px; }

.white-popup p {
  margin-bottom: 20px; }

.white-popup .btn, .white-popup span.btn-blue, .white-popup span.btn-yellow {
  border: 2px solid #0072bb;
  color: #fff;
  background: #0072bb; }

.white-popup .btn:hover, .white-popup span.btn-blue:hover, .white-popup span.btn-yellow:hover {
  opacity: 0.9; }

.white-popup .btn-holder {
  text-align: right; }

.white-popup figure {
  margin-bottom: 60px; }

.white-popup figure img {
  width: 100%; }

.white-popup figure figcaption {
  text-align: center;
  min-height: 70px;
  background: #ecebe7;
  font-size: 16px;
  color: #5b5a57;
  padding: 30px; }

.white-popup figure figcaption strong {
  color: #0072bb; }

.white-popup.popup-type-image .left {
  width: 50%;
  float: left;
  padding-right: 30px; }

.white-popup.popup-type-image .right {
  width: 50%;
  float: right;
  padding-left: 30px; }

.white-popup.hasfooter {
  padding: 0; }

.white-popup.hasfooter .wrapper {
  padding: 60px; }

.white-popup.hasfooter .foot {
  background: #0072bb;
  padding: 15px 30px;
  text-align: center;
  color: #fff; }

.white-popup.hasfooter .foot p {
  margin: 0;
  line-height: 70px;
  height: 70px; }

.white-popup.hasfooter .foot p > span {
  display: inline-block;
  line-height: 70px;
  vertical-align: top; }

.white-popup.hasfooter .foot p img {
  height: 40px;
  width: auto;
  display: inline-block;
  margin-right: 15px; }

.white-popup.hasfooter .foot p .icon {
  display: inline-block;
  width: 90px;
  height: 70px;
  border-radius: 50%;
  background: none;
  padding: 0 10px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  transition: all 0.2s ease-out; }

.white-popup.hasfooter .foot p .slick-current .icon {
  background: #fff;
  color: #0072BB; }

.white-popup.hasfooter .foot p .icon img {
  max-height: 40px;
  margin: 0 auto 5px; }

@media all and (max-width: 900px) {
  .white-popup {
    margin: 20px 50px; } }

@media all and (max-width: 900px) {
  .white-popup.popup-type-image .left {
    width: 100%;
    float: none;
    padding-right: 0px; }
  .white-popup.popup-type-image .right {
    width: 100%;
    float: none;
    padding-left: 0px; } }

@media all and (max-width: 780px) {
  .white-popup {
    padding: 30px; }
  .white-popup h2 {
    margin-bottom: 25px; }
  .white-popup h3,
  .white-popup p {
    margin-bottom: 15px; }
  .white-popup figure {
    margin: 0 -45px;
    margin-bottom: 30px; }
  .white-popup.hasfooter .wrapper figure {
    margin: 0 -30px;
    margin-bottom: 30px; }
  .white-popup.hasfooter .wrapper {
    padding: 30px; } }

@media all and (max-width: 640px) {
  .white-popup {
    margin: 20px auto; }
  .white-popup.hasfooter .foot {
    padding: 30px; }
  .white-popup.hasfooter .foot p {
    line-height: 1.5; }
  .white-popup.hasfooter .foot p icon {
    margin: 0 auto 30px;
    display: block; }
  .white-popup.hasfooter .foot p {
    height: auto; }
  .white-popup.hasfooter .foot p > span {
    line-height: 1.4; } }

@media all and (max-width: 567px) {
  .white-popup .btn-holder {
    padding-top: 20px; }
  .white-popup .btn, .white-popup span.btn-blue, .white-popup span.btn-yellow {
    width: 100%; } }

/****************************************************************************************
@
@	Social mobile Styles
@
****************************************************************************************/
.social-mobile {
  padding: 30px 0;
  margin-top: 30px;
  display: none; }

.social-mobile p {
  text-align: center;
  color: #0072BB;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 10px; }

.social-mobile div {
  width: 100%;
  display: table; }

.social-mobile div a {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle; }

.social-mobile div a img {
  display: block;
  margin: 0 auto; }

@media all and (max-width: 767px) {
  .social-mobile {
    display: block; } }

.button-wrapper {
  text-align: center; }

/****************************************************************************************
@
@	Header Styles
@
****************************************************************************************/
#pageHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0 0 0 30px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out; }

.no-top {
  top: 0; }

#pageHeader .inner {
  padding: 40px;
  position: relative;
  z-index: 10;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out; }
  #pageHeader .inner.no-pad {
    padding-top: 0 !important; }

#pageHeader.sticky {
  background: rgba(0, 0, 0, 0.55); }

#pageHeader.sticky .inner {
  padding: 45px 40px; }
  #pageHeader.sticky .inner .right {
    top: 10px; }

/*DRTV Styles 18 September 2017 to prevent shrinking menu when user scroll down the page */
#pageHeader.sticky.sticky1 {
  background: rgba(0, 0, 0, 0.55);
  padding-bottom: 50px; }

#pageHeader.sticky.sticky1 .inner {
  padding: 20px 40px; }

/*DRTV Styles*/
#pageHeader:after {
  content: '';
  display: block;
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); }

#pageHeader.sticky:after {
  display: none; }

.container.skinny {
  padding-left: 48px;
  padding-right: 48px; }
  @media screen and (max-width: 2000px) {
    .container.skinny {
      padding-left: 16px;
      padding-right: 16px; } }
  @media screen and (max-width: 992px) {
    .container.skinny {
      width: 90% !important; } }
  @media screen and (max-width: 779px) {
    .container.skinny {
      width: 100% !important; } }

#fbr-form-container {
  /*margin-top: 160px;

  @media screen and (max-width: 991px) {
    margin-top: 112px;
  }*/ }
  #fbr-form-container.donation-experience {
    min-height: 50vh;
    padding-bottom: 48px; }
    #fbr-form-container.donation-experience .fbr-form-header {
      right: -160px; }
    @media screen and (max-width: 779px) {
      #fbr-form-container.donation-experience {
        padding-bottom: 0 !important; } }

.donation-experience-footer {
  overflow: hidden; }
  @media screen and (max-width: 779px) {
    .donation-experience-footer {
      padding: 0 0 60px !important; }
      .donation-experience-footer .col {
        padding-top: 0 !important;
        padding-bottom: 0 !important; }
      .donation-experience-footer .container {
        padding: 0 !important; } }
  .donation-experience-footer h3 {
    text-align: center;
    margin-bottom: 0 !important; }
  .donation-experience-footer p {
    text-align: center; }
  .donation-experience-footer img {
    margin-left: auto;
    margin-right: auto; }
  .donation-experience-footer img.chart-image {
    width: 100%; }
  .donation-experience-footer .image-column {
    padding: 24px 0 8px 32px !important; }
    @media screen and (max-width: 991px) {
      .donation-experience-footer .image-column {
        padding: 24px 0 8px 16px !important; } }
    .donation-experience-footer .image-column div {
      width: 100%;
      text-align: center; }
  .donation-experience-footer .uber-image-wrapper {
    position: relative; }
    .donation-experience-footer .uber-image-wrapper:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      width: 100%;
      height: 33.3%;
      background: white;
      background: -moz-linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); }
  .donation-experience-footer .other-ways-to-donate-column {
    padding-top: 112px; }
    .donation-experience-footer .other-ways-to-donate-column h3 {
      font-weight: 600 !important; }
    .donation-experience-footer .other-ways-to-donate-column p {
      width: 35%;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
      font-size: 18px; }
      .donation-experience-footer .other-ways-to-donate-column p.nz {
        margin-top: 15px; }
    @media screen and (max-width: 1649px) {
      .donation-experience-footer .other-ways-to-donate-column p {
        width: 42%; } }
    @media screen and (max-width: 779px) {
      .donation-experience-footer .other-ways-to-donate-column {
        padding-top: 32px;
        padding-bottom: 8px; }
        .donation-experience-footer .other-ways-to-donate-column p {
          width: 70%;
          text-align: center; } }
    @media screen and (max-width: 766px) {
      .donation-experience-footer .other-ways-to-donate-column {
        background-color: #FFF;
        color: #0073C0; } }
    .donation-experience-footer .other-ways-to-donate-column .donation-experience-contact {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      width: 60%;
      padding-top: 48px;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 2000px) {
        .donation-experience-footer .other-ways-to-donate-column .donation-experience-contact {
          width: 100%;
          padding-left: 20px;
          padding-right: 20px; } }
      @media screen and (max-width: 779px) {
        .donation-experience-footer .other-ways-to-donate-column .donation-experience-contact {
          padding-top: 40px;
          padding-bottom: 24px; } }
      .donation-experience-footer .other-ways-to-donate-column .donation-experience-contact .contact-icon {
        text-align: center;
        height: 55px; }
        .donation-experience-footer .other-ways-to-donate-column .donation-experience-contact .contact-icon span {
          font-size: 44px; }
      .donation-experience-footer .other-ways-to-donate-column .donation-experience-contact .col-left {
        -webkit-flex-basis: 50%;
        flex: 0 0 50%;
        padding-top: 4px;
        height: 131px; }
        .donation-experience-footer .other-ways-to-donate-column .donation-experience-contact .col-left .phone-link {
          padding-top: 4px;
          text-align: center; }
          .donation-experience-footer .other-ways-to-donate-column .donation-experience-contact .col-left .phone-link a {
            font-size: 16px;
            line-height: 20px;
            padding: 0 4px;
            color: #FFF !important;
            text-decoration: underline; }
            @media screen and (max-width: 779px) {
              .donation-experience-footer .other-ways-to-donate-column .donation-experience-contact .col-left .phone-link a {
                color: #0073C0 !important; } }
      .donation-experience-footer .other-ways-to-donate-column .donation-experience-contact .col-right {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        flex: 0 0 50%;
        padding-top: 4px;
        height: 131px;
        border-left: 1px solid #FFF !important; }
        @media screen and (max-width: 779px) {
          .donation-experience-footer .other-ways-to-donate-column .donation-experience-contact .col-right {
            border-left: 1px solid #868686 !important; } }
        .donation-experience-footer .other-ways-to-donate-column .donation-experience-contact .col-right .mail-links {
          padding-top: 4px;
          text-align: center; }
          @media screen and (max-width: 779px) {
            .donation-experience-footer .other-ways-to-donate-column .donation-experience-contact .col-right .mail-links {
              color: #0073C0 !important; } }
          .donation-experience-footer .other-ways-to-donate-column .donation-experience-contact .col-right .mail-links a {
            font-size: 16px;
            line-height: 20px;
            padding: 0 4px;
            color: #FFF !important;
            text-decoration: underline; }
            @media screen and (max-width: 779px) {
              .donation-experience-footer .other-ways-to-donate-column .donation-experience-contact .col-right .mail-links a {
                color: #0073C0 !important; } }

/* logo */
#logo {
  display: block;
  position: absolute;
  left: 40px;
  top: 70px; }

.sticky #logo {
  top: 20px; }

#logo img {
  display: block; }

#logo .sticky-logo {
  display: none; }

#logo .nonsticky-logo {
  display: block; }

.sticky #logo .sticky-logo {
  display: block; }

.sticky #logo .nonsticky-logo {
  display: none; }

/* responsive */
@media all and (max-width: 1480px) {
  #logo .nonsticky-logo {
    height: 120px; }
  .sticky #logo {
    top: 20px;
    height: 50px;
    overflow: hidden; }
  .sticky #logo .sticky-logo {
    max-width: none;
    height: 50px; } }

/* right */
#pageHeader .right {
  float: right;
  top: 40px;
  position: absolute;
  right: 40px; }

/* nav */
#pageHeader .right nav {
  float: left; }

#pageHeader .right.searchon nav {
  display: none; }

#pageHeader.sticky .right nav {
  display: none; }

#pageHeader .right nav ul li {
  float: left;
  padding: 0 50px; }

#pageHeader .right nav ul li a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 45px;
  color: #fff; }

#pageHeader .right nav ul li a:hover {
  opacity: 0.8; }

/* responsive */
@media all and (max-width: 1480px) {
  #pageHeader .right {
    font-size: 16px; }
  #pageHeader .right nav ul li {
    padding: 0 23px; } }

/* donate */
#pageHeader .right .donate {
  display: inline-block;
  vertical-align: middle; }

#pageHeader .right.searchon .donate {
  display: none; }

#pageHeader .right .donate .desktop {
  display: none;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
  padding: 0 25px 0 0; }

#pageHeader.sticky .right .donate .desktop {
  display: inline-block; }

/* search */
#pageHeader .right .search-top {
  display: inline-block;
  vertical-align: middle;
  padding: 0 46px; }

#pageHeader .right .search-top input {
  display: none;
  vertical-align: top;
  width: 700px;
  border: none;
  background: none;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  line-height: 41px;
  color: #fff; }

#pageHeader .right .search-top input::-webkit-input-placeholder {
  color: #fff; }

#pageHeader .right .search-top input:-moz-placeholder {
  color: #fff;
  opacity: 1; }

#pageHeader .right .search-top input::-moz-placeholder {
  color: #fff;
  opacity: 1; }

#pageHeader .right .search-top input:-ms-input-placeholder {
  color: #fff; }

#pageHeader .right.searchon .search-top input {
  display: inline-block; }

@media screen and (max-width: 779px) {
  #pageHeader.donation-experience-header {
    background: rgba(0, 0, 0, 0.55); }
    #pageHeader.donation-experience-header.hide {
      display: none; }
    #pageHeader.donation-experience-header .inner {
      height: 97px; }
      #pageHeader.donation-experience-header .inner a img {
        display: none; } }

#pageHeader.donation-experience-header:after {
  height: 100%; }
  @media screen and (max-width: 779px) {
    #pageHeader.donation-experience-header:after {
      background: none; } }

/* responsive */
@media all and (max-width: 1279px) {
  #pageHeader {
    padding: 0; }
  #pageHeader .inner {
    padding: 20px; }
  #pageHeader.sticky .inner {
    padding: 8px 20px;
    height: 60px; }
  #pageHeader.donation-experience-header.sticky .inner {
    padding: 20px 20px;
    height: 97px; }
  #logo {
    top: 40px; }
  #logo .nonsticky-logo {
    height: 80px; }
  .sticky #logo {
    width: 50px;
    top: 6px;
    padding-top: 6px; }
  #pageHeader .right .search-top {
    padding: 2.5px 23px; }
  #pageHeader .right .search-top input {
    width: 500px; }
  #pageHeader .right .search-top .icon.search {
    background-size: 80%; }
  #pageHeader .right .icon.nav-open {
    background-size: 80%; } }

@media all and (max-width: 1024px) {
  #pageHeader .right nav {
    display: none; }
  #pageHeader.sticky .right .donate .desktop span {
    display: none; } }

@media all and (max-width: 767px) {
  #pageHeader .right .donate .btn, #pageHeader .right .donate span.btn-blue, #pageHeader .right .donate span.btn-yellow {
    display: none; }
  #logo {
    top: 30px;
    left: 30px; }
  #pageHeader .right .search-top {
    display: none; }
  #pageHeader .right .donate .desktop {
    padding: 0 10px 0 0; } }

/****************************************************************************************
@
@	Mega Menu Styles
@
****************************************************************************************/
#MegaMenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #fff;
  padding: 0 0 0 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out; }

#MegaMenu.on {
  opacity: 1;
  visibility: visible; }

#MegaMenu .inner {
  padding: 0px;
  min-height: 100%;
  position: relative;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out; }

/* logo */
#MegaMenu .logo {
  display: block;
  position: absolute;
  height: 100%;
  width: 20%;
  float: left;
  background: #0072BB;
  padding: 70px 40px 40px; }

#MegaMenu .logo img {
  display: block;
  margin: auto; }

#MegaMenu .logo .sticky-logo {
  display: none; }

#MegaMenu .logo .nonsticky-logo {
  display: block; }

/* right */
#MegaMenu .right {
  float: right;
  max-width: 80%;
  padding: 40px; }

#MegaMenu.sticky .right {
  padding-top: 20px; }

#MegaMenu .mega-social {
  display: none; }

/* nav */
#MegaMenu .right nav {
  float: left;
  width: 70%;
  font-family: 'Open Sans', sans-serif; }

#MegaMenu .right.searchon nav {
  display: none; }

#MegaMenu .right nav ul li {
  float: left;
  width: 25%;
  padding: 0 30px; }

#MegaMenu .right nav ul li a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 45px;
  color: #5B5A56; }

#MegaMenu .right nav > ul > li > a {
  font-family: "proxima-nova";
  font-weight: 800; }

#MegaMenu .right nav ul li a:hover {
  opacity: 0.8; }

#MegaMenu .right nav ul li > div {
  padding-top: 15px; }

#MegaMenu .right nav ul li h3 {
  font-family: "proxima-nova";
  font-weight: 800; }

#MegaMenu .right nav ul li h3 a {
  color: #0072BB;
  text-transform: none; }

#MegaMenu .right nav ul li ul {
  margin-bottom: 45px; }

#MegaMenu .right nav ul li ul li {
  display: block;
  float: none;
  width: 100%;
  padding: 0; }

#MegaMenu .right nav ul li ul li a {
  text-transform: none;
  line-height: 24px;
  font-size: 18px;
  padding: 15px 0; }

/* donate */
#MegaMenu .right .donate {
  float: left; }

#MegaMenu .right.searchon .donate {
  display: none; }

/* search */
#MegaMenu .right .search-top {
  float: left;
  padding: 2.5px 46px; }

#MegaMenu .right .search-top {
  float: left;
  padding: 2.5px 46px; }

#MegaMenu .right .search-top input {
  display: none;
  vertical-align: top;
  width: 700px;
  border: none;
  background: none;
  border-bottom: 1px solid #5B5A56;
  font-size: 18px;
  line-height: 41px;
  color: #5B5A56; }

#MegaMenu .right .search-top input::-webkit-input-placeholder {
  color: #5B5A56; }

#MegaMenu .right .search-top input:-moz-placeholder {
  color: #5B5A56;
  opacity: 1; }

#MegaMenu .right .search-top input::-moz-placeholder {
  color: #5B5A56;
  opacity: 1; }

#MegaMenu .right .search-top input:-ms-input-placeholder {
  color: #5B5A56; }

#MegaMenu .right.searchon .search-top input {
  display: inline-block;
  font-size: 28px;
  color: #A29F90;
  line-height: 50px;
  padding-left: 20px;
  border-bottom: 2px solid #E1E0DC; }

#MegaMenu .right.searchon .search-top input::-webkit-input-placeholder {
  color: #A29F90; }

#MegaMenu .right.searchon .search-top input:-moz-placeholder {
  color: #A29F90;
  opacity: 1; }

#MegaMenu .right.searchon .search-top input::-moz-placeholder {
  color: #A29F90;
  opacity: 1; }

#MegaMenu .right.searchon .search-top input:-ms-input-placeholder {
  color: #A29F90; }

/* responsive */
@media all and (min-width: 1481px) {
  #MegaMenu {
    text-align: right; }
  #MegaMenu .right {
    padding: 40px 20px 40px 40px; } }

@media all and (min-width: 1600px) {
  #MegaMenu .right {
    padding: 40px; } }

@media all and (max-width: 1480px) {
  #MegaMenu .logo {
    padding: 40px 20px 20px; }
  #MegaMenu .right {
    padding: 40px 20px 20px; }
  #MegaMenu.sticky .right {
    padding: 20px 20px 20px; }
  #MegaMenu .right nav {
    width: 68%; }
  #MegaMenu .right nav ul li {
    padding: 0 15px; }
  #MegaMenu .right nav ul li a {
    font-size: 15px;
    line-height: 45px; }
  #MegaMenu .right nav ul li h3 {
    padding-top: 0; }
  #MegaMenu .right nav ul li h3 a {
    font-size: 14px; }
  #MegaMenu .right nav ul li ul {
    margin-bottom: 25px; }
  #MegaMenu .right nav ul li ul li a {
    line-height: 18px;
    font-size: 14px;
    padding: 10px 0; }
  #MegaMenu .right .search-top {
    padding: 2.5px 24px; } }

@media all and (min-width: 1280px) {
  #MegaMenu .right .search-top {
    width: 88px;
    position: relative; }
  #MegaMenu .right .search-top input {
    position: absolute;
    top: 0;
    right: 88px;
    font-size: 28px;
    padding-left: 20px;
    line-height: 50px;
    border-bottom: 2px solid #E1E0DC;
    color: #A29F90; }
  #MegaMenu .right .search-top input::-webkit-input-placeholder {
    color: #A29F90; }
  #MegaMenu .right .search-top input:-moz-placeholder {
    color: #A29F90;
    opacity: 1; }
  #MegaMenu .right .search-top input::-moz-placeholder {
    color: #A29F90;
    opacity: 1; }
  #MegaMenu .right .search-top input:-ms-input-placeholder {
    color: #A29F90; }
  #MegaMenu .right.searchon .donate {
    display: block;
    visibility: hidden;
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s; }
  #MegaMenu .right.searchon .donate a {
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s; }
  #MegaMenu .right.searchon nav {
    display: block;
    padding-top: 88px; } }

@media all and (min-width: 1480px) {
  #MegaMenu .right .search-top {
    width: 131px; } }

@media all and (max-width: 1279px) {
  #MegaMenu .right {
    width: 100%; }
  #MegaMenu .right nav {
    width: 100%;
    padding-top: 100px; }
  #MegaMenu .right .donate {
    float: none;
    position: absolute;
    right: 158px;
    top: 20px; }
  #MegaMenu .right .search-top {
    padding: 0 23px;
    position: absolute;
    right: 59px;
    top: 20px; }
  #MegaMenu .right .icon.nav-close {
    position: absolute;
    right: 5px;
    top: 20px; }
  #MegaMenu.sticky .right nav {
    padding-top: 80px; }
  #MegaMenu.sticky .right .donate,
  #MegaMenu.sticky .right .search-top,
  #MegaMenu.sticky .right .icon.nav-close {
    top: 10px; }
  #MegaMenu .right.searchon nav {
    display: inline-block; }
  #MegaMenu .right.searchon .search-top {
    display: inline-block;
    width: 72%; }
  #MegaMenu .right.searchon .search-top input {
    width: 92%;
    float: left; }
  #MegaMenu .right.searchon .search-top .icon.search.reverse {
    float: right; } }

@media all and (max-width: 1023px) {
  #MegaMenu .right .search-top input {
    width: 500px; } }

@media all and (min-width: 768px) {
  #MegaMenu .right nav ul li > div {
    display: block !important; } }

@media all and (max-width: 767px) {
  .form-area-outer .light-gray-bg {
    background: transparent !important; }
  #MegaMenu .inner {
    background: #0072BB; }
  #MegaMenu .logo {
    position: relative;
    padding: 30px;
    width: auto; }
  #MegaMenu .logo .nonsticky-logo {
    width: 70px; }
  #MegaMenu .right {
    width: 100%;
    max-width: 100%;
    background: #fff; }
  #MegaMenu .right nav {
    width: 100%; }
  #MegaMenu .right.searchon nav {
    display: block; }
  #MegaMenu .right .donate {
    float: none;
    position: absolute;
    top: 20px;
    right: 158px; }
  #MegaMenu .right .icon.nav-close {
    background-size: 80%;
    background-image: url(/images/icons/menu-opened-rev.png);
    position: absolute;
    top: 20px;
    right: 19px; }
  #MegaMenu.sticky .right .icon.nav-close {
    right: 5px; }
  #MegaMenu .right .search-top {
    position: absolute;
    top: 20px;
    right: 59px;
    padding: 0 23px; }
  #MegaMenu .right .search-top input {
    border-bottom: 1px solid #ffffff;
    color: #fff; }
  #MegaMenu .right .icon.search.reverse {
    background-image: url(/images/icons/icon-search.png);
    background-size: 80%; }
  #MegaMenu .right.searchon .search-top .icon.search.reverse {
    float: none; }
  #MegaMenu .right .search-top input::-webkit-input-placeholder {
    color: #fff; }
  #MegaMenu .right .search-top input:-moz-placeholder {
    color: #fff;
    opacity: 1; }
  #MegaMenu .right .search-top input::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  #MegaMenu .right .search-top input:-ms-input-placeholder {
    color: #fff; }
  #MegaMenu .mega-social {
    display: table;
    width: 100%;
    padding: 25px 0; }
  #MegaMenu .mega-social a {
    display: table-cell;
    width: 33.33%;
    vertical-align: middle;
    text-align: center;
    opacity: 0.5; }
  #MegaMenu .right {
    padding-bottom: 60px; }
  #MegaMenu .right .donate {
    display: none; }
  #MegaMenu .right nav {
    padding-top: 0; }
  #MegaMenu .right nav ul li {
    padding: 0px 10px;
    float: none;
    width: 100%; }
  #MegaMenu .right nav ul li > div {
    display: none;
    padding: 0 0 0 30px; }
  #MegaMenu .right nav > ul > li > a {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    line-height: 75px;
    position: relative; }
  #MegaMenu .right nav > ul > li > a.show-megamenu:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #5B5A56;
    border-right: 2px solid #5B5A56;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg); }
  #MegaMenu .right.searchon {
    margin-top: 60px; }
  #MegaMenu .right.searchon .search-top {
    top: 125px;
    width: 100%;
    right: 0;
    text-align: right;
    display: table; }
  #MegaMenu .right.searchon .search-top input {
    display: table-cell;
    width: 100%; }
  #MegaMenu .right.searchon .search-top .icon.search.reverse {
    display: table-cell;
    width: 40px; }
  .btn-month-option-box.active .middle-content {
    margin-left: 15px; } }

/****************************************************************************************
@
@	Social Styles
@
****************************************************************************************/
.social {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 150;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%); }

.social a {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 3px 0;
  background: #0072BB;
  color: #fff;
  text-align: center;
  font-size: 24px; }

.social a i {
  line-height: 40px;
  font-size: inherit; }

/* responsive */
@media all and (max-width: 767px) {
  .social {
    display: none; } }

/****************************************************************************************
@
@	Footer Styles
@
****************************************************************************************/
#pageFooter {
  position: relative;
  z-index: 90;
  background: #5B5A56; }

/* footer mid */
#pageFooter .footsocial {
  display: none; }

/* left */
#pageFooter .footer-mid .left {
  width: 50%;
  float: right;
  padding: 30px 8% 40px 0; }

#pageFooter .footer-mid .left .form-container {
  width: 100%;
  margin: 0 auto; }

#pageFooter .footer-mid .left .form-container h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  margin: 0 5px 15px; }

#pageFooter .footer-mid .left .form-container .row {
  margin: 0 -10px; }

#pageFooter .footer-mid .left .form-container label {
  width: 50%;
  float: left;
  padding: 15px; }

#pageFooter .footer-mid .left .form-container label.full,
.form-container.subscribe-form {
  width: 100%; }

.form-container.subscribe-form .half {
  width: 49%;
  display: inline-block;
  vertical-align: top; }

.form-container.subscribe-form .half {
  margin-right: 1%; }

.form-container.subscribe-form .half:last-child {
  margin-right: 0; }

#pageFooter .footer-mid .left .form-container label input[type="text"],
#pageFooter .footer-mid .left .form-container label input[type="email"],
.form-container.subscribe-form label input,
.form-container.subscribe-form label input {
  display: block;
  width: 100%;
  border: none;
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #0072BB;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  padding: 12.5px 20px;
  height: 45px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s; }

.form-container.subscribe-form label input,
.form-container.subscribe-form label input {
  margin-bottom: 20px;
  border-bottom: 1px solid #434343; }

.form-container.subscribe-form label input[type="submit"] {
  background: #0072BB;
  color: white; }

#pageFooter .footer-mid .left .form-container label input[type="text"]:focus,
#pageFooter .footer-mid .left .form-container label input[type="email"]:focus {
  background: none;
  border-bottom: 1px solid #A29F90;
  color: #fff; }

.form-container.subscribe-form label input:focus,
.form-container.subscribe-form label input:focus {
  background: none;
  border-bottom: 1px solid #A29F90;
  color: #434343; }

.form-container.subscribe-form label input::-webkit-input-placeholder,
.form-container.subscribe-form label input:-moz-placeholder,
.form-container.subscribe-form label input:-ms-input-placeholder {
  color: #0072BB; }

.form-container.subscribe-form label input:focus::-webkit-input-placeholder,
.form-container.subscribe-form label input:focus:-moz-placeholder,
.form-container.subscribe-form label input:focus:-ms-input-placeholder {
  color: #0072BB; }

#pageFooter .footer-mid .left .form-container .align-center .form-container.subscribe-form l.align-center {
  text-align: center;
  padding: 10px 0 0; }

/* change placeholder color */
#pageFooter .footer-mid .left .form-container label input[type="text"]::-webkit-input-placeholder,
#pageFooter .footer-mid .left .form-container label input[type="email"]::-webkit-input-placeholder {
  color: #0072BB; }

#pageFooter .footer-mid .left .form-container label input[type="text"]:-moz-placeholder,
#pageFooter .footer-mid .left .form-container label input[type="email"]:-moz-placeholder {
  color: #0072BB;
  opacity: 1; }

#pageFooter .footer-mid .left .form-container label input[type="text"]:-ms-input-placeholder,
#pageFooter .footer-mid .left .form-container label input[type="email"]:-ms-input-placeholder {
  color: #0072BB; }

#pageFooter .footer-mid .left .form-container label input[type="text"]:focus::-webkit-input-placeholder,
#pageFooter .footer-mid .left .form-container label input[type="email"]:focus::-webkit-input-placeholder {
  color: #fff; }

#pageFooter .footer-mid .left .form-container label input[type="text"]:focus:-moz-placeholder,
#pageFooter .footer-mid .left .form-container label input[type="email"]:focus:-moz-placeholder {
  color: #fff;
  opacity: 1; }

#pageFooter .footer-mid .left .form-container label input[type="text"]:focus:-ms-input-placeholder,
#pageFooter .footer-mid .left .form-container label input[type="email"]:focus:-ms-input-placeholder {
  color: #fff; }

/* right */
#pageFooter .footer-mid .right {
  width: 50%;
  float: left;
  padding: 0px 8% 40px; }

#pageFooter .footer-mid .right .logo {
  width: 50%;
  float: left;
  padding-top: 70px; }

#pageFooter .footer-mid .right .logo img {
  display: block; }

#pageFooter .footer-mid .right nav {
  width: 50%;
  float: left; }

#pageFooter .footer-mid .right nav ul li {
  padding: 14px 0; }

#pageFooter .footer-mid .right nav ul li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #fff; }

#pageFooter .footer-mid .right nav ul li a:hover {
  color: #FAEA01; }

/* thank you pop */
#form-area {
  position: relative; }

#thanks-pop {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  padding: 10px 5px;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 24px; }

#thanks-pop p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 24px; }

/* Foter Social Icons */
.footer-socialIcons {
  text-align: center;
  padding: 0 0 40px 0;
  margin-bottom: 20px; }

.footer-socialIcons ul {
  list-style-type: none;
  display: block;
  padding: 0;
  margin: 0;
  text-align: center; }

.footer-socialIcons ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 0 5px;
  text-align: center; }

.footer-socialIcons ul li a {
  display: block;
  padding: 15px;
  font-size: 26px;
  color: #fff; }

/* footer bottom */
#pageFooter .footer-bottom {
  padding: 0 0 40px 0;
  color: #fff;
  text-align: center;
  color: #A29F90; }

#pageFooter .footer-bottom a {
  color: #A29F90; }

#pageFooter .footer-bottom a:hover {
  color: #fff; }

#pageFooter .footer-bottom p {
  max-width: 90%;
  margin: 0 auto;
  max-height: 75px; }

#pageFooter .footer-bottom .col-1 {
  width: 20%;
  float: left;
  padding: 0 40px; }

#pageFooter .footer-bottom .col-2 {
  width: 60%;
  margin: 0 auto;
  padding: 0 40px;
  max-height: 24px; }

.foot-donate {
  display: none; }

.foot-gift {
  display: none; }

/* responsive */
@media all and (max-width: 1480px) {
  #pageFooter .footer-bottom .col-1 {
    width: 25%; }
  #pageFooter .footer-bottom .col-2 {
    width: 70%; } }

@media all and (max-width: 1279px) {
  #pageFooter .footer-mid .right {
    padding: 0 45px 60px; }
  #pageFooter .footer-mid .left {
    padding: 30px 45px 60px 0; }
  #pageFooter .footer-mid .left .form-container h3 {
    font-size: 26px;
    line-height: 32px; }
  #pageFooter .footer-bottom {
    font-size: 14px;
    padding: 0 0 40px; }
  #pageFooter .footer-bottom .col-1,
  #pageFooter .footer-bottom .col-2 {
    padding: 0 20px; }
  #pageFooter .footer-bottom .col-2 {
    width: 60%; } }

@media all and (max-width: 1279px) {
  #pageFooter .footer-mid .container {
    width: auto; } }

@media all and (max-width: 979px) {
  #pageFooter .footer-bottom .col-2 {
    width: 100%;
    padding: 0 30px 30px;
    max-height: none; }
  #pageFooter .footer-bottom .col-1 {
    width: 45%;
    text-align: left; }
  #pageFooter .footer-bottom .col-1:last-of-type {
    text-align: right; } }

@media all and (max-width: 767px) {
  #pageFooter .footer-mid .left {
    padding: 60px 15px;
    width: 100%;
    float: none; }
  #pageFooter .footer-mid .left .form-container .row {
    margin: 0; }
  #pageFooter .footer-mid .left .form-container h3 {
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 400; }
  #pageFooter .footer-mid .left .form-container label {
    width: 100%;
    float: none;
    padding: 15px 0;
    display: block; }
  #pageFooter .footer-mid .left .form-container label input[type="text"],
  #pageFooter .footer-mid .left .form-container label input[type="email"] {
    background: none;
    border-bottom: 1px solid #A29F90;
    color: #fff;
    text-align: center;
    font-weight: 400; }
  #pageFooter .footer-mid .left .form-container label input[type="text"]::-webkit-input-placeholder,
  #pageFooter .footer-mid .left .form-container label input[type="email"]::-webkit-input-placeholder {
    color: #fff; }
  #pageFooter .footer-mid .left .form-container label input[type="text"]:-moz-placeholder,
  #pageFooter .footer-mid .left .form-container label input[type="email"]:-moz-placeholder {
    color: #fff;
    opacity: 1; }
  #pageFooter .footer-mid .left .form-container label input[type="text"]::-moz-placeholder,
  #pageFooter .footer-mid .left .form-container label input[type="email"]::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  #pageFooter .footer-mid .left .form-container label input[type="text"]:-ms-input-placeholder,
  #pageFooter .footer-mid .left .form-container label input[type="email"]:-ms-input-placeholder {
    color: #fff; }
  #pageFooter .footer-mid .left .form-container .align-center {
    padding: 15px 0 0; }
  #pageFooter .footer-mid .left .form-container .align-center .btn, #pageFooter .footer-mid .left .form-container .align-center span.btn-blue, #pageFooter .footer-mid .left .form-container .align-center span.btn-yellow {
    width: 100%; }
  #pageFooter .footer-mid .right {
    padding: 60px 15px;
    width: 100%; }
  #pageFooter .footer-mid .right .logo {
    float: none;
    width: 100%;
    padding: 0 0 30px; }
  #pageFooter .footer-mid .right .logo img {
    margin: auto; }
  #pageFooter .footer-mid .right nav {
    float: none;
    width: 100%;
    text-align: center; }
  #pageFooter .footer-bottom {
    font-size: 12px;
    line-height: 1.3;
    padding-bottom: 75px; }
  #pageFooter .footer-bottom p {
    max-width: 100%;
    max-height: none; }
  #pageFooter .footer-bottom .col-1 {
    width: 50%;
    white-space: nowrap; }
  #pageFooter .footsocial {
    display: table;
    padding: 0 30px;
    width: 100%; }
  #pageFooter .footsocial a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50%; }
  .foot-donate {
    display: block;
    position: fixed;
    bottom: 44px;
    left: 0;
    width: 100%;
    z-index: 170; }
  .foot-gift {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 170; } }

/****************************************************************************************
@
@	Homepage Styles
@
****************************************************************************************/
/* home quote one */
.home-quote-one {
  padding: 120px 0;
  text-align: center;
  background: #fff;
  z-index: 90; }

.home-quote-one blockquote {
  font-size: 36px;
  line-height: 40px;
  color: #A29F90; }

.home-quote-one blockquote strong {
  font-weight: 700;
  color: #0072BB; }

.home-quote-one h1, .home-quote-one p {
  font-size: 36px;
  line-height: 40px;
  color: #A29F90;
  margin: 0;
  padding: 0; }

.home-quote-one h1 .blue, .home-quote-one p .blue {
  font-weight: 700;
  color: #0072BB; }

/* responsive */
@media all and (max-width: 1480px) {
  .home-quote-one {
    padding: 100px 0; }
  .home-quote-one blockquote, .home-quote-one h1, .home-quote-one p {
    font-size: 32px;
    line-height: 36px; } }

@media all and (max-width: 1279px) {
  .home-quote-one {
    padding: 60px 0; } }

@media all and (max-width: 1023px) {
  .home-quote-one .container {
    width: auto;
    padding: 0 30px; } }

@media all and (max-width: 767px) {
  .home-quote-one.bgblue {
    background: #0072BB;
    padding: 60px 0 0; }
  .home-quote-one.bgblue blockquote, .home-quote-one.bgblue h1, .home-quote-one.bgblue p {
    color: #fff; }
  .home-quote-one.bgblue blockquote strong, .home-quote-one.bgblue h1 .blue, .home-quote-one.bgblue p .blue {
    color: #fff !important; }
  .home-quote-one blockquote, .home-quote-one h1 {
    font-size: 30px; }
  .cta-duo .row {
    margin: 0 -30px; } }

/* home quote two */
.home-quote-two {
  padding: 120px 0;
  text-align: center; }

.home-quote-two blockquote {
  font-size: 36px;
  line-height: 40px;
  color: #fff; }

.home-quote-two h1, .home-quote-two p {
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  margin: 0;
  padding: 0; }

.home-quote-two blockquote strong {
  font-weight: 700;
  color: #FAEA01; }

.home-quote-two h1 .yellow, .home-quote-two p .yellow {
  font-weight: 700;
  color: #FAEA01; }

/* responsive */
@media all and (max-width: 1480px) {
  .home-quote-two {
    padding: 100px 0; }
  .home-quote-two blockquote, .home-quote-two h1, .home-quote-two p {
    font-size: 32px;
    line-height: 36px; } }

@media all and (max-width: 1289px) {
  .home-quote-two {
    padding: 60px 0 30px; } }

@media all and (max-width: 1023px) {
  .home-quote-two .container {
    width: auto;
    padding: 0 30px; } }

@media all and (max-width: 767px) {
  .home-quote-two {
    display: none; } }

/* cards */
.cards .row {
  position: relative;
  margin: 0 -1px; }

.cards .row .col {
  float: left;
  min-height: 1px;
  padding: 0 1px; }

.cards .row .col-4 {
  width: 33.33%; }

.cards .row .col-6 {
  width: 50%; }

.cards .row .col-8 {
  width: 66.66%; }

.cards .row .content {
  position: relative;
  height: 100%; }

.cards .row .intro h3 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  padding: 0px 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%; }

.cards .row .content .featured {
  overflow: hidden;
  position: relative; }

.cards .row .content .featured:hover:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4); }

.cards .row .content .featured:hover:before {
  content: "read " attr(data-txt) " story";
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap; }

.cards .row .content .featured img {
  display: block;
  width: 100%; }

.cards .row .content .featured img.desktop {
  display: block; }

.cards .row .content .featured img.mobile {
  display: none; }

.cards .row .story-carousel .content .featured:hover:after {
  display: none; }

.cards .row .story-carousel .content .featured:hover {
  background: #000; }

.cards .row .story-carousel .content .featured:hover img {
  opacity: 0.7; }

.cards.no-hover-card .row .content .featured:hover:after,
.no-hover:hover:after {
  display: none; }

.cards.no-hover-card .row .content .featured:hover:before,
.no-hover:hover:before {
  display: none; }

.cards.story-card .row.no-box-shadow .content .featured {
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none; }

.cards .row .content .graph h3 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  padding: 0px 40px;
  left: 0;
  bottom: 0;
  max-width: 100%;
  margin-top: 25px;
  text-align: center; }

.cards .row .content .text {
  width: 100%;
  display: table;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 30px;
  /*border-left: 1px solid #ECEBE7; border-right: 1px solid #ECEBE7;*/
  box-shadow: 2px 0px 0px #ECEBE7, -2px 0px 0px #ECEBE7;
  z-index: 9;
  /* max-height: 70px*/ }

.cards .no-box-shadow.row .content .text {
  box-shadow: none; }

.cards .row .content .text .left {
  display: table-cell;
  vertical-align: middle; }

.cardwithlongtext.cards .row .content .text .left {
  height: 114px; }

.cards .row .content .text .left a {
  display: block; }

.cards .row .content .text .left h2 {
  display: inline-block;
  position: relative;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #0072BB;
  margin: 0 25px 0 0; }

.cards .row .content .text .left h2:before {
  content: '';
  display: block;
  width: 51px;
  height: 76px;
  background: url("/images/icons/location-pin.png") center center no-repeat;
  position: absolute;
  left: 50%;
  top: -86px;
  margin: 0 0 0 -25.5px; }

.cards .row .content .text .left p {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #5B5A56;
  margin: 0; }

.cards .row .content .text .left p span {
  color: #0072BB;
  font-weight: 700; }

.cards .row .content .text .right .unhcr-icon-round {
  position: absolute;
  top: -110px;
  right: 15px; }

.cards .readmore {
  display: block;
  background: #ECEBE7;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  line-height: 70px;
  font-weight: 700; }

.cards .readmore:hover {
  background: #E1E0DC; }

.article-next-prev-carousel {
  border-bottom: 1px solid #ccc; }

.cards.crisisPageCards .row .content .text .left h2::before {
  display: none; }

.cards.crisisPageCards .content .read-more {
  padding: 20px;
  font-size: 13px;
  bottom: auto;
  top: -190px; }

.cards.crisisPageCards .content .read-more:hover {
  padding: 30px; }

.cards.subtext-add-Card .row .col {
  height: auto !important; }

.cards.subtext-add-Card .row .content .text {
  height: auto;
  max-height: inherit;
  position: relative; }

/* responsive */
@media all and (max-width: 1649px) {
  .cards .row .intro h3,
  .cards .row .featured .graph h3 {
    font-size: 26px; } }

@media all and (max-width: 1480px) {
  .cards .row .content .text .left h2 {
    font-size: 18px; } }

@media all and (max-width: 1360px) {
  .cards .row .content .text .left h2 {
    margin-right: 10px; } }

@media all and (max-width: 1300px) {
  .cards .row .content .text {
    padding: 20px 30px; } }

@media all and (max-width: 1180px) {
  .cards.subtext-add-Card .row .col {
    width: 33.333% !important; }
  .cards .row .intro h3 {
    margin: 0;
    font-size: 26px;
    line-height: 32px;
    bottom: 30px; }
  .cards .row .featured .graph h3 {
    font-size: 26px;
    margin: 10px 0 0 0; }
  .cards .row .content .text .left h2:before {
    background: url(/images/icons/location-pin.png) center bottom no-repeat;
    background-size: 80%; }
  .cards.crisisPageCards .content .read-more {
    bottom: 100%;
    top: auto; }
  .cards.crisisPageCards .content .read-more:hover {
    padding: 30px; } }

@media all and (max-width: 1023px) {
  .cards .row .col {
    width: 50% !important; }
  .cards .row .content .featured {
    height: 0;
    padding-bottom: 100%;
    position: relative; }
  .cards .row .content .featured img {
    max-width: none;
    top: 0;
    left: 50%;
    position: absolute;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%); }
  .cards .row .content .featured img.desktop {
    display: none; }
  .cards .row .content .featured img.mobile {
    display: block; } }

@media all and (max-width: 991px) {
  .cards.subtext-add-Card .row .col {
    width: 50% !important; } }

@media all and (max-width: 767px) {
  .cards .row .col {
    width: 100% !important; }
  .cards.subtext-add-Card .row .col {
    width: 100% !important; }
  .cards .row .intro {
    padding: 60px 0; }
  .cards .row .intro h3,
  .cards .row .featured .graph h3 {
    font-size: 20px;
    font-weight: 400;
    position: static;
    text-align: center; }
  .cards .row .content .text {
    position: relative;
    display: table;
    width: 100%;
    height: auto; }
  .cards .row .content .text > div {
    display: table-cell;
    vertical-align: top; }
  .cards .row .content .text .right {
    width: 90px;
    text-align: right; }
  .cards .row .content .text .right .unhcr-icon-round {
    position: static;
    padding: 0;
    width: auto;
    height: auto; }
  .cards .row .content .text .left h2 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px; }
  .cards .readmore {
    font-size: 14px; } }

@media all and (max-width: 980px) {
  .cards .row .content .text {
    padding: 30px 15px; }
  .cards .row .content .text .left h2 {
    float: none;
    display: block;
    margin-right: 0; }
  .cards .row .content .text .left h2:before {
    left: 20px; } }

/* cta */
.cta-duo {
  background: #0072BB;
  position: relative;
  z-index: 90; }

.cta-duo .col {
  width: 50%;
  float: left;
  padding: 120px 8%;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400; }

.cta-duo .col:first-of-type {
  border-right: 1px solid #fff; }

.cta-duo .col h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 30px; }

.cta-duo .col p {
  margin-bottom: 30px; }

.cta-duo .col .btn-holder {
  text-align: center; }

.cta-duo .col .btn:hover, .cta-duo .col span.btn-blue:hover, .cta-duo .col span.btn-yellow:hover {
  background: #FFF677;
  border: 2px solid #FFF677;
  color: #5B5A56; }

/* responsive */
@media all and (max-width: 1289px) {
  .cta-duo .col {
    padding: 60px; }
  .cta-duo .col h3 {
    font-size: 26px; }
  .cta-duo .col p {
    margin-bottom: 30px; } }

@media all and (max-width: 1023px) {
  .cta-duo .container {
    width: auto;
    padding: 0 30px; } }

@media all and (max-width: 979px) {
  .cta-duo .col {
    padding: 60px 30px; } }

@media all and (max-width: 767px) {
  .cta-duo {
    padding: 0 0 60px; }
  .cta-duo .col {
    width: 100%;
    padding: 60px 30px 0;
    text-align: center; }
  .cta-duo .col:first-of-type {
    border: none; }
  .cta-duo .col h3 {
    font-size: 22px; }
  .cta-duo .col p {
    display: none; }
  .cta-duo .col .btn, .cta-duo .col span.btn-blue, .cta-duo .col span.btn-yellow {
    width: 100%;
    font-size: 18px;
    padding: 0;
    height: 60px;
    line-height: 57px;
    max-height: none; } }

/* image-separator */
.image-separator {
  position: relative;
  z-index: 90; }

.image-separator img {
  display: block;
  width: 100%; }

/****************************************************************************************
@
@	Search Results Styles
@
****************************************************************************************/
.search-result {
  padding-top: 70px;
  font-family: 'Open Sans', sans-serif; }

.search-result h6 {
  font-family: 'Open Sans';
  color: #A29F90;
  margin-bottom: 70px;
  font-size: 14px; }

.search-result h6 strong {
  font-weight: bold;
  color: #5B5A56; }

.search-result ul.results {
  margin-bottom: 35px; }

.search-result ul.results li {
  margin-bottom: 40px; }

.search-result ul.results li h3 {
  font-size: 18px;
  font-family: "proxima-nova";
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px; }

.search-result ul.results li h3 a {
  color: #0072BB;
  opacity: 0.8; }

.search-result ul.results li h3 a:hover {
  opacity: 1; }

.search-result ul.results li p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #A29F90; }

.search-result ul.pagination {
  text-align: center;
  padding-top: 20px; }

.search-result ul.pagination li {
  font-size: 18px;
  font-family: "proxima-nova";
  font-weight: 700;
  line-height: 2;
  display: inline-block;
  min-width: 10px;
  padding: 0 8px; }

.search-result ul.pagination li a {
  opacity: 0.8; }

.search-result ul.pagination li a:hover {
  opacity: 1; }

/****************************************************************************************
@
@	UNHCR Custom Gallary section Styles
@
****************************************************************************************/
.unhcr-custom-gallery {
  position: relative;
  width: 100%; }

.unhcr-custom-gallery *:focus {
  outline: none; }

/* main gallery */
.custom-gal-main {
  background: #5B5A57; }

.custom-gal-main .gal-slide {
  position: relative; }

.custom-gal-main .gal-slide img {
  display: block;
  position: relative;
  width: 100%; }

.custom-gal-main .gal-slide p {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: 5;
  background: #5B5A57;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  padding: 25px 64px 10px; }

.custom-gal-main .gal-slide .zoom {
  display: block;
  position: absolute;
  z-index: 10;
  width: 35px;
  height: 35px;
  right: 20px;
  bottom: 0;
  cursor: pointer;
  background: url("/images/icons/icon_fullscreen.jpg") center no-repeat; }

.custom-gal-main .gal-slide img.g-desk {
  display: block; }

.custom-gal-main .gal-slide img.g-mob {
  display: none; }

/* thumbnails */
.custom-gal-pager {
  position: relative;
  z-index: 2; }

.custom-gal-pager .gal-slide {
  background: #5B5A57;
  padding-top: 16px;
  position: relative; }

.custom-gal-pager .gal-slide.slick-current,
.custom-gal-pager .gal-slide:hover {
  border-radius: 0; }

.custom-gal-pager .gal-slide a {
  display: block;
  position: relative;
  width: 100%; }

.custom-gal-pager .gal-slide a img {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%; }

.custom-gal-pager .gal-slide a img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  filter: grayscale(1);
  opacity: 0.7; }

.custom-gal-pager .gal-slide.slick-current a img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
  filter: grayscale(0);
  opacity: 1; }

.custom-gal-pager .gal-slide a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  border: 5px solid #fff;
  opacity: 0; }

.custom-gal-pager .gal-slide.slick-current a:after,
.custom-gal-pager .gal-slide:hover a:after {
  opacity: 1; }

.custom-gal-pager .gal-slide:before {
  content: '';
  display: block;
  border-style: solid dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-width: 0 16px 16px 16px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -16px;
  opacity: 0; }

.custom-gal-pager .gal-slide.slick-current:before,
.custom-gal-pager .gal-slide:hover:before {
  opacity: 1; }

/* gallery controls */
.gal-controls {
  position: relative; }

/* gal navs */
.gal-controls .nav-container {
  position: absolute;
  top: 0;
  z-index: 5;
  padding-top: 16px;
  height: 100%;
  width: 40px;
  background: none;
  float: none; }

.gal-controls .nav-container.prev {
  left: 0; }

.gal-controls .nav-container.next {
  right: 0; }

.gal-controls .nav-container a {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 100%;
  background: rgba(163, 160, 145, 0.6);
  border: 1px solid #A3A091;
  position: relative; }

.gal-controls .nav-container a span {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: rotate(45deg) translate(-50%, 0%);
  -webkit-transform: rotate(45deg) translate(-50%, 0%);
  -moz-transform: rotate(45deg) translate(-50%, 0%);
  -o-transform: rotate(45deg) translate(-50%, 0%); }

.gal-controls .nav-container.prev a span {
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff; }

.gal-controls .nav-container.next a span {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff; }

/*responsive*/
@media all and (max-width: 991px) {
  .unhcr-custom-gallery.default-content-area.extra-pad {
    padding: 0; } }

@media all and (max-width: 640px) {
  .container.extra-pad-top {
    padding-top: 0; }
  .custom-gal-main .gal-slide p {
    font-size: 12px;
    padding: 15px 10px 10px; }
  .custom-gal-main .gal-slide .zoom {
    right: 15px;
    bottom: 45px; }
  .custom-gal-pager .gal-slide.slick-current:before,
  .custom-gal-pager .gal-slide:hover:before,
  .custom-gal-pager .gal-slide.slick-current a:after,
  .custom-gal-pager .gal-slide:hover a:after {
    opacity: 0; }
  .custom-gal-pager .gal-slide.slick-current a img {
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    filter: grayscale(1); }
  .gal-controls .nav-container a {
    border: none;
    background: none; } }

@media all and (max-width: 568px) {
  .custom-gal-main .gal-slide img.g-desk {
    display: none; }
  .custom-gal-main .gal-slide img.g-mob {
    display: block; } }

/****************************************************************************************
@
@	Gallary section Styles
@
****************************************************************************************/
.unhcr-gallery {
  position: relative;
  width: 100%; }

/* main gallery */
.unhcr-gal-main li div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 47.5%;
  overflow: hidden; }

.unhcr-gal-main li img {
  display: block;
  position: absolute;
  max-width: none;
  height: 100%;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%); }

.unhcr-gal-main li p {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: 5;
  background: #5B5A57;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  padding: 25px 64px 10px; }

/* thumbnails */
.unhcr-gallery .lSPager.lSGallery li {
  background: #5B5A57;
  padding-top: 16px;
  position: relative; }

.unhcr-gallery .lSPager.lSGallery li.active,
.unhcr-gallery .lSPager.lSGallery li:hover {
  border-radius: 0; }

.unhcr-gallery .lSPager.lSGallery li a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 74%;
  width: 100%; }

.unhcr-gallery .lSPager.lSGallery li a img {
  display: block;
  position: absolute;
  max-width: none;
  height: 100%;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%); }

.unhcr-gallery .lSPager.lSGallery li a img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  filter: grayscale(1);
  opacity: 0.7; }

.unhcr-gallery .lSPager.lSGallery li.active a img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
  filter: grayscale(0);
  opacity: 1; }

.unhcr-gallery .lSPager.lSGallery li a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  border: 5px solid #fff;
  opacity: 0; }

.unhcr-gallery .lSPager.lSGallery li.active a:after,
.unhcr-gallery .lSPager.lSGallery li:hover a:after {
  opacity: 1; }

.unhcr-gallery .lSPager.lSGallery li:before {
  content: '';
  display: block;
  border-style: solid dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-width: 0 16px 16px 16px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -16px;
  opacity: 0; }

.unhcr-gallery .lSPager.lSGallery li.active:before,
.unhcr-gallery .lSPager.lSGallery li:hover:before {
  opacity: 1; }

/*gallery hover*/
a.view-gallery {
  display: block;
  position: relative;
  height: 100%;
  -moz-transition: all .5s ease-in;
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in; }

a.view-gallery:before {
  content: '';
  background: rgba(91, 90, 87, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  z-index: 9;
  font-family: "proxima-nova", Arial, sans-serif;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s; }

a.view-gallery:after {
  content: 'view gallery';
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  top: 50%;
  margin-top: -10%;
  color: #fff;
  text-transform: uppercase;
  z-index: 9;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400 !important;
  letter-spacing: -0.5px;
  word-spacing: -0.5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s; }

a.view-gallery:hover:before {
  opacity: 1;
  visibility: visible; }

a.view-gallery:hover:after {
  opacity: 1;
  visibility: visible; }

a.view-gallery:hover .featured {
  opacity: 0.9; }

.cards .row a.view-gallery .content .featured:hover:before {
  content: ''; }

/*responsive*/
@media all and (max-width: 991px) {
  .unhcr-gallery.default-content-area.extra-pad {
    padding: 0; } }

@media all and (max-width: 640px) {
  .container.extra-pad-top {
    padding-top: 0; }
  .unhcr-gal-main li p {
    font-size: 12px;
    padding: 15px 10px 10px; } }

/****************************************************************************************
@
@	Tab section Styles
@
****************************************************************************************/
.unhcr-tab {
  position: relative;
  background: #0072BB;
  margin-bottom: 100px; }

/* map container */
.unhcr-tab .map-container {
  position: relative;
  width: 41%;
  float: left; }

.unhcr-tab .map-container .inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  /*height: 0; padding-bottom: 104%;*/ }

#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat !important;
  background-size: cover !important; }

/* rotators */
.unhcr-tab .rotators {
  position: relative;
  width: 59%;
  float: left;
  padding: 100px 100px;
  background: rgba(255, 255, 255, 0); }

/* navs */
.unhcr-tab .rotators .nav {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg); }

.unhcr-tab .rotators .nav.prev {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 60px;
  float: none;
  background: none; }

.unhcr-tab .rotators .nav.next {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 60px;
  float: none;
  background: none; }

/* main tab rotator */
#mainTabRotator {
  color: #fff; }

#mainTabRotator .slick-slide {
  padding: 1px 30px; }

#mainTabRotator h2 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 30px; }

#mainTabRotator p {
  margin-bottom: 15px; }

#mainTabRotator .btn, #mainTabRotator span.btn-blue, #mainTabRotator span.btn-yellow {
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0);
  color: #ffffff;
  margin-top: 15px; }

#mainTabRotator .btn:hover, #mainTabRotator span.btn-blue:hover, #mainTabRotator span.btn-yellow:hover {
  background: white;
  color: #0072BB; }

/* main tab rotator pager */
#mainTabRotatorPager {
  margin-bottom: 70px; }

#mainTabRotatorPager .slick-slide {
  padding: 1px;
  text-align: center; }

#mainTabRotatorPager .icon {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: none;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  transition: all 0.2s ease-out; }

#mainTabRotatorPager .slick-current .icon {
  background: #fff;
  color: #0072BB; }

#mainTabRotatorPager .icon img {
  max-height: 40px;
  margin: 0 auto 5px; }

#mainTabRotatorPager .icon .act {
  display: none; }

#mainTabRotatorPager .icon .inact {
  display: block;
  opacity: 0.2; }

#mainTabRotatorPager .slick-current .icon .act {
  display: block; }

#mainTabRotatorPager .slick-current .icon .inact {
  display: none; }

#mainTabRotatorPager .icon span {
  opacity: 0.2;
  transition: all 0.2s ease-out; }

#mainTabRotatorPager .slick-current .icon span {
  opacity: 1; }

/* responsive */
@media all and (max-width: 1370px) {
  .unhcr-tab .rotators {
    padding: 50px 60px; }
  .unhcr-tab .rotators .nav.prev {
    left: 35px; }
  .unhcr-tab .rotators .nav.next {
    right: 35px; }
  #mainTabRotatorPager {
    margin-bottom: 35px; } }

@media all and (max-width: 900px) {
  .unhcr-tab .map-container {
    width: 100%;
    float: none; }
  .unhcr-tab .map-container .inner {
    height: 0;
    padding-bottom: 50%; }
  .unhcr-tab .rotators {
    width: 100%;
    float: none; }
  .unhcr-tab .rotators .nav {
    top: 95px; } }

@media all and (max-width: 640px) {
  .unhcr-tab .map-container .inner {
    padding-bottom: 100%; }
  .unhcr-tab .rotators {
    padding: 40px 0px; }
  #mainTabRotator {
    text-align: center; }
  #mainTabRotator p {
    text-align: left; }
  #mainTabRotator h2 {
    font-size: 26px;
    margin-bottom: 25px; } }

/****************************************************************************************
@
@	Story page Styles
@
****************************************************************************************/
/*story page short banner*/
.inner-short-hero {
  height: 350px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.banner-bottom-description {
  background: #ecebe7;
  position: relative; }

.md-height {
  height: 600px; }

/*story content area*/
.page-title {
  background: #0072bb;
  position: relative;
  padding: 5px 45px;
  height: 80px;
  display: table;
  width: 100%; }

.page-title:before {
  content: '';
  position: absolute;
  height: 32px;
  background: #0072bb;
  left: 0;
  right: 0;
  top: -32px; }

.page-title:after {
  content: '';
  position: absolute;
  height: 32px;
  background: #0072bb;
  left: 0;
  right: 0;
  bottom: -32px; }

.page-title h1 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  padding: 0;
  margin: 0;
  line-height: 38px;
  vertical-align: middle;
  display: table-cell; }

.heading-page-info {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  padding-left: 65px;
  display: table-cell;
  vertical-align: middle; }

.heading-page-info .btn:hover, .heading-page-info span.btn-blue:hover, .heading-page-info span.btn-yellow:hover {
  background: #fff;
  color: #0072bb;
  border-color: #fff; }

p.heading-page-info .btn:hover, p.heading-page-info span.btn-blue:hover, p.heading-page-info span.btn-yellow:hover {
  background: #fff;
  color: #0072bb; }

.page-title-full {
  position: relative; }

.page-title-full .no-pad {
  padding: 0;
  height: 70px;
  display: table; }

.page-title-full::after {
  background: #0072bb;
  bottom: -32px;
  content: "";
  left: 100%;
  position: absolute;
  right: -5000px;
  top: -32px;
  margin-left: -5px; }

.inner-short-hero.custom-header-img img,
.inner-short-hero.custom-short-header .ban-img {
  display: none; }

/*reponsive*/
@media all and (max-width: 1649px) {
  .page-title h1 {
    font-size: 26px;
    line-height: 30px; }
  .heading-page-info {
    font-size: 18px;
    line-height: 22px;
    padding-left: 50px; } }

@media all and (max-width: 1649px) {
  .heading-page-info {
    padding-left: 20px; } }

@media all and (max-width: 1199px) {
  .page-title h1 {
    font-size: 22px;
    line-height: 26px; }
  .over-hidden.banner-wrapper {
    padding-bottom: 30px; } }

@media all and (max-width: 991px) {
  .over-hidden.banner-wrapper {
    padding-bottom: 0; }
  .page-title-full:after, .page-title-full:before {
    content: none; }
  .page-title:before, .page-title:after {
    content: none; }
  .banner-bottom-description {
    background: #0072bb;
    padding: 20px;
    margin-bottom: 40px; }
  .page-title {
    padding: 0; }
  .page-title h1 {
    font-size: 26px; }
  .heading-page-info {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px; }
  .banner-wrapper .banner-bottom-description .banner-figcaption .blue {
    color: #fff !important; } }

@media all and (max-width: 767px) {
  .heading-page-info {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px; }
  .md-height {
    height: 40vh; }
  .banner-bottom-description {
    padding: 30px 0; }
  .page-title-full .no-pad {
    padding: 0 15px;
    height: auto; }
  .page-title {
    height: auto;
    display: block;
    margin-bottom: 15px; }
  .page-title h1 {
    display: block; }
  /*.inner-short-hero.custom-header-img img {
        display: block;
        background-image: none!important;
    }*/
  .inner-short-hero.md-height.custom-header-img {
    height: auto; }
  /*.inner-short-hero.custom-short-header {
        height: auto;
        background-image: none!important;
    }*/
  .inner-short-hero.custom-short-header .ban-img {
    display: block;
    width: 100%; } }

/*bootstrap grid custom*/
@media all and (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px; } }

/*filter-area*/
.filter-area {
  padding: 120px 0 70px; }

.filter-area {
  font-weight: normal;
  font-size: 16px; }

.filterdropdown {
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  background: #0072bb;
  padding: 0;
  width: 195px;
  text-transform: uppercase;
  margin: 0 14px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
  position: relative; }

.filterdropdown ul {
  background: #0072bb none repeat scroll 0 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1; }

.filterdropdown ul li {
  padding: 9px 25px; }

.filterdropdown ul li a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  text-transform: none; }

.filterdropdown label {
  background: url("/images/dropdownarw.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  display: block;
  padding: 9px 14px;
  cursor: pointer; }

.align-center {
  text-align: center; }

.margin-btm-none {
  margin-bottom: 0 !important; }

/*card area*/
.location-box {
  margin: 30px 0;
  position: relative;
  text-align: center; }

.location-box:before {
  background: url("/images/icons/location-pin.png") no-repeat scroll center center;
  content: "";
  display: block;
  height: 76px;
  left: 50%;
  margin: 0 0 0 -25.5px;
  position: absolute;
  top: -86px;
  width: 51px; }

.location-box h2 {
  font-size: 30px;
  font-weight: 700;
  color: #0072bb; }

/*responsive*/
@media all and (min-width: 1367px) and (max-width: 1649px) {
  .filterdropdown {
    width: 162px; }
  .listing-inner .filter-area h2 {
    font-size: 26px; } }

@media all and (min-width: 1024px) and (max-width: 1200px) {
  .filterdropdown {
    width: 166px; } }

@media all and (max-width: 991px) {
  .col-sm-2.location-otr {
    background: #fff none repeat scroll 0 0;
    bottom: 100%;
    position: absolute;
    right: 0; }
  .page-title-otr {
    width: 100%; } }

@media all and (max-width: 767px) {
  .filter-area {
    padding: 50px 0 50px; } }

@media all and (max-width: 767px) {
  .col-sm-2.location-otr {
    padding: 0 60px; }
  .filter-area {
    padding: 30px 0; }
  .filterdropdown {
    margin: 0 0 30px;
    width: 100%; }
  .filterdropdown:last-child {
    margin: 0 0 0; }
  .filter-area .align-center > label {
    display: block;
    margin-bottom: 20px; } }

@media all and (max-width: 640px) {
  .location-box h2 {
    font-size: 24px; }
  .location-box {
    margin: 20px 0; }
  .col-sm-2.location-otr {
    padding: 0 40px; } }

/*video box*/
.video-box {
  position: relative; }

.cards .row .content .featured.video-box.noCardHover:hover::before {
  content: "";
  margin-top: 0;
  transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  width: 100%;
  height: 100%; }

/* youtube video */
.video-area {
  margin-bottom: 70px; }

.youtube-vid-wrapper {
  position: relative;
  cursor: pointer;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.youtube-vid-wrapper.on, .youtube-vid-wrapper.on:hover {
  border: none;
  background: none; }

.youtube-vid-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s; }

.youtube-vid-wrapper.on iframe {
  opacity: 1; }

.youtube-vid-wrapper:after {
  content: '';
  display: block;
  width: 122px;
  height: 123px;
  background: url(/images/youtube-icon.png) center center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s; }

.youtube-vid-wrapper.on:after {
  display: none; }

/*breadcrumbs-socialshare*/
.breadcrumbs-socialshare {
  padding: 120px 0 70px; }

.breadcrumbs {
  display: inline-block; }

.breadcrumbs li {
  display: inline-block;
  padding: 0 20px;
  position: relative; }

.breadcrumbs li:first-child {
  padding-left: 0; }

.breadcrumbs li:after {
  content: ' > ';
  position: absolute;
  right: -10px;
  top: 0; }

.breadcrumbs li a {
  font-size: 16px;
  color: #2084C2;
  text-transform: capitalize; }

.breadcrumbs-socialshare .filterdropdown {
  margin-left: 30px; }

/*responsive*/
@media all and (max-width: 1649px) {
  .custom-col-offset {
    margin-left: 0; }
  .breadcrumbs-socialshare {
    padding: 60px 0 60px; } }

@media all and (max-width: 991px) {
  .breadcrumbs li {
    padding: 0 10px; }
  .breadcrumbs li::after {
    right: -5px;
    top: 1px; }
  .breadcrumbs-socialshare .filterdropdown {
    margin-left: 15px; }
  .breadcrumbs-socialshare {
    padding: 40px 0; } }

@media all and (max-width: 767px) {
  .breadcrumbs {
    display: none; }
  .breadcrumbs-socialshare .social-share {
    display: none; }
  .breadcrumbs-socialshare .filterdropdown {
    margin: 0;
    width: 100%; }
  .breadcrumbs .social-share {
    display: none; }
  .breadcrumbs-socialshare {
    padding: 30px 0; }
  .generic .breadcrumbs-socialshare {
    padding-bottom: 0; } }

/*social-share*/
.breadcrumbs-socialshare .social-share {
  text-align: right; }

.social-share label {
  font-size: 20px;
  font-weight: 700;
  color: #0072bb;
  vertical-align: middle;
  margin-right: 10px; }

.social-share ul {
  display: inline-block; }

.social-share ul li {
  display: inline-block; }

.social-share ul li a {
  display: block;
  height: 40px;
  margin: 0 5px;
  padding: 7px;
  text-align: center;
  vertical-align: middle;
  width: 40px; }

.social-share ul li a:hover {
  opacity: 0.8; }

.social-share ul li a img {
  vertical-align: middle; }

/*responsive*/
@media all and (max-width: 992px) {
  .social-share ul li a {
    margin: 0; } }

@media all and (max-width: 767px) {
  .social-share label {
    display: block;
    margin: 0;
    text-align: center; }
  .social-share ul {
    display: table;
    margin-top: 20px;
    width: 100%; }
  .social-share ul li {
    display: table-cell;
    float: none;
    text-align: center;
    width: 33.333%; }
  .social-share ul li a {
    display: block;
    width: auto; } }

.default-content-area h2 {
  font-size: 30px;
  margin-bottom: 30px !important;
  color: #0072bb;
  line-height: 1;
  font-weight: 700; }

.default-content-area h3 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #0072bb; }

.default-content-area h4 {
  font-size: 22px;
  margin-bottom: 30px;
  color: #0072bb;
  font-weight: 700; }

.default-content-area p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
  color: #5b5a57; }

.default-content-area p span {
  font-size: 18px;
  font-weight: 700;
  color: #0072bb; }

.default-content-area figure {
  margin: 40px 0 70px;
  display: inline-block; }

.isIE11 .default-content-area figure {
  display: block; }

.default-content-area figcaption {
  text-align: center;
  min-height: 70px;
  background: #ecebe7;
  font-size: 16px;
  color: #5b5a57;
  padding: 30px; }

.default-content-area figcaption a {
  font-weight: 700;
  color: #0072bb; }

.default-content-area figcaption a:hover {
  opacity: 0.8; }

.default-content-area .custom-col blockquote {
  margin-left: -145px;
  margin-right: -145px; }

.default-content-area blockquote {
  font-size: 36px;
  color: #a29f90;
  line-height: 45px;
  margin: 120px 0;
  text-align: center; }

.default-content-area blockquote span {
  color: #0072bb;
  font-weight: 700; }

.default-content-area .quote-area blockquote {
  margin-bottom: 20px; }

/*responsive*/
@media all and (max-width: 1649px) {
  .custom-col {
    margin-left: 8.33333%;
    width: 80%; }
  .default-content-area .custom-col blockquote {
    margin-left: 0;
    margin-right: 0; }
  .default-content-area blockquote {
    font-size: 30px;
    line-height: 40px;
    margin: 70px 0; }
  .default-content-area h2 {
    margin-top: 0; } }

@media all and (max-width: 1199px) {
  .custom-col {
    margin-left: 0;
    width: 100%; }
  .default-content-area figure {
    margin: 30px 0 60px;
    width: 100% !important; }
  .default-content-area blockquote {
    margin: 60px 0; } }

@media all and (max-width: 992px) {
  .default-content-area h2 {
    margin-top: 0;
    margin-bottom: 25px; }
  .default-content-area p {
    font-size: 16px;
    line-height: 24px; }
  .default-content-area .custom-col blockquote {
    margin: 40px 0;
    font-size: 22px;
    line-height: 30px; }
  .default-content-area figure {
    margin: 20px 0 40px; }
  .default-content-area blockquote {
    margin: 60px 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal; }
  .listing-inner .filter-area h2 {
    font-size: 25px; }
  .listing-inner .filter-area {
    text-align: center; }
  .listing-inner .filter-area .text-right {
    text-align: center; } }

@media all and (max-width: 767px) {
  .default-content-area h3 {
    font-size: 22px; } }

.no-margin figure {
  margin: 0; }

@media all and (max-width: 767px) {
  .default-content-area p span {
    font-size: 16px; }
  .video-area {
    margin: 20px -30px 30px; } }

@media all and (max-width: 480px) {
  .default-content-area figure {
    margin: 20px -30px 30px; }
  .no-margin figure {
    margin-left: -30px;
    margin-right: -30px; } }

/*content page full width section*/
.contentWithBackgroundImage,
.content-big-img-area {
  background: url("/images/content-page-section-bg.jpg") no-repeat scroll center center;
  background-size: cover;
  margin-top: 95px; }

.contentWithBackgroundImage.no-margin-top,
.content-big-img-area.no-margin-top {
  margin-top: 0; }

.infobox {
  padding: 70px;
  background: #0072bb;
  margin: 120px 0; }

.infobox p {
  color: #fff; }

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

.infobox h2 {
  color: #fff;
  margin-top: 0; }

.contentWithBackgroundImage figcaption,
.content-big-img-area figcaption {
  text-align: right; }

.mobile-img {
  display: none;
  margin-left: -30px;
  margin-right: -30px; }

/*responsive*/
@media all and (max-width: 1649px) {
  .infobox {
    padding: 40px; } }

@media all and (max-width: 1199px) {
  .contentWithBackgroundImage figcaption,
  .content-big-img-area figcaption {
    text-align: center; }
  .contentWithBackgroundImage,
  .content-big-img-area {
    background: #0072bb; }
  .content-big-box-right {
    float: left; }
  .mobile-img {
    display: block; }
  .mobile-img img {
    display: block;
    margin: auto; }
  .infobox-wrapper {
    width: 100%; }
  .infobox {
    margin: 20px 0;
    padding: 20px 0; }
  .infobox .btn.dflt, .infobox span.dflt.btn-blue, .infobox span.dflt.btn-yellow {
    display: block;
    font-size: 16px;
    height: 60px;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: center; }
  img.fullwidth {
    width: 100%; } }

@media all and (max-width: 767px) {
  .mobile-img img {
    width: 100%; }
  .default-content-area figure img {
    width: 100%; } }

/*card sec*/
.cards.story-card .row .content .featured {
  box-shadow: 0 1px 2px #ccc;
  -webkit-box-shadow: 0 1px 2px #ccc;
  -ms-box-shadow: 0 1px 2px #ccc;
  -moz-box-shadow: 0 1px 2px #ccc;
  -o-box-shadow: 0 1px 2px #ccc;
  overflow: hidden; }

@media all and (max-width: 767px) {
  .cards.story-card .col-sm-6 {
    width: 50% !important;
    float: left; }
  .cards.story-card .row .content .text {
    padding: 25px 15px; } }

/*gray-bg-social*/
.gray-bg-social {
  padding: 60px 0;
  background: #ecebe7;
  text-align: center; }

/*responsive*/
@media all and (max-width: 1649px) {
  .gray-bg-social {
    padding: 30px 0; } }

@media all and (max-width: 992px) {
  .gray-bg-social {
    padding: 20px 10px; } }

/*next-prev-sec*/
.next-prev-sec {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 2; }

.next-prev-sec a {
  color: #fff;
  padding: 20px 40px;
  display: block; }

.next-prev-sec a:hover {
  padding: 20px 50px; }

.prev {
  float: left;
  background: #0072bb url("/images/icons/prev-arw.png") no-repeat scroll 8% center; }

.next {
  float: right;
  background: #0072bb url("/images/icons/nxt-arw.png") no-repeat scroll 90% center; }

.prevblue {
  float: left;
  background: #0072bb url("/images/prev-arw-blue.png") no-repeat scroll 8% center; }

.nextblue {
  float: right;
  background: #0072bb url("/images/nxt-arw-blue.png") no-repeat scroll 90% center; }

/*responsive*/
@media all and (max-width: 767px) {
  .next-prev-sec {
    margin-top: 3px; }
  .next-prev-sec a {
    background-position: center center;
    font-size: 0;
    padding: 10px 20px; }
  .next-prev-sec a:hover {
    padding: 10px 25px; }
  .story-card .left h2 {
    display: none !important; } }

/*over hidden*/
.over-hidden {
  overflow: hidden;
  padding-bottom: 25px; }

/*responsive*/
@media all and (max-width: 1649px) {
  .over-hidden {
    padding-bottom: 30px; } }

@media all and (max-width: 1199px) {
  .over-hidden {
    padding-bottom: 0; } }

/****************************************************************************************
@
@	News page Styles
@
****************************************************************************************/
/* listing */
.listing-inner {
  padding: 70px 0; }

.listing-inner h1,
.listing-inner h2,
.listing-inner h3,
.listing-inner h4,
.listing-inner h5,
.listing-inner h6 {
  font-weight: 700; }

.listing-inner .filter-area {
  padding: 70px 0; }

.listing-inner .filter-area h2 {
  margin: 8px 0; }

.listing-inner .filter-area label.sort {
  color: #0072bb;
  font-weight: 700;
  font-size: 16px; }

.page-top-info p b {
  font-weight: 700;
  margin: 0; }

.page-top-info p {
  margin-bottom: 0; }

.listing-row {
  display: table;
  margin-bottom: 70px;
  width: 100%; }

.listing-img {
  display: table-cell;
  width: 400px;
  vertical-align: middle; }

.listing-info {
  display: table-cell;
  padding-left: 70px;
  vertical-align: middle; }

.listing-img a {
  display: block;
  height: 250px;
  overflow: hidden; }

.listing-info p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 20px; }

.listing-info h3 {
  margin-bottom: 27px;
  line-height: 26px; }

.read-more {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  background: #0072bb;
  padding: 15px 45px;
  display: inline-block;
  transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s; }

.read-more:hover {
  background: #faea01;
  color: #004c7e; }

.text-right {
  display: none;
  text-align: right; }

/*responsive*/
@media all and (max-width: 1649px) {
  .page-top-info p {
    margin-bottom: 15px; } }

@media all and (max-width: 992px) {
  .listing-img {
    width: 300px; }
  .listing-info {
    padding-left: 30px; }
  .listing-info h3 {
    font-size: 18px;
    margin-bottom: 10px; }
  .listing-info p {
    margin-bottom: 10px; }
  .read-more {
    font-size: 12px;
    padding: 10px 30px; }
  .listing-img a {
    height: 185px; }
  .listing-row {
    margin-bottom: 40px; } }

@media all and (max-width: 767px) {
  .listing-inner {
    padding: 40px 0; }
  .listing-inner .filter-area {
    padding: 40px 0; }
  .listing-img {
    width: 250px; }
  .listing-inner .filter-area h2 {
    margin-bottom: 15px; } }

@media all and (max-width: 640px) {
  .read-more, .btn.dflt, span.dflt.btn-blue, span.dflt.btn-yellow {
    margin-bottom: 30px;
    display: block;
    text-align: center;
    font-size: 16px;
    height: 60px;
    line-height: 40px; } }

/*more*/
.more {
  font-size: 18px;
  font-weight: 700;
  color: #0072bb;
  text-align: center;
  display: block;
  padding: 29px 0;
  border: 1px solid #f2f1ef;
  text-transform: uppercase;
  cursor: pointer; }

.more:hover {
  background: #ecebe7;
  border-color: #ccc; }

/*responsive*/
@media all and (max-width: 992px) {
  .more {
    font-size: 16px;
    padding: 20px 0; } }

/*news feeds*/
.blog-feeds {
  background: #ecebe7; }

.nf {
  padding: 65px;
  height: 100%; }

.nf h2 {
  margin-bottom: 65px;
  margin-top: 0;
  font-weight: 700; }

.no-pad {
  padding: 0; }

.blog-feeds .listing-info {
  padding: 0;
  display: block;
  margin-bottom: 70px; }

.blog-feeds .listing-info p {
  font-size: 18px;
  line-height: 24px; }

.blog-feeds .listing-info p span {
  font-size: 16px;
  color: inherit; }

.blog-feeds .read-more {
  font-size: 14px; }

.blog-feeds .more {
  border-color: #fefefd; }

.blog-feeds .more:hover {
  border-color: #ccc;
  background: #fff; }

.nf.twitter-feeds h2 {
  position: relative;
  display: inline-block; }

.nf.twitter-feeds h2::after {
  background: url("/images/icons/twr-big.png") no-repeat center;
  bottom: 0;
  content: "";
  height: 34px;
  position: absolute;
  right: -70px;
  top: -5px;
  width: 41px;
  z-index: 1; }

.twitter-feeds {
  position: relative;
  padding-bottom: 120px; }

.twitter-feeds .more {
  bottom: 0;
  left: 65px;
  position: absolute;
  right: 65px; }

/*responsive*/
@media all and (max-width: 767px) {
  .nf h2 {
    margin-bottom: 35px; }
  .nf {
    padding: 30px; }
  .twitter-feeds .more {
    position: relative;
    left: 0;
    right: 0;
    margin-top: 15px; } }

@media all and (max-width: 640px) {
  .listing-row {
    display: block; }
  .listing-img {
    width: auto;
    display: block; }
  .listing-info {
    display: block;
    padding: 0; }
  .listing-img a {
    margin: 0 -30px;
    margin-bottom: 25px;
    height: auto; }
  .listing-img a img {
    max-height: inherit;
    width: 100%; }
  .news-feeds .container {
    padding: 0 15px; }
  .default-content-area h2 {
    font-size: 26px; }
  .blog-feeds .listing-info {
    margin-bottom: 40px; } }

/****************************************************************************************
@
@	Category page Styles
@
****************************************************************************************/
.extra-pad {
  padding: 70px 0; }

.extra-pad-top {
  padding-top: 70px; }

.extra-pad-bottom {
  padding-bottom: 70px; }

.inner-gray-bg .extra-pad-top {
  padding-top: 120px; }

.page-top-info h2 {
  margin-top: 0; }

.no-icon h2:before {
  content: none !important; }

.content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px; }

.content .read-more {
  font-size: 14px;
  padding: 30px 40px;
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 1;
  line-height: 1;
  background: #0072bb url("/images/icons/nxt-arw.png") no-repeat 90% center; }

.content .read-more:hover {
  color: #fff;
  padding: 30px 60px; }

/*responsive*/
@media all and (max-width: 991px) {
  .content .read-more {
    padding: 20px 30px;
    background-size: 10px; }
  .content .read-more:hover {
    padding: 20px 40px; } }

@media all and (max-width: 767px) {
  .extra-pad {
    padding: 40px 0; }
  .extra-pad-bottom {
    padding-bottom: 30px; } }

@media all and (max-width: 640px) {
  .content .read-more {
    margin-bottom: 0; } }

/****************************************************************************************
@
@	report page Styles
@
****************************************************************************************/
.content-part {
  margin-bottom: 70px; }

.content-part h2 {
  margin-top: 50px; }

.content-part h3 {
  color: #5b5a57; }

.col-sm-6 .content-part blockquote {
  margin: 70px 0; }

/*responsive*/
@media all and (max-width: 991px) {
  .content-part {
    margin-bottom: 60px; }
  .col-sm-6 .content-part blockquote {
    margin: 40px 0; } }

@media all and (max-width: 767px) {
  .content-part {
    margin-top: 30px; }
  .content-part h2 {
    margin-top: 0; } }

/*report-year*/
.report-box {
  background: url("/images/reports/reports-img.jpg") no-repeat center;
  height: 600px;
  position: relative;
  background-size: cover; }

.otr-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: #0072bb; }

.report-box a {
  float: left;
  font-size: 18px;
  font-weight: 700;
  padding: 25px 15px;
  text-align: center;
  width: 50%;
  border-right: 1px solid #fff;
  color: #fff; }

.report-box a:hover {
  background: #faea01;
  color: #004c7e; }

.report-box a:last-child {
  border: none; }

.report-year {
  background: #0072bb;
  display: inline-block;
  text-align: center;
  padding: 50px 15px 15px 15px; }

.report-year h2 {
  color: #fff;
  font-size: 68px;
  font-weight: 700;
  line-height: 1;
  margin: 0; }

.report-year h3 {
  color: #fff;
  font-size: 37px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase; }

.padding-right-none {
  padding-right: 0; }

.report-years-card .col {
  padding: 18px; }

.report-years-card .col .report-card {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100; }

.report-years-card .row {
  margin-left: -18px;
  margin-right: -18px; }

.report-years-card .report-year {
  left: 0;
  position: absolute;
  top: 0; }

.report-card img {
  width: 100%; }

.report-card a {
  display: block; }

.report-years-card .report-year {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  transition: all 0.4s; }

.report-years-card .report-card:hover .report-year {
  opacity: 0; }

.report-years-card {
  margin-bottom: 70px; }

/*responsive*/
@media all and (max-width: 991px) {
  .report-year {
    padding: 25px 15px; }
  .report-year h2 {
    font-size: 50px; }
  .report-year h3 {
    font-size: 28px;
    margin-bottom: 0; }
  .report-box a {
    font-size: 15px;
    padding: 15px; } }

@media all and (max-width: 767px) {
  .report-box {
    margin-left: -30px;
    margin-right: -30px; }
  .report-years-card .col {
    margin: 0 -12px;
    margin-bottom: 1px;
    padding: 0; }
  .report-years-card .report-year {
    left: 0;
    top: 0; }
  .report-years-card {
    margin-bottom: 0; }
  .report .image-separator {
    display: none; }
  .report-years-card .col {
    margin-bottom: 2px; }
  .report-years-card .col .report-card {
    height: 300px;
    overflow: hidden; } }

@media all and (max-width: 640px) {
  .report-years-card .col .report-card {
    height: 260px; } }

@media all and (max-width: 480px) {
  .report-years-card .col .report-card {
    height: 200px; } }

.downloadandread {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s; }

.downloadandread-inr {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 250px; }

.downloadandread a {
  border-top: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  padding: 50px 0;
  text-align: center;
  text-transform: uppercase; }

.downloadandread a:first-child {
  border: none; }

.report-card:hover .downloadandread {
  opacity: 1; }

/*responsive*/
@media all and (max-width: 767px) {
  .downloadandread {
    display: none; } }

/****************************************************************************************
@
@	Generic page
@
****************************************************************************************/
figcaption.banner-figcaption {
  width: 100%;
  display: table;
  height: 82px;
  vertical-align: middle; }

.banner-figcaption p {
  display: table-cell;
  font-size: 16px;
  line-height: 20px;
  color: #5B5A56;
  margin: 0;
  padding: 0;
  height: inherit;
  vertical-align: middle; }

.banner-figcaption p a {
  color: #0072BB;
  font-weight: 700; }

figure .content {
  position: relative; }

figure .content .read-more {
  bottom: 0;
  margin: 0;
  bottom: 0;
  margin: 0;
  height: inherit;
  font-size: 16px; }

figure .content .read-more.btn-morecontent {
  bottom: inherit;
  top: 45%; }

.text-left {
  text-align: left; }

.infobox .btn.dflt:hover, .infobox span.dflt.btn-blue:hover, .infobox span.dflt.btn-yellow:hover {
  background: #fff;
  color: #000; }

.table-outer,
table {
  display: table;
  height: 600px;
  width: 100%;
  margin: 10px 0 70px 0; }

.table-header,
thead {
  display: table-header-group; }

.table-row,
tr {
  display: table-row; }

.table-td,
td,
th {
  color: #5b5a57;
  display: table-cell;
  padding: 24px 21px 20px 40px;
  vertical-align: top;
  width: 33.333%; }

.table-td span,
td span {
  font-weight: 700;
  color: #0072bb; }

.table-header .table-td,
thead th {
  padding: 35px;
  height: 70px; }

.table-body,
tbody {
  display: table-header-group; }

.table-header .table-td,
thead th {
  background: #0072bb;
  font-weight: 400;
  border-top: 2px solid #ECEBE7;
  color: #fff; }

.table-td ul li,
td ul li {
  margin: 10px 0;
  padding-left: 45px;
  position: relative; }

.table-td ul li:before,
td ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0072BB;
  border-right: 2px solid #0072BB;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg); }

.only-mobile-user h2 {
  display: none;
  color: #0072bb;
  font-size: 30px;
  font-weight: 700;
  margin: 25px 0;
  text-transform: capitalize; }

/*Faq Section*/
.faq-container .faq-head {
  border-bottom: #ecebe7 solid 1px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 400;
  color: #0072bb;
  text-align: left;
  margin: 0;
  padding: 15px 30px;
  position: relative; }

.faq-container .faq-body {
  background: #fff;
  border: #ecebe7 solid 2px;
  border-top: #ecebe7 solid 1px;
  padding: 15px 30px 0;
  margin-bottom: 3px; }

.faq-container .faq-body p {
  color: #5b5a57;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px; }

.faq-container .faq-head .plusminus {
  width: 25px;
  float: right;
  margin-right: -5px;
  color: #0072bb;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s; }

.faq-container .faq-head.active {
  background: #0072bb;
  color: #fff;
  z-index: 1; }

.faq-container .faq-head.active .plusminus {
  color: #fff; }

/*responsive*/
@media all and (max-width: 1199px) {
  .banner-figcaption.heading-page-info p {
    color: #fff; }
  .banner-figcaption.heading-page-info p a {
    color: #fff; }
  .table-td {
    padding: 15px; }
  figure .content .read-more.btn-morecontent {
    top: inherit;
    bottom: 0;
    padding: 20px 40px; }
  figure .content .read-more.btn-morecontent:hover {
    padding: 20px 50px; } }

@media all and (max-width: 991px) {
  .banner-figcaption.heading-page-info {
    padding: 0; } }

@media all and (max-width: 767px) {
  .only-mobile-user h2 {
    display: block; } }

@media all and (max-width: 640px) {
  .table-outer {
    width: 800px; } }

/*form area*/
.section-title {
  text-align: center;
  padding: 70px 0; }

.section-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: #0072bb; }

.inner-gray-bg {
  padding: 70px 50px; }

.form-group {
  margin-bottom: 30px;
  position: relative; }

.form-group input,
.form-group select,
.form-group textarea {
  height: 75px;
  border-bottom: 1px solid #ccc;
  padding: 20px;
  font-size: 20px;
  color: #5b5a57;
  width: 100%;
  background: transparent; }

.form-group select {
  color: #0072bb; }

.form-group textarea {
  min-height: 270px;
  resize: none;
  border: 1px solid #ccc; }

.form-group label {
  position: absolute;
  top: 0;
  left: 20px;
  opacity: 0;
  font-size: 14px;
  color: #0072bb;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s; }

.form-group ::-webkit-input-placeholder {
  color: #0072bb;
  opacity: 1 !important; }

.form-group :-moz-placeholder {
  /* Firefox 18- */
  color: #0072bb;
  opacity: 1 !important; }

.form-group ::-moz-placeholder {
  /* Firefox 19+ */
  color: #0072bb;
  opacity: 1 !important; }

.form-group :-ms-input-placeholder {
  color: #0072bb;
  opacity: 1 !important; }

.custom-select {
  display: none; }

.select {
  position: relative; }

.select .styledSelect {
  height: 75px;
  border-bottom: 1px solid #ccc;
  padding: 26px 20px;
  font-size: 18px;
  color: #0072bb;
  width: 100%;
  background: transparent;
  overflow: hidden; }

.select ul {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  border: 1px solid #ccc;
  top: 100%;
  background: #fff;
  z-index: 1;
  margin-top: -1px;
  height: 150px;
  overflow-y: scroll;
  overflow-x: hidden; }

.select ul li {
  padding: 10px 20px;
  background: #5B5A56;
  text-align: center;
  color: #fff; }

.select ul li:hover {
  background: #0072bb; }

.select:after {
  content: '';
  display: block;
  position: absolute;
  top: 47%;
  right: 10px;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #0072bb;
  border-right: 2px solid #0072bb;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg); }

.relate-otr {
  position: relative; }

.form-group p {
  font-size: 18px;
  color: #0072bb;
  padding: 20px 10px;
  display: inline-block; }

.checkbox {
  display: inline-block; }

.checkbox input[type="radio"] {
  display: none; }

.checkbox label {
  opacity: 1 !important; }

.checkbox input + label {
  position: static;
  opacity: 1 !important;
  margin: 15px 30px;
  position: relative;
  color: #5b5a57; }

.checkbox input + label:before {
  content: '';
  position: absolute;
  left: -35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  top: -5px;
  height: 28px;
  width: 28px;
  border: 1px solid #ccc; }

.checkbox input:checked + label {
  color: #0072bb; }

.checkbox input:checked + label:before {
  box-shadow: 0px 0px 0px 5px #ECEBE7 inset;
  -webkit-box-shadow: 0px 0px 0px 5px #ECEBE7 inset;
  -ms-box-shadow: 0px 0px 0px 5px #ECEBE7 inset;
  -moz-box-shadow: 0px 0px 0px 5px #ECEBE7 inset;
  -o-box-shadow: 0px 0px 0px 5px #ECEBE7 inset;
  background: #0072bb; }

.table-structure .checkbox input[type="text"] {
  height: auto;
  padding: 0;
  float: right;
  width: auto; }

.table-structure {
  display: table;
  width: 100%;
  margin: 30px 0; }

.table-structure div,
.table-structure p,
.table-structure h3 {
  display: table-cell;
  vertical-align: middle; }

.form-group .table-structure {
  margin: 30px 0; }

.table-structure .select .styledSelect {
  display: block; }

.hear-about-us.table-structure > div,
.hear-about-us.table-structure > p {
  width: 50%; }

.form-group h3 {
  color: #0072bb;
  font-size: 18px; }

/*error box*/
.errorbox {
  padding: 60px;
  border: 1px solid #D0021B;
  text-align: center;
  margin-bottom: 70px; }

.errorbox h3 {
  font-size: 24px;
  font-weight: 700;
  color: #D0021B;
  margin-bottom: 25px; }

.errorbox p {
  font-size: 20px;
  color: #D0021B;
  margin-bottom: 25px; }

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

.input-check {
  display: inline-block;
  position: relative; }

.input-check .error {
  color: #b45f41;
  margin-top: 3px;
  font-size: 16px;
  font-style: italic; }

.checkboxlisting {
  margin-bottom: 30px; }

.checkboxlisting label {
  font-size: 16px;
  padding-left: 70px;
  display: inline-block; }

.checkboxlisting label a {
  text-decoration: underline; }

.checkboxlisting .input-check label {
  display: inline-block; }

.checkboxlisting .input-check input[type="checkbox"] {
  display: none; }

.checkboxlisting .input-check label:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  width: 25px;
  background: #fff;
  border: 1px solid #ccc;
  content: ''; }

.checkboxlisting .input-check input[type="checkbox"]:checked + label:after {
  position: absolute;
  left: 16px;
  top: -18px;
  height: 40px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 15px;
  content: '';
  border-bottom: 2px solid #0072bb;
  border-right: 2px solid #0072bb; }

.input-radio {
  display: inline-block;
  position: absolute;
  top: -17px; }

.radioboxlisting {
  position: relative;
  margin-bottom: 30px; }

.radioboxlisting p {
  font-size: 16px;
  margin-left: 70px;
  display: inline-block; }

.radioboxlisting p a {
  text-decoration: underline; }

.radioboxlisting .input-radio label {
  position: relative;
  display: inline-block; }

.radioboxlisting .input-radio input[type="radio"] {
  display: none; }

.radioboxlisting .input-radio label:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  width: 25px;
  background: #EDECE8;
  border: 1px solid #63625E;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  content: ''; }

.radioboxlisting .input-radio input[type="radio"]:checked + label:after {
  position: absolute;
  left: 16px;
  top: -8px;
  height: 25px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 10px;
  content: '';
  border-bottom: 2px solid #0072bb;
  border-right: 2px solid #0072bb; }

.input-checkbox {
  display: inline-block;
  position: absolute;
  top: -17px; }

.checkbox-roundlisting {
  position: relative;
  margin-bottom: 30px; }

.checkbox-roundlisting p {
  font-size: 16px;
  margin-left: 70px;
  display: inline-block; }

.checkbox-roundlisting p a {
  text-decoration: underline; }

.checkbox-roundlisting .input-checkbox label {
  position: relative;
  display: inline-block; }

.checkbox-roundlisting .input-checkbox input[type="checkbox"] {
  display: none; }

.checkbox-roundlisting .input-checkbox label:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  width: 25px;
  background: #EDECE8;
  border: 1px solid #63625E;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  content: ''; }

.checkbox-roundlisting .input-checkbox input[type="checkbox"]:checked + label:after {
  position: absolute;
  left: 16px;
  top: -8px;
  height: 25px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 10px;
  content: '';
  border-bottom: 2px solid #0072bb;
  border-right: 2px solid #0072bb; }

.submit-area {
  margin: 40px 0; }

.success-massage {
  position: relative;
  text-align: center; }

.success-massage p {
  display: inline-block;
  position: relative; }

.success-massage p:before {
  position: absolute;
  left: -55px;
  top: -18px;
  height: 40px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 15px;
  content: '';
  border-bottom: 1px solid #42D05B;
  border-right: 1px solid #42D05B; }

.inner-white-bg {
  padding-bottom: 70px;
  background: #fff;
  position: relative; }

.inner-white-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  background: #fff;
  z-index: 1;
  left: auto;
  width: 5000px; }

.inner-white-bg:after {
  content: '';
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  background: #fff;
  z-index: 1;
  left: 100%;
  width: 5000px; }

.form-area-outer {
  overflow: hidden; }
  .form-area-outer .donation-form-container {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .form-area-outer .donation-form-container .BBFormSection {
      width: auto;
      max-width: 75% !important;
      margin-left: 2rem !important; }
      @media all and (max-width: 767px) {
        .form-area-outer .donation-form-container .BBFormSection {
          max-width: 100% !important; } }
    .form-area-outer .donation-form-container .form-btm-part {
      width: auto;
      max-width: 75% !important;
      margin-left: 2rem !important; }
      @media all and (max-width: 767px) {
        .form-area-outer .donation-form-container .form-btm-part {
          max-width: 100% !important; } }

/*responsive*/
@media only screen and (max-width: 1649px) {
  .inner-gray-bg {
    background: #ECEBE7; }
  /*.form-area-outer .light-gray-bg {
        background: transparent !important;
    }*/ }

@media only screen and (max-width: 991px) {
  .relate-otr {
    margin-bottom: 20px; }
  .form-area .row.extra-pad-top {
    padding: 0; }
  .inner-gray-bg {
    margin: 0; } }

@media all and (max-width: 640px) {
  .submit-area {
    display: block; }
  .submit-area .read-more {
    display: block;
    width: 100%; }
  .errorbox {
    padding: 35px; }
  .inner-gray-bg {
    padding: 30px; }
  .default-content-area figure {
    margin-bottom: 0; }
  .form-group input {
    height: 55px;
    padding: 20px 20px 0; }
  .select .styledSelect {
    height: 55px;
    padding: 20px 20px 0; }
  .table-structure {
    display: block; }
  .table-structure div, .table-structure p, .table-structure h3 {
    display: block; }
  .table-td, td, th {
    display: inline-block;
    width: 100%;
    padding: 0; }
  .checkbox {
    margin-bottom: 30px; }
  .form-group h3 {
    text-align: center; }
  .hear-about-us.table-structure > div, .hear-about-us.table-structure > p {
    width: 100%; }
  .section-title h2 {
    font-size: 22px; }
  .section-title {
    padding: 30px 0; } }

@media all and (max-width: 480px) {
  .inner-gray-bg {
    padding: 10px; }
  .form-group input {
    height: auto;
    padding: 20px 0 10px; }
  .form-group label {
    font-size: 12px;
    left: 0; }
  .form-group input, .form-group textarea {
    font-size: 14px; }
  .form-group {
    margin-bottom: 5px; }
  .select .styledSelect {
    font-size: 14px;
    height: 55px;
    padding: 20px 0 0; }
  .table-structure p {
    font-size: 14px;
    padding-left: 0; }
  .select:after {
    height: 10px;
    width: 10px;
    top: 50%; }
  .checkbox input + label {
    margin: 0; }
  .checkbox input + label:before {
    height: 20px;
    width: 20px;
    top: -3px; }
  .checkbox {
    margin-bottom: 20px;
    margin-left: 40px; }
  .table-structure {
    margin-top: 0; }
  .checkboxlisting .input-check label:before {
    top: 3px;
    height: 20px;
    width: 20px; }
  .checkboxlisting p {
    font-size: 12px;
    margin-left: 25px; }
  .checkboxlisting {
    margin-bottom: 15px; }
  .checkboxlisting {
    font-size: 12px; }
  .success-massage p {
    font-size: 12px; }
  .success-massage p:before {
    left: -15px;
    top: -3px;
    height: 20px;
    width: 8px; }
  .errorbox {
    padding: 10px; }
  .errorbox h3 {
    font-size: 16px; }
  .errorbox p {
    font-size: 15px;
    margin-bottom: 10px; }
  .form-group h3 {
    font-size: 14px;
    margin-top: 25px; }
  .checkboxlisting .input-check input[type="checkbox"]:checked + label:after {
    left: 10px;
    top: -3px;
    height: 21px;
    width: 9px; } }

/****************************************************************************************
@
@	Crisis Page
@
****************************************************************************************/
.inner-pad {
  padding: 50px; }

.inner-pad blockquote {
  margin: 0 !important; }

.donatenow {
  margin: 20px 0 30px;
  text-align: center; }

.border-bottom {
  border-bottom: 2px solid #ccc; }

/*chart*/
.top-chart-info {
  padding: 40px; }

.top-chart-info h2 {
  font-size: 45px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1; }

.top-chart-info p {
  color: #fff;
  line-height: 26px; }

.bottom-chart-info {
  padding: 20px;
  color: #fff; }

div#donut_single {
  min-height: 18em;
  max-height: 35em;
  height: 35em !important; }

.donutChartWithOverlay {
  display: flex;
  justify-content: center;
  align-items: center; }

.donutChart-overlay-text-main {
  position: absolute; }

.crisis .cards .row .content .featured {
  height: 100%; }

.bottom-chart-info {
  padding: 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.btm-chart-value label {
  font-weight: 700;
  display: inline-block;
  font-size: 22px;
  padding: 0 40px;
  padding-bottom: 20px; }

.big-value {
  color: #FAEA01;
  text-align: center;
  position: absolute;
  left: 0;
  font-size: 26px;
  top: 0;
  width: 165px;
  line-height: 1; }

.big-value span {
  font-size: 56px;
  font-weight: 700;
  display: block;
  line-height: 1;
  color: #fff; }

.big-value {
  color: #FAEA01;
  text-align: center;
  position: absolute;
  left: 50%;
  font-size: 22px;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 165px;
  line-height: 1;
  margin: 5% 0; }

.cards .row .content .text .right .read-more {
  padding-right: 50px;
  cursor: pointer; }

/*responsive*/
@media all and (max-width: 1800px) {
  div#donut_single {
    height: 20em !important; } }

@media all and (max-width: 1649px) {
  .featured.chart {
    height: 450px !important; }
  .top-chart-info {
    padding: 25px; }
  .top-chart-info h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1; }
  .top-chart-info p {
    color: #fff;
    line-height: 20px; }
  .btm-chart-value label {
    font-size: 14px;
    padding: 0 15px;
    padding-bottom: 0; }
  .bottom-chart-info {
    padding: 10px; }
  div#donut_single {
    height: 18em !important; }
  .big-value {
    width: 130px;
    font-size: 16px; }
  .big-value span {
    font-size: 32px; }
  .btm-chart-value {
    position: relative;
    /*top: -10px;*/ } }

@media all and (max-width: 1300px) {
  .featured.chart {
    height: 500px !important; }
  .top-chart-info {
    padding: 25px; } }

@media all and (max-width: 1199px) {
  .featured.chart {
    height: 400px !important;
    padding-bottom: 0 !important; }
  div#donut_single {
    height: 18em !important; } }

@media all and (min-width: 1024px) and (max-width: 1199px) {
  .featured.chart {
    /*height: 400px !important;*/ }
  .top-chart-info h2 {
    font-size: 26px; }
  div#donut_single {
    height: 18em !important; } }

@media all and (max-width: 767px) {
  .text-right {
    display: block;
    float: left;
    text-align: left;
    width: 100%; }
  .crisis .banner-bottom-description {
    margin-bottom: 0; }
  .donutChartWithOverlay {
    bottom: 20px; }
  .donutChart-overlay-text-main {
    padding-left: 0; }
  div#donut_single {
    height: 18em !important; }
  .big-value span {
    font-size: 56px; }
  .big-value {
    font-size: 22px;
    width: 165px; }
  .top-chart-info, .bottom-chart-info {
    padding: 30px 15px; } }

@media all and (max-width: 640px) {
  .inner-pad {
    padding: 15px; }
  .crisis .default-content-area figcaption {
    margin-bottom: 25px; }
  div#donut_single {
    height: 18em !important; }
  .big-value {
    width: 130px;
    font-size: 16px; }
  .big-value span {
    font-size: 32px; }
  .top-chart-info h2 {
    font-size: 24px; }
  .top-chart-info, .bottom-chart-info {
    padding: 15px; }
  .bottom-chart-info p {
    font-size: 12px; } }

.img-desktop {
  display: block; }

.img-mobile {
  display: none; }

.img-desktop-img {
  display: block; }

.img-mobile-img {
  display: none; }

@media (max-width: 480px) {
  .img-desktop-img {
    display: none; }
  div#donut_single {
    height: 18em !important; }
  .img-mobile-img {
    display: block; } }

@media (max-width: 767px) {
  .cta-duo .col h3 {
    font-weight: 400; }
  .cta-duo .col .btn, .cta-duo .col span.btn-blue, .cta-duo .col span.btn-yellow {
    color: #0072bb; }
  .image-separator {
    display: none; }
  #pageFooter .footer-mid .left .form-container h3 {
    font-size: 32px; }
  #pageFooter .footer-mid .left {
    padding: 60px 0px; }
  #pageFooter .footer-mid .left .form-container .align-center .btn, #pageFooter .footer-mid .left .form-container .align-center span.btn-blue, #pageFooter .footer-mid .left .form-container .align-center span.btn-yellow {
    background: #0072bb;
    border: 2px solid #0072bb;
    color: #fff;
    font-weight: 400; }
  #pageFooter .footer-mid .right nav ul li a {
    font-weight: 400; } }

@media (max-width: 767px) {
  .location-box:before {
    background: url(/images/icons/location-pin.png) no-repeat scroll center 100%;
    background-size: 70%; }
  .location-box {
    margin: 15px 0; }
  .content-part h3 {
    font-weight: 700; }
  .default-content-area p {
    line-height: 22px; }
  .content-part {
    margin-bottom: 30px; }
  .infobox.mobile-nomarginbotom {
    margin-bottom: 0; }
  .container.extra-pad-top {
    padding-top: 30px; }
  .faq-container .faq-head {
    font-size: 18px;
    padding: 15px 8px; }
  .faq-container .faq-head .plusminus {
    margin-top: 3px; }
  .faq-container .faq-body {
    padding: 15px 8px 0; }
  .faq-container .faq-body p {
    font-size: 14px;
    line-height: 20px; }
  .form-area-outer .light-gray-bg {
    background-color: #ECEBE7 !important; }
  .img-desktop {
    display: none; }
  .img-mobile {
    display: block; }
  .page-title.mobile-no-margin-bottom {
    margin-bottom: 0px; }
  .filterdropdown {
    margin: 0 0 20px; } }

@media (max-width: 767px) {
  .page-title-full .no-pad.auto-height-in-mobile {
    height: auto; }
  .no-display-in-mobile {
    display: none !important; }
  .cards.crisisPageCards .row .content .text .left h2 {
    font-size: 18px;
    margin-bottom: 10px; }
  .cards .row .content .featured:hover:before,
  .cards .row .content .featured:hover:after {
    display: none; } }

/****************************************************************************************
@
@   Search Result Page
@
****************************************************************************************/
.search-page-wrapper {
  min-height: 100%;
  padding: 0;
  position: relative;
  transition: all 0.2s ease-out 0s; }

.sidebar-blue {
  height: 100%;
  width: 20%;
  background: #0072bb;
  float: left;
  position: fixed;
  padding: 40px 20px 20px; }

.sidebar-blue .logo {
  text-align: center;
  display: block; }

.search-container {
  background: #fff;
  max-width: 74%;
  float: right;
  padding: 40px 20px 20px; }

.search-header {
  text-align: right; }

.close-btn {
  float: right;
  margin-left: 30px;
  background-image: url("/images/icons/menu-opened.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  width: 40px; }

.search-header .donate {
  float: right;
  width: auto;
  margin-left: 30px; }

.search-header .search-top {
  float: right;
  margin-left: 30px; }

.search-header .search-top input {
  border-bottom: 2px solid #e1e0dc;
  color: #a29f90;
  display: none;
  font-size: 28px;
  line-height: 50px;
  padding-left: 20px; }

.search-header.searchon .search-top input {
  display: inline-block; }

/****************************************************************************************
@
@   Donation Page
@
****************************************************************************************/
.donation-onoff-box-wrapper {
  margin-bottom: 30px;
  padding: 60px 0; }

.donation-onoff-box-inner {
  position: relative;
  margin-bottom: 66px;
  overflow: hidden; }

.row-divided {
  position: relative; }

.vertical-divider {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  width: auto;
  height: 50%;
  line-height: 0;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #A3A093;
  letter-spacing: 0.5px;
  transform: translateX(-50%); }

.vertical-divider:before,
.vertical-divider:after {
  position: absolute;
  left: 50%;
  content: '';
  z-index: 9;
  border-left: 1px solid #a3a093;
  border-right: 1px solid #a3a093;
  width: 0;
  height: calc(100% - 2.5rem); }

.row-divided > .vertical-divider {
  height: calc(100% - 2.5rem); }

.vertical-divider:before {
  top: -100%; }

.vertical-divider:after {
  bottom: -100%; }

.vertical-divider:after {
  top: auto;
  bottom: 0; }

.column-one, .column-two {
  text-align: center;
  background-color: #EDECE8;
  padding: 0;
  font-family: "proxima-nova", Arial, sans-serif; }

.column-two {
  float: right; }

.btn-label {
  display: block;
  padding: 0;
  background: none;
  border: none; }

.btn.btn-label, span.btn-label.btn-blue, span.btn-label.btn-yellow {
  max-height: none !important; }

.btn-label:hover {
  background: none;
  border: none; }

.btn-content {
  padding: 78px 23%;
  text-transform: none; }

.btn-content h3 {
  margin-bottom: 34px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  color: #a3a091;
  line-height: 24px; }

.btn-content p {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #a3a091;
  text-transform: none;
  line-height: 24px;
  white-space: normal;
  margin-bottom: 0; }

.btn-content.active {
  background: #0072bc;
  cursor: default; }

.btn-content.active h3 {
  color: #fff; }

.btn-content.active p {
  color: #fff; }

.btn-month-option-label {
  background: none;
  border: none;
  display: block;
  padding: 0;
  margin-bottom: 30px;
  max-height: none; }

.btn-month-option-box {
  background: #edece8;
  padding: 30px; }

.btn-month-option-box h3 {
  color: #a3a091;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
  line-height: 22px;
  margin-bottom: 18px; }

.btn-month-option-box h3 sub {
  font-size: 14px;
  font-weight: 400; }

.btn-month-option-box p {
  color: #a3a091;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  text-transform: none;
  white-space: normal;
  margin-bottom: 0; }

.btn-month-option-label:hover {
  border: none;
  background: none; }

.btn-month-option-box:hover,
.btn-month-option-box.active {
  border: none;
  background: #0072bc; }

.btn-month-option-box:hover h3,
.btn-month-option-box.active h3,
.btn-month-option-box:hover h3 sub,
.btn-month-option-box.active h3 sub,
.btn-month-option-box:hover p,
.btn-month-option-box.active p {
  color: #fff; }

.btn-month-option-box {
  background-color: #E2EBF4;
  padding: 20px 30px; }
  .btn-month-option-box:hover {
    background-color: #E2EBF4; }
  .btn-month-option-box input[type='text'] {
    background: none;
    border-bottom: #a3a091 solid 1px;
    max-width: 65%;
    color: #a3a091;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-transform: none;
    margin-bottom: 0; }

.donation-container .donation-title {
  padding: 40px 20%; }
  .donation-container .donation-title h3 {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: none; }

.donation-container #changeToMonthly, .donation-container #changeToOneOff {
  text-decoration: underline;
  text-transform: lowercase; }

.monthly-donation-theme .donation-title, .monthly-donation-theme .btn-month-option-box:hover, .monthly-donation-theme .btn-month-option-box.active, .monthly-donation-theme #monthlyTitle {
  background-color: #FAEA01 !important; }
  .monthly-donation-theme .donation-title h3, .monthly-donation-theme .btn-month-option-box:hover h3, .monthly-donation-theme .btn-month-option-box.active h3, .monthly-donation-theme #monthlyTitle h3 {
    color: #0072bb !important; }

.monthly-donation-theme .btn-month-option-box.active h3, .monthly-donation-theme .btn-month-option-box.active #changeToMonthly {
  color: #0072bb; }

.monthly-donation-theme .btn-month-option-box.active input::placeholder, .monthly-donation-theme .btn-month-option-box.active input::-webkit-input-placeholder, .monthly-donation-theme .btn-month-option-box.active input:-moz-placeholder, .monthly-donation-theme .btn-month-option-box.active input::-moz-placeholder {
  color: #0072bb; }

.monthly-donation-theme .btn-month-option-box.active input:-ms-input-placeholder, .monthly-donation-theme .btn-month-option-box.active input::-ms-input-placeholder {
  color: #0072bb; }

.monthly-donation-theme .btn-month-option-box.active input {
  border-bottom: 1px solid #0072bb !important;
  color: #0072bb !important; }

.one-off-donation-theme .donation-title, .one-off-donation-theme .btn-month-option-box:hover, .one-off-donation-theme .btn-month-option-box.active, .one-off-donation-theme #oneoffTitle {
  background-color: #0072bb !important;
  color: white !important; }
  .one-off-donation-theme .donation-title h3, .one-off-donation-theme .donation-title a, .one-off-donation-theme .btn-month-option-box:hover h3, .one-off-donation-theme .btn-month-option-box:hover a, .one-off-donation-theme .btn-month-option-box.active h3, .one-off-donation-theme .btn-month-option-box.active a, .one-off-donation-theme #oneoffTitle h3, .one-off-donation-theme #oneoffTitle a {
    color: white !important; }
  .one-off-donation-theme .donation-title input::placeholder, .one-off-donation-theme .donation-title input::-webkit-input-placeholder, .one-off-donation-theme .donation-title input:-moz-placeholder, .one-off-donation-theme .donation-title input::-moz-placeholder, .one-off-donation-theme .btn-month-option-box:hover input::placeholder, .one-off-donation-theme .btn-month-option-box:hover input::-webkit-input-placeholder, .one-off-donation-theme .btn-month-option-box:hover input:-moz-placeholder, .one-off-donation-theme .btn-month-option-box:hover input::-moz-placeholder, .one-off-donation-theme .btn-month-option-box.active input::placeholder, .one-off-donation-theme .btn-month-option-box.active input::-webkit-input-placeholder, .one-off-donation-theme .btn-month-option-box.active input:-moz-placeholder, .one-off-donation-theme .btn-month-option-box.active input::-moz-placeholder, .one-off-donation-theme #oneoffTitle input::placeholder, .one-off-donation-theme #oneoffTitle input::-webkit-input-placeholder, .one-off-donation-theme #oneoffTitle input:-moz-placeholder, .one-off-donation-theme #oneoffTitle input::-moz-placeholder {
    color: white !important; }
  .one-off-donation-theme .donation-title input:-ms-input-placeholder, .one-off-donation-theme .donation-title input::-ms-input-placeholder, .one-off-donation-theme .btn-month-option-box:hover input:-ms-input-placeholder, .one-off-donation-theme .btn-month-option-box:hover input::-ms-input-placeholder, .one-off-donation-theme .btn-month-option-box.active input:-ms-input-placeholder, .one-off-donation-theme .btn-month-option-box.active input::-ms-input-placeholder, .one-off-donation-theme #oneoffTitle input:-ms-input-placeholder, .one-off-donation-theme #oneoffTitle input::-ms-input-placeholder {
    color: white !important; }

.one-off-donation-theme .btn-month-option-box:hover input {
  border-bottom: 1px solid white !important; }

.one-off-donation-theme .btn-month-option-box.active h3, .one-off-donation-theme .btn-month-option-box.active #changeToMonthly {
  color: white; }

.one-off-donation-theme .btn-month-option-box.active input::placeholder, .one-off-donation-theme .btn-month-option-box.active input::-webkit-input-placeholder, .one-off-donation-theme .btn-month-option-box.active input:-moz-placeholder, .one-off-donation-theme .btn-month-option-box.active input::-moz-placeholder {
  color: white; }

.one-off-donation-theme .btn-month-option-box.active input:-ms-input-placeholder, .one-off-donation-theme .btn-month-option-box.active input::-ms-input-placeholder {
  color: white !important; }

.one-off-donation-theme .btn-month-option-box.active input {
  border-bottom: 1px solid white !important;
  color: white !important; }

.donation-oneoff-options {
  margin-bottom: 30px; }

.donate-like-area label {
  display: block;
  margin-top: 25px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #0072bb; }

.donate-like-area .select .styledSelect {
  color: #5B5A56;
  border-bottom: #5B5A56 solid 1px;
  font-size: 24px;
  text-align: center; }

.txt-required {
  display: block;
  margin-bottom: 20px;
  font-size: 13px;
  color: #0072bb;
  text-align: right; }

.donatevia-area {
  margin-bottom: 30px; }

.donatevia-area label.txtlabel {
  display: block;
  padding-top: 23px;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: #0072bb; }

.creaditcard-hold .checkbox-roundlisting,
.paypal-area .checkbox-roundlisting {
  padding: 10px 15px;
  margin-bottom: 0; }

.creaditcard-hold .checkbox-roundlisting p,
.paypal-area .checkbox-roundlisting p {
  display: inline-block;
  margin-left: 50px;
  color: #A6A39A;
  font-size: 20px;
  font-weight: 400;
  text-align: left; }

.creaditcard-hold .checkbox-roundlisting p span,
.paypal-area .checkbox-roundlisting p span {
  display: inline-block;
  margin-top: 14px; }

.creaditcard-hold .checkbox-roundlisting .input-checkbox,
.paypal-area .checkbox-roundlisting .input-checkbox {
  top: 6px; }

.icon-card-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-top: 0 !important; }

.icon-card {
  display: inline-block;
  width: 74px;
  height: 52px;
  margin: 2px 2px 6px !important;
  overflow: hidden;
  line-height: 46px;
  vertical-align: top;
  background: #C5C5C5;
  text-align: left;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.icon-card img {
  margin: 0 !important;
  max-width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8; }

.creaditcard-hold.label-selected .checkbox-roundlisting,
.paypal-area.label-selected .checkbox-roundlisting {
  background: #0072bb; }

.creaditcard-hold.label-selected .checkbox-roundlisting p,
.paypal-area.label-selected .checkbox-roundlisting p {
  color: #fff; }

.creaditcard-hold.label-selected .icon-card img,
.paypal-area.label-selected .icon-card img {
  background: #CCE3F2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.creaditcard-hold.label-selected .checkbox-roundlisting .input-checkbox label:before,
.paypal-area.label-selected .checkbox-roundlisting .input-checkbox label:before {
  background: #0072bb;
  border: #fff solid 1px; }

.creaditcard-hold.label-selected .checkbox-roundlisting .input-checkbox input[type="radio"]:checked + label:after,
.paypal-area.label-selected .checkbox-roundlisting .input-checkbox input[type="radio"]:checked + label:after {
  border-bottom: #fff solid 1px;
  border-right: #fff solid 1px; }

.btn-lrg-donate {
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid #FAEA01;
  outline: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 40px;
  color: #004C7E;
  background: #FAEA01;
  text-align: center;
  padding: 6px 50px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s; }

.submit-area .btn-lrg-donate {
  margin-right: 15px; }

.btn-lrg-donate:hover {
  color: #fff;
  background: #0072BB;
  border: 2px solid #0072BB; }

@media (max-width: 480px) {
  .btn-lrg-donate {
    padding: 0 25px;
    font-size: 20px;
    width: 100%; } }

.donation-option-box {
  background: #EDECE8;
  padding: 30px; }

.donation-option-box h3 {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  color: #A3A091; }

.donation-option-box h3 sub {
  font-size: 14px;
  font-weight: 400; }

.donation-option-box p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #A3A091; }

.donation-option-box.active {
  background: #0072bc; }

.donation-option-box.active h3,
.donation-option-box.active h3 sub,
.donation-option-box.active p {
  color: #fff; }

.label-txt {
  margin-top: 24px;
  font-size: 20px;
  color: #0072bb;
  text-align: right;
  padding-right: 0; }

/*Sidebar style*/
.sidebar-donation .content-part h2 {
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 50px; }

.sidebar-donation .form-area-outer {
  overflow: none; }

/* responsive */
@media (max-width: 736px) {
  .sidebar-donation .content-part h2 {
    font-size: 26px; }
  .btn-mob {
    margin-bottom: 34px; } }

/*.sidebar-donation .default-content-area p {
    font-size: 22px;
    line-height: 30px;
}*/
/*responsive */
/*@media (max-width: 736px) {
    .sidebar-donation .default-content-area p {
        font-size: 16px;
        line-height: 26px;
    }
}*/
.sidebar-donation .default-content-area blockquote {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px; }

/*responsive */
@media (max-width: 736px) {
  .sidebar-donation .default-content-area blockquote {
    font-size: 24px;
    line-height: 36px; } }

.chart-box {
  position: relative;
  height: 700px;
  overflow: hidden; }

.chart-box .top-chart-info {
  padding: 40px; }

.chart-box .top-chart-info p {
  padding-right: 8%;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px; }

.chart-box .bottom-chart-info {
  padding: 15px 30px; }

.chart-box .bottom-chart-info p,
.chart .bottom-chart-info p {
  color: #fff;
  font-size: 12px;
  font-weight: 400; }

/*responsive*/
@media (max-width: 1280px) {
  .chart-box {
    height: 550px; }
  .chart-box .top-chart-info {
    padding: 40px; } }

@media (max-width: 1199px) {
  .chart-box {
    height: 650px; }
  .chart-box .top-chart-info {
    padding: 20px; } }

/*.leftcolum-donation {
    float: right;
}*/
.leftcolum-donation .donation-onoff-box-inner {
  margin-bottom: 30px; }

.leftcolum-donation .btn-content {
  padding: 78px 20%; }

.leftcolum-donation .inner-gray-bg {
  padding: 70px 60px; }

.leftcolum-donation .donatevia-area label.txtlabel {
  padding-top: 0; }

.leftcolum-donation .creaditcard-hold .checkbox-roundlisting,
.leftcolum-donation .paypal-area .checkbox-roundlisting {
  padding: 10px;
  margin-bottom: 10px; }

.leftcolum-donation .creaditcard-hold .checkbox-roundlisting p span,
.leftcolum-donation .paypal-area .checkbox-roundlisting p span {
  color: #0072bb; }

.leftcolum-donation .creaditcard-hold .checkbox-roundlisting p span.icon-card-text,
.leftcolum-donation .paypal-area .checkbox-roundlisting p span.icon-card-text {
  width: 110px; }

.leftcolum-donation .creaditcard-hold.label-selected .checkbox-roundlisting p span,
.leftcolum-donation .paypal-area.label-selected .checkbox-roundlisting p span {
  color: #fff;
  /*width: 110px;*/ }

.leftcolum-donation .creaditcard-hold .checkbox-roundlisting p span.icon-card,
.leftcolum-donation .paypal-area .checkbox-roundlisting p span.icon-card {
  width: 74px; }

.leftcolum-donation .creaditcard-hold .checkbox-roundlisting p span.icon-card,
.leftcolum-donation .inner-white-bg {
  padding-bottom: 0; }

.paymeny-area .row {
  margin-left: 0;
  margin-right: 0; }

/*responsive*/
@media (max-width: 1199px) {
  .leftcolum-donation .btn-content {
    padding: 78px 12%; }
  .leftcolum-donation .btn-month-option-box {
    padding: 30px 15px; }
  .leftcolum-donation .inner-gray-bg {
    padding: 50px 40px; }
  .leftcolum-donation .creaditcard-hold .checkbox-roundlisting,
  .leftcolum-donation .paypal-area .checkbox-roundlisting {
    padding: 10px 0; }
  .leftcolum-donation .creaditcard-hold .checkbox-roundlisting p,
  .leftcolum-donation .paypal-area .checkbox-roundlisting p {
    margin-left: 35px;
    width: 90%; }
  .leftcolum-donation .creaditcard-hold .checkbox-roundlisting p span.icon-card-text,
  .leftcolum-donation .paypal-area .checkbox-roundlisting p span.icon-card-text {
    width: 110px;
    float: left; }
  .leftcolum-donation .creaditcard-hold .checkbox-roundlisting p span.icon-card-wrapper,
  .leftcolum-donation .paypal-area .checkbox-roundlisting p span.icon-card-wrapper {
    width: 68%;
    float: left; }
  .leftcolum-donation .label-txt {
    text-align: left; }
  .leftcolum-donation .creaditcard-hold .checkbox-roundlisting p span.icon-card,
  .leftcolum-donation .paypal-area .checkbox-roundlisting p span.icon-card {
    width: 50px; } }

@media (max-width: 736px) {
  .leftcolum-donation .inner-gray-bg {
    padding: 30px; }
  .leftcolum-donation .creaditcard-hold .checkbox-roundlisting p span.icon-card-wrapper,
  .leftcolum-donation .paypal-area .checkbox-roundlisting p span.icon-card-wrapper {
    width: 170px; }
  .leftcolum-donation .creaditcard-hold .checkbox-roundlisting p span.icon-card,
  .leftcolum-donation .paypal-area .checkbox-roundlisting p span.icon-card {
    width: 74px;
    height: 52px; } }

/* Readmore Button */
.btn-readmore-hidden {
  background: #0072bb;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 45px;
  margin-bottom: 60px;
  text-align: center;
  text-transform: uppercase;
  transition: all 300ms ease-in-out 0s; }

.btn-readmore-hidden:hover {
  background: #faea01;
  color: #004c7e; }

@media (max-width: 767px) {
  .reammore-showhide {
    display: none; } }

/*Error Icons For form group*/
.icon-error {
  position: absolute;
  right: 5px;
  bottom: 20px;
  width: 35px; }

/*responsive all*/
@media (max-width: 1199px) {
  .btn-month-option-box input[type="text"] {
    max-width: 52%; }
  .banner-figcaption-wrapper {
    display: none; }
  .donationpage .inner-gray-bg {
    padding: 50px 30px; }
  .creaditcard-hold .checkbox-roundlisting p,
  .paypal-area .checkbox-roundlisting p {
    margin-left: 30px; }
  .creaditcard-hold .checkbox-roundlisting .input-radio,
  .paypal-area .checkbox-roundlisting .input-radio {
    top: 0; }
  .icon-card {
    width: 50px;
    height: 35px;
    margin: 2px 2px 6px !important; }
  .creaditcard-hold .checkbox-roundlisting p span.icon-card-wrapper,
  .paypal-area .checkbox-roundlisting p span.icon-card-wrapper {
    padding-top: 5px; } }

@media (max-width: 991px) {
  .donatevia-area .txtlabel,
  .donatevia-area .creaditcard-hold,
  .donatevia-area .paypal-area {
    padding-left: 0;
    padding-right: 0; }
  .creaditcard-hold .checkbox-roundlisting,
  .paypal-area .checkbox-roundlisting {
    padding: 10px 0; }
  .label-txt {
    text-align: left;
    font-weight: 700; }
  .donationpage .form-group h3 {
    color: #5B5A56;
    font-size: 20px; }
  .verisign-img {
    display: none; } }

@media (max-width: 767px) {
  .donation-onoff-box-wrapper {
    padding-bottom: 20px; }
  .vertical-divider {
    display: none; }
  .donation-onoff-box-inner {
    overflow: inherit; }
  .column-one, .column-two {
    transition: all .2s ease-in-out; }
  .column-one .btn-content,
  .column-two .btn-content {
    padding: 50px 10%;
    transition: all .2s ease-in-out;
    position: relative;
    z-index: 0; }
  .btn-content-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .column-one .btn-content h3,
  .column-two .btn-content h3 {
    text-align: center;
    margin-bottom: 0; }
  .column-one .btn-content p,
  .column-two .btn-content p {
    display: none; }
  .column-one .btn-content.active,
  .column-two .btn-content.active {
    position: relative;
    z-index: 1; }
  .column-one .btn-content.active h3,
  .column-two .btn-content.active h3 {
    text-align: left;
    margin-bottom: 20px; }
  .column-one .btn-content.active p,
  .column-two .btn-content.active p {
    display: block;
    text-align: left; }
  .option-col-box {
    padding: 0;
    margin-bottom: 30px; }
  .btn-month-option-label {
    margin-bottom: 0; }
  .btn-month-option-box {
    position: relative;
    z-index: 0;
    transition: all .2s ease-in-out;
    height: 200px !important; }
  .btn-month-option-box h3,
  .btn-month-option-box h3 sub,
  .btn-month-option-box p {
    display: none; }
  .middle-content {
    position: relative;
    top: 50%;
    transform: translateY(0px); }
  .btn-month-option-box h3 {
    display: block;
    text-align: center; }
  .btn-month-option-box h3,
  .btn-month-option-box p {
    margin-bottom: 0; }
  .option-col-box:last-child .btn-month-option-box h3,
  .option-col-box:last-child .btn-month-option-box h3 sub,
  .option-col-box:last-child .btn-month-option-box p {
    display: block; }
  .option-col-box:last-child .btn-month-option-box h3 {
    text-align: left; }
  .btn-month-option-box.active h3 {
    text-align: left;
    color: #fff; }
  .btn-month-option-box.active p {
    display: block; }
  .btn-month-option-box.active {
    z-index: 1;
    transform: scale(1.1);
    zoom: 1.5; }
  .option-col-box:last-child .btn-month-option-box.active h3 {
    text-align: left;
    color: #fff;
    font-size: 22px; }
  .donationpage .form-area-outer .light-gray-bg {
    background: transparent !important; }
  .donationpage .section-title {
    padding-bottom: 30px; }
  .donationpage .section-title h2 img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -10px;
    margin-left: 15px; }
  .creaditcard-hold {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 736px) {
  .donationpage .leftcolum-donation .form-area-outer {
    overflow: inherit; }
  .table-structure .select {
    margin-bottom: 20px; } }

@media (max-width: 640px) {
  .donationpage .inner-gray-bg {
    margin-left: -30px;
    margin-right: -30px; }
  .creaditcard-hold .checkbox-roundlisting p,
  .paypal-area .checkbox-roundlisting p {
    width: 100%; }
  .creaditcard-hold .checkbox-roundlisting p span.icon-card-text,
  .paypal-area .checkbox-roundlisting p span.icon-card-text {
    width: 90px; }
  .icon-card-wrapper {
    width: 170px;
    max-width: auto; }
  .icon-card-wrapper .icon-card {
    width: 74px;
    height: auto;
    margin: 6px 0 6px 6px !important; } }

@media (max-width: 600px) {
  .btn-month-option-box {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 480px) {
  .btn-month-option-box h3 {
    margin-bottom: 10px; }
  .btn-month-option-box p {
    font-size: 14px;
    line-height: 18px; }
  .option-col-box:last-child .btn-month-option-box p {
    font-size: 16px;
    line-height: 22px; }
  .donationpage .section-title h2 img {
    margin-top: 10px; }
  .icon-card-text {
    width: 90px;
    font-size: 14px; } }

@media (max-width: 360px) {
  .btn-month-option-box p {
    font-size: 12px;
    line-height: 16px; }
  .icon-card-wrapper {
    display: block; } }

/* New Fancyselect */
div.fancy-select {
  text-transform: none;
  font-weight: normal;
  font-size: inherit; }

div.fancy-select div.trigger {
  height: 75px;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  padding: 26px 20px;
  font-size: 18px;
  color: #0072bb;
  width: 100%;
  background: transparent;
  overflow: hidden;
  display: block;
  border-radius: 0; }

div.fancy-select div.trigger:after {
  content: '';
  display: block;
  position: absolute;
  top: 47%;
  right: 10px;
  width: 15px;
  height: 15px;
  border: none;
  border-bottom: 2px solid #0072bb;
  border-right: 2px solid #0072bb;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg); }

div.fancy-select ul.options {
  width: 100%;
  border: 1px solid #ccc;
  background: #5B5A56;
  text-align: center; }

div.fancy-select ul.options li.selected {
  background: #0072bb;
  color: #fff; }

div.fancy-select ul.options li {
  color: #fff; }

div.fancy-select ul.options li:hover {
  color: #a4d8f9; }

div.fancy-select div.trigger.open {
  background: none;
  border: none;
  border-bottom: 1px solid #ccc;
  color: #0072bb;
  box-shadow: none; }

div.fancy-select select:focus + div.trigger {
  box-shadow: none; }

div.fancy-select ul.options.open {
  top: 98%; }

div.fancy-select ul.options.overflowing.open {
  bottom: 100%; }

@media (max-width: 640px) {
  div.fancy-select div.trigger {
    height: 55px;
    padding: 20px 20px 0; } }

@media (max-width: 480px) {
  div.fancy-select div.trigger {
    font-size: 14px;
    height: 55px;
    padding: 20px 0 0; } }

.filterdropdown div.fancy-select div.trigger {
  background: url(/images/dropdownarw.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  display: block;
  padding: 9px 14px;
  cursor: pointer;
  height: auto;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  border: none; }

.filterdropdown div.fancy-select ul.options {
  display: block !important;
  border: none;
  border-radius: 0;
  width: 100%;
  min-width: inherit; }

.filterdropdown div.fancy-select div.trigger.open {
  border-bottom: none; }

.filterdropdown div.fancy-select ul.options.open {
  top: 100%; }

.filterdropdown div.fancy-select ul.options.overflowing.open {
  top: auto; }

@media all and (min-width: 1025px) {
  .content-part.withpadding {
    padding-right: 87px; }
  .center-align {
    text-align: center; }
  .default-content-area figure img {
    width: 100%; } }

@media all and (min-width: 768px) and (max-width: 1024px) {
  .tab-1-col {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .default-content-area figure {
    width: 100%; }
  .default-content-area figure img {
    width: 100%; } }

/* additional css */
.cards .row .col.col-sm-4 .content .featured img.desktop {
  display: none; }

.cards .row .col.col-sm-4 .content .featured img.mobile {
  display: block; }

.cards .row .content .featured:hover:before {
  content: attr(data-txt);
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap; }

p a.btn.btn2,
.btn.btn2,
span.btn2.btn-blue,
span.btn2.btn-yellow {
  background: #0072bb none repeat scroll 0 0 !important;
  border: 2px solid #faea01 !important;
  color: #fff !important;
  height: 50px;
  line-height: 46px;
  max-height: 50px;
  min-width: 200px;
  text-decoration: none !important; }

p a.btn.btn2:hover,
.btn.btn2:hover,
span.btn2.btn-blue:hover,
span.btn2.btn-yellow:hover {
  background: #fff none repeat scroll 0 0 !important;
  border: 2px solid #fff !important;
  color: #0072bb !important; }

.default-content-area figure {
  margin: 0 0 70px !important;
  width: 100%; }

.default-content-area figcaption p {
  margin-bottom: 0; }

.default-content-area blockquote {
  margin: 100px 0; }

default-content-area .container .row {
  margin-top: 10px;
  margin-bottom: 10px; }

.contentWithBackgroundImage,
.content-big-img-area {
  margin-bottom: 50px;
  margin-top: 10px; }

.contentWithBackgroundImage .col-lg-offset-3,
.content-big-img-area .col-lg-offset-3 {
  margin-left: 0; }

.contentWithBackgroundImageCopyLeft .col-lg-offset-3,
.content-big-img-area-left .col-lg-offset-3 {
  margin-left: 50%; }

.report-year {
  width: 40%; }

.cards .readmore {
  cursor: pointer; }

input.input-validation-error {
  border-color: red !important;
  border-style: none none solid; }

.social a.fb,
.social a.tw {
  border-color: #fff;
  border-style: solid none solid solid;
  border-width: 1px 0 1px 1px; }

.twitter-feeds .listing-info {
  display: block;
  margin-bottom: 70px;
  padding: 0; }

#thanks-pop {
  position: static !important;
  text-align: center; }

.space-bottom {
  margin-bottom: 70px; }

/* OLX form */
#olxForm {
  min-height: 300px; }

.form-wrapper {
  visibility: hidden; }

.loading-form {
  text-align: center;
  color: #0072bb;
  font-size: 30px;
  font-weight: 700;
  padding: 2em 0; }

/*#bbox-root .BBRecurrenceFieldContainer span .fancy-select:first-child,*/
#bbox-root #bboxdonation_recurrence_ddFrequency,
#bbox-root #bboxdonation_divThanks,
#bbox-root input#bboxdonation_btnSubmit,
#bboxdonation_billing_billingAddress_lblAUStatePostCode,
#bboxdonation_billing_divBillingHeader,
#bboxdonation_billing_lblFullName,
#bbox-root .BBFormSection.BBDFormSectionGiftInfo,
#bboxdonation_recurrence_divHeadingRecurrence,
#bboxdonation_recurrence_chkMonthlyGift {
  display: none !important; }

#bbox-root .BBThreeFields .BBFormTextbox,
#bbox-root input, #bbox-root textarea,
.form-group input, .form-group textarea {
  background: transparent none repeat scroll 0 0;
  border-bottom: 1px solid #ccc;
  color: #5b5a57;
  font-size: 20px;
  height: 75px;
  padding: 20px;
  width: 100%;
  max-width: 100%; }

#bboxdonation_payment_BBFormCCDetails,
.BBFormAddress .BBFormFieldContainer.BBFormFieldContainerRequired:nth-child(2) {
  font-size: 0; }

#bboxdonation_payment_BBFormCCDetails #bboxdonation_payment_cboCardType,
#bboxdonation_payment_BBFormCCDetails ul.options,
.BBFormAddress .BBFormFieldContainer.BBFormFieldContainerRequired:nth-child(2) ul.options {
  font-size: 18px; }

#bbox-root input#bboxdonation_billing_txtFirstName {
  width: 150%;
  margin-bottom: 45px; }

#bbox-root label,
.form-group label {
  color: #0072bb;
  left: 20px;
  transition: all 0.3s ease 0s; }

#bbox-root label#bboxdonation_billing_lblTitle,
#bbox-root label#bboxdonation_billing_lblFirstName,
#bbox-root label#bboxdonation_billing_lblLastName {
  left: 42px;
  margin-top: -34px;
  height: 23px; }

#bbox-root label#bboxdonation_billing_billingAddress_lblAUState {
  left: 42px;
  margin-top: -23px;
  height: 23px; }

#bbox-root label#bboxdonation_billing_billingAddress_lblAUPostCode {
  left: 42px;
  margin-top: 15px;
  height: 23px; }

#bbox-root input#bboxdonation_billing_billingAddress_txtAUPostCode {
  margin-top: 15px; }

.btn-lrg-donate {
  background: #faea01 none repeat scroll 0 0;
  border: 2px solid #faea01;
  color: #004c7e;
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  outline: 0 none;
  padding: 6px 50px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s; }

.inner-gray-bg {
  padding: 4px 50px; }

#bbox-root .BBDFormSectionComments .BBFormTextArea,
#bbox-root .BBDFormSectionComments .BBFormFieldLabel {
  margin-left: 0; }

#bbox-root .BBCCreditType .BBFormFieldLabel {
  display: block; }

#bbox-root .BBFormFieldContainer.BBFormFieldContainerRequired.BBFieldExpiration {
  width: 95%; }

#bbox-root .BBFormFieldContainer .BBCCreditType {
  width: 100%; }

#bbox-root div.fancy-select {
  margin-bottom: 20px; }

.BBTwoFields.BBFieldBillingStateZip div.fancy-select {
  margin-top: 39px; }

#divName div.fancy-select {
  margin-bottom: 50px; }

.donation-onoff-box-wrapper {
  margin-bottom: 30px;
  padding: 0; }

#bbox-root #divError.BBFormErrorBlock,
#bbox-root #divClientError.BBFormErrorBlock {
  margin-bottom: 62px;
  border: 1px solid #b45f41;
  color: #b45f41; }

#bbox-root #divClientError.BBFormErrorBlock div.BBFormErrorItem {
  font-size: 20px; }

#bbox-root .BBFormErrorBlock {
  background-color: #ecebe7 !important;
  border: 0; }

#bbox-root .BBFormErrorBlock input {
  border: 1px solid #b45f41; }

#bbox-root .BBFormErrorItem.BBFormInlineErrorItem {
  color: #b45f41; }

#bbox-root .BBFormFieldRecurrenceInfo {
  padding-bottom: 43px; }

.form-area-outer .section-title {
  padding: 0 0 49px !important;
  text-align: center; }

#bbox-root div.fancy-select ul.options {
  text-align: left; }

#bbox-root div.fancy-select div.trigger {
  border: 1px solid #ccc;
  border-radius: 4px; }

#bbox-root input#bboxdonation_payment_txtCSC {
  width: 40% !important; }

.inner-white-bg {
  padding-top: 36px; }

.checkboxlisting .input-check.error label::before {
  border: 1px solid #b45f41 !important; }

.filter-area {
  padding: 21px 0 70px; }

#bbox-root .BBFormContainer .BBFormFieldLabel {
  width: 100%;
  text-align: left; }

#bbox-root .BBFormContainer label.BBAccessibilityOnly {
  width: 100%;
  text-align: left;
  position: static; }

.BBFormContainer .BBFieldSecurityCode .BBFormFieldLabel {
  margin-left: 0;
  width: 100%; }

.hide {
  display: none; }

.icon-error.icon-close-error {
  background-image: url("/images/icons/icon-close-error.png");
  background-size: cover;
  height: 30px;
  width: 30px; }

.state.icon-error {
  right: 14px; }

.unhcr-tab {
  margin-bottom: 0; }

.checkboxlisting .input-check input[type="checkbox"]:checked ~ label:after {
  position: absolute;
  left: 16px;
  top: -18px;
  height: 40px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 15px;
  content: '';
  border-bottom: 2px solid #0072bb;
  border-right: 2px solid #0072bb; }

.checkbox input:checked ~ label::before {
  background: #0072bb none repeat scroll 0 0;
  box-shadow: 0 0 0 5px #ecebe7 inset; }

.faq-container .faq-head .plusminus {
  position: absolute;
  top: 12px;
  right: 4px; }

.faq-container .faq-head {
  padding-right: 22px; }

@media (min-width: 1024px) {
  .default-content-area.emergencyBottomDiv .grid-section > div:first-child {
    margin-top: 70px; }
  .default-content-area.emergencyBottomDiv .grid-section > div:first-child blockquote {
    margin-top: 30px; }
  .default-content-area.emergencyBottomDiv .grid-section > div:last-child figure:last-child,
  .default-content-area.emergencyBottomDiv .grid-section > div:last-child p:last-child,
  .default-content-area.emergencyBottomDiv .grid-section > div:last-child ul:last-child,
  .default-content-area.emergencyBottomDiv .grid-section > div:last-child ol:last-child,
  .default-content-area.emergencyBottomDiv .grid-section > div:last-child blockquote:last-child {
    margin-bottom: 0px !important; }
  .section-title {
    padding: 120px 0; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .filterdropdown {
    width: 150px; } }

@media all and (max-width: 767px) {
  .inner-short-hero.md-height.custom-header-img {
    height: 40vh; } }

@media (min-width: 700px) {
  .cards {
    border-bottom: medium solid #ecebe7; } }

.primaryNav {
  display: inline-block;
  vertical-align: middle;
  margin-top: 18px; }
  @media (max-width: 1280px) {
    .primaryNav {
      margin-top: unset; } }

.primaryNav .sidebar-nav {
  padding: 9px 0; }

.primaryNav .dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px; }

.primaryNav .dropdown-menu li:hover .sub-menu {
  visibility: visible; }

.primaryNav .dropdown:hover .dropdown-menu {
  display: block; }

.primaryNav .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
  margin-top: 0; }

.primaryNav .navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px; }

.primaryNav .navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px; }

.primaryNav .dropdown-menu > li > a {
  padding: 0; }

.primaryNav ul.nav li {
  padding: 0 36px; }
  .primaryNav ul.nav li:last-of-type ul.dropdown-menu {
    right: 0;
    left: auto; }

.primaryNav ul.nav ul.dropdown-menu li {
  padding: 0 36px; }

.primaryNav ul.nav li a {
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase; }

.primaryNav .nav > li > a:hover, .primaryNav .nav > li > a:focus {
  background: none; }

.primaryNav .nav li:hover, .primaryNav .nav li:focus {
  background-color: #0072bb; }

.primaryNav .nav .dropdown-menu li:hover, .primaryNav .nav .dropdown-menu li:focus {
  background-color: #faea01; }

.primaryNav .nav .dropdown-menu li a:hover, .primaryNav .nav .dropdown-menu li a:focus {
  color: #0072bb; }

.primaryNav .dropdown-menu {
  background-color: #0072bb;
  border-radius: 0;
  min-width: 229px; }

.primaryNav .dropdown-menu > li > a:hover, .primaryNav .dropdown-menu > li > a:focus {
  background: none; }

.primaryNav .dropdown-menu.sub-menu {
  background-color: grey;
  width: inherit; }

.primaryNav .dropdown-menu.sub-menu li a:hover, .primaryNav .dropdown-menu.sub-menu li a:focus {
  color: #0072bb; }

.primaryNav .nav > li > a {
  padding: 0; }

.show-megamenu {
  display: inline-block;
  vertical-align: middle; }

#pageHeader.sticky .primaryNav {
  /*   display: none;*/ }

.success-message {
  position: relative;
  text-align: center; }

.success-message p {
  display: inline-block;
  position: relative; }

.success-message p:before {
  position: absolute;
  left: -55px;
  top: -18px;
  height: 40px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 15px;
  content: '';
  border-bottom: 1px solid #42D05B;
  border-right: 1px solid #42D05B; }

@media all and (max-width: 1024px) {
  .text-right {
    display: block; }
  .primaryNav {
    display: none; } }

.searchon .primaryNav {
  display: none; }

.searchbtn {
  display: none; }

.searchon .searchbtn {
  background-color: inherit;
  background-image: url("/images/icons/icon-search.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  width: 40px;
  padding: 0;
  border: none; }

.searchon .searchbtn.reverse {
  background-image: url("/images/icons/icon-search-rev.png"); }

.searchon .icon.search {
  display: none; }

/* reducing space on top*/
.home-quote-one {
  padding: 60px 0 120px; }

.default-content-area .umb-grid ol, .default-content-area .umb-grid ul {
  margin: 5px 0 30px 40px; }

.default-content-area .search-result ul {
  margin: 0;
  list-style: outside none none; }

.default-content-area .umb-grid ol {
  list-style: outside decimal; }

.default-content-area .umb-grid ul li, .faq-container ul li {
  margin: 10px 0;
  padding-left: 45px;
  position: relative; }

.default-content-area .umb-grid ul li::before, .faq-container ul li::before {
  border-right: 2px solid #0072bb;
  border-top: 2px solid #0072bb;
  content: "";
  display: block;
  height: 8px;
  left: 5px;
  position: absolute;
  top: 12px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px; }

.twitter-feeds .listing-info {
  display: block;
  margin-bottom: 50px;
  padding: 0; }

.home-quote-one {
  padding: 120px 0 120px; }

.listing-info p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px; }

.space-bottom {
  margin-bottom: 30px; }

.listing-inner .filter-area h2 {
  margin: 8px 0; }

.privacyPolicy.white-popup {
  width: 600px; }

.privacyPolicy .inner-short-hero.custom-short-header {
  display: none; }

#mongo-form ::-webkit-input-placeholder {
  color: #0072bb;
  opacity: 1;
  font-size: 18px; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #0072bb;
  opacity: 1;
  font-size: 18px; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #0072bb;
  opacity: 1;
  font-size: 18px; }

:-ms-input-placeholder {
  color: #0072bb;
  opacity: 1;
  font-size: 18px; }

.verisign-image-and-text {
  margin-bottom: 70px; }

.verisignImg {
  margin: 90px 0 90px 0; }

.short-text {
  font-size: 12px;
  padding: 0 15px; }

.short-text p {
  margin-bottom: 10px; }

.donation-monthly-options.bottom-content {
  margin: 40px 0;
  text-align: center;
  line-height: 170%; }

.donation-monthly-options.bottom-content img.icon-right {
  margin-right: 20px; }

.donation-monthly-options.bottom-content .text-beside-icon {
  margin-top: 15px; }

.banner-with-overlay-text {
  text-align: center;
  color: #fff;
  height: 797px;
  position: relative;
  width: 100%; }

.banner-with-overlay-text h1 {
  font-weight: bold;
  font-size: 76px;
  line-height: 120%;
  text-align: left; }

.bgvideo {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #000;
  object-fit: cover; }

.banner-short-description, .banner-short-description p,
.banner-short-description span.btn-yellow a, .banner-short-description .btn-yellow {
  font-size: 32px;
  line-height: 150%;
  text-transform: inherit;
  max-height: none;
  padding: 0 25px; }

#pageHeader:after {
  height: 150%; }

.banner-with-overlay-text-elements {
  max-width: 100%;
  max-width: 1400px;
  margin: 0 auto; }
  @media (min-width: 1650px) {
    .banner-with-overlay-text-elements {
      width: 1630px; } }

.banner-heading {
  position: relative;
  margin: 200px 20px 100px 20px;
  text-align: center;
  color: #fff; }

.text-before-amount,
.text-after-amount,
.text-amount {
  display: inline;
  font-size: 29px; }

.text-before-amount p:nth-child(1),
.text-after-amount p:nth-child(1),
.text-amount p:nth-child(1) {
  display: inline; }

.text-before-amount p,
.text-after-amount p,
.text-amount p {
  font-size: 29px; }

.text-amount {
  color: #0072bb;
  font-weight: bold; }

.donatevia-area .checkbox-roundlisting .input-checkbox label {
  cursor: pointer; }

.donatevia-area .checkbox-roundlisting .input-checkbox label:before {
  background-color: #0072bb;
  border-color: #0072bb; }

.donatevia-area .checkbox-roundlisting .input-checkbox input[type="checkbox"]:checked + label::after {
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  height: 23px;
  left: 12px;
  top: 24px;
  width: 13px; }

.closed-header.mobile-only, .open-header.mobile-only {
  display: none; }

.sticky-flyout-sidebar, .sticky-flyout-sidebar-detail {
  position: absolute;
  right: 0px;
  z-index: 10;
  cursor: pointer; }

.sticky-flyout-sidebar-detail {
  width: 252px; }

.sticky-flyout-sidebar-detail img {
  float: left;
  position: relative; }

.flyout-Content {
  width: 200px;
  height: 348px;
  float: left;
  position: relative;
  background-color: #e2ebf4;
  padding: 35px 25px;
  font-size: 14px;
  line-height: 120%; }

.flyout-Content p {
  margin-bottom: 20px; }

.donatevia-area.campaign-donation-page .input-checkbox {
  position: relative; }

.cta-duo.donation-footer.donation-footer-thankyou {
  background-color: #fff; }

.cta-duo.donation-footer.donation-footer-thankyou .container {
  max-width: 1200px; }

.cta-duo.donation-footer.donation-footer-thankyou .container.tell-others-section {
  max-width: 1024px; }

.container-blue-bg {
  background-color: #0072bb;
  color: #fff; }

.cta-duo.donation-footer.donation-footer-thankyou .cols {
  max-width: 100%;
  padding: 80px; }

.cta-duo.donation-footer.donation-footer-thankyou .cols h3 {
  font-size: 35px;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 120%; }

.cta-duo.donation-footer.donation-footer-thankyou .cols img {
  max-width: 76px;
  margin: 25px; }

.cta-duo.donation-footer.donation-footer-thankyou .tell-others-section img {
  margin: 35px 15px; }

.cta-duo.donation-footer.donation-footer-thankyou .cols h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 120%; }

.footer-partner-logo {
  text-align: center; }

.footer-partner-logo img.partner-logo {
  /*max-width: 250px;
        width: 100%;*/
  padding: 0px 50px 50px 0; }

.footer-partner-logo img.partner-logo.top-left {
  max-width: 175px; }

.footer-partner-logo img.partner-logo.top-right {
  margin-top: 4px; }

.footer-partner-logo img.partner-logo.bottom-left {
  margin-top: 12px; }

#bboxdonation_giftattributes_ctl01_txtAttrib,
#lblRecurrenceNextGiftDate {
  display: none; }

#mongo-form .BBFormSection.BBFormSectionAttributes.BBFormSectionGiftAttributes,
#mongo-form .BBFormSection.BBDFormSectionComments,
#mongo-form .BBRecurrenceFieldContainer,
#bbox-root .BBFormFieldRecurrenceInfo {
  margin: 0; }

#bbox-root div.fancy-select div.trigger {
  padding: 20px 20px 0;
  text-transform: capitalize; }

.donate-like-area div.fancy-select div.trigger {
  display: block;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #0072bb;
  opacity: 1; }

.privacyPolicy.white-popup {
  height: 450px;
  overflow: hidden;
  padding: 25px 45px;
  max-width: 600px; }

.privacyPolicy .container {
  max-width: 100%; }

.privacyPolicy .container .custom-col {
  margin: 0;
  padding: 0;
  width: 100%; }

.privacyPolicy .scroll-div {
  height: 86%;
  margin-bottom: 25px;
  overflow: scroll;
  overflow-y: scroll;
  padding: 0 0 0 10px; }

@media (min-width: 992px) {
  .footer-partner-logo {
    margin-top: 50px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .donatevia-area .input-checkbox {
    position: relative; }
  .footer-partner-logo img.partner-logo.top-left {
    padding-bottom: 15px; }
  .footer-partner-logo img.partner-logo.top-right {
    padding-bottom: 15px; }
  .footer-partner-logo {
    text-align: left; } }

@media (max-width: 767px) {
  #pageFooter .footer-mid .left.footer-partner-logo {
    padding-bottom: 0; }
  #pageFooter .footer-mid .left.footer-partner-logo img.partner-logo.top-left {
    max-width: 120px; }
  #pageFooter .footer-mid .right {
    padding-top: 10px; }
  .searchon .searchbtn.reverse {
    background-image: url("/images/icons/icon-search.png");
    margin-top: 13px; }
  #MegaMenu .right.searchon .search-top input {
    width: 85%; }
  #MegaMenu .right.searchon .search-top .icon.search.reverse {
    display: none; }
  .closed-header.mobile-only img {
    position: relative;
    top: -4px; }
  .closed-header.mobile-only, .open-header.mobile-only {
    background-color: #0072bb;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    padding: 15px;
    font-weight: bold;
    display: inherit; }
  .sticky-flyout-sidebar.mobile-only, .sticky-flyout-sidebar-detail.mobile-only {
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 30px; }
  .sticky-flyout-sidebar-detail.mobile-only .flyout-Content, .sticky-flyout-sidebar-detail.mobile-only img {
    width: auto;
    float: none; }
  .img-arrow-and-text, .closed-img-arrow-and-text {
    display: none; }
  .footer-partner-logo img.partner-logo {
    padding-right: 0; }
  .footer-partner-logo img.partner-logo.top-left {
    padding-bottom: 10px; }
  .footer-partner-logo img.partner-logo.top-right {
    padding-bottom: 10px; }
  .cta-duo.donation-footer.donation-footer-thankyou .cols {
    padding: 40px 20px; }
  .next-step-item {
    margin-bottom: 40px; }
  .btn-month-option-box.active {
    transform: inherit; }
  .btn-month-option-box {
    height: auto !important; }
  .donatevia-area .creaditcard-hold, .donatevia-area .paypal-area {
    margin-top: 20px; }
  .donatevia-area .checkbox-roundlisting .input-checkbox input[type="checkbox"]:checked + label::after {
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    height: 17px;
    left: 8px;
    top: 14px;
    width: 10px; }
  .btn-month-option-box h3, .btn-month-option-box h3 sub, .btn-month-option-box p {
    display: block; }
  .donation-monthly-options.bottom-content img.icon-right {
    margin-right: 0; }
  .donation-monthly-options.bottom-content .pull-right {
    text-align: center;
    float: none !important;
    margin-bottom: 20px; }
  .banner-with-overlay-text h1 {
    font-size: 40px;
    line-height: 110%; }
  .banner-heading {
    margin: 120px 20px 50px 20px; }
  #mongo-form ::-webkit-input-placeholder {
    font-size: 14px; }
  :-moz-placeholder {
    font-size: 14px; }
  ::-moz-placeholder {
    font-size: 14px; }
  :-ms-input-placeholder {
    font-size: 14px; } }

.btn-month-option-box h3, .donation-onoff-box-inner .btn-content-inner h3 {
  color: #0072bb;
  text-align: center;
  margin-bottom: 0;
  line-height: 120%; }

.btn-month-option-box input[type="text"] {
  max-width: 55%; }

.btn-month-option-box {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #E2EBF4; }

.donation-onoff-box-inner .column-one, .donation-onoff-box-inner .column-two {
  background-color: #E2EBF4;
  color: #0072bb;
  width: 49%; }

.donation-onoff-box-inner .btn, .donation-onoff-box-inner span.btn-blue, .donation-onoff-box-inner span.btn-yellow, .donation-onoff-box-inner .btn, .donation-onoff-box-inner span.btn-blue, .donation-onoff-box-inner span.btn-yellow {
  white-space: inherit; }

.btn-month-option-box:hover input[type="text"], .btn-month-option-box.active input[type="text"] {
  border-bottom: 1px solid #0072bb;
  color: #0072bb; }

.btn-month-option-box:hover h3, .btn-month-option-box.active h3, .btn-month-option-box:hover h3 sub, .btn-month-option-box.active h3 sub, .btn-month-option-box:hover p, .btn-month-option-box.active p,
.donation-onoff-box-inner .btn-content h3 {
  color: #0072bb; }

.column-one .btn-content.active h3, .column-two .btn-content.active h3 {
  text-align: center; }

.donation-onoff-box-inner {
  margin-bottom: 50px; }

.btn-month-option-box:hover, .btn-month-option-box.active,
.donation-onoff-box-inner .btn-content:hover, .donation-onoff-box-inner .btn-content.active {
  background-color: #faea01;
  color: #0072bb; }

.btn-month-option-box.active.error {
  background-color: #ffa07a !important; }

.donation-onoff-box-inner .btn-content, .donation-onoff-box-inner .btn-content {
  padding-top: 40px;
  padding-bottom: 40px; }

.donation-onoff-box-wrapper .container {
  max-width: 1400px; }

#bboxdonation_divForm label,
#bbox-root .BBCCreditType .BBFormFieldLabel,
#mongo-form #bboxdonation_comment_fldComments {
  display: none; }

#bboxdonation_divForm label#bboxdonation_payment_lblHeadingPayment {
  display: block; }

.trigger:not(:focus) {
  opacity: 0.8; }

#bboxdonation_BBEmbeddedForm input,
#bbox-root input#bboxdonation_billing_txtFirstName,
div.fancy-select div.trigger,
#bboxdonation_BBEmbeddedForm input, #bboxdonation_BBEmbeddedForm textarea,
#divName div.fancy-select,
#mongo-form .BBFormContainer .BBFormFieldContainer,
#bbox-root div.fancy-select,
#bbox-root div.fancy-select,
#bbox-root div.fancy-select div.trigger,
#bbox-root .BBThreeFields .BBFormTextbox,
#bbox-root input#bboxdonation_billing_billingAddress_txtAUPostCode {
  margin: 0;
  border-radius: 0; }

#bbox-root .BBFormErrorBlock {
  background-color: #fff !important; }

#mongo-form .BBFormContainer[data-bbox-part-id="3731b158-6304-4a60-978a-dbef02ed0425"] .BBFormSection {
  margin: 0; }

#bbox-root .BBFormFieldRecurrenceInfo {
  padding: 0; }

.BBRecurrenceFieldContainer span {
  color: #0072bb; }

#bboxdonation_BBEmbeddedForm input#bboxdonation_payment_txtCSC {
  margin-top: 10px; }

#bbox-root .BBFormFieldContainer.BBFormFieldContainerRequired.BBFieldExpiration {
  width: 100%; }

#mongo-form .BBFormContainer.BBFormWidthNarrow-Less600 .BBFormErrorBlock,
#mongo-form .BBFormContainer .BBFormErrorBlock.BBFormInlineError {
  padding: 0;
  padding-bottom: 10px; }

.footer-partner-logo row:nth-child(2),
.footer-partner-logo img.partner-logo.bottom-left,
.footer-partner-logo img.partner-logo.bottom-right {
  display: none; }

.parrallax-bg {
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

.light-gray-bg.parrallax-bg .form-btm-part {
  background-color: #fff !important; }

.light-gray-bg.parrallax-bg .col-lg-10 {
  max-width: 700px;
  float: none; }

.light-gray-bg.parrallax-bg.column-form .col-lg-10 {
  max-width: 100%; }

.light-gray-bg.parrallax-bg .col-lg-offset-1 {
  margin: 40px auto; }

.light-gray-bg.parrallax-bg .inner-gray-bg {
  background-color: #FFF;
  padding: 4px 80px; }

.light-gray-bg.parrallax-bg .col-lg-6 {
  width: 100%;
  margin: 0 auto; }

.light-gray-bg.parrallax-bg .section-title h2, .BBFormSectionHeading label {
  color: #0072bb;
  float: left;
  font-size: 30px;
  font-weight: 700; }

.form-area-outer .light-gray-bg.parrallax-bg .section-title {
  padding: 30px 0 0 0px !important;
  text-align: left; }

.light-gray-bg.parrallax-bg .col-md-offset-2 {
  margin-left: 10px;
  margin-top: 40px; }

.light-gray-bg.parrallax-bg .col-md-8 {
  width: 100%; }

.cta-duo.donation-footer .col {
  padding: 25px 0;
  border: none; }

.cta-duo.donation-footer .text-column {
  margin-top: 118px;
  max-width: 310px;
  margin-right: 50px; }

.cta-duo.donation-footer .image-column p {
  width: 80%;
  margin-left: auto;
  margin-right: auto; }

.cta-duo.donation-footer .image-column p i {
  font-size: 14px;
  font-weight: normal; }

.cta-duo.donation-footer img {
  max-width: 450px; }

.cta-duo.donation-footer .col p {
  display: inherit;
  font-size: 16px; }

.cta-duo.donation-footer .col h3 {
  margin-bottom: 15px; }

@media (max-width: 480px) {
  #bbox-root div.fancy-select div.trigger {
    font-size: 14px; }
  .privacyPolicy.white-popup {
    padding: 25px; }
  .cta-duo.donation-footer .text-column {
    margin-top: 10px; }
  .cta-duo.donation-footer .col {
    padding: 5px 0; }
  .cta-duo.donation-footer .col p {
    padding: 0 20px;
    font-size: 14px; }
  .cta-duo.donation-footer {
    padding-bottom: 20px;
    padding-top: 40px; }
  .cta-duo.donation-footer img {
    max-width: 100%; }
  #mongo-form .BBFormContainer {
    min-width: 240px; }
  .light-gray-bg.parrallax-bg .col-md-offset-2 {
    margin-left: 0; }
  .light-gray-bg.parrallax-bg .inner-gray-bg {
    padding: 4px 10px; }
  #bbox-root .BBThreeFields .BBFormTextbox, #bbox-root input, #bbox-root textarea, .form-group input, .form-group textarea {
    height: auto;
    padding: 10px 15px; }
  #bbox-root textarea, .form-group textarea {
    height: 60px; }
  .light-gray-bg.parrallax-bg .section-title h2, .BBFormSectionHeading label {
    font-size: 20px; }
  .btn-lrg-donate {
    width: auto;
    padding: 6px 20px; }
  ::-webkit-input-placeholder {
    font-size: 14px; }
  :-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px; }
  ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px; }
  :-ms-input-placeholder {
    font-size: 14px; } }

@media (max-width: 640px) {
  .donatevia-area .creaditcard-hold, .donatevia-area .paypal-area {
    margin-top: 0px; }
  .checkbox-roundlisting .input-checkbox {
    position: relative; } }

#mainTabRotator .slick-slide {
  max-height: 282px;
  overflow: auto; }

.floatRight {
  float: right; }

.floatLeft {
  float: left; }

#bbox-root .hasTooltip img {
  margin-top: 15px; }

#olxForm select {
  background: transparent none repeat scroll 0 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  color: #0072bb;
  font-size: 18px;
  max-width: 100%;
  padding: 20px;
  text-transform: capitalize;
  width: 150%; }

@media (max-width: 414px) {
  #oneoffcontent div.fancy-select div.trigger {
    padding-right: 38px;
    font-size: 20px; }
  .donate-like-area label {
    font-weight: normal; }
  .btn-month-option-box.active .middle-content {
    margin-left: 0;
    padding-left: 0; } }

.additionalMenu {
  font-family: "Open Sans",sans-serif;
  padding-top: 15px; }

.additionalMenu ul li a {
  padding-top: 15px;
  color: #5b5a56;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding: 15px 0;
  text-transform: none; }

.additionalMenu ul {
  margin-bottom: 45px; }

@media (max-width: 1480px) {
  .additionalMenu ul li a {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0; } }

@media (max-width: 1280px) {
  .additionalMenu {
    display: none; }
  .donate-mobile {
    display: block; } }

.donate-mobile {
  display: none; }

@media (max-width: 770px) {
  .donate-mobile {
    display: block; } }

.amountError {
  margin-top: 30px;
  border: 1px solid #b45f41;
  color: #b45f41; }

.amountError p {
  text-align: center; }

.captchaError {
  color: #ff1010; }

#pageFooter .footer-mid .left .form-container.subscribe-form .btn, #pageFooter .footer-mid .left .form-container.subscribe-form span.btn-blue, #pageFooter .footer-mid .left .form-container.subscribe-form span.btn-yellow {
  margin-top: 18px; }

@media all and (max-width: 1024px) {
  .form-container label.full-small-devices,
  #pageFooter .footer-mid .left .form-container.subscribe-form .btn,
  #pageFooter .footer-mid .left .form-container.subscribe-form span.btn-blue,
  #pageFooter .footer-mid .left .form-container.subscribe-form span.btn-yellow {
    width: 100% !important;
    padding-bottom: 0;
    margin-top: 0; } }

#petitionForm {
  max-width: 500px;
  text-align: left; }

#petitionForm input[type=text] {
  border-bottom: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 10px;
  width: 100%; }

#petitionForm input[type=text].input-validation-error {
  margin-bottom: 0; }

.error {
  width: 100%; }

.error span, #petitionForm .captchaError {
  font-size: 12px;
  color: red;
  text-align: left; }

#petitionForm .checkboxlisting p {
  margin-bottom: 0;
  margin-left: 50px; }

#petitionForm .checkboxlisting {
  margin-top: 10px;
  margin-bottom: 20px; }

#petitionForm {
  margin-bottom: 70px; }

.overlapArrow {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999; }

.showImageActive {
  font-weight: bold;
  color: #fff; }

.showVideoActive {
  font-weight: bold;
  color: #fff; }

/*Making Select font sizes uniform*/
@media (max-width: 736px) {
  #olxForm select {
    -webkit-appearance: menulist;
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    color: #0072bb;
    max-width: 100%;
    padding: 20px;
    text-transform: capitalize;
    width: 100%;
    font-size: 14px; }
  #bboxdonation_payment_BBFormCCDetails #bboxdonation_payment_cboCardType,
  #bboxdonation_payment_BBFormCCDetails ul.options,
  .BBFormAddress .BBFormFieldContainer.BBFormFieldContainerRequired:nth-child(2) ul.options {
    font-size: 14px; } }

/*consent popup*/
#cookie_directive_container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0072bb;
  color: white;
  padding: 20px 0;
  z-index: 10000;
  -webkit-box-shadow: 0px -5px 4px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px -5px 4px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -5px 4px 1px rgba(0, 0, 0, 0.3); }

#cookie_directive_container p a {
  color: white;
  text-decoration: underline; }

#cookie_directive_container div:nth-child(2) {
  text-align: right; }

#cookie_directive_container a.btn.mobile-close {
  float: right;
  display: inline-block;
  background-image: url(/images/blue-cross.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  padding: 0; }

@media (max-width: 991px) {
  #cookie_directive_container {
    text-align: center;
    font-size: 0.8em;
    padding-bottom: 0; }
  #cookie_directive_container .container {
    padding: 0; }
  #cookie_directive_container div:first-child {
    margin-bottom: 1em;
    text-align: left; }
  #cookie_directive_container div:nth-child(2) {
    text-align: center; } }

#calculatorApp input, #calculatorApp select {
  background: #fff;
  border: 1px solid #0072BB;
  color: #0072BB;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  padding: 12.5px 20px;
  height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

#calculatorApp input[disabled], #calculatorApp input:disabled {
  background: #ccc; }

#calculatorApp label {
  display: block;
  opacity: 1;
  top: 0;
  left: 0;
  position: relative;
  color: #0072BB; }

/*END OF Making Select font sizes uniform*/
.info-card {
  float: left;
  /*margin: 10px;*/
  -webkit-perspective: 600px;
  /*padding-left:5px !important;
	padding-right:5px !important;*/
  padding: 0 !important;
  height: auto !important;
  position: relative; }

.front, .back {
  border-radius: 0px;
  transition: -webkit-transform 1s;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -ms-transform-style: preserve-3d; }

.front {
  background: #FFF;
  overflow: hidden;
  width: 100%; }

.back {
  position: absolute;
  padding: 0;
  background: #0072bb !important;
  height: 100%;
  min-height: 100%;
  width: 100%;
  -webkit-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  overflow: hidden;
  margin-bottom: 10px !important;
  top: 0; }

.info-card:hover .back {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0); }

.info-card:hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.card-image {
  width: 100%;
  height: 100%; }

.flip-image-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100px; }

.font-white {
  color: #FFF !important; }

.ctTableWrapper {
  height: auto !important;
  /*background:#ecebe7 !important;*/ }

.ctTableDataStyleWraper {
  width: 90% !important;
  margin: 0 auto !important; }

.cTTableCell {
  width: 25% !important;
  /*border:2px solid #0072bb !important;*/
  margin: 1px !important; }

.cTTabelLargeNumberText {
  font-size: 2.5em !important; }

.ct-banner-heading {
  margin: 0px !important;
  margin-top: 190px !important; }

@media (min-width: 1440px) {
  .CTHomeTilesImages {
    width: 100vw; }
  .front {
    background: #FFF;
    overflow: hidden;
    z-index: 1; }
  .back {
    padding: 20px;
    background: #0072bb !important;
    -webkit-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -sand-transform: rotate(10deg);
    overflow: hidden;
    margin-bottom: 10px !important; } }

@media (max-width: 1440px) {
  .CTHomeTilesImages {
    width: 100% !important; }
  .back {
    -webkit-transform: rotateY(-180deg);
    overflow: hidden; } }

@media (max-width: 1024px) {
  .CTHomeTilesImages {
    width: 100% !important; }
  .back {
    -webkit-transform: rotateY(-180deg);
    overflow: hidden; } }

@media (max-width: 736px) {
  .CTHomeTilesImages {
    width: 100% !important; }
  .back {
    -webkit-transform: rotateY(-180deg);
    overflow: hidden; } }

@media (max-width: 667px) {
  .CTHomeTilesImages {
    width: 100% !important; }
  .cTTabelLargeNumberText {
    font-size: 1.5em !important; }
  .back {
    -webkit-transform: rotateY(-180deg);
    overflow: hidden; }
  .ctTableWrapper {
    /*	border:2px solid #0072bb !important;*/ }
  .cTTableCell {
    width: 45% !important;
    border: 0px solid #0072bb !important; } }

@media (max-width: 450px) {
  .CTHomeTilesImages {
    width: 100% !important; }
  .cTTabelLargeNumberText {
    font-size: 1.5em !important; }
  .back {
    -webkit-transform: rotateY(-180deg);
    overflow: hidden; }
  .ctTableWrapper {
    /*border:2px solid #0072bb !important;*/ }
  .cTTableCell {
    width: 45% !important;
    border: 0px solid #0072bb !important; } }

.content .front-img {
  width: 100%;
  max-width: 100%; }

@media (max-width: 576px) {
  /* xsmall */
  div.pt-xs-0 {
    padding-top: 0rem; }
  div.pb-xs-0 {
    padding-bottom: 0rem; }
  div.pt-xs-1 {
    padding-top: 0.1rem; }
  div.pb-xs-1 {
    padding-bottom: 0.1rem; }
  div.pt-xs-2 {
    padding-top: 0.2rem; }
  div.pb-xs-2 {
    padding-bottom: 0.2rem; }
  div.pt-xs-3 {
    padding-top: 0.3rem; }
  div.pb-xs-3 {
    padding-bottom: 0.3rem; }
  div.pt-xs-4 {
    padding-top: 0.4rem; }
  div.pb-xs-4 {
    padding-bottom: 0.4rem; }
  div.pt-xs-5 {
    padding-top: 0.5rem; }
  div.pb-xs-5 {
    padding-bottom: 0.5rem; }
  div.pt-xs-6 {
    padding-top: 0.6rem; }
  div.pb-xs-6 {
    padding-bottom: 0.6rem; }
  div.pt-xs-7 {
    padding-top: 0.7rem; }
  div.pb-xs-7 {
    padding-bottom: 0.7rem; }
  div.pt-xs-8 {
    padding-top: 0.8rem; }
  div.pb-xs-8 {
    padding-bottom: 0.8rem; }
  div.pt-xs-9 {
    padding-top: 0.9rem; }
  div.pb-xs-9 {
    padding-bottom: 0.9rem; }
  div.pt-xs-10 {
    padding-top: 1rem; }
  div.pb-xs-10 {
    padding-bottom: 1rem; }
  div.pt-xs-11 {
    padding-top: 1.1rem; }
  div.pb-xs-11 {
    padding-bottom: 1.1rem; }
  div.pt-xs-12 {
    padding-top: 1.2rem; }
  div.pb-xs-12 {
    padding-bottom: 1.2rem; }
  div.pt-xs-13 {
    padding-top: 1.3rem; }
  div.pb-xs-13 {
    padding-bottom: 1.3rem; }
  div.pt-xs-14 {
    padding-top: 1.4rem; }
  div.pb-xs-14 {
    padding-bottom: 1.4rem; }
  div.pt-xs-15 {
    padding-top: 1.5rem; }
  div.pb-xs-15 {
    padding-bottom: 1.5rem; }
  div.pt-xs-16 {
    padding-top: 1.6rem; }
  div.pb-xs-16 {
    padding-bottom: 1.6rem; }
  div.pt-xs-17 {
    padding-top: 1.7rem; }
  div.pb-xs-17 {
    padding-bottom: 1.7rem; }
  div.pt-xs-18 {
    padding-top: 1.8rem; }
  div.pb-xs-18 {
    padding-bottom: 1.8rem; }
  div.pt-xs-19 {
    padding-top: 1.9rem; }
  div.pb-xs-19 {
    padding-bottom: 1.9rem; }
  div.pt-xs-20 {
    padding-top: 2rem; }
  div.pb-xs-20 {
    padding-bottom: 2rem; }
  div.pt-xs-21 {
    padding-top: 2.1rem; }
  div.pb-xs-21 {
    padding-bottom: 2.1rem; }
  div.pt-xs-22 {
    padding-top: 2.2rem; }
  div.pb-xs-22 {
    padding-bottom: 2.2rem; }
  div.pt-xs-23 {
    padding-top: 2.3rem; }
  div.pb-xs-23 {
    padding-bottom: 2.3rem; }
  div.pt-xs-24 {
    padding-top: 2.4rem; }
  div.pb-xs-24 {
    padding-bottom: 2.4rem; }
  div.pt-xs-25 {
    padding-top: 2.5rem; }
  div.pb-xs-25 {
    padding-bottom: 2.5rem; }
  div.pt-xs-26 {
    padding-top: 2.6rem; }
  div.pb-xs-26 {
    padding-bottom: 2.6rem; }
  div.pt-xs-27 {
    padding-top: 2.7rem; }
  div.pb-xs-27 {
    padding-bottom: 2.7rem; }
  div.pt-xs-28 {
    padding-top: 2.8rem; }
  div.pb-xs-28 {
    padding-bottom: 2.8rem; }
  div.pt-xs-29 {
    padding-top: 2.9rem; }
  div.pb-xs-29 {
    padding-bottom: 2.9rem; }
  div.pt-xs-30 {
    padding-top: 3rem; }
  div.pb-xs-30 {
    padding-bottom: 3rem; }
  div.pt-xs-31 {
    padding-top: 3.1rem; }
  div.pb-xs-31 {
    padding-bottom: 3.1rem; }
  div.pt-xs-32 {
    padding-top: 3.2rem; }
  div.pb-xs-32 {
    padding-bottom: 3.2rem; }
  div.pt-xs-33 {
    padding-top: 3.3rem; }
  div.pb-xs-33 {
    padding-bottom: 3.3rem; }
  div.pt-xs-34 {
    padding-top: 3.4rem; }
  div.pb-xs-34 {
    padding-bottom: 3.4rem; }
  div.pt-xs-35 {
    padding-top: 3.5rem; }
  div.pb-xs-35 {
    padding-bottom: 3.5rem; }
  div.pt-xs-36 {
    padding-top: 3.6rem; }
  div.pb-xs-36 {
    padding-bottom: 3.6rem; }
  div.pt-xs-37 {
    padding-top: 3.7rem; }
  div.pb-xs-37 {
    padding-bottom: 3.7rem; }
  div.pt-xs-38 {
    padding-top: 3.8rem; }
  div.pb-xs-38 {
    padding-bottom: 3.8rem; }
  div.pt-xs-39 {
    padding-top: 3.9rem; }
  div.pb-xs-39 {
    padding-bottom: 3.9rem; }
  div.pt-xs-40 {
    padding-top: 4rem; }
  div.pb-xs-40 {
    padding-bottom: 4rem; }
  div.pt-xs-41 {
    padding-top: 4.1rem; }
  div.pb-xs-41 {
    padding-bottom: 4.1rem; }
  div.pt-xs-42 {
    padding-top: 4.2rem; }
  div.pb-xs-42 {
    padding-bottom: 4.2rem; }
  div.pt-xs-43 {
    padding-top: 4.3rem; }
  div.pb-xs-43 {
    padding-bottom: 4.3rem; }
  div.pt-xs-44 {
    padding-top: 4.4rem; }
  div.pb-xs-44 {
    padding-bottom: 4.4rem; }
  div.pt-xs-45 {
    padding-top: 4.5rem; }
  div.pb-xs-45 {
    padding-bottom: 4.5rem; }
  div.pt-xs-46 {
    padding-top: 4.6rem; }
  div.pb-xs-46 {
    padding-bottom: 4.6rem; }
  div.pt-xs-47 {
    padding-top: 4.7rem; }
  div.pb-xs-47 {
    padding-bottom: 4.7rem; }
  div.pt-xs-48 {
    padding-top: 4.8rem; }
  div.pb-xs-48 {
    padding-bottom: 4.8rem; }
  div.pt-xs-49 {
    padding-top: 4.9rem; }
  div.pb-xs-49 {
    padding-bottom: 4.9rem; }
  div.pt-xs-50 {
    padding-top: 5rem; }
  div.pb-xs-50 {
    padding-bottom: 5rem; } }

@media (max-width: 768px) {
  /* small */
  div.pt-sm-0 {
    padding-top: 0rem; }
  div.pb-sm-0 {
    padding-bottom: 0rem; }
  div.pt-sm-1 {
    padding-top: 0.1rem; }
  div.pb-sm-1 {
    padding-bottom: 0.1rem; }
  div.pt-sm-2 {
    padding-top: 0.2rem; }
  div.pb-sm-2 {
    padding-bottom: 0.2rem; }
  div.pt-sm-3 {
    padding-top: 0.3rem; }
  div.pb-sm-3 {
    padding-bottom: 0.3rem; }
  div.pt-sm-4 {
    padding-top: 0.4rem; }
  div.pb-sm-4 {
    padding-bottom: 0.4rem; }
  div.pt-sm-5 {
    padding-top: 0.5rem; }
  div.pb-sm-5 {
    padding-bottom: 0.5rem; }
  div.pt-sm-6 {
    padding-top: 0.6rem; }
  div.pb-sm-6 {
    padding-bottom: 0.6rem; }
  div.pt-sm-7 {
    padding-top: 0.7rem; }
  div.pb-sm-7 {
    padding-bottom: 0.7rem; }
  div.pt-sm-8 {
    padding-top: 0.8rem; }
  div.pb-sm-8 {
    padding-bottom: 0.8rem; }
  div.pt-sm-9 {
    padding-top: 0.9rem; }
  div.pb-sm-9 {
    padding-bottom: 0.9rem; }
  div.pt-sm-10 {
    padding-top: 1rem; }
  div.pb-sm-10 {
    padding-bottom: 1rem; }
  div.pt-sm-11 {
    padding-top: 1.1rem; }
  div.pb-sm-11 {
    padding-bottom: 1.1rem; }
  div.pt-sm-12 {
    padding-top: 1.2rem; }
  div.pb-sm-12 {
    padding-bottom: 1.2rem; }
  div.pt-sm-13 {
    padding-top: 1.3rem; }
  div.pb-sm-13 {
    padding-bottom: 1.3rem; }
  div.pt-sm-14 {
    padding-top: 1.4rem; }
  div.pb-sm-14 {
    padding-bottom: 1.4rem; }
  div.pt-sm-15 {
    padding-top: 1.5rem; }
  div.pb-sm-15 {
    padding-bottom: 1.5rem; }
  div.pt-sm-16 {
    padding-top: 1.6rem; }
  div.pb-sm-16 {
    padding-bottom: 1.6rem; }
  div.pt-sm-17 {
    padding-top: 1.7rem; }
  div.pb-sm-17 {
    padding-bottom: 1.7rem; }
  div.pt-sm-18 {
    padding-top: 1.8rem; }
  div.pb-sm-18 {
    padding-bottom: 1.8rem; }
  div.pt-sm-19 {
    padding-top: 1.9rem; }
  div.pb-sm-19 {
    padding-bottom: 1.9rem; }
  div.pt-sm-20 {
    padding-top: 2rem; }
  div.pb-sm-20 {
    padding-bottom: 2rem; }
  div.pt-sm-21 {
    padding-top: 2.1rem; }
  div.pb-sm-21 {
    padding-bottom: 2.1rem; }
  div.pt-sm-22 {
    padding-top: 2.2rem; }
  div.pb-sm-22 {
    padding-bottom: 2.2rem; }
  div.pt-sm-23 {
    padding-top: 2.3rem; }
  div.pb-sm-23 {
    padding-bottom: 2.3rem; }
  div.pt-sm-24 {
    padding-top: 2.4rem; }
  div.pb-sm-24 {
    padding-bottom: 2.4rem; }
  div.pt-sm-25 {
    padding-top: 2.5rem; }
  div.pb-sm-25 {
    padding-bottom: 2.5rem; }
  div.pt-sm-26 {
    padding-top: 2.6rem; }
  div.pb-sm-26 {
    padding-bottom: 2.6rem; }
  div.pt-sm-27 {
    padding-top: 2.7rem; }
  div.pb-sm-27 {
    padding-bottom: 2.7rem; }
  div.pt-sm-28 {
    padding-top: 2.8rem; }
  div.pb-sm-28 {
    padding-bottom: 2.8rem; }
  div.pt-sm-29 {
    padding-top: 2.9rem; }
  div.pb-sm-29 {
    padding-bottom: 2.9rem; }
  div.pt-sm-30 {
    padding-top: 3rem; }
  div.pb-sm-30 {
    padding-bottom: 3rem; }
  div.pt-sm-31 {
    padding-top: 3.1rem; }
  div.pb-sm-31 {
    padding-bottom: 3.1rem; }
  div.pt-sm-32 {
    padding-top: 3.2rem; }
  div.pb-sm-32 {
    padding-bottom: 3.2rem; }
  div.pt-sm-33 {
    padding-top: 3.3rem; }
  div.pb-sm-33 {
    padding-bottom: 3.3rem; }
  div.pt-sm-34 {
    padding-top: 3.4rem; }
  div.pb-sm-34 {
    padding-bottom: 3.4rem; }
  div.pt-sm-35 {
    padding-top: 3.5rem; }
  div.pb-sm-35 {
    padding-bottom: 3.5rem; }
  div.pt-sm-36 {
    padding-top: 3.6rem; }
  div.pb-sm-36 {
    padding-bottom: 3.6rem; }
  div.pt-sm-37 {
    padding-top: 3.7rem; }
  div.pb-sm-37 {
    padding-bottom: 3.7rem; }
  div.pt-sm-38 {
    padding-top: 3.8rem; }
  div.pb-sm-38 {
    padding-bottom: 3.8rem; }
  div.pt-sm-39 {
    padding-top: 3.9rem; }
  div.pb-sm-39 {
    padding-bottom: 3.9rem; }
  div.pt-sm-40 {
    padding-top: 4rem; }
  div.pb-sm-40 {
    padding-bottom: 4rem; }
  div.pt-sm-41 {
    padding-top: 4.1rem; }
  div.pb-sm-41 {
    padding-bottom: 4.1rem; }
  div.pt-sm-42 {
    padding-top: 4.2rem; }
  div.pb-sm-42 {
    padding-bottom: 4.2rem; }
  div.pt-sm-43 {
    padding-top: 4.3rem; }
  div.pb-sm-43 {
    padding-bottom: 4.3rem; }
  div.pt-sm-44 {
    padding-top: 4.4rem; }
  div.pb-sm-44 {
    padding-bottom: 4.4rem; }
  div.pt-sm-45 {
    padding-top: 4.5rem; }
  div.pb-sm-45 {
    padding-bottom: 4.5rem; }
  div.pt-sm-46 {
    padding-top: 4.6rem; }
  div.pb-sm-46 {
    padding-bottom: 4.6rem; }
  div.pt-sm-47 {
    padding-top: 4.7rem; }
  div.pb-sm-47 {
    padding-bottom: 4.7rem; }
  div.pt-sm-48 {
    padding-top: 4.8rem; }
  div.pb-sm-48 {
    padding-bottom: 4.8rem; }
  div.pt-sm-49 {
    padding-top: 4.9rem; }
  div.pb-sm-49 {
    padding-bottom: 4.9rem; }
  div.pt-sm-50 {
    padding-top: 5rem; }
  div.pb-sm-50 {
    padding-bottom: 5rem; } }

@media (max-width: 992px) {
  /* medium */
  div.pt-md-0 {
    padding-top: 0rem; }
  div.pb-md-0 {
    padding-bottom: 0rem; }
  div.pt-md-1 {
    padding-top: 0.1rem; }
  div.pb-md-1 {
    padding-bottom: 0.1rem; }
  div.pt-md-2 {
    padding-top: 0.2rem; }
  div.pb-md-2 {
    padding-bottom: 0.2rem; }
  div.pt-md-3 {
    padding-top: 0.3rem; }
  div.pb-md-3 {
    padding-bottom: 0.3rem; }
  div.pt-md-4 {
    padding-top: 0.4rem; }
  div.pb-md-4 {
    padding-bottom: 0.4rem; }
  div.pt-md-5 {
    padding-top: 0.5rem; }
  div.pb-md-5 {
    padding-bottom: 0.5rem; }
  div.pt-md-6 {
    padding-top: 0.6rem; }
  div.pb-md-6 {
    padding-bottom: 0.6rem; }
  div.pt-md-7 {
    padding-top: 0.7rem; }
  div.pb-md-7 {
    padding-bottom: 0.7rem; }
  div.pt-md-8 {
    padding-top: 0.8rem; }
  div.pb-md-8 {
    padding-bottom: 0.8rem; }
  div.pt-md-9 {
    padding-top: 0.9rem; }
  div.pb-md-9 {
    padding-bottom: 0.9rem; }
  div.pt-md-10 {
    padding-top: 1rem; }
  div.pb-md-10 {
    padding-bottom: 1rem; }
  div.pt-md-11 {
    padding-top: 1.1rem; }
  div.pb-md-11 {
    padding-bottom: 1.1rem; }
  div.pt-md-12 {
    padding-top: 1.2rem; }
  div.pb-md-12 {
    padding-bottom: 1.2rem; }
  div.pt-md-13 {
    padding-top: 1.3rem; }
  div.pb-md-13 {
    padding-bottom: 1.3rem; }
  div.pt-md-14 {
    padding-top: 1.4rem; }
  div.pb-md-14 {
    padding-bottom: 1.4rem; }
  div.pt-md-15 {
    padding-top: 1.5rem; }
  div.pb-md-15 {
    padding-bottom: 1.5rem; }
  div.pt-md-16 {
    padding-top: 1.6rem; }
  div.pb-md-16 {
    padding-bottom: 1.6rem; }
  div.pt-md-17 {
    padding-top: 1.7rem; }
  div.pb-md-17 {
    padding-bottom: 1.7rem; }
  div.pt-md-18 {
    padding-top: 1.8rem; }
  div.pb-md-18 {
    padding-bottom: 1.8rem; }
  div.pt-md-19 {
    padding-top: 1.9rem; }
  div.pb-md-19 {
    padding-bottom: 1.9rem; }
  div.pt-md-20 {
    padding-top: 2rem; }
  div.pb-md-20 {
    padding-bottom: 2rem; }
  div.pt-md-21 {
    padding-top: 2.1rem; }
  div.pb-md-21 {
    padding-bottom: 2.1rem; }
  div.pt-md-22 {
    padding-top: 2.2rem; }
  div.pb-md-22 {
    padding-bottom: 2.2rem; }
  div.pt-md-23 {
    padding-top: 2.3rem; }
  div.pb-md-23 {
    padding-bottom: 2.3rem; }
  div.pt-md-24 {
    padding-top: 2.4rem; }
  div.pb-md-24 {
    padding-bottom: 2.4rem; }
  div.pt-md-25 {
    padding-top: 2.5rem; }
  div.pb-md-25 {
    padding-bottom: 2.5rem; }
  div.pt-md-26 {
    padding-top: 2.6rem; }
  div.pb-md-26 {
    padding-bottom: 2.6rem; }
  div.pt-md-27 {
    padding-top: 2.7rem; }
  div.pb-md-27 {
    padding-bottom: 2.7rem; }
  div.pt-md-28 {
    padding-top: 2.8rem; }
  div.pb-md-28 {
    padding-bottom: 2.8rem; }
  div.pt-md-29 {
    padding-top: 2.9rem; }
  div.pb-md-29 {
    padding-bottom: 2.9rem; }
  div.pt-md-30 {
    padding-top: 3rem; }
  div.pb-md-30 {
    padding-bottom: 3rem; }
  div.pt-md-31 {
    padding-top: 3.1rem; }
  div.pb-md-31 {
    padding-bottom: 3.1rem; }
  div.pt-md-32 {
    padding-top: 3.2rem; }
  div.pb-md-32 {
    padding-bottom: 3.2rem; }
  div.pt-md-33 {
    padding-top: 3.3rem; }
  div.pb-md-33 {
    padding-bottom: 3.3rem; }
  div.pt-md-34 {
    padding-top: 3.4rem; }
  div.pb-md-34 {
    padding-bottom: 3.4rem; }
  div.pt-md-35 {
    padding-top: 3.5rem; }
  div.pb-md-35 {
    padding-bottom: 3.5rem; }
  div.pt-md-36 {
    padding-top: 3.6rem; }
  div.pb-md-36 {
    padding-bottom: 3.6rem; }
  div.pt-md-37 {
    padding-top: 3.7rem; }
  div.pb-md-37 {
    padding-bottom: 3.7rem; }
  div.pt-md-38 {
    padding-top: 3.8rem; }
  div.pb-md-38 {
    padding-bottom: 3.8rem; }
  div.pt-md-39 {
    padding-top: 3.9rem; }
  div.pb-md-39 {
    padding-bottom: 3.9rem; }
  div.pt-md-40 {
    padding-top: 4rem; }
  div.pb-md-40 {
    padding-bottom: 4rem; }
  div.pt-md-41 {
    padding-top: 4.1rem; }
  div.pb-md-41 {
    padding-bottom: 4.1rem; }
  div.pt-md-42 {
    padding-top: 4.2rem; }
  div.pb-md-42 {
    padding-bottom: 4.2rem; }
  div.pt-md-43 {
    padding-top: 4.3rem; }
  div.pb-md-43 {
    padding-bottom: 4.3rem; }
  div.pt-md-44 {
    padding-top: 4.4rem; }
  div.pb-md-44 {
    padding-bottom: 4.4rem; }
  div.pt-md-45 {
    padding-top: 4.5rem; }
  div.pb-md-45 {
    padding-bottom: 4.5rem; }
  div.pt-md-46 {
    padding-top: 4.6rem; }
  div.pb-md-46 {
    padding-bottom: 4.6rem; }
  div.pt-md-47 {
    padding-top: 4.7rem; }
  div.pb-md-47 {
    padding-bottom: 4.7rem; }
  div.pt-md-48 {
    padding-top: 4.8rem; }
  div.pb-md-48 {
    padding-bottom: 4.8rem; }
  div.pt-md-49 {
    padding-top: 4.9rem; }
  div.pb-md-49 {
    padding-bottom: 4.9rem; }
  div.pt-md-50 {
    padding-top: 5rem; }
  div.pb-md-50 {
    padding-bottom: 5rem; } }

@media (min-width: 993px) {
  /* large */
  .pt-lg-0 {
    padding-top: 0rem; }
  .pb-lg-0 {
    padding-bottom: 0rem; }
  .pt-lg-1 {
    padding-top: 0.1rem; }
  .pb-lg-1 {
    padding-bottom: 0.1rem; }
  .pt-lg-2 {
    padding-top: 0.2rem; }
  .pb-lg-2 {
    padding-bottom: 0.2rem; }
  .pt-lg-3 {
    padding-top: 0.3rem; }
  .pb-lg-3 {
    padding-bottom: 0.3rem; }
  .pt-lg-4 {
    padding-top: 0.4rem; }
  .pb-lg-4 {
    padding-bottom: 0.4rem; }
  .pt-lg-5 {
    padding-top: 0.5rem; }
  .pb-lg-5 {
    padding-bottom: 0.5rem; }
  .pt-lg-6 {
    padding-top: 0.6rem; }
  .pb-lg-6 {
    padding-bottom: 0.6rem; }
  .pt-lg-7 {
    padding-top: 0.7rem; }
  .pb-lg-7 {
    padding-bottom: 0.7rem; }
  .pt-lg-8 {
    padding-top: 0.8rem; }
  .pb-lg-8 {
    padding-bottom: 0.8rem; }
  .pt-lg-9 {
    padding-top: 0.9rem; }
  .pb-lg-9 {
    padding-bottom: 0.9rem; }
  .pt-lg-10 {
    padding-top: 1rem; }
  .pb-lg-10 {
    padding-bottom: 1rem; }
  .pt-lg-11 {
    padding-top: 1.1rem; }
  .pb-lg-11 {
    padding-bottom: 1.1rem; }
  .pt-lg-12 {
    padding-top: 1.2rem; }
  .pb-lg-12 {
    padding-bottom: 1.2rem; }
  .pt-lg-13 {
    padding-top: 1.3rem; }
  .pb-lg-13 {
    padding-bottom: 1.3rem; }
  .pt-lg-14 {
    padding-top: 1.4rem; }
  .pb-lg-14 {
    padding-bottom: 1.4rem; }
  .pt-lg-15 {
    padding-top: 1.5rem; }
  .pb-lg-15 {
    padding-bottom: 1.5rem; }
  .pt-lg-16 {
    padding-top: 1.6rem; }
  .pb-lg-16 {
    padding-bottom: 1.6rem; }
  .pt-lg-17 {
    padding-top: 1.7rem; }
  .pb-lg-17 {
    padding-bottom: 1.7rem; }
  .pt-lg-18 {
    padding-top: 1.8rem; }
  .pb-lg-18 {
    padding-bottom: 1.8rem; }
  .pt-lg-19 {
    padding-top: 1.9rem; }
  .pb-lg-19 {
    padding-bottom: 1.9rem; }
  .pt-lg-20 {
    padding-top: 2rem; }
  .pb-lg-20 {
    padding-bottom: 2rem; }
  .pt-lg-21 {
    padding-top: 2.1rem; }
  .pb-lg-21 {
    padding-bottom: 2.1rem; }
  .pt-lg-22 {
    padding-top: 2.2rem; }
  .pb-lg-22 {
    padding-bottom: 2.2rem; }
  .pt-lg-23 {
    padding-top: 2.3rem; }
  .pb-lg-23 {
    padding-bottom: 2.3rem; }
  .pt-lg-24 {
    padding-top: 2.4rem; }
  .pb-lg-24 {
    padding-bottom: 2.4rem; }
  .pt-lg-25 {
    padding-top: 2.5rem; }
  .pb-lg-25 {
    padding-bottom: 2.5rem; }
  .pt-lg-26 {
    padding-top: 2.6rem; }
  .pb-lg-26 {
    padding-bottom: 2.6rem; }
  .pt-lg-27 {
    padding-top: 2.7rem; }
  .pb-lg-27 {
    padding-bottom: 2.7rem; }
  .pt-lg-28 {
    padding-top: 2.8rem; }
  .pb-lg-28 {
    padding-bottom: 2.8rem; }
  .pt-lg-29 {
    padding-top: 2.9rem; }
  .pb-lg-29 {
    padding-bottom: 2.9rem; }
  .pt-lg-30 {
    padding-top: 3rem; }
  .pb-lg-30 {
    padding-bottom: 3rem; }
  .pt-lg-31 {
    padding-top: 3.1rem; }
  .pb-lg-31 {
    padding-bottom: 3.1rem; }
  .pt-lg-32 {
    padding-top: 3.2rem; }
  .pb-lg-32 {
    padding-bottom: 3.2rem; }
  .pt-lg-33 {
    padding-top: 3.3rem; }
  .pb-lg-33 {
    padding-bottom: 3.3rem; }
  .pt-lg-34 {
    padding-top: 3.4rem; }
  .pb-lg-34 {
    padding-bottom: 3.4rem; }
  .pt-lg-35 {
    padding-top: 3.5rem; }
  .pb-lg-35 {
    padding-bottom: 3.5rem; }
  .pt-lg-36 {
    padding-top: 3.6rem; }
  .pb-lg-36 {
    padding-bottom: 3.6rem; }
  .pt-lg-37 {
    padding-top: 3.7rem; }
  .pb-lg-37 {
    padding-bottom: 3.7rem; }
  .pt-lg-38 {
    padding-top: 3.8rem; }
  .pb-lg-38 {
    padding-bottom: 3.8rem; }
  .pt-lg-39 {
    padding-top: 3.9rem; }
  .pb-lg-39 {
    padding-bottom: 3.9rem; }
  .pt-lg-40 {
    padding-top: 4rem; }
  .pb-lg-40 {
    padding-bottom: 4rem; }
  .pt-lg-41 {
    padding-top: 4.1rem; }
  .pb-lg-41 {
    padding-bottom: 4.1rem; }
  .pt-lg-42 {
    padding-top: 4.2rem; }
  .pb-lg-42 {
    padding-bottom: 4.2rem; }
  .pt-lg-43 {
    padding-top: 4.3rem; }
  .pb-lg-43 {
    padding-bottom: 4.3rem; }
  .pt-lg-44 {
    padding-top: 4.4rem; }
  .pb-lg-44 {
    padding-bottom: 4.4rem; }
  .pt-lg-45 {
    padding-top: 4.5rem; }
  .pb-lg-45 {
    padding-bottom: 4.5rem; }
  .pt-lg-46 {
    padding-top: 4.6rem; }
  .pb-lg-46 {
    padding-bottom: 4.6rem; }
  .pt-lg-47 {
    padding-top: 4.7rem; }
  .pb-lg-47 {
    padding-bottom: 4.7rem; }
  .pt-lg-48 {
    padding-top: 4.8rem; }
  .pb-lg-48 {
    padding-bottom: 4.8rem; }
  .pt-lg-49 {
    padding-top: 4.9rem; }
  .pb-lg-49 {
    padding-bottom: 4.9rem; }
  .pt-lg-50 {
    padding-top: 5rem; }
  .pb-lg-50 {
    padding-bottom: 5rem; } }

.stacked-template section {
  margin: 30px 0; }

.stacked-template .module-whitebg {
  background-color: #fff; }
  .stacked-template .module-whitebg p, .stacked-template .module-whitebg h2 {
    color: #5b5a57; }
  .stacked-template .module-whitebg .btn.btn-hollow, .stacked-template .module-whitebg span.btn-hollow.btn-blue, .stacked-template .module-whitebg span.btn-hollow.btn-yellow {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9); }

.stacked-template .module-bluebg {
  background-color: #0072bb; }
  .stacked-template .module-bluebg p {
    color: #ffffff; }
  .stacked-template .module-bluebg .btn.btn-hollow, .stacked-template .module-bluebg span.btn-hollow.btn-blue, .stacked-template .module-bluebg span.btn-hollow.btn-yellow {
    text-shadow: none; }

.stacked-template .stack-slider .slick-slide {
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center; }
  @media (max-width: 599px) {
    .stacked-template .stack-slider .slick-slide {
      height: 100vh; } }
  .stacked-template .stack-slider .slick-slide .inner-container {
    height: 80%;
    padding-bottom: 2em;
    padding-top: 1.5em; }

.stacked-template .stack-header {
  color: white; }
  .stacked-template .stack-header .inner-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.5rem 2rem;
    width: 60%;
    margin: 0 auto;
    font-size: 30px;
    line-height: 1.5em;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.9); }
    @media (max-width: 1200px) {
      .stacked-template .stack-header .inner-container {
        justify-content: center;
        margin: 0 auto;
        font-size: 24px;
        line-height: 2em; } }
    @media (max-width: 600px) {
      .stacked-template .stack-header .inner-container {
        display: none; } }
    .stacked-template .stack-header .inner-container p {
      margin-bottom: 1.5rem; }
    @media (min-width: 1025px) {
      .stacked-template .stack-header .inner-container.v-align-d-Top {
        justify-content: flex-start;
        padding-top: 150px; } }
    @media (min-width: 1025px) {
      .stacked-template .stack-header .inner-container.v-align-d-Bottom {
        justify-content: flex-end;
        padding-bottom: 50px; } }
    @media (min-width: 1025px) {
      .stacked-template .stack-header .inner-container.v-align-d-Center {
        justify-content: center; } }
    @media (max-width: 1024px) {
      .stacked-template .stack-header .inner-container.v-align-m-Top {
        justify-content: flex-start; } }
    @media (max-width: 1024px) {
      .stacked-template .stack-header .inner-container.v-align-m-Bottom {
        justify-content: flex-end; } }
    @media (max-width: 1024px) {
      .stacked-template .stack-header .inner-container.v-align-m-Center {
        justify-content: center; } }

.stacked-template .default-content-area h2 {
  margin-bottom: 0; }

.stacked-template .default-content-area blockquote {
  margin: 0; }

.stacked-template .default-content-area ul li {
  margin-left: 70px; }
  .stacked-template .default-content-area ul li::before {
    border-right: 2px solid #0072bb;
    border-top: 2px solid #0072bb;
    content: "";
    display: block;
    height: 8px;
    left: -25px;
    position: relative;
    top: 20px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px; }

.stacked-template .cta {
  text-align: center; }
  .stacked-template .cta h2, .stacked-template .cta p {
    color: #a29f90;
    margin-bottom: 30px; }
  .stacked-template .cta.btn:hover, .stacked-template span.cta.btn-blue:hover, .stacked-template span.cta.btn-yellow:hover {
    background: #fff677;
    border: 2px solid #fff677;
    color: #5b5a56; }

.stacked-template #mainTabRotator p {
  margin-bottom: 15px;
  color: #ffffff !important; }

.stacked-template #mainTabRotator h2 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 30px !important;
  color: #ffffff !important; }

.stacked-template .section-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: #0072bb; }

.stacked-template .heading, .stacked-template .heading .module-heading {
  text-align: center;
  font-size: inherit;
  line-height: 40px;
  color: #A29F90; }
  .stacked-template .heading.module-bluebg h2, .stacked-template .heading .module-bluebg.module-heading h2, .stacked-template .heading.module-bluebg p, .stacked-template .heading .module-bluebg.module-heading p {
    color: #ffffff; }
    .stacked-template .heading.module-bluebg h2 span.blue, .stacked-template .heading .module-bluebg.module-heading h2 span.blue, .stacked-template .heading.module-bluebg p span.blue, .stacked-template .heading .module-bluebg.module-heading p span.blue {
      color: #FAEA01 !important; }
  .stacked-template .heading .module-heading h2, .stacked-template .heading .module-heading h3 {
    color: #a29f90; }

.stacked-template .map-content-loader {
  border-bottom: 16px solid #a29f90;
  border-top: 16px solid #0072bb;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite; }

.stacked-template .image-area, .stacked-template .video-area {
  box-sizing: border-box; }
  .stacked-template .image-area p, .stacked-template .video-area p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px; }
  .stacked-template .image-area figcaption, .stacked-template .video-area figcaption {
    text-align: center;
    min-height: 70px;
    background: #ecebe7;
    font-size: 16px;
    padding: 30px; }

@media (max-width: 484px) {
  .stacked-template .cards .content .row .graph h3 {
    font-size: 20px;
    font-weight: 400; } }

@media (max-width: 1023px) {
  .stacked-template .tile-item.col {
    width: 100% !important; } }

.stacked-template .chart-flex-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%; }
  @media (min-width: 768px) {
    .stacked-template .chart-flex-container {
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start; } }
  .stacked-template .chart-flex-container .graph {
    width: 100%; }
    @media (min-width: 768px) {
      .stacked-template .chart-flex-container .graph {
        width: 50%;
        margin-top: auto;
        margin-bottom: auto; } }
    .stacked-template .chart-flex-container .graph p {
      text-align: center; }
    @media (min-width: 768px) {
      .stacked-template .chart-flex-container .graph h3 {
        margin-top: -4rem !important; } }
    @media (max-width: 1200px) {
      .stacked-template .chart-flex-container .graph h3 {
        font-size: 26px !important;
        font-weight: 700;
        line-height: 30px !important;
        margin-bottom: 0; } }
    @media (max-width: 768px) {
      .stacked-template .chart-flex-container .graph h3 {
        font-size: 26px;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 0; } }
    @media (max-width: 484px) {
      .stacked-template .chart-flex-container .graph h3 {
        font-size: 20px;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 0; } }
  .stacked-template .chart-flex-container .chart-with-overlay {
    position: relative;
    width: 100%;
    height: 500px; }
    @media (min-width: 768px) {
      .stacked-template .chart-flex-container .chart-with-overlay {
        width: 50%; } }
    @media (max-width: 1200px) {
      .stacked-template .chart-flex-container .chart-with-overlay {
        height: 400px; } }
    .stacked-template .chart-flex-container .chart-with-overlay #donut_chart {
      height: 450px;
      width: 100%; }
      @media (max-width: 1200px) {
        .stacked-template .chart-flex-container .chart-with-overlay #donut_chart {
          height: 350px; } }
    .stacked-template .chart-flex-container .chart-with-overlay .overlay {
      width: 100%;
      height: 450px;
      position: absolute;
      top: 0; }
      @media (max-width: 1200px) {
        .stacked-template .chart-flex-container .chart-with-overlay .overlay {
          height: 350px; } }
      .stacked-template .chart-flex-container .chart-with-overlay .overlay .overlay-content {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 450px;
        /*@media(max-width:1200px) {
                        height: 300px;
                    }*/ }
        @media (max-width: 1200px) {
          .stacked-template .chart-flex-container .chart-with-overlay .overlay .overlay-content {
            height: 350px; } }
        .stacked-template .chart-flex-container .chart-with-overlay .overlay .overlay-content .big-value {
          margin: 0; }
  .stacked-template .chart-flex-container .bottom-chart-info {
    width: 100%;
    margin-right: 0;
    margin-left: auto; }
    @media (min-width: 768px) {
      .stacked-template .chart-flex-container .bottom-chart-info {
        width: 50%; } }
    @media (max-width: 1200px) {
      .stacked-template .chart-flex-container .bottom-chart-info label {
        font-size: 16px;
        font-weight: 400; } }
    @media (max-width: 768px) {
      .stacked-template .chart-flex-container .bottom-chart-info label {
        font-size: 18px;
        font-weight: 400; } }
    @media (max-width: 484px) {
      .stacked-template .chart-flex-container .bottom-chart-info label {
        font-size: 16px;
        font-weight: 400;
        padding-right: 10px;
        line-height: 20px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.hero-slider .slick-slide:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  top: 0;
  left: 0;
  z-index: 10; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  z-index: 1000;
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  @media (max-width: 1024px) {
    .slick-prev,
    .slick-next {
      height: 20px;
      width: 20px; } }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }
  .slick-prev:before,
  .slick-next:before {
    font-family: 'Glyphicons Halflings';
    font-size: 50px;
    line-height: 1;
    color: #fff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (max-width: 1024px) {
      .slick-prev:before,
      .slick-next:before {
        font-size: 20px; } }

.slick-prev {
  left: 40px; }
  @media (max-width: 1024px) {
    .slick-prev {
      left: 20px; } }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: 40px; }
  @media (max-width: 1024px) {
    .slick-next {
      right: 20px; } }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        color: #BEBEBE;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #0072bb;
      opacity: 1; }

.videobg-container .inner-container {
  position: absolute !important;
  top: 0;
  left: 0; }

.hero-slider .slick-slide, .hero-slider .slick-slide > div {
  height: 100vh; }

/* home hero */
.slide-content, .videobg-container .inner-container {
  height: 100vh;
  padding: 230px 100px 100px 100px; }
  @media (max-height: 414px) {
    .slide-content, .videobg-container .inner-container {
      min-height: 500px !important;
      padding: 0; } }
  @media (max-width: 1024px) {
    .slide-content, .videobg-container .inner-container {
      padding: 0; } }

.slider-container .slick-prev:before {
  font-family: none;
  background: url(../images/Navigate-Left.svg) no-repeat;
  color: transparent !important;
  background-size: contain;
  left: 2em; }

.slider-container .slick-next:before {
  font-family: none;
  background: url(../images/Navigate-Right.svg) no-repeat;
  color: transparent !important;
  background-size: contain;
  right: 2em; }

.slider-container .slide-content {
  position: relative; }

.slider-container .carousel-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
  display: none; }
  @media (min-width: 1024px) {
    .slider-container .carousel-image-desktop {
      display: block; } }
  @media (max-width: 1023px) {
    .slider-container .carousel-image-mobile {
      display: block; } }

.slider-container .inner-container {
  z-index: 100;
  position: relative;
  color: white;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
  font-family: 'proxima-nova', Arial, sans-serif;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  width: 40%;
  min-width: 550px;
  /* tall browsers  */
  /* 2k 4k screens */ }
  .slider-container .inner-container p {
    font-size: 1.3em;
    line-height: 1.3em; }
  .slider-container .inner-container h2 {
    font-size: 5em;
    font-weight: 700;
    line-height: 1.1em; }
  .slider-container .inner-container h3 {
    font-size: 3.5em;
    font-weight: 700;
    line-height: 1.1em; }
  .slider-container .inner-container h4 {
    font-size: 2.8em;
    font-weight: 700;
    line-height: 1.1em; }
  @media screen and (min-height: 700px) {
    .slider-container .inner-container p {
      font-size: 1.3em;
      line-height: 1.3em; }
    .slider-container .inner-container h1 {
      font-size: 4.5em;
      font-weight: 700;
      line-height: 1.1em; }
    .slider-container .inner-container h2 {
      font-size: 4em;
      font-weight: 700;
      line-height: 1.1em; }
    .slider-container .inner-container h3 {
      font-size: 2.5em;
      font-weight: 700;
      line-height: 1.1em; }
    .slider-container .inner-container h4 {
      font-size: 1.8em;
      font-weight: 700;
      line-height: 1.1em; } }
  @media screen and (min-height: 1000px) and (min-width: 2000px) {
    .slider-container .inner-container p {
      font-size: 1.8em;
      line-height: 1.3em; }
    .slider-container .inner-container h2 {
      font-size: 5em;
      font-weight: 700;
      line-height: 1.1em; }
    .slider-container .inner-container h3 {
      font-size: 4em;
      font-weight: 700;
      line-height: 1.1em; }
    .slider-container .inner-container h4 {
      font-size: 3em;
      font-weight: 700;
      line-height: 1.1em; } }
  .slider-container .inner-container-links {
    margin: 1.5rem 0 0 0; }
    .slider-container .inner-container-links .btn, .slider-container .inner-container-links span.btn-blue, .slider-container .inner-container-links span.btn-yellow {
      font-size: 1.8em;
      line-height: 1em;
      padding: .4em .5em;
      margin-right: 1em;
      text-shadow: none;
      max-height: none;
      border-width: 5px;
      box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 16px;
      text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3); }
      .slider-container .inner-container-links .btn.btn-hollow, .slider-container .inner-container-links span.btn-hollow.btn-blue, .slider-container .inner-container-links span.btn-hollow.btn-yellow {
        text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5); }
        .slider-container .inner-container-links .btn.btn-hollow:hover, .slider-container .inner-container-links span.btn-hollow.btn-blue:hover, .slider-container .inner-container-links span.btn-hollow.btn-yellow:hover {
          text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3); }
    .slider-container .inner-container-links .story {
      color: white;
      text-decoration: underline;
      font-weight: 200; }
  .slider-container .inner-container .location {
    font-size: .9em;
    background: #0072bb;
    display: inline-block;
    line-height: initial;
    padding: 0.3em 0.4em;
    text-transform: uppercase;
    font-weight: 200;
    margin: 0.5em 0 .5em 0;
    text-shadow: none;
    letter-spacing: 2px; }

/*all browsers IPad landscape and above */
@media (min-width: 1024px) {
  .slider-container .inner-container p {
    font-size: 1.3em;
    line-height: 1.3em; }
  .slider-container .inner-container h2 {
    font-size: 5em;
    font-weight: 700;
    line-height: 1.1em; }
  .slider-container .inner-container h3 {
    font-size: 3.5em;
    font-weight: 700;
    line-height: 1.1em; }
  .slider-container .inner-container h4 {
    font-size: 2.8em;
    font-weight: 700;
    line-height: 1.1em; }
  .slider-container .inner-container.v-align-d-Top {
    justify-content: flex-start; }
  .slider-container .inner-container.v-align-d-Center {
    justify-content: center; }
  .slider-container .inner-container.v-align-d-Bottom {
    justify-content: flex-end; } }

/* all browsers below up top ipad landscape */
@media (max-width: 1023px) {
  .slider-container .inner-container {
    min-width: unset; }
    .slider-container .inner-container.v-align-m-Top {
      justify-content: flex-start;
      padding-top: 130px; }
    .slider-container .inner-container.v-align-m-Center {
      justify-content: center; }
    .slider-container .inner-container.v-align-m-Bottom {
      justify-content: flex-end;
      padding-bottom: 60px; } }

/*Ipad*/
@media (min-width: 768px) and (max-width: 1024px) {
  .slider-container .inner-container {
    width: 70%;
    margin-left: 10%;
    min-width: unset; } }
  @media (min-width: 768px) and (max-width: 1024px) and (min-width: 900px) and (max-width: 1024px) {
    .slider-container .inner-container {
      width: 40%; } }

@media (min-width: 768px) and (max-width: 1024px) {
    .slider-container .inner-container p {
      font-size: 1.3em;
      line-height: 1.3em; }
    .slider-container .inner-container h2 {
      font-size: 4em;
      font-weight: 700;
      line-height: 1.1em; }
    .slider-container .inner-container h3 {
      font-size: 3em;
      font-weight: 700;
      line-height: 1.1em; }
    .slider-container .inner-container h4 {
      font-size: 2.5em;
      font-weight: 700;
      line-height: 1.1em; } }
  @media (min-width: 768px) and (max-width: 1024px) and (max-height: 414px) {
    .slider-container .inner-container p {
      font-size: 1.1em;
      line-height: 1.3em; }
    .slider-container .inner-container h2 {
      font-size: 3em;
      font-weight: 700;
      line-height: 1.1em; }
    .slider-container .inner-container h3 {
      font-size: 2.5em;
      font-weight: 700;
      line-height: 1.1em; }
    .slider-container .inner-container h4 {
      font-size: 1.8em;
      font-weight: 700;
      line-height: 1.1em; } }

@media (min-width: 768px) and (max-width: 1024px) {
    .slider-container .inner-container-links {
      margin-top: 1rem; } }

/* all mobile browsers up up to 767px wide */
@media (min-width: 414px) and (max-width: 767px) {
  .slider-container .inner-container {
    margin: 0 auto;
    width: 85%;
    min-width: unset; }
    .slider-container .inner-container p {
      font-size: 1.1em;
      line-height: 1.3em; }
    .slider-container .inner-container h2 {
      font-size: 3em;
      font-weight: 700;
      line-height: 1.1em; }
    .slider-container .inner-container h3 {
      font-size: 2.5em;
      font-weight: 700;
      line-height: 1.1em; }
    .slider-container .inner-container h4 {
      font-size: 1.8em;
      font-weight: 700;
      line-height: 1.1em; } }
  @media (min-width: 414px) and (max-width: 767px) and (max-height: 320px) {
    .slider-container .inner-container {
      min-height: 414px !important; } }

@media (min-width: 414px) and (max-width: 767px) {
    .slider-container .inner-container-links {
      margin-top: 1rem;
      display: flex;
      align-items: center;
      align-content: space-between; }
      .slider-container .inner-container-links .btn, .slider-container .inner-container-links span.btn-blue, .slider-container .inner-container-links span.btn-yellow {
        font-size: 1.5em;
        padding: .25em .3em; }
    .slider-container .inner-container .location {
      padding: 0.2rem 0.5rem; }
    .slider-container .inner-container.v-align-m-Top {
      justify-content: flex-start; }
    .slider-container .inner-container.v-align-m-Center {
      justify-content: center; }
    .slider-container .inner-container.v-align-m-Bottom {
      justify-content: flex-end;
      padding-bottom: 100px; } }

/* iphone plus */
@media (min-width: 321px) and (max-width: 414px) {
  .slider-container .inner-container {
    width: 75%;
    margin: 0 auto;
    min-width: unset;
    padding-top: 0px;
    padding-bottom: 0; }
    .slider-container .inner-container p {
      font-size: 1.1em;
      line-height: 1.3em; }
    .slider-container .inner-container h2 {
      font-size: 3em;
      font-weight: 700;
      line-height: 1.1em; }
    .slider-container .inner-container h3 {
      font-size: 2.5em;
      font-weight: 700;
      line-height: 1.1em; }
    .slider-container .inner-container h4 {
      font-size: 1.8em;
      font-weight: 700;
      line-height: 1.1em; }
    .slider-container .inner-container-links {
      margin-top: 1rem;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      align-content: flex-start; }
      .slider-container .inner-container-links .story {
        margin-top: 1em;
        margin-bottom: 1em; }
      .slider-container .inner-container-links .btn, .slider-container .inner-container-links span.btn-blue, .slider-container .inner-container-links span.btn-yellow {
        margin-right: 0;
        font-size: 1.5em;
        padding: .25em .3em; } }

/* small mobiles */
@media (max-width: 320px) {
  .slider-container .inner-container {
    width: 75%;
    margin: 0 auto;
    min-width: unset;
    padding-top: 0px;
    padding-bottom: 0; }
    .slider-container .inner-container p {
      font-size: 1em;
      line-height: 1.2em; }
    .slider-container .inner-container h2 {
      font-size: 2em;
      font-weight: 700;
      line-height: 1.1em; }
    .slider-container .inner-container h3 {
      font-size: 1.8em;
      font-weight: 700;
      line-height: 1.1em; }
    .slider-container .inner-container h4 {
      font-size: 1.3em;
      font-weight: 700;
      line-height: 1.1em; }
    .slider-container .inner-container-links {
      margin-top: 1rem;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      align-content: flex-start; }
      .slider-container .inner-container-links .story {
        margin-top: .9em;
        margin-bottom: 1em; }
      .slider-container .inner-container-links .btn, .slider-container .inner-container-links span.btn-blue, .slider-container .inner-container-links span.btn-yellow {
        margin-right: 0;
        font-size: 1.3em;
        padding: .25em .3em; } }

/* background position mobile and ipad*/
@media (min-width: 736px) and (max-width: 1024px) {
  .hero-slider .slick-slide {
    background-size: cover;
    background-position: center center; } }

@media (max-width: 767) {
  .hero-slider .slick-slide {
    background-size: 800px 383px;
    background-position: center bottom; } }

.gifts-store {
  font-size: 18px;
  line-height: 20px; }
  .gifts-store .heading, .gifts-store .stacked-template .heading .module-heading, .stacked-template .heading .gifts-store .module-heading {
    background: #0072BB;
    padding: 10px 60px 30px;
    text-align: center;
    color: white; }
    .gifts-store .heading__with-gap {
      margin-bottom: 50px; }
    .gifts-store .heading h1, .gifts-store .stacked-template .heading .module-heading h1, .stacked-template .heading .gifts-store .module-heading h1 {
      color: white;
      font-size: 32px;
      font-weight: bold;
      line-height: 38px; }
  .gifts-store h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    color: white; }
  .gifts-store .no-content {
    margin: 60px 0 100px; }
    .gifts-store .no-content-title {
      color: #0072BB;
      margin-bottom: 30px;
      font-weight: bold; }
    @media (max-width: 991px) {
      .gifts-store .no-content .btn, .gifts-store .no-content span.btn-blue, .gifts-store .no-content span.btn-yellow {
        width: 80%;
        display: block;
        margin: 0 auto .5rem auto; } }
  .gifts-store .sub-menu {
    background: #0072BB;
    padding: 15px; }
    .gifts-store .sub-menu ol.breadcrumb li {
      color: white;
      font-size: 16px;
      line-height: 18px;
      display: inline-block; }
      .gifts-store .sub-menu ol.breadcrumb li:after {
        content: " > "; }
      .gifts-store .sub-menu ol.breadcrumb li:last-child:after {
        content: ""; }
      .gifts-store .sub-menu ol.breadcrumb li a {
        color: white;
        font-size: 16px;
        line-height: 18px; }
    .gifts-store .sub-menu ol.breadcrumb span.active {
      color: #FAEA03;
      margin-left: 5px; }
    .gifts-store .sub-menu .back-link {
      text-align: right; }
      @media (max-width: 767px) {
        .gifts-store .sub-menu .back-link {
          text-align: center;
          padding-top: 1em; } }
      .gifts-store .sub-menu .back-link a {
        font-size: 16px;
        line-height: 20px;
        color: #FAEA03;
        text-transform: uppercase; }
        .gifts-store .sub-menu .back-link a:hover {
          color: white; }
  .gifts-store textarea + .overMax {
    color: red; }
  .gifts-store .alert {
    margin: .5rem 0 0 0;
    padding: 0; }
    .gifts-store .alert.alert-danger {
      color: red; }
  .gifts-store .product-detail {
    margin-top: 60px;
    margin-bottom: 60px; }
    .gifts-store .product-detail h1, .gifts-store .product-detail h2, .gifts-store .product-detail h3, .gifts-store .product-detail h4 {
      color: #4A4A4A;
      font-weight: bold; }
    .gifts-store .product-detail h1 {
      font-size: 2.5em;
      line-height: 1em;
      margin-bottom: .5em; }
    .gifts-store .product-detail h2 {
      font-size: 1.5em;
      line-height: 1em;
      margin-bottom: .5em; }
    .gifts-store .product-detail h3 {
      font-size: 1.3em;
      line-height: 1em;
      margin-bottom: .5em; }
    .gifts-store .product-detail h4 {
      font-size: 1em;
      line-height: 1em;
      margin-bottom: .675em; }
    .gifts-store .product-detail P {
      margin-bottom: 2rem; }
    .gifts-store .product-detail .description {
      margin-bottom: 30px; }
    @media (max-width: 991px) {
      .gifts-store .product-detail .add-to-basket {
        width: 100%; } }
    .gifts-store .product-detail .related-gifts {
      margin-top: 90px; }
    .gifts-store .product-detail .img {
      position: relative; }
      @media (max-width: 1024px) {
        .gifts-store .product-detail .img {
          margin-bottom: 30px; } }
      .gifts-store .product-detail .img span.price {
        color: white;
        padding: 10px 30px 10px 40px;
        background: #0072BB;
        font-size: 32px;
        font-weight: bold;
        line-height: 38px;
        position: absolute;
        top: 0;
        left: 0; }
  .gifts-store .text-center {
    text-align: center; }
  .gifts-store .store-header {
    text-align: center;
    height: 555px;
    display: table;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 767px) {
      .gifts-store .store-header {
        max-height: 350px; } }
    .gifts-store .store-header .vcenter {
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
      .gifts-store .store-header .vcenter h1 {
        color: white;
        font-size: 53px;
        font-weight: bold;
        line-height: 64px; }
        @media (max-width: 767px) {
          .gifts-store .store-header .vcenter h1 {
            padding-top: 2rem;
            font-size: 32px;
            line-height: 40px; } }
  .gifts-store .shop-tabs {
    height: 168px;
    margin-top: -168px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      .gifts-store .shop-tabs {
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0; } }
    .gifts-store .shop-tabs div[class^="col-"] {
      padding: 0; }
      .gifts-store .shop-tabs div[class^="col-"]:last-child .tab {
        border-right: none; }
    .gifts-store .shop-tabs .tab {
      text-align: center;
      border-right: 1px solid #0072BB;
      color: #0072BB;
      background: white;
      height: 168px;
      padding: 30px 0; }
      @media (max-width: 767px) {
        .gifts-store .shop-tabs .tab {
          padding: 15px 0;
          height: auto; } }
      @media (max-width: 360px) {
        .gifts-store .shop-tabs .tab {
          height: 110px; } }
      @media (max-width: 1024px) {
        .gifts-store .shop-tabs .tab .ordinal {
          display: none; } }
      .gifts-store .shop-tabs .tab a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 26px;
        font-weight: bold;
        line-height: 31px; }
        .gifts-store .shop-tabs .tab a .tab-caption {
          padding: .2rem; }
          @media (max-width: 767px) {
            .gifts-store .shop-tabs .tab a .tab-caption {
              font-size: 16px;
              line-height: 18px; } }
      .gifts-store .shop-tabs .tab .icon {
        display: block;
        background-repeat: no-repeat;
        background-size: contain;
        width: 65px;
        height: 65px;
        margin: auto;
        cursor: inherit; }
        @media (max-width: 767px) {
          .gifts-store .shop-tabs .tab .icon {
            width: 40px;
            height: 40px; } }
        .gifts-store .shop-tabs .tab .icon .basket-badge {
          color: #FAEA03;
          display: block;
          margin-top: 43%;
          font-size: 26px;
          font-weight: bold; }
          @media (max-width: 767px) {
            .gifts-store .shop-tabs .tab .icon .basket-badge {
              margin-top: 30%;
              font-size: 20px; } }
        .gifts-store .shop-tabs .tab .icon.card {
          background-image: url("/images/giftsstore/card-blue.png"); }
        .gifts-store .shop-tabs .tab .icon.gift {
          background-image: url("/images/giftsstore/gift-blue.png"); }
        .gifts-store .shop-tabs .tab .icon.bag {
          background-image: url("/images/giftsstore/basket-blue.png"); }
      .gifts-store .shop-tabs .tab:not(.tab-active) {
        cursor: pointer; }
      .gifts-store .shop-tabs .tab-active {
        background: #0072BB; }
        .gifts-store .shop-tabs .tab-active:after {
          content: '';
          display: block;
          background: #FAEA03;
          height: 3px;
          width: 80%;
          position: absolute;
          bottom: 0;
          left: 10%; }
        .gifts-store .shop-tabs .tab-active a {
          color: white; }
        .gifts-store .shop-tabs .tab-active .icon .basket-badge {
          color: #0072BB; }
        .gifts-store .shop-tabs .tab-active .icon.card {
          background-image: url("/images/giftsstore/card-yellow.png"); }
        .gifts-store .shop-tabs .tab-active .icon.gift {
          background-image: url("/images/giftsstore/gift-yellow.png"); }
        .gifts-store .shop-tabs .tab-active .icon.bag {
          background-image: url("/images/giftsstore/basket-yellow.png"); }
  .gifts-store .store-filter {
    background: #0072BB;
    text-align: center;
    padding: 0 0 35px 0; }
    .gifts-store .store-filter h2 {
      color: white;
      margin-bottom: 15px;
      min-height: 38px; }
    .gifts-store .store-filter h3 {
      color: white;
      margin-bottom: 15px; }
    .gifts-store .store-filter .styled-select {
      background: url(/images/15xvbd5.png) no-repeat 96% 0;
      height: 29px; }
      @media (max-width: 1024px) {
        .gifts-store .store-filter .styled-select {
          margin: 20px 0 0 0; } }
      .gifts-store .store-filter .styled-select select {
        background: transparent;
        border: none;
        font-size: 14px;
        height: 29px;
        padding: 5px;
        /* If you add too much padding here, the options won't show in IE */
        width: 100%;
        border-radius: 20px;
        background-color: white;
        color: black; }
  .gifts-store .btn, .gifts-store span.btn-blue, .gifts-store span.btn-yellow, .gifts-store .slider-container .inner-container .btn, .gifts-store .slider-container .inner-container span.btn-blue, .gifts-store .slider-container .inner-container span.btn-yellow {
    font-size: 16px;
    height: 44px;
    border-radius: 22px;
    font-weight: bold;
    font-size: 16px;
    padding: 0 50px;
    margin: 0; }
    .gifts-store .btn.btn-hollow-blue, .gifts-store span.btn-hollow-blue.btn-blue, .gifts-store span.btn-hollow-blue.btn-yellow, .gifts-store .slider-container .inner-container .btn.btn-hollow-blue, .gifts-store .slider-container .inner-container span.btn-hollow-blue.btn-blue, .gifts-store .slider-container .inner-container span.btn-hollow-blue.btn-yellow {
      border: 3px solid #0072BB;
      color: #0072BB !important;
      background: none; }
    .gifts-store .btn.btn-yellow:hover, .gifts-store span.btn-yellow.btn-blue:hover, .gifts-store span.btn-yellow:hover, .gifts-store .slider-container .inner-container .btn.btn-yellow:hover, .gifts-store .slider-container .inner-container span.btn-yellow.btn-blue:hover, .gifts-store .slider-container .inner-container span.btn-yellow:hover {
      background: #0072BB;
      border: 2px solid #0072BB;
      color: #fff; }
    .gifts-store .btn.btn-yellow.disabled, .gifts-store span.btn-yellow.disabled.btn-blue, .gifts-store span.btn-yellow.disabled, .gifts-store .slider-container .inner-container .btn.btn-yellow.disabled, .gifts-store .slider-container .inner-container span.btn-yellow.disabled.btn-blue, .gifts-store .slider-container .inner-container span.btn-yellow.disabled {
      border-color: white;
      color: white;
      background: #ECEBE7;
      cursor: not-allowed; }
  .gifts-store input[type='submit'] {
    font-size: 16px;
    height: 44px;
    border-radius: 22px;
    font-weight: bold;
    padding: 0 50px;
    margin: 0;
    width: auto;
    border: 2px solid #FAEA03;
    background: #FAEA03; }
    @media (max-width: 991px) {
      .gifts-store input[type='submit'].m-fullwidth {
        width: 100%; } }
    .gifts-store input[type='submit']:hover {
      background: #0072BB;
      border: 2px solid #0072BB;
      color: #fff; }
  .gifts-store .hero-slider .slick-slide {
    height: 805px; }
    @media (max-width: 767px) {
      .gifts-store .hero-slider .slick-slide {
        height: 600px; } }
    .gifts-store .hero-slider .slick-slide .slidebg {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .gifts-store .hero-slider .slick-slide .inner-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 0;
      margin: 0 auto;
      height: 805px;
      width: 80%; }
      @media (max-width: 767px) {
        .gifts-store .hero-slider .slick-slide .inner-container {
          height: 600px; } }
      .gifts-store .hero-slider .slick-slide .inner-container .slide-title {
        font-size: 3.2em;
        text-align: center;
        font-weight: 700;
        line-height: 1em;
        margin-bottom: .5em; }
        @media (max-width: 767px) {
          .gifts-store .hero-slider .slick-slide .inner-container .slide-title {
            margin-top: 1rem;
            font-size: 2em; } }
      .gifts-store .hero-slider .slick-slide .inner-container .slide-description {
        color: white;
        font-size: 26px;
        font-weight: bold;
        line-height: 31px;
        margin-bottom: 15px;
        text-align: center;
        margin-bottom: 2rem; }
  .gifts-store .howItWorks {
    text-align: center;
    margin-top: -100px; }
    @media (max-width: 767px) {
      .gifts-store .howItWorks {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0; } }
    .gifts-store .howItWorks .content {
      background-color: #0072BB;
      color: white;
      padding: 43px 94px 40px 94px; }
      @media (max-width: 1024px) {
        .gifts-store .howItWorks .content {
          padding: 43px 1rem 40px 1rem; } }
      .gifts-store .howItWorks .content p, .gifts-store .howItWorks .content h2 {
        color: white; }
      .gifts-store .howItWorks .content h2 {
        margin-bottom: 31px; }
      .gifts-store .howItWorks .content button {
        display: none; }
      @media (max-width: 1024px) {
        .gifts-store .howItWorks .content .howItWorks-slider {
          position: relative;
          width: 300px;
          overflow: hidden;
          margin-left: auto;
          margin-right: auto; }
        .gifts-store .howItWorks .content button {
          display: block;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 30px;
          height: 80px;
          z-index: 99; }
          .gifts-store .howItWorks .content button.prev {
            left: 0;
            background: url("/images/giftsstore/arrow-prev.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain; }
          .gifts-store .howItWorks .content button.next {
            right: 0;
            background: url("/images/giftsstore/arrow.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain; }
          .gifts-store .howItWorks .content button span {
            display: none; } }
      .gifts-store .howItWorks .content ol {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none !important; }
        @media (max-width: 1024px) {
          .gifts-store .howItWorks .content ol {
            display: block;
            width: 900px;
            -webkit-transition: all ease-in-out .5s;
            -o-transition: all ease-in-out .5s;
            transition: all ease-in-out .5s; }
            .gifts-store .howItWorks .content ol.active-step1 {
              -webkit-transform: translateX(0px);
              -ms-transform: translateX(0px);
              transform: translateX(0px); }
            .gifts-store .howItWorks .content ol.active-step2 {
              -webkit-transform: translateX(-300px);
              -ms-transform: translateX(-300px);
              transform: translateX(-300px); }
            .gifts-store .howItWorks .content ol.active-step3 {
              -webkit-transform: translateX(-600px);
              -ms-transform: translateX(-600px);
              transform: translateX(-600px); } }
        .gifts-store .howItWorks .content ol .step {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto;
          width: 260px;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          @media (max-width: 1024px) {
            .gifts-store .howItWorks .content ol .step {
              width: 300px;
              display: block;
              float: left; } }
          .gifts-store .howItWorks .content ol .step h3, .gifts-store .howItWorks .content ol .step .caption {
            color: white;
            font-weight: bold;
            margin-top: 10px; }
          .gifts-store .howItWorks .content ol .step h3 {
            font-size: 26px; }
          .gifts-store .howItWorks .content ol .step .caption {
            font-size: 20px;
            line-height: 24px;
            max-width: 100%; }
        .gifts-store .howItWorks .content ol .separator {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .gifts-store .howItWorks .content ol .separator .arrow {
            height: 100%;
            max-width: 30px;
            background: url("/images/giftsstore/arrow.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
            margin: 0 auto; }
      .gifts-store .howItWorks .content .comment {
        margin: 30px 0; }
      .gifts-store .howItWorks .content .faq-link {
        padding-top: 30px; }
        .gifts-store .howItWorks .content .faq-link a {
          color: white;
          text-transform: uppercase;
          text-decoration: underline; }
  .gifts-store .featured {
    margin-top: 60px; }
    .gifts-store .featured h2 {
      color: #0072BB;
      margin: 15px 0; }
  .gifts-store .featured-card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .gifts-store .featured-card {
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .gifts-store .featured-card {
        width: 50%; } }
    @media (max-width: 767px) {
      .gifts-store .featured-card {
        width: 100%;
        margin-bottom: 3rem; } }
    .gifts-store .featured-card .featured-content {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .gifts-store .featured-card h3 {
      color: #0072BB;
      font-size: 28px;
      margin: 15px 0;
      font-weight: bold;
      line-height: 34px; }
      @media (max-width: 767px) {
        .gifts-store .featured-card h3 {
          font-size: 22px;
          line-height: 28px; } }
    .gifts-store .featured-card P {
      margin-bottom: .875em; }
    .gifts-store .featured-card .featured-img {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      position: relative; }
      .gifts-store .featured-card .featured-img img {
        width: 100%; }
      .gifts-store .featured-card .featured-img span.price {
        color: white;
        padding: 10px 30px 10px 30px;
        background: #0072BB;
        font-size: 32px;
        font-weight: bold;
        line-height: 38px;
        position: absolute;
        top: 0;
        right: 0; }
        @media (max-width: 767px) {
          .gifts-store .featured-card .featured-img span.price {
            padding: 10px 20px 10px 20px;
            font-size: 22px;
            line-height: 28px; } }
    .gifts-store .featured-card .btn-group {
      margin-top: 15px; }
      .gifts-store .featured-card .btn-group .btn, .gifts-store .featured-card .btn-group span.btn-blue, .gifts-store .featured-card .btn-group span.btn-yellow {
        padding: 0;
        width: 100%;
        margin-bottom: 10px; }
        @media (min-width: 1024px) {
          .gifts-store .featured-card .btn-group .btn, .gifts-store .featured-card .btn-group span.btn-blue, .gifts-store .featured-card .btn-group span.btn-yellow {
            margin-bottom: 0; } }
  .gifts-store .checkout .border-right, .gifts-store .basket .border-right {
    border-right: 1px solid #0072BB; }
    @media (max-width: 991px) {
      .gifts-store .checkout .border-right, .gifts-store .basket .border-right {
        border-right: none; } }
  .gifts-store .checkout hr, .gifts-store .basket hr {
    border: 1px solid #C0C0C0; }
  .gifts-store .checkout-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px; }
    .gifts-store .checkout-list-item:last-child {
      border-bottom: none; }
    @media (max-width: 767px) {
      .gifts-store .checkout-list-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .gifts-store .checkout-list-item .prod-details {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 15px;
      padding-right: 15px;
      width: 50%; }
      @media (max-width: 1024px) {
        .gifts-store .checkout-list-item .prod-details {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      @media (max-width: 767px) {
        .gifts-store .checkout-list-item .prod-details {
          width: 100%; } }
      .gifts-store .checkout-list-item .prod-details__title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 15px;
        font-weight: 600; }
        @media (max-width: 1024px) {
          .gifts-store .checkout-list-item .prod-details__title {
            -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
            order: 0; } }
      .gifts-store .checkout-list-item .prod-details__description {
        color: #4A4A4A;
        font-size: 18px;
        line-height: 20px; }
        @media (max-width: 1024px) {
          .gifts-store .checkout-list-item .prod-details__description {
            display: none; } }
      .gifts-store .checkout-list-item .prod-details__content {
        width: 50%; }
        @media (max-width: 1024px) {
          .gifts-store .checkout-list-item .prod-details__content {
            width: 100%; } }
      .gifts-store .checkout-list-item .prod-details__image {
        width: 50%; }
        .gifts-store .checkout-list-item .prod-details__image img {
          padding-right: 15px; }
          @media (max-width: 1024px) {
            .gifts-store .checkout-list-item .prod-details__image img {
              padding-right: 0; } }
          @media (max-width: 767px) {
            .gifts-store .checkout-list-item .prod-details__image img {
              margin-bottom: 30px; } }
        @media (max-width: 1024px) {
          .gifts-store .checkout-list-item .prod-details__image {
            width: 100%;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1; } }
        @media (max-width: 767px) {
          .gifts-store .checkout-list-item .prod-details__image {
            max-width: 320px; } }
    .gifts-store .checkout-list-item .ecard {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 15px;
      padding-right: 15px;
      width: 50%; }
      @media (max-width: 767px) {
        .gifts-store .checkout-list-item .ecard {
          width: 100%; } }
      .gifts-store .checkout-list-item .ecard__image {
        display: none; }
      .gifts-store .checkout-list-item .ecard-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
        .gifts-store .checkout-list-item .ecard-details__delivery {
          margin-bottom: 15px; }
        .gifts-store .checkout-list-item .ecard-details__delivery-label {
          color: #0072BB;
          font-size: 16px;
          line-height: 18px;
          margin-bottom: 10px; }
        .gifts-store .checkout-list-item .ecard-details__delivery-to {
          font-size: 18px;
          line-height: 20px;
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; }
      .gifts-store .checkout-list-item .ecard .toolsbar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: right;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
        .gifts-store .checkout-list-item .ecard .toolsbar__price {
          color: #0072BB;
          font-size: 20px;
          font-weight: 600;
          line-height: 24px;
          text-align: right; }
    .gifts-store .checkout-list-item.half .prod-details {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .gifts-store .checkout-list-item.half .prod-details, .gifts-store .checkout-list-item.half .ecard {
      width: auto; }
      .gifts-store .checkout-list-item.half .prod-details__image, .gifts-store .checkout-list-item.half .ecard__image {
        width: 120px; }
        .gifts-store .checkout-list-item.half .prod-details__image img, .gifts-store .checkout-list-item.half .ecard__image img {
          width: 120px; }
  .gifts-store .checkout .total-cont, .gifts-store .basket .total-cont {
    margin-top: 1rem;
    border-top: 1px solid #979797;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #0072BB; }
    @media (max-width: 991px) {
      .gifts-store .checkout .total-cont, .gifts-store .basket .total-cont {
        border-top: none;
        border-bottom: 1px solid #979797; } }
  .gifts-store .checkout .legal, .gifts-store .basket .legal {
    color: #9b9b9b;
    font-size: 12px;
    line-height: 14px;
    margin-top: 60px;
    margin-bottom: 30px; }
    .gifts-store .checkout .legal p, .gifts-store .basket .legal p {
      margin-top: 0.25rem; }
  .gifts-store #checkout-form .price-label {
    font-size: 20px;
    font-weight: 600;
    color: #0072BB;
    line-height: 44px; }
    @media (max-width: 991px) {
      .gifts-store #checkout-form .price-label {
        margin-bottom: 2rem;
        line-height: 24px; } }
  .gifts-store .catalogue {
    margin-top: 60px; }
    .gifts-store .catalogue .heading, .gifts-store .catalogue .stacked-template .heading .module-heading, .stacked-template .heading .gifts-store .catalogue .module-heading {
      padding: 30px 61px;
      color: white; }
      .gifts-store .catalogue .heading h1, .stacked-template .heading .gifts-store .catalogue .module-heading h1 {
        font-size: 51px;
        font-weight: bold;
        line-height: 61px;
        margin-bottom: 10px; }
      .gifts-store .catalogue .heading .subheading, .stacked-template .heading .gifts-store .catalogue .module-heading .subheading {
        font-size: 26px;
        line-height: 31px;
        font-weight: bold;
        margin-bottom: 15px; }
    .gifts-store .catalogue .category-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .gifts-store .catalogue .category-list .category {
        width: 33.333%;
        padding: 0 1px; }
        @media (max-width: 767px) {
          .gifts-store .catalogue .category-list .category {
            width: 100%; } }
        .gifts-store .catalogue .category-list .category span {
          display: block;
          color: #0072BB;
          font-size: 26px;
          font-weight: bold;
          line-height: 31px;
          padding: 25px 40px;
          -webkit-box-shadow: 2px 0px 0px #ECEBE7, -2px 0px 0px #ECEBE7;
          box-shadow: 2px 0px 0px #ECEBE7, -2px 0px 0px #ECEBE7; }
  .gifts-store .basket {
    /*.prod-details {
            &__title {
                color: $blue;
                font-size: 32px;
                font-weight: 600;
                line-height: 38px;
            }
        }*/
    /*.ecard-details {

            &__delivery-label {
                margin-bottom: 15px;
                font-size: 20px;
                line-height: 24px;
                margin-bottom: 10px;
            }

            &__delivery-to {
                font-size: 16px;
            }
        }*/ }
    .gifts-store .basket .total {
      color: #0072BB;
      font-size: 40px;
      line-height: 48px;
      text-align: center; }
    .gifts-store .basket .toolsbar__remove a {
      background: url("/images/giftsstore/bin.png");
      background-repeat: no-repeat;
      background-size: cover;
      width: 27px;
      height: 30px;
      overflow: hidden;
      line-height: 80px;
      display: block; }
    .gifts-store .basket .toolsbar__price {
      color: #4A4A4A;
      font-size: 32px;
      font-weight: bold;
      line-height: 38px; }
  .gifts-store .cta {
    text-align: center;
    background: #0072BB;
    font-weight: bold;
    padding: 30px 10px; }
    .gifts-store .cta * {
      vertical-align: middle; }
    .gifts-store .cta a {
      color: white;
      font-size: 40px;
      line-height: 48px; }
  .gifts-store .img-bordered {
    padding: 20px;
    border: 1px solid #979797; }
    @media (max-width: 991px) {
      .gifts-store .img-bordered {
        margin-bottom: 30px; } }
  .gifts-store legend {
    color: #0072BB;
    font-size: 26px;
    font-weight: bold;
    line-height: 31px; }
  .gifts-store form fieldset {
    margin-bottom: 60px; }
  .gifts-store form legend {
    font-weight: bold;
    color: #0072BB;
    font-size: 20px; }
  .gifts-store form label {
    /*replaces inherited styles*/
    position: relative;
    display: block;
    opacity: 1;
    top: auto;
    left: auto;
    color: #4A4A4A;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 15px 0 8px; }
  .gifts-store form .form-control {
    border: 1px solid #979797;
    background: none; }
  .gifts-store form input[type='text'], .gifts-store form input[type='email'], .gifts-store form input[type='date'], .gifts-store form select {
    height: 48px;
    padding: 10px;
    width: 100%; }
  .gifts-store form textarea {
    padding: 10px; }
  .gifts-store form .radio .styled-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .gifts-store form .radio .styled-radio input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .gifts-store form .radio .styled-radio .checkmark, .gifts-store form .radio .styled-radio .checkmark-alt {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 23px;
      width: 23px;
      border: 2px solid #0072BB;
      -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.5);
      box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.5);
      background: white;
      border-radius: 50%; }
    .gifts-store form .radio .styled-radio .checkmark-alt {
      border-color: white;
      background: #0072BB; }
    .gifts-store form .radio .styled-radio:hover input ~ .checkmark, .gifts-store form .radio .styled-radio:hover input ~ .checkmark-alt {
      background-color: #ccc; }
    .gifts-store form .radio .styled-radio input:checked ~ .checkmark, .gifts-store form .radio .styled-radio input:checked ~ .checkmark-alt {
      background-color: #0072BB; }
    .gifts-store form .radio .styled-radio:hover input ~ .checkmark-alt {
      background-color: #ccc; }
    .gifts-store form .radio .styled-radio input:checked ~ .checkmark-alt {
      background-color: #FAEA03;
      border-color: white; }
  .gifts-store form .delivery-tabs .nav-tabs {
    background-color: white;
    border: 1px solid #0072BB;
    display: flex; }
    .gifts-store form .delivery-tabs .nav-tabs .nav-item {
      flex: 1;
      text-align: center;
      display: flex; }
    .gifts-store form .delivery-tabs .nav-tabs .nav-link {
      border-radius: 0;
      margin-right: 0;
      display: flex;
      flex: 1;
      flex-direction: column;
      padding: 0 15px;
      justify-content: center; }
      .gifts-store form .delivery-tabs .nav-tabs .nav-link span {
        display: inline-block !important;
        width: 100%;
        padding: 20px 15px;
        flex: 1; }
      .gifts-store form .delivery-tabs .nav-tabs .nav-link.active {
        background-color: #0072BB;
        color: white;
        border-color: #0072BB; }
        .gifts-store form .delivery-tabs .nav-tabs .nav-link.active span {
          border-bottom: 2px solid #FAEA03; }
  .gifts-store form .delivery-tabs .tab-content .active.inverse {
    background-color: #0072BB;
    color: white;
    font-weight: 400; }
  .gifts-store form .delivery-tabs .tab-content .active .inverse {
    background-color: #0072BB;
    color: white;
    font-weight: 400; }
  .gifts-store form .delivery-tabs .tab-content .active input {
    background: white; }
  .gifts-store form .delivery-tabs .tab-content .tab-pane-item {
    padding: 40px; }
    .gifts-store form .delivery-tabs .tab-content .tab-pane-item p {
      padding: 0; }
  .gifts-store .payment #card-number-error, .gifts-store .payment #card-expiry-error {
    display: none; }
  .gifts-store .payment .has-error #card-number-error, .gifts-store .payment .has-error #card-expiry-error {
    display: block; }
  .gifts-store .payment .form-control {
    padding: 10px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: auto 80%;
    background-position: 99% center; }
  .gifts-store .payment #feedback.error, .gifts-store .payment .validation-summary-errors {
    color: red;
    border: 1px solid; }
  .gifts-store .payment #feedback.success {
    color: seagreen;
    border: 1px solid; }
  .gifts-store .ecard-section .heading, .gifts-store .ecard-section .stacked-template .heading .module-heading, .stacked-template .heading .gifts-store .ecard-section .module-heading {
    padding: 10px 60px 30px 60px;
    color: white; }
    .gifts-store .ecard-section .heading .ecard-location, .stacked-template .heading .gifts-store .ecard-section .module-heading .ecard-location {
      font-size: 20px;
      line-height: 24px;
      font-weight: 400;
      margin-bottom: 15px; }
    .gifts-store .ecard-section .heading a, .stacked-template .heading .gifts-store .ecard-section .module-heading a {
      margin-top: 15px;
      display: block;
      color: white;
      font-size: 12px;
      line-height: 15px; }
      .gifts-store .ecard-section .heading a:hover, .stacked-template .heading .gifts-store .ecard-section .module-heading a:hover {
        text-decoration: underline; }
  .gifts-store .ecard-section .ecards-nav {
    color: #0072BB;
    background: #ECEBE7;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding: 30px 0; }
    .gifts-store .ecard-section .ecards-nav .margin-30 {
      margin: 0 30px; }
    @media (max-width: 767px) {
      .gifts-store .ecard-section .ecards-nav .btn, .gifts-store .ecard-section .ecards-nav span.btn-blue, .gifts-store .ecard-section .ecards-nav span.btn-yellow {
        padding: 0 15px; }
      .gifts-store .ecard-section .ecards-nav .margin-30 {
        margin: 0 5px; } }

.slide-transition-enter-to {
  opacity: 1; }

.slide-transition-enter, .slide-transition-leave-to {
  background: white;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-transition-enter-active {
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  z-index: 1; }

.slide-transition-leave-active {
  -webkit-transition: all 600ms ease-in;
  -o-transition: all 600ms ease-in;
  transition: all 600ms ease-in; }

.slide-transition-leave-active {
  width: 1630px;
  position: absolute;
  z-index: 0; }

.slide-transition-enter {
  opacity: 0; }

.slide-transition-leave-to {
  -webkit-transform: translateX(-3000px);
  -ms-transform: translateX(-3000px);
  transform: translateX(-3000px); }

.fade-transition-move {
  -webkit-transition: all 600ms ease-in-out 50ms;
  -o-transition: all 600ms ease-in-out 50ms;
  transition: all 600ms ease-in-out 50ms; }

.fade-transition-enter-active, .fade-transition-leave-active {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.fade-transition-enter, .fade-transition-leave-to {
  opacity: 0; }

/* general layout stuff */
.mr1 {
  margin-right: 1rem; }

.mb1 {
  margin-bottom: 1rem; }

.v--modal {
  padding: 1rem !important;
  font-family: 'Open Sans';
  background: #FFF;
  line-height: 24px;
  overflow: initial !important;
  font-size: 0.9rem; }
  .v--modal .scroll-div {
    height: 83%;
    overflow-x: hidden; }
  .v--modal .close-btn {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    font-size: 1rem;
    background-color: white;
    height: 1rem;
    width: 1rem;
    background-size: contain; }
  .v--modal h2 {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    color: #0072bb;
    margin-bottom: 30px; }
  .v--modal p {
    margin-bottom: 20px; }
  .v--modal-overlay.mfp-hide {
    display: block !important; }

@media (max-width: 480px) {
  .alt-donation-form .floatLeft, .alt-donation-form .floatRight {
    float: none;
    text-align: center; }
  .alt-donation-form .btn-month-option-box input[type="text"] {
    max-width: none; } }

@media (max-width: 991px) {
  .alt-donation-form .row.no-gutters-xs {
    margin-right: 0;
    margin-left: 0; }
  .alt-donation-form .row.no-gutters-xs > [class^="col-"],
  .alt-donation-form .row.no-gutters-xs > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0; }
  .alt-donation-form .donation-onoff-box-inner .btn-content {
    padding: 30px; }
    .alt-donation-form .donation-onoff-box-inner .btn-content .btn-content-inner {
      transform: none; }
  .alt-donation-form .donation-monthly-options .option-col-box .btn-month-option-box {
    padding: 35px 0; }
  .alt-donation-form .donation-monthly-options .middle-content {
    transform: none;
    margin: 0; }
    .alt-donation-form .donation-monthly-options .middle-content h3 {
      text-align: center; }
  .alt-donation-form .btn-month-option-box {
    padding: 15px; }
    .alt-donation-form .btn-month-option-box.active {
      zoom: 0; }
  .alt-donation-form .amountError {
    margin-top: 10px; }
  .alt-donation-form .text-right {
    width: auto; }
  .alt-donation-form .light-gray-bg.parrallax-bg .inner-gray-bg {
    padding: 0 10px; } }

.fbr-form-container-footer {
  padding-left: 24px;
  padding-right: 24px; }
