@charset "UTF-8";
@import "./homepage.css";
.image-responsive,
.image-full {
  height: auto;
}
.image-full {
  width: 100%;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clear-fix,
dl.data-list,
.row,
.grid-block,
.page-sitemap__categories,
.page-sitemap__pagination__grid-items,
.page-sitemap__links__grid-items,
.page-sitemap__products ul,
.box-branch__header,
.w-video {
  *zoom: 1;
}
.clear-fix:before,
dl.data-list:before,
.row:before,
.grid-block:before,
.page-sitemap__categories:before,
.page-sitemap__pagination__grid-items:before,
.page-sitemap__links__grid-items:before,
.page-sitemap__products ul:before,
.box-branch__header:before,
.w-video:before,
.clear-fix:after,
dl.data-list:after,
.row:after,
.grid-block:after,
.page-sitemap__categories:after,
.page-sitemap__pagination__grid-items:after,
.page-sitemap__links__grid-items:after,
.page-sitemap__products ul:after,
.box-branch__header:after,
.w-video:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.clear-fix:after,
dl.data-list:after,
.row:after,
.grid-block:after,
.page-sitemap__categories:after,
.page-sitemap__pagination__grid-items:after,
.page-sitemap__links__grid-items:after,
.page-sitemap__products ul:after,
.box-branch__header:after,
.w-video:after {
  clear: both;
}
.fade {
  opacity: 0;
  display: block;
}
.fade.in {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
figure,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
}
form,
fieldset,
label,
legend,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
q,
s,
small,
strike,
strong,
sub,
sup,
tt,
var,
samp,
dd,
dl,
dt,
li,
ol,
ul,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
  line-height: 1;
}
.box-appeal.\--style-list-small a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
body {
  font-family: "Barlow", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  margin-bottom: 2rem;
  line-height: 1.3;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}
h1,
.h1 {
  font-size: 3.66667rem;
}
h2,
.h2 {
  font-size: 2.66667rem;
}
h3,
.h3 {
  font-size: 2rem;
}
h4,
.h4 {
  font-size: 1.38889rem;
}
h5,
.h5 {
  font-size: 1.11111rem;
}
h6,
.h6 {
  font-size: 1rem;
}
p {
  font-family: "Barlow", sans-serif;
  line-height: inherit;
  margin-bottom: 2rem;
}
strong {
  font-style: inherit;
}
ul,
ol {
  margin-bottom: 2rem;
  margin-left: 2em;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 1.5;
}
small {
  font-size: 0.8em;
}
dl {
  margin-bottom: 2rem;
}
dl dt,
dl dd {
  line-height: 1.5;
}
dl dd {
  line-height: 1.5;
}
em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit;
}
abbr {
  font-size: 0.9em;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}
code {
  color: inherit;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  padding: 0.18em 0.4em;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 0.9em;
  border-radius: 3px;
}
hr,
.hr {
  margin: 0;
  margin-bottom: 2rem;
  border: 0;
  border-bottom: 1px solid #ccc;
}
span.hr {
  display: block;
}
.hr-dotted {
  border-bottom-style: dashed;
}
.bold,
strong,
dl dt {
  font-weight: 700;
}
ul.unstyled,
.pf__menu ul,
ul.pf__bottom-links,
.pn > ul,
ul.list-dash,
ul.list-actions,
.page-appeal__appeals ul,
.page-account__mosque__settings ul,
ul.box-social__actions,
.w-pagination ul,
.w-social-share ul,
.w-tabs ul,
ul.w-db__tabs,
.w-db__split__radio__options ul,
ol.unstyled,
ol.pf__bottom-links,
ol.list-dash,
ol.list-actions,
ol.box-social__actions,
ol.w-db__tabs {
  list-style: none;
  margin-left: 0;
}
ul.inline li,
ul.pf__bottom-links li,
.pn > ul li,
ul.box-social__actions li,
.w-pagination ul li,
ol.inline li,
ol.pf__bottom-links li,
ol.box-social__actions li {
  display: inline-block;
  vertical-align: top;
}
.strike-out {
  text-decoration: line-through;
}
.text-align-right {
  text-align: right;
}
.truncate-text {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
dl.data-list {
  margin-bottom: 0;
}
dl.data-list dt {
  float: left;
}
dl.data-list dd {
  overflow: hidden;
  text-align: right;
}
.arrow {
  background: #efefef;
  width: 300px;
  height: 50px;
  margin-bottom: 4rem;
  position: relative;
}
.arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
}
.offset-bottom-10 {
  margin-bottom: 100px !important;
}
.offset-bottom-9 {
  margin-bottom: 90px !important;
}
.offset-bottom-8 {
  margin-bottom: 80px !important;
}
.offset-bottom-7 {
  margin-bottom: 70px !important;
}
.offset-bottom-6 {
  margin-bottom: 60px !important;
}
.offset-bottom-5 {
  margin-bottom: 50px !important;
}
.offset-bottom-4 {
  margin-bottom: 40px !important;
}
.offset-bottom-3 {
  margin-bottom: 30px !important;
}
.offset-bottom-2 {
  margin-bottom: 20px !important;
}
.offset-bottom-1 {
  margin-bottom: 10px !important;
}
.offset-bottom-0 {
  margin-bottom: 0 !important;
}
.offset-bottom {
  margin-bottom: 2rem !important;
}
.offset-bottom-none {
  margin-bottom: 0 !important;
}
.offset-bottom-half {
  margin-bottom: 1rem;
}
.relate-to-this {
  position: relative;
}
.row {
  width: 100%;
}
.hide {
  display: none !important;
}
.transparent {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.\+i3TODO {
  outline: 2px dashed red;
}
html,
body {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}
i.icon {
  vertical-align: top;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.image-full {
  display: block;
}
.image-content {
  display: block;
  margin-bottom: 2rem;
  margin-right: 2rem;
  margin-left: 2rem;
}
.image-content.pull-left {
  margin-left: 0;
}
.grid-table {
  display: table;
  width: 100%;
}
.grid-table .grid-table-row {
  display: table-row;
}
.grid-table .grid-table-cell {
  display: table-cell;
}
.grid-table.two-blocks .grid-table-cell {
  width: 50%;
}
.grid-table.three-blocks .grid-table-cell {
  width: 33%;
}
.grid-table.four-blocks .grid-table-cell {
  width: 25%;
}
.grid-table.five-blocks .grid-table-cell {
  width: 20%;
}
.ctc-entity-banners {
  position: relative;
}
.ctc-entity-banners img {
  display: block;
  margin: 0 auto;
}
[class*="col-"] {
  float: left;
}
.col-100,
.w-100 {
  width: 100%;
}
.offset-100 {
  margin-left: 100%;
}
.col-99,
.w-99 {
  width: 99%;
}
.offset-99 {
  margin-left: 99%;
}
.col-98,
.w-98 {
  width: 98%;
}
.offset-98 {
  margin-left: 98%;
}
.col-97,
.w-97 {
  width: 97%;
}
.offset-97 {
  margin-left: 97%;
}
.col-96,
.w-96 {
  width: 96%;
}
.offset-96 {
  margin-left: 96%;
}
.col-95,
.w-95 {
  width: 95%;
}
.offset-95 {
  margin-left: 95%;
}
.col-94,
.w-94 {
  width: 94%;
}
.offset-94 {
  margin-left: 94%;
}
.col-93,
.w-93 {
  width: 93%;
}
.offset-93 {
  margin-left: 93%;
}
.col-92,
.w-92 {
  width: 92%;
}
.offset-92 {
  margin-left: 92%;
}
.col-91,
.w-91 {
  width: 91%;
}
.offset-91 {
  margin-left: 91%;
}
.col-90,
.w-90 {
  width: 90%;
}
.offset-90 {
  margin-left: 90%;
}
.col-89,
.w-89 {
  width: 89%;
}
.offset-89 {
  margin-left: 89%;
}
.col-88,
.w-88 {
  width: 88%;
}
.offset-88 {
  margin-left: 88%;
}
.col-87,
.w-87 {
  width: 87%;
}
.offset-87 {
  margin-left: 87%;
}
.col-86,
.w-86 {
  width: 86%;
}
.offset-86 {
  margin-left: 86%;
}
.col-85,
.w-85 {
  width: 85%;
}
.offset-85 {
  margin-left: 85%;
}
.col-84,
.w-84 {
  width: 84%;
}
.offset-84 {
  margin-left: 84%;
}
.col-83,
.w-83 {
  width: 83%;
}
.offset-83 {
  margin-left: 83%;
}
.col-82,
.w-82 {
  width: 82%;
}
.offset-82 {
  margin-left: 82%;
}
.col-81,
.w-81 {
  width: 81%;
}
.offset-81 {
  margin-left: 81%;
}
.col-80,
.w-80 {
  width: 80%;
}
.offset-80 {
  margin-left: 80%;
}
.col-79,
.w-79 {
  width: 79%;
}
.offset-79 {
  margin-left: 79%;
}
.col-78,
.w-78 {
  width: 78%;
}
.offset-78 {
  margin-left: 78%;
}
.col-77,
.w-77 {
  width: 77%;
}
.offset-77 {
  margin-left: 77%;
}
.col-76,
.w-76 {
  width: 76%;
}
.offset-76 {
  margin-left: 76%;
}
.col-75,
.w-75 {
  width: 75%;
}
.offset-75 {
  margin-left: 75%;
}
.col-74,
.w-74 {
  width: 74%;
}
.offset-74 {
  margin-left: 74%;
}
.col-73,
.w-73 {
  width: 73%;
}
.offset-73 {
  margin-left: 73%;
}
.col-72,
.w-72 {
  width: 72%;
}
.offset-72 {
  margin-left: 72%;
}
.col-71,
.w-71 {
  width: 71%;
}
.offset-71 {
  margin-left: 71%;
}
.col-70,
.w-70 {
  width: 70%;
}
.offset-70 {
  margin-left: 70%;
}
.col-69,
.w-69 {
  width: 69%;
}
.offset-69 {
  margin-left: 69%;
}
.col-68,
.w-68 {
  width: 68%;
}
.offset-68 {
  margin-left: 68%;
}
.col-67,
.w-67 {
  width: 67%;
}
.offset-67 {
  margin-left: 67%;
}
.col-66,
.w-66 {
  width: 66%;
}
.offset-66 {
  margin-left: 66%;
}
.col-65,
.w-65 {
  width: 65%;
}
.offset-65 {
  margin-left: 65%;
}
.col-64,
.w-64 {
  width: 64%;
}
.offset-64 {
  margin-left: 64%;
}
.col-63,
.w-63 {
  width: 63%;
}
.offset-63 {
  margin-left: 63%;
}
.col-62,
.w-62 {
  width: 62%;
}
.offset-62 {
  margin-left: 62%;
}
.col-61,
.w-61 {
  width: 61%;
}
.offset-61 {
  margin-left: 61%;
}
.col-60,
.w-60 {
  width: 60%;
}
.offset-60 {
  margin-left: 60%;
}
.col-59,
.w-59 {
  width: 59%;
}
.offset-59 {
  margin-left: 59%;
}
.col-58,
.w-58 {
  width: 58%;
}
.offset-58 {
  margin-left: 58%;
}
.col-57,
.w-57 {
  width: 57%;
}
.offset-57 {
  margin-left: 57%;
}
.col-56,
.w-56 {
  width: 56%;
}
.offset-56 {
  margin-left: 56%;
}
.col-55,
.w-55 {
  width: 55%;
}
.offset-55 {
  margin-left: 55%;
}
.col-54,
.w-54 {
  width: 54%;
}
.offset-54 {
  margin-left: 54%;
}
.col-53,
.w-53 {
  width: 53%;
}
.offset-53 {
  margin-left: 53%;
}
.col-52,
.w-52 {
  width: 52%;
}
.offset-52 {
  margin-left: 52%;
}
.col-51,
.w-51 {
  width: 51%;
}
.offset-51 {
  margin-left: 51%;
}
.col-50,
.w-50 {
  width: 50%;
}
.offset-50 {
  margin-left: 50%;
}
.col-49,
.w-49 {
  width: 49%;
}
.offset-49 {
  margin-left: 49%;
}
.col-48,
.w-48 {
  width: 48%;
}
.offset-48 {
  margin-left: 48%;
}
.col-47,
.w-47 {
  width: 47%;
}
.offset-47 {
  margin-left: 47%;
}
.col-46,
.w-46 {
  width: 46%;
}
.offset-46 {
  margin-left: 46%;
}
.col-45,
.w-45 {
  width: 45%;
}
.offset-45 {
  margin-left: 45%;
}
.col-44,
.w-44 {
  width: 44%;
}
.offset-44 {
  margin-left: 44%;
}
.col-43,
.w-43 {
  width: 43%;
}
.offset-43 {
  margin-left: 43%;
}
.col-42,
.w-42 {
  width: 42%;
}
.offset-42 {
  margin-left: 42%;
}
.col-41,
.w-41 {
  width: 41%;
}
.offset-41 {
  margin-left: 41%;
}
.col-40,
.w-40 {
  width: 40%;
}
.offset-40 {
  margin-left: 40%;
}
.col-39,
.w-39 {
  width: 39%;
}
.offset-39 {
  margin-left: 39%;
}
.col-38,
.w-38 {
  width: 38%;
}
.offset-38 {
  margin-left: 38%;
}
.col-37,
.w-37 {
  width: 37%;
}
.offset-37 {
  margin-left: 37%;
}
.col-36,
.w-36 {
  width: 36%;
}
.offset-36 {
  margin-left: 36%;
}
.col-35,
.w-35 {
  width: 35%;
}
.offset-35 {
  margin-left: 35%;
}
.col-34,
.w-34 {
  width: 34%;
}
.offset-34 {
  margin-left: 34%;
}
.col-33,
.w-33 {
  width: 33%;
}
.offset-33 {
  margin-left: 33%;
}
.col-32,
.w-32 {
  width: 32%;
}
.offset-32 {
  margin-left: 32%;
}
.col-31,
.w-31 {
  width: 31%;
}
.offset-31 {
  margin-left: 31%;
}
.col-30,
.w-30 {
  width: 30%;
}
.offset-30 {
  margin-left: 30%;
}
.col-29,
.w-29 {
  width: 29%;
}
.offset-29 {
  margin-left: 29%;
}
.col-28,
.w-28 {
  width: 28%;
}
.offset-28 {
  margin-left: 28%;
}
.col-27,
.w-27 {
  width: 27%;
}
.offset-27 {
  margin-left: 27%;
}
.col-26,
.w-26 {
  width: 26%;
}
.offset-26 {
  margin-left: 26%;
}
.col-25,
.w-25 {
  width: 25%;
}
.offset-25 {
  margin-left: 25%;
}
.col-24,
.w-24 {
  width: 24%;
}
.offset-24 {
  margin-left: 24%;
}
.col-23,
.w-23 {
  width: 23%;
}
.offset-23 {
  margin-left: 23%;
}
.col-22,
.w-22 {
  width: 22%;
}
.offset-22 {
  margin-left: 22%;
}
.col-21,
.w-21 {
  width: 21%;
}
.offset-21 {
  margin-left: 21%;
}
.col-20,
.w-20 {
  width: 20%;
}
.offset-20 {
  margin-left: 20%;
}
.col-19,
.w-19 {
  width: 19%;
}
.offset-19 {
  margin-left: 19%;
}
.col-18,
.w-18 {
  width: 18%;
}
.offset-18 {
  margin-left: 18%;
}
.col-17,
.w-17 {
  width: 17%;
}
.offset-17 {
  margin-left: 17%;
}
.col-16,
.w-16 {
  width: 16%;
}
.offset-16 {
  margin-left: 16%;
}
.col-15,
.w-15 {
  width: 15%;
}
.offset-15 {
  margin-left: 15%;
}
.col-14,
.w-14 {
  width: 14%;
}
.offset-14 {
  margin-left: 14%;
}
.col-13,
.w-13 {
  width: 13%;
}
.offset-13 {
  margin-left: 13%;
}
.col-12,
.w-12 {
  width: 12%;
}
.offset-12 {
  margin-left: 12%;
}
.col-11,
.w-11 {
  width: 11%;
}
.offset-11 {
  margin-left: 11%;
}
.col-10,
.w-10 {
  width: 10%;
}
.offset-10 {
  margin-left: 10%;
}
.col-9,
.w-9 {
  width: 9%;
}
.offset-9 {
  margin-left: 9%;
}
.col-8,
.w-8 {
  width: 8%;
}
.offset-8 {
  margin-left: 8%;
}
.col-7,
.w-7 {
  width: 7%;
}
.offset-7 {
  margin-left: 7%;
}
.col-6,
.w-6 {
  width: 6%;
}
.offset-6 {
  margin-left: 6%;
}
.col-5,
.w-5 {
  width: 5%;
}
.offset-5 {
  margin-left: 5%;
}
.col-4,
.w-4 {
  width: 4%;
}
.offset-4 {
  margin-left: 4%;
}
.col-3,
.w-3 {
  width: 3%;
}
.offset-3 {
  margin-left: 3%;
}
.col-2,
.w-2 {
  width: 2%;
}
.offset-2 {
  margin-left: 2%;
}
.col-1,
.w-1 {
  width: 1%;
}
.offset-1 {
  margin-left: 1%;
}
[class*="content-col-"] {
  margin-left: 4.4%;
  float: left;
}
[class*="content-col-"]:first-child {
  margin-left: 0;
}
[class*="content-col-"]:last-child {
  float: right;
}
.content-col-1 {
  width: 4.3%;
}
.content-col-2 {
  width: 13%;
}
.content-col-3 {
  width: 21.679%;
}
.content-col-4 {
  width: 30.37%;
}
.content-col-5 {
  width: 39.1%;
}
.content-col-6 {
  width: 47.8%;
}
.content-col-7 {
  width: 56.5%;
}
.content-col-8 {
  width: 65.2%;
}
.content-col-9 {
  width: 73.9%;
}
.content-col-10 {
  width: 82.6%;
}
.content-col-11 {
  width: 91.3%;
}
.content-col-12 {
  width: 100%;
}
table.table-core {
  width: 100%;
  padding: 0;
  background-color: #fff;
  margin-bottom: 2rem;
  font-size: 1em;
  border-collapse: collapse;
}
table.table-core th,
table.table-core td {
  padding: 10px 10px 9px;
  line-height: 1.5;
  text-align: left;
}
table.table-core th {
  padding-top: 9px;
  font-weight: 700;
  vertical-align: middle;
}
table.table-core td {
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table.table-core tbody th {
  border-top: 1px solid #ddd;
  vertical-align: top;
}
table.table-core.table-condensed th,
table.table-core.table-condensed td {
  padding: 4px 5px;
}
table.table-core.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
}
table.table-core.table-bordered th + th,
table.table-core.table-bordered td + td,
table.table-core.table-bordered th + td {
  border-left: 1px solid #ddd;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table-striped tbody tr td,
.table-striped tbody tr th {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.table-striped tbody tr:hover td,
.table-striped tbody tr:hover th {
  background-color: #f5f5f5;
}
table.table-core .header {
  cursor: pointer;
}
table.table-core .header:after {
  content: "";
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: hidden;
}
table.table-core .headerSortUp,
table.table-core .headerSortDown {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
table.table-core .header:hover:after {
  visibility: visible;
}
table.table-core .headerSortDown:after,
table.table-core .headerSortDown:hover:after {
  visibility: visible;
  opacity: 60;
}
table.table-core .headerSortUp:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.6;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  font-family: inherit;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
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-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}
sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
audio,
canvas,
video {
  display: inline-block;
  vertical-align: top;
}
audio:not([controls]) {
  display: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
a:focus {
  outline: thin dotted;
}
a {
  color: #f9cd00;
}
a:hover,
a:active {
  outline: 0;
  color: #ad8e00;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  padding: 0;
  margin: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@font-face {
  font-family: "default";
  src: url(/_ui/themes/ukim/media/fonts/default.eot?srt5db);
  src: url(/_ui/themes/ukim/media/fonts/default.eot?srt5db#iefix)
      format("embedded-opentype"),
    url(/_ui/themes/ukim/media/fonts/default.ttf?srt5db) format("truetype"),
    url(/_ui/themes/ukim/media/fonts/default.woff?srt5db) format("woff"),
    url(/_ui/themes/ukim/media/fonts/default.svg?srt5db#default) format("svg");
  font-weight: 400;
  font-style: normal;
}
.icon {
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-download:before {
  content: "\e93b";
}
.icon-mosque:before {
  content: "\e939";
}
.icon-location:before {
  content: "\e93a";
}
.icon-circle-plus:before {
  content: "\e938";
}
.icon-event:before {
  content: "\e934";
}
.icon-region:before {
  content: "\e935";
}
.icon-heart-outline-bold:before {
  content: "\e936";
}
.icon-flower:before {
  content: "\e937";
}
.icon-alphabet:before {
  content: "\e932";
}
.icon-gift:before {
  content: "\e933";
}
.icon-user:before {
  content: "\e931";
}
.icon-full-cow:before {
  content: "\e92e";
}
.icon-half-cow:before {
  content: "\e92f";
}
.icon-sheep:before {
  content: "\e930";
}
.icon-calendar-2:before {
  content: "\e92a";
}
.icon-image:before,
.control-group.\--style-upload-image .control-uploader__action:before,
.control-group.\--style-upload-image .control-uploader .action:before,
.control-uploader .control-group.\--style-upload-image .action:before {
  content: "\e92b";
}
.icon-link:before,
.control-group.\--style-url .control-group__control:before {
  content: "\e92c";
}
.icon-video:before,
.control-group.\--style-upload-video .control-uploader__action:before,
.control-group.\--style-upload-video .control-uploader .action:before,
.control-uploader .control-group.\--style-upload-video .action:before {
  content: "\e92d";
}
.icon-settings:before {
  content: "\e929";
}
.icon-clock-2:before {
  content: "\e927";
}
.icon-heart:before {
  content: "\e928";
}
.icon-linkedin:before {
  content: "\e926";
}
.icon-flickr:before {
  content: "\e925";
}
.icon-edit:before {
  content: "\e924";
}
.icon-phone-2:before {
  content: "\e923";
}
.icon-star:before,
.control-group__stars a i:before {
  content: "\e922";
}
.icon-quote:before,
blockquote:before {
  content: "\e921";
}
.icon-envelope:before {
  content: "\e91e";
}
.icon-pinterest:before {
  content: "\e91f";
}
.icon-share:before {
  content: "\e920";
}
.icon-dots:before {
  content: "\e91d";
}
.icon-calendar:before,
.control-group.\--type-date-input .control-group__control:before {
  content: "\e91c";
}
.icon-heart-outline:before {
  content: "\e91a";
}
.icon-retweet:before {
  content: "\e91b";
}
.icon-bank:before {
  content: "\e90d";
}
.icon-minus:before {
  content: "\e918";
}
.icon-plus:before {
  content: "\e919";
}
.icon-cheque:before {
  content: "\e90e";
}
.icon-fundraising:before {
  content: "\e90f";
}
.icon-order:before {
  content: "\e910";
}
.icon-phone:before {
  content: "\e911";
}
.icon-speech:before {
  content: "\e912";
}
.icon-star-outline:before {
  content: "\e913";
}
.icon-check-o:before,
.control-checkbox.\--style-support
  input[type="checkbox"]:checked
  ~ .control-checkbox__checkbox
  i:before {
  content: "\e916";
}
.icon-circle:before,
.control-checkbox.\--style-support .control-checkbox__checkbox i:before {
  content: "\e917";
}
.icon-close:before,
.cookies-page__immitate-control label.\--disable span i:after,
.cookies-popover__close:before,
.control-group__stars a.cancel i:before,
.ui-dialog .dialog-close:after,
.ui-dialog .notify__close .i3-dialog-close:after,
.ui-dialog.\--alert .dialog-close i:before,
.ui-dialog.\--alert .notify__close .i3-dialog-close i:before {
  content: "\e90b";
}
.icon-arrow-right:before {
  content: "\e914";
}
.icon-arrow-left:before,
.page-appeal__back:before {
  content: "\e915";
}
.icon-chevron-left:before {
  content: "\e900";
}
.icon-chevron-right:before,
.btn.\--style-cta:after,
.ui-dialog .i3-dialog-footer .\--style-cta.btn:after,
.control-radio.\--style-payment .control-radio__radio > i:before,
.box-page.\--style-flex-list .box-page__cta:after,
.w-navigation__nav > li > a:after {
  content: "\e901";
}
.icon-play:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\e903";
}
.icon-youtube:before {
  content: "\e904";
}
.icon-twitter:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e906";
}
.icon-rss:before {
  content: "\e907";
}
.icon-facebook:before {
  content: "\e908";
}
.icon-clock:before {
  content: "\e909";
}
.icon-dropdown:before,
.w-accordion dt a:after {
  content: "\e90a";
}
.icon-check:before,
.cookies-page__immitate-control label.\--enable i:after,
.control-checkbox__checkbox > i:before,
.control-radio.\--style-payment.\--style-small .control-radio__radio > i:before,
.control-radio.\--style-amount .control-radio__radio > i:before,
.control-radio.\--style-country .control-radio__radio > i:before,
.control-radio.\--style-checkbox .control-radio__radio > i:before,
.box-selection__radio i:before {
  content: "\e90c";
}
.icon-menu {
  width: 23px;
  height: 14px;
  position: relative;
}
.icon-menu:before {
  content: "";
  border-top: 2px solid #333;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.icon-menu:after {
  content: "";
  border-bottom: 2px solid #333;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
@media (min-width: 1920px) {
  html {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
body {
  min-width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
  max-width: 1920px;
}
body[class*="col-"] {
  float: none;
}
body.\--show-df {
  max-height: 100vh;
  overflow: hidden;
}
body.\--show-search {
  max-height: 100vh;
  overflow: hidden;
}
body.\--style-header-fixed {
  padding-top: 250px;
}
.top-bg {
  background-color: #f5f5f0;
  position: absolute;
  left: 0;
  right: 0;
  background-position: top center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}
.ctc-col-parent {
  float: none !important;
}
.ctc-col-parent.ctc-valign-middle {
  float: none;
}
.ctc-col-parent.ctc-valign-middle .row div[class*="col"] {
  vertical-align: middle;
}
.ctc-col-parent.ctc-valign-top {
  float: none;
}
.ctc-col-parent.ctc-valign-top .row div[class*="col"] {
  vertical-align: top;
}
.ctc-col-parent.ctc-valign-bottom {
  float: none;
}
.ctc-col-parent.ctc-valign-bottom .row div[class*="col"] {
  vertical-align: bottom;
}
.offset-pad-0.ctc-col-parent {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  float: none;
  overflow: hidden;
}
.container .offset-pad-0.ctc-col-parent > .row,
.offset-pad-0.ctc-col-parent .container > .row {
  margin-left: 0;
  margin-right: 0;
}
.offset-pad-0.ctc-col-parent .row {
  width: auto !important;
  display: block;
}
.offset-pad-0.ctc-col-parent .row > .grid-table {
  table-layout: fixed;
}
.ie .offset-pad-0.ctc-col-parent .row > .grid-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offset-pad-0.ctc-col-parent .row > .grid-table > [class*="col-"] {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0;
}
.ie .offset-pad-0.ctc-col-parent .row > .grid-table > [class*="col-"] {
  float: left;
}
.offset-pad-0.ctc-col-parent.\--style-align-middle
  .row
  > .grid-table
  > [class*="col-"] {
  vertical-align: middle;
}
.offset-pad-0.slick-slider .slick-slide {
  margin: 0;
}
.offset-pad-0.slick-slider .slick-list {
  margin: 0 !important;
}
.container__pad.\--pad-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.offset-pad-1.ctc-col-parent {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  float: none;
  overflow: hidden;
}
.container .offset-pad-1.ctc-col-parent > .row,
.offset-pad-1.ctc-col-parent .container > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.offset-pad-1.ctc-col-parent .row {
  width: auto !important;
  display: block;
}
.offset-pad-1.ctc-col-parent .row > .grid-table {
  table-layout: fixed;
}
.ie .offset-pad-1.ctc-col-parent .row > .grid-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offset-pad-1.ctc-col-parent .row > .grid-table > [class*="col-"] {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0 5px;
}
.ie .offset-pad-1.ctc-col-parent .row > .grid-table > [class*="col-"] {
  float: left;
}
.offset-pad-1.ctc-col-parent.\--style-align-middle
  .row
  > .grid-table
  > [class*="col-"] {
  vertical-align: middle;
}
.offset-pad-1.slick-slider .slick-slide {
  margin: 0 5px;
}
.offset-pad-1.slick-slider .slick-list {
  margin: 0 -5px !important;
}
.container__pad.\--pad-1 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.offset-pad-2.ctc-col-parent {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  float: none;
  overflow: hidden;
}
.container .offset-pad-2.ctc-col-parent > .row,
.offset-pad-2.ctc-col-parent .container > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.offset-pad-2.ctc-col-parent .row {
  width: auto !important;
  display: block;
}
.offset-pad-2.ctc-col-parent .row > .grid-table {
  table-layout: fixed;
}
.ie .offset-pad-2.ctc-col-parent .row > .grid-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offset-pad-2.ctc-col-parent .row > .grid-table > [class*="col-"] {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0 10px;
}
.ie .offset-pad-2.ctc-col-parent .row > .grid-table > [class*="col-"] {
  float: left;
}
.offset-pad-2.ctc-col-parent.\--style-align-middle
  .row
  > .grid-table
  > [class*="col-"] {
  vertical-align: middle;
}
.offset-pad-2.slick-slider .slick-slide {
  margin: 0 10px;
}
.offset-pad-2.slick-slider .slick-list {
  margin: 0 -10px !important;
}
.container__pad.\--pad-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.offset-pad-3.ctc-col-parent {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  float: none;
  overflow: hidden;
}
.container .offset-pad-3.ctc-col-parent > .row,
.offset-pad-3.ctc-col-parent .container > .row {
  margin-left: -15px;
  margin-right: -15px;
}
.offset-pad-3.ctc-col-parent .row {
  width: auto !important;
  display: block;
}
.offset-pad-3.ctc-col-parent .row > .grid-table {
  table-layout: fixed;
}
.ie .offset-pad-3.ctc-col-parent .row > .grid-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offset-pad-3.ctc-col-parent .row > .grid-table > [class*="col-"] {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0 15px;
}
.ie .offset-pad-3.ctc-col-parent .row > .grid-table > [class*="col-"] {
  float: left;
}
.offset-pad-3.ctc-col-parent.\--style-align-middle
  .row
  > .grid-table
  > [class*="col-"] {
  vertical-align: middle;
}
.offset-pad-3.slick-slider .slick-slide {
  margin: 0 15px;
}
.offset-pad-3.slick-slider .slick-list {
  margin: 0 -15px !important;
}
.container__pad.\--pad-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.offset-pad-4.ctc-col-parent {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  float: none;
  overflow: hidden;
}
.container .offset-pad-4.ctc-col-parent > .row,
.offset-pad-4.ctc-col-parent .container > .row {
  margin-left: -20px;
  margin-right: -20px;
}
.offset-pad-4.ctc-col-parent .row {
  width: auto !important;
  display: block;
}
.offset-pad-4.ctc-col-parent .row > .grid-table {
  table-layout: fixed;
}
.ie .offset-pad-4.ctc-col-parent .row > .grid-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offset-pad-4.ctc-col-parent .row > .grid-table > [class*="col-"] {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0 20px;
}
.ie .offset-pad-4.ctc-col-parent .row > .grid-table > [class*="col-"] {
  float: left;
}
.offset-pad-4.ctc-col-parent.\--style-align-middle
  .row
  > .grid-table
  > [class*="col-"] {
  vertical-align: middle;
}
.offset-pad-4.slick-slider .slick-slide {
  margin: 0 20px;
}
.offset-pad-4.slick-slider .slick-list {
  margin: 0 -20px !important;
}
.container__pad.\--pad-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.offset-pad-5.ctc-col-parent {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  float: none;
  overflow: hidden;
}
.container .offset-pad-5.ctc-col-parent > .row,
.offset-pad-5.ctc-col-parent .container > .row {
  margin-left: -25px;
  margin-right: -25px;
}
.offset-pad-5.ctc-col-parent .row {
  width: auto !important;
  display: block;
}
.offset-pad-5.ctc-col-parent .row > .grid-table {
  table-layout: fixed;
}
.ie .offset-pad-5.ctc-col-parent .row > .grid-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offset-pad-5.ctc-col-parent .row > .grid-table > [class*="col-"] {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0 25px;
}
.ie .offset-pad-5.ctc-col-parent .row > .grid-table > [class*="col-"] {
  float: left;
}
.offset-pad-5.ctc-col-parent.\--style-align-middle
  .row
  > .grid-table
  > [class*="col-"] {
  vertical-align: middle;
}
.offset-pad-5.slick-slider .slick-slide {
  margin: 0 25px;
}
.offset-pad-5.slick-slider .slick-list {
  margin: 0 -25px !important;
}
.container__pad.\--pad-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.offset-pad-6.ctc-col-parent {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  float: none;
  overflow: hidden;
}
.container .offset-pad-6.ctc-col-parent > .row,
.offset-pad-6.ctc-col-parent .container > .row {
  margin-left: -30px;
  margin-right: -30px;
}
.offset-pad-6.ctc-col-parent .row {
  width: auto !important;
  display: block;
}
.offset-pad-6.ctc-col-parent .row > .grid-table {
  table-layout: fixed;
}
.ie .offset-pad-6.ctc-col-parent .row > .grid-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offset-pad-6.ctc-col-parent .row > .grid-table > [class*="col-"] {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0 30px;
}
.ie .offset-pad-6.ctc-col-parent .row > .grid-table > [class*="col-"] {
  float: left;
}
.offset-pad-6.ctc-col-parent.\--style-align-middle
  .row
  > .grid-table
  > [class*="col-"] {
  vertical-align: middle;
}
.offset-pad-6.slick-slider .slick-slide {
  margin: 0 30px;
}
.offset-pad-6.slick-slider .slick-list {
  margin: 0 -30px !important;
}
.container__pad.\--pad-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.offset-pad-7.ctc-col-parent {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  float: none;
  overflow: hidden;
}
.container .offset-pad-7.ctc-col-parent > .row,
.offset-pad-7.ctc-col-parent .container > .row {
  margin-left: -35px;
  margin-right: -35px;
}
.offset-pad-7.ctc-col-parent .row {
  width: auto !important;
  display: block;
}
.offset-pad-7.ctc-col-parent .row > .grid-table {
  table-layout: fixed;
}
.ie .offset-pad-7.ctc-col-parent .row > .grid-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offset-pad-7.ctc-col-parent .row > .grid-table > [class*="col-"] {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0 35px;
}
.ie .offset-pad-7.ctc-col-parent .row > .grid-table > [class*="col-"] {
  float: left;
}
.offset-pad-7.ctc-col-parent.\--style-align-middle
  .row
  > .grid-table
  > [class*="col-"] {
  vertical-align: middle;
}
.offset-pad-7.slick-slider .slick-slide {
  margin: 0 35px;
}
.offset-pad-7.slick-slider .slick-list {
  margin: 0 -35px !important;
}
.container__pad.\--pad-7 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.offset-pad-8.ctc-col-parent {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  float: none;
  overflow: hidden;
}
.container .offset-pad-8.ctc-col-parent > .row,
.offset-pad-8.ctc-col-parent .container > .row {
  margin-left: -40px;
  margin-right: -40px;
}
.offset-pad-8.ctc-col-parent .row {
  width: auto !important;
  display: block;
}
.offset-pad-8.ctc-col-parent .row > .grid-table {
  table-layout: fixed;
}
.ie .offset-pad-8.ctc-col-parent .row > .grid-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offset-pad-8.ctc-col-parent .row > .grid-table > [class*="col-"] {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0 40px;
}
.ie .offset-pad-8.ctc-col-parent .row > .grid-table > [class*="col-"] {
  float: left;
}
.offset-pad-8.ctc-col-parent.\--style-align-middle
  .row
  > .grid-table
  > [class*="col-"] {
  vertical-align: middle;
}
.offset-pad-8.slick-slider .slick-slide {
  margin: 0 40px;
}
.offset-pad-8.slick-slider .slick-list {
  margin: 0 -40px !important;
}
.container__pad.\--pad-8 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.offset-pad-9.ctc-col-parent {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  float: none;
  overflow: hidden;
}
.container .offset-pad-9.ctc-col-parent > .row,
.offset-pad-9.ctc-col-parent .container > .row {
  margin-left: -45px;
  margin-right: -45px;
}
.offset-pad-9.ctc-col-parent .row {
  width: auto !important;
  display: block;
}
.offset-pad-9.ctc-col-parent .row > .grid-table {
  table-layout: fixed;
}
.ie .offset-pad-9.ctc-col-parent .row > .grid-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offset-pad-9.ctc-col-parent .row > .grid-table > [class*="col-"] {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0 45px;
}
.ie .offset-pad-9.ctc-col-parent .row > .grid-table > [class*="col-"] {
  float: left;
}
.offset-pad-9.ctc-col-parent.\--style-align-middle
  .row
  > .grid-table
  > [class*="col-"] {
  vertical-align: middle;
}
.offset-pad-9.slick-slider .slick-slide {
  margin: 0 45px;
}
.offset-pad-9.slick-slider .slick-list {
  margin: 0 -45px !important;
}
.container__pad.\--pad-9 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.offset-pad-10.ctc-col-parent {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  float: none;
  overflow: hidden;
}
.container .offset-pad-10.ctc-col-parent > .row,
.offset-pad-10.ctc-col-parent .container > .row {
  margin-left: -50px;
  margin-right: -50px;
}
.offset-pad-10.ctc-col-parent .row {
  width: auto !important;
  display: block;
}
.offset-pad-10.ctc-col-parent .row > .grid-table {
  table-layout: fixed;
}
.ie .offset-pad-10.ctc-col-parent .row > .grid-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offset-pad-10.ctc-col-parent .row > .grid-table > [class*="col-"] {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0 50px;
}
.ie .offset-pad-10.ctc-col-parent .row > .grid-table > [class*="col-"] {
  float: left;
}
.offset-pad-10.ctc-col-parent.\--style-align-middle
  .row
  > .grid-table
  > [class*="col-"] {
  vertical-align: middle;
}
.offset-pad-10.slick-slider .slick-slide {
  margin: 0 50px;
}
.offset-pad-10.slick-slider .slick-list {
  margin: 0 -50px !important;
}
.container__pad.\--pad-10 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.offset-pad-11.ctc-col-parent {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  float: none;
  overflow: hidden;
}
.container .offset-pad-11.ctc-col-parent > .row,
.offset-pad-11.ctc-col-parent .container > .row {
  margin-left: -55px;
  margin-right: -55px;
}
.offset-pad-11.ctc-col-parent .row {
  width: auto !important;
  display: block;
}
.offset-pad-11.ctc-col-parent .row > .grid-table {
  table-layout: fixed;
}
.ie .offset-pad-11.ctc-col-parent .row > .grid-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offset-pad-11.ctc-col-parent .row > .grid-table > [class*="col-"] {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0 55px;
}
.ie .offset-pad-11.ctc-col-parent .row > .grid-table > [class*="col-"] {
  float: left;
}
.offset-pad-11.ctc-col-parent.\--style-align-middle
  .row
  > .grid-table
  > [class*="col-"] {
  vertical-align: middle;
}
.offset-pad-11.slick-slider .slick-slide {
  margin: 0 55px;
}
.offset-pad-11.slick-slider .slick-list {
  margin: 0 -55px !important;
}
.container__pad.\--pad-11 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.offset-pad-12.ctc-col-parent {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  float: none;
  overflow: hidden;
}
.container .offset-pad-12.ctc-col-parent > .row,
.offset-pad-12.ctc-col-parent .container > .row {
  margin-left: -60px;
  margin-right: -60px;
}
.offset-pad-12.ctc-col-parent .row {
  width: auto !important;
  display: block;
}
.offset-pad-12.ctc-col-parent .row > .grid-table {
  table-layout: fixed;
}
.ie .offset-pad-12.ctc-col-parent .row > .grid-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offset-pad-12.ctc-col-parent .row > .grid-table > [class*="col-"] {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0 60px;
}
.ie .offset-pad-12.ctc-col-parent .row > .grid-table > [class*="col-"] {
  float: left;
}
.offset-pad-12.ctc-col-parent.\--style-align-middle
  .row
  > .grid-table
  > [class*="col-"] {
  vertical-align: middle;
}
.offset-pad-12.slick-slider .slick-slide {
  margin: 0 60px;
}
.offset-pad-12.slick-slider .slick-list {
  margin: 0 -60px !important;
}
.container__pad.\--pad-12 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.offset-pad-13.ctc-col-parent {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  float: none;
  overflow: hidden;
}
.container .offset-pad-13.ctc-col-parent > .row,
.offset-pad-13.ctc-col-parent .container > .row {
  margin-left: -65px;
  margin-right: -65px;
}
.offset-pad-13.ctc-col-parent .row {
  width: auto !important;
  display: block;
}
.offset-pad-13.ctc-col-parent .row > .grid-table {
  table-layout: fixed;
}
.ie .offset-pad-13.ctc-col-parent .row > .grid-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offset-pad-13.ctc-col-parent .row > .grid-table > [class*="col-"] {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0 65px;
}
.ie .offset-pad-13.ctc-col-parent .row > .grid-table > [class*="col-"] {
  float: left;
}
.offset-pad-13.ctc-col-parent.\--style-align-middle
  .row
  > .grid-table
  > [class*="col-"] {
  vertical-align: middle;
}
.offset-pad-13.slick-slider .slick-slide {
  margin: 0 65px;
}
.offset-pad-13.slick-slider .slick-list {
  margin: 0 -65px !important;
}
.container__pad.\--pad-13 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.offset-pad-14.ctc-col-parent {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  float: none;
  overflow: hidden;
}
.container .offset-pad-14.ctc-col-parent > .row,
.offset-pad-14.ctc-col-parent .container > .row {
  margin-left: -70px;
  margin-right: -70px;
}
.offset-pad-14.ctc-col-parent .row {
  width: auto !important;
  display: block;
}
.offset-pad-14.ctc-col-parent .row > .grid-table {
  table-layout: fixed;
}
.ie .offset-pad-14.ctc-col-parent .row > .grid-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offset-pad-14.ctc-col-parent .row > .grid-table > [class*="col-"] {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0 70px;
}
.ie .offset-pad-14.ctc-col-parent .row > .grid-table > [class*="col-"] {
  float: left;
}
.offset-pad-14.ctc-col-parent.\--style-align-middle
  .row
  > .grid-table
  > [class*="col-"] {
  vertical-align: middle;
}
.offset-pad-14.slick-slider .slick-slide {
  margin: 0 70px;
}
.offset-pad-14.slick-slider .slick-list {
  margin: 0 -70px !important;
}
.container__pad.\--pad-14 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.offset-pad-15.ctc-col-parent {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  float: none;
  overflow: hidden;
}
.container .offset-pad-15.ctc-col-parent > .row,
.offset-pad-15.ctc-col-parent .container > .row {
  margin-left: -75px;
  margin-right: -75px;
}
.offset-pad-15.ctc-col-parent .row {
  width: auto !important;
  display: block;
}
.offset-pad-15.ctc-col-parent .row > .grid-table {
  table-layout: fixed;
}
.ie .offset-pad-15.ctc-col-parent .row > .grid-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offset-pad-15.ctc-col-parent .row > .grid-table > [class*="col-"] {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0 75px;
}
.ie .offset-pad-15.ctc-col-parent .row > .grid-table > [class*="col-"] {
  float: left;
}
.offset-pad-15.ctc-col-parent.\--style-align-middle
  .row
  > .grid-table
  > [class*="col-"] {
  vertical-align: middle;
}
.offset-pad-15.slick-slider .slick-slide {
  margin: 0 75px;
}
.offset-pad-15.slick-slider .slick-list {
  margin: 0 -75px !important;
}
.container__pad.\--pad-15 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.offset-pad-16.ctc-col-parent {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  float: none;
  overflow: hidden;
}
.container .offset-pad-16.ctc-col-parent > .row,
.offset-pad-16.ctc-col-parent .container > .row {
  margin-left: -80px;
  margin-right: -80px;
}
.offset-pad-16.ctc-col-parent .row {
  width: auto !important;
  display: block;
}
.offset-pad-16.ctc-col-parent .row > .grid-table {
  table-layout: fixed;
}
.ie .offset-pad-16.ctc-col-parent .row > .grid-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offset-pad-16.ctc-col-parent .row > .grid-table > [class*="col-"] {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0 80px;
}
.ie .offset-pad-16.ctc-col-parent .row > .grid-table > [class*="col-"] {
  float: left;
}
.offset-pad-16.ctc-col-parent.\--style-align-middle
  .row
  > .grid-table
  > [class*="col-"] {
  vertical-align: middle;
}
.offset-pad-16.slick-slider .slick-slide {
  margin: 0 80px;
}
.offset-pad-16.slick-slider .slick-list {
  margin: 0 -80px !important;
}
.container__pad.\--pad-16 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.offset-pad-17.ctc-col-parent {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  float: none;
  overflow: hidden;
}
.container .offset-pad-17.ctc-col-parent > .row,
.offset-pad-17.ctc-col-parent .container > .row {
  margin-left: -85px;
  margin-right: -85px;
}
.offset-pad-17.ctc-col-parent .row {
  width: auto !important;
  display: block;
}
.offset-pad-17.ctc-col-parent .row > .grid-table {
  table-layout: fixed;
}
.ie .offset-pad-17.ctc-col-parent .row > .grid-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offset-pad-17.ctc-col-parent .row > .grid-table > [class*="col-"] {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0 85px;
}
.ie .offset-pad-17.ctc-col-parent .row > .grid-table > [class*="col-"] {
  float: left;
}
.offset-pad-17.ctc-col-parent.\--style-align-middle
  .row
  > .grid-table
  > [class*="col-"] {
  vertical-align: middle;
}
.offset-pad-17.slick-slider .slick-slide {
  margin: 0 85px;
}
.offset-pad-17.slick-slider .slick-list {
  margin: 0 -85px !important;
}
.container__pad.\--pad-17 {
  padding-top: 170px;
  padding-bottom: 170px;
}
.offset-pad-18.ctc-col-parent {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  float: none;
  overflow: hidden;
}
.container .offset-pad-18.ctc-col-parent > .row,
.offset-pad-18.ctc-col-parent .container > .row {
  margin-left: -90px;
  margin-right: -90px;
}
.offset-pad-18.ctc-col-parent .row {
  width: auto !important;
  display: block;
}
.offset-pad-18.ctc-col-parent .row > .grid-table {
  table-layout: fixed;
}
.ie .offset-pad-18.ctc-col-parent .row > .grid-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offset-pad-18.ctc-col-parent .row > .grid-table > [class*="col-"] {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0 90px;
}
.ie .offset-pad-18.ctc-col-parent .row > .grid-table > [class*="col-"] {
  float: left;
}
.offset-pad-18.ctc-col-parent.\--style-align-middle
  .row
  > .grid-table
  > [class*="col-"] {
  vertical-align: middle;
}
.offset-pad-18.slick-slider .slick-slide {
  margin: 0 90px;
}
.offset-pad-18.slick-slider .slick-list {
  margin: 0 -90px !important;
}
.container__pad.\--pad-18 {
  padding-top: 180px;
  padding-bottom: 180px;
}
.offset-pad-19.ctc-col-parent {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  float: none;
  overflow: hidden;
}
.container .offset-pad-19.ctc-col-parent > .row,
.offset-pad-19.ctc-col-parent .container > .row {
  margin-left: -95px;
  margin-right: -95px;
}
.offset-pad-19.ctc-col-parent .row {
  width: auto !important;
  display: block;
}
.offset-pad-19.ctc-col-parent .row > .grid-table {
  table-layout: fixed;
}
.ie .offset-pad-19.ctc-col-parent .row > .grid-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offset-pad-19.ctc-col-parent .row > .grid-table > [class*="col-"] {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0 95px;
}
.ie .offset-pad-19.ctc-col-parent .row > .grid-table > [class*="col-"] {
  float: left;
}
.offset-pad-19.ctc-col-parent.\--style-align-middle
  .row
  > .grid-table
  > [class*="col-"] {
  vertical-align: middle;
}
.offset-pad-19.slick-slider .slick-slide {
  margin: 0 95px;
}
.offset-pad-19.slick-slider .slick-list {
  margin: 0 -95px !important;
}
.container__pad.\--pad-19 {
  padding-top: 190px;
  padding-bottom: 190px;
}
.offset-pad-20.ctc-col-parent {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  float: none;
  overflow: hidden;
}
.container .offset-pad-20.ctc-col-parent > .row,
.offset-pad-20.ctc-col-parent .container > .row {
  margin-left: -100px;
  margin-right: -100px;
}
.offset-pad-20.ctc-col-parent .row {
  width: auto !important;
  display: block;
}
.offset-pad-20.ctc-col-parent .row > .grid-table {
  table-layout: fixed;
}
.ie .offset-pad-20.ctc-col-parent .row > .grid-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offset-pad-20.ctc-col-parent .row > .grid-table > [class*="col-"] {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0 100px;
}
.ie .offset-pad-20.ctc-col-parent .row > .grid-table > [class*="col-"] {
  float: left;
}
.offset-pad-20.ctc-col-parent.\--style-align-middle
  .row
  > .grid-table
  > [class*="col-"] {
  vertical-align: middle;
}
.offset-pad-20.slick-slider .slick-slide {
  margin: 0 100px;
}
.offset-pad-20.slick-slider .slick-list {
  margin: 0 -100px !important;
}
.container__pad.\--pad-20 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.ctc-entity-background {
  background-repeat: no-repeat;
}
.ctc-entity-background.background-position-bottom {
  background-position: center bottom;
}
.ctc-entity-background.background-position-center {
  background-position: center center;
}
.ctc-entity-background.background-position-top {
  background-position: center top;
}
.ctc-entity-banners {
  overflow: hidden;
  margin-bottom: 0;
}
.\--style-equal-heights .ctc-entity-banners {
  height: 100% !important;
}
.ctc-entity-banners .ctc-button-video-toggle {
  text-decoration: none;
  color: #fff;
}
.ctc-entity-banners .ctc-button-video-toggle:hover,
.ctc-entity-banners .ctc-button-video-toggle:focus {
  color: #fff;
  outline: 0;
}
.ctc-entity-banners .i3-container.container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.ctc-banner-background-video__play {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  right: 150px;
  z-index: 99999;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  padding: 5px;
  text-transform: uppercase;
  display: none;
}
.ipad .ctc-banner-background-video__play,
.safari .ctc-banner-background-video__play {
  display: block !important;
}
.ipad .ctc-banner-background-video__play.\--video-play,
.safari .ctc-banner-background-video__play.\--video-play {
  display: none !important;
}
.ctc-banner-background-video__play .icon {
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 24px;
  padding-top: 14px;
  padding-left: 5px;
  background: #000;
  border-radius: 50%;
  text-align: center;
  display: block;
  margin: 0 auto 20px;
}
.ctc-banner-background-video__play span {
  display: block;
  text-align: center;
}
.offset-bottom-resp-0 {
  margin-bottom: 0;
}
.offset-bottom-resp-1 {
  margin-bottom: 0.55556rem;
}
.offset-bottom-resp-2 {
  margin-bottom: 1.11111rem;
}
.offset-bottom-resp-3 {
  margin-bottom: 1.66667rem;
}
.offset-bottom-resp-4 {
  margin-bottom: 2.22222rem;
}
.offset-bottom-resp-5 {
  margin-bottom: 2.77778rem;
}
.offset-bottom-resp-6 {
  margin-bottom: 3.33333rem;
}
.offset-bottom-resp-7 {
  margin-bottom: 3.88889rem;
}
.offset-bottom-resp-8 {
  margin-bottom: 4.44444rem;
}
.offset-bottom-resp-9 {
  margin-bottom: 5rem;
}
.offset-bottom-resp-10 {
  margin-bottom: 5.55556rem;
}
.i3-admin-edit {
  position: relative;
  border: 1px solid transparent;
}
.grid-flex .i3-admin-edit {
  height: 100%;
}
.i3-admin-edit > a.i3-admin-edit-cta {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 5px 10px;
  font-size: 10px;
  display: none;
  z-index: 99;
}
.i3-admin-edit:hover {
  border: 1px solid #000;
}
.i3-admin-edit:hover > a.i3-admin-edit-cta {
  display: block;
}
.i3-admin-edit.\--style-floating {
  position: fixed;
  bottom: 30px;
  right: 20px;
  background: #f9cd00;
  border-radius: 2px;
  text-align: center;
  z-index: 99;
  max-width: 150px;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.i3-admin-edit.\--style-floating a {
  display: block;
  padding: 15px 10px;
  color: #262626;
  font-weight: 700;
  line-height: 1.3;
}
.i3-admin-edit.\--style-floating:hover {
  background: #ad8e00;
}
.i3-admin-edit.\--style-floating i.icon {
  font-size: 20px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
._ramadan-timetable {
  border: 10px solid rgba(96, 204, 202, 0.4);
  padding: 30px 20px 0;
  margin-bottom: 30px;
}
._ramadan-timetable ._timetable {
  overflow-x: auto;
}
._ramadan-timetable table._ramdan-table {
  padding: 0;
  border: 0 !important;
}
._ramadan-timetable table._ramdan-table th {
  text-align: center !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #333;
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 4px solid #f9cd00 !important;
}
._ramadan-timetable table._ramdan-table th:first-child {
  text-align: left !important;
}
._ramadan-timetable table._ramdan-table th:last-child {
  text-align: right !important;
}
._ramadan-timetable table._ramdan-table tr:nth-child(even) td {
  background-color: transparent !important;
}
._ramadan-timetable table._ramdan-table tr:last-child td {
  border-bottom: 0 !important;
}
._ramadan-timetable table._ramdan-table tr:hover {
  background-color: rgba(245, 245, 240, 0.8);
}
._ramadan-timetable table._ramdan-table tr td {
  border: 0 !important;
  text-align: center;
  border-bottom: 1px solid #999 !important;
  padding: 6px 14px !important;
  font-weight: 500 !important;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #333;
}
._ramadan-timetable table._ramdan-table tr td:first-child {
  text-align: left !important;
}
._ramadan-timetable table._ramdan-table tr td:last-child {
  text-align: right !important;
}
._ramadan-timetable ._ramdan-table-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: #333;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}
._ramadan-timetable ._ramdan-table-title:after {
  content: " ";
  background-color: #f9cd00;
  height: 12px;
  display: block;
  bottom: 14px;
  position: relative;
  z-index: -9;
}
.i3-slider {
  position: relative;
}
.flex-direction-nav a {
  opacity: 1 !important;
}
.flex-direction-nav a:before {
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
}
.flex-direction-nav a.flex-prev:before {
  content: "\e900";
}
.flex-direction-nav a.flex-next:before {
  content: "\e901" !important;
}
.container__grid
  .container__content
  .--type-two-three-blocks
  .control-group
  .error,
.ps__content .ps__grid .control-group .error {
  font-size: 1.33333rem;
}
.df__cart
  .df__donation__left
  .df__donation__content
  .df__donation__instalment
  th,
.df__cart
  .df__donation__left
  .df__donation__content
  .df__donation__instalment
  td {
  background-color: #fff !important;
}
#i3-UKIM .\+i3TODO {
  outline: 1px dashed red;
}
#i3-UKIM .\+ta-left {
  text-align: left;
}
#i3-UKIM .\+ta-center {
  text-align: center;
}
#i3-UKIM .\+ta-right {
  text-align: right;
}
#i3-UKIM .\+m-auto {
  margin-left: auto;
  margin-right: auto;
}
#i3-UKIM .\+fs-22 {
  font-size: 22px !important;
}
#i3-UKIM .\+fs-72 {
  font-size: 72px !important;
}
#i3-UKIM .\+tt-uppercase {
  text-transform: uppercase;
}
#i3-UKIM .\+p-relative {
  position: relative;
}
.\+o-hidden {
  overflow: hidden;
}
#i3-UKIM .\+disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
#i3-UKIM .\+d-block {
  display: block;
}
#i3-UKIM .\+d-inline-block {
  display: inline-block;
}
#i3-UKIM .\+ls-6 {
  letter-spacing: 6px;
}
#i3-UKIM .\+ls-5 {
  letter-spacing: 5px;
}
#i3-UKIM .\+ls-4 {
  letter-spacing: 4px;
}
#i3-UKIM .\+ls-3 {
  letter-spacing: 3px;
}
#i3-UKIM .\+ls-2 {
  letter-spacing: 2px;
}
#i3-UKIM .\+ls-1 {
  letter-spacing: 1px;
}
#i3-UKIM .\+ls--1 {
  letter-spacing: -1px;
}
#i3-UKIM .\+lh-1 {
  line-height: 1;
}
#i3-UKIM .\+ff {
  font-family: "Barlow", sans-serif;
}
#i3-UKIM .\+ff-heading {
  font-family: "Barlow Condensed", sans-serif;
}
#i3-UKIM .\+ff-script {
  font-family: "Playfair Display";
}
#i3-UKIM .\+td-none {
  text-decoration: none;
}
#i3-UKIM .\+fw-bold {
  font-weight: 700;
}
#i3-UKIM .\+fw-semibold {
  font-weight: 600;
}
#i3-UKIM .\+fw-medium {
  font-weight: 500;
}
#i3-UKIM .\+fw-light {
  font-weight: 300;
}
#i3-UKIM .\+fw-normal {
  font-weight: 400;
}
#i3-UKIM .\+c-primary {
  color: #f9cd00;
}
#i3-UKIM .\+m-auto {
  margin-left: auto;
  margin-right: auto;
}
#i3-UKIM .\+c-teal {
  color: #009b83;
}
#i3-UKIM .\+c-black {
  color: #000;
}
#i3-UKIM .\+c-black-2 {
  color: #262626;
}
#i3-UKIM .\+c-white {
  color: #fff;
}
#i3-UKIM .\+c-grey {
  color: #666;
}
#i3-UKIM .\+c-orange {
  color: #f26430;
}
#i3-UKIM .\+c-green {
  color: #006116;
}
#i3-UKIM .\+c-red {
  color: #d70a24;
}
#i3-UKIM .\+fancy-underline-yellow {
  display: inline;
  background-image: -moz-linear-gradient(left, #fff080, #fff080);
  background-image: -webkit-linear-gradient(left, #fff080, #fff080);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff080),
    to(#fff080)
  );
  background-image: -o-linear-gradient(left, #fff080, #fff080);
  background-image: linear-gradient(to right, #fff080, #fff080);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 10px;
}
#i3-UKIM .\+fancy-underline-primary {
  display: inline;
  background-image: -moz-linear-gradient(left, #f9cd00, #f9cd00);
  background-image: -webkit-linear-gradient(left, #f9cd00, #f9cd00);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f9cd00),
    to(#f9cd00)
  );
  background-image: -o-linear-gradient(left, #f9cd00, #f9cd00);
  background-image: linear-gradient(to right, #f9cd00, #f9cd00);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 10px;
}
#i3-UKIM .\+fancy-underline-yellow-large {
  display: inline;
  background-image: -moz-linear-gradient(left, #fff080, #fff080);
  background-image: -webkit-linear-gradient(left, #fff080, #fff080);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff080),
    to(#fff080)
  );
  background-image: -o-linear-gradient(left, #fff080, #fff080);
  background-image: linear-gradient(to right, #fff080, #fff080);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 15px;
}
#i3-UKIM .\+fancy-underline-primary-large {
  display: inline;
  background-image: -moz-linear-gradient(left, #f9cd00, #f9cd00);
  background-image: -webkit-linear-gradient(left, #f9cd00, #f9cd00);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f9cd00),
    to(#f9cd00)
  );
  background-image: -o-linear-gradient(left, #f9cd00, #f9cd00);
  background-image: linear-gradient(to right, #f9cd00, #f9cd00);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 15px;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: 1730px;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.container.\--container-medium {
  max-width: 1340px;
}
.container.\--container-small {
  max-width: 1260px;
}
.container.\--container-1500 {
  max-width: 1540px;
}
.container.\--container-xsmall {
  max-width: 1064px;
}
.container.\--container-xxsmall {
  max-width: 1040px;
}
.container.\--container-xxxsmall {
  max-width: 780px;
}
.container.\--container-full {
  max-width: 1920px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.container__grid {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-left: -35px;
}
.container__grid > * {
  padding-left: 35px;
}
.container__grid .container__sidebar {
  width: 435px;
  min-width: 400px;
}
.container__grid.\--style-sidebar-right .container__sidebar {
  width: 490px;
}
html:not(.ie) .container__grid.\--style-sidebar-right .container__content {
  max-width: 775px;
}
@media (min-width: 1500px) {
  .container__grid.\--style-offsets-large {
    margin-left: -70px;
  }
  .container__grid.\--style-offsets-large > * {
    padding-left: 70px;
  }
  .container__grid.\--style-offsets-large.\--style-row-inverse {
    margin-left: -95px;
  }
  .container__grid.\--style-offsets-large.\--style-row-inverse > * {
    padding-left: 95px;
  }
  .container__grid.\--style-offsets-large.\--style-row-inverse
    .container__sidebar {
    width: 470px;
    min-width: 490px;
  }
  .container__grid.\--style-offsets-large .container__sidebar {
    width: 470px;
    min-width: 450px;
  }
}
.container__grid.\--style-row-inverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.container__grid.\--style-row-inverse .container__content {
  width: 810px;
}
.container__sidebar {
  width: 395px;
  min-width: 350px;
}
.container__sidebar__wrapper {
  padding: 35px 35px 0;
  border: 1px solid #ebebeb;
}
.container__sidebar__wrapper > :last-child {
  margin-bottom: 0;
}
.container__sidebar__title {
  font-size: 14px;
  letter-spacing: 2px;
  color: #666;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 35px;
  font-family: "Barlow", sans-serif;
}
.container__sidebar__edge {
  margin-left: -35px;
  margin-right: -35px;
}
.container__sidebar hr {
  border-color: #ebebeb;
  margin-bottom: 40px;
}
.container__sidebar + .container__content {
  max-width: 1330px;
}
.container__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.container__bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.container__bg.\--bg-grey {
  background-color: #f5f5f0;
}
.container__bg.\--bg-top {
  background-position: top center;
  background-size: auto;
}
.container__pad.\--container-pad-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.container__pad.\--container-pad-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.container__pad.\--container-pad-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.container__pad.\--container-pad-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.container__pad.\--container-pad-7 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.container__pad.\--container-pad-8 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.container__pad.\--container-pad-9 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.container__pad.\--container-pad-10 {
  padding-top: 100px;
  padding-bottom: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin-bottom: 36px;
}
blockquote {
  font-size: 36px;
  color: #333;
  padding: 35px 0 40px 55px;
  position: relative;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin-bottom: 36px;
}
blockquote:before {
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #262626;
  font-size: 30px;
  position: absolute;
  left: 3px;
  top: 45px;
}
blockquote p {
  font-family: "Playfair Display";
  line-height: 1.3;
}
blockquote p:last-child {
  margin-bottom: 0;
}
p:empty {
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
table:not(.ui-datepicker-calendar):not(.\--style-fancy):not(
    .df__donation__instalment table
  ) {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 40px;
}
table:not(.ui-datepicker-calendar):not(.\--style-fancy) tr.checkout-box td {
  color: #fff;
}
table:not(.ui-datepicker-calendar):not(.\--style-fancy)
  tr.checkout-box:nth-child(even)
  td {
  background-color: #efefef;
  font-weight: 400;
  color: #333;
}
table:not(.ui-datepicker-calendar):not(.\--style-fancy) tr:nth-child(even) td {
  background-color: #efefef;
  font-weight: 400;
}
table:not(.ui-datepicker-calendar):not(.\--style-fancy) th {
  background-color: #efefef;
  font-weight: 600;
  text-align: left;
}
table:not(.ui-datepicker-calendar):not(.\--style-fancy) th,
table:not(.ui-datepicker-calendar):not(.\--style-fancy) td {
  padding: 15px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table:not(.ui-datepicker-calendar):not(.\--style-fancy) th:first-child,
table:not(.ui-datepicker-calendar):not(.\--style-fancy) td:first-child {
  border-left: 0;
}
table:not(.ui-datepicker-calendar):not(.\--style-fancy) .\--style-numbers {
  border: 0;
}
table:not(.ui-datepicker-calendar):not(.\--style-fancy) .\--style-numbers tr td,
table:not(.ui-datepicker-calendar):not(.\--style-fancy)
  .\--style-numbers
  tr
  th {
  background-color: transparent;
  padding-bottom: 40px;
  border-left: 0;
  border-bottom: 0;
  vertical-align: top;
}
table:not(.ui-datepicker-calendar):not(.\--style-fancy) .\--style-numbers tr th,
table:not(.ui-datepicker-calendar):not(.\--style-fancy)
  .\--style-numbers
  tr
  td:first-child:not(:last-child) {
  padding-right: 20px;
  width: 35%;
}
table:not(.ui-datepicker-calendar):not(.\--style-fancy)
  .\--style-numbers
  tr
  th
  > *,
table:not(.ui-datepicker-calendar):not(.\--style-fancy)
  .\--style-numbers
  tr
  td:first-child:not(:last-child)
  > * {
  font-size: 72px;
  letter-spacing: -1px;
}
table:not(.ui-datepicker-calendar):not(.\--style-fancy)
  .\--style-numbers
  tr
  th
  > :last-child,
table:not(.ui-datepicker-calendar):not(.\--style-fancy)
  .\--style-numbers
  tr
  td:first-child:not(:last-child)
  > :last-child {
  margin-bottom: 0;
}
table:not(.ui-datepicker-calendar):not(.\--style-fancy)
  .\--style-numbers
  tr
  td:last-child:not(:first-child) {
  padding-left: 20px;
}
table:not(.ui-datepicker-calendar):not(.\--style-fancy)
  .\--style-numbers
  tr
  td:last-child:not(:first-child)
  > * {
  max-width: 400px;
  display: inline-block;
}
table:not(.ui-datepicker-calendar):not(.\--style-fancy)
  .\--style-numbers
  tr
  td:last-child:not(:first-child)
  > :last-child {
  margin-bottom: 0;
}
table:not(.ui-datepicker-calendar):not(.\--style-fancy)
  .\--style-numbers
  tr
  + tr
  td,
table:not(.ui-datepicker-calendar):not(.\--style-fancy)
  .\--style-numbers
  tr
  + tr
  th {
  border-top: 1px solid #ccc;
  padding-top: 40px;
}
.table__meta {
  padding: 10px 0;
  border-bottom: 1px solid #dfe8e7;
  margin-bottom: 0;
}
.table__meta dt,
.table__meta dd {
  width: 49%;
  display: inline-block;
}
.table__meta dt {
  font-size: 16px;
  color: #5e5e5e;
  line-height: 1;
  margin-bottom: 0;
}
.table__meta dd {
  font-size: 16px;
  color: #f9cd00;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  text-align: right;
}
table.\--style-fancy {
  width: 100%;
  table-layout: fixed;
}
table.\--style-fancy thead th {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  font-size: 14px;
  padding-bottom: 20px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
}
table.\--style-fancy thead tr th:first-child {
  padding-left: 0;
  width: 30%;
}
table.\--style-fancy tbody td {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  padding: 4px 2px;
  text-align: center;
  line-height: 1.1;
}
table.\--style-fancy tbody tr td:first-child {
  text-align: left;
}
table.\--style-fancy tbody tr td:last-child {
  text-align: right;
}
table.\--style-fancy tbody tr:last-child:not(:first-child) td {
  border-bottom: 0;
}
table.\--style-fancy.\--style-hide-thead thead {
  opacity: 0;
}
table.\--style-fancy.\--style-hide-thead thead th {
  font-size: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}
table.\--style-fancy.\--style-hide-thead tbody tr:first-child td {
  padding-top: 0;
}
.ph {
  position: relative;
  background-color: #262626;
  margin-bottom: 20px;
  z-index: 100;
}
.ph__primary {
  padding-top: 23px;
  padding-bottom: 23px;
  background-image: url(/_ui/themes/ukim/media/primary-header-bg.jpg);
  background-position: -290px top;
  background-repeat: no-repeat;
}
@media (min-width: 1300px) {
  .ph__primary {
    background-position: top center;
  }
}
.ph__primary > .container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.ph__secondary {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ph__secondary > .container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.ph__branch-selector {
  padding-top: 10px;
  min-width: 156px;
}
.ph__branch-selector .control-select {
  background-color: #333;
  border-color: #4f4f4f;
}
.ph__branch-selector .control-select span {
  font-size: 14px;
  color: #9c9c9c;
}
.ph__branch-selector .control-select span:after {
  color: #f9cd00;
  font-size: 21px;
  margin-top: -11px;
}
.ph__islamic-date {
  padding-top: 10px;
  min-width: 156px;
  line-height: 1;
  text-shadow: 0 0 5px #1f1f1f;
}
.ph__islamic-date label {
  display: block;
  color: #ffbf00;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2px;
}
.ph__islamic-date span {
  font-size: 14px;
  color: #b3b3b3;
  line-height: 1;
}
.ph__logo {
  width: 582px;
}
@media (min-width: 1366px) {
  .ph__logo {
    width: 582px;
  }
}
.ph__logo img:not(.ph__logo__small) {
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: auto;
  margin-right: auto;
}
.ph__logo__small {
  display: none;
  width: 45px;
}
.ph__donate {
  color: #f9cd00;
  padding-top: 10px;
  white-space: nowrap;
  text-align: center;
}
.ph__donate a.btn,
.ph__donate .ui-dialog .i3-dialog-footer a.btn,
.ui-dialog .i3-dialog-footer .ph__donate a.btn {
  display: table;
}
.ph__donate span {
  display: block;
  margin-top: 4px;
}
.ph__donate span > a {
  color: #f9cd00;
  font-weight: 600;
}
.ph__nav-search {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.ph__search {
  margin-left: 20px;
}
.ph__search > a {
  color: #fff;
}
.ph__search > a .icon-search {
  font-size: 25px;
}
.ph__search__wrapper {
  background-color: #fff;
  padding: 25px 0;
  position: relative;
  display: none;
}
.ph__search__clear {
  display: inline-block;
  font-size: 14px;
  border: 1px solid #666;
  padding: 10px 25px;
  border-radius: 2px;
  color: #666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 75px;
}
.ph__search__clear:hover {
  border-color: #333;
  color: #333;
}
.ph__search__close {
  color: #fff;
  position: absolute;
  right: 20px;
  top: -120px;
  z-index: 4;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 24px;
}
.ph__search__close .icon {
  font-size: 26px;
  margin-right: 5px;
}
.ph__timetable {
  font-size: 15px;
  color: #b3b3b3;
  text-decoration: none;
  font-weight: 500;
}
.ph__timetable:hover {
  color: #f9cd00;
}
.ph__timetable .icon {
  vertical-align: middle;
  font-size: 18px;
}
.ph__timetable span {
  display: inline-block;
  vertical-align: middle;
}
.ph__timetable span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 1px;
  background-color: #666;
  position: relative;
  top: -1px;
  margin-left: 5px;
  margin-right: 5px;
}
.ph__cart {
  font-size: 15px;
  line-height: 1;
  min-width: 156px;
  text-align: right;
}
.ph__cart a {
  text-decoration: none;
  display: block;
}
.ph__cart a label {
  color: #f9cd00;
  cursor: pointer;
}
.ph__cart a label:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: relative;
  top: -1px;
  margin-left: 15px;
  margin-right: 10px;
}
.ph__cart a > span {
  color: #fff;
  cursor: pointer;
}
.ph__cart a > span em {
  font-style: normal;
}
.ph__account {
  font-size: 15px;
  color: #f9cd00;
  padding-top: 15px;
}
.ph__account a {
  color: #f9cd00;
}
body.\--style-header-fixed .ph {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
body.\--style-header-fixed .ph .ph__wrapper {
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 200px 10px 20px;
  max-width: 1730px;
}
body.\--style-header-fixed .ph .ph__primary {
  background: none;
  padding: 0;
}
body.\--style-header-fixed .ph .ph__primary > .container {
  position: static;
  padding-left: 0;
  padding-right: 0;
}
body.\--style-header-fixed .ph .ph__secondary {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  padding: 0;
}
body.\--style-header-fixed .ph .ph__secondary > .container {
  position: static;
  padding-left: 0;
  padding-right: 0;
}
body.\--style-header-fixed .ph .ph__islamic-date,
body.\--style-header-fixed .ph .ph__account {
  display: none;
}
body.\--style-header-fixed .ph .ph__logo {
  width: auto;
  padding-right: 30px;
}
body.\--style-header-fixed .ph .ph__logo img:not(.ph__logo__small) {
  display: none;
}
body.\--style-header-fixed .ph .ph__logo__small {
  display: block;
}
body.\--style-header-fixed .ph .ph__timetable {
  display: none;
}
body.\--style-header-fixed .ph .ph__donate {
  position: absolute;
  padding-top: 0;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.\--style-header-fixed .ph .ph__donate__call {
  display: none;
}
body.\--style-header-fixed .ph .ph__donate a {
  margin-bottom: 0;
}
body.\--style-header-fixed .ph .ph__cart {
  min-width: 0;
  text-align: center;
  padding-right: 30px;
}
body.\--style-header-fixed .ph .ph__cart label {
  display: block;
  margin-bottom: 8px;
}
body.\--style-header-fixed .ph .ph__cart label:after {
  display: none;
}
body.\--style-header-fixed .ph .ph__search__wrapper .ph__search__close {
  font-size: 0;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #262626;
  letter-spacing: normal;
}
body.\--style-header-fixed .ph .ph__search__wrapper .ph__search__close .icon {
  font-size: 30px;
  margin-right: 0;
}
.ph ~ .\+pull-top-header {
  margin-top: -20px;
  padding-top: 20px;
}
body.\--show-search:not(.\--style-header-fixed) .ph {
  margin-bottom: 0;
}
body.\--show-search:not(.\--style-header-fixed) .ph .ph__secondary {
  display: none;
}
body.\--show-search:not(.\--style-header-fixed) .ph .ph__donate,
body.\--show-search:not(.\--style-header-fixed) .ph .ph__branch-selector {
  opacity: 0;
  pointer-events: none;
}
body.\--show-search:not(.\--style-header-fixed) .ph .ph__search__wrapper {
  display: block;
}
body.\--show-search.\--style-header-fixed .ph .ph__search__wrapper {
  display: block;
}
.pf {
  background-color: #262626;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 70px;
}
.pf__grid {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.pf__grid.\--style-bottom-aligned {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.pf__grid.\--style-center-aligned {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.pf__details {
  position: relative;
}
.pf__details address {
  font-size: 15px;
  color: #ccc;
  line-height: 1.5;
  margin-bottom: 36px;
}
.pf__details a {
  font-size: 15px;
  display: table;
  color: #ccc;
  line-height: 1.5;
}
.pf__logos img {
  display: block;
}
@media (min-width: 1200px) {
  .pf__logos img {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 40px;
  }
  .pf__logos img:last-child {
    margin-right: 0;
  }
}
.pf__title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.pf__subtitle {
  font-size: 14px;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  margin-bottom: 25px;
}
.pf__menu {
  max-width: 250px;
  min-width: 150px;
}
.pf__menu__title {
  font-size: 24px;
  font-weight: 400;
  color: #f9cd00;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.pf__menu ul {
  font-size: 16px;
}
.pf__menu ul li {
  line-height: 1.7;
  margin-bottom: 5px;
}
.pf__menu ul a {
  color: #fff;
}
.pf__menu ul a:hover {
  color: #f9cd00;
}
.pf__bottom-links {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 34px;
}
.pf__bottom-links li {
  margin: 0 17px;
  line-height: 1;
}
.pf__bottom-links li:first-child {
  margin-left: 0;
}
.pf__bottom-links li:last-child {
  margin-right: 0;
}
.pf__social ul {
  margin-bottom: 0;
}
.pf__social ul li {
  line-height: 1;
  font-size: 48px;
  margin: 0 5px;
}
.pf__social ul li:first-child {
  margin-left: 0;
}
.pf__social ul li:last-child {
  margin-right: 0;
}
.pf__social ul li a {
  color: #ccc;
  font-size: 48px;
}
.pf__secondary {
  font-size: 15px;
  margin-bottom: 30px;
}
.pf__secondary p {
  margin-bottom: 0;
}
.pf__secondary .container:before {
  border-top: 1px solid #333;
  padding-top: 15px;
  display: block;
  content: "";
}
.pf__secondary .container:after {
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  display: block;
  content: "";
}
.pf__tertiary p,
.pf__tertiary a {
  color: #ccc;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.pf__tertiary a:hover {
  color: #f9cd00;
}
.pf__tertiary a.site-by {
  text-transform: none;
}
.ps {
  padding: 40px 0;
  background-color: #f5f5f0;
  bottom: 0;
  position: fixed;
  top: 216px;
  left: 0;
  right: 0;
  z-index: 100;
  overflow: auto;
  display: none;
}
body.\--show-search .ps {
  display: block;
}
.ps__grid {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-left: -20px;
}
.ipad .ps__grid > div {
  height: auto;
  background: #fff;
  padding-left: 0;
  margin-left: 20px;
}
.ps__grid > div:nth-child(1) {
  width: 66%;
  padding-left: 20px;
}
.ps__grid > div + div {
  width: 34%;
  padding-left: 20px;
}
.ps__box {
  background-color: #fff;
  padding: 40px;
  height: 100%;
}
.ps .i3-slider {
  max-width: 1120px;
  overflow: hidden;
}
.ps__title {
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body.\--style-header-fixed .ps {
  top: 160px;
}
.pn > ul {
  margin-bottom: 0;
  font-size: 15px;
}
@media (min-width: 1280px) {
  .pn > ul {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .pn > ul {
    font-size: 19px;
  }
}
.pn > ul > li {
  line-height: 1;
  margin-left: 5px;
  margin-right: 5px;
}
@media (min-width: 1280px) {
  .pn > ul > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 1366px) {
  .pn > ul > li {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.pn > ul > li:first-child {
  margin-left: 0;
}
.pn > ul > li > a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}
.pn > ul > li > a:hover {
  color: #f9cd00;
}
.pn .has-submenu {
  position: relative;
}
.pn__submenu {
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 20px;
  z-index: 1;
}
.pn__submenu ul {
  margin-bottom: 0;
  min-width: 300px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.pn__submenu ul li {
  display: block;
  width: 100%;
}
.pn__submenu ul li a {
  display: block;
  padding: 10px 15px;
  color: #666;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
  color: #666;
}
.pn__submenu ul li a:hover {
  color: #f9cd00;
}
.pn__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  padding: 20px 0 0;
  border-top: 1px solid #ccc;
  opacity: 0;
  color: #333;
  z-index: 100;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  max-height: calc(100vh - 250px);
  overflow: auto;
}
.pn__dropdown ul {
  margin: 0 0 20px;
}
.pn__dropdown ul li {
  display: block;
  padding-bottom: 0;
}
.pn__dropdown ul li a {
  color: #666;
  font-size: 17px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
  color: #666;
}
.pn__dropdown ul li a:hover {
  color: #f9cd00;
}
.pn__dropdown .container {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
@media (min-width: 1500px) {
  .pn__dropdown .container {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
}
.pn__dropdown__title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.pn__dropdown__title a {
  color: #c9a621;
  background-image: -moz-linear-gradient(left, #ebebeb, #ebebeb);
  background-image: -webkit-linear-gradient(left, #ebebeb, #ebebeb);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ebebeb),
    to(#ebebeb)
  );
  background-image: -o-linear-gradient(left, #ebebeb, #ebebeb);
  background-image: linear-gradient(to right, #ebebeb, #ebebeb);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 10px;
}
.btn,
.ui-dialog .i3-dialog-footer .btn {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  padding: 10px 40px;
  background-color: #fff;
  color: #333;
  font-size: 24px;
  text-transform: none;
  line-height: 1 !important;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid transparent;
  white-space: nowrap;
}
.btn:hover,
.ui-dialog .i3-dialog-footer .btn:hover {
  color: #f9cd00;
}
.btn i,
.ui-dialog .i3-dialog-footer .btn i {
  margin-left: 10px;
  font-size: 12px;
  vertical-align: top;
  margin-top: 3px;
}
.btn i.icon-download,
.ui-dialog .i3-dialog-footer .btn i.icon-download {
  font-size: 20px;
}
.btn.\--theme-primary,
.ui-dialog .i3-dialog-footer .btn {
  background-color: #f9cd00;
}
.btn.\--theme-primary:hover,
.ui-dialog .i3-dialog-footer .btn:hover {
  background-color: #e0b800;
  border-color: #e0b800;
  color: #333;
}
.btn.\--theme-secondary,
.ui-dialog .i3-dialog-footer .\--theme-secondary.btn,
.ui-dialog .i3-dialog-footer .btn + .btn {
  background-color: #d70a24;
  color: #fff;
}
.btn.\--theme-secondary:hover,
.ui-dialog .i3-dialog-footer .btn + .btn:hover {
  background-color: #bf0920;
  border-color: #bf0920;
  color: #fff;
}
.btn.\--theme-black,
.ui-dialog .i3-dialog-footer .\--theme-black.btn {
  background-color: #262626;
  color: #fff;
}
.btn.\--theme-black:hover {
  background-color: #191919;
  border-color: #191919;
  color: #fff;
}
.btn.\--theme-grey,
.ui-dialog .i3-dialog-footer .\--theme-grey.btn {
  background-color: #ebebeb;
  color: #333;
}
.btn.\--theme-grey i.icon {
  color: #9c9c9c;
}
.btn.\--theme-grey:hover {
  background-color: #191919;
  border-color: #191919;
  color: #fff;
}
.btn.\--theme-grey:hover i.icon {
  color: #fff;
}
.btn.\--theme-dark-grey,
.ui-dialog .i3-dialog-footer .\--theme-dark-grey.btn {
  background-color: #333;
  color: #fff;
}
.btn.\--theme-dark-grey:hover {
  background-color: #191919;
  border-color: #191919;
  color: #fff;
}
.btn.\--style-large,
.ui-dialog .i3-dialog-footer .\--style-large.btn {
  font-size: 36px;
  padding: 11px 50px;
}
.btn.\--style-large i.icon {
  font-size: 26px;
  margin-top: 7px;
}
.btn.\--style-medium,
.ui-dialog .i3-dialog-footer .\--style-medium.btn {
  font-size: 24px;
  letter-spacing: 3px;
  padding: 17px 50px;
}
.btn.\--style-block,
.ui-dialog .i3-dialog-footer .\--style-block.btn {
  width: 100%;
  padding-left: 5px !important;
  padding-right: 5px !important;
  text-align: center;
}
.btn.\--style-cta,
.ui-dialog .i3-dialog-footer .\--style-cta.btn {
  padding: 12px 120px 14px 20px;
  line-height: 1;
  font-size: 32px;
  position: relative;
  text-align: left;
  font-weight: 400;
}
.btn.\--style-cta:after,
.ui-dialog .i3-dialog-footer .\--style-cta.btn:after {
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 15px;
  top: 50%;
  font-size: 20px;
  margin-top: -10px;
  position: absolute;
}
.btn.\--style-cta.\--style-small {
  font-size: 20px;
  letter-spacing: -1px;
  padding: 12px 35px 12px 15px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}
.btn.\--style-cta.\--style-small:after {
  right: 10px;
}
.btn.\--style-cta.\--style-block {
  padding-left: 15px !important;
  padding-right: 35px !important;
}
.btn.\--style-trans,
.ui-dialog .i3-dialog-footer .\--style-trans.btn {
  font-size: 14px;
  color: #666;
  border: 2px solid #ccc;
  font-family: "Barlow", sans-serif;
  text-transform: none;
  padding-top: 14px;
  padding-bottom: 14px;
}
.btn.\--style-trans:hover {
  border-color: #f9cd00;
  color: #f9cd00;
}
.btn.\--style-icon span,
.ui-dialog .i3-dialog-footer .\--style-icon.btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn.\--style-icon span i,
.ui-dialog .i3-dialog-footer .\--style-icon.btn span i {
  font-size: 1.22222rem;
  margin: 0 12px 0 0;
}
a.btn,
.ui-dialog .i3-dialog-footer a.btn {
  text-decoration: none;
}
hr {
  border-bottom: 1px solid #ccc;
}
hr.\--style-thick {
  border-bottom-width: 2px;
}
.cookies-page {
  position: relative;
  margin-top: 30px;
}
.cookies-page .container {
  max-width: 850px;
}
.cookies-page__list > ul > li {
  position: relative;
  padding-right: 250px;
  border-bottom: 1px solid #ccc;
  padding-top: 40px;
  padding-bottom: 40px;
}
.cookies-page__list > ul > li:last-child {
  border-bottom: 0;
}
.cookies-page__title {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cookies-page__item-title {
  font-size: 22px;
  font-family: "Barlow", sans-serif;
  text-transform: none;
  margin-bottom: 10px;
}
.cookies-page__controller {
  position: absolute;
  right: 0;
  top: 60px;
  width: 150px;
}
.cookies-page__immitate-control label {
  display: block;
  cursor: pointer;
  margin-bottom: 0;
  height: 50px;
  width: 150px;
  position: relative;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  cursor: default !important;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
}
.cookies-page__immitate-control label.\--disable {
  background-color: #efefef;
  color: #262626;
}
.cookies-page__immitate-control label.\--disable span {
  margin-left: -100px;
}
.cookies-page__immitate-control label.\--disable span i {
  border-radius: 5px 0 0 5px;
}
.cookies-page__immitate-control label.\--disable span i:after {
  opacity: 0.2;
  color: #000;
}
.cookies-page__immitate-control label.\--enable {
  color: #262626;
  background-color: #f9cd00;
}
.cookies-page__immitate-control label.\--enable i {
  background-color: #ad8e00;
  position: relative;
}
.cookies-page__immitate-control label span {
  display: block;
  height: 20px;
  width: 250px;
  -webkit-transition: margin-left 0.2s ease-in-out;
  -moz-transition: margin-left 0.2s ease-in-out;
  -o-transition: margin-left 0.2s ease-in-out;
  transition: margin-left 0.2s ease-in-out;
}
.cookies-page__immitate-control label em {
  display: block;
  font-style: normal;
  width: 100px;
  float: left;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding-top: 18px;
  text-transform: uppercase;
}
.cookies-page__immitate-control label i {
  display: block;
  height: 50px;
  width: 50px;
  float: left;
  background-color: #efefef;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  border-radius: 0 5px 5px 0;
  -webkit-box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
}
.cookies-page__immitate-control label i:after {
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 18px;
  top: 17px;
}
.cookies-page input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.cookies-popover {
  color: #262626;
  position: fixed;
  bottom: 0;
  right: 0;
  background: #f9cd00;
  padding: 17px 0 0;
  text-align: center;
  height: 45px;
  width: 90px;
  overflow: hidden;
  z-index: 10001;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: -3px 0 38px rgba(0, 0, 0, 0.5);
  box-shadow: -3px 0 38px rgba(0, 0, 0, 0.5);
}
.cookies-popover a,
.cookies-popover a:hover {
  color: inherit;
}
.cookies-popover__title {
  text-transform: uppercase;
  color: #262626;
  margin: 0;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: normal;
  font-family: "Barlow", sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
}
.cookies-popover__title.\--disposable {
  display: block;
}
.cookies-popover__wrap {
  padding: 15px 25px 0;
  position: absolute;
  left: -999px;
  width: 320px;
  text-align: left;
}
.cookies-popover p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.cookies-popover__close {
  position: absolute;
  top: 12px;
  right: -35px;
  color: #262626;
  font-size: 20px;
  opacity: 0;
  text-decoration: none;
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cookies-popover__links {
  padding: 0;
  margin: 0;
}
.cookies-popover__links li {
  text-transform: uppercase;
  color: #262626;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 10px 5px 0;
  margin-right: 10px;
  border-right: 1px solid #262626;
}
.cookies-popover__links li:last-child {
  border: none;
}
.cookies-popover.\--expanded {
  width: 375px;
  height: 295px;
}
.cookies-popover.\--expanded .cookies-popover__wrap {
  left: 0;
}
.cookies-popover.\--expanded .cookies-popover__close {
  opacity: 1;
}
.cookies-popover.\--expanded .cookies-popover__title.\--disposable {
  display: none;
}
.df {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  pointer-events: none;
  z-index: 100;
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  opacity: 0;
}
.df__media {
  width: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1400px) {
  .df__media {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.df__title {
  font-size: 48px;
  text-transform: uppercase;
  color: #333;
  line-height: 1;
  margin-bottom: 25px;
  letter-spacing: -1px;
  text-align: center;
}
.df__close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 24px;
  color: #262626;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}
.df__close .icon {
  margin-right: 8px;
  margin-top: 1px;
}
.df__content {
  width: 50%;
  background-color: #fff;
  height: 100vh;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .df__content {
    max-width: 700px;
  }
}
.df__column-wrapper {
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: auto;
}
.df__column-wrapper > * {
  white-space: normal;
}
body.\--show-df-col-1 .df__column-wrapper {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body.\--show-df-col-2 .df__column-wrapper {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50vw);
  -moz-transform: translateX(-50vw);
  -o-transform: translateX(-50vw);
  -ms-transform: translateX(-50vw);
  transform: translateX(-50vw);
}
body.\--show-df-col-3 .df__column-wrapper {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-100vw);
  -moz-transform: translateX(-100vw);
  -o-transform: translateX(-100vw);
  -ms-transform: translateX(-100vw);
  transform: translateX(-100vw);
}
@media (min-width: 1400px) {
  body.\--show-df-col-2 .df__column-wrapper {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-700px);
    -moz-transform: translateX(-700px);
    -o-transform: translateX(-700px);
    -ms-transform: translateX(-700px);
    transform: translateX(-700px);
  }
  body.\--show-df-col-3 .df__column-wrapper {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-1400px);
    -moz-transform: translateX(-1400px);
    -o-transform: translateX(-1400px);
    -ms-transform: translateX(-1400px);
    transform: translateX(-1400px);
  }
}
.df__column {
  width: 50vw;
  height: 100vh;
  position: relative;
  display: inline-block;
  margin-right: -4px;
}
@media (min-width: 1400px) {
  .df__column {
    width: 700px;
  }
}
body.\--show-df .df {
  pointer-events: auto;
  opacity: 1;
}
body.\--show-df .df .df__media,
body.\--show-df .df .df__content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.df__totals {
  margin-bottom: 25px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.df__totals dt {
  font-size: 22px;
  color: #333;
  font-weight: 600;
}
.df__totals dd {
  font-size: 36px;
  font-weight: 600;
  background-color: #f9cd00;
  color: #333;
  line-height: 1.2;
  padding-left: 4px;
  padding-right: 4px;
}
.df__totals dd em {
  font-style: normal;
}
.tablet .df__cart,
.tablet .df__add,
.tablet .df__added,
.mobile.pc .df__cart,
.mobile.pc .df__add,
.mobile.pc .df__added {
  padding-bottom: 600px;
}
.tablet .df__cart__actions,
.tablet .df__add__actions,
.tablet .df__added__actions,
.mobile.pc .df__cart__actions,
.mobile.pc .df__add__actions,
.mobile.pc .df__added__actions {
  padding-bottom: 225px;
}
@media (min-device-width: 800px) and (max-device-width: 1280px) {
  .df__cart,
  .df__add,
  .df__added {
    padding-bottom: 600px;
  }
  .df__cart__actions,
  .df__add__actions,
  .df__added__actions {
    padding-bottom: 225px;
  }
}
.df__add {
  padding-bottom: 195px;
  padding-top: 60px;
  height: 100vh;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  top: 0;
  background-color: #fff;
  overflow-y: auto;
}
.df__add hr {
  border-bottom: 4px solid #e1e1e1;
}
.df__add__actions {
  padding: 110px 30px 25px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f0;
  background-image: url(/_ui/themes/ukim/media/df-actions-bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
.df__add__actions > div {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.df__add__content {
  overflow: auto;
  height: calc(100vh - (60px + 195px));
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.df__added {
  padding-bottom: 314px;
  padding-top: 60px;
  height: 100vh;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  top: 0;
  background-color: #fff;
}
.df__added__actions {
  padding: 90px 30px 25px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f0;
  background-image: url(/_ui/themes/ukim/media/df-actions-bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
.df__added__actions > div {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.df__added__content {
  overflow: auto;
  height: calc(100vh - (60px + 314px));
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.df__qurbani {
  padding-bottom: 0;
  padding-top: 60px;
  height: 100vh;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  top: 0;
  background-color: #fff;
}
.df__qurbani__content {
  overflow: auto;
  height: calc(100vh - (60px));
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.df__cart {
  padding-bottom: 314px;
  padding-top: 60px;
  height: 100vh;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  top: 0;
  background-color: #fff;
}
.df__cart__actions {
  padding: 90px 30px 25px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f0;
  background-image: url(/_ui/themes/ukim/media/df-actions-bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
.df__cart__actions > div {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.df__cart__content {
  overflow: auto;
  height: calc(100vh - (60px + 314px));
}
.df__cart__items {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.df__donation {
  border: 1px solid #ccc;
  padding: 20px 30px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 5px;
}
.df__donation__left {
  padding-right: 20px;
}
.df__donation__left .df__donation__content .df__donation__instalment th {
  background-color: #262626;
}
.df__donation__left .df__donation__instalment__schedule td {
  background-color: #262626 !important;
}
.df__donation__right {
  text-align: right;
  min-width: 170px;
}
.df__donation__title {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #333;
  font-size: 22px;
  margin-bottom: 5px;
  display: block;
  margin-top: 5px;
}
.df__donation__title span {
  background-image: -moz-linear-gradient(left, #f9cd00, #f9cd00);
  background-image: -webkit-linear-gradient(left, #f9cd00, #f9cd00);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f9cd00),
    to(#f9cd00)
  );
  background-image: -o-linear-gradient(left, #f9cd00, #f9cd00);
  background-image: linear-gradient(to right, #f9cd00, #f9cd00);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 5px;
}
.df__donation__category {
  font-size: 14px;
  color: #666;
  display: block;
  min-height: 25px;
}
.df__donation__category + .df__donation__remove {
  margin-top: 15px;
}
.df__donation .w-increment-decrement + .df__donation__total {
  margin-top: 15px;
}
.df__donation__total {
  font-weight: 600;
  color: #333;
  font-size: 24px;
  line-height: 1;
  display: block;
  text-align: right;
  white-space: nowrap;
  margin-top: 5px;
  letter-spacing: -1px;
}
.df__donation__total em {
  font-style: normal;
}
.df__donation__total + .df__donation__remove {
  margin-top: 10px;
}
.df__donation__remove {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  color: #b3b3b3;
  display: table;
  margin-left: auto;
}
.df__donation__remove .icon {
  vertical-align: middle;
  font-size: 20px;
  margin-top: -2px;
  margin-left: -3px;
}
.df__donation__detail {
  padding: 10px 0;
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 1.2;
}
.df__donation__detail strong {
  font-weight: 600;
}
.df__donation + .df__donation {
  margin-top: 10px;
}
.df__donation.\--style-support .df__donation__title {
  margin-top: 0;
}
.df__donation__assign-link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  display: block;
  padding-top: 10px;
  border-top: 1px solid #efefef;
}
.df__donation__assignments__names {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
}
.df__donation__assignments__names .icon {
  vertical-align: middle;
  margin-top: -2px;
}
.df__donation__assignments__gifts {
  margin-top: 15px;
}
.df__donation__assignments__gifts div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.df__donation__assignments__gifts a {
  color: #151515;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 0;
}
.df__donation__assignments__gifts i {
  color: #f9cd00;
  font-size: 18px;
  margin-right: 8px;
}
.df__donation__assignments__gifts p {
  font-weight: 500;
  font-size: 0.77778rem;
}
.df__donation__assignments__gifts p span {
  color: #666;
}
.df__donation__instalment {
  width: 100%;
}
.df__donation__instalment table {
  width: 100%;
  text-align: left;
}
.df__donation__instalment__children {
  padding-top: 1.11111rem;
  margin-bottom: 10px;
}
.df__donation__instalment__children th {
  color: #171717;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc !important;
  background-color: unset !important;
}
.w-donation-summary .df__donation__instalment__children th {
  color: #fff;
}
.df__donation__instalment__children td {
  letter-spacing: -1px;
  color: #f9cd00;
  font-size: 18px;
  line-height: 1;
  text-align: right;
  vertical-align: top;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: unset !important;
  border-left: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
}
.df__donation__instalment__children td em {
  font-size: 12px;
  font-style: normal;
  padding-right: 0.1em;
}
.df__donation__instalment__schedule {
  padding-top: 1.11111rem;
  margin-bottom: 10px;
}
.df__donation__instalment__schedule th {
  color: #171717;
  font-size: 15px;
  letter-spacing: -1px;
  line-height: 1;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.w-donation-summary .df__donation__instalment__schedule th {
  color: #fff;
}
.df__donation__instalment__schedule td {
  letter-spacing: -1px;
  color: #f9cd00;
  font-size: 15px;
  line-height: 1;
  text-align: right;
  vertical-align: top;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.df__donation__instalment__schedule td em {
  font-style: normal;
  padding-right: 0.1em;
}
.df__donation__instalment__schedule[style*="display: none"]
  ~ .d-donation__instalment__toggle {
  margin-top: -10px;
}
.df__donation__instalment__toggle {
  font-size: 18px;
  text-transform: uppercase;
  color: #b3b3b3;
  display: table;
  font-family: "Barlow Condensed", sans-serif;
}
.w-donation-summary .df__donation__instalment__toggle {
  color: #fff;
}
.df__gift {
  padding: 50px 100px 0;
}
.df__gift__content p {
  color: #666;
}
.df__gift__content h4 {
  text-transform: uppercase;
  font-size: 1.88889rem;
  font-weight: 500;
}
.df__gift__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.df__gift__grid__item {
  width: 46%;
}
.df__gift__grid__item i {
  color: #f8cb00;
  font-size: 2rem;
}
.df__gift__grid__item h4 {
  font-family: "Playfair Display";
  font-size: 1.55556rem;
  text-transform: unset;
  margin: 25px 0;
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.df__gift__grid__item h4::after {
  content: "";
  width: 100%;
  background-color: #eff0ea;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
input[type="email"],
input[type="number"],
input[type="text"],
input[type="password"],
textarea {
  font-size: 18px;
  border: 0;
  width: 100%;
  outline: 0;
  border: 1px solid #ccc;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding: 11px 15px 11px 20px;
  border-radius: 0;
  font-family: "Barlow", sans-serif;
}
input[type="email"]:active,
input[type="email"]:focus,
input[type="number"]:active,
input[type="number"]:focus,
input[type="text"]:active,
input[type="text"]:focus,
input[type="password"]:active,
input[type="password"]:focus,
textarea:active,
textarea:focus {
  border-color: #b3b3b3;
}
textarea {
  min-height: 110px;
}
.mce-panel {
  border: 1px solid #ebebeb !important;
}
[readonly],
[disabled] {
  cursor: not-allowed;
}
::-webkit-input-placeholder {
  color: #666;
}
:-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
:-moz-placeholder {
  color: #666;
}
form fieldset {
  margin-bottom: 30px;
}
form select {
  width: 100%;
  padding: 15px;
}
form legend {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 30px;
}
form .help-block {
  display: block;
  padding: 3px 0;
  font-size: 13px;
}
form p {
  line-height: 1.5;
}
.layout-padded.layout-bleed.module-form {
  border: 1px solid #ccc;
  padding: 50px;
}
.control-checkbox {
  line-height: 1;
}
.control-checkbox > label {
  display: block;
  cursor: pointer;
  padding-left: 20px;
  min-width: 20px;
  min-height: 20px;
  position: relative;
}
.control-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.control-checkbox input[type="checkbox"]:checked ~ .control-checkbox__checkbox {
  background-color: #ffca0a;
  border-color: #ffca0a;
}
.control-checkbox
  input[type="checkbox"]:checked
  ~ .control-checkbox__checkbox
  > i {
  opacity: 1;
  color: #fff;
}
.control-checkbox__checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  vertical-align: top;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  font-size: 13px;
  text-align: center;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  border-radius: 2px;
}
.control-checkbox__checkbox > i {
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
}
.control-checkbox__checkbox > i:before {
  line-height: 16px;
}
.control-checkbox__text {
  display: inline-block;
  vertical-align: top;
  color: #666;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  line-height: 1.3;
  margin-left: 15px;
  margin-top: -2px;
  font-size: 17px;
}
.control-checkbox__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.control-checkbox__grid__item {
  width: 50%;
  padding-left: 20px;
  padding-bottom: 20px;
}
.control-checkbox.\--style-prayer-list {
  border: 1px solid #ccc;
  border-radius: 2px;
  height: 100%;
}
.control-checkbox.\--style-prayer-list > label {
  padding: 20px 20px 20px 40px;
}
.control-checkbox.\--style-prayer-list .control-checkbox__checkbox {
  left: 20px;
}
.control-checkbox.\--style-prayer-list .control-checkbox__text {
  font-size: 14px;
  line-height: 1;
}
.control-checkbox.\--style-prayer-list .control-checkbox__text strong {
  display: block;
  margin-bottom: 5px;
}
.control-checkbox.\--style-prayer-list .control-checkbox__text em {
  font-style: normal;
  font-size: 15px;
}
.control-checkbox.\--style-prayer-list input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.control-checkbox.\--style-prayer-list
  input[type="checkbox"]:checked
  ~ .control-checkbox__text {
  opacity: 0.6;
}
.control-checkbox.\--style-support {
  padding: 20px 30px 60px;
  position: relative;
}
.control-checkbox.\--style-support .control-checkbox__border {
  border: 2px solid #b3b3b3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.control-checkbox.\--style-support input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.control-checkbox.\--style-support
  input[type="checkbox"]:checked
  ~ .control-checkbox__border {
  border-color: #f9cd00;
  background-color: #f9cd00;
}
.control-checkbox.\--style-support
  input[type="checkbox"]:checked
  ~ .control-checkbox__text
  label {
  color: #262626;
}
.control-checkbox.\--style-support
  input[type="checkbox"]:checked
  ~ .control-checkbox__text
  p {
  color: #333;
}
.control-checkbox.\--style-support
  input[type="checkbox"]:checked
  ~ .control-checkbox__price {
  color: #262626;
}
.control-checkbox.\--style-support
  input[type="checkbox"]:checked
  ~ .control-checkbox__checkbox {
  color: #000;
}
.control-checkbox.\--style-support .control-checkbox__checkbox {
  display: block;
  font-size: 48px;
  width: 48px;
  height: 48px;
  color: #ccc;
  border: 0;
  background-color: transparent;
  position: static;
  top: auto;
  left: auto;
  position: relative;
  margin: 0 auto 10px;
}
.control-checkbox.\--style-support .control-checkbox__checkbox i {
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}
.control-checkbox.\--style-support .control-checkbox__text {
  display: block;
  text-align: center;
  margin: 0;
  position: relative;
}
.control-checkbox.\--style-support .control-checkbox__text label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 17px;
  color: #b3b3b3;
}
.control-checkbox.\--style-support .control-checkbox__text p {
  font-size: 28px;
  color: #9c9c9c;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  min-height: 56px;
  margin-bottom: 10px;
}
.control-checkbox.\--style-support .control-checkbox__price {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  font-size: 28px;
  color: #9c9c9c;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-align: center;
}
.control-checkbox.\--style-support .control-checkbox__price em {
  font-style: normal;
}
.control-checkbox.\--style-support.\--style-inline {
  padding: 20px 20px 20px 65px;
  margin-top: 10px;
  text-align: left;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.control-checkbox.\--style-support.\--style-inline .control-checkbox__border {
  border: 1px solid #b3b3b3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.control-checkbox.\--style-support.\--style-inline .control-checkbox__price {
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  position: relative;
  padding-left: 10px;
}
.control-checkbox.\--style-support.\--style-inline .control-checkbox__checkbox {
  margin: 0;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -24px;
}
.control-checkbox.\--style-support.\--style-inline .control-checkbox__text {
  text-align: left;
}
.control-checkbox.\--style-support.\--style-inline
  .control-checkbox__text
  label {
  margin-bottom: 5px;
  font-size: 13px;
}
.control-checkbox.\--style-support.\--style-inline .control-checkbox__text p {
  font-size: 22px;
  text-transform: none;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  letter-spacing: -1px;
  margin-bottom: 0;
  min-height: 0;
}
.control-group {
  margin-bottom: 20px;
}
.control-group__label {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
  line-height: 1.5;
}
.control-group__label i {
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  margin-right: 10px;
}
.control-group__label label {
  display: block;
}
.control-group__message {
  font-size: 14px;
  padding: 10px 0;
}
.control-group__control {
  position: relative;
}
.control-group__control.type-fixed {
  overflow: hidden;
}
.control-group p.error {
  font-size: 12px;
  color: red;
  padding: 4px 0 0;
  margin-bottom: 0;
}
.control-group__hint {
  font-size: 16px;
  color: #c9a621;
  padding: 4px 0 0;
  margin-bottom: 0;
}
.control-group__OR {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  font-weight: 700;
  background-color: #f9cd00;
  margin-top: -3px;
  margin-right: 10px;
}
.control-group__OR:before {
  content: "or";
}
.control-group__stars {
  padding: 14px;
  background: #fff;
  border: 1px solid #ccc;
  display: inline-block;
}
.control-group__stars .control-radio {
  display: none;
}
.control-group__stars a {
  text-decoration: none;
  color: #ccc;
  margin-right: 3px;
  font-size: 26px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.control-group__stars a.cancel {
  margin-right: 10px;
  font-size: 16px;
  margin-top: 3px;
  color: red;
}
.control-group__stars a.rating {
  color: #f9cd00;
}
.control-group__stars a.rating-over {
  color: #f9cd00;
}
.control-group__stars a i {
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.control-group.\--type-newsletter {
  position: relative;
}
.control-group.\--type-newsletter input[type="email"],
.control-group.\--type-newsletter input[type="number"],
.control-group.\--type-newsletter input[type="text"],
.control-group.\--type-newsletter input[type="password"] {
  font-weight: 500;
  color: #ebebeb;
  text-align: center;
  background-color: transparent;
  padding: 18px 20px;
}
.control-group.\--type-newsletter ::-webkit-input-placeholder {
  color: #ebebeb;
}
.control-group.\--type-newsletter :-moz-placeholder {
  color: #ebebeb;
}
.control-group.\--type-newsletter :-ms-input-placeholder {
  color: #ebebeb;
}
.control-group.\--type-newsletter :-moz-placeholder {
  color: #ebebeb;
}
.control-group.\--type-newsletter p.error {
  margin-bottom: 0;
  display: none;
  color: #fff;
}
.control-group.\--type-search {
  position: relative;
}
.control-group.\--type-search input[type="text"],
.control-group.\--type-search input[type="number"],
.control-group.\--type-search input[type="email"],
.control-group.\--type-search input[type="password"] {
  font-size: 24px;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  padding: 3px 0;
  border: 0;
  border-bottom: 3px solid #009b83;
  background-color: transparent;
}
.ff .control-group.\--type-search input[type="text"],
.ff .control-group.\--type-search input[type="number"],
.ff .control-group.\--type-search input[type="email"],
.ff .control-group.\--type-search input[type="password"] {
  padding: 7px 0;
}
.control-group.\--type-search button {
  position: absolute;
  top: 11px;
  right: 8px;
  background-color: transparent;
  color: #666;
}
.control-group.\--type-prefix input[type="number"],
.control-group.\--type-prefix input[type="text"] {
  padding-left: 34px;
}
.control-group.\--type-prefix .control-group__control {
  position: relative;
}
.control-group.\--type-prefix .control-group__control__prefix {
  font-size: 18px;
  font-weight: 700;
  top: 15px;
  left: 20px;
  color: #262626;
  position: absolute;
}
.control-group.\--style-small input[type="email"],
.control-group.\--style-small input[type="number"],
.control-group.\--style-small input[type="text"],
.control-group.\--style-small input[type="password"],
.control-group.\--style-small textarea {
  padding: 10px;
}
.control-group.\--style-small .control-select {
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
}
.control-group.\--style-small .control-check {
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
}
.control-group.\--style-small .control-checkbox__checkbox {
  width: 20px;
  height: 20px;
}
.control-group.\--style-small .control-group__label,
.control-group.\--style-small .control-checkbox__text {
  font-size: 14px;
}
.control-group.\--style-xsmall input[type="email"],
.control-group.\--style-xsmall input[type="number"],
.control-group.\--style-xsmall input[type="text"],
.control-group.\--style-xsmall input[type="password"],
.control-group.\--style-xsmall textarea {
  padding: 10px;
}
.control-group.\--style-xsmall .control-select {
  padding: 12px;
  font-size: 13px;
  font-weight: 400;
}
.control-group.\--style-xsmall .control-check {
  padding: 12px;
  font-size: 13px;
  font-weight: 400;
}
.control-group.\--style-xsmall .control-checkbox__checkbox {
  width: 12px;
  height: 12px;
}
.control-group.\--style-xsmall .control-checkbox__checkbox > i {
  font-size: 8px;
  margin-top: -15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
}
.control-group.\--style-xsmall .control-group__label,
.control-group.\--style-xsmall .control-checkbox__text {
  font-size: 13px;
}
.control-group.\--style-xsmall .control-checkbox__text {
  margin: 0 0 0 2px;
}
.control-group.\--type-horizontal {
  display: table;
  width: 100%;
}
.control-group.\--type-horizontal.\--long-labels .control-group__label {
  width: 50%;
}
.control-group.\--type-horizontal .control-group__label {
  display: table-cell;
  width: 200px;
  vertical-align: top;
  font-size: 18px;
  padding-top: 8px;
}
.control-group.\--type-horizontal .control-group__label label {
  display: inline-block;
}
.control-group.\--type-horizontal .control-group__control {
  display: table-cell;
}
.control-group.\--type-horizontal
  .control-group__control
  .control-group__control {
  display: block;
}
.control-group.\--type-gift {
  text-align: center;
}
.control-group.\--type-gift label {
  font-size: 1.11111rem;
  text-transform: uppercase;
  font-family: "Barlow Condensed";
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
  color: #828282;
}
.control-group.\--type-gift input,
.control-group.\--type-gift textarea {
  border: 2px #333 solid;
  border-radius: 2px;
  color: #4e4e4e;
  font-weight: 500;
  padding: 15px 22px;
  font-size: 1.11111rem;
}
.control-group.\--type-gift .control-group__control {
  margin-bottom: 30px;
}
.control-group.\--type-range input[type="text"] {
  font-size: 12px;
  color: #666;
  text-align: center;
  padding: 5px;
}
.control-group.\--type-range .to {
  margin-top: 7px;
  font-size: 11px;
  color: #222;
  display: inline-block;
}
.control-group.\--type-range .slider-range {
  height: 5px;
  background-color: #666;
  margin: 0 5px;
  border-radius: 5px;
}
.control-group.\--type-range .slider-range .ui-slider-range {
  background-color: #333;
}
.control-group.\--type-range .slider-range .ui-slider-handle {
  width: 12px;
  height: 12px;
  border: 0;
  top: -4px;
  margin-left: -7px;
  background-color: #333;
  border-radius: 50%;
  border: 2px solid #333;
}
.control-group.\--type-header-search {
  position: relative;
  margin-bottom: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
body.\--style-header-fixed .control-group.\--type-header-search {
  margin-right: 30px;
}
.control-group.\--type-header-search .control-group__label {
  font-size: 32px;
  letter-spacing: -1px;
  color: #333;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
.control-group.\--type-header-search .control-group__control {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 230px;
}
.control-group.\--type-header-search input[type="text"] {
  font-size: 32px;
  letter-spacing: -1px;
  color: #333;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #c9a621;
  border: 0;
  padding: 0;
  padding-left: 15px;
}
.control-group.\--type-header-search [type="submit"] {
  background: none;
  color: #333;
  font-size: 32px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.control-group.\--type-header-search [type="submit"]:hover {
  color: #f9cd00;
}
.control-group.\--style-custom-donation-amount {
  position: relative;
  border: 2px solid transparent;
  min-width: 200px;
}
.control-group.\--style-custom-donation-amount .control-group__border {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  border: 2px solid #333;
  pointer-events: none;
  height: 60px;
}
.control-group.\--style-custom-donation-amount input[type="radio"] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.control-group.\--style-custom-donation-amount input[type="radio"]:checked {
  pointer-events: none;
}
.control-group.\--style-custom-donation-amount
  input[type="radio"]:checked
  ~ .control-group__control
  input[type="text"],
.control-group.\--style-custom-donation-amount
  input[type="radio"]:checked
  ~ .control-group__control
  input[type="number"] {
  color: #333;
}
.control-group.\--style-custom-donation-amount
  input[type="radio"]:checked
  ~ .control-group__control
  input[type="text"]:-moz-placeholder,
.control-group.\--style-custom-donation-amount
  input[type="radio"]:checked
  ~ .control-group__control
  input[type="number"]:-moz-placeholder {
  color: #333;
}
.control-group.\--style-custom-donation-amount
  input[type="radio"]:checked
  ~ .control-group__control
  input[type="text"]::-moz-placeholder,
.control-group.\--style-custom-donation-amount
  input[type="radio"]:checked
  ~ .control-group__control
  input[type="number"]::-moz-placeholder {
  color: #333;
}
.control-group.\--style-custom-donation-amount
  input[type="radio"]:checked
  ~ .control-group__control
  input[type="text"]:-ms-input-placeholder,
.control-group.\--style-custom-donation-amount
  input[type="radio"]:checked
  ~ .control-group__control
  input[type="number"]:-ms-input-placeholder {
  color: #333;
}
.control-group.\--style-custom-donation-amount
  input[type="radio"]:checked
  ~ .control-group__control
  input[type="text"]::-webkit-input-placeholder,
.control-group.\--style-custom-donation-amount
  input[type="radio"]:checked
  ~ .control-group__control
  input[type="number"]::-webkit-input-placeholder {
  color: #333;
}
.control-group.\--style-custom-donation-amount
  input[type="radio"]:checked
  ~ .control-group__control
  .control-group__currency {
  display: block;
  color: #333;
}
.control-group.\--style-custom-donation-amount .control-group__currency {
  font-size: 24px;
  color: #333;
  line-height: 56px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  width: 38px;
  text-align: right;
  font-weight: 600;
}
html.ie
  .control-group.\--style-custom-donation-amount
  .control-group__currency {
  line-height: 60px;
}
.control-group.\--style-custom-donation-amount input[type="text"],
.control-group.\--style-custom-donation-amount input[type="number"] {
  font-size: 24px;
  border: 0;
  line-height: 56px;
  color: #333;
  padding: 0;
  padding-left: 38px;
  font-weight: 600;
}
.control-group.\--style-custom-donation-amount
  input[type="text"]:-moz-placeholder,
.control-group.\--style-custom-donation-amount
  input[type="number"]:-moz-placeholder {
  color: #333;
}
.control-group.\--style-custom-donation-amount
  input[type="text"]::-moz-placeholder,
.control-group.\--style-custom-donation-amount
  input[type="number"]::-moz-placeholder {
  color: #333;
}
.control-group.\--style-custom-donation-amount
  input[type="text"]:-ms-input-placeholder,
.control-group.\--style-custom-donation-amount
  input[type="number"]:-ms-input-placeholder {
  color: #333;
}
.control-group.\--style-custom-donation-amount
  input[type="text"]::-webkit-input-placeholder,
.control-group.\--style-custom-donation-amount
  input[type="number"]::-webkit-input-placeholder {
  color: #333;
}
html.ie .control-group.\--style-custom-donation-amount input[type="text"],
html.ie .control-group.\--style-custom-donation-amount input[type="number"] {
  padding: 15px 15px 15px 38px;
  line-height: 1;
}
.control-group.\--style-custom-donation-amount
  input[type="number"]::-webkit-inner-spin-button,
.control-group.\--style-custom-donation-amount
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.control-group.\--style-custom-donation-amount.\--style-placeholder-light
  input[type="text"]:-moz-placeholder,
.control-group.\--style-custom-donation-amount.\--style-placeholder-light
  input[type="number"]:-moz-placeholder {
  color: #ccc;
}
.control-group.\--style-custom-donation-amount.\--style-placeholder-light
  input[type="text"]::-moz-placeholder,
.control-group.\--style-custom-donation-amount.\--style-placeholder-light
  input[type="number"]::-moz-placeholder {
  color: #ccc;
}
.control-group.\--style-custom-donation-amount.\--style-placeholder-light
  input[type="text"]:-ms-input-placeholder,
.control-group.\--style-custom-donation-amount.\--style-placeholder-light
  input[type="number"]:-ms-input-placeholder {
  color: #ccc;
}
.control-group.\--style-custom-donation-amount.\--style-placeholder-light
  input[type="text"]::-webkit-input-placeholder,
.control-group.\--style-custom-donation-amount.\--style-placeholder-light
  input[type="number"]::-webkit-input-placeholder {
  color: #ccc;
}
.control-group.\--style-custom-donation-amount.\--style-placeholder-light
  input[type="radio"]:checked
  ~ .control-group__control
  input[type="text"]:-moz-placeholder,
.control-group.\--style-custom-donation-amount.\--style-placeholder-light
  input[type="radio"]:checked
  ~ .control-group__control
  input[type="number"]:-moz-placeholder {
  color: #ccc;
}
.control-group.\--style-custom-donation-amount.\--style-placeholder-light
  input[type="radio"]:checked
  ~ .control-group__control
  input[type="text"]::-moz-placeholder,
.control-group.\--style-custom-donation-amount.\--style-placeholder-light
  input[type="radio"]:checked
  ~ .control-group__control
  input[type="number"]::-moz-placeholder {
  color: #ccc;
}
.control-group.\--style-custom-donation-amount.\--style-placeholder-light
  input[type="radio"]:checked
  ~ .control-group__control
  input[type="text"]:-ms-input-placeholder,
.control-group.\--style-custom-donation-amount.\--style-placeholder-light
  input[type="radio"]:checked
  ~ .control-group__control
  input[type="number"]:-ms-input-placeholder {
  color: #ccc;
}
.control-group.\--style-custom-donation-amount.\--style-placeholder-light
  input[type="radio"]:checked
  ~ .control-group__control
  input[type="text"]::-webkit-input-placeholder,
.control-group.\--style-custom-donation-amount.\--style-placeholder-light
  input[type="radio"]:checked
  ~ .control-group__control
  input[type="number"]::-webkit-input-placeholder {
  color: #ccc;
}
.control-group.\--style-cause-select .control-select,
.control-group.\--style-cause-select input {
  border: 2px solid #333;
  font-size: 24px;
  font-weight: 500;
  padding: 16px 40px 16px 18px;
  background-color: #fff;
}
.control-group.\--style-cause-select.\--style-small .control-select,
.control-group.\--style-cause-select.\--style-small input {
  font-size: 22px;
  padding: 12px 40px 16px 18px;
}
.control-group.\--style-sidebar-filters .control-group__label {
  font-size: 17px;
  color: #333;
  font-weight: 500;
}
.control-group.\--style-sidebar-filters .control-checkbox {
  margin-top: 18px;
  margin-bottom: 18px;
}
.control-group.\--style-sidebar-filters
  .control-checkbox
  .control-checkbox__text {
  color: #9c9c9c;
}
.control-group.\--style-sidebar-filters
  .control-checkbox:hover
  .control-checkbox__text {
  color: #f9cd00;
}
.control-group.\--style-sidebar-filters button[type="submit"] {
  border: 2px solid #f9cd00;
  font-size: 20px;
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  background-color: transparent;
  padding-bottom: 11px;
  min-width: 90px;
}
.control-group.\--style-sidebar-filters button[type="submit"]:hover {
  border-color: #333;
  color: #333;
}
.control-group.\--style-sidebar-filters input[type="text"] {
  border-width: 2px;
  border-color: #ccc;
  padding-top: 9px;
  padding-bottom: 10px;
}
.control-group.\--style-keyword-search .control-group__control {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -10px;
}
.control-group.\--style-keyword-search .control-group__control > div {
  padding-left: 10px;
  margin-bottom: 10px;
}
.control-group.\--style-keyword-search
  .control-group__control
  > div:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 142px;
}
.control-group.\--style-keyword-search
  .control-group__control
  > div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.control-group.\--type-creditcard {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding-left: 45px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.control-group.\--type-creditcard img {
  position: absolute;
  width: 18px;
  height: 12px;
  top: 50%;
  left: 20px;
  margin-top: -6px;
}
.control-group.\--type-creditcard input[type="text"],
.control-group.\--type-creditcard input[type="number"] {
  border: 0;
  padding: 18px 15px;
}
.control-group.\--type-creditcard > div {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  border-left: 1px solid #ccc;
}
.control-group.\--type-creditcard > div:first-child {
  border-left: 0;
  width: 45%;
}
.control-group.\--type-creditcard .control-group__label {
  display: inline-block;
  padding-left: 20px;
  padding-right: 10px;
  margin-bottom: 0;
}
.control-group.\--type-creditcard .control-group__label label {
  white-space: nowrap;
  font-size: 16px;
  color: #666;
}
.control-group.\--type-calculator {
  margin-bottom: 40px;
}
.control-group.\--type-calculator .control-group__label {
  font-size: 18px;
  color: #666;
  margin-bottom: 15px;
}
.control-group.\--type-calculator .control-group__control {
  position: relative;
}
.control-group.\--type-calculator .control-group__control__prefix {
  top: 50%;
  position: absolute;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #666;
}
.control-group.\--type-calculator input[type="text"],
.control-group.\--type-calculator input[type="number"] {
  padding: 13px 15px 13px 40px;
}
.control-group.\--type-calculator div.control-select {
  padding: 12px 40px 13px 18px;
}
.control-group.\--type-date-input {
  position: relative;
}
.control-group.\--type-date-input .control-group__control:before {
  position: absolute;
  color: #b3b3b3;
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 10px;
  top: 12px;
  font-size: 24px;
  pointer-events: none;
}
.control-group.\--type-date-input input[type="text"],
.control-group.\--type-date-input input[type="date"] {
  padding-left: 45px;
}
.control-group.\--style-picker [class*="icon-"] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.control-group.\--style-picker .hidden-field {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}
.control-group.\--style-picker .flex-row {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.control-group.\--style-picker .flex-row .selector {
  width: 100%;
}
.control-group.\--style-picker .flex-row [class^="col-"] {
  float: none;
  margin-right: 10px;
  background-color: #fff;
}
.control-group.\--style-picker .flex-row > :first-child {
  border: 1px solid #ccc;
}
.control-group.\--style-picker .flex-row > :last-child {
  margin-right: 0;
}
.control-group.\--style-textarea-large textarea {
  min-height: 190px;
}
.control-group.\--style-postcode .control-group__control {
  position: relative;
}
.control-group.\--style-postcode .control-group__control input[type="text"] {
  padding-right: 40px;
}
.control-group.\--style-postcode .control-group__control .icon-search {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 22px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.control-group.\--style-url .control-group__control input[type="text"] {
  padding-left: 45px;
}
.control-group.\--style-url .control-group__control:before {
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 26px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}
.control-group.\--style-shortname {
  font-size: 16px;
  color: #666;
  border: 1px solid #ccc;
}
.control-group.\--style-shortname .control-group__control {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.control-group.\--style-shortname .control-group__control > span {
  display: block;
  background-color: #f7f7f7;
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 275px;
  flex: 0 1 275px;
  padding: 0 15px 0 20px;
  border-right: 1px solid #ccc;
  line-height: 42px;
  white-space: nowrap;
}
.control-group.\--style-shortname .control-group__control > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.control-group.\--style-shortname .control-group__control input {
  width: 100%;
  border: 0;
}
.control-group.\--style-ten-nights .control-group__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.control-group.\--style-ten-nights .control-group__flex > div {
  padding-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.control-group.\--style-ten-nights .control-group__flex > div:first-child {
  max-width: 360px;
}
.control-group.\--style-ten-nights .control-group__flex > div:last-child {
  max-width: 150px;
}
.control-group.\--style-ten-nights .control-group__control {
  position: relative;
}
.control-group.\--style-ten-nights input[type="text"],
.control-group.\--style-ten-nights input[type="number"] {
  border-color: #464646;
  color: #333;
  padding-left: 37px;
  font-weight: 500;
}
.control-group.\--style-ten-nights input[type="text"]:-moz-placeholder,
.control-group.\--style-ten-nights input[type="number"]:-moz-placeholder {
  color: #333;
}
.control-group.\--style-ten-nights input[type="text"]::-moz-placeholder,
.control-group.\--style-ten-nights input[type="number"]::-moz-placeholder {
  color: #333;
}
.control-group.\--style-ten-nights input[type="text"]:-ms-input-placeholder,
.control-group.\--style-ten-nights input[type="number"]:-ms-input-placeholder {
  color: #333;
}
.control-group.\--style-ten-nights
  input[type="text"]::-webkit-input-placeholder,
.control-group.\--style-ten-nights
  input[type="number"]::-webkit-input-placeholder {
  color: #333;
}
.control-group.\--style-ten-nights .control-group__currency {
  font-size: 22px;
  color: #262626;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 500;
  margin-top: -1px;
}
.control-group.\--style-inline-edit {
  position: relative;
  border: 1px solid #f9cd00;
  max-width: 100px;
  margin-left: auto;
  border-radius: 3px;
}
.control-group.\--style-inline-edit input[type="number"],
.control-group.\--style-inline-edit input[type="text"] {
  padding: 1px 10px 1px 20px;
  font-size: 19px;
  color: #ffca0a;
  border: 0;
  background: transparent;
  text-align: right;
}
.control-group.\--style-inline-edit
  input[type="number"]::-webkit-inner-spin-button,
.control-group.\--style-inline-edit
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.control-group.\--style-inline-edit .control-group__currency {
  font-size: 19px;
  color: #f9cd00;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -1px;
}
.control-group.\--type-mosque-search .control-group__label {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #4d4d4d;
  letter-spacing: -0.02em;
  margin-bottom: 1.38889rem;
  line-height: 1;
}
.control-group.\--type-mosque-search .control-group__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.control-group.\--type-mosque-search .control-group__control .icon {
  font-size: 29px;
  margin-right: 12px;
  margin-left: -4px;
  color: #f5c000;
}
.control-group.\--type-mosque-search .control-group__control .control-select {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 1.22222rem;
  color: #333;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 0;
  padding: 0;
}
.control-group.\--style-fundraiser {
  margin-bottom: 1.38889rem;
}
.control-group.\--style-fundraiser .control-group__label {
  font-family: "Barlow", sans-serif;
  font-size: 0.94444rem;
  font-weight: 600;
  color: #333;
}
.control-group.\--style-fundraiser input[type="email"],
.control-group.\--style-fundraiser input[type="number"],
.control-group.\--style-fundraiser input[type="text"],
.control-group.\--style-fundraiser input[type="password"],
.control-group.\--style-fundraiser textarea {
  border: 2px solid #ccc;
  font-family: "Barlow", sans-serif;
  font-size: 1.11111rem;
  font-weight: 500;
  color: #333;
  padding: 0.88889rem 1rem;
}
.control-group.\--style-fundraiser .control-select {
  border: 2px solid #ccc;
  font-family: "Barlow", sans-serif;
  font-size: 1.11111rem;
  font-weight: 500;
  color: #333;
  padding: 0.83333rem 1rem;
}
.control-group.\--style-fundraiser.\--type-prefix input[type="email"],
.control-group.\--style-fundraiser.\--type-prefix input[type="number"],
.control-group.\--style-fundraiser.\--type-prefix input[type="text"],
.control-group.\--style-fundraiser.\--type-prefix input[type="password"] {
  padding-left: 2.22222rem;
}
.control-group.\--style-fundraiser .control-group__control__prefix {
  font-size: 1.11111rem;
  top: 1.11111rem;
  left: 1.22222rem;
}
.control-group.\--type-reset .control-group__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.control-group.\--type-reset .control-group__label span {
  margin-left: 10px;
}
.control-radio {
  line-height: 1;
}
.control-radio > label {
  display: block;
  cursor: pointer;
  padding-left: 20px;
  min-width: 20px;
  min-height: 20px;
  position: relative;
}
.control-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.control-radio input[type="radio"]:checked ~ .control-radio__radio {
  border-color: #333;
}
.control-radio input[type="radio"]:checked ~ .control-radio__radio > i {
  opacity: 1;
  background-color: #333;
}
.control-radio
  input[type="radio"]:checked
  ~ .control-radio__radio
  + .control-radio__text {
  color: #333;
}
.control-radio__radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  vertical-align: top;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.control-radio__radio > i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 3px auto 0;
  opacity: 0;
}
.control-radio__text {
  display: inline-block;
  vertical-align: top;
  color: #666;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  line-height: 1.3;
  margin-left: 15px;
  font-size: 17px;
  margin-top: -2px;
}
.control-radio.\--style-payment > label {
  padding: 0;
  min-width: 0;
  min-height: 0;
}
.control-radio.\--style-payment input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.control-radio.\--style-payment
  input[type="radio"]:checked
  ~ .control-radio__radio
  i {
  background-color: transparent;
  opacity: 1;
}
.control-radio.\--style-payment
  input[type="radio"]:checked
  ~ .control-radio__text {
  background-color: #f9cd00;
  border-color: #f9cd00;
}
.control-radio.\--style-payment .control-radio__radio {
  position: absolute;
  top: 50%;
  right: 15px;
  left: auto;
  border: 0;
  border-radius: 0;
  width: auto;
  height: auto;
  background-color: transparent;
  margin-top: -10px;
}
.control-radio.\--style-payment .control-radio__radio > i {
  width: auto;
  height: auto;
  border: 0;
  border-right: 0;
  margin: 0;
  opacity: 0;
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 20px;
}
.control-radio.\--style-payment .control-radio__radio > i:before {
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.control-radio.\--style-payment .control-radio__text {
  font-size: 24px;
  color: #333;
  letter-spacing: -1px;
  line-height: 1.1;
  display: block;
  padding: 15px 50px 15px 20px;
  border: 2px solid #333;
  font-weight: 500;
  background-color: #fff;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.control-radio.\--style-payment.\--style-small .control-radio__text {
  font-size: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}
@media (min-width: 1100px) {
  .control-radio.\--style-payment.\--style-small .control-radio__text {
    font-size: 24px;
  }
}
@media (min-width: 1500px) {
  .control-radio.\--style-payment.\--style-small .control-radio__text {
    font-size: 28px;
  }
}
.w-donate-form .control-radio.\--style-amount,
.w-donate-form .control-radio.\--style-country {
  height: 100%;
}
.control-radio.\--style-amount > label,
.control-radio.\--style-country > label {
  padding: 0;
  min-width: 0;
  min-height: 0;
}
.w-donate-form .control-radio.\--style-amount > label,
.w-donate-form .control-radio.\--style-country > label {
  height: 100%;
}
.control-radio.\--style-amount input[type="radio"],
.control-radio.\--style-country input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.control-radio.\--style-amount
  input[type="radio"]:checked
  ~ .control-radio__radio,
.control-radio.\--style-country
  input[type="radio"]:checked
  ~ .control-radio__radio {
  opacity: 1;
}
.control-radio.\--style-amount
  input[type="radio"]:checked
  ~ .control-radio__radio
  i,
.control-radio.\--style-country
  input[type="radio"]:checked
  ~ .control-radio__radio
  i {
  background-color: transparent;
  color: #333;
}
.control-radio.\--style-amount
  input[type="radio"]:checked
  ~ .control-radio__text,
.control-radio.\--style-country
  input[type="radio"]:checked
  ~ .control-radio__text {
  background-color: #f9cd00;
  border-color: #f9cd00;
  color: #333;
}
.control-radio.\--style-amount .control-radio__radio,
.control-radio.\--style-country .control-radio__radio {
  position: absolute;
  top: 50%;
  right: 15px;
  left: auto;
  border: 0;
  border-radius: 0;
  width: auto;
  height: auto;
  background-color: transparent;
  margin-top: -10px;
  opacity: 0;
}
.control-radio.\--style-amount .control-radio__radio > i,
.control-radio.\--style-country .control-radio__radio > i {
  width: auto;
  height: auto;
  border: 0;
  border-right: 0;
  margin: 0;
  opacity: 1;
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #adadad;
  font-size: 20px;
}
.control-radio.\--style-amount .control-radio__radio > i:before,
.control-radio.\--style-country .control-radio__radio > i:before {
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.control-radio.\--style-amount .control-radio__text,
.control-radio.\--style-country .control-radio__text {
  font-size: 24px;
  color: #adadad;
  letter-spacing: -1px;
  line-height: 1.1;
  display: block;
  padding: 15px 40px 15px 38px;
  border: 2px solid #adadad;
  font-weight: 600;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}
.control-radio.\--style-amount .control-radio__text em,
.control-radio.\--style-country .control-radio__text em {
  position: absolute;
  line-height: 60px;
  top: 0;
  left: 0;
  width: 38px;
  text-align: right;
  pointer-events: none;
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.control-radio.\--style-country .control-radio__text {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 28px;
}
.control-radio.\--style-checkbox label {
  padding-left: 40px;
  min-height: 32px;
}
.control-radio.\--style-checkbox .control-radio__radio {
  border-radius: 0;
  width: 32px;
  height: 32px;
  background-color: #ebebeb;
  border: 2px solid #adadad;
  text-align: center;
  margin-top: -16px;
}
.control-radio.\--style-checkbox .control-radio__radio > i {
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  margin: 0;
  display: inline;
  background-color: transparent;
  opacity: 0;
}
.control-radio.\--style-checkbox .control-radio__radio > i:before {
  line-height: 28px;
}
.control-radio.\--style-checkbox .control-radio__text {
  font-size: 18px;
  color: #333;
}
.control-radio.\--style-checkbox .control-radio__text.\--type-flex {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.control-radio.\--style-checkbox .control-radio__text__icon {
  font-size: 56px;
  line-height: 1;
}
.control-radio.\--style-checkbox .control-radio__text__icon .icon:before {
  line-height: 1;
}
.control-radio.\--style-checkbox .control-radio__text__wrap {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  line-height: 1;
}
.control-radio.\--style-checkbox .control-radio__text__msg {
  color: #666;
  font-size: 18px;
  display: block;
  font-weight: 500;
  line-height: 1;
  margin-top: 4px;
}
.control-radio.\--style-checkbox
  input[type="radio"]:checked
  ~ .control-radio__radio {
  background-color: #f9cd00;
  border-color: #f9cd00;
}
.control-radio.\--style-checkbox
  input[type="radio"]:checked
  ~ .control-radio__radio
  > i {
  opacity: 1;
  background-color: transparent;
}
.control-select {
  position: relative;
  font-size: 18px;
  padding: 11px 40px 12px 18px;
  border: 1px solid #ccc;
  line-height: normal;
  background-color: #fff;
  font-family: "Barlow", sans-serif;
  color: #333;
}
.control-select select {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
.control-select .control-select select[disabled] {
  border-color: #bebebe;
}
.control-select > span {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  min-height: 15px;
  line-height: 1.3;
  vertical-align: middle;
}
.control-select > span:before {
  content: "\00a0";
  color: #fff;
}
.control-select > span:after {
  font-size: 24px;
  content: "\e90a";
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
.control-uploader {
  font-size: 18px;
  display: block;
  position: relative;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding: 11px 160px 11px 20px;
  background: #fff;
}
.control-uploader input[type="file"] {
  border: initial;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.control-uploader__filename {
  display: block;
  width: 100%;
  padding-right: 80px;
  white-space: nowrap;
  line-height: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.control-group.\--style-upload-image .control-uploader__filename,
.control-group.\--style-upload-video .control-uploader__filename {
  padding-right: 0;
}
.control-group.\--style-upload-image .control-uploader__filename {
  width: 300px;
}
.control-uploader__action,
.control-uploader .action {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 20px;
  line-height: 43px !important;
  padding: 0 10px;
  width: 150px;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  background-color: #f9cd00;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.control-uploader__action:hover,
.control-uploader .action:hover {
  background-color: #262626;
  color: #fff;
}
.control-group.\--style-upload-image .control-uploader__action,
.control-group.\--style-upload-image .control-uploader .action,
.control-uploader .control-group.\--style-upload-image .action {
  font-size: 0;
  padding: 0 30px;
  width: auto;
}
.control-group.\--style-upload-image .control-uploader__action:before,
.control-group.\--style-upload-image .control-uploader .action:before,
.control-uploader .control-group.\--style-upload-image .action:before {
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 1px;
}
.control-group.\--style-upload-image .control-uploader__action:after,
.control-group.\--style-upload-image .control-uploader .action:after,
.control-uploader .control-group.\--style-upload-image .action:after {
  content: "Choose Image";
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}
.control-group.\--style-upload-video .control-uploader__action,
.control-group.\--style-upload-video .control-uploader .action,
.control-uploader .control-group.\--style-upload-video .action {
  font-size: 0;
  padding: 0 30px;
  width: auto;
}
.control-group.\--style-upload-video .control-uploader__action:before,
.control-group.\--style-upload-video .control-uploader .action:before,
.control-uploader .control-group.\--style-upload-video .action:before {
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 1px;
}
.control-group.\--style-upload-video .control-uploader__action:after,
.control-group.\--style-upload-video .control-uploader .action:after,
.control-uploader .control-group.\--style-upload-video .action:after {
  content: "Choose Video";
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}
.control-group.\--style-upload-image .control-uploader,
.control-group.\--style-upload-video .control-uploader {
  padding-right: 200px;
}
.g-recaptcha > div {
  display: table;
  height: auto !important;
}
@media (max-width: 1200px) {
  .g-recaptcha > div {
    width: 66% !important;
  }
}
@media (min-width: 1201px) {
  .g-recaptcha > div {
    width: 65% !important;
  }
}
@media (min-width: 1301px) {
  .g-recaptcha > div {
    width: 61% !important;
  }
}
@media (min-width: 1401px) {
  .g-recaptcha > div {
    width: 55% !important;
  }
}
@media (min-width: 1501px) {
  .g-recaptcha > div {
    width: 51% !important;
  }
}
@media (min-width: 1601px) {
  .g-recaptcha > div {
    width: 49% !important;
  }
}
@media (min-width: 1701px) {
  .g-recaptcha > div {
    width: 46.5% !important;
  }
}
@media (min-width: 1801px) {
  .g-recaptcha > div {
    width: 43.5% !important;
  }
}
@media (min-width: 1901px) {
  .g-recaptcha > div {
    width: 41.5% !important;
  }
}
.g-recaptcha > div iframe {
  width: 100% !important;
  height: 120px !important;
}
@media (max-width: 1200px) {
  .g-recaptcha > div iframe {
    height: 125px !important;
  }
}
@media (min-width: 1500px) {
  .g-recaptcha > div iframe {
    height: 125px !important;
  }
}
@media (min-width: 1700px) {
  .g-recaptcha > div iframe {
    height: 90px !important;
  }
}
.grid-block {
  overflow: hidden;
}
.grid-block > * {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-block.\--type-inline-blocks {
  overflow: visible;
}
.grid-block.\--type-inline-blocks > * {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}
.grid-block.\--type-one-block > *,
.grid-block.\--type-one-blocks > * {
  width: 100%;
}
.grid-block.\--type-two-blocks > * {
  width: 50%;
}
.grid-block.\--type-three-blocks > * {
  width: 33.333%;
}
.grid-block.\--type-three-blocks > .\--style-two-third {
  width: 66.666%;
}
.grid-block.\--type-four-blocks > * {
  width: 25%;
}
.grid-block.\--type-two-to-four-blocks > * {
  width: 50%;
}
@media (min-width: 1300px) {
  .grid-block.\--type-two-to-four-blocks > * {
    width: 25%;
  }
}
.grid-block.\--type-five-blocks > * {
  width: 20%;
}
.grid-block.\--style-offsets-1 {
  margin-left: -10px;
}
.grid-block.\--style-offsets-1 > * {
  padding-left: 10px;
}
.grid-block.\--style-offsets-1.\--style-blocks > * {
  padding-bottom: 10px;
}
.grid-block.\--style-offsets-2 {
  margin-left: -10px;
}
.grid-block.\--style-offsets-2 > * {
  padding-left: 20px;
}
.grid-block.\--style-offsets-2.\--style-blocks > * {
  padding-bottom: 20px;
}
.grid-block.\--style-offsets-3 {
  margin-left: -10px;
}
.grid-block.\--style-offsets-3 > * {
  padding-left: 30px;
}
.grid-block.\--style-offsets-3.\--style-blocks > * {
  padding-bottom: 30px;
}
.grid-block.\--style-offsets-4 {
  margin-left: -10px;
}
.grid-block.\--style-offsets-4 > * {
  padding-left: 40px;
}
.grid-block.\--style-offsets-4.\--style-blocks > * {
  padding-bottom: 40px;
}
.grid-block.\--style-offsets-5 {
  margin-left: -10px;
}
.grid-block.\--style-offsets-5 > * {
  padding-left: 50px;
}
.grid-block.\--style-offsets-5.\--style-blocks > * {
  padding-bottom: 50px;
}
.grid-block.\--style-offsets-6 {
  margin-left: -10px;
}
.grid-block.\--style-offsets-6 > * {
  padding-left: 60px;
}
.grid-block.\--style-offsets-6.\--style-blocks > * {
  padding-bottom: 60px;
}
.grid-block.\--style-offsets-7 {
  margin-left: -10px;
}
.grid-block.\--style-offsets-7 > * {
  padding-left: 70px;
}
.grid-block.\--style-offsets-7.\--style-blocks > * {
  padding-bottom: 70px;
}
.grid-block.\--style-offsets-8 {
  margin-left: -10px;
}
.grid-block.\--style-offsets-8 > * {
  padding-left: 80px;
}
.grid-block.\--style-offsets-8.\--style-blocks > * {
  padding-bottom: 80px;
}
.grid-block.\--style-offsets-9 {
  margin-left: -10px;
}
.grid-block.\--style-offsets-9 > * {
  padding-left: 90px;
}
.grid-block.\--style-offsets-9.\--style-blocks > * {
  padding-bottom: 90px;
}
.grid-block.\--style-offsets-10 {
  margin-left: -10px;
}
.grid-block.\--style-offsets-10 > * {
  padding-left: 100px;
}
.grid-block.\--style-offsets-10.\--style-blocks > * {
  padding-bottom: 100px;
}
.grid-block.\--style-offsets-11 {
  margin-left: -10px;
}
.grid-block.\--style-offsets-11 > * {
  padding-left: 110px;
}
.grid-block.\--style-offsets-11.\--style-blocks > * {
  padding-bottom: 110px;
}
.grid-block.\--style-offsets-12 {
  margin-left: -10px;
}
.grid-block.\--style-offsets-12 > * {
  padding-left: 120px;
}
.grid-block.\--style-offsets-12.\--style-blocks > * {
  padding-bottom: 120px;
}
.grid-block.\--style-offsets-13 {
  margin-left: -10px;
}
.grid-block.\--style-offsets-13 > * {
  padding-left: 130px;
}
.grid-block.\--style-offsets-13.\--style-blocks > * {
  padding-bottom: 130px;
}
.grid-block.\--style-offsets-14 {
  margin-left: -10px;
}
.grid-block.\--style-offsets-14 > * {
  padding-left: 140px;
}
.grid-block.\--style-offsets-14.\--style-blocks > * {
  padding-bottom: 140px;
}
.grid-block.\--style-offsets-15 {
  margin-left: -10px;
}
.grid-block.\--style-offsets-15 > * {
  padding-left: 150px;
}
.grid-block.\--style-offsets-15.\--style-blocks > * {
  padding-bottom: 150px;
}
.grid-block.\--style-offset-blocks-small {
  margin-left: -12px;
}
.grid-block.\--style-offset-blocks-small > * {
  padding-left: 12px;
  padding-bottom: 12px;
}
.grid-block p ~ p:last-child {
  margin-bottom: 0;
}
ul.grid-block {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.grid-table {
  display: table;
  width: 100%;
}
.grid-table.\--style-fixed {
  table-layout: fixed;
}
.grid-table.\--style-align-middle .grid-table__cell {
  vertical-align: middle;
}
.grid-table.\--style-align-top .grid-table__cell {
  vertical-align: top;
}
.grid-table.\--style-fixed-height {
  height: 100%;
}
.grid-table.\--style-fixed-height .grid-table__cell,
.grid-table.\--style-fixed-height .grid-table__row,
.grid-table.\--style-fixed-height .grid-table__cell__item {
  height: 100%;
}
.grid-table.\--style-fixed-height .grid-table__cell > * {
  height: 100%;
}
.grid-table__row {
  display: table-row;
}
.grid-table__cell {
  display: table-cell;
  vertical-align: top;
}
.grid-table.\--type-two-blocks .grid-table__cell {
  width: 50%;
}
.grid-table.\--type-three-blocks .grid-table__cell {
  width: 33%;
}
.grid-table.\--type-four-blocks .grid-table__cell {
  width: 25%;
}
.grid-table.\--type-five-blocks .grid-table__cell {
  width: 20%;
}
.grid-table.\--style-offsets .grid-table__cell {
  padding-left: 30px;
}
.grid-table.\--style-offset-blocks .grid-table__cell {
  padding-left: 25px;
  padding-bottom: 25px;
}
.grid-table.\--style-offset .grid-table__cell {
  padding-left: 25px;
}
.grid-table.\--style-offset-large .grid-table__cell {
  padding-left: 80px;
}
.grid-table__wrapper {
  margin-left: -25px;
}
.grid-table__wrapper-large {
  margin-left: -80px;
}
.grid-flex {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.grid-flex__spacer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.grid-flex.\--style-double > :last-child {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.ipad .grid-flex.\--style-equal-heights > * {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.ipad .grid-flex.\--style-equal-heights > * > div {
  height: auto;
  width: 100%;
}
.grid-flex.\--style-equal-heights > * > * {
  height: 100%;
}
.grid-flex.\--style-recurring-option-steps > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 1140px) {
  .grid-flex.\--style-recurring-option-steps > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-box-flex: 1;
    -moz-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }
}
.grid-flex.\--style-center-aligned {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.grid-flex.\--style-vertical-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.grid-flex.\--style-bottom-aligned {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.grid-flex.\--style-left-aligned {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.grid-flex.\--type-one-block > *,
.grid-flex.\--type-one-blocks > * {
  width: 100%;
}
.grid-flex.\--type-two-blocks > * {
  width: 50%;
}
.grid-flex.\--type-three-blocks > * {
  width: 33.333%;
}
.grid-flex.\--type-three-blocks > .\--style-two-third {
  width: 66.666%;
}
.grid-flex.\--type-four-blocks > * {
  width: 25%;
}
.grid-flex.\--type-five-blocks > * {
  width: 20%;
}
.grid-flex.\--style-offsets-1 {
  margin-left: -10px;
}
.grid-flex.\--style-offsets-1 > * {
  padding-left: 10px;
}
.grid-flex.\--style-offsets-1.\--style-blocks > * {
  padding-bottom: 10px;
}
.grid-flex.\--style-offsets-2 {
  margin-left: -20px;
}
.grid-flex.\--style-offsets-2 > * {
  padding-left: 20px;
}
.grid-flex.\--style-offsets-2.\--style-blocks > * {
  padding-bottom: 20px;
}
.grid-flex.\--style-offsets-3 {
  margin-left: -30px;
}
.grid-flex.\--style-offsets-3 > * {
  padding-left: 30px;
}
.grid-flex.\--style-offsets-3.\--style-blocks > * {
  padding-bottom: 30px;
}
.grid-flex.\--style-offsets-4 {
  margin-left: -40px;
}
.grid-flex.\--style-offsets-4 > * {
  padding-left: 40px;
}
.grid-flex.\--style-offsets-4.\--style-blocks > * {
  padding-bottom: 40px;
}
.grid-flex.\--style-offsets-5 {
  margin-left: -50px;
}
.grid-flex.\--style-offsets-5 > * {
  padding-left: 50px;
}
.grid-flex.\--style-offsets-5.\--style-blocks > * {
  padding-bottom: 50px;
}
.grid-flex.\--style-offsets-6 {
  margin-left: -60px;
}
.grid-flex.\--style-offsets-6 > * {
  padding-left: 60px;
}
.grid-flex.\--style-offsets-6.\--style-blocks > * {
  padding-bottom: 60px;
}
.grid-flex.\--style-offsets-7 {
  margin-left: -70px;
}
.grid-flex.\--style-offsets-7 > * {
  padding-left: 70px;
}
.grid-flex.\--style-offsets-7.\--style-blocks > * {
  padding-bottom: 70px;
}
.grid-flex.\--style-offsets-8 {
  margin-left: -80px;
}
.grid-flex.\--style-offsets-8 > * {
  padding-left: 80px;
}
.grid-flex.\--style-offsets-8.\--style-blocks > * {
  padding-bottom: 80px;
}
.grid-flex.\--style-offsets-9 {
  margin-left: -90px;
}
.grid-flex.\--style-offsets-9 > * {
  padding-left: 90px;
}
.grid-flex.\--style-offsets-9.\--style-blocks > * {
  padding-bottom: 90px;
}
.grid-flex.\--style-offsets-10 {
  margin-left: -100px;
}
.grid-flex.\--style-offsets-10 > * {
  padding-left: 100px;
}
.grid-flex.\--style-offsets-10.\--style-blocks > * {
  padding-bottom: 100px;
}
.grid-flex.\--style-offsets-11 {
  margin-left: -110px;
}
.grid-flex.\--style-offsets-11 > * {
  padding-left: 110px;
}
.grid-flex.\--style-offsets-11.\--style-blocks > * {
  padding-bottom: 110px;
}
.grid-flex.\--style-offsets-12 {
  margin-left: -120px;
}
.grid-flex.\--style-offsets-12 > * {
  padding-left: 120px;
}
.grid-flex.\--style-offsets-12.\--style-blocks > * {
  padding-bottom: 120px;
}
.grid-flex.\--style-offsets-13 {
  margin-left: -130px;
}
.grid-flex.\--style-offsets-13 > * {
  padding-left: 130px;
}
.grid-flex.\--style-offsets-13.\--style-blocks > * {
  padding-bottom: 130px;
}
.grid-flex.\--style-offsets-14 {
  margin-left: -140px;
}
.grid-flex.\--style-offsets-14 > * {
  padding-left: 140px;
}
.grid-flex.\--style-offsets-14.\--style-blocks > * {
  padding-bottom: 140px;
}
.grid-flex.\--style-offsets-15 {
  margin-left: -150px;
}
.grid-flex.\--style-offsets-15 > * {
  padding-left: 150px;
}
.grid-flex.\--style-offsets-15.\--style-blocks > * {
  padding-bottom: 150px;
}
.grid-flex.\--style-offset-blocks-small {
  margin-left: -12px;
}
.grid-flex.\--style-offset-blocks-small > * {
  padding-left: 12px;
  padding-bottom: 12px;
}
.grid-flex.\--style-offset-blocks-large {
  margin-left: -70px;
}
.grid-flex.\--style-offset-blocks-large > * {
  padding-left: 70px;
  padding-bottom: 70px;
}
.grid-flex.\--type-support-grid {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
@media (min-width: 1600px) {
  .grid-flex.\--type-support-grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.grid-flex.\--type-support-grid .grid-flex__spacer {
  padding-left: 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: none;
}
@media (min-width: 1600px) {
  .grid-flex.\--type-support-grid .grid-flex__spacer {
    display: block;
  }
}
.grid-flex.\--type-support-grid > :last-child {
  padding-top: 50px;
}
@media (min-width: 1600px) {
  .grid-flex.\--type-support-grid > :first-child {
    width: 930px;
  }
  .grid-flex.\--type-support-grid > :last-child {
    width: 550px;
    padding-top: 0;
  }
}
.grid-flex.\--type-banner-multibox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.grid-flex.\--type-banner-multibox .grid-flex__spacer {
  width: 50px;
}
.grid-flex.\--type-banner-multibox > :first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
html:not(.ie) .grid-flex.\--type-banner-multibox > :first-child {
  max-width: 1025px;
}
.grid-flex.\--type-banner-multibox > :last-child {
  max-width: 524px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.grid-flex.\--type-two-three-four-blocks > * {
  width: 50%;
}
.grid-flex.\--type-two-three-four-blocks > .\--style-2x {
  width: 100%;
}
@media (min-width: 1200px) {
  .grid-flex.\--type-two-three-four-blocks > * {
    width: 33.333%;
  }
  .grid-flex.\--type-two-three-four-blocks > .\--style-2x {
    width: 66.666%;
  }
}
@media (min-width: 1500px) {
  .grid-flex.\--type-two-three-four-blocks > * {
    width: 25%;
  }
  .grid-flex.\--type-two-three-four-blocks > .\--style-2x {
    width: 50%;
  }
}
.grid-flex.\--type-two-three-four-blocks.\--style-grow-blocks > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.grid-flex.\--type-two-three-blocks > * {
  width: 50%;
}
@media (min-width: 1350px) {
  .grid-flex.\--type-two-three-blocks > * {
    width: 33.333%;
  }
}
ul.grid-flex {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.list-dash {
  font-size: 20px;
  color: #666;
}
.list-dash li {
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
}
.list-dash li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  border-top: 2px solid #666;
  content: "";
}
.list-actions li {
  display: inline-block;
  padding-right: 13px;
  padding-left: 13px;
  border-right: 1px solid #ebebeb;
  line-height: 1;
}
.list-actions li:last-child {
  border: 0 none;
}
.list-actions li a {
  color: #333;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1px;
  font-family: "Barlow Condensed", sans-serif;
}
.list-actions li a.delete {
  color: #d70a24;
}
.list-actions li a .icon {
  vertical-align: bottom;
}
.list-actions.\--style-small li {
  padding-right: 7px;
  padding-left: 7px;
}
.list-actions.\--style-small li a {
  font-size: 15px;
}
.list-actions.\--style-small li:last-child {
  padding-right: 0;
  margin-left: -6px;
}
.list-actions.\--style-small li:last-child a {
  font-size: 18px;
}
.page-sitemap {
  margin: 40px 0;
}
.page-sitemap__categories {
  overflow: hidden;
  margin-left: -30px;
  list-style: none;
}
.page-sitemap__categories li {
  width: 50%;
  padding-left: 30px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-sitemap__categories li a {
  color: #333;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 18px 20px;
  font-size: 18px;
  display: block;
  border: 1px solid #ccc;
  font-weight: 700;
  background: #f4f4f4;
}
.page-sitemap__categories li a:hover {
  background: #fff;
}
.page-sitemap__pagination {
  overflow: hidden;
  margin-left: -30px;
}
.page-sitemap__pagination__grid-items {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-sitemap__pagination.\--type-filters {
  list-style: none;
  text-align: center;
  margin: 0;
  padding-left: 30px;
}
.page-sitemap__pagination.\--type-filters li {
  color: #333;
  font-size: 18px;
  margin: 0 6px;
}
.page-sitemap__pagination.\--type-filters a {
  font-weight: 700;
}
.page-sitemap__pagination.\--type-filters.\--type-page {
  padding-left: 0;
}
.page-sitemap__links {
  overflow: hidden;
  margin-left: -30px;
}
.page-sitemap__links__grid-items {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-sitemap__links__title {
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 30px;
}
.page-sitemap__links__sub-title {
  padding-left: 30px;
  font-size: 12px;
}
.page-sitemap__links ul {
  list-style: none;
  margin: 0;
  padding-left: 30px;
}
.page-sitemap__links li {
  position: relative;
  padding-left: 30px;
}
.page-sitemap__links li a {
  padding: 0;
  margin-bottom: 10px;
  color: #333;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
  font-size: 16px;
}
.page-sitemap__links li a:hover {
  text-decoration: underline;
}
.page-sitemap__links li:before {
  content: "\2192";
  position: absolute;
  top: -4px;
  left: 0;
  font-weight: 700;
  font-size: 18px;
}
.page-sitemap__links__filter-icon {
  background: url(/_ui/media/std/components/sitemap/filter-icon.png);
  width: 12px;
  height: 12px;
  vertical-align: middle;
  display: inline-block;
}
.page-sitemap__products .page-sitemap__links {
  margin-left: 0;
}
.page-sitemap__products ul {
  padding-left: 0;
}
.page-sitemap__products ul > * {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
}
.page-appeal__title {
  font-size: 60px;
  line-height: 1.3;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #262626;
}
.page-appeal__title span {
  background-image: -moz-linear-gradient(left, #f9cd00, #f9cd00);
  background-image: -webkit-linear-gradient(left, #f9cd00, #f9cd00);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f9cd00),
    to(#f9cd00)
  );
  background-image: -o-linear-gradient(left, #f9cd00, #f9cd00);
  background-image: linear-gradient(to right, #f9cd00, #f9cd00);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 15px;
}
@media (min-width: 1400px) {
  .page-appeal__title {
    font-size: 65px;
    line-height: 1;
  }
}
.page-appeal__subtitle {
  font-size: 24px;
  font-family: "Playfair Display";
  font-weight: 400;
  color: #333;
  line-height: 1.5;
}
.page-appeal__grid {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: -35px;
}
.page-appeal__grid > * {
  width: 50%;
  padding-left: 35px;
}
.ipad .page-appeal__grid > * {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.ipad .page-appeal__grid > * > div {
  height: auto;
  width: 100%;
}
.page-appeal__grid .slick-slider {
  height: 100%;
}
.page-appeal__grid .slick-slider .slick-list,
.page-appeal__grid .slick-slider .slick-track,
.page-appeal__grid .slick-slider .slick-slide {
  height: 100%;
}
.ipad .page-appeal__grid .slick-slider .slick-list {
  height: 100%;
}
.ipad .page-appeal__grid .slick-slider .slick-track {
  height: 100%;
}
.ipad .page-appeal__grid .slick-slider .page-appeal__card:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.ipad
  .page-appeal__grid
  .slick-slider
  .page-appeal__card
  .page-appeal__card__content {
  height: auto;
  max-width: 99%;
  display: inline-block;
  vertical-align: middle;
}
.page-appeal__grid.\--style-detail {
  margin-left: -20px;
  padding-bottom: 20px;
}
.page-appeal__grid.\--style-detail > :first-child {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
  padding-left: 20px;
}
.page-appeal__grid.\--style-detail > :last-child {
  width: 570px;
  padding-left: 20px;
}
.page-appeal__grid.\--style-detail.\--style-small {
  padding-bottom: 50px;
}
.page-appeal__grid.\--style-content {
  margin-left: -40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.ipad .page-appeal__grid.\--style-content > * {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-appeal__grid.\--style-content > :first-child {
  width: 626px;
  padding-left: 40px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.page-appeal__grid.\--style-content > :last-child {
  width: 1084px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding-left: 40px;
  padding-right: 5%;
}
.page-appeal__card {
  height: 100%;
  background-color: #b3e3d7;
  position: relative;
}
.ipad .page-appeal__card .page-appeal__title {
  font-size: 46px;
}
.ipad .page-appeal__card p {
  font-size: 24px;
}
.page-appeal__card__background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222;
}
.page-appeal__card__background div {
  background-position: center;
  opacity: 0.7;
  background-color: #b3e3d7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}
.page-appeal__card__content {
  position: relative;
  z-index: 2;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
  height: 100%;
  padding: 40px 80px;
  color: #fff;
}
@media (min-width: 1400px) {
  .page-appeal__card__content {
    padding: 80px 160px;
  }
}
.page-appeal__card__content .page-appeal__title {
  color: #fff;
}
.page-appeal__card__bg {
  mix-blend-mode: lighten;
  background-color: #b3e3d7;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
.page-appeal__card p {
  font-size: 40px;
  font-family: "Playfair Display";
  line-height: 1.3;
}
@media (min-width: 1400px) {
  .page-appeal__card p {
    font-size: 48px;
  }
}
.page-appeal__donate {
  height: 100%;
  background-color: #fff;
  padding: 60px 20px;
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.page-appeal__donate__title {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}
.page-appeal__donate__title.\--style-script {
  text-transform: none;
  font-weight: 400;
  font-family: "Marck Script";
  max-width: none;
  letter-spacing: -1px;
  font-size: 30px;
  margin-bottom: 30px;
}
.page-appeal__donate__subtitle {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
.page-appeal__donate__subtitle.\--second {
  font-size: 14px;
  color: #666;
}
.page-appeal__donate__bg {
  opacity: 0.2;
  mix-blend-mode: normal;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
.page-appeal__donate__content {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.page-appeal__donate__content hr {
  border-bottom: 2px solid #ccc;
  margin-bottom: 50px;
}
.ipad .page-appeal__donate__content {
  max-width: 500px;
}
.ipad .page-appeal__donate__content .page-appeal__donate__title {
  font-size: 24px;
}
.ipad .page-appeal__donate__content .page-appeal__donate__subtitle {
  font-size: 18px;
}
.page-appeal__detail__media {
  height: 100%;
  background-size: cover;
  background-position: center;
  min-height: 640px;
}
.page-appeal__detail__content {
  background-color: #fff;
  height: 100%;
  position: relative;
  padding: 45px 50px;
}
.page-appeal__detail__content__bg {
  opacity: 0.2;
  mix-blend-mode: normal;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
.page-appeal__detail__content p {
  font-size: 22px;
  font-family: "Playfair Display";
  color: #333;
}
.page-appeal__detail__content .page-appeal__subtitle + p {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  color: #666;
}
.page-appeal__quote {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #333;
}
.page-appeal__quote span {
  display: block;
  font-weight: 400;
  font-size: 20px;
}
.page-appeal__appeals {
  padding: 50px 0;
}
.page-appeal__appeals ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
  margin-bottom: 0;
}
.ie .page-appeal__appeals ul {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.ipad .page-appeal__appeals ul {
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.page-appeal__appeals ul li {
  padding: 0 10px;
}
.page-appeal__appeals ul li a {
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #666;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.page-appeal__appeals ul li a:hover {
  color: #c9a621;
}
.page-appeal__appeals ul li.\--style-active a {
  color: #c9a621;
}
.page-appeal__back {
  font-size: 16px;
  color: #b3b3b3;
  font-weight: 600;
  text-transform: uppercase;
  display: table;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.page-appeal__back:before {
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -2px;
}
.page-appeal__overlay a {
  font-size: 1.11111rem;
  text-transform: uppercase;
  text-decoration: underline;
  color: #828282;
  font-weight: 500;
}
.page-appeal__overlay a i {
  margin-left: 15px;
}
.page-donate__title {
  font-size: 74px;
  line-height: 1.3;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #262626;
}
.page-donate__title span {
  background-image: -moz-linear-gradient(left, #ffeb52, #ffeb52);
  background-image: -webkit-linear-gradient(left, #ffeb52, #ffeb52);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffeb52),
    to(#ffeb52)
  );
  background-image: -o-linear-gradient(left, #ffeb52, #ffeb52);
  background-image: linear-gradient(to right, #ffeb52, #ffeb52);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 15px;
}
@media (min-width: 1400px) {
  .page-donate__title {
    font-size: 100px;
    line-height: 1;
  }
}
.page-donate__subtitle {
  font-size: 40px;
  font-family: "Playfair Display";
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .page-donate__subtitle {
    font-size: 48px;
  }
}
.page-donate__grid {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: -35px;
}
.page-donate__grid > * {
  width: 50%;
  padding-left: 35px;
}
.page-donate__grid.\--style-items {
  margin-left: -40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}
.page-donate__grid.\--style-items > * {
  padding-left: 40px;
  padding-bottom: 40px;
  width: 50%;
}
@media (min-width: 1360px) {
  .page-donate__grid.\--style-items > * {
    width: 33.333%;
  }
  .page-donate__grid.\--style-items > .\--style-two-third {
    width: 66.666%;
  }
}
.page-donate__grid.\--style-items > * > * {
  height: 100%;
}
.page-donate__card {
  height: 100%;
  background-color: #f9cd00;
  background-position: center;
  position: relative;
}
.page-donate__card__content {
  position: relative;
  z-index: 2;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 100%;
  padding: 40px 80px;
}
@media (min-width: 1400px) {
  .page-donate__card__content {
    padding: 80px 160px;
  }
}
.page-donate__card__content p {
  font-size: 20px;
}
.page-donate__card__bg {
  mix-blend-mode: soft-light;
  opacity: 0.5;
  background-color: #b3e3d7;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
.page-donate__donate {
  height: 100%;
  background-color: #fff;
  padding: 60px 20px;
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.page-donate__donate__title {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}
.page-donate__donate__subtitle {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
}
.page-donate__donate__bg {
  mix-blend-mode: normal;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
.page-donate__donate__content {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.page-donate__donate__content hr {
  border-bottom: 2px solid #ccc;
  margin-bottom: 50px;
}
.ios .page-donate .container__sidebar {
  min-width: 0;
  width: 270px;
}
.ios .page-donate .container__sidebar .container__sidebar__wrapper {
  padding: 20px;
}
.ios .page-donate .container__sidebar .container__sidebar__edge {
  margin-left: -20px;
  margin-right: -20px;
}
.ios
  .page-donate
  .container__sidebar
  .control-group.\--style-keyword-search
  .control-group__control {
  display: block;
}
.ios
  .page-donate
  .container__sidebar
  .control-group.\--style-keyword-search
  .control-group__control
  > * {
  display: block;
}
.ios .page-donate .page-donate__grid.\--style-items > * {
  padding-left: 20px;
  padding-bottom: 20px;
  width: 33.33%;
}
.page__content {
  position: relative;
  min-height: 420px;
  padding-right: 140px;
}
@media (min-width: 1730px) {
  .page__content {
    padding-right: 280px;
  }
}
.container__content .page__content {
  height: 100%;
}
.\--style-row-inverse .page__content {
  padding-right: 0;
  padding-left: 140px;
}
@media (min-width: 1730px) {
  .\--style-row-inverse .page__content {
    padding-left: 270px;
  }
}
.page__social {
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  padding: 35px 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
}
@media (min-width: 1730px) {
  .page__social {
    width: 170px;
  }
}
.\--style-row-inverse .page__social {
  border-left: 0;
  border-right: 1px solid #efefef;
  right: auto;
  left: 0;
}
.page__header {
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 40px;
}
.page__title {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  letter-spacing: -1px;
  margin-bottom: 5px;
}
.page__date {
  display: table;
  font-size: 14px;
  color: #666;
}
.page__brief p {
  font-size: 20px;
  font-family: "Barlow", sans-serif;
}
.page__qurbani {
  min-height: 100%;
  background-color: #fff;
  border: 15px solid rgba(96, 204, 202, 0.4);
  padding: 45px 32px;
}
.page__qurbani__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-size: 46px;
  position: relative;
}
.page__qurbani__card p {
  font-family: "Playfair Display";
  line-height: 1.3;
}
.page__qurbani__card__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8;
}
.page__qurbani__card__container {
  position: relative;
  z-index: 2;
  width: 540px;
  margin: 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.page__qurbani__card__title {
  font-size: 90px;
}
.page__qurbani__card__title span {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffeb52),
    to(#ffeb52)
  );
  background-image: -webkit-linear-gradient(left, #ffeb52, #ffeb52);
  background-image: -o-linear-gradient(left, #ffeb52, #ffeb52);
  background-image: linear-gradient(to right, #ffeb52, #ffeb52);
  background-position: left 85px;
  background-repeat: repeat-x;
  background-size: 1px 15px;
}
.page__qurbani__title {
  font-size: 66px;
  letter-spacing: -1px;
  color: #262626;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 50px;
}
.page__qurbani__title span {
  background-image: -moz-linear-gradient(left, #f9cd00, #f9cd00);
  background-image: -webkit-linear-gradient(left, #f9cd00, #f9cd00);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f9cd00),
    to(#f9cd00)
  );
  background-image: -o-linear-gradient(left, #f9cd00, #f9cd00);
  background-image: linear-gradient(to right, #f9cd00, #f9cd00);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 15px;
}
.page__qurbani__grid {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  margin-left: -20px;
}
.page__qurbani__grid > div {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 320px;
  flex: 1 1 320px;
  padding-left: 20px;
}
.page__qurbani__tables__header {
  font-size: 30px;
  letter-spacing: -1px;
  text-align: center;
  padding: 15px;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #262626;
  margin-bottom: 15px;
  margin-top: 20px;
  background-color: #f9cd00;
}
.page__qurbani__tables__link {
  display: block;
  padding: 7px;
  line-height: 1;
  text-align: center;
  color: #333;
  border: 1px solid transparent;
  background-color: #f5f5f0;
}
.page__qurbani__tables__link:hover {
  color: #333;
  border-color: #dfb800;
}
.page__qurbani__tables table + .page__qurbani__tables__header {
  margin-top: 20px;
}
@media (max-width: 1550px) {
  .page__qurbani__tables
    .page__qurbani__grid
    > div:nth-child(odd)
    table
    tbody
    tr:last-child
    td {
    border-bottom: 1px solid #ccc;
  }
  .page__qurbani__tables
    .page__qurbani__grid
    > div:nth-child(even)
    table
    thead {
    opacity: 0;
  }
  .page__qurbani__tables
    .page__qurbani__grid
    > div:nth-child(even)
    table
    thead
    th {
    font-size: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
  }
  .page__qurbani__tables
    .page__qurbani__grid
    > div:nth-child(even)
    table
    tbody
    tr:first-child
    td {
    padding-top: 7px;
  }
  .page__qurbani__tables .page__qurbani__grid > div table {
    table-layout: fixed;
  }
  .page__qurbani__tables .page__qurbani__grid > div table tbody td {
    width: 25%;
    font-size: 16px;
  }
}
.page-branch {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 50px 50px 115px;
  border: 1px solid #ebebeb;
  width: 700px;
}
.page-branch__media {
  background-size: cover;
  background-position: center;
  height: 270px;
  margin: -51px -51px 40px;
}
.page-branch__media a {
  display: block;
  width: 100%;
  height: 100%;
}
.page-branch__title {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
}
.page-branch__content {
  background-color: #fff;
  position: relative;
}
.page-branch__content__title {
  font-size: 13px;
  color: #b3b3b3;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Barlow", sans-serif;
}
.page-branch .box-branch__actions {
  left: 50px;
  right: 50px;
}
.page-contact label {
  display: block;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 15px;
  font-weight: 600;
}
.page-contact address {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.5;
}
.page-contact p {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
  font-family: "Barlow", sans-serif;
}
.page-contact a {
  color: #f9cd00;
}
.page-header {
  text-align: center;
}
.page-header__title {
  font-size: 60px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 0;
  line-height: 1;
}
.page-header__donate,
.page-header__logout {
  min-width: 340px;
}
.page-header__donate + .page-header__settings,
.page-header__logout + .page-header__settings {
  margin-left: 10px;
}
.page-header__settings {
  min-height: 45px;
  min-width: 50px;
  text-align: center;
  background-color: #ebebeb;
  display: inline-block;
  vertical-align: top;
}
.page-header__settings .icon-settings:before {
  font-size: 24px;
  color: #9c9c9c;
  line-height: 45px;
}
.page-header__details {
  margin-bottom: 20px;
}
.page-header__details > span:after {
  content: "\2022";
  color: #9c9c9c;
  margin-left: 14px;
  margin-right: 12px;
}
.page-header__details > span:last-child:after {
  display: none;
}
.page-header__author,
.page-header__date {
  font-size: 17px;
  color: #c9a621;
}
.page-header__date {
  color: #9c9c9c;
}
.page-header__account-details {
  padding: 5px 0 15px;
}
.page-header__account {
  font-size: 17px;
  color: #c9a621;
  display: block;
}
.page-header__account label {
  color: #9c9c9c;
}
.page-header__account label:after {
  content: "\2022";
  color: #ccc;
  margin-left: 10px;
  margin-right: 8px;
  font-size: 20px;
}
.page-header.\--style-account {
  padding-top: 30px;
  margin-bottom: 30px;
}
.page-account__box {
  padding: 50px;
  border: 1px solid #ccc;
}
.page-account__nav {
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 20px;
}
.page-account__nav ul {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
}
.page-account__nav ul li {
  margin: 0 20px;
  line-height: 1;
}
.page-account__nav ul li.\--style-active a {
  border-bottom-color: #f9cd00;
  color: #303030;
}
.page-account__nav ul a {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #5e5e5e;
  display: block;
  padding-bottom: 4px;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page-account__nav ul a:hover {
  color: #303030;
}
.page-account__title {
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 40px;
}
.page-account__pp {
  background-color: #efefef;
  padding: 40px;
  text-align: center;
}
.page-account__pp__wrap {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.page-account__pp__media {
  margin-bottom: 20px;
}
.page-account__mosques__title {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 1.55556rem;
  color: #535353;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 2.22222rem;
  text-align: center;
}
.page-account__mosques__title strong {
  font-weight: 600;
  color: #3a3a3a;
}
.page-account__mosque {
  border: 1px solid #ebebeb;
  padding: 1.38889rem;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.page-account__mosque + .page-account__mosque {
  margin-top: 1.66667rem;
}
.page-account__mosque__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.11111rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-account__mosque__left {
  padding-left: 1.11111rem;
  max-width: 420px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.page-account__mosque__right {
  padding-top: 1.38889rem;
  padding-left: 1.11111rem;
  max-width: 370px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.page-account__mosque__media {
  height: 290px;
  margin-bottom: 12px;
  position: relative;
}
.page-account__mosque__media img {
  width: 100%;
  display: block;
}
.page-account__mosque__complete {
  background-color: #1f1f1f;
  border-radius: 50%;
  width: 74px;
  height: 74px;
  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;
  position: absolute;
  top: 1.66667rem;
  left: 1.66667rem;
}
.page-account__mosque__complete span {
  font-weight: 600;
  font-size: 1.11111rem;
  color: #ffca0a;
  line-height: 1;
}
.page-account__mosque__complete label {
  font-weight: 500;
  font-size: 12px;
  color: #d7d7d7;
}
.page-account__mosque__created {
  background-color: rgba(203, 210, 212, 0.3);
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-account__mosque__created__media img {
  width: 100%;
  display: block;
}
.page-account__mosque__created__details {
  padding-left: 15px;
}
.page-account__mosque__created__details span {
  letter-spacing: 1px;
  color: #666;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
  display: block;
  margin-bottom: 14px;
}
.page-account__mosque__created__details label {
  color: #333;
  font-size: 16px;
  line-height: 1;
  display: block;
  font-weight: 500;
}
.page-account__mosque__title {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 1.55556rem;
  color: #29221f;
  margin-bottom: 20px;
}
.page-account__mosque__title span {
  line-height: 1;
  background-image: -moz-linear-gradient(left, #ebebeb, #ebebeb);
  background-image: -webkit-linear-gradient(left, #ebebeb, #ebebeb);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ebebeb),
    to(#ebebeb)
  );
  background-image: -o-linear-gradient(left, #ebebeb, #ebebeb);
  background-image: linear-gradient(to right, #ebebeb, #ebebeb);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 7px;
}
.page-account__mosque__status {
  display: block;
  color: #4daf7c;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2.55556rem;
}
.page-account__mosque__status .icon {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}
.page-account__mosque__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-account__mosque__details dl {
  margin-bottom: 0;
  min-width: 85px;
}
.page-account__mosque__details dl dt {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  color: #454545;
  font-weight: 500;
  margin-bottom: 0.83333rem;
  line-height: 1;
}
.page-account__mosque__details dl dd {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  color: #3a3a3a;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}
.page-account__mosque__details + .page-account__mosque__details {
  margin-top: 0.83333rem;
  border-top: 1px solid #d1d1d1;
  padding-top: 0.83333rem;
  margin-bottom: 1.66667rem;
}
.page-account__mosque__details + .page-account__mosque__details dt {
  font-size: 13px;
  margin-bottom: 10px;
  color: #3a3a3a;
}
.page-account__mosque__details + .page-account__mosque__details dd {
  font-weight: 400;
  color: #4d4d4d;
}
.page-account__mosque__settings-toggle {
  font-size: 1.11111rem;
  position: absolute;
  top: 20px;
  right: 25px;
  color: #9a9a9a;
}
.page-account__mosque__settings-toggle.\--active {
  color: #262626;
}
.page-account__mosque__settings {
  position: absolute;
  right: 25px;
  top: 45px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 15px;
  font-size: 16px;
}
.page-account__mosque__settings ul {
  margin-bottom: 0;
}
.page-account__mosque__settings ul a {
  display: block;
  color: #4a4a4a;
  line-height: 1;
}
.page-account__mosque__settings ul a:hover {
  color: #f9cd00;
}
.page-account__mosque__settings ul li:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.page-islamic {
  background-color: #f4f5ef;
  margin-top: -20px;
}
.page-islamic__main-title {
  color: #333;
  font-size: 3.22222rem;
  line-height: 3.66667rem;
  letter-spacing: -0.03em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.77778rem;
}
.page-islamic__title {
  position: relative;
  color: #171717;
  font-size: 1.66667rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: -0.03em;
  text-align: center;
  text-transform: uppercase;
}
.page-islamic__content {
  background: #fff;
  border-radius: 3px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}
.page-islamic__content__title {
  color: #333;
  font-size: 2.22222rem;
  line-height: 1.83333rem;
  letter-spacing: -0.03em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.88889rem;
}
.page-islamic__content__sub-title {
  color: #333;
  font-size: 1.33333rem;
  font-weight: 400;
  line-height: 1.61111rem;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 1.94444rem;
}
.page-islamic__content__sub-title.\--style-two {
  font-weight: 600;
}
.page-islamic__content__desc {
  color: #171717;
  font-size: 1.33333rem;
  line-height: 2.11111rem;
  letter-spacing: -0.02em;
  text-align: center;
}
.page-islamic__content__desc a {
  font-family: "Barlow", sans-serif;
  color: #333;
  font-weight: 600;
  text-decoration: underline;
}
.page-islamic__content > div {
  max-width: 880px;
  margin: 0 auto;
}
.page-islamic__list__title {
  font-size: 3.22222rem;
  line-height: 3.66667rem;
  letter-spacing: -0.03em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.83333rem;
}
.page-islamic__list__subtitle {
  font-family: "Barlow Condensed", sans-serif;
  color: #262626;
  font-size: 1.33333rem;
  line-height: 1.72222rem;
  letter-spacing: -0.04em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.66667rem;
}
.page-islamic__list__subtitle.\--large {
  color: #333;
  font-size: 1.66667rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2.55556rem;
}
.page-islamic__list__note {
  font-size: 1.11111rem;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #fff;
  background: #262626;
  letter-spacing: -0.04em;
  border-radius: 3px;
  text-align: center;
  padding: 1.11111rem 0;
}
.page-islamic__list__note span {
  color: #138b5b;
}
.page-islamic__table {
  font-size: 1.22222rem;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1.33333rem;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #7a7a7a;
  border: 3px solid #262626 !important;
  border-radius: 3px;
  margin-bottom: 1.44444rem !important;
}
.page-islamic__table thead tr th {
  border-left: 0 !important;
  padding-left: 2.77778rem !important;
}
.page-islamic__table thead tr th:last-child {
  padding-right: 2.77778rem;
}
.page-islamic__table tbody tr td {
  font-size: 1rem;
  color: #262626;
  background: #fff;
  border-left: 0 !important;
  padding-left: 2.77778rem !important;
}
.page-islamic__table tbody tr td:last-child {
  padding-right: 2.77778rem;
}
.page-islamic__table tbody tr td a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.page-islamic__table tbody tr td a > span {
  color: #262626;
  font-size: 1.22222rem;
  font-weight: 600;
  margin-left: 0;
  border-bottom: 3px solid transparent;
}
.page-islamic__table tbody tr td i {
  opacity: 0;
  visibility: hidden;
  margin-top: 2px;
  margin-left: 15px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #262626;
}
.page-islamic__table tbody tr td span {
  font-size: 1.11111rem;
  line-height: 20px;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #262626;
  margin-left: 0.83333rem;
}
.page-islamic__table tbody tr:hover a span {
  border-bottom: 3px solid #262626;
}
.page-islamic__table tbody tr:hover i {
  opacity: 1;
  visibility: visible;
}
.page-islamic__table tbody tr:nth-child(even) td {
  background-color: #fff !important;
}
.page-islamic__table tbody tr:hover td {
  background-color: #f1f1ef !important;
}
.page-islamic__table__bold {
  font-size: 1.22222rem;
  font-weight: 600 !important;
  color: #262626;
  letter-spacing: -0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-islamic__table__bold span {
  font-family: "Barlow", sans-serif;
}
.page-islamic__table__bg th {
  background-color: #262626 !important;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.22222rem;
  line-height: 1.44444rem;
  font-weight: 700 !important;
  color: #f9cd00;
  text-transform: uppercase;
}
.page-islamic__calendar {
  background-color: #f9fbfa;
  padding: 80px 0;
}
.page-islamic__calendar__title {
  font-size: 1.66667rem;
  line-height: 1.83333rem;
  letter-spacing: -0.05em;
  font-weight: 700;
  color: #1d3922;
  text-align: center;
  margin-bottom: 10px;
}
.page-islamic__calendar__sub-title {
  font-size: 1rem;
  line-height: 1.38889rem;
  letter-spacing: -0.02em;
  font-weight: 600;
  text-align: center;
}
.page-islamic__calendar__sub-title.\--style-blue {
  color: #262626;
}
.page-islamic__slider-box .slick-slider .slick-arrow {
  background-color: #e0e1dc;
  color: #33333380;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 85px;
  width: 50px;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 2px 2px 0;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-islamic__slider-box .slick-slider .slick-arrow:before {
  font-size: 1.55556rem;
  color: #33333380;
}
.page-islamic__slider-box .slick-slider .slick-arrow:hover {
  background-color: #f9cd00;
}
.page-islamic__slider-box .slick-slider .slick-arrow:hover i {
  color: #262626;
}
.box-appeal {
  position: relative;
}
.box-appeal__media {
  height: 240px;
  position: relative;
  background-size: cover;
  margin-bottom: 20px;
  background-color: #fff;
  background-position: top center;
}
@media (min-width: 1500px) {
  .box-appeal__media {
    height: 340px;
  }
}
.box-appeal__media a {
  display: block;
  width: 100%;
  height: 100%;
}
.box-appeal__type {
  color: #333;
  font-size: 14px;
  display: table;
  line-height: 1;
}
.box-appeal__type:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 1px;
  background-color: #333;
  position: relative;
  top: -1px;
  margin-left: 10px;
}
.grid-flex .box-appeal {
  height: 100%;
}
.box-appeal__title {
  font-size: 30px;
  height: 78px;
  overflow: hidden;
  color: #333;
  font-family: "Playfair Display";
  font-weight: 400;
  margin-bottom: 0;
}
@media (min-width: 1500px) {
  .box-appeal__title {
    font-size: 36px;
    height: 92px;
  }
}
.grid-flex .box-appeal__title {
  margin-bottom: 30px;
}
@media (min-width: 1500px) {
  .grid-flex .box-appeal__title {
    margin-bottom: 18px;
  }
}
.box-appeal__title > * {
  background-image: -moz-linear-gradient(left, #e5e6dc, #e5e6dc);
  background-image: -webkit-linear-gradient(left, #e5e6dc, #e5e6dc);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e5e6dc),
    to(#e5e6dc)
  );
  background-image: -o-linear-gradient(left, #e5e6dc, #e5e6dc);
  background-image: linear-gradient(to right, #e5e6dc, #e5e6dc);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 10px;
  text-decoration: none;
  color: #333;
}
.box-appeal__title > :hover {
  color: #f9cd00;
}
.box-appeal__title-donate {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: top;
  -ms-flex-align: top;
  -webkit-align-items: top;
  -moz-align-items: top;
  align-items: top;
}
.box-appeal__title-donate .box-appeal__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.box-appeal__donate {
  padding-right: 10px;
  padding-left: 10px;
}
.box-appeal__donate a {
  display: inline-block;
  padding: 14px 20px;
  font-size: 26px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #f9cd00;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: -12px;
}
.box-appeal__donate a:hover {
  background-color: #e0b800;
}
.box-appeal.\--style-portrait .box-appeal__media {
  height: 570px;
}
.box-appeal.\--style-large .box-appeal__media {
  min-height: 954px;
}
@media (min-width: 1500px) {
  .box-appeal.\--style-large .box-appeal__media {
    height: 1056px;
  }
}
.box-appeal.\--style-emergency .box-appeal__title a {
  background-image: -moz-linear-gradient(left, #f9cd00, #f9cd00);
  background-image: -webkit-linear-gradient(left, #f9cd00, #f9cd00);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f9cd00),
    to(#f9cd00)
  );
  background-image: -o-linear-gradient(left, #f9cd00, #f9cd00);
  background-image: linear-gradient(to right, #f9cd00, #f9cd00);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 10px;
}
.box-appeal.\--style-list {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: bottom;
  -ms-flex-align: bottom;
  -webkit-align-items: bottom;
  -moz-align-items: bottom;
  align-items: bottom;
}
.box-appeal.\--style-list .box-appeal__media {
  width: 150px;
  height: 100%;
  margin-bottom: 0;
  margin-right: 35px;
  background: none;
}
.box-appeal.\--style-list .box-appeal__content {
  padding: 0;
  padding-bottom: 46px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.box-appeal.\--style-list .box-appeal__title {
  font-family: "Playfair Display";
  font-size: 24px;
  margin-bottom: 0;
}
.box-appeal.\--style-list .box-appeal__title a {
  color: #333;
  background-image: -moz-linear-gradient(left, #ccebe3, #ccebe3);
  background-image: -webkit-linear-gradient(left, #ccebe3, #ccebe3);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ccebe3),
    to(#ccebe3)
  );
  background-image: -o-linear-gradient(left, #ccebe3, #ccebe3);
  background-image: linear-gradient(to right, #ccebe3, #ccebe3);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 10px;
}
.box-appeal.\--style-list .box-appeal__title a:hover {
  color: #f9cd00;
}
@media (min-width: 1280px) {
  .box-appeal.\--style-list .box-appeal__title {
    font-size: 32px;
  }
}
.box-appeal.\--style-list .box-appeal__cta {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  padding: 10px 17px;
  border: 2px solid #000;
  color: #000;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.box-appeal.\--style-list .box-appeal__cta:hover {
  border-color: #f9cd00;
  color: #f9cd00;
}
.box-appeal.\--style-list + .box-appeal.\--style-list {
  margin-top: 60px;
}
.box-appeal.\--style-list-small {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.box-appeal.\--style-list-small .box-appeal__media {
  width: 94px;
  min-height: 84px;
  height: auto !important;
  margin-bottom: 0;
}
.box-appeal.\--style-list-small .box-appeal__content {
  padding: 10px 45px 10px 26px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #f7f7f7;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto !important;
}
.box-appeal.\--style-list-small .box-appeal__content:after {
  font-size: 22px;
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
}
.box-appeal.\--style-list-small .box-appeal__title {
  font-family: "Playfair Display";
  font-size: 25px;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  color: #262626;
  height: auto !important;
}
.box-appeal.\--style-list-small a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 0;
}
.box-appeal.\--style-list-small + .box-appeal.\--style-list-small {
  margin-top: 16px;
}
.box-appeal.\--style-grid {
  height: 100%;
  border: 1px solid #ebebeb;
  text-align: center;
  padding-bottom: 115px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.box-appeal.\--style-grid .box-appeal__media {
  height: 260px;
  margin: -1px -1px 0;
  background-position: center;
}
.box-appeal.\--style-grid .box-appeal__title {
  font-size: 28px;
  margin-bottom: 30px;
}
.box-appeal.\--style-grid .box-appeal__title a {
  background-image: -moz-linear-gradient(left, #ebebeb, #ebebeb);
  background-image: -webkit-linear-gradient(left, #ebebeb, #ebebeb);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ebebeb),
    to(#ebebeb)
  );
  background-image: -o-linear-gradient(left, #ebebeb, #ebebeb);
  background-image: linear-gradient(to right, #ebebeb, #ebebeb);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.box-appeal.\--style-grid .box-appeal__title a:hover {
  color: #333;
}
@media (min-width: 1560px) {
  .box-appeal.\--style-grid .box-appeal__title {
    font-size: 32px;
  }
}
.box-appeal.\--style-grid .box-appeal__content {
  border-top: 0;
  position: relative;
  padding: 20px 50px 0;
}
.box-appeal.\--style-grid .box-appeal__actions {
  height: 115px;
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 0;
}
.box-appeal.\--style-grid .box-appeal__cta {
  border: 2px solid #f9cd00;
  font-size: 24px;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  display: block;
  color: #333;
  font-weight: 500;
  padding: 11px 10px;
  margin-bottom: 5px;
  text-align: center;
  max-width: 304px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.box-appeal.\--style-grid .box-appeal__cta:hover {
  color: #f9cd00;
}
.box-appeal.\--style-grid .box-appeal__link {
  font-size: 13px;
  color: #9c9c9c;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.box-appeal.\--style-grid .box-appeal__link:hover {
  color: #f9cd00;
}
.box-appeal.\--style-grid:hover {
  background-color: #f9cd00;
}
.box-appeal.\--style-grid:hover .box-appeal__title a {
  background-image: -moz-linear-gradient(left, #fbda40, #fbda40);
  background-image: -webkit-linear-gradient(left, #fbda40, #fbda40);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fbda40),
    to(#fbda40)
  );
  background-image: -o-linear-gradient(left, #fbda40, #fbda40);
  background-image: linear-gradient(to right, #fbda40, #fbda40);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 8px;
}
.box-appeal.\--style-grid:hover .box-appeal__link {
  color: #333;
}
.box-appeal.\--style-grid:hover .box-appeal__link:hover {
  color: #fff;
}
.box-appeal.\--style-grid:hover .box-appeal__cta {
  background-color: #fff;
  border-color: #fff;
}
.box-appeal.\--style-grid:hover .box-appeal__cta:hover {
  background-color: #262626;
  color: #fff;
  border-color: #262626;
}
.box-appeal.\--style-grid.\--style-2x {
  background-color: #95e8de;
}
@media (min-width: 1360px) {
  .box-appeal.\--style-grid.\--style-2x {
    border: 0;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 0;
  }
  .box-appeal.\--style-grid.\--style-2x > * {
    width: 50%;
  }
}
@media (min-width: 1360px) {
  .box-appeal.\--style-grid.\--style-2x .box-appeal__media {
    width: 50%;
    height: 100%;
    min-height: 508px;
    margin: 0;
  }
}
@media (min-width: 1360px) {
  .box-appeal.\--style-grid.\--style-2x .box-appeal__title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px;
  }
}
.box-appeal.\--style-grid.\--style-2x .box-appeal__title a {
  background-image: -moz-linear-gradient(left, #f9cd00, #f9cd00);
  background-image: -webkit-linear-gradient(left, #f9cd00, #f9cd00);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f9cd00),
    to(#f9cd00)
  );
  background-image: -o-linear-gradient(left, #f9cd00, #f9cd00);
  background-image: linear-gradient(to right, #f9cd00, #f9cd00);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 8px;
}
@media (min-width: 1360px) {
  .box-appeal.\--style-grid.\--style-2x .box-appeal__content {
    padding: 50px 60px 135px;
  }
}
.box-appeal.\--style-grid.\--style-2x .box-appeal__content p {
  font-family: "Playfair Display";
  font-size: 27px;
  margin-bottom: 35px;
  line-height: 1.3;
  display: none;
}
@media (min-width: 1360px) {
  .box-appeal.\--style-grid.\--style-2x .box-appeal__content p {
    display: block;
  }
}
@media (min-width: 1560px) {
  .box-appeal.\--style-grid.\--style-2x .box-appeal__content p {
    font-size: 34px;
  }
}
@media (min-width: 1360px) {
  .box-appeal.\--style-grid.\--style-2x .box-appeal__actions {
    right: 0;
    left: auto;
    width: 50%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.box-appeal.\--style-grid.\--style-2x .box-appeal__cta {
  background-color: #f9cd00;
}
.box-appeal.\--style-grid.\--style-2x .box-appeal__cta:hover {
  background-color: #262626;
  color: #fff;
  border-color: #262626;
}
.box-appeal.\--style-grid.\--style-2x .box-appeal__link {
  color: #333;
}
.box-appeal.\--style-grid.\--style-2x .box-appeal__link:hover {
  color: #fff;
}
.box-appeal.\--type-search {
  border: 1px solid #ebebeb;
  padding-bottom: 90px;
}
.box-appeal.\--type-search .box-appeal__media {
  height: 180px;
  margin-bottom: 0;
}
.box-appeal.\--type-search .box-appeal__content {
  text-align: center;
  padding: 35px 20px 25px;
}
.box-appeal.\--type-search .box-appeal__content p {
  font-size: 15px;
  color: #666;
  margin-bottom: 0;
  max-height: 44px;
  overflow: hidden;
}
.box-appeal.\--type-search .box-appeal__title {
  font-size: 24px;
  font-family: "Playfair Display";
  font-weight: 400;
  margin-bottom: 20px;
  height: auto;
}
.box-appeal.\--type-search .box-appeal__title a {
  color: #333;
  background-image: -moz-linear-gradient(left, #ebebeb, #ebebeb);
  background-image: -webkit-linear-gradient(left, #ebebeb, #ebebeb);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ebebeb),
    to(#ebebeb)
  );
  background-image: -o-linear-gradient(left, #ebebeb, #ebebeb);
  background-image: linear-gradient(to right, #ebebeb, #ebebeb);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 8px;
}
.box-appeal.\--type-search .box-appeal__actions {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row wrap;
  -moz-flex-direction: row wrap;
  -ms-flex-direction: row wrap;
  flex-direction: row wrap;
  margin-left: -10px;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
}
.box-appeal.\--type-search .box-appeal__actions > div {
  padding-left: 10px;
  width: 50%;
}
.box-appeal.\--style-featured-emergency .box-appeal__media {
  margin-bottom: 0;
  min-height: 100%;
  height: 100%;
}
.box-appeal.\--style-featured-emergency .box-appeal__media__bg {
  background-image: -webkit-linear-gradient(
    225deg,
    rgba(0, 0, 0, 0.35) 1%,
    rgba(235, 235, 235, 0) 101%
  );
  background-image: -o-linear-gradient(
    225deg,
    rgba(0, 0, 0, 0.35) 1%,
    rgba(235, 235, 235, 0) 101%
  );
  background-image: linear-gradient(
    225deg,
    rgba(0, 0, 0, 0.35) 1%,
    rgba(235, 235, 235, 0) 101%
  );
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.box-appeal.\--style-featured-emergency .box-appeal__details {
  width: 440px;
  left: 75px;
  top: 55px;
  position: absolute;
  z-index: 1;
}
.box-appeal.\--style-featured-emergency
  .box-appeal__details
  .box-appeal__title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
  font-size: 90px;
  letter-spacing: -1px;
  line-height: 1;
  text-transform: uppercase;
  height: auto;
  padding-right: 0;
  color: #fff;
}
.box-appeal.\--style-featured-emergency
  .box-appeal__details
  .box-appeal__title
  a {
  background: none;
  color: #fff;
}
.box-appeal.\--style-featured-emergency .box-appeal__details p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 40px;
}
.box-appeal.\--style-featured-emergency .box-appeal__details a.\--style-cta {
  min-width: 330px;
  font-weight: 500;
}
.box-appeal__cta-ab {
  font-size: 0;
}
.box-news {
  position: relative;
  background-color: #2b1f1a;
  overflow: hidden;
}
.box-news > a {
  display: block;
}
.box-news > a:hover .box-news__content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.container__sidebar .box-news {
  margin-bottom: 20px;
}
.container__sidebar .box-news .box-news__media {
  height: 324px;
}
.box-news__media {
  height: 450px;
  background-size: cover;
  background-position: top center;
  background-color: #1f1f1f;
  position: relative;
  mix-blend-mode: lighten;
  pointer-events: none;
}
.box-news__media__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(3%, rgba(0, 0, 0, 0)),
    color-stop(83%, rgba(54, 27, 25, 0.85))
  );
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0) 3%,
    rgba(54, 27, 25, 0.85) 83%
  );
  background-image: -o-linear-gradient(
    rgba(0, 0, 0, 0) 3%,
    rgba(54, 27, 25, 0.85) 83%
  );
  background-image: linear-gradient(
    rgba(0, 0, 0, 0) 3%,
    rgba(54, 27, 25, 0.85) 83%
  );
  pointer-events: none;
}
.box-news__content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(82px);
  -moz-transform: translateY(82px);
  -o-transform: translateY(82px);
  -ms-transform: translateY(82px);
  transform: translateY(82px);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-align: center;
  padding: 0 35px 40px;
}
.box-news__content .icon-play {
  width: 50px;
  height: 50px;
  color: #333;
  background-color: #fff;
  text-align: center;
  display: none;
  margin: 0 auto 20px;
  border-radius: 50%;
  font-size: 30px;
}
.box-news__content .icon-play:before {
  line-height: 50px;
  position: relative;
  left: 3px;
}
.box-news__date {
  display: table;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.box-news__title {
  font-family: "Playfair Display";
  font-size: 32px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 400;
}
.box-news__cta {
  color: #f9cd00;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
  border: 1px solid #f9cd00;
  padding: 12px 25px 13px;
  display: inline-block;
}
.box-news__type {
  color: #f9cd00;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #f9cd00;
  padding: 3px 20px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-radius: 3px;
  line-height: 1;
}
.box-news.\--type-search .box-news__media {
  height: 380px;
}
.box-news.\--style-video .icon-play {
  display: block;
}
.box-news.\--style-slide {
  background: #fff;
  overflow: visible;
  height: 100%;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.box-news.\--style-slide .box-news__media {
  min-height: 540px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  mix-blend-mode: normal;
}
.box-news.\--style-slide .box-news__content {
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  max-width: 672px;
  padding: 40px 20px;
  margin: 0 auto;
  text-align: left;
}
.box-news.\--style-slide .box-news__content p {
  color: #333;
  font-size: 24px;
  font-family: "Playfair Display";
}
.box-news.\--style-slide .box-news__date {
  color: #b3b3b3;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}
.box-news.\--style-slide .box-news__title {
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #262626;
  font-size: 72px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 40px;
}
.box-news.\--style-slide .box-news__title a {
  color: #262626;
  background-image: -moz-linear-gradient(left, #ffeb52, #ffeb52);
  background-image: -webkit-linear-gradient(left, #ffeb52, #ffeb52);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffeb52),
    to(#ffeb52)
  );
  background-image: -o-linear-gradient(left, #ffeb52, #ffeb52);
  background-image: linear-gradient(to right, #ffeb52, #ffeb52);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 15px;
}
.box-news.\--style-slide .box-news__title a:hover {
  color: #f9cd00;
}
.box-news.\--style-2x {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.box-news.\--style-2x .box-news__media {
  width: calc(50% - 15px);
  pointer-events: auto;
}
.box-news.\--style-2x .box-news__media a {
  width: 100%;
  height: 100%;
  display: block;
}
.box-news.\--style-2x .box-news__date {
  color: #666;
}
.box-news.\--style-2x .box-news__title {
  font-size: 32px;
  color: #333;
}
.box-news.\--style-2x .box-news__title a {
  color: #333;
}
.box-news.\--style-2x .box-news__title a:hover {
  color: #f9cd00;
}
.box-news.\--style-2x .box-news__content {
  position: relative;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  width: calc(50% + 15px);
  border: 1px solid #ebebeb;
  padding: 40px 45px 40px 75px;
}
.box-news.\--style-2x .box-news__content p {
  font-size: 16px;
  max-height: 144px;
  overflow: hidden;
}
.box-news.\--style-list {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background: none;
  margin-bottom: 20px;
}
.box-news.\--style-list .box-news__media {
  height: 100%;
  background-size: cover;
  min-width: 278px;
  height: auto;
}
.box-news.\--style-list .box-news__content {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border: 1px solid #efefef;
  padding: 35px 50px 40px;
  position: static;
  text-align: left;
}
.box-news.\--style-list .box-news__content p {
  font-size: 16px;
  margin-bottom: 25px;
}
.box-news.\--style-list .box-news__date {
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
  color: #666;
}
.box-news.\--style-list .box-news__title a {
  color: #333;
}
.box-news.\--style-list .box-news__title a:hover {
  color: #f9cd00;
}
.box-news.\--style-list + .box-news {
  margin-top: 20px;
}
.box-news__cta-ab {
  font-size: 0;
}
.box-page {
  position: relative;
}
.box-page__title {
  color: #333;
  font-size: 36px;
  margin-bottom: 15px;
  font-family: "Playfair Display";
  font-weight: 400;
}
.box-page__title a {
  color: #333;
  background-image: -moz-linear-gradient(left, #e5e6dc, #e5e6dc);
  background-image: -webkit-linear-gradient(left, #e5e6dc, #e5e6dc);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e5e6dc),
    to(#e5e6dc)
  );
  background-image: -o-linear-gradient(left, #e5e6dc, #e5e6dc);
  background-image: linear-gradient(to right, #e5e6dc, #e5e6dc);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 10px;
}
.box-page__title a:hover {
  color: #f9cd00;
}
.box-page__media {
  background-size: cover;
  background-position: top center;
  height: 240px;
}
.box-page__media a {
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 1500px) {
  .box-page__media {
    height: 290px;
  }
}
.box-page__donate {
  display: block;
  padding: 11px 20px;
  font-size: 24px;
  color: #333;
  text-transform: uppercase;
  background-color: #f9cd00;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.box-page__donate:hover {
  background-color: #e0b800;
  color: #333;
}
.box-page__content {
  position: relative;
  padding: 30px 0 0;
  margin-bottom: 20px;
}
.box-page__content p {
  font-size: 16px;
  color: #666;
}
.box-page__hash {
  font-size: 14px;
  color: #e0b700;
  text-transform: uppercase;
}
.box-page__cta {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 30px;
  border: 2px solid #000;
  color: #000;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.box-page__cta:hover {
  border-color: #f9cd00;
  color: #f9cd00;
}
.i3-slider.\--style-equal-heights .box-page {
  height: 100%;
  padding-bottom: 50px;
}
.i3-slider.\--style-equal-heights .box-page .box-page__cta {
  position: absolute;
  bottom: 0;
  left: 0;
}
.box-page.\--style-flex-list {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  margin-left: -50px;
}
.box-page.\--style-flex-list + .box-page.\--style-flex-list {
  margin-top: 50px;
}
@media (min-width: 1600px) {
  .box-page.\--style-flex-list + .box-page.\--style-flex-list {
    margin-top: 125px;
  }
}
.box-page.\--style-flex-list .box-page__media {
  width: 550px;
  height: 350px;
  margin-left: 50px;
}
@media (min-width: 1600px) {
  .box-page.\--style-flex-list .box-page__media {
    height: 420px;
  }
}
.box-page.\--style-flex-list .box-page__content {
  margin-left: 50px;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 384px;
  padding-top: 0;
}
@media (min-width: 1600px) {
  .box-page.\--style-flex-list .box-page__content {
    margin-top: 90px;
  }
}
.box-page.\--style-flex-list .box-page__content p {
  font-size: 24px;
  word-break: break-word;
}
.box-page.\--style-flex-list .box-page__title {
  font-size: 60px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: normal;
}
.box-page.\--style-flex-list .box-page__title a {
  background: none;
  color: #262626;
}
.box-page.\--style-flex-list .box-page__title a:hover {
  color: #f9cd00;
}
.box-page.\--style-flex-list .box-page__cta {
  max-width: 330px;
  background-color: #f9cd00;
  font-size: 30px;
  padding: 15px 40px 15px 20px;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  color: #262626;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: 0;
  letter-spacing: normal;
}
.box-page.\--style-flex-list .box-page__cta:after {
  position: absolute;
  right: 15px;
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #333;
  top: 50%;
  margin-top: -10px;
}
.box-page.\--style-flex-list .box-page__cta:hover {
  background-color: #e0b800;
  color: #262626;
}
.box-page.\--style-flex-list .box-page__cta.\--theme-dark {
  background-color: #262626;
  color: #fff;
}
.box-page.\--style-flex-list .box-page__cta.\--theme-dark:after {
  color: #fff;
}
.box-page.\--style-flex-list .box-page__cta.\--theme-dark:hover {
  background-color: #191919;
  color: #fff;
}
.box-page.\--style-flex-list .box-page__cta.\--theme-red {
  background-color: #d70a24;
  color: #fff;
}
.box-page.\--style-flex-list .box-page__cta.\--theme-red:after {
  color: #fff;
}
.box-page.\--style-flex-list .box-page__cta.\--theme-red:hover {
  background-color: #bf0920;
  color: #fff;
}
.box-page.\--type-search .box-page__content {
  padding: 0;
}
.box-page.\--type-search .box-page__content p {
  margin-bottom: 25px;
  color: #666;
  font-size: 15px;
}
.box-page.\--type-search .box-page__title {
  font-size: 26px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.box-page.\--type-search .box-page__title a {
  color: #262626;
  background: none;
}
.box-page.\--type-search .box-page__title a:hover {
  color: #c9a621;
  background: none;
}
.box-page.\--style-fundraiser {
  border: 1px solid #ebebeb;
  padding: 35px;
  text-align: center;
}
.box-page.\--style-fundraiser .box-page__subtitle {
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #666;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: "Barlow", sans-serif;
}
.box-page.\--style-fundraiser .box-page__media {
  height: 176px;
  margin-bottom: 30px;
}
.box-page.\--style-fundraiser .box-page__content {
  padding: 0;
  margin-bottom: 0;
}
.box-page.\--style-fundraiser .box-page__title {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 20px;
}
.box-page.\--style-fundraiser .box-page__title a {
  color: #333;
  background-image: -moz-linear-gradient(left, #ebebeb, #ebebeb);
  background-image: -webkit-linear-gradient(left, #ebebeb, #ebebeb);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ebebeb),
    to(#ebebeb)
  );
  background-image: -o-linear-gradient(left, #ebebeb, #ebebeb);
  background-image: linear-gradient(to right, #ebebeb, #ebebeb);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 8px;
}
.box-page.\--style-fundraiser p {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}
.box-page.\--style-fundraiser .box-page__learn-more {
  letter-spacing: 2px;
  font-size: 13px;
  color: #9c9c9c;
  text-transform: uppercase;
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}
.box-page.\--style-donation-carousel,
.box-page.\--style-donation-carousel {
  background-color: #fff;
  position: relative;
  padding-bottom: 110px;
}
.i3-slider.\--style-equal-heights .box-page.\--style-donation-carousel,
.i3-slider.\--style-equal-heights .box-page.\--style-donation-carousel {
  padding-bottom: 110px;
}
.box-page.\--style-donation-carousel .box-page__title,
.box-page.\--style-donation-carousel .box-page__title {
  text-align: center;
  margin-bottom: 20px;
}
.box-page.\--style-donation-carousel .box-page__media,
.box-page.\--style-donation-carousel .box-page__media {
  margin-bottom: 0;
}
.box-page.\--style-donation-carousel .box-page__content,
.box-page.\--style-donation-carousel .box-page__content {
  padding: 20px 60px 0;
  text-align: center;
  margin-bottom: 0;
}
.box-page.\--style-donation-carousel .box-page__content p,
.box-page.\--style-donation-carousel .box-page__content p {
  font-size: 18px;
}
.box-page.\--style-donation-carousel .box-page__content p:last-child,
.box-page.\--style-donation-carousel .box-page__content p:last-child {
  margin-bottom: 0;
}
.box-page.\--style-donation-carousel .box-page__donate,
.box-page.\--style-donation-carousel .box-page__donate {
  position: absolute;
  left: 60px;
  right: 60px;
  bottom: 40px;
}
.box-page__cta-ab {
  font-size: 0;
}
.box-icon {
  position: relative;
}
.box-icon__title {
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.box-icon__media {
  margin-bottom: 20px;
}
.box-icon__media .icon {
  font-size: 32px;
  color: #fff9c9;
}
.box-icon__media img {
  max-height: 32px;
  display: block;
}
.box-icon__content p {
  color: #fff;
}
.box-icon__content p a {
  color: #f9cd00;
}
.box-icon__content p a:hover {
  color: #e0b800;
}
.box-icon__content > :last-child {
  margin-bottom: 50px;
}
.box-icon__popup-link {
  margin-top: -36px;
  color: #f9cd00;
}
.box-icon__grid {
  margin-left: -50px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
}
html.ie .box-icon__grid,
html.ipad .box-icon__grid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.box-icon__grid > div {
  width: 360px;
  padding-left: 50px;
}
.box-media {
  position: relative;
  background-color: #2b1f1a;
  overflow: hidden;
}
.box-media > a {
  display: block;
}
.box-media > a:hover .box-media__title {
  color: #f9cd00;
}
.box-media__media {
  height: 380px;
  background-size: cover;
  background-position: top center;
  background-color: #1f1f1f;
  position: relative;
  mix-blend-mode: lighten;
  pointer-events: none;
}
.box-media__media__bg {
  position: absolute;
  height: 250px;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(3%, rgba(0, 0, 0, 0)),
    color-stop(83%, rgba(54, 27, 25, 0.85))
  );
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0) 3%,
    rgba(54, 27, 25, 0.85) 83%
  );
  background-image: -o-linear-gradient(
    rgba(0, 0, 0, 0) 3%,
    rgba(54, 27, 25, 0.85) 83%
  );
  background-image: linear-gradient(
    rgba(0, 0, 0, 0) 3%,
    rgba(54, 27, 25, 0.85) 83%
  );
  pointer-events: none;
}
.box-media__content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 0 20px 40px;
}
.box-media__content .icon-play {
  width: 50px;
  height: 50px;
  color: #333;
  background-color: #fff;
  text-align: center;
  display: none;
  margin: 0 auto 20px;
  border-radius: 50%;
  font-size: 30px;
}
.box-media__content .icon-play:before {
  line-height: 50px;
  position: relative;
  left: 3px;
}
.box-media__title {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.box-media__cta {
  color: #f9cd00;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
}
.box-media.\--style-video .icon-play {
  display: block;
}
.box-social {
  background-color: #fff;
  padding: 25px 35px;
  min-height: 296px;
  position: relative;
}
.box-social__date {
  display: table;
  font-size: 12px;
  color: #333;
  margin-bottom: 5px;
}
.box-social__title {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  margin-bottom: 25px;
  font-size: 17px;
}
.box-social__title span {
  color: #b3b3b3;
  font-size: 12px;
  text-transform: uppercase;
}
.box-social__title a {
  color: #333;
}
.box-social__title a:hover {
  color: #f9cd00;
}
.box-social__content p {
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
  max-height: 134px;
  overflow: hidden;
}
.box-social__content p a {
  color: #666;
}
.box-social__content p a:hover {
  color: #333;
}
.box-social__actions {
  margin-bottom: 0;
}
.box-social__actions li {
  margin: 0 5px;
  line-height: 1;
}
.box-social__actions li:first-child {
  margin-left: 0;
}
.box-social__actions li:last-child {
  margin-right: 0;
}
.box-social__actions li a {
  color: #b3b3b3;
}
.box-social__actions li a:hover {
  color: #333;
}
.box-social__actions li a .icon {
  font-size: 24px;
}
.box-social__header {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  font-size: 14px;
}
.box-social__header .icon {
  vertical-align: middle;
  font-size: 20px;
  margin: -3px 4px 0 0;
}
.box-social__emulate-cta {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  display: block;
  text-indent: -9999px;
}
.box-event {
  padding: 30px 30px 95px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.box-event .grid-flex {
  height: 100%;
}
.box-event__header {
  margin-bottom: 30px;
  display: block;
}
.box-event__header__media {
  width: 100%;
  margin-bottom: 20px;
}
.box-event__header__media a {
  display: block;
}
.box-event__header__media img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-position: center;
  object-position: center;
}
.box-event__header__content {
  overflow: hidden;
}
.box-event__title {
  font-family: "Playfair Display";
  font-weight: 400;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.2;
}
.box-event__title a {
  color: #262626;
}
.box-event__title a:hover {
  color: #f9cd00;
}
.box-event__date {
  font-size: 22px;
  color: #262626;
  font-weight: 500;
}
.box-event__content {
  font-size: 16px;
}
.box-event__content address {
  color: #333;
  line-height: 1.5;
}
.box-event__content a {
  color: #333;
  line-height: 1.5;
  display: table;
}
.box-event__content a:hover {
  color: #f9cd00;
}
.box-event__content p {
  line-height: 1.5;
  margin-bottom: 0;
}
.box-event__actions {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
}
.box-event__actions a {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
  font-size: 16px;
}
.box-event__actions a:hover {
  color: #c9a621;
  border-color: #c9a621;
}
.box-event__actions a:first-child:not(:last-child) {
  color: #c9a621;
  border-color: #c9a621;
}
.box-event__actions a:first-child:not(:last-child):hover {
  color: #333;
  border-color: #333;
}
.box-event__actions a + a {
  margin-left: 30px;
}
.box-event__cta-ab {
  font-size: 0;
}
.box-branch {
  padding: 30px 40px 115px;
  border: 1px solid #efefef;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.box-branch:hover {
  border-color: #ccc;
}
.box-branch .grid-flex {
  height: 100%;
}
.box-branch__header {
  margin-bottom: 30px;
}
.box-branch__header__media {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 30px;
}
.box-branch__header__media img {
  display: block;
  width: 100%;
}
.box-branch__header__content {
  overflow: hidden;
}
.box-branch__title {
  font-family: "Playfair Display";
  font-weight: 400;
  margin-bottom: 2px;
  font-size: 32px;
  line-height: 1;
}
.box-branch__title a {
  color: #333;
}
.box-branch__title a:hover {
  color: #f9cd00;
}
.box-branch__category {
  text-transform: uppercase;
  font-size: 18px;
  color: #666;
}
.box-branch__content {
  font-size: 16px;
}
.box-branch__content address {
  color: #333;
  line-height: 1.5;
}
.box-branch__content a {
  color: #333;
  line-height: 1.5;
  display: table;
}
.box-branch__content a:hover {
  color: #f9cd00;
}
.box-branch__content p {
  line-height: 1.5;
}
.box-branch__actions {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 40px;
}
.box-branch__actions a {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
  font-size: 16px;
}
.box-branch__actions a:hover {
  color: #c9a621;
  border-color: #c9a621;
}
.box-branch__actions a:first-child:not(:last-child) {
  color: #c9a621;
  border-color: #c9a621;
}
.box-branch__actions a:first-child:not(:last-child):hover {
  color: #333;
  border-color: #333;
}
.box-branch__actions a + a {
  margin-left: 30px;
}
.box-timetable {
  position: relative;
  background-color: #2b1f1a;
  overflow: hidden;
}
.box-timetable > a {
  display: block;
}
.box-timetable > a:hover .box-timetable__content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.box-timetable__media {
  height: 450px;
  background-size: cover;
  background-position: top center;
  background-color: #1f1f1f;
  position: relative;
  mix-blend-mode: lighten;
  pointer-events: none;
}
.box-timetable__media__bg {
  position: absolute;
  height: 250px;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(3%, rgba(0, 0, 0, 0)),
    color-stop(83%, rgba(41, 41, 41, 0.85))
  );
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0) 3%,
    rgba(41, 41, 41, 0.85) 83%
  );
  background-image: -o-linear-gradient(
    rgba(0, 0, 0, 0) 3%,
    rgba(41, 41, 41, 0.85) 83%
  );
  background-image: linear-gradient(
    rgba(0, 0, 0, 0) 3%,
    rgba(41, 41, 41, 0.85) 83%
  );
  pointer-events: none;
}
.box-timetable__content {
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(82px);
  -moz-transform: translateY(82px);
  -o-transform: translateY(82px);
  -ms-transform: translateY(82px);
  transform: translateY(82px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 0 20px 40px;
}
.box-timetable__title {
  font-family: "Playfair Display";
  font-size: 48px;
  color: #fff;
  margin-bottom: 50px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
}
.box-timetable__cta {
  color: #f9cd00;
  border: 1px solid #f9cd00;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  padding: 11px 82px;
  display: inline-block;
}
.box-fundraiser {
  position: relative;
  padding-bottom: 270px;
  border: 1px solid #ebebeb;
  background-color: #fff;
}
.box-fundraiser__media {
  height: 210px;
  position: relative;
  margin: -1px -1px 30px;
}
.box-fundraiser__media a {
  display: block;
  height: 100%;
}
.box-fundraiser__media a img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.box-fundraiser__tag {
  font-weight: 600;
  font-size: 14px;
  color: #262626;
  background-color: #f9cd00;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 7px 14px;
  display: inline-block;
  position: absolute;
  top: 1.66667rem;
  left: 1.66667rem;
  border-radius: 2px;
}
.box-fundraiser__tag.\--theme-urgent {
  color: #fff;
  background-color: #ba3f3f;
}
.box-fundraiser .full-img img {
  -o-object-fit: fill;
  object-fit: fill;
}
.box-fundraiser .popularcampaigns {
  height: 280px;
}
.box-fundraiser__content {
  padding: 0 35px;
}
.box-fundraiser__date {
  font-size: 14px;
  color: #666;
  display: block;
  margin-bottom: 10px;
}
.box-fundraiser__title {
  font-size: 30px;
  font-family: "Playfair Display";
  font-weight: 400;
}
.box-fundraiser__title a {
  color: #333;
  background-image: -moz-linear-gradient(left, #ebebeb, #ebebeb);
  background-image: -webkit-linear-gradient(left, #ebebeb, #ebebeb);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ebebeb),
    to(#ebebeb)
  );
  background-image: -o-linear-gradient(left, #ebebeb, #ebebeb);
  background-image: linear-gradient(to right, #ebebeb, #ebebeb);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 8px;
}
.box-fundraiser__info {
  position: absolute;
  bottom: 0;
  left: 35px;
  bottom: 35px;
  right: 35px;
}
.box-fundraiser__slider {
  width: 100%;
  height: 10px;
  background-color: #ebebeb;
  position: relative;
  border-radius: 2px;
  margin-bottom: 30px;
}
.box-fundraiser__slider__amount,
.box-fundraiser__slider__percentage {
  font-size: 20px;
  color: #29221f;
  font-weight: 600;
  position: absolute;
  top: -35px;
}
.box-fundraiser__slider__amount {
  right: 0;
}
.box-fundraiser__slider__percentage {
  left: 0;
}
.box-fundraiser__slider__range {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #f9cd00;
  border-radius: 2px;
  display: block;
}
.box-fundraiser__details {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 1.66667rem;
}
.box-fundraiser__detail .icon {
  display: block;
  margin-bottom: 3px;
  font-size: 20px;
  color: #4daf7c;
}
.box-fundraiser__detail span {
  font-weight: 600;
  font-size: 16px;
  color: #377d59;
  display: block;
  line-height: 1.3;
}
.box-fundraiser__detail em {
  font-style: normal;
  font-size: 18px;
  color: #4daf7c;
  line-height: 1.3;
  display: block;
}
.box-fundraiser__detail + .box-fundraiser__detail {
  text-align: right;
}
.box-fundraiser__detail + .box-fundraiser__detail .icon {
  color: #c9a621;
}
.box-fundraiser__detail + .box-fundraiser__detail span {
  color: #967d18;
}
.box-fundraiser__detail + .box-fundraiser__detail em {
  color: #c9a621;
}
.box-fundraiser__support {
  background-color: rgba(203, 210, 212, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.box-fundraiser__support > a {
  display: block;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.box-fundraiser__support__media {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 68px;
  height: 68px;
}
.box-fundraiser__support__content {
  padding: 0.94444rem 2.22222rem 0.94444rem 1.11111rem;
}
.box-fundraiser__support__subtitle {
  font-family: "Barlow", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #666;
  letter-spacing: 1px;
  margin-bottom: 8px;
  line-height: 1;
  text-transform: uppercase;
}
.box-fundraiser__support__title {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 0;
  line-height: 1;
}
.box-fundraiser.\--style-flex {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
}
.box-fundraiser.\--style-flex .box-fundraiser__media {
  min-height: 400px;
  margin-bottom: 0;
  min-width: 50%;
}
@media (min-width: 1500px) {
  .box-fundraiser.\--style-flex .box-fundraiser__media {
    min-width: 395px;
  }
}
.box-fundraiser.\--style-flex .box-fundraiser__date {
  margin-bottom: 5px;
}
.box-fundraiser.\--style-flex .box-fundraiser__title {
  font-size: 36px;
}
.box-fundraiser.\--style-flex .box-fundraiser__content {
  padding: 30px 40px 180px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.box-fundraiser.\--style-flex .box-fundraiser__info {
  position: absolute;
  padding: 0 35px;
  bottom: 35px;
  right: 0;
  left: 50%;
}
@media (min-width: 1500px) {
  .box-fundraiser.\--style-flex .box-fundraiser__info {
    left: 395px;
  }
}
.box-fundraiser__cta-ab {
  font-size: 0;
}
.box-comment {
  border: 1px solid #ebebeb;
  padding: 20px 25px;
  margin-bottom: 20px;
}
.box-comment__author {
  font-size: 18px;
  color: #333;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
}
.box-comment__date {
  display: table;
  font-size: 14px;
  color: #9c9c9c;
  line-height: 1;
}
.box-comment__donation {
  font-size: 20px;
  color: #c9a621;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  display: block;
}
.box-comment__extra {
  color: #333;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
.box-comment__content {
  padding-top: 20px;
}
.box-comment__content p {
  color: #666;
  font-size: 16px;
}
.box-comment__content p:last-child {
  margin-bottom: 0;
}
.box-selection {
  padding: 8px;
  position: relative;
}
.box-selection__media {
  height: 128px;
  width: 100%;
  background-size: cover;
}
.box-selection input[type="radio"] {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  opacity: 0;
}
.box-selection input[type="radio"]:checked ~ .box-selection__radio i {
  background-color: #f9cd00;
  border-color: #f9cd00;
}
.box-selection input[type="radio"]:checked ~ .box-selection__radio i:before {
  opacity: 1;
}
.box-selection input[type="radio"]:checked ~ .box-selection__border {
  border-color: #f9cd00;
}
.box-selection__radio {
  background-color: #fff;
  padding: 1px 4px 4px 0;
  display: block;
  position: absolute;
  left: 8px;
  top: 8px;
}
.box-selection__radio i {
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  display: block;
  border-radius: 2px;
  text-align: center;
}
.box-selection__radio i:before {
  color: #fff;
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  font-size: 16px;
  line-height: 16px;
}
.box-selection__border {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: 2px solid #ccc;
}
.box-past-updates {
  padding: 16px 12px 12px;
  background-color: #f7f7f7;
}
.box-past-updates + .box-past-updates {
  margin-top: 30px;
}
.box-past-updates__header {
  width: 100%;
  margin-bottom: 10px;
}
.box-past-updates__date {
  font-size: 14px;
  float: left;
  display: inline-block;
  color: #666;
  padding-top: 8px;
}
.box-past-updates__action {
  float: right;
  display: inline-block;
}
.box-past-updates__action .btn,
.box-past-updates__action .ui-dialog .i3-dialog-footer .btn,
.ui-dialog .i3-dialog-footer .box-past-updates__action .btn {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  color: #666;
  font-size: 14px;
  padding-left: 20px;
}
.box-past-updates__action .btn .icon {
  font-size: 15px;
  vertical-align: middle;
  margin-top: -3px;
}
.box-past-updates__action .btn:hover {
  background-color: #bf0920;
  border-color: #bf0920;
  color: #fff;
}
.box-bundle {
  position: relative;
  height: 100%;
}
.box-bundle__media {
  background-blend-mode: soft-light, normal;
  background-color: rgba(235, 235, 228, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.box-bundle__content {
  position: relative;
  z-index: 1;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 30px 40px;
}
.box-bundle__title {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 34px;
  color: #262626;
  margin-bottom: 15px;
}
.box-bundle__title span {
  background-image: -moz-linear-gradient(
    left,
    rgba(196, 196, 196, 0.3),
    rgba(196, 196, 196, 0.3)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(196, 196, 196, 0.3),
    rgba(196, 196, 196, 0.3)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(196, 196, 196, 0.3)),
    to(rgba(196, 196, 196, 0.3))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(196, 196, 196, 0.3),
    rgba(196, 196, 196, 0.3)
  );
  background-image: linear-gradient(
    to right,
    rgba(196, 196, 196, 0.3),
    rgba(196, 196, 196, 0.3)
  );
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 12px;
}
.box-bundle__desc {
  font-size: 16px;
  color: #343a40;
}
.box-bundle__desc p {
  margin-bottom: 20px;
}
.box-bundle.\--style-active .box-bundle__media {
  background-color: #ffca0a;
}
.box-bundle.\--style-active .box-bundle__title span {
  background-image: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.3)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.3)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.3)),
    to(rgba(255, 255, 255, 0.3))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.3)
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.3)
  );
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 12px;
}
.box-checkbox {
  position: relative;
  padding: 17px 26px 17px 52px;
  background-color: #ebebe4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-checkbox:before {
  display: none;
}
.box-checkbox input[type="radio"],
.box-checkbox input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.box-checkbox__toggle-cta {
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.box-checkbox.\--style-active .box-checkbox__check:before,
.box-checkbox.\--style-show-popup .box-checkbox__check:before {
  opacity: 1;
}
.box-checkbox.\--style-active .box-checkbox__x {
  background-color: #262626;
  padding: 5px 25px 5px 8px;
  border-radius: 2px;
  color: #fff;
  line-height: 1;
  margin-top: -3px;
  margin-bottom: -3px;
}
.box-checkbox.\--style-active .box-checkbox__x .icon-dropdown {
  right: 1px;
  top: 3px;
  font-size: 22px;
}
.box-checkbox__x {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.box-checkbox__x .icon-dropdown {
  position: absolute;
  right: -14px;
  font-size: 26px;
  top: -10px;
}
.box-checkbox__x > span:empty {
  display: none;
}
.box-checkbox__wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.box-checkbox__title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  color: #464646;
}
.box-checkbox__check {
  top: 50%;
  left: 16px;
  position: absolute;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 2px solid #d8d8ce;
  border-radius: 50%;
}
.box-checkbox__check:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffcb04;
  margin: 3px auto 0;
  opacity: 0;
}
.box-checkbox__popup {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  z-index: 10;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  display: none;
}
.\--style-show-popup .box-checkbox__popup {
  display: block;
}
.box-checkbox__list {
  background: #fff;
}
.box-checkbox__list > li {
  position: relative;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 20px 10px 52px;
  font-weight: 600;
  color: #333;
  font-size: 18px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.box-checkbox__list > li.\--style-active {
  color: #f9cd00;
}
.box-checkbox__list > li:hover {
  color: #f9cd00;
}
.box-prayer {
  border: 1px solid #ebebeb;
  padding: 30px;
  height: 100%;
}
.box-prayer__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
}
.box-prayer__grid > * {
  width: 50%;
  padding-left: 20px;
}
.box-prayer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.box-prayer__header__media {
  width: 62px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
.box-prayer__header__media img {
  display: block;
}
.box-prayer__header__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.box-prayer__header__content p {
  margin-bottom: 0;
}
.box-prayer__header__content address {
  font-size: 14px;
}
.box-prayer__header__title {
  margin-bottom: 5px;
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 30px;
}
.box-prayer__header__title > a {
  color: #333;
}
.box-prayer__times__title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  font-family: "Barlow", sans-serif;
  margin-bottom: 10px;
}
.box-prayer__times__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-prayer__time {
  border: 2px solid #ccc;
  padding: 15px;
  margin-right: 10px;
  display: block;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.box-prayer__time:hover {
  border-color: #f9cd00;
}
.box-prayer__time > span {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #7a7a7a;
  margin-bottom: 10px;
}
.box-prayer__time > strong {
  color: #333;
  font-size: 21px;
  text-transform: uppercase;
}
.box-prayer__time.\--disabled {
  opacity: 0.6;
  pointer-events: none;
}
.box-prayer__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
}
.box-prayer__footer > a {
  color: #666;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.box-prayer__form {
  border: 1px solid #ebebeb;
  padding: 30px;
}
.box-prayer__form__back {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
  margin-bottom: 10px;
}
.box-prayer__form__back i.icon {
  color: #c9a621;
}
.box-prayer__form__title {
  margin-bottom: 0;
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 26px;
}
.box-prayer__form__name {
  margin-bottom: 0;
}
.box-prayer__form__time {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #666;
  font-weight: 600;
  font-size: 15px;
}
.box-prayer__form__time span {
  color: #c9a621;
}
.box-prayer__form__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
}
.box-prayer__form .control-group {
  margin-bottom: 5px;
}
.box-prayer__form .control-group.\--type-horizontal .control-group__label {
  width: 100px;
}
.box-prayer__form fieldset {
  margin-bottom: 10px;
}
.box-prayer__thankyou {
  border: 1px solid #ebebeb;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.box-prayer__thankyou p {
  font-family: "Playfair Display";
  font-size: 24px;
  text-align: center;
}
.box-prayer__thankyou p:last-child {
  padding-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
}
.box-prayer__thankyou__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  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-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .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);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-slider .slick-track:before,
.slick-slider .slick-track:after {
  content: "";
  display: table;
}
.slick-slider .slick-track:after {
  clear: both;
}
.slick-loading .slick-slider .slick-track {
  visibility: hidden;
}
.slick-slider .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  overflow: hidden;
}
[dir="rtl"] .slick-slider .slick-slide {
  float: right;
}
.slick-slider .slick-slide > img {
  display: block;
}
.slick-slider .slick-slide.dragging {
  pointer-events: none;
}
.slick-slider.slick-loading .slick-slide {
  display: none;
}
.slick-slider.slick-initialized .slick-slide {
  display: block;
}
.slick-slider.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slider.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slider .slick-arrow.slick-hidden {
  display: none;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  position: absolute;
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 55px;
  height: 55px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 36%;
  margin-top: -27.5px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 9;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-prev:focus,
.slick-slider .slick-next:hover,
.slick-slider .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-slider .slick-prev.slick-disabled:before,
.slick-slider .slick-next.slick-disabled:before {
  color: #666;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 55px;
  line-height: 1;
  color: #f9cd00;
}
.slick-slider .slick-prev {
  left: -75px;
}
[dir="rtl"] .slick-slider .slick-prev {
  left: auto;
  right: -75px;
}
@media (max-width: 1860px) {
  .slick-slider .slick-prev {
    display: none !important;
  }
}
.slick-slider .slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-slider .slick-prev:before {
  content: "";
}
.slick-slider .slick-next {
  right: -75px;
}
[dir="rtl"] .slick-slider .slick-next {
  left: -75px;
  right: auto;
}
@media (max-width: 1860px) {
  .slick-slider .slick-next {
    display: none !important;
  }
}
.slick-slider .slick-next:before {
  content: "";
}
[dir="rtl"] .slick-slider .slick-next:before {
  content: "";
}
.slick-slider .slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 30px 0 0;
  width: 100%;
}
.slick-slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
  width: 14px;
  height: 14px;
}
.slick-slider .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  color: transparent;
  cursor: pointer;
  line-height: 1;
  width: 14px;
  height: 14px;
}
.slick-slider .slick-dots li button:before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background-color: #666;
  border-radius: 50%;
  text-align: center;
}
.slick-slider .slick-dots li.slick-active button:before {
  background-color: #f9cd00;
}
.slick-slider.\--style-equal-heights .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.slick-slider.\--style-equal-heights .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.slick-slider.\--style-equal-heights .slick-track .slick-slide > div {
  width: 100%;
  height: 100%;
}
.ipad .slick-slider.\--style-equal-heights .slick-track .slick-slide > div {
  height: auto;
}
.slick-slider.\--style-donors {
  padding-bottom: 80px;
}
.slick-slider.\--style-donors .slick-next,
.slick-slider.\--style-donors .slick-prev {
  top: auto;
  bottom: 0;
  margin: 0;
  left: 0 !important;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  width: 5.55556rem;
  height: 2.77778rem;
  line-height: 2.77778rem;
  background-color: #f9cd00;
  border-color: #f9cd00;
  color: #262626;
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
  border-radius: 1px;
}
.slick-slider.\--style-donors .slick-next:before,
.slick-slider.\--style-donors .slick-prev:before {
  display: none;
}
@media (max-width: 1860px) {
  .slick-slider.\--style-donors .slick-next,
  .slick-slider.\--style-donors .slick-prev {
    display: block !important;
  }
}
.slick-slider.\--style-donors .slick-next.slick-disabled,
.slick-slider.\--style-donors .slick-prev.slick-disabled {
  background-color: #fff;
  border: 1px solid #464646;
  line-height: 2.66667rem;
  pointer-events: none;
}
.slick-slider.\--style-donors .slick-next {
  right: 0 !important;
  left: auto !important;
}
.ui-dialog {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  min-width: 400px;
  outline: 0;
  border-radius: 3px;
  z-index: 10000;
  background-color: #fff;
  position: absolute;
  border: 1px solid #c2d9e1;
}
.ui-dialog.\--style-edge {
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-dialog.\--style-edge .ui-dialog-content {
  padding: 0;
}
.ui-dialog.\--style-edge .ui-dialog-content .i3-dialog-body {
  padding: 0;
}
.ui-dialog.\--style-edge .dialog-close,
.ui-dialog.\--style-edge .i3-dialog-close {
  top: 0;
  right: 0;
  background-color: #fff;
  padding: 8px 15px 8px 50px;
  color: #262626;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}
.ui-dialog.\--style-edge .dialog-close:after,
.ui-dialog.\--style-edge .i3-dialog-close:after {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 28px;
  margin-top: 1px;
}
.ui-dialog.\--style-edge .dialog-close:before,
.ui-dialog.\--style-edge .i3-dialog-close:before {
  content: "Close";
  font-size: 24px;
}
.ui-dialog.\--style-edge .dialog-close:hover,
.ui-dialog.\--style-edge .i3-dialog-close:hover {
  color: #f9cd00;
}
.ui-dialog .ui-dialog-content {
  padding: 60px 45px 45px;
}
.ui-dialog .ui-dialog-content .i3-dialog-body {
  padding-top: 0;
}
.ui-dialog .i3-confirm-body,
.ui-dialog .notify__content {
  text-align: center;
}
.ui-dialog .i3-dialog-body {
  padding: 20px 0;
}
.ui-dialog .i3-dialog-footer .btn + .btn {
  margin-left: 10px;
}
.ui-dialog hr {
  border-color: #e2e2e2;
}
.ui-dialog .dialog-close,
.ui-dialog .notify__close .i3-dialog-close {
  text-align: center;
  color: #f9cd00;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  z-index: 100;
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 0;
}
.ui-dialog .dialog-close:after,
.ui-dialog .notify__close .i3-dialog-close:after {
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
.ui-dialog.\--alert .dialog-close,
.ui-dialog.\--alert .notify__close .i3-dialog-close {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #fff;
  right: -10px;
  top: -10px;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  background-color: #f9cd00;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  z-index: 100;
}
.ui-dialog.\--alert .dialog-close:hover,
.ui-dialog.\--alert .notify__close .i3-dialog-close:hover {
  background-color: #c6a300;
}
.ui-dialog.\--alert .dialog-close i,
.ui-dialog.\--alert .notify__close .i3-dialog-close i {
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-dialog.\--alert .dialog-close i:before,
.ui-dialog.\--alert .notify__close .i3-dialog-close i:before {
  font-size: 16px;
  position: relative;
  top: -2px;
  display: inline-block;
}
.ui-widget-overlay {
  z-index: 99;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.ui-datepicker {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
}
.ui-datepicker-trigger {
  margin: 0 0 0 5px;
  vertical-align: text-top;
}
.ui-datepicker {
  margin-top: 2px;
  padding: 0 !important;
}
.ui-datepicker {
  width: 256px;
}
.ui-datepicker table {
  width: 256px;
  table-layout: fixed;
}
.ui-datepicker-header {
  background-color: #fafafa !important;
  background-image: none !important;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 40px;
  position: relative;
}
.ui-datepicker-title {
  line-height: 20px !important;
  margin: 0 10px !important;
}
.ui-datepicker-prev span {
  display: none !important;
}
.ui-datepicker-next {
  text-align: center;
}
.ui-datepicker-next span {
  display: none !important;
}
.ui-datepicker-prev {
  background-color: transparent !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAuUlEQVQokXXRsUtCYRAA8J8pDQ1CVIgIgtBU2NDiZIuDS4uLf6WDS1O0tLREEE8icBNKS3lTs8/B78XHw3dwcHA/juOuqjzucYJVrQQMcYctvo4OgEFIeMK6iPphCjzjEWLUC3vACx7yRo5uMUIFr5gii1EL41AvMIkBVPGH04DrSLEsIvjEOZq4wi9+iijDR0ANXOMbmxjlcIY2LtANO6YxymGCDs5wg/ciYv+KBJeY4+2A+Y9j4Y47RtUkrNXeDxUAAAAASUVORK5CYII=) !important;
  height: 14px !important;
  width: 9px !important;
  display: inline-block;
  left: 10px !important;
  top: 50% !important;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ui-datepicker-next {
  cursor: pointer;
}
.ui-datepicker-prev {
  cursor: pointer;
}
.ui-datepicker-next {
  background-color: transparent !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAtElEQVQYlXXQsUpCcRQH4I97EQyHa1pgIEE0hBGYL+BjNLRFjxXh4rM4F21BS4S4FAgqQioOngt/RM/6+zi/w4EanlA4MDkecYsO3vG/D8a4Rx03eMMqBQt8oodTXAdalwBm+IpNDVxG3aYEMMU3ujjDBT5SAH9R2cE58mwPFOgneJSCGp7RjLoXTEtQjbCFOV7xCxkqdp9sYxnhpFyb4QFXdh8c4Cc9Ko++OwzjFwfn5FiwBVeuI/K2UCkSAAAAAElFTkSuQmCC) !important;
  height: 14px !important;
  width: 8px !important;
  display: inline-block;
  right: 10px !important;
  top: 50% !important;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ui-datepicker-month {
  border-radius: 2px;
  background-color: #fafafa;
  color: #262626;
  font-size: 14px !important;
  font-weight: 600;
  text-align: left;
  border: none !important;
  margin-right: 5px !important;
  vertical-align: text-top;
}
.ui-datepicker-year {
  border-radius: 2px;
  background-color: #fafafa;
  border: none !important;
  color: #262626;
  font-size: 14px !important;
  font-weight: 600;
  text-align: left;
  vertical-align: text-top;
}
.ui-datepicker-month option,
.ui-datepicker-year option {
  color: #262626 !important;
  background-color: #fff !important;
  font-size: 14px !important;
  font-weight: 600;
}
.ui-datepicker-month option[selected],
.ui-datepicker-year option[selected] {
  background-color: #fafafa !important;
}
.ui-datepicker .ui-state-hover {
  border: 0 !important;
}
.ui-datepicker td {
  vertical-align: top;
}
.ui-datepicker .ui-state-default {
  border-radius: 2px;
  border-color: #edebeb !important;
  width: 24px;
  height: 24px;
  padding: 0 !important;
  line-height: 24px;
  text-align: center !important;
  color: #707070;
  font-size: 13px;
  font-weight: 400 !important;
  margin: 7px 0 0 4px;
}
.ui-datepicker .ui-state-default.ui-state-highlight {
  background-color: #ccc !important;
  color: #262626 !important;
}
.ui-state-default {
  font-size: 10px;
  margin: 0;
}
.ui-datepicker td {
  width: 33px;
}
.ui-datepicker td {
  width: 26px;
}
.ui-state-default {
  width: 26px;
  height: 20px;
  line-height: 20px;
}
.ui-state-default.ui-state-hover {
  background-color: #f9cd00 !important;
}
.ui-datepicker .ui-state-active {
  background-color: #f9cd00 !important;
  color: #262626 !important;
}
.ui-datepicker-calendar thead tr th {
  color: #262626;
  font-size: 12px;
  font-weight: 400;
  padding: 0.45em 0.3em !important;
  font-weight: 600;
}
.ui-datepicker-close {
  display: none;
}
.ui-datepicker thead {
  background-color: #f5f5f5;
  background: none;
}
.ui-state-default.ui-datepicker-current {
  float: none !important;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  border-width: 0 !important;
  border: none;
  vertical-align: top;
  margin: 0 !important;
  background-color: transparent !important;
}
.ui-datepicker-buttonpane.ui-widget-content {
  text-align: center;
  background-color: #3e9aba;
  margin: 0 !important;
  height: 28px;
  padding: 0 !important;
}
.ui-datepicker-year {
  background-color: transparent;
}
.ui-datepicker-month {
  background-color: transparent;
}
.ui-state-default {
  border: 0 !important;
}
.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  position: relative;
  line-height: normal;
  background-color: #fff;
  font-family: "Barlow", sans-serif;
  color: #333;
  border: 2px solid #333;
  font-size: 24px;
  font-weight: 500;
  padding: 16px 40px 16px 18px;
  height: auto;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:before {
  font-size: 28px;
  content: "\e906";
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -14px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.w-download {
  border: 1px solid #efefef;
  border-left: 3px solid #c9a621;
  background: #fff;
  padding: 15px;
  min-width: 300px;
  margin-bottom: 36px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 14px;
}
.w-download__emulate-cta {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
  opacity: 0;
}
.w-download a {
  color: #333;
  font-size: 14px;
}
.w-download__title {
  font-size: 18px;
  margin-bottom: 10px;
}
.w-download__format {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #c9a621;
  padding: 2px 5px 4px;
  text-decoration: none;
  border-radius: 3px;
  color: #c9a621;
  margin-right: 10px;
  line-height: 1;
  background-color: transparent;
  font-size: 12px;
  text-transform: uppercase;
}
.w-download__blurb {
  margin-bottom: 10px;
}
.w-download__hint {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.w-download + .w-download {
  margin-left: 36px;
}
.w-image {
  margin-bottom: 36px;
  position: relative;
}
.grid-table [class*="col-"] .w-image {
  margin-bottom: 0;
}
.w-image img {
  display: block;
}
.w-gallery .w-image img {
  width: 100%;
}
.page-appeal__grid .w-image {
  height: 100%;
  min-height: 780px;
}
.cms-content .page-appeal__grid .w-image {
  min-height: auto;
}
.w-gallery .w-image {
  height: auto !important;
  min-height: 0 !important;
}
.w-image.\--style-full img {
  width: 100%;
}
.w-image.\--style-align-center img {
  margin-left: auto;
  margin-right: auto;
}
.w-image.\--style-fixed-height {
  min-height: 930px;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.w-image__caption.\--theme-dark {
  color: #fff;
  background-color: #333;
  padding: 0 10px;
}
.w-image__caption__title {
  font-size: 15px;
  margin-bottom: 0;
  padding: 10px 0;
}
.w-image__caption__content {
  font-size: 14px;
  margin-bottom: 0;
  padding: 10px 0;
}
.w-image__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.w-image__content {
  max-width: 434px;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.w-image__content__wrapper {
  padding: 120px 60px;
}
@media (min-width: 1400px) {
  .w-image__content__wrapper {
    padding: 120px;
  }
}
.w-image__title {
  font-size: 80px;
  letter-spacing: -1px;
  color: #262626;
  line-height: 1;
  margin-bottom: 50px;
}
@media (min-width: 1400px) {
  .w-image__title {
    font-size: 100px;
  }
}
.w-image__desc {
  font-size: 30px;
}
@media (min-width: 1400px) {
  .w-image__desc {
    font-size: 36px;
  }
}
.w-image__desc p {
  font-family: "Playfair Display";
  line-height: 1.3;
  margin-bottom: 0;
}
.w-gallery {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
  padding-left: 20px;
  padding-right: 20px;
}
.container__content .w-gallery,
.page-appeal__grid.\--style-content .w-gallery {
  max-width: none;
  padding: 0;
  margin-bottom: 36px;
}
.w-gallery__title {
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #1f1f1f;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
.w-gallery__title span {
  background-image: -moz-linear-gradient(left, #f9cd00, #f9cd00);
  background-image: -webkit-linear-gradient(left, #f9cd00, #f9cd00);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f9cd00),
    to(#f9cd00)
  );
  background-image: -o-linear-gradient(left, #f9cd00, #f9cd00);
  background-image: linear-gradient(to right, #f9cd00, #f9cd00);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 15px;
}
.w-gallery__primary .w-image {
  margin-bottom: 20px;
}
.w-gallery__primary .i3-slider.slick-slider .slick-list {
  overflow: visible !important;
  margin-left: -10px;
}
.container__content .w-gallery__primary .i3-slider.slick-slider .slick-list,
.page-appeal__grid.\--style-content
  .w-gallery__primary
  .i3-slider.slick-slider
  .slick-list {
  overflow: hidden !important;
  margin-left: 0 !important;
}
.w-gallery__primary .i3-slider.slick-slider .slick-slide {
  margin: 0 10px;
}
.container__content .w-gallery__primary .i3-slider.slick-slider .slick-slide,
.page-appeal__grid.\--style-content
  .w-gallery__primary
  .i3-slider.slick-slider
  .slick-slide {
  overflow: hidden;
  margin: 0;
}
.w-gallery__primary .i3-slider.slick-slider .slick-prev,
.w-gallery__primary .i3-slider.slick-slider .slick-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.container__content
  .w-gallery__primary
  .i3-slider.slick-slider
  .slick-prev:before,
.page-appeal__grid.\--style-content
  .w-gallery__primary
  .i3-slider.slick-slider
  .slick-prev:before,
.container__content
  .w-gallery__primary
  .i3-slider.slick-slider
  .slick-next:before,
.page-appeal__grid.\--style-content
  .w-gallery__primary
  .i3-slider.slick-slider
  .slick-next:before {
  color: #fff;
}
.w-gallery__primary .i3-slider.slick-slider .slick-prev {
  left: 10px;
  display: block !important;
}
.container__content .w-gallery__primary .i3-slider.slick-slider .slick-prev,
.page-appeal__grid.\--style-content
  .w-gallery__primary
  .i3-slider.slick-slider
  .slick-prev {
  left: 20px;
}
.w-gallery__primary .i3-slider.slick-slider .slick-next {
  right: 10px;
  display: block !important;
}
.container__content .w-gallery__primary .i3-slider.slick-slider .slick-next,
.page-appeal__grid.\--style-content
  .w-gallery__primary
  .i3-slider.slick-slider
  .slick-next {
  right: 20px;
}
@media (min-width: 1300px) {
  .w-gallery__primary .i3-slider.slick-slider .slick-prev {
    left: -105px;
  }
  .container__content .w-gallery__primary .i3-slider.slick-slider .slick-prev,
  .page-appeal__grid.\--style-content
    .w-gallery__primary
    .i3-slider.slick-slider
    .slick-prev {
    left: 20px;
  }
  .w-gallery__primary .i3-slider.slick-slider .slick-next {
    right: -105px;
  }
  .container__content .w-gallery__primary .i3-slider.slick-slider .slick-next,
  .page-appeal__grid.\--style-content
    .w-gallery__primary
    .i3-slider.slick-slider
    .slick-next {
    right: 20px;
  }
}
.w-gallery__secondary .w-image {
  margin-bottom: 0;
}
.w-gallery__secondary .i3-slider.slick-slider .slick-list {
  margin-left: -10px;
}
.w-gallery__secondary .i3-slider.slick-slider .slick-slide {
  margin: 0 10px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.5;
}
.w-gallery__secondary .i3-slider.slick-slider .slick-slide.slick-current {
  opacity: 1;
}
.w-pagination {
  position: relative;
}
.w-pagination ul {
  margin-bottom: 0;
}
.w-pagination ul li {
  margin: 0 2px 0 4px;
}
.w-pagination ul li:first-child {
  margin-left: 0;
}
.w-pagination ul li:last-child {
  margin-right: 0;
}
.w-pagination a {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  display: block;
  color: #333;
  border: 2px solid #ebebeb;
  min-width: 80px;
  margin: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.w-pagination a:hover {
  color: #f9cd00;
  border-color: #f9cd00;
}
.w-pagination__active a {
  color: #666;
  border-color: #f9cd00;
}
.w-pagination__disabled a {
  cursor: not-allowed;
  opacity: 0.4;
  pointer-events: none;
}
.w-pagination__prev a,
.w-pagination__next a {
  border-color: #f9cd00;
}
.w-pagination__prev {
  margin-right: 20px !important;
}
.w-pagination__next {
  margin-left: 20px !important;
}
.w-pagination__center a {
  border: 0;
  min-width: 0;
  padding: 0 10px;
  color: #ccc;
  font-size: 30px;
  line-height: 44px;
}
.w-pagination__center a .icon {
  line-height: 44px;
}
.w-pagination.\--style-ajax ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.w-pagination.\--style-items-center ul {
  padding-left: 110px;
  padding-right: 110px;
  text-align: center;
}
.w-pagination.\--style-items-center .w-pagination__prev,
.w-pagination.\--style-items-center .w-pagination__next {
  position: absolute;
  top: 0;
}
.w-pagination.\--style-items-center .w-pagination__prev {
  left: 0;
}
.w-pagination.\--style-items-center .w-pagination__next {
  right: 0;
}
.w-social-share label {
  color: #ccc;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}
.w-social-share ul {
  text-align: center;
  font-size: 32px;
}
.w-social-share ul li {
  margin: 5px 0;
}
.w-social-share .icon {
  color: #b3b3b3;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.w-social-share .icon:before {
  line-height: 50px;
}
.w-social-share .icon:hover {
  color: #fff;
}
.w-social-share .icon.icon-facebook:hover {
  background-color: #3b5998;
}
.w-social-share .icon.icon-twitter:hover {
  background-color: #1da1f2;
}
.w-social-share .icon.icon-linkedin:hover {
  background-color: #0077b5;
}
.w-social-share .icon.icon-pinterest:hover {
  background-color: #bd081c;
}
.w-social-share .icon.icon-envelope:hover {
  background-color: #52565e;
}
.w-social-share .icon.icon-share:hover {
  background-color: #00a4e4;
  background-color: #0077b5;
}
.w-tabs {
  margin-bottom: 50px;
}
.w-tabs ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.w-tabs ul li {
  margin: 0 15px;
}
.w-tabs ul li.\--active a {
  border-color: #f9cd00;
  color: #333;
}
.w-tabs ul a {
  letter-spacing: -1px;
  font-size: 48px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 6px solid transparent;
  color: #b3b3b3;
  text-transform: uppercase;
}
.w-tabs.\--style-small a {
  font-size: 40px;
}
.w-accordion {
  position: relative;
  margin-bottom: 36px;
}
.w-accordion dl {
  position: relative;
  margin-bottom: 0;
}
.w-accordion dt a {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  color: #262626;
  font-size: 30px;
  text-decoration: none;
  outline: none;
  padding: 15px 30px 15px 0;
  display: block;
  position: relative;
  border-bottom: 1px solid #b3b3b3;
  text-transform: uppercase;
}
.w-accordion dt a:after {
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #262626;
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: 2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: -5px;
}
.w-accordion dt a.\--active {
  color: #f9cd00;
}
.w-accordion dt a.\--active:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  color: #f9cd00;
}
.w-accordion dd {
  padding: 20px 20px 20px 0;
}
html.ff.\--body-scaled .w-processing-request {
  display: none;
}
.w-processing-request {
  background: #f9cd00 url(/_ui/themes/ukim/media/pf-logo.png) center center
    no-repeat;
  width: 150px;
  height: 150px;
  position: fixed;
  right: 20px;
  bottom: -200px;
  -webkit-transition: bottom 0.5s;
  -moz-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  transition: bottom 0.5s;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  z-index: 1200;
  color: #fff;
  font-size: 15px;
  text-align: center;
}
.w-processing-request p {
  padding-top: 50px;
}
body.\--processing-request .w-processing-request {
  bottom: 30px;
}
.w-donation {
  background-image: -webkit-linear-gradient(45deg, #f9cd00 3%, #ffe83d 102%);
  background-image: -o-linear-gradient(45deg, #f9cd00 3%, #ffe83d 102%);
  background-image: linear-gradient(45deg, #f9cd00 3%, #ffe83d 102%);
  overflow: hidden;
  position: relative;
}
.w-donation__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0.6;
  mix-blend-mode: soft-light;
  background-image: url(/_ui/themes/ukim/media/uploads/w-donation-bg.jpg);
  display: none;
}
.w-donation__content {
  position: relative;
  padding: 45px;
  width: 100%;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: none;
}
.w-donation__content
  .control-radio.\--style-payment:hover
  .control-radio__text {
  background-color: #fff;
  border-color: #fff;
}
.w-donation__form {
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  padding: 45px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #fff;
}
.w-donation__form:hover {
  border-color: #f9cd00;
}
.w-donation__form__grid {
  margin-left: -10px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.w-donation__form__grid > div {
  padding-left: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
  width: 50%;
}
html:not(.ie11) .w-donation__form__grid > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}
.w-donation__form__grid > div.\--style-full {
  width: 100% !important;
}
html:not(.ie11) .w-donation__form__grid > div.\--style-full {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
}
.w-donation__form__grid .control-group p.error {
  padding: 2px 0 0;
  position: absolute;
}
.page-appeal__donate__content .w-donation__form__grid {
  min-width: 460px;
}
.w-donation__form__grid.\--style-large {
  margin-left: -50px;
}
.w-donation__form__grid.\--style-large > div {
  padding-left: 50px;
  padding-bottom: 25px;
}
html:not(.ie11) .w-donation__form__grid.\--style-large > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.w-donation__title {
  font-size: 52px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: center;
}
.w-donation__subtitle {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
  font-family: "Barlow", sans-serif;
  text-align: center;
}
.w-donation p {
  font-size: 31px;
  font-family: "Playfair Display";
  letter-spacing: -1px;
  color: #211300;
  line-height: 1.3;
  margin-bottom: 50px;
}
@media (min-width: 1400px) {
  .w-donation p {
    font-size: 36px;
  }
}
@media (min-width: 1500px) {
  .w-donation p {
    font-size: 40px;
  }
}
@media (min-width: 1700px) {
  .w-donation p {
    font-size: 46px;
  }
}
.w-donation p span {
  background-image: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0.25),
    rgba(255, 255, 255, 0.25)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.25),
    rgba(255, 255, 255, 0.25)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.25)),
    to(rgba(255, 255, 255, 0.25))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0.25),
    rgba(255, 255, 255, 0.25)
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.25),
    rgba(255, 255, 255, 0.25)
  );
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 10px;
}
.w-donation__detail {
  background-color: rgba(255, 202, 10, 0.05);
  border: 2px solid #f9cd00;
  display: block;
  text-align: center;
  padding: 10px;
  line-height: 1;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
.w-donation__detail strong {
  font-weight: 600;
}
.w-donation__selector__title {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
  color: #333;
  margin-bottom: 25px;
  font-family: "Barlow", sans-serif;
}
.w-donation.\--show-form .w-donation__content {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.w-donation.\--show-form .w-donation__form {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.w-donation.\--style-custom-amount {
  min-height: 0;
  background: none;
  border: 1px solid #ebebeb;
  padding: 30px;
}
.w-donation.\--style-custom-amount.\--style-theme-yellow {
  border: 2px solid #f9cd00;
}
.w-learn-more {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  display: inline-block;
  padding-left: 35px;
  padding-right: 35px;
  line-height: 1;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
}
.w-learn-more:hover {
  color: #333;
  border-bottom-color: #666;
}
.w-learn-more.\--style-grey {
  color: #333;
  border-bottom-color: #666;
}
.w-learn-more.\--style-grey:hover {
  color: #f9cd00;
  border-color: #f9cd00;
}
.w-learn-more.\--style-white {
  color: #fff;
  border-bottom-color: #fff;
}
.w-learn-more.\--style-white:hover {
  color: #f9cd00;
  border-color: #f9cd00;
}
.w-learn-more.\--style-plr-0 {
  padding-left: 0;
  padding-right: 0;
}
.w-learn-more.\--style-ic-0 {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.44444rem;
}
.w-go-back {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
  display: table;
}
.container__sidebar .w-go-back {
  margin-bottom: 30px;
}
.w-go-back .icon {
  font-size: 18px;
  margin-right: 4px;
  color: #c9a621;
  vertical-align: middle;
  margin-top: -2px;
}
.w-go-back:hover {
  color: #262626;
}
.w-newsletter {
  background-image: url(/_ui/themes/ukim/media/uploads/newsletter.jpg);
  background-size: cover;
  background-position: center;
  min-height: 395px;
  padding: 50px 74px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}
.grid-flex .w-newsletter {
  height: 100%;
}
.w-newsletter__title {
  color: #f9cd00;
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.w-newsletter__title + .w-newsletter__subtitle {
  margin-top: -30px;
}
.w-newsletter__subtitle {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  margin-bottom: 30px;
}
.w-data {
  margin-bottom: 36px;
}
.w-data dl {
  padding-bottom: 40px;
  margin-bottom: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.w-data dl dt {
  padding-right: 20px;
  width: 35%;
  font-weight: 400;
  line-height: 1;
}
.w-data dl dd {
  padding-left: 20px;
  text-align: left;
  font-size: 20px;
  color: #666;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 400px;
}
.w-data dl dd p {
  margin-bottom: 0;
}
.w-data dl + dl {
  border-top: 1px solid #ccc;
  padding-top: 40px;
}
.w-data.\--style-small dl {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 15px;
}
.w-data.\--style-small dl dd {
  max-width: none;
}
.w-data.\--style-small dl + dl {
  padding-top: 15px;
}
.w-related {
  background-color: #f5f5f0;
  padding: 55px 20px;
}
.w-related__title {
  letter-spacing: -1px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}
.w-related__content {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.w-related.\--style-outline {
  background-color: transparent;
  border: 3px solid #f9cd00;
}
.w-related.\--style-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.w-related + .w-related {
  margin-top: 50px;
}
.w-increment-decrement {
  border: 2px solid #ffca0a;
  padding-left: 52px;
  padding-right: 52px;
  max-width: 170px;
  position: relative;
}
.w-increment-decrement__increment {
  right: 4px;
  font-size: 20px;
}
.w-increment-decrement__decrement {
  left: 4px;
  font-size: 24px;
}
.w-increment-decrement input {
  border: none;
  font-size: 32px;
  text-align: center;
  color: #333;
  font-family: "Barlow Condensed", sans-serif;
  height: 51px;
  line-height: 51px;
  padding: 0 !important;
}
.w-increment-decrement button {
  position: absolute;
  top: 4px;
  bottom: 4px;
  width: 48px;
  background-color: #f7f7f7;
  color: #333;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.w-increment-decrement button:hover {
  background-color: #666;
  color: #fff;
}
.container__grid.\--style-sidebar-right .w-donation-summary {
  background-color: #262626;
  padding: 30px;
}
.w-donation-summary__title {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 15px;
}
.w-donation-summary .df__donation {
  border: 0;
  border-bottom: 1px solid #666;
  padding: 20px;
}
.w-donation-summary .df__donation .df__donation__title {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}
.w-donation-summary .df__donation .df__donation__total {
  color: #f9cd00;
}
.w-donation-summary .df__donation .df__donation__category,
.w-donation-summary .df__donation .df__donation__detail,
.w-donation-summary .df__donation .df__donation__assignments__names {
  color: #ccc;
}
.w-donation-summary .df__donation .df__donation__right {
  min-width: 0;
}
.w-donation-summary .df__donations {
  margin-bottom: 50px;
}
.w-donation-summary .df__donations .df__donation:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.w-donation-summary__support {
  background-color: #fff;
  border-radius: 3px;
  padding: 25px 20px;
}
.w-donation-summary__support__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 15px;
}
.w-donation-summary__totals {
  padding: 20px;
  margin-top: 40px;
}
.w-donation-summary__totals__title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: -1px;
  font-family: "Barlow", sans-serif;
}
.w-donation-summary__totals dl {
  margin-bottom: 15px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #666;
  padding-bottom: 6px;
}
.w-donation-summary__totals dl dt {
  font-size: 17px;
  line-height: 1;
  color: #ccc;
  font-weight: 400;
}
.w-donation-summary__totals dl dd {
  text-align: right;
  color: #f9cd00;
  font-size: 24px;
  line-height: 1;
  text-align: right;
  letter-spacing: -1px;
  font-weight: 600;
}
.w-donation-summary__totals dl dd em {
  font-style: normal;
}
.w-donation-summary__totals dl.\--style-total {
  border-bottom: 0;
  padding-bottom: 0;
  margin-top: 30px;
}
.w-donation-summary__totals dl.\--style-total dt {
  text-align: right;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.w-donation-summary__totals dl.\--style-total dd {
  text-align: right;
  font-size: 32px;
  line-height: 1;
}
.w-donation-summary__totals.\--style-ten-nights {
  border: 3px solid #ebebe4;
  padding: 24px 30px;
  max-width: 437px;
  margin-left: auto;
}
.w-donation-summary__totals.\--style-ten-nights dl dt {
  font-family: "Barlow", sans-serif;
  font-size: 22px;
  color: #3b3b3b;
}
.w-donation-summary__totals.\--style-ten-nights dl dd {
  font-family: "Barlow", sans-serif;
  font-size: 28px;
  color: #1a1a1a;
}
.w-donation-summary__totals.\--style-ten-nights dl dd em {
  font-size: 24px;
}
.w-donation-summary.\--style-ten-nights {
  background-color: #262626;
}
.w-donation-summary.\--style-ten-nights .w-donation-summary__title {
  font-size: 36px;
  color: #fff;
  padding: 50px 40px 0;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
}
.w-donation-summary.\--style-ten-nights .w-donation-summary__title span {
  background-image: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0.25),
    rgba(255, 255, 255, 0.25)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.25),
    rgba(255, 255, 255, 0.25)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.25)),
    to(rgba(255, 255, 255, 0.25))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0.25),
    rgba(255, 255, 255, 0.25)
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.25),
    rgba(255, 255, 255, 0.25)
  );
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 12px;
}
.w-donation-summary.\--style-ten-nights .w-donation-summary__totals {
  border-top: 2px solid #fff;
  margin-left: 40px;
  margin-right: 40px;
  padding: 30px 0 40px;
}
.w-donation-summary.\--style-ten-nights
  .w-donation-summary__totals
  dl.\--style-total
  dt {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-top: 5px;
}
.w-donation-summary.\--style-ten-nights
  .w-donation-summary__totals
  dl.\--style-total
  dd {
  font-size: 34px;
  color: #ffca0a;
}
.w-donation-summary.\--style-ten-nights
  .w-donation-summary__totals
  dl.\--style-total
  dd
  em {
  font-size: 24px;
}
.w-donation-summary.\--style-ten-nights .df__donation__left {
  padding-left: 0 !important;
}
.w-donation-summary.\--style-ten-nights .df__donation__right {
  padding-right: 0 !important;
}
.w-donation-summary.\--style-ten-nights .df__donation__title {
  font-size: 24px !important;
  color: #fff;
  margin-bottom: 20px;
  display: table;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}
.w-donation-summary.\--style-ten-nights .df__donation__total {
  margin-top: 7px;
  font-size: 19px;
  color: #ffca0a;
}
.w-donation-summary.\--style-ten-nights .df__donation__total em {
  font-size: 19px;
}
.w-donation-summary.\--style-ten-nights .df__donation__category {
  color: #fff;
  font-size: 18px;
}
.w-donation-summary.\--style-ten-nights .df__donation__edit {
  background-color: #f9cd00;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  display: table;
  color: #262626;
  margin-left: auto;
  width: 57px;
  height: 25px;
  text-align: center;
  padding-top: 7px;
  border-radius: 2px;
  margin-bottom: 14px;
  margin-top: 6px;
}
.w-donation-summary.\--style-ten-nights .df__donation__save {
  background-color: #d70a24;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  display: table;
  color: #fff;
  margin-left: auto;
  width: 57px;
  height: 25px;
  text-align: center;
  padding-top: 7px;
  border-radius: 2px;
  margin-bottom: 14px;
  margin-top: 6px;
}
.w-donation-summary.\--style-ten-nights .df__donations {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 30px;
}
.w-donation-summary.\--style-ten-nights .df__donations .df__donation {
  padding-left: 0;
  padding-right: 0;
}
.w-donation-summary.\--style-ten-nights
  .df__donations
  .df__donation
  ~ .df__donation:last-child {
  border-bottom: 0;
}
.w-donation-summary.\--style-ten-nights .df__donation__box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 7px;
}
.w-donation-summary.\--style-ten-nights .df__donation__box .df__donation {
  border-bottom: 0;
  padding-bottom: 0;
}
.w-donation-summary.\--style-ten-nights .df__donation__box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.w-donation-summary.\--style-ten-nights .df__donation__box dl dt {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 400;
  padding-right: 10px;
}
.w-donation-summary.\--style-ten-nights .df__donation__box dl dd {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
}
.w-donation-summary.\--style-ten-nights .df__donation__box dl:last-child {
  margin-bottom: 30px;
}
.w-gift-aid {
  padding: 35px;
  border-radius: 3px;
  border: 2px solid #f9cd00;
  margin-bottom: 50px;
}
.w-gift-aid__title {
  font-size: 36px;
  color: #333;
  letter-spacing: -1px;
  overflow: hidden;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  margin-bottom: 25px;
}
.w-gift-aid__media {
  float: right;
}
.w-gift-aid p {
  font-size: 17px;
  color: #666;
  margin-bottom: 25px;
}
.w-gift-aid__consent {
  background-color: rgba(255, 202, 10, 0.0509804);
  border: 1px solid #f9cd00;
  padding: 15px 18px;
  margin-bottom: 25px;
}
.w-gift-aid__consent p {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}
.w-gift-aid__consent p:last-child {
  margin-bottom: 0;
}
.w-gift-aid__consent.\--style-large {
  padding: 30px 40px;
}
.w-gift-aid__consent.\--style-large p {
  font-size: 18px;
}
.w-add-more {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  border-bottom: 1px solid #ccc;
  padding: 16px 20px;
  font-weight: 500;
}
.w-add-more a {
  color: #666;
}
.w-add-more .icon {
  vertical-align: middle;
}
.ph ~ .w-add-more {
  margin-top: -20px;
}
.w-payment {
  background-image: -webkit-linear-gradient(45deg, #f9cd00 3%, #ffe83d 102%);
  background-image: -o-linear-gradient(45deg, #f9cd00 3%, #ffe83d 102%);
  background-image: linear-gradient(45deg, #f9cd00 3%, #ffe83d 102%);
  position: relative;
  padding: 60px 20px;
}
.w-payment__title {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  font-weight: 500;
  margin-bottom: 20px;
}
.w-payment__media {
  margin-bottom: 20px;
}
.w-payment__media img {
  width: 100%;
  display: block;
}
.w-payment__bg {
  opacity: 0.6;
  mix-blend-mode: soft-light;
  background-image: url(/_ui/themes/ukim/media/uploads/payment-bg.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}
.ie .w-payment__bg {
  opacity: 0.15;
}
.w-payment__content {
  max-width: 822px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.w-payment__content p {
  font-size: 32px;
  font-family: "Playfair Display";
}
.w-payment__content p span {
  background-image: -moz-linear-gradient(left, #ffffff40, #ffffff40);
  background-image: -webkit-linear-gradient(left, #ffffff40, #ffffff40);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff40),
    to(#ffffff40)
  );
  background-image: -o-linear-gradient(left, #ffffff40, #ffffff40);
  background-image: linear-gradient(to right, #ffffff40, #ffffff40);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 15px;
}
.w-payment__cta {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  background-color: #fff;
  padding: 22px 140px 20px;
  color: #333;
}
.w-payment__cta .icon {
  margin-right: 15px;
  font-size: 20px;
  vertical-align: middle;
  margin-top: -2px;
}
.w-slider {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-left: -25px;
}
.w-slider__left {
  width: 50%;
  padding-left: 25px;
}
.w-slider__right {
  width: 50%;
  padding-left: 25px;
}
.page-appeal__grid .w-map {
  height: 100%;
  min-height: 700px;
}
.page-appeal__grid .w-map .w-map__google-map {
  height: 100%;
}
.w-map img {
  max-width: none;
}
.w-map__google-map {
  min-height: 250px;
}
.w-map__google-map.\--static {
  min-height: 0;
}
.w-map__google-map.\--static img {
  max-width: 100%;
}
.w-video {
  min-height: 400px;
  position: relative;
  overflow: hidden;
}
.w-video__media img {
  display: block;
  width: 100%;
}
.w-video__media .video-js {
  width: 100% !important;
}
.w-video.\--style-ratio-4-3 .w-video__media {
  padding-top: 56.25%;
  position: relative;
}
.w-video.\--style-ratio-4-3 iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.w-video.\--style-ratio-5-4 .w-video__media {
  padding-top: 56.25%;
  position: relative;
}
.w-video.\--style-ratio-5-4 iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.w-video.\--style-ratio-16-9 .w-video__media {
  padding-top: 56.25%;
  position: relative;
}
.w-video.\--style-ratio-16-9 iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.w-video.\--style-ratio-16-10 .w-video__media {
  padding-top: 62.5%;
  position: relative;
}
.w-video.\--style-ratio-16-10 iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.w-testimonial-slider {
  margin-bottom: 36px;
}
.w-testimonial-slider blockquote {
  border-top: 0;
  padding-top: 0;
  margin-bottom: 10px;
}
.w-testimonial-slider blockquote:before {
  top: 14px;
}
.w-testimonial-slider .i3-slider.slick-slider .slick-arrow {
  top: auto;
  margin-top: 0;
  bottom: 0;
}
.w-testimonial-slider .i3-slider.slick-slider .slick-arrow.slick-prev {
  left: -10px;
}
.w-testimonial-slider .i3-slider.slick-slider .slick-arrow.slick-next {
  right: -10px;
}
.w-navigation {
  background-color: #f5f5f0;
  margin-bottom: 36px;
}
.w-navigation__title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.container__sidebar__wrapper .w-navigation {
  margin-left: -35px;
  margin-right: -35px;
  margin-top: -40px;
  padding: 40px 45px;
}
.container__sidebar__wrapper .w-navigation:last-child:not(:first-child) {
  margin-bottom: 0;
}
.w-navigation__nav {
  margin-bottom: 0;
  font-size: 20px;
}
.w-navigation__nav > li > a {
  color: #666;
  border-bottom: 1px solid #dbe3d3;
  padding: 13px 45px 14px 20px;
  margin-left: -20px;
  margin-right: -20px;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.w-navigation__nav > li > a:hover {
  color: #c9a621;
}
.w-navigation__nav > li > a:after {
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c9a621;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.w-navigation__nav > li:last-child > a {
  border-bottom: 0;
}
.w-navigation__nav ul {
  margin-left: 20px;
}
.w-navigation__nav li.active > a {
  border-color: #fff;
  color: #c9a621;
  background-color: #fff;
  pointer-events: none;
}
.w-navigation__nav li.active > a:after {
  display: block;
}
.w-zakat-calc {
  margin-bottom: 36px;
}
.w-zakat-calc fieldset {
  margin-bottom: 20px;
}
.w-zakat-calc em {
  font-style: normal;
}
.w-zakat-calc__worth {
  background-color: #fff;
  border: 3px solid #ebebeb;
  border-bottom: 0;
  padding: 25px;
  text-align: center;
}
.w-zakat-calc__worth label {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #333;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
  display: block;
}
.w-zakat-calc__worth p {
  color: #333;
  font-size: 36px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 0;
  line-height: 1;
}
.w-zakat-calc__zakat {
  background-color: #333;
  padding: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.w-zakat-calc__zakat label {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}
.w-zakat-calc__zakat p {
  color: #f9cd00;
  font-size: 60px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 0;
  line-height: 1;
}
.w-zakat-calc__values {
  border: 3px solid #f9cd00;
  padding: 20px;
  text-align: center;
}
.w-zakat-calc__values__title {
  font-size: 30px;
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-weight: 600;
}
.w-zakat-calc__value {
  border-bottom: 1px solid #ccc;
  padding: 20px;
}
.w-zakat-calc__value label {
  text-transform: uppercase;
  display: block;
  letter-spacing: 2px;
  font-size: 15px;
  color: #333;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.w-zakat-calc__value p {
  margin-bottom: 0;
  line-height: 1;
  font-size: 24px;
  letter-spacing: -1px;
  color: #333;
  font-weight: 700;
}
.w-zakat-calc__value p small {
  display: block;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 24px;
  color: #9c9c9c;
  margin-top: 5px;
}
.w-zakat-calc__value ~ .w-zakat-calc__value:last-child {
  border-bottom: 0;
}
.w-address {
  background-color: #f5f5f0;
  padding: 40px;
}
.w-address__address {
  margin-top: 20px;
  padding: 20px;
  background-color: #fffcf3;
  border: 1px solid #f9cd00;
  color: #666;
}
.container__sidebar__wrapper .w-fundraiser {
  margin-top: -20px;
}
.w-fundraiser p {
  font-size: 20px;
  text-align: center;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  line-height: 1.2;
}
.w-fundraiser p .icon {
  vertical-align: middle;
  margin-top: -3px;
}
.w-fundraiser p .yellow {
  color: #c9a621;
}
.w-fundraiser p .green {
  color: #4daf7c;
}
.w-fundraiser p small {
  font-size: 18px;
}
.w-fundraiser__slider {
  width: 100%;
  height: 10px;
  background-color: #ebebeb;
  position: relative;
  border-radius: 2px;
  margin-bottom: 25px;
}
.w-fundraiser__slider__amount,
.w-fundraiser__slider__percentage {
  font-size: 32px;
  color: #29221f;
  display: block;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.w-fundraiser__slider__amount {
  font-size: 48px;
  margin-bottom: 8px;
}
.w-fundraiser__slider__range {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #f9cd00;
  border-radius: 2px;
  display: block;
}
.w-fundraiser__date {
  border: 1px solid #f9cd00;
  background-color: rgba(255, 202, 10, 0.0509804);
  padding: 10px;
  font-size: 18px;
  text-align: center;
  color: #c9a621;
  margin-bottom: 40px;
}
.w-fundraiser__date label {
  font-size: 16px;
  color: #666;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 3px;
}
.w-fundraiser__date .icon {
  vertical-align: middle;
  margin-top: -3px;
  font-size: 20px;
}
.w-stats {
  border: 1px solid #f9cd00;
  background-color: rgba(255, 202, 10, 0.0509804);
  padding: 35px;
}
.w-stats dl {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
}
.w-stats dl dt {
  font-weight: 400;
  font-size: 16px;
  color: #333;
}
.w-stats dl dd {
  font-size: 20px;
  color: #c9a621;
  font-weight: 600;
  text-align: right;
}
.w-stats dl.w-stats__small {
  margin-top: -12px;
}
.w-stats dl.w-stats__small dt {
  font-size: 14px;
  color: #9c9c9c;
}
.w-stats dl.w-stats__small dd {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.w-stats hr {
  margin: 30px -35px;
}
.w-stats__box {
  position: relative;
}
.w-stats__box__slick-counter {
  text-align: center;
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
  letter-spacing: -0.02em;
  color: #666;
  font-weight: 500;
  font-size: 14px;
}
.w-stats__title {
  text-align: center;
  color: #29221f;
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
}
.w-stats__title.\--donor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.02em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
  color: #262626;
}
.w-stats__count {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #666;
}
.w-stats .w-pagination {
  margin-top: 30px;
}
.w-comments {
  border: 1px solid #f9cd00;
  padding: 35px;
}
.w-comments__title {
  font-size: 22px;
  color: #29221f;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  margin-bottom: 25px;
}
.w-comments .w-pagination {
  margin-top: 30px;
}
.w-alert {
  display: block;
  font-size: 18px;
  padding: 22px 42px;
  margin-bottom: 20px;
  background: rgba(255, 202, 10, 0.05);
  border: 1px solid #f9cd00;
  color: #666;
}
.w-alert p {
  margin-bottom: 0;
}
.w-steps-nav {
  border: 2px solid rgba(108, 117, 125, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.w-steps-nav:after {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 50%;
  border-left: 1px solid #c4c4c4;
}
.w-steps-nav > li {
  width: 50%;
  flex-shink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.w-steps-nav > li.\--style-active a {
  color: #262626;
}
.w-steps-nav > li.\--style-active a span {
  background-image: -moz-linear-gradient(
    left,
    rgba(255, 203, 4, 0.3),
    rgba(255, 203, 4, 0.3)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 203, 4, 0.3),
    rgba(255, 203, 4, 0.3)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 203, 4, 0.3)),
    to(rgba(255, 203, 4, 0.3))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(255, 203, 4, 0.3),
    rgba(255, 203, 4, 0.3)
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 203, 4, 0.3),
    rgba(255, 203, 4, 0.3)
  );
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 10px;
}
.w-steps-nav a {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 28px;
  padding: 24px 20px;
  color: rgba(108, 117, 125, 0.5);
  text-align: center;
  outline: 0 !important;
}
.w-steps-nav a:hover {
  color: #f9cd00;
}
.w-payment-table {
  border: 3px solid #e2e2e2;
  padding: 40px;
  background-color: #fff;
}
.w-payment-table > .grid-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding-bottom: 38px;
  padding-right: 10px;
  margin-bottom: 38px;
  border-bottom: 3px solid #e2e2e2;
}
.w-payment-table > .grid-item.\--style-last-four {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.w-payment-table__payment-number {
  color: #ffca0a;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1;
}
.w-payment-table__amount {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  margin-bottom: 0;
}
.w-payment-table__due-date {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 1;
}
.w-prompt.\--style-blessed-days {
  background-image: url(/_ui/themes/ukim/media/uploads/prompt-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 580px;
  padding: 60px 70px 40px;
}
.w-prompt__title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 0.979em;
  text-align: center;
  letter-spacing: -0.02em;
  color: #262626;
  margin-bottom: 10px;
}
.w-prompt__content {
  position: relative;
  z-index: 2;
  padding: 0;
  text-align: center;
}
.w-prompt__content p {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.02em;
  color: #464646;
}
.w-loader {
  text-align: center;
  display: none;
}
body.\--processing-request .w-loader {
  display: block;
}
.w-loader__media {
  display: block;
  width: 164px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -25px;
}
.w-loader__title {
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #333;
  margin-bottom: 10px;
}
.w-loader p {
  font-size: 35px;
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  letter-spacing: -0.02em;
}
.w-emergency-appeals {
  background-color: #fff;
  padding: 44px 30px;
}
.w-emergency-appeals__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #262626;
  margin-bottom: 34px;
}
.w-quick-donate {
  background-color: #fff;
  padding: 28px 45px;
}
.w-quick-donate__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -1.11111rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1380px) {
  .w-quick-donate__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.w-quick-donate__row__col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 22px;
}
.w-quick-donate__row__col.\--style-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding-right: 45px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #262626;
}
.w-quick-donate__row__col.\--style-submit {
  max-width: 290px;
  padding-left: 45px;
}
.w-quick-donate .control-select {
  font-size: 19px;
  line-height: 1;
  letter-spacing: -0.01em;
  border: 1px solid #bababa;
  color: #6c6c6c;
  padding: 17px 45px 17px 15px;
}
.w-quick-donate .control-select span:after {
  font-size: 32px;
  margin-top: -14px;
}
.w-quick-donate input[type="text"],
.w-quick-donate input[type="number"] {
  font-size: 19px;
  line-height: 1;
  letter-spacing: -0.01em;
  border: 1px solid #bababa;
  color: #6c6c6c;
  padding: 17px 45px 18px 25px;
}
.w-quick-donate .control-group.\--type-prefix .control-group__control__prefix {
  font-size: 19px;
  top: 20px;
}
.w-quick-donate .btn,
.w-quick-donate .ui-dialog .i3-dialog-footer .btn,
.ui-dialog .i3-dialog-footer .w-quick-donate .btn {
  font-size: 32px;
  letter-spacing: 0.02em;
  padding: 13px 20px;
}
.w-db__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -3.33333rem;
}
.w-db__submit {
  background-color: #f9cd00;
  color: #333;
}
.w-db__submit:hover {
  background-color: #e0b800;
  color: #333;
}
.w-db__banner {
  margin-bottom: 10px;
  text-align: center;
}
.w-db__cart {
  padding-left: 3.33333rem;
  max-width: 560px;
  min-width: 500px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.w-db__cart__wrapper {
  background: #f2f2f2;
  border-radius: 3px;
  padding: 2.22222rem 1.66667rem 1.66667rem;
  margin-bottom: 1.11111rem;
}
.w-db__cart__title {
  font-size: 1.55556rem;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.04em;
  color: #171717;
  margin-bottom: 1.66667rem;
}
.w-db__cart__items {
  margin-bottom: 1.11111rem;
}
.w-db__cart__items__title {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #8d8d8c;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.w-db__cart__items + .w-db__cart__items {
  margin-top: 1.66667rem;
}
.w-db__cart__totals {
  background: #262626;
  padding: 1.33333rem 1.11111rem;
  margin-bottom: 0;
}
.w-db__cart__totals__title {
  font-weight: 600;
  font-size: 1.11111rem;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #fff;
  margin-bottom: 15px;
}
.w-db__cart__totals dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.w-db__cart__totals dl dt {
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
.w-db__cart__totals dl dd {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}
.w-db__cart__totals dl dd em {
  font-style: normal;
}
.w-db__cart__totals dl.\--style-total {
  margin-bottom: 0;
}
.w-db__cart__totals dl.\--style-total dt {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.11111rem;
  letter-spacing: -0.03em;
  color: #fff;
}
.w-db__cart__totals dl.\--style-total dd {
  font-size: 1.11111rem;
}
.w-db__cart__totals dl.\--style-total dd em {
  font-size: 1rem;
}
.w-db__cart__totals dl + dl.\--style-total {
  border-top: 2px solid #fff;
  padding-top: 1rem;
}
.w-db__cart__item {
  background-color: #fff;
  padding: 1.33333rem 1.11111rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.w-db__cart__item__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.w-db__cart__item__right {
  padding-left: 1.11111rem;
}
.w-db__cart__item__title {
  font-size: 1.11111rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
  color: #070707;
  margin-bottom: 0;
  margin-top: -3px;
}
.w-db__cart__item__categories {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #787877;
  margin-bottom: 0;
}
.w-db__cart__item__categories:not(:empty) {
  margin-top: 8px;
}
.w-db__cart__item__total {
  line-height: 1;
  text-align: right;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #262626;
  display: block;
  margin-left: auto;
  font-size: 1.11111rem;
}
.w-db__cart__item__total em {
  font-size: 16px;
  font-style: normal;
}
.w-db__cart__item__remove {
  font-size: 16px;
  text-align: right;
  letter-spacing: -0.03em;
  text-decoration: underline;
  display: table;
  margin-left: auto;
  color: #787877;
  margin-top: 1rem;
}
.w-db__cart__item__remove:hover {
  color: #f9cd00;
}
.w-db__cart__item + .w-db__cart__item {
  border: 1px solid #e7e7e7;
}
.w-db__tabs {
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.44444rem;
}
.w-db__tabs > li {
  border-bottom: 3px solid transparent;
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.w-db__tabs > li:first-child:after {
  content: "";
  width: 2px;
  height: 2.22222rem;
  background-color: #dadada;
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.w-db__tabs > li a {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.44444rem;
  letter-spacing: -0.03em;
  padding: 1.22222rem 1.55556rem;
  text-align: center;
  line-height: 1;
  color: #828281;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.w-db__tabs > li a .icon {
  background-color: #262626;
  width: 1.33333rem;
  height: 1.33333rem;
  vertical-align: middle;
  margin-left: 1rem;
  font-size: 14px;
  text-align: center;
  display: none;
  border-radius: 50%;
}
.w-db__tabs > li a .icon:before {
  content: "";
  line-height: 1.33333rem;
  color: #fff;
}
.w-db__tabs > li.\--style-active {
  border-color: #262626;
}
.w-db__tabs > li.\--style-active a {
  color: #171717;
}
.w-db__tabs > li.\--style-active a .icon {
  display: inline-block;
}
.w-db__control-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.w-db__control-group__control {
  padding-right: 1.11111rem;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.w-db__control-group__currency {
  position: absolute;
  left: 15px;
  font-size: 20px;
  line-height: 43px;
  letter-spacing: -0.03em;
  color: #262626;
  font-weight: 600;
}
.w-db__control-group input[type="number"],
.w-db__control-group input[type="text"] {
  font-size: 16px;
  line-height: 25px;
  padding: 8px 15px !important;
  padding-left: 35px !important;
  padding-bottom: 0;
  letter-spacing: -0.04em;
  color: #828281;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0;
  height: auto;
}
.w-db__control-group input[type="number"]::-webkit-input-placeholder,
.w-db__control-group input[type="text"]::-webkit-input-placeholder {
  font-weight: 500;
  color: #787877;
  letter-spacing: 0.3px;
}
.w-db__control-group input[type="number"]:-ms-input-placeholder,
.w-db__control-group input[type="text"]:-ms-input-placeholder {
  font-weight: 500;
  color: #787877;
  letter-spacing: 0.3px;
}
.w-db__control-group input[type="number"]::-ms-input-placeholder,
.w-db__control-group input[type="text"]::-ms-input-placeholder {
  font-weight: 500;
  color: #787877;
  letter-spacing: 0.3px;
}
.w-db__control-group input[type="number"]::placeholder,
.w-db__control-group input[type="text"]::placeholder {
  font-weight: 500;
  color: #787877;
  letter-spacing: 0.3px;
}
.w-db__control-group button[type="submit"] {
  display: block;
  padding: 0 2.22222rem;
  font-size: 1.11111rem;
  line-height: 2.38889rem;
  color: #000;
  text-transform: uppercase;
  background-color: #f9cd00;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  border-radius: 0;
}
.w-db__appeal {
  background-color: #f3f3ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.66667rem;
  margin-bottom: 0;
  border: 0;
  height: 100%;
}
.w-db__appeal__media {
  margin-right: 1.66667rem;
  width: 70px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none;
}
.w-db__appeal__media .icon {
  font-size: 3.88889rem;
  color: #262626;
}
.w-db__appeal__title {
  font-size: 2rem;
  font-weight: 400;
  color: #000;
  font-family: "Playfair Display";
  display: table;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e5e6dc),
    to(#e5e6dc)
  );
  background-image: -webkit-linear-gradient(left, #e5e6dc, #e5e6dc);
  background-image: -o-linear-gradient(left, #e5e6dc, #e5e6dc);
  background-image: linear-gradient(to right, #e5e6dc, #e5e6dc);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 9px;
  margin-bottom: 15px;
}
.w-db__appeal__details {
  display: block;
  width: 100%;
  margin: 0;
}
.w-db__appeal__desc {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #787877;
}
.w-db__appeal__desc > :last-child {
  margin-bottom: 0;
}
.w-db__appeal__donate {
  display: block;
  padding-top: 20px;
}
.w-db__appeal__donate__title {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.w-db__appeal__wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.w-db__appeal__wrapper > div {
  margin-bottom: 20px;
}
.w-db__appeals {
  padding-left: 3.33333rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.w-db__appeals__title {
  font-size: 2.11111rem;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #171717;
  margin-bottom: 1.38889rem;
}
.w-db__appeals__desc {
  font-size: 1.11111rem;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #787877;
  margin-bottom: 1.5rem;
}
.w-db__appeals__subtitle {
  font-size: 1.11111rem;
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: #272727;
  margin-bottom: 3.88889rem;
}
.w-db__split {
  padding-left: 3.33333rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.w-db__split__title {
  font-size: 2.11111rem;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #171717;
  margin-bottom: 1.38889rem;
}
.w-db__split__desc {
  font-size: 1.11111rem;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #787877;
  margin-bottom: 1.5rem;
}
.w-db__split__subtitle {
  font-size: 1.11111rem;
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: #272727;
  margin-bottom: 3.88889rem;
}
.w-db__split__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-bottom: 3.33333rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.w-db__split__grid__item {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.w-db__split__radio {
  border: 2px solid #e1e1e1;
  padding: 15px 3.88889rem 15px 2.55556rem;
  position: relative;
}
.w-db__split__radio input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.w-db__split__radio
  input[type="radio"]:checked
  ~ .w-db__split__radio__radio:before {
  opacity: 1;
}
.w-db__split__radio__toggle {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.w-db__split__radio.\--style-active > .w-db__split__radio__radio:before {
  opacity: 1;
}
.w-db__split__radio.\--style-show-popup > .w-db__split__radio__options {
  display: block;
}
.w-db__split__radio__radio {
  border: 2px solid #e1e1e1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.w-db__split__radio__radio:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #262626;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.w-db__split__radio__text {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #787877;
}
.w-db__split__radio__selected {
  padding: 16px 1.22222rem 16px 2.5rem;
  display: block;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #fff;
  border: 2px solid #262626;
  background-color: #262626;
  position: relative;
}
.w-db__split__radio__selected span {
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.w-db__split__radio__selected span:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.w-db__split__radio__selected:hover {
  color: #fff;
}
.w-db__split__radio__options {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  border: 1px solid #262626;
  background-color: #fff;
  display: none;
}
.w-db__split__radio__options ul {
  margin-bottom: 0;
}
.w-db__split__radio__options ul li {
  padding: 10px 20px;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #262626;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.w-db__split__radio__options ul li:last-child {
  border-bottom: 0;
}
.w-db__split__radio__options ul li:hover {
  color: #262626;
}
.w-db__split__radio__options ul li.\--style-active {
  color: #262626;
}
.w-db__split__radio__x {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.w-db__split__radio__x span {
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
  background: #262626;
  border-radius: 2px;
  padding: 4px 20px 4px 8px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.w-db__split__radio__x span:empty {
  display: none;
}
.w-db__split__radio__x span:not(:empty) ~ .icon {
  top: 7px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
  font-size: 15px;
}
.w-db__split__radio__x .icon {
  font-family: "default" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666;
  font-size: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
}
.w-db__split__radio__x .icon:before {
  content: "";
}
.w-db__dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.w-db__dates__item {
  width: 25%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding-bottom: 1.55556rem;
  border-bottom: 3px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 2rem;
}
.w-db__dates__payment-number {
  color: #262626;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.03em;
  display: block;
  margin-bottom: 5px;
  line-height: 1;
}
.w-db__dates__amount {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.16667rem;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #171717;
  display: block;
  margin-bottom: 0;
}
.w-db__dates__due-date {
  font-size: 13px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #787877;
}
.w-mf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.w-mf > div {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.w-mf__support {
  padding: 6.11111rem 6.66667rem;
  background-color: #00205b;
  background-image: url(/_ui/themes/ukim/media/w-mf-blue.jpg);
  background-size: cover;
  text-align: center;
  min-height: 600px;
}
.w-mf__subtitle {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #ffbf00;
  font-size: 16px;
  letter-spacing: 1px;
}
.w-mf__title {
  font-family: "Playfair Display";
  font-weight: 400;
  color: #fff;
  font-size: 3rem;
  margin-bottom: 1.66667rem;
  letter-spacing: -3px;
}
.w-mf p {
  font-size: 1.27778rem;
  color: #fff;
  line-height: 1.88889rem;
}
.w-mf__scroll {
  font-size: 1.11111rem;
  font-style: italic;
  color: #fff;
  margin-top: 1.77778rem;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.w-mf__scroll:hover {
  color: #f9cd00;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.w-mf__media {
  background-image: url(/_ui/themes/ukim/media/uploads/w-mf-right.png);
  background-size: cover;
  background-position: center;
}
.w-ms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.11111rem;
}
.w-ms__title {
  font-weight: 500;
  font-size: 1.88889rem;
  margin-bottom: 2.33333rem;
  letter-spacing: -1px;
  color: #333;
  text-transform: uppercase;
  text-align: center;
}
.w-ms__subtitle {
  margin-right: 2.77778rem;
  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;
}
.w-ms__subtitle h3 {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 1.33333rem;
  margin-bottom: 0;
  letter-spacing: -0.04em;
}
.w-ms > .control-group {
  border-left: 1px solid #dadada;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 10px 2.77778rem;
}
.w-ms__submit {
  border-left: 1px solid #dadada;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  padding-left: 2.77778rem;
}
.w-ms__submit button {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.38889rem;
  text-transform: uppercase;
  color: #333;
  background-color: #f9cd00;
  padding: 1.05556rem 2.22222rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.w-ms__submit button:hover {
  background-color: #d70a24;
  color: #fff;
}
.w-mr {
  background-color: #f5f5f0;
  padding-top: 5.11111rem;
  padding-bottom: 4.72222rem;
  margin-bottom: 4rem;
}
.w-mr__title {
  position: relative;
  line-height: 1;
  font-weight: 500;
  font-size: 2.44444rem;
  margin-bottom: 2.22222rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -1px;
}
.w-mr__scroll {
  position: absolute;
  right: 0;
  top: 20px;
  text-decoration: underline;
  color: #666;
  font-size: 1rem;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-family: "Barlow", sans-serif;
  text-transform: none;
}
.w-mr__scroll:hover {
  color: #d70a24;
}
.w-mr__more {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.44444rem;
  text-transform: uppercase;
  color: #333;
  background-color: #ebebeb;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
  padding: 1.11111rem 3rem;
}
.w-mr__more:hover {
  background-color: #d70a24;
  color: #fff;
}
.w-fs {
  margin-bottom: 6.11111rem;
  padding-top: 2rem;
}
.w-fs__title {
  font-size: 4rem;
  letter-spacing: -1px;
  text-align: center;
  font-weight: 600;
  background-image: -moz-linear-gradient(left, #ffca0a, #ffca0a);
  background-image: -webkit-linear-gradient(left, #ffca0a, #ffca0a);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffca0a),
    to(#ffca0a)
  );
  background-image: -o-linear-gradient(left, #ffca0a, #ffca0a);
  background-image: linear-gradient(to right, #ffca0a, #ffca0a);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 15px;
  text-transform: uppercase;
  color: #262626;
  display: table;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}
.w-fs > p {
  font-family: "Playfair Display";
  font-size: 1.22222rem;
  text-align: center;
  line-height: 1.77778rem;
  max-width: 656px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.33333rem;
}
.w-fs__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -2.22222rem;
}
.w-fs__grid > div:first-child {
  padding-left: 2.22222rem;
  max-width: 695px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.w-fs__grid > div:last-child {
  padding-left: 2.22222rem;
  max-width: 812px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.w-fs__left__title {
  font-weight: 500;
  font-size: 2.66667rem;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #333;
  margin-bottom: 1.11111rem;
}
.w-fs__left__desc {
  font-family: "Barlow", sans-serif;
  font-size: 1.11111rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 2.44444rem;
}
.w-fs__media {
  padding-right: 1.66667rem;
  padding-bottom: 1.66667rem;
  position: relative;
}
.w-fs__media img {
  width: 100%;
  display: block;
}
.w-fs__media__overlay {
  background-color: rgba(0, 0, 0, 0.92);
  padding: 3.88889rem 1.66667rem;
  min-width: 360px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.w-fs__media__overlay dl {
  margin-bottom: 0;
}
.w-fs__media__overlay dl + dl {
  margin-top: 2.55556rem;
}
.w-fs__media__overlay dl dt {
  font-size: 2.66667rem;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  letter-spacing: -1px;
  color: #dfb800;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.w-fs__media__overlay dl dd {
  font-size: 15px;
  color: #d7d7d7;
  line-height: 1.33333rem;
  text-align: center;
}
.w-fp {
  width: 700px;
  text-align: center;
  padding-left: 6rem;
  padding-right: 6rem;
}
.w-fp__title {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 2.88889rem;
  color: #333;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.44444rem;
  display: table;
  margin-left: auto;
  margin-right: auto;
  background-image: -moz-linear-gradient(left, #ebebeb, #ebebeb);
  background-image: -webkit-linear-gradient(left, #ebebeb, #ebebeb);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ebebeb),
    to(#ebebeb)
  );
  background-image: -o-linear-gradient(left, #ebebeb, #ebebeb);
  background-image: linear-gradient(to right, #ebebeb, #ebebeb);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 1px 10px;
}
.w-fp__subtitle {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #cca208;
  margin-bottom: 1.11111rem;
}
.w-fp__content p {
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  color: #333;
}
.w-fp__actions {
  text-align: center;
}
.w-fp__return-link {
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  border-bottom: 3px solid #ccc;
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.w-fp__return-link:hover {
  color: #f9cd00;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
@font-face {
  font-family: "flexslider-icon";
  src: url(fonts/flexslider-icon.eot);
  src: url(fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"),
    url(fonts/flexslider-icon.woff) format("woff"),
    url(fonts/flexslider-icon.ttf) format("truetype"),
    url(fonts/flexslider-icon.svg#flexslider-icon) format("svg");
  font-weight: 400;
  font-style: normal;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  content: "\f001";
}
.flex-direction-nav a.flex-next:before {
  content: "\f002";
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: "\f003";
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.vjs-default-skin {
  color: #ccc;
}
@font-face {
  font-family: "VideoJS";
  src: url(/_ui/js/std/jquery/video-js/font/vjs.eot);
  src: url(/_ui/js/std/jquery/video-js/font/vjs.eot?#iefix)
      format("embedded-opentype"),
    url(/_ui/js/std/jquery/video-js/font/vjs.woff) format("woff"),
    url(/_ui/js/std/jquery/video-js/font/vjs.ttf) format("truetype"),
    url(/_ui/js/std/jquery/video-js/font/vjs.svg#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
}
.vjs-default-skin .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9);
}
.vjs-default-skin .vjs-slider:focus {
  -webkit-box-shadow: 0 0 2em #fff;
  -moz-box-shadow: 0 0 2em #fff;
  box-shadow: 0 0 2em #fff;
}
.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-slider-handle:before {
  content: "\e009";
  font-family: VideoJS;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1em #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.vjs-default-skin .vjs-control-bar {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
}
.vjs-default-skin.vjs-has-started .vjs-control-bar {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing
  .vjs-control-bar {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: none;
}
.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  display: none;
}
.vjs-default-skin.vjs-error .vjs-control-bar {
  display: none;
}
.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing
  .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
@media \0screen {
  .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}
.vjs-default-skin .vjs-control {
  outline: none;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3em;
  width: 4em;
}
.vjs-default-skin .vjs-control:before {
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff;
}
.vjs-default-skin .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer;
}
.vjs-default-skin .vjs-play-control:before {
  content: "\e001";
}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "\e002";
}
.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.vjs-default-skin
  .vjs-playback-rate.vjs-menu-button
  .vjs-menu
  .vjs-menu-content {
  width: 4em;
  left: -2em;
  list-style: none;
}
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
  content: "\e006";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\e003";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\e004";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\e005";
}
.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right;
}
.vjs-default-skin .vjs-volume-bar {
  width: 5em;
  height: 0.6em;
  margin: 1.1em auto 0;
}
.vjs-default-skin .vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5em;
  width: 100%;
  background: #66a8cc
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50%
    0 repeat;
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  width: 0.5em;
  height: 0.5em;
  left: 4.5em;
}
.vjs-default-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  top: -0.2em;
  left: -0.2em;
  width: 1em;
  height: 1em;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  height: 0;
  width: 0;
}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing {
  border-top-color: rgba(7, 40, 50, 0.5);
}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,
.vjs-default-skin
  .vjs-volume-menu-button
  .vjs-menu.vjs-lock-showing
  .vjs-menu-content {
  height: 2.9em;
  width: 10em;
}
.vjs-default-skin .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: 0.3em;
  height: 1em;
  top: -1em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-default-skin:hover .vjs-progress-control {
  font-size: 0.9em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.vjs-default-skin .vjs-progress-holder {
  height: 100%;
}
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-play-progress {
  background: #66a8cc
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50%
    0 repeat;
}
.vjs-default-skin .vjs-load-progress {
  background: #646464;
  background: rgba(255, 255, 255, 0.2);
}
.vjs-default-skin .vjs-load-progress div {
  background: #787878;
  background: rgba(255, 255, 255, 0.1);
}
.vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%;
}
.vjs-default-skin .vjs-seek-handle:before {
  padding-top: 0.1em;
}
.vjs-default-skin.vjs-live .vjs-time-controls,
.vjs-default-skin.vjs-live .vjs-time-divider,
.vjs-default-skin.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-default-skin.vjs-live .vjs-live-display {
  display: block;
}
.vjs-default-skin .vjs-live-display {
  display: none;
  font-size: 1em;
  line-height: 3em;
}
.vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  line-height: 3em;
}
.vjs-default-skin .vjs-current-time {
  float: left;
}
.vjs-default-skin .vjs-duration {
  float: left;
}
.vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left;
}
.vjs-time-divider {
  float: left;
  line-height: 3em;
}
.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-fullscreen-control:before {
  content: "\e000";
}
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\e00b";
}
.vjs-default-skin .vjs-big-play-button {
  left: 0.5em;
  top: 0.5em;
  font-size: 3em;
  display: block;
  z-index: 2;
  position: absolute;
  width: 4em;
  height: 2.6em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  border: 0.1em solid #3b4249;
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  border-radius: 0.8em;
  -webkit-box-shadow: 0 0 1em rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 0 1em rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 1em rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  left: 50%;
  margin-left: -2.1em;
  top: 50%;
  margin-top: -1.4em;
}
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none;
}
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
  display: none;
}
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}
.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #505050;
  background-color: rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: 0 0 3em #fff;
  -moz-box-shadow: 0 0 3em #fff;
  box-shadow: 0 0 3em #fff;
  -webkit-transition: all 0;
  -moz-transition: all 0;
  -o-transition: all 0;
  transition: all 0;
}
.vjs-default-skin .vjs-big-play-button:before {
  content: "\e001";
  font-family: VideoJS;
  line-height: 2.6em;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-big-play-button {
  display: none;
}
.vjs-error-display {
  display: none;
}
.vjs-error .vjs-error-display {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-error-display:before {
  content: "X";
  font-family: Arial;
  font-size: 4em;
  color: #666;
  line-height: 1;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
}
.vjs-error-display div {
  position: absolute;
  bottom: 1em;
  right: 0;
  left: 0;
  font-size: 1.4em;
  text-align: center;
  padding: 3px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
}
.vjs-error-display a,
.vjs-error-display a:visited {
  color: #f4a460;
}
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75;
}
.vjs-waiting .vjs-loading-spinner,
.vjs-seeking .vjs-loading-spinner {
  display: block;
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}
.vjs-error .vjs-loading-spinner {
  display: none;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
.vjs-default-skin .vjs-loading-spinner:before {
  content: "\e01e";
  font-family: VideoJS;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0 0 0.1em #000;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer;
}
.vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000;
  border-top-color: rgba(7, 40, 50, 0.5);
}
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  max-height: 15em;
  overflow: auto;
  left: -5em;
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}
.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,
.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing {
  display: block;
}
.vjs-default-skin.vjs-scrubbing
  .vjs-menu-button:hover
  .vjs-control-content
  .vjs-menu {
  display: none;
}
.vjs-default-skin .vjs-menu-button ul li {
  list-style: none;
  margin: 0;
  padding: 0.3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000;
}
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
  outline: 0;
  color: #111;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em;
  font-weight: 700;
  cursor: default;
}
.vjs-default-skin .vjs-subtitles-button:before {
  content: "\e00c";
}
.vjs-default-skin .vjs-captions-button:before {
  content: "\e008";
}
.vjs-default-skin .vjs-chapters-button:before {
  content: "\e00c";
}
.vjs-default-skin
  .vjs-chapters-button.vjs-menu-button
  .vjs-menu
  .vjs-menu-content {
  width: 24em;
  left: -12em;
}
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}
.video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  vertical-align: middle;
  font-weight: 400;
  font-style: normal;
  font-family: Arial, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-js:-moz-full-screen {
  position: absolute;
}
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}
.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  _position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
.video-js.vjs-has-started .vjs-poster {
  display: none;
}
.video-js.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
.video-js.vjs-controls-disabled .vjs-poster {
  display: none;
}
.video-js.vjs-using-native-controls .vjs-poster {
  display: none;
}
.video-js .vjs-text-track-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 3em;
  right: 0;
  pointer-events: none;
}
.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #000;
  opacity: 0.75;
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 15em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 40em;
}
.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
}
.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}
.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}
.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
}
.vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}
.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
}
.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}
.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}
.vjs-caption-settings label > input {
  margin-right: 10px;
}
.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px;
}
.vjs-hidden {
  display: none !important;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.vjs-no-js {
  padding: 2em;
  color: #ccc;
  background-color: #333;
  font-size: 1.8em;
  font-family: Arial, sans-serif;
  text-align: center;
  width: 30em;
  height: 15em;
  margin: 0 auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #f4a460;
}
