@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&display=swap");
.alignment-container {
  display: table;
  min-height: 350px;
  margin: 0 auto;
}

.alignment-container > * {
  display: table-cell;
  vertical-align: middle;
  height: 350px;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-default:active, .btn-default.active,
.btn-primary:active,
.btn-primary.active,
.btn-success:active,
.btn-success.active,
.btn-info:active,
.btn-info.active,
.btn-warning:active,
.btn-warning.active,
.btn-danger:active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default.disabled, .btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled]
.btn-primary,
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled]
.btn-success,
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled]
.btn-info,
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled]
.btn-warning,
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled]
.btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}

.btn:active, .btn.active {
  background-image: none;
}

.btn-default {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE0E0E0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}

.btn-default:hover, .btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

.btn-default:active, .btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}

.btn-primary {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#792b6a), to(#4c1b42));
  background-image: linear-gradient(to bottom, #792b6a 0%, #4c1b42 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF792B6A', endColorstr='#FF4C1B42', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #44183c;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #4c1b42;
  background-position: 0 -15px;
}

.btn-primary:active, .btn-primary.active {
  background-color: #4c1b42;
  border-color: #44183c;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #4c1b42;
  background-image: none;
}

.btn-success {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CB85C', endColorstr='#FF419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}

.btn-success:hover, .btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}

.btn-success:active, .btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}

.btn-info {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2AABD2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}

.btn-info:hover, .btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

.btn-info:active, .btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}

.btn-warning {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFEB9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}

.btn-warning:hover, .btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}

.btn-warning:active, .btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}

.btn-danger {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC12E2A', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}

.btn-danger:hover, .btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}

.btn-danger:active, .btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}

.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0);
  background-color: #e8e8e8;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#792b6a), to(#66245a));
  background-image: linear-gradient(to bottom, #792b6a 0%, #66245a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF792B6A', endColorstr='#FF66245A', GradientType=0);
  background-color: #66245a;
}

.navbar-default {
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f8f8f8));
  background-image: linear-gradient(to bottom, white 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF8F8F8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDBDBDB', endColorstr='#FFE2E2E2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3b3b), to(#222));
  background-image: linear-gradient(to bottom, #3c3b3b 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3C3B3B', endColorstr='#FF222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#090808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #090808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF090808', endColorstr='#FF0F0F0F', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#792b6a), to(#66245a));
    background-image: linear-gradient(to bottom, #792b6a 0%, #66245a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF792B6A', endColorstr='#FF66245A', GradientType=0);
  }
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFC8E5BC', GradientType=0);
  border-color: #b2dba1;
}

.alert-info {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFB9DEF0', GradientType=0);
  border-color: #9acfea;
}

.alert-warning {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFF8EFC0', GradientType=0);
  border-color: #f5e79e;
}

.alert-danger {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2DEDE', endColorstr='#FFE7C3C3', GradientType=0);
  border-color: #dca7a7;
}

.progress {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBEBEB', endColorstr='#FFF5F5F5', GradientType=0);
}

.progress-bar {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#792b6a), to(#531e49));
  background-image: linear-gradient(to bottom, #792b6a 0%, #531e49 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF792B6A', endColorstr='#FF531E49', GradientType=0);
}

.progress-bar-success {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CB85C', endColorstr='#FF449D44', GradientType=0);
}

.progress-bar-info {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF31B0D5', GradientType=0);
}

.progress-bar-warning {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFEC971F', GradientType=0);
}

.progress-bar-danger {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC9302C', GradientType=0);
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #531e49;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#792b6a), to(#5d2151));
  background-image: linear-gradient(to bottom, #792b6a 0%, #5d2151 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF792B6A', endColorstr='#FF5D2151', GradientType=0);
  border-color: #5d2151;
}

.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0);
}

.panel-primary > .panel-heading {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#792b6a), to(#66245a));
  background-image: linear-gradient(to bottom, #792b6a 0%, #66245a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF792B6A', endColorstr='#FF66245A', GradientType=0);
}

.panel-success > .panel-heading {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFD0E9C6', GradientType=0);
}

.panel-info > .panel-heading {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFC4E3F3', GradientType=0);
}

.panel-warning > .panel-heading {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFFAF2CC', GradientType=0);
}

.panel-danger > .panel-heading {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2DEDE', endColorstr='#FFEBCCCC', GradientType=0);
}

.well {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E8E8', endColorstr='#FFF5F5F5', GradientType=0);
  border-color: #dcdbdb;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

body, html {
  font-size: 100%;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  line-height: 1.375;
}

@media (min-width: 768px) {
  body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
    font-size: 1rem;
    /* equivalent to 16px */
    line-height: 1.375;
    /* equivalent to 22px */
  }
}

/*----------------------------------------------------------------
/* Headings
/*----------------------------------------------------------------*/
h1 {
  font-size: 2rem;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
  font-weight: bold;
  margin-bottom: 0.3rem;
  margin-top: 0;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.5rem;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 3rem;
    /* 3x body copy size = 48px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */
  }
}

h2 {
  font-size: 1.625rem;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
  font-weight: bold;
  margin-bottom: 0.2rem;
  margin-top: 0;
}

@media (min-width: 768px) {
  h2 {
    font-size: 2rem;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: 2.25rem;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}

h3 {
  font-size: 1.375rem;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
  font-weight: bold;
  margin-bottom: 0.2rem;
  margin-top: 0;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.5rem;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}

@media (min-width: 992px) {
  h3 {
    font-size: 1.75rem;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}

h4 {
  font-size: 1.125rem;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
  font-weight: 600 !important;
  margin-bottom: 0.1rem;
  margin-top: 0;
}

.campaignblockbottomwide h4 {
  margin-top: 8px;
}

@media (min-width: 768px) {
  h4 {
    line-height: 1.22222222;
    /* (22px / 18px */
  }
}

/*----------------------------------------------------------------
/* Paragraph
/*----------------------------------------------------------------*/
P {
  margin-bottom: 1rem;
}

/*----------------------------------------------------------------
/* Blockquote
/*----------------------------------------------------------------*/
blockquote {
  font-size: 1.25rem;
  /* 20px / 16px */
  line-height: 1.25;
  /* 25px / 20px */
  border-left-color: #e51a34;
}

@media (min-width: 768px) {
  blockquote {
    font-size: 1.5rem;
    /* 24px / 16px = */
    line-height: 1.45833333;
    /* 35px / 24px */
  }
}

html,
body {
  background: #0e1b2b;
  height: 100%;
  width: 100%;
}

html.freeze {
  overflow: hidden !important;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.entry-content img, #main img {
  width: auto;
  height: auto;
}

.entry-content iframe, .entry-content object, .entry-content embed, .entry-content img, #main iframe, #main object, #main embed, #main img {
  max-width: 100%;
}

.panel:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.panel .panel-inner {
  padding: 30px;
}

.panel .panel-inner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.panel .panel-read-more {
  float: left;
  width: 100%;
  display: block;
  margin-top: 20px;
}

.panel .panel-read-more span, .panel .panel-read-more .fa {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.panel .panel-read-more .fa {
  font-size: 30px;
  margin-left: 10px;
}

.meta-post {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.meta-post ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.meta-post ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.meta-post ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.meta-post span {
  margin-right: 40px;
}

.meta-post span, .meta-post > ul {
  display: inline-block;
  vertical-align: middle;
}

a {
  outline: none !important;
}

button {
  outline: none !important;
}

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

.padboth {
  padding-left: 15px;
  padding-right: 15px;
}

.padleft {
  padding-left: 15px;
}

.padright {
  padding-right: 15px;
}

.nopad {
  padding-left: 0;
  padding-right: 0;
}

.nopadleft {
  padding-left: 0;
}

.nopadright {
  padding-right: 0;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

.gap1 {
  height: 1px;
}

.gap2 {
  height: 2px;
}

.gap3 {
  height: 3px;
}

.gap4 {
  height: 4px;
}

.gap5 {
  height: 5px;
}

.gap6 {
  height: 6px;
}

.gap7 {
  height: 7px;
}

.gap8 {
  height: 8px;
}

.gap9 {
  height: 9px;
}

.gap10 {
  height: 10px;
}

.gap15 {
  height: 15px;
}

.gap20 {
  height: 20px;
}

.gap25 {
  height: 25px;
}

.gap30 {
  height: 30px;
}

.gap35 {
  height: 35px;
}

.gap40 {
  height: 40px;
}

.gap45 {
  height: 45px;
}

.gap50 {
  height: 50px;
}

.gap60 {
  height: 60px;
}

.gap70 {
  height: 70px;
}

.gap80 {
  height: 80px;
}

.gap90 {
  height: 90px;
}

.gap100 {
  height: 100px;
}

.post-category-single ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.post-category-single ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.post-category-single ul li {
  float: left;
  margin: 0 0 20px 20px;
}

.post-category-single ul li:first-of-type {
  margin-left: 0;
}

.single-format-image #image-wrapper-single {
  background: #333333;
}

.list-gallery-single {
  background: #eeeeee;
  position: relative;
}

.list-gallery-single .arrow-slick-gallery {
  height: 100%;
  width: 80px;
  position: absolute;
  z-index: 90;
  color: white;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  font-size: 45px;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: center;
}

.list-gallery-single .arrow-slick-gallery .fa {
  width: auto;
  max-height: 44px;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
}

.list-gallery-single .arrow-slick-gallery:hover {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: rgba(0, 0, 0, 0.5);
}

.list-gallery-single .slick-gal-prev {
  right: 0;
}

.list-gallery-single .slick-gal-next {
  left: 0;
}

.list-gallery-single .slick-slide {
  text-align: center;
  height: 400px;
  padding: 15px;
}

.list-gallery-single .slick-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.list-gallery-single .slick-slide img {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
}

.single-format-gallery #gallery-wrapper-single {
  overflow: hidden;
}

.single-format-gallery .gallery-post-wrapper {
  background: #222222;
  position: relative;
}

.single-format-gallery .arrow-slick-gallery {
  height: 100%;
  width: 80px;
  position: absolute;
  z-index: 90;
  color: white;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  font-size: 45px;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: center;
}

.single-format-gallery .arrow-slick-gallery .fa {
  width: auto;
  max-height: 44px;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
}

.single-format-gallery .arrow-slick-gallery:hover {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: rgba(0, 0, 0, 0.5);
}

.single-format-gallery .slick-gal-prev {
  right: 0;
}

.single-format-gallery .slick-gal-next {
  left: 0;
}

.single-format-gallery .slick-slide {
  text-align: center;
  height: 400px;
  padding: 15px;
}

.single-format-gallery .slick-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.single-format-gallery .slick-slide img {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
}

.single-format-video #video-wrapper-single {
  background: #792b6a;
}

.single-format-audio #audio-wrapper {
  padding: 20px 0;
  background: #531e49;
}

.single-format-audio #audio-wrapper audio {
  width: 100%;
  display: block;
}

.single-format-audio #audio-wrapper audio p {
  color: white;
}

.single-format-audio .wp-playlist {
  background: #531e49;
  margin: 0 !important;
  border: none !important;
}

.single-format-audio .wp-playlist .wp-playlist-current-item .wp-playlist-item-title {
  color: white;
  font-size: 20px;
}

.single-format-audio .wp-playlist .wp-playlist-current-item .wp-playlist-item-meta {
  color: white;
}

.single-format-audio .wp-playlist .wp-playlist-current-item {
  Height: auto !important;
}

.single-format-audio .wp-playlist .wp-playlist-current-item img {
  display: none;
}

.single-format-audio .wp-playlist .wp-playlist-tracks .wp-playlist-item {
  padding: 0;
}

.single-format-audio .wp-playlist .wp-playlist-tracks .wp-playlist-item.wp-playlist-playing {
  color: #333;
}

.single-format-audio .wp-playlist .wp-playlist-tracks .wp-playlist-item.wp-playlist-playing .wp-playlist-item-title, .single-format-audio .wp-playlist .wp-playlist-tracks .wp-playlist-item.wp-playlist-playing .wp-playlist-item-length {
  color: #333;
}

.single-format-audio .wp-playlist .wp-playlist-tracks .wp-playlist-caption, .single-format-audio .wp-playlist .wp-playlist-tracks .wp-playlist-item-length {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.single-format-audio .wp-playlist .wp-playlist-tracks .wp-playlist-caption {
  width: calc(100% - 104px) !important;
}

.single-format-audio .wp-playlist .wp-playlist-tracks .wp-playlist-item-length {
  width: 100px;
  text-align: right;
}

.single-format-audio .wp-playlist .wp-playlist-tracks .wp-playlist-item-title, .single-format-audio .wp-playlist .wp-playlist-tracks .wp-playlist-item-length {
  color: white;
}

.single-format-audio .wp-playlist .wp-playlist-tracks a {
  padding: 10px;
  font-size: 16px;
  color: white;
}

.comments-area {
  margin-top: 40px;
}

/*----------------------------------------------------------------
/* Main navigation container
/*----------------------------------------------------------------*/
.navigation_bar_main {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  min-height: 70px;
  /*background: white;
	position: relative;*/
  background: rgba(14, 27, 43, 0.7);
  position: absolute !important;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .navigation_bar_main {
    min-height: 70px;
    background: rgba(14, 27, 43, 0.7);
    position: absolute !important;
  }
}

.navigation_bar_main.float {
  width: 100%;
  position: relative;
  z-index: 90;
  /*box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);*/
  min-height: 70px;
}

@media (max-width: 767px) {
  .navigation_bar_main .row > div {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .navigation_bar_main #navigation-wrapper {
    position: fixed;
    min-height: 70px;
    width: 100%;
    z-index: 90;
    /*box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);*/
    background: rgba(14, 27, 43, 0.7);
    left: 0;
  }
}

/*----------------------------------------------------------------
/* Mobile menu toggle
/*----------------------------------------------------------------*/
#navigation-mobile__control {
  float: right;
  display: inline-block;
  vertical-align: middle;
  padding: 26px 20px;
}

#navigation-mobile__control i {
  font-size: 25px;
}

/*----------------------------------------------------------------
/* Header logo
/*----------------------------------------------------------------*/
.logo:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (max-width: 991px) {
  .logo {
    float: left;
    display: inline-block;
    vertical-align: middle;
    height: 70px;
    line-height: 70px;
    padding-left: 20px;
  }
}

@media (min-width: 992px) {
  .logo {
    float: left;
    width: 200px;
    min-height: 70px;
    line-height: 70px;
    display: inline-block;
    vertical-align: middle;
  }
}

.logo img {
  max-height: 70px;
  width: auto;
}

@media (min-width: 992px) {
  .logo img {
    max-height: 70px;
  }
}

/*----------------------------------------------------------------
/* Mobile backdrop
/* The overlay that covers the content when the mobile menu is open
/*----------------------------------------------------------------*/
.navigation__mobile--backdrop {
  position: fixed;
  opacity: 0;
  z-index: 9000;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.navigation__mobile--backdrop.open {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  opacity: 1;
}

/*----------------------------------------------------------------
/* Mobile menu
/* The container that holds the mobile menu
/*----------------------------------------------------------------*/
#navigation-mobile {
  background: #444;
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  z-index: 9999;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: calc(100% - 63px) !important;
  max-width: 400px;
}

#navigation-mobile.open {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  left: 0;
}

.admin-bar #navigation-mobile {
  top: 46px !important;
  height: calc(100% - 46px) !important;
}

@media screen and (min-width: 783px) {
  .admin-bar #navigation-mobile {
    top: 32px !important;
    height: calc(100% - 32px) !important;
  }
}

/*----------------------------------------------------------------
/* UL that holds menu items
/*----------------------------------------------------------------*/
@media (min-width: 992px) {
  #menu-main {
    float: right;
  }
}

/*----------------------------------------------------------------
/* The main menu
/*----------------------------------------------------------------*/
.menu-primary__wrapper {
  /*
	li.current_page_parent > a,
	li.current-menu-parent > a {
		background: $topnavbg;
		color: white; 
	}
	*/
}

.menu-primary__wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (min-width: 992px) {
  .menu-primary__wrapper {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    width: calc(100% - 200px);
    float: left;
    height: 70px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .menu-primary__wrapper #menu-mainmenu {
    float: right;
  }
}

.menu-primary__wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-primary__wrapper ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (min-width: 992px) {
  .menu-primary__wrapper ul li {
    margin: 0 25px 0 0;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
  }
  .menu-primary__wrapper ul li:last-child {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .menu-primary__wrapper ul li {
    font-size: 18px;
  }
}

.menu-primary__wrapper ul li a {
  display: block;
  padding: 20px 30px;
  position: relative;
}

@media (min-width: 992px) {
  .menu-primary__wrapper ul li a {
    color: white;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .menu-primary__wrapper ul li a {
    color: white;
  }
}

@media (min-width: 992px) {
  .menu-primary__wrapper > ul {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.menu-primary__wrapper > ul ul {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 991px) {
  .menu-primary__wrapper > ul ul {
    width: 100%;
    max-height: 0;
    overflow: hidden;
  }
  .menu-primary__wrapper > ul ul.active {
    max-height: 999px;
  }
}

@media (min-width: 992px) {
  .menu-primary__wrapper > ul ul {
    display: none;
    background: white;
    position: absolute;
    top: 0;
    left: 250px;
    width: 250px;
    z-index: 100;
  }
}

.menu-primary__wrapper > ul ul li {
  display: block;
  float: none;
}

@media (min-width: 992px) {
  .menu-primary__wrapper > ul ul a {
    border-top: 1px solid #f7f6f6;
  }
  .menu-primary__wrapper > ul ul a:hover, .menu-primary__wrapper > ul ul a.hover {
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    /*background: $primary !important;*/
    color: white !important;
  }
}

.menu-primary__wrapper > ul > li > a {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 992px) {
  .menu-primary__wrapper > ul > li > a {
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    padding-bottom: 2px;
  }
}

.menu-primary__wrapper > ul > li > a.dropdown-toggle:after {
  content: "\f107";
}

@media (min-width: 992px) {
  .menu-primary__wrapper > ul > li > a:hover, .menu-primary__wrapper > ul > li > a.hover {
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    /*background: $primary !important;*/
    color: white !important;
    border-bottom: 2px solid #fff;
    padding-bottom: 2px;
  }
}

.menu-primary__wrapper li {
  position: relative;
}

@media (min-width: 992px) {
  .menu-primary__wrapper li {
    float: left;
  }
  .menu-primary__wrapper li:hover > ul {
    display: block;
  }
}

.menu-primary__wrapper a {
  border: none;
  width: 100%;
  display: block;
  text-decoration: none !important;
  position: relative;
}

@media (max-width: 991px) {
  .menu-primary__wrapper a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.menu-primary__wrapper li.current-menu-item a {
  background: #0e1b2b;
  color: white;
}

@media (min-width: 992px) {
  .menu-primary__wrapper li.current-menu-item a {
    background: none;
    border-bottom: 2px solid #fff;
    padding-bottom: 2px;
  }
}

@media (min-width: 992px) {
  .menu-primary__wrapper .menu-depth-1 {
    top: 100%;
    left: 0;
  }
}

@media (max-width: 991px) {
  .menu-primary__wrapper .menu-depth-1 {
    background: #353535;
  }
  .menu-primary__wrapper .menu-depth-2 {
    background: black;
  }
}

.menu-primary__wrapper .dropdown-toggle:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  position: absolute;
  top: calc(70% - 25px) !important;
  right: 12px;
}

@media (max-width: 991px) {
  .menu-primary__wrapper .dropdown-toggle:after {
    content: "\f107";
  }
}

@media (min-width: 992px) {
  .menu-primary__wrapper .dropdown-toggle:after {
    content: "\f105";
  }
}

@media (max-width: 991px) {
  .menu-primary__wrapper .dropdown-toggle.active:after {
    content: "\f106";
  }
}

#back-to-top {
  position: fixed;
  z-index: 9999;
  background: #792b6a;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05), 0 5px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05), 0 5px 5px rgba(0, 0, 0, 0.05);
  bottom: 15px;
  right: 15px;
}

#back-to-top.active {
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  visibility: visible;
}

#back-to-top .fas {
  padding: 5px 0;
  color: white;
  font-size: 30px;
}

@media (min-width: 768px) {
  #back-to-top .fas {
    font-size: 45px;
  }
}

#back-to-top:hover {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background: #531e49;
}

@media screen and (min-width: 768px) {
  #back-to-top {
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
  }
  #back-to-top .fa {
    font-size: 45px;
  }
}

.wp-paginate .fa {
  font-size: 19px;
  font-weight: bold;
}

.wp-paginate .next, .wp-paginate .previous {
  padding-top: 8px !important;
}

.wp-paginate li {
  line-height: 1.3em !important;
}

.wp-paginate a, .wp-paginate span {
  position: relative;
  overflow: hidden;
  background: white !important;
  text-align: left;
  display: block;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 5px;
  margin-right: 20px;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding-top: 7px !important;
  border: 1px solid #cccccc !important;
  vertical-align: middle;
  color: #cccccc;
  font-weight: bold;
  text-align: center;
  padding: 9px 0 10px 0 !important;
}

.wp-paginate a:after, .wp-paginate span:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.wp-paginate .current, .wp-paginate a:hover {
  background: #792b6a !important;
  border: 1px solid #792b6a !important;
  color: white !important;
}

.wp-paginate li {
  margin-right: 15px;
}

.wp-paginate li:first-of-type {
  display: none;
}

#loading-pane {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
}

#loading-pane .inner-wrapper {
  width: 100%;
  height: 100%;
  display: table;
}

#loading-pane .inner-wrapper .inner-wrapper-align {
  display: table-cell;
  vertical-align: middle;
}

#loading-pane .inner-wrapper.active {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}

#loading-pane.fade-in.active {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}

#loading-pane.slide-up.active {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  top: -150%;
}

#loading-pane.slide-down.active {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  top: 100%;
}

#loading-pane.slide-left.active {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  left: -150%;
}

#loading-pane.slide-right.active {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  left: 100%;
}

.loading-text {
  display: inline-block;
  color: white;
  font-weight: bold;
  width: 100%;
}

.spinner {
  margin-bottom: 20px !important;
}

.spinner.bars {
  width: 50px;
  height: 40px;
  margin: 0 auto;
  font-size: 10px;
}

.spinner.bars > div {
  height: 100%;
  width: 7px;
  margin: 0 3px 0 0;
  background-color: #fff;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner.bars .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner.bars .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner.bars .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner.bars .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.spinner.cubes {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}

.spinner.cubes .cube1, .spinner.cubes .cube2 {
  background-color: white;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.spinner.cubes .cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner.dots {
  width: 70px;
  text-align: center;
  margin: 0 auto;
}

.spinner.dots > div {
  width: 18px;
  height: 18px;
  background-color: white;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner.dots .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner.dots .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

#progress {
  position: fixed;
  z-index: 2147483647;
  left: 0px;
  width: 0%;
  height: 2px;
  -webkit-transition: width 500ms ease-out, opacity 400ms linear;
  transition: width 500ms ease-out, opacity 400ms linear;
}

#progress.bottom {
  bottom: 0;
}

#progress.top {
  top: 0;
}

#progress dd, #progress dt {
  position: absolute;
  top: 0;
  height: 2px;
}

#progress dt {
  opacity: .6;
  width: 180px;
  right: -80px;
  clip: rect(-6px, 90px, 14px, -6px);
}

#progress dd {
  opacity: .6;
  width: 20px;
  right: 0;
  clip: rect(-6px, 22px, 14px, 10px);
}

.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-bottom-bar {
  padding-top: 10px;
}

.mfp-figure, .mpf-iframe {
  position: relative;
  opacity: 0;
}

.mfp-counter {
  top: 10px;
}

.mfp-open .mfp-figure, .mfp-open .mfp-iframe {
  -webkit-animation-name: imgfadeIn;
  animation-name: imgfadeIn;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

@-webkit-keyframes imgfadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes imgfadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

figure.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  line-height: 1.428571429;
  padding: 5px 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.wp-playlist {
  padding: 20px !important;
  margin: 0 0 18px !important;
}

div.gallery-image {
  display: block;
  background: #f9f9f9;
  text-align: center;
  padding: 4px;
  margin-bottom: 30px;
  height: 100%;
}

div.gallery-image img {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

div.gallery-image img:hover {
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  div.gallery-image {
    padding: 16px;
  }
}

/* Form wrapper */
.gform_wrapper {
  /* HEADING */
  /* BODY */
  /* VALIDATION */
  /* PROGRESS */
  /* STEPS */
  /* PAGES */
}

.gform_wrapper form:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.gform_wrapper .gform_heading {
  color: #262626;
  text-align: center;
}

.gform_wrapper .gform_heading .gform_title {
  color: #262626;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 30px;
    line-height: 37px;
  }
}

.gform_wrapper .gform_heading .gform_description {
  border-bottom: 1px solid #cccccc;
  width: 100%;
  display: inline-block;
}

.gform_wrapper .gform_body {
  padding: 0;
}

.gform_wrapper .gform_body:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.gform_wrapper .gform_body .gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gform_wrapper .gform_body .gform_fields li {
  margin-bottom: 20px;
}

.gform_wrapper .gform_body .gform_fields li:before {
  content: "" !important;
}

.gform_wrapper .gform_body .gform_fields .gfield {
  /* LIST BODY */
  /* INPUTS */
  /* SECTION */
  /* PRODUCT PRICE */
  /* SHIPPING */
  /* RECAPTCHA */
  /* FOOTER */
  /* TEXTAREA */
  /* CHECKBOX AND RADIO BUTTONS */
  /* COMPLEX */
  /* HOUR */
  /* DATEPICKER */
  /* MONTH, DAY AND YEAR */
  /* MULTIFILE UPLOAD */
  /* DROP AREA */
  /* SELECT */
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
  font-size: 12px;
  font-style: italic;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

@media (min-width: 992px) {
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
    max-width: calc(70% - 210px);
  }
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_checkbox) {
    margin-left: 210px;
  }
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container:focus, .gform_wrapper .gform_body .gform_fields .gfield .ginput_containeractive {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  color: #0e1b2b !important;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif !important;
  width: 180px;
}

@media (max-width: 991px) {
  .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    display: inline-block;
    vertical-align: top;
    margin: 12px 30px 0 0;
    min-width: 100px;
    position: absolute;
  }
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
  color: #d9534f;
  font-size: 15px;
  margin-left: 5px;
}

.gform_wrapper .gform_body .gform_fields .gfield input:focus, .gform_wrapper .gform_body .gform_fields .gfield inputactive, .gform_wrapper .gform_body .gform_fields .gfield button:focus, .gform_wrapper .gform_body .gform_fields .gfield buttonactive, .gform_wrapper .gform_body .gform_fields .gfield select:focus, .gform_wrapper .gform_body .gform_fields .gfield selectactive, .gform_wrapper .gform_body .gform_fields .gfield textarea:focus, .gform_wrapper .gform_body .gform_fields .gfield textareaactive {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.gform_wrapper .gform_body .gform_fields .gfield input[type='text'], .gform_wrapper .gform_body .gform_fields .gfield select, .gform_wrapper .gform_body .gform_fields .gfield textarea {
  width: 100%;
  padding-left: 10px !important;
  padding-right: 10px !important;
  color: #505050;
  font-size: 16px;
  font-weight: 400 !important;
}

.gform_wrapper .gform_body .gform_fields .gfield textarea {
  width: 100%;
  height: 120px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_listbody .gform_wrapper .gform_body .gform_fields .gfield .ginput_list table.gfield_list {
  border: 1px solid #cccccc;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_listbody .gform_wrapper .gform_body .gform_fields .gfield .ginput_list table.gfield_list thead thtable.gfield_list thead th {
  color: #333;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_listbody .gform_wrapper .gform_body .gform_fields .gfield .ginput_list table.gfield_list tbody tr.gfield_list_row_odd {
  border: 1px solid #cccccc;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_listbody .gform_wrapper .gform_body .gform_fields .gfield .ginput_list table.gfield_list tbody tr td {
  padding-bottom: 20px;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_listbody .gform_wrapper .gform_body .gform_fields .gfield .ginput_list table.gfield_list tbody tr td.gfield_list_cell {
  border: 1px solid #cccccc;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_listbody .gform_wrapper .gform_body .gform_fields .gfield .ginput_list colgroup col.gfield_list_col_odd {
  border: 1px solid #cccccc;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_listbody .gform_wrapper .gform_body .gform_fields .gfield .ginput_list colgroup col.gfield_list_col_even {
  border: 1px solid #cccccc;
}

.gform_wrapper .gform_body .gform_fields .gfield input[type=email], .gform_wrapper .gform_body .gform_fields .gfield input[type=tel], .gform_wrapper .gform_body .gform_fields .gfield input[type=url], .gform_wrapper .gform_body .gform_fields .gfield input[type=text], .gform_wrapper .gform_body .gform_fields .gfield select, .gform_wrapper .gform_body .gform_fields .gfield textarea {
  border: 1px solid #cecece !important;
  background: #fff !important;
  padding: 10px 8px;
  width: 100%;
  border-radius: 4px;
}

.gform_wrapper .gform_body .gform_fields .gfield .gsection {
  border-top: 1px solid #cccccc;
}

.gform_wrapper .gform_body .gform_fields .gfield .gsection .gsection_title {
  color: #333;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_product_price_label, .gform_wrapper .gform_body .gform_fields .gfield .ginput_product_price, .gform_wrapper .gform_body .gform_fields .gfield .gfield_price {
  color: #333;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_quantity label {
  color: #333;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_quantity input {
  color: #333;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_shipping label {
  color: #333;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_total span {
  color: #333;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_total label {
  color: #333;
}

.gform_wrapper .gform_body .gform_fields .gfield .recaptcha_widget_div .recaptcha_area {
  border: 1px solid #cccccc;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_captcha_container {
  border: 1px solid #cccccc;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha {
  border: 1px solid #cccccc;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_captcha_container .gfield_captcha input {
  border: 1px solid #cccccc;
}

.gform_wrapper .gform_body .gform_fields .gfield .gform_footer {
  border: 1px solid #cccccc;
}

.gform_wrapper .gform_body .gform_fields .gfield .gform_footer input[type=submit] {
  border: 1px solid #cccccc;
}

.gform_wrapper .gform_body .gform_fields .gfield .gform_footer input[type=image] {
  border: 1px solid #cccccc;
}

.gform_wrapper .gform_body .gform_fields .gfield textarea {
  border: 1px solid #cccccc;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox, .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label, .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox], .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=radio], .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label, .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=checkbox], .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=radio] {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label, .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label {
  margin-left: 15px;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex {
  max-width: 600px;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex span {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex span:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex span:last-of-type {
  margin-bottom: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex label {
  color: #333;
}

@media (max-width: 991px) {
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex label {
    margin-top: 15px;
  }
}

@media (min-width: 992px) {
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex label {
    display: inline-block;
    vertical-align: top;
    margin: 10px 30px 0 0;
    min-width: 210px;
    float: left;
  }
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex label .gfield_required {
  color: #d9534f;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex input, .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex select {
  width: 100%;
}

@media (min-width: 992px) {
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex input, .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex select {
    max-width: 300px;
    display: inline-block;
    vertical-align: middle;
  }
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_time_hour label, .gform_wrapper .gform_body .gform_fields .gfield .gfield_time_minute label {
  margin: 15px 0 0 0;
}

.gform_wrapper .gform_body .gform_fields .gfield datepicker {
  border: 1px solid #cccccc;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_input_datepicker_icon {
  border: 1px solid #cccccc;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_date_month label, .gform_wrapper .gform_body .gform_fields .gfield .gfield_date_day label, .gform_wrapper .gform_body .gform_fields .gfield .gfield_date_year label {
  margin: 15px 0 0 0;
}

.gform_wrapper .gform_body .gform_fields .gfield .gform_fileupload_multifile {
  background: #f2f2f2;
}

.gform_wrapper .gform_body .gform_fields .gfield .gform_drop_area {
  color: #333;
  background: #f2f2f2;
}

.gform_wrapper .gform_body .gform_fields .gfield .gform_button_select_files {
  background: #f2f2f2;
}

.gform_wrapper .validation_error {
  padding: 15px;
  margin-top: 15px;
  background: #792b6a;
  color: white;
  display: none;
}

.gform_wrapper .gfield_error .validation_message {
  color: #fff;
  background: #d9534f;
  font-weight: 400 !important;
  font-size: 14px !important;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin-top: 10px;
  font-style: normal !important;
  border-radius: 4px;
}

@media (min-width: 992px) {
  .gform_wrapper .gfield_error .validation_message {
    margin-left: 210px;
    width: calc(70% - 210px);
  }
}

@media (max-width: 991px) {
  .gform_wrapper .gfield_error .validation_message {
    margin-left: 0;
    width: 100%;
  }
}

.gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
  color: #333;
}

.gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
  background: #f2f2f2;
}

.gform_wrapper .gf_progressbar_wrapper .gf_progressbar_percentage {
  background: #792b6a;
  padding: 10px;
  color: white;
}

.gform_wrapper .gf_page_steps {
  border: 1px solid #cccccc;
}

.gform_wrapper .gf_page_steps .gf_step {
  color: #333;
}

.gform_wrapper .gf_page_steps .gf_step_active {
  color: #792b6a;
}

.gform_wrapper .gform_page_footer {
  padding: 20px;
}

.gform_wrapper .gform_page_footer .gform_next_button, .gform_wrapper .gform_page_footer .gform_previous_button, .gform_wrapper .gform_page_footer .gform_button {
  color: white;
  background-color: #0e1b2b;
  border-color: #010305;
}

.gform_wrapper .gform_page_footer .gform_next_button:focus, .gform_wrapper .gform_page_footer .gform_next_button.focus, .gform_wrapper .gform_page_footer .gform_previous_button:focus, .gform_wrapper .gform_page_footer .gform_previous_button.focus, .gform_wrapper .gform_page_footer .gform_button:focus, .gform_wrapper .gform_page_footer .gform_button.focus {
  color: white;
  background-color: #010305;
  border-color: black;
}

.gform_wrapper .gform_page_footer .gform_next_button:hover, .gform_wrapper .gform_page_footer .gform_previous_button:hover, .gform_wrapper .gform_page_footer .gform_button:hover {
  color: white;
  background-color: #010305;
  border-color: black;
}

.gform_wrapper .gform_page_footer .gform_next_button:active, .gform_wrapper .gform_page_footer .gform_next_button.active,
.open > .gform_wrapper .gform_page_footer .gform_next_button.dropdown-toggle, .gform_wrapper .gform_page_footer .gform_previous_button:active, .gform_wrapper .gform_page_footer .gform_previous_button.active,
.open > .gform_wrapper .gform_page_footer .gform_previous_button.dropdown-toggle, .gform_wrapper .gform_page_footer .gform_button:active, .gform_wrapper .gform_page_footer .gform_button.active,
.open > .gform_wrapper .gform_page_footer .gform_button.dropdown-toggle {
  color: white;
  background-color: #010305;
  border-color: black;
}

.gform_wrapper .gform_page_footer .gform_next_button:active:hover, .gform_wrapper .gform_page_footer .gform_next_button:active:focus, .gform_wrapper .gform_page_footer .gform_next_button:active.focus, .gform_wrapper .gform_page_footer .gform_next_button.active:hover, .gform_wrapper .gform_page_footer .gform_next_button.active:focus, .gform_wrapper .gform_page_footer .gform_next_button.active.focus,
.open > .gform_wrapper .gform_page_footer .gform_next_button.dropdown-toggle:hover,
.open > .gform_wrapper .gform_page_footer .gform_next_button.dropdown-toggle:focus,
.open > .gform_wrapper .gform_page_footer .gform_next_button.dropdown-toggle.focus, .gform_wrapper .gform_page_footer .gform_previous_button:active:hover, .gform_wrapper .gform_page_footer .gform_previous_button:active:focus, .gform_wrapper .gform_page_footer .gform_previous_button:active.focus, .gform_wrapper .gform_page_footer .gform_previous_button.active:hover, .gform_wrapper .gform_page_footer .gform_previous_button.active:focus, .gform_wrapper .gform_page_footer .gform_previous_button.active.focus,
.open > .gform_wrapper .gform_page_footer .gform_previous_button.dropdown-toggle:hover,
.open > .gform_wrapper .gform_page_footer .gform_previous_button.dropdown-toggle:focus,
.open > .gform_wrapper .gform_page_footer .gform_previous_button.dropdown-toggle.focus, .gform_wrapper .gform_page_footer .gform_button:active:hover, .gform_wrapper .gform_page_footer .gform_button:active:focus, .gform_wrapper .gform_page_footer .gform_button:active.focus, .gform_wrapper .gform_page_footer .gform_button.active:hover, .gform_wrapper .gform_page_footer .gform_button.active:focus, .gform_wrapper .gform_page_footer .gform_button.active.focus,
.open > .gform_wrapper .gform_page_footer .gform_button.dropdown-toggle:hover,
.open > .gform_wrapper .gform_page_footer .gform_button.dropdown-toggle:focus,
.open > .gform_wrapper .gform_page_footer .gform_button.dropdown-toggle.focus {
  color: white;
  background-color: black;
  border-color: black;
}

.gform_wrapper .gform_page_footer .gform_next_button:active, .gform_wrapper .gform_page_footer .gform_next_button.active,
.open > .gform_wrapper .gform_page_footer .gform_next_button.dropdown-toggle, .gform_wrapper .gform_page_footer .gform_previous_button:active, .gform_wrapper .gform_page_footer .gform_previous_button.active,
.open > .gform_wrapper .gform_page_footer .gform_previous_button.dropdown-toggle, .gform_wrapper .gform_page_footer .gform_button:active, .gform_wrapper .gform_page_footer .gform_button.active,
.open > .gform_wrapper .gform_page_footer .gform_button.dropdown-toggle {
  background-image: none;
}

.gform_wrapper .gform_page_footer .gform_next_button.disabled:hover, .gform_wrapper .gform_page_footer .gform_next_button.disabled:focus, .gform_wrapper .gform_page_footer .gform_next_button.disabled.focus, .gform_wrapper .gform_page_footer .gform_next_button[disabled]:hover, .gform_wrapper .gform_page_footer .gform_next_button[disabled]:focus, .gform_wrapper .gform_page_footer .gform_next_button[disabled].focus,
fieldset[disabled] .gform_wrapper .gform_page_footer .gform_next_button:hover,
fieldset[disabled] .gform_wrapper .gform_page_footer .gform_next_button:focus,
fieldset[disabled] .gform_wrapper .gform_page_footer .gform_next_button.focus, .gform_wrapper .gform_page_footer .gform_previous_button.disabled:hover, .gform_wrapper .gform_page_footer .gform_previous_button.disabled:focus, .gform_wrapper .gform_page_footer .gform_previous_button.disabled.focus, .gform_wrapper .gform_page_footer .gform_previous_button[disabled]:hover, .gform_wrapper .gform_page_footer .gform_previous_button[disabled]:focus, .gform_wrapper .gform_page_footer .gform_previous_button[disabled].focus,
fieldset[disabled] .gform_wrapper .gform_page_footer .gform_previous_button:hover,
fieldset[disabled] .gform_wrapper .gform_page_footer .gform_previous_button:focus,
fieldset[disabled] .gform_wrapper .gform_page_footer .gform_previous_button.focus, .gform_wrapper .gform_page_footer .gform_button.disabled:hover, .gform_wrapper .gform_page_footer .gform_button.disabled:focus, .gform_wrapper .gform_page_footer .gform_button.disabled.focus, .gform_wrapper .gform_page_footer .gform_button[disabled]:hover, .gform_wrapper .gform_page_footer .gform_button[disabled]:focus, .gform_wrapper .gform_page_footer .gform_button[disabled].focus,
fieldset[disabled] .gform_wrapper .gform_page_footer .gform_button:hover,
fieldset[disabled] .gform_wrapper .gform_page_footer .gform_button:focus,
fieldset[disabled] .gform_wrapper .gform_page_footer .gform_button.focus {
  background-color: #0e1b2b;
  border-color: #010305;
}

.gform_wrapper .gform_page_footer .gform_next_button .badge, .gform_wrapper .gform_page_footer .gform_previous_button .badge, .gform_wrapper .gform_page_footer .gform_button .badge {
  color: #0e1b2b;
  background-color: white;
}

.two-column_wrapper form .gform_body ul:first-of-type {
  display: none;
}

.gform_column {
  float: left;
  padding: 0 15px !important;
}

@media (min-width: 992px) {
  .two-column .gform_column {
    width: calc(100% / 2) !important;
  }
}

/* Additional styles for file inout field to address iusses on Android native and iOS */
.ginput_container_fileupload {
  line-height: 10px;
}

@media only screen and (max-width: 991px) {
  input[type="file"] {
    clear: both;
    width: 100%;
  }
}

.gfield_checkbox label {
  color: #505050;
  font-size: 16px;
  font-weight: 400 !important;
}

.checkboxcontainer .gfield_label {
  visibility: hidden;
  height: 0;
}

@media (max-width: 991px) {
  .checkboxcontainer .gfield_label {
    display: none;
  }
}

.checkboxcontainer li {
  margin-bottom: -40px !important;
}

.gfield_checkbox label {
  color: #505050;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  margin-left: 30px !important;
  position: relative;
  top: 0;
}

@media (min-width: 1200px) {
  .gfield_checkbox label {
    margin-left: 50px !important;
    position: relative;
    top: -30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .gfield_checkbox label {
    margin-left: 50px !important;
    position: relative;
    top: -30px;
  }
}

@media (min-width: 566px) and (max-width: 991px) {
  .gfield_checkbox label {
    margin-left: 30px !important;
    position: relative;
    top: 0;
  }
}

@media (max-width: 565px) {
  .gfield_checkbox label {
    margin-left: 50px !important;
    position: relative;
    top: -30px;
  }
}

.gfield_html {
  color: #505050;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  margin-bottom: 40px !important;
}

@media (max-width: 767px) {
  .gfield_html {
    text-align: center;
  }
}

.gfield_checkbox label a {
  color: #ff7800;
  text-decoration: none !important;
}

.gfield_checkbox label a:hover {
  color: #505050;
  text-decoration: underline !important;
}

input[type='checkbox'] {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  width: 30px;
  height: 30px;
  margin: 0;
  margin-right: 1px;
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
}

input[type='checkbox']:after {
  content: "";
  vertical-align: middle;
  text-align: center;
  line-height: 30px;
  position: absolute;
  cursor: pointer;
  height: 30px;
  width: 30px;
  background: #fff !important;
  left: 0;
  top: 0;
  font-size: 25px;
  border: 1px solid #cecece;
  border-radius: 4px !important;
}

input[type='checkbox']:checked:after {
  font-family: FontAwesome;
  content: '\f00c';
  color: #505050;
}

.gform_button {
  border: 1px solid #0e1b2b;
  color: #fff !important;
  padding: 12px 50px;
  font-size: 16px !important;
  line-height: 1.5;
  font-weight: 400 !important;
  background: #0e1b2b !important;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none !important;
  border-radius: 4px !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin-top: 30px;
  /*
	@media (min-width: $screen-md-min) {
		margin-left: 210px !important;
	}
	@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
		margin-left: 0 !important;
	}
	*/
}

@media (max-width: 767px) {
  .gform_button .gform_footer {
    text-align: center !important;
  }
}

.gform_button:hover {
  border: 1px solid #0e1b2b !important;
  color: #fff !important;
  background: #0e1b2b !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

input::-webkit-input-placeholder {
  color: #cecece !important;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #cecece !important;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #cecece !important;
}

input:-ms-input-placeholder {
  color: #cecece !important;
}

#gform_2 h3, #gform_3 h3, #gform_4 h3, #gform_5 h3, #gform_6 h3, #gform_7 h3, #gform_8 h3, #gform_9 h3, #gform_10 h3, #gform_11 h3, #gform_12 h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
}

#gform_13 #input_13_15, #gform_13 #input_13_16 {
  z-index: -1;
  position: absolute;
  left: -10000px;
  opacity: 0;
}

.ginput_container_fileupload .validation_message {
  display: none !important;
}

@media (max-width: 767px) {
  .gform_anchor {
    display: block;
    height: 80px;
    margin-top: -80px;
  }
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  cursor: pointer;
}

.embed-container iframe, .embed-container video, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.singlecontent > .embed-container {
  margin: 25px 0 30px;
}

.singlecontent p > .embed-container:last-child {
  margin-bottom: 0;
}

#contact_map {
  width: 100%;
  height: 240px;
}

#event_map {
  width: 100%;
  height: 400px;
}

@media (max-width: 767px) {
  #wpadminbar {
    position: fixed !important;
  }
}

.gdpr-infobar-visible #moove_gdpr_cookie_info_bar {
  max-height: 90vh;
  overflow: auto;
  /*
	.moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
	.moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{
		background-color: #fab717 !important;
		color: #202020;


		&:hover{
			background-color: #fff !important;
			color: #202020;
		}
	}
	*/
}

.gdpr-infobar-visible #moove_gdpr_cookie_info_bar .cookiebuttons {
  text-align: left;
}

.gdpr-infobar-visible #moove_gdpr_cookie_info_bar .cookiebuttons a {
  font-weight: bold !important;
}

.gdpr-infobar-visible #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme__dis .cookiebuttons {
  float: none;
  left: auto;
  text-align: start;
}

.gdpr-infobar-visible #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme__dis .cookiebuttons a {
  color: #fab717 !important;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .gdpr-infobar-visible #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .gdpr-infobar-visible #moove_gdpr_cookie_info_bar p {
    text-align: center !important;
  }
  .gdpr-infobar-visible #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.moove-gdpr-info-bar-container,
.moove-gdpr-info-bar-content,
.cookie-notice-container {
  padding: 0 !important;
}

#moove_gdpr_cookie_info_bar,
#cookie-notice {
  background: rgba(14, 27, 43, 0.7) !important;
  padding: 25px 0 25px 0 !important;
  border-top: 1px solid #807f7f;
}

#moove_gdpr_cookie_info_bar .cookietext,
#cookie-notice .cookietext {
  float: left;
  text-align: left;
}

#moove_gdpr_cookie_info_bar .cookie1 {
  color: #fff;
  font-size: 15px !important;
  line-height: 24px !important;
  font-weight: 400;
  margin-bottom: 10px !important;
}

#moove_gdpr_cookie_info_bar .cookie1:last-child {
  margin-bottom: 0 !important;
}

#moove_gdpr_cookie_info_bar .cookie2 {
  color: #fff;
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 400;
  margin-bottom: 10px !important;
}

/*
.cookiebuttons {
	float: right;
	margin-top: 10px;
}
*/
#cn-accept-cookie {
  display: inline-block;
  color: #fff;
  background: #0e1b2b;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 0.6875rem;
  text-transform: uppercase;
  padding: 3px 7px;
  border: 1px solid #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 4px;
}

#cn-accept-cookie:hover, #cn-accept-cookie:focus {
  color: #0e1b2b;
  background: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#cn-refuse-cookie {
  display: inline-block;
  color: #fff;
  background: #0e1b2b;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 0.6875rem;
  text-transform: uppercase;
  padding: 3px 7px;
  border: 1px solid #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 4px;
}

#cn-refuse-cookie:hover, #cn-refuse-cookie:focus {
  color: #0e1b2b;
  background: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#cn-more-info {
  display: inline-block;
  color: #fff;
  background: #0e1b2b;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 0.6875rem;
  text-transform: uppercase;
  padding: 3px 7px;
  border: 1px solid #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 4px;
}

#cn-more-info:hover, #cn-more-info:focus {
  color: #0e1b2b;
  background: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*
@media (min-width: $screen-md-min) {
	.cookiebuttons {
		position: relative;
		left: 5px;
	}
}
*/
@media (max-width: 991px) {
  #cookie-notice .cookietext {
    float: none;
    text-align: center;
  }
  .cookiebuttons {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
}

.gdpr-infobar-visible #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn, .gdpr-infobar-visible #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-allow-all,
.gdpr-infobar-visible #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn,
.gdpr-infobar-visible #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all {
  display: inline-block !important;
  color: #fff !important;
  background: #0e1b2b !important;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 0.6875rem !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  padding: 2px 8px 2px 8px !important;
  border: 1px solid #fff !important;
  -webkit-transition: 0.5s ease-in-out !important;
  transition: 0.5s ease-in-out !important;
  border-radius: 4px !important;
}

.gdpr-infobar-visible #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn:hover, .gdpr-infobar-visible #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn:focus, .gdpr-infobar-visible #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-allow-all:hover, .gdpr-infobar-visible #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-allow-all:focus,
.gdpr-infobar-visible #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn:hover,
.gdpr-infobar-visible #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn:focus,
.gdpr-infobar-visible #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all:hover,
.gdpr-infobar-visible #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all:focus {
  color: #0e1b2b !important;
  background: #fff !important;
  text-decoration: none !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}

#footer {
  background: #0e1b2b;
  padding: 0 0 75px 0;
}

#footer .legal {
  margin-top: 27px;
}

#footer .legal p {
  color: #c5c4c3;
  margin: 0;
  font-size: 11px;
}

#footer #dreamsmiths {
  float: right;
}

#footer #dreamsmiths img, #footer #dreamsmiths p {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

#footer #dreamsmiths p {
  margin-right: 10px;
}

#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

@media (max-width: 991px) {
  #footer ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
}

#footer ul li a {
  display: block;
  cursor: pointer;
}

#footer ul li a .icon-wrapper {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#footer ul li a:hover .icon-wrapper {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#footer ul li .fas {
  font-size: 22px;
  color: white;
}

#footer ul li .icon-wrapper {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  position: relative;
  border: 1px solid #fff;
  border-radius: 50%;
}

#footer ul li .icon-wrapper .fas {
  width: auto;
  max-height: 22px;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  text-align: center;
}

#footer p {
  color: #a6aeb9;
}

#footer .options {
  text-align: center;
}

@media (min-width: 992px) {
  #footer .options {
    text-align: right;
    padding-bottom: 15px;
  }
}

#footer .options .menu-optionsmenu-container {
  padding: 5px 0 0 0;
}

@media (max-width: 991px) {
  #footer .options .menu-optionsmenu-container .menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

#footer .options .menu-optionsmenu-container .menu li a {
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#footer .options .menu-optionsmenu-container .menu li a:hover, #footer .options .menu-optionsmenu-container .menu li a:focus {
  color: #fff;
  text-decoration: underline !important;
}

@media (max-width: 991px) {
  #footer .options .menu-optionsmenu-container .menu li {
    display: block;
    clear: both;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  #footer .options .menu-optionsmenu-container .menu li:first-child {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 20px;
  }
}

#footer .options .menu-optionsmenu-container .menu li:last-child {
  margin-right: 0 !important;
}

@media (max-width: 991px) {
  #footer .options .menu-optionsmenu-container .menu li:last-child {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

#footer .options .menu-optionsmenu-container .current-menu-item a {
  color: #fff !important;
  text-decoration: underline !important;
}

@media (max-width: 1199px) {
  #footer .footertop {
    background: #0e1b2b;
  }
}

#footer .foot-menu-inner {
  background: #0e1b2b;
  padding: 37px 0 63px 0;
  display: none;
}

#footer .foot-menu-inner .menu-footermenu-container .menu li a {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #ff7800;
  font-size: 10px;
  text-transform: uppercase;
}

#footer .foot-menu-inner .menu-footermenu-container .menu li a:hover, #footer .foot-menu-inner .menu-footermenu-container .menu li a:focus {
  color: #fff;
  text-decoration: none;
}

#footer .foot-menu-inner .menu-footermenu-container .current-menu-item a {
  color: #fff !important;
}

#footer .menu-infomenu-container {
  margin: 37px 0 0 0;
}

@media (max-width: 991px) {
  #footer .menu-infomenu-container {
    margin: 10px 0 20px 0;
  }
}

#footer .menu-infomenu-container .menu li {
  margin: 0 14px 0 0;
}

@media (max-width: 991px) {
  #footer .menu-infomenu-container .menu li {
    margin: 0 7px;
  }
}

#footer .menu-infomenu-container .menu li:last-child {
  margin: 0;
}

@media (max-width: 991px) {
  #footer .menu-infomenu-container .menu li:last-child {
    margin: 0 7px;
  }
}

#footer .menu-infomenu-container .menu li a {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #c5c4c3;
  font-size: 11px;
}

#footer .menu-infomenu-container .menu li a:hover, #footer .menu-infomenu-container .menu li a:focus {
  color: #fff;
  text-decoration: underline !important;
}

#footer .menu-infomenu-container .menu .current-menu-item a {
  color: #fff;
}

@media (max-width: 991px) {
  #footer .socialcontainer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991px) {
  #footer .infocontainer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.social_footer {
  text-align: center;
  padding: 0 15px 20px 15px;
}

@media (min-width: 992px) {
  .social_footer {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .social_footer {
    text-align: center;
  }
}

.social_footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social_footer ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px !important;
}

@media (max-width: 991px) {
  .social_footer ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.social_footer ul li a {
  display: block;
  cursor: pointer;
}

.social_footer ul li a .icon-wrapper {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.social_footer ul li a:hover .icon-wrapper .fa {
  color: #0e1b2b;
}

.social_footer ul li .ds-icon-facebook .icon-wrapper:hover {
  background: #fff;
}

.social_footer ul li .ds-icon-twitter .icon-wrapper:hover {
  background: #fff;
}

.social_footer ul li .ds-icon-linkedin .icon-wrapper:hover {
  background: #fff;
}

.social_footer ul li .ds-icon-youtube .icon-wrapper:hover {
  background: #fff;
}

.social_footer ul li .ds-icon-instagram .icon-wrapper:hover {
  background: #fff;
}

.social_footer ul li .ds-icon-google .icon-wrapper:hover {
  background: #fff;
}

.social_footer ul li .ds-icon-pinterest .icon-wrapper:hover {
  background: #fff;
}

.social_footer ul li .icon-wrapper {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  background: #0e1b2b;
  border-radius: 3px;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.social_footer ul li .icon-wrapper:hover {
  background: #fff;
  color: #fff;
}

.social_footer ul li .icon-wrapper .fa {
  font-size: 16px;
  width: auto;
  max-height: 16px;
  line-height: 16px;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.social_footer ul li p {
  margin: 0;
  padding: 0 10px 0 0;
  color: #fff !important;
}

.social_footer ul li.desclabel {
  margin-right: 0 !important;
}

@media (min-width: 992px) {
  .social_footer ul li.desclabel {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .social_footer ul li.desclabel {
    display: none !important;
  }
}

.facebook-share:focus .icon-wrapper,
.facebook-share:hover .icon-wrapper {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 2px solid #3b5998;
  background: #3b5998;
}

.facebook-share:focus .fa,
.facebook-share:hover .fa {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #fff !important;
}

.google-plus-share:focus .icon-wrapper,
.google-plus-share:hover .icon-wrapper {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 2px solid #dd4b39;
  background: #dd4b39;
}

.google-plus-share:focus .fa,
.google-plus-share:hover .fa {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #fff !important;
}

.instagram-share:focus .icon-wrapper,
.instagram-share:hover .icon-wrapper {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 2px solid #517fa4;
  background: #517fa4;
}

.instagram-share:focus .fa,
.instagram-share:hover .fa {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #fff !important;
}

.linkedin-share:focus .icon-wrapper,
.linkedin-share:hover .icon-wrapper {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 2px solid #007bb6;
  background: #007bb6;
}

.linkedin-share:focus .fa,
.linkedin-share:hover .fa {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #fff !important;
}

.pinterest-share:focus .icon-wrapper,
.pinterest-share:hover .icon-wrapper {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 2px solid #c72527;
  background: #c72527;
}

.pinterest-share:focus .fa,
.pinterest-share:hover .fa {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #fff !important;
}

.reddit-share:focus .icon-wrapper,
.reddit-share:hover .icon-wrapper {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 2px solid #ff4500;
  background: #ff4500;
}

.reddit-share:focus .fa,
.reddit-share:hover .fa {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #fff !important;
}

.twitter-share:focus .icon-wrapper,
.twitter-share:hover .icon-wrapper {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 2px solid #00aced;
  background: #00aced;
}

.twitter-share:focus .fa,
.twitter-share:hover .fa {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #fff !important;
}

.post_sharing {
  text-align: left;
  float: left;
  width: 100%;
}

.post_sharing ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post_sharing ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.post_sharing ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.post_sharing ul li:first-of-type {
  margin-right: 15px;
  color: #636363;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-transform: none;
}

.post_sharing ul a {
  display: block;
  cursor: pointer;
  color: #636363 !important;
}

.post_sharing ul .icon-wrapper {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  position: relative;
  border: 1px solid #636363 !important;
  border-radius: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #f9f5f1 !important;
}

.post_sharing ul .icon-wrapper .fa {
  width: auto;
  max-height: 18px;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  text-align: center;
  font-size: 16px;
  color: #636363 !important;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.post_sharing ul .icon-wrapper:hover {
  background: #636363 !important;
}

.post_sharing ul .icon-wrapper:hover .fa {
  color: #f9f5f1 !important;
}

.single-ccevents .post_sharing {
  text-align: left;
  float: left;
  width: 100%;
}

.single-ccevents .post_sharing ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-ccevents .post_sharing ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.single-ccevents .post_sharing ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.single-ccevents .post_sharing ul li:first-of-type {
  margin-right: 15px;
  color: #636363;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-transform: none;
}

.single-ccevents .post_sharing ul a {
  display: block;
  cursor: pointer;
  color: #636363 !important;
}

.single-ccevents .post_sharing ul .icon-wrapper {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  position: relative;
  border: 1px solid #636363 !important;
  border-radius: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #fff !important;
}

.single-ccevents .post_sharing ul .icon-wrapper .fa {
  width: auto;
  max-height: 18px;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  text-align: center;
  font-size: 16px;
  color: #636363 !important;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.single-ccevents .post_sharing ul .icon-wrapper:hover {
  background: #636363 !important;
}

.single-ccevents .post_sharing ul .icon-wrapper:hover .fa {
  color: #fff !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
  ::i-block-chrome, .post_sharing ul .icon-wrapper .fa {
    line-height: 18px;
  }
}

@media (max-width: 991px) {
  .post_sharing ul li {
    margin-bottom: 10px !important;
  }
}

.btn {
  border: 2px solid #792b6a;
  padding: 15px 30px;
  display: inline-block;
  font-weight: 700;
  position: relative;
  border-radius: 200px;
  margin-top: 40px;
  color: #792b6a !important;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  line-height: 1.5;
  cursor: pointer;
}

.btn:focus {
  outline: none !important;
}

.btn .fa, .btn span {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn span {
  line-height: 1.5;
}

.btn .fa, .btn span {
  display: inline-block;
  vertical-align: middle;
}

.btn:hover {
  background: #444;
  border: 2px solid #444;
}

.btn:hover .fa, .btn:hover span {
  color: white !important;
}

.btn-cc-cta {
  color: #fff;
  font-weight: 400;
  display: inline-block;
  padding: 15px 60px;
  position: relative;
  border: 1px solid #ff7800;
  background: #ff7800 !important;
  line-height: 1;
  border-radius: 4px;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 768px) {
  .btn-cc-cta {
    font-size: 18px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .btn-cc-cta {
    padding: 15px 40px;
  }
}

@media (min-width: 401px) and (max-width: 600px) {
  .btn-cc-cta {
    padding: 15px 30px;
    font-size: 16px;
  }
}

@media (min-width: 261px) and (max-width: 400px) {
  .btn-cc-cta {
    padding: 15px 20px;
    font-size: 14px;
  }
}

@media (max-width: 260px) {
  .btn-cc-cta {
    padding: 15px 10px;
    font-size: 14px;
  }
}

.btn-cc-cta:focus, .btn-cc-cta:hover {
  background: #fff !important;
  border: 1px solid #fff;
  text-decoration: none;
  color: #ff7800;
}

.btn-cc-youtube {
  color: #fff;
  font-weight: 400;
  display: inline-block;
  padding: 8px 20px;
  position: relative;
  border: 1px solid #1a89ca;
  background: #1a89ca !important;
  line-height: 1;
  font-size: 0.75rem;
  border-radius: 4px;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn-cc-youtube:focus, .btn-cc-youtube:hover {
  background: #fff !important;
  border: 1px solid #fff;
  text-decoration: none;
  color: #1a89ca;
}

.btn-cc-interest {
  color: #fff;
  font-weight: 400;
  display: inline-block;
  padding: 8px 20px;
  position: relative;
  border: 1px solid #ff7800;
  background: #ff7800 !important;
  line-height: 1;
  font-size: 0.75rem;
  border-radius: 4px;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn-cc-interest:focus, .btn-cc-interest:hover {
  background: #fff !important;
  border: 1px solid #fff;
  text-decoration: none;
  color: #ff7800;
}

.join-us a {
  color: #10375b !important;
  background: #fff !important;
  border-bottom: 0px solid #fff !important;
  padding: 5px 23px !important;
  margin-top: -5px;
  border-radius: 5px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media (max-width: 991px) {
  .join-us a {
    padding: 15px 30px !important;
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .join-us a {
    border-radius: 0;
  }
}

.join-us a:hover, .join-us a:focus {
  color: #fff !important;
  background: #10375b !important;
  border-bottom: 0px solid #10375b !important;
  padding: 5px 23px !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .join-us a:hover, .join-us a:focus {
    padding: 15px 30px !important;
    margin-top: 0;
  }
}

.join-us-footer a {
  color: #fff !important;
  background: #ff7800 !important;
  padding: 8px 20px !important;
  font-size: 9px !important;
  border-radius: 3px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.join-us-footer a:hover, .join-us-footer a:focus {
  color: #ff7800 !important;
  background: #fff !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#menu-footermenu .join-us-footer.current-menu-item a {
  color: #fff !important;
  background: #ff7800 !important;
  padding: 8px 20px !important;
  font-size: 9px !important;
  border-radius: 3px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#menu-footermenu .join-us-footer.current-menu-item a:hover, #menu-footermenu .join-us-footer.current-menu-item a:focus {
  color: #ff7800 !important;
  background: #fff !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn-cta-cc {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  padding: 8px 30px !important;
  border-radius: 4px;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn-cta-cc:hover, .btn-cta-cc:focus {
  text-decoration: none;
  background: #fff !important;
}

span.btn-cta-cc {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  padding: 8px 30px !important;
  border-radius: 4px;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

span.btn-cta-cc:hover, span.btn-cta-cc:focus {
  color: #0e1b2b !important;
  text-decoration: none;
  background: #fff !important;
}

a.button-back {
  text-align: center;
  color: #fff !important;
  background: #ff7800;
  padding: 15px 50px !important;
  border: 1px solid #ff7800 !important;
  font-size: 18px !important;
  line-height: 20px !important;
  font-weight: 400;
  border-radius: 3px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media (min-width: 768px) {
  a.button-back {
    font-size: 18px !important;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  a.button-back {
    padding: 15px 40px !important;
  }
}

@media (min-width: 401px) and (max-width: 600px) {
  a.button-back {
    padding: 15px 30px !important;
    font-size: 16px !important;
  }
}

@media (min-width: 261px) and (max-width: 400px) {
  a.button-back {
    padding: 15px 20px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 260px) {
  a.button-back {
    padding: 15px 10px !important;
    font-size: 14px !important;
  }
}

a.button-back:hover, a.button-back:focus {
  color: #ff7800 !important;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 40%;
  display: block;
  width: 32px !important;
  height: 32px !important;
  overflow: hidden !important;
  padding: 0 !important;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none !important;
  outline: none !important;
  background: #ff7800;
  border-radius: 16px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.page-template-page-press-centre .slick-prev, .page-template-page-press-centre .slick-next {
  top: 47%;
}

@media (max-width: 767px) {
  .single-format-gallery .slick-prev, .single-format-gallery .slick-next {
    background: rgba(26, 137, 201, 0.5);
  }
}

.slick-prev:hover,
.slick-next:hover {
  background: #792b6a;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .single-format-gallery .slick-prev:hover, .single-format-gallery .slick-next:hover {
    background: rgba(121, 43, 106, 0.5);
  }
}

.slick-prev:before {
  color: #fff;
  content: "\f053";
  font-family: FontAwesome;
  font-size: 20px;
  position: relative;
  left: 8px;
  top: 1px;
}

.slick-prev {
  z-index: 80;
}

.slick-next:before {
  color: #fff;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 20px;
  position: relative;
  left: 11px;
  top: 1px;
}

.slick-next {
  z-index: 80;
}

@media (min-width: 1200px) {
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  .page-template-page-press-centre .slick-prev {
    left: 15px;
  }
  .page-template-page-press-centre .slick-next {
    right: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
  .page-template-page-press-centre .slick-prev {
    left: 15px;
  }
  .page-template-page-press-centre .slick-next {
    right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
  .page-template-page-press-centre .slick-prev {
    left: 15px;
  }
  .page-template-page-press-centre .slick-next {
    right: 15px;
  }
}

@media (max-width: 767px) {
  .slick-prev {
    left: 15px;
  }
  .slick-next {
    right: 15px;
  }
  .single-format-gallery .slick-prev {
    left: 20px !important;
  }
  .single-format-gallery .slick-next {
    right: 20px !important;
  }
}

.single-format-gallery .slick-prev,
.single-format-gallery .slick-next {
  top: 50%;
}

@media (max-width: 991px) {
  .single-format-gallery .slick-prev,
  .single-format-gallery .slick-next {
    top: 50%;
  }
}

.single-format-gallery .slick-prev {
  left: 0;
}

.single-format-gallery .slick-next {
  right: 0;
}

.slick-dots {
  /*position: absolute;
	top: -10000px;*/
  list-style: none;
  width: 100%;
  margin-left: -20px;
  text-align: center;
}

/*.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 1px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li.slick-active button:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 40px; line-height: 40px; text-align: center; color: #fff; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }*/
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 1px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li.slick-active button:before {
  color: #fff;
  -webkit-text-fill-color: #1a89ca;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 18px;
  height: 18px;
  font-family: "slick";
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#page-header-container .pageheadoverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  background: #6d175c;
  z-index: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
}

@media (max-width: 767px) {
  #page-header__wrapper {
    width: 100%;
  }
}

#page-header__wrapper h1, #page-header__wrapper h2, #page-header__wrapper h3, #page-header__wrapper h4, #page-header__wrapper h5, #page-header__wrapper h6 {
  color: white;
}

#page-header__wrapper h1 {
  font-weight: 400;
  padding: 0 0 15px 0;
  font-size: 30px;
  line-height: 37px;
}

@media (min-width: 992px) {
  #page-header__wrapper h1 {
    padding-top: 50px;
  }
}

#page-header__wrapper.page-header__high {
  display: table;
  min-height: 412px;
  margin: 0 auto;
}

#page-header__wrapper.page-header__high > * {
  display: table-cell;
  vertical-align: middle;
  height: 412px;
}

#page-header__wrapper.page-header__main {
  display: table;
  min-height: 412px;
  margin: 0 auto;
}

#page-header__wrapper.page-header__main > * {
  display: table-cell;
  vertical-align: middle;
  height: 412px;
}

#page-header__wrapper.page-header__single {
  display: table;
  min-height: 412px;
  margin: 0 auto;
}

#page-header__wrapper.page-header__single > * {
  display: table-cell;
  vertical-align: middle;
  height: 412px;
}

#page-header__wrapper.page-header__intermediate {
  display: table;
  min-height: 412px;
  margin: 0 auto;
}

#page-header__wrapper.page-header__intermediate > * {
  display: table-cell;
  vertical-align: middle;
  height: 412px;
}

#page-header__wrapper.page-header__blog {
  display: table;
  min-height: 282px;
  margin: 0 auto;
}

#page-header__wrapper.page-header__blog > * {
  display: table-cell;
  vertical-align: middle;
  height: 282px;
}

#page-header__wrapper.page-header__minimal {
  display: table;
  min-height: 282px;
  margin: 0 auto;
}

#page-header__wrapper.page-header__minimal > * {
  display: table-cell;
  vertical-align: middle;
  height: 282px;
}

#page-header__wrapper p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  margin: 0 0 40px 0;
}

#page-header__wrapper .btn-cc-youtube, #page-header__wrapper .btn-cc-interest {
  margin: 5px 0;
}

#primary {
  background: #f9f5f1;
  padding: 40px 0 20px 0;
}

@media (min-width: 768px) {
  #primary {
    padding: 50px 0 30px 0;
  }
}

#primary .subdesc {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif !important;
  color: #505050;
  margin: 0 0 30px 0;
}

.primary {
  background: #f9f5f1;
  padding: 40px 0 40px 0;
}

@media (min-width: 768px) {
  .primary {
    padding: 50px 0 50px 0;
  }
}

.primary .subdesc {
  color: #636363 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif !important;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  background: #000;
  z-index: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0);
}

.overlaylight {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  background: #000;
  z-index: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  -webkit-transform: translate3d(0, 0, 0);
}

.overlaydark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  background: #000;
  z-index: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
}

.item {
  border-radius: 5px;
}

a {
  text-decoration: none !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

a:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .centercontainer {
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .centercontainerwide {
    text-align: center !important;
  }
}

.page-template-page-campaigns-php #page-header__wrapper h3, .single-cccampaigns #page-header__wrapper h3, .page-template-page-cases-php #page-header__wrapper h3, .single-cccases #page-header__wrapper h3, .single-cctimelines #page-header__wrapper h3, .single-cccareers #page-header__wrapper h3, .page-template-page-issues-php #page-header__wrapper h3, .single-ccissues #page-header__wrapper h3, .single-post #page-header__wrapper h3, .single-ccevents #page-header__wrapper h3 {
  font-weight: 400;
}

@media (min-width: 992px) {
  .page-template-page-campaigns-php #page-header__wrapper h3, .single-cccampaigns #page-header__wrapper h3, .page-template-page-cases-php #page-header__wrapper h3, .single-cccases #page-header__wrapper h3, .single-cctimelines #page-header__wrapper h3, .single-cccareers #page-header__wrapper h3, .page-template-page-issues-php #page-header__wrapper h3, .single-ccissues #page-header__wrapper h3, .single-post #page-header__wrapper h3, .single-ccevents #page-header__wrapper h3 {
    font-size: 30px;
    line-height: 37px;
  }
}

.single-post #page-header__wrapper h4 {
  font-weight: 400;
}

@media (min-width: 992px) {
  .single-post #page-header__wrapper h4 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 991px) {
  .single-post #page-header__wrapper h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

.single-cccampaigns #page-header__wrapper p, .single-cccases #page-header__wrapper p, .single-cctimelines #page-header__wrapper p, .single-cccareers #page-header__wrapper p, .page-template-page-issues-php #page-header__wrapper p, .single-ccissues #page-header__wrapper p, .single-post #page-header__wrapper p, .single-ccevents #page-header__wrapper p {
  color: #fff;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
}

@media (min-width: 992px) {
  .single-cccampaigns #page-header__wrapper p, .single-cccases #page-header__wrapper p, .single-cctimelines #page-header__wrapper p, .single-cccareers #page-header__wrapper p, .page-template-page-issues-php #page-header__wrapper p, .single-ccissues #page-header__wrapper p, .single-post #page-header__wrapper p, .single-ccevents #page-header__wrapper p {
    font-size: 14px;
    line-height: 20px;
  }
}

label.filebutton, a.careerbutton, a.eventbutton {
  cursor: hand;
  cursor: pointer;
  border: 1px solid #0e1b2b;
}

a.eventbutton {
  width: 100%;
}

.page-template-page-campaigns-php #page-header__wrapper a.button, .page-template-page-cases-php #page-header__wrapper a.button, .page-template-page-issues-php #page-header__wrapper a.button, label.filebutton, a.careerbutton {
  display: inline-block;
  color: #fff !important;
  background: #0e1b2b;
  padding: 8px 20px !important;
  margin: 5px 0;
  font-size: 12px !important;
  line-height: 15px !important;
  font-weight: 400;
  border-radius: 3px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.page-template-page-campaigns-php #page-header__wrapper a.button:hover, .page-template-page-campaigns-php #page-header__wrapper a.button:focus, .page-template-page-cases-php #page-header__wrapper a.button:hover, .page-template-page-cases-php #page-header__wrapper a.button:focus, .page-template-page-issues-php #page-header__wrapper a.button:hover, .page-template-page-issues-php #page-header__wrapper a.button:focus, label.filebutton:hover, label.filebutton:focus, a.careerbutton:hover, a.careerbutton:focus {
  color: #fff !important;
  background: #0e1b2b;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a.eventbutton {
  display: inline-block;
  color: #fff !important;
  background: #0e1b2b !important;
  border: 1px solid #0e1b2b !important;
  padding: 8px 20px !important;
  margin: 5px 0;
  font-size: 12px !important;
  line-height: 15px !important;
  font-weight: 400;
  border-radius: 3px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

a.eventbutton:hover, a.eventbutton:focus {
  color: #fff !important;
  background: #0e1b2b !important;
  border: 1px solid #0e1b2b !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a.pressbutton {
  display: inline-block;
  color: #fff !important;
  background: #0e1b2b !important;
  border: 1px solid #0e1b2b !important;
  padding: 8px 20px !important;
  margin: 5px 0;
  font-size: 12px !important;
  line-height: 15px !important;
  font-weight: 400;
  border-radius: 3px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media (min-width: 850px) and (max-width: 1250px) {
  a.pressbutton {
    padding: 8px 10px !important;
  }
}

a.pressbutton:hover, a.pressbutton:focus {
  color: #fff !important;
  background: #0e1b2b !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contactblock a.pressbutton {
  width: 100%;
}

.single-cccampaigns #page-header__wrapper a.button, .single-cccases #page-header__wrapper a.button, .single-ccissues #page-header__wrapper a.button, .single-post #page-header__wrapper a.button {
  display: inline-block;
  color: #fff !important;
  background: #0e1b2b;
  padding: 8px 20px !important;
  margin: 5px 0;
  font-size: 12px !important;
  line-height: 15px !important;
  font-weight: 400;
  border-radius: 3px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.single-cccampaigns #page-header__wrapper a.button:hover, .single-cccampaigns #page-header__wrapper a.button:focus, .single-cccases #page-header__wrapper a.button:hover, .single-cccases #page-header__wrapper a.button:focus, .single-ccissues #page-header__wrapper a.button:hover, .single-ccissues #page-header__wrapper a.button:focus, .single-post #page-header__wrapper a.button:hover, .single-post #page-header__wrapper a.button:focus {
  color: #fff !important;
  background: #0e1b2b;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.actionblock a.button {
  display: block;
  width: 170px !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  background: none !important;
  padding: 8px 20px !important;
  font-size: 13px !important;
  line-height: 16px !important;
  font-weight: 400;
  border-radius: 1px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.actionblock a.button:hover, .actionblock a.button:focus {
  color: #e51a34 !important;
  border: 1px solid #fff !important;
  background: #fff !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.single-cccampaigns #page-header__wrapper a.videolink, .single-cccases #page-header__wrapper a.videolink, .single-ccissues #page-header__wrapper a.videolink, .single-post #page-header__wrapper a.videolink, .single-post #page-header__wrapper a.audiolink, .single-ccevents #page-header__wrapper a.ticketlink {
  display: inline-block;
  color: #fff !important;
  background: #0e1b2b;
  padding: 8px 20px !important;
  margin: 5px 0;
  font-size: 12px !important;
  line-height: 15px !important;
  font-weight: 400;
  border-radius: 3px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.single-cccampaigns #page-header__wrapper a.videolink:hover, .single-cccampaigns #page-header__wrapper a.videolink:focus, .single-cccases #page-header__wrapper a.videolink:hover, .single-cccases #page-header__wrapper a.videolink:focus, .single-ccissues #page-header__wrapper a.videolink:hover, .single-ccissues #page-header__wrapper a.videolink:focus, .single-post #page-header__wrapper a.videolink:hover, .single-post #page-header__wrapper a.videolink:focus, .single-post #page-header__wrapper a.audiolink:hover, .single-post #page-header__wrapper a.audiolink:focus, .single-ccevents #page-header__wrapper a.ticketlink:hover, .single-ccevents #page-header__wrapper a.ticketlink:focus {
  color: #fff !important;
  background: #0e1b2b;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a.backlink1 {
  margin-right: 20px !important;
}

.single a.backlink {
  text-align: center;
}

.single-ccevents .eventbuttoncontentcontainer a.ticketlink, .single-ccevents .eventbackbuttoncontentcontainer a.ticketlink, .single a.backlink {
  display: inline-block;
  color: #fff !important;
  background: #0e1b2b !important;
  border: 1px solid #0e1b2b !important;
  padding: 8px 20px !important;
  margin: 5px 0;
  font-size: 12px !important;
  line-height: 15px !important;
  font-weight: 400;
  border-radius: 3px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.single-ccevents .eventbuttoncontentcontainer a.ticketlink:hover, .single-ccevents .eventbuttoncontentcontainer a.ticketlink:focus, .single-ccevents .eventbackbuttoncontentcontainer a.ticketlink:hover, .single-ccevents .eventbackbuttoncontentcontainer a.ticketlink:focus, .single a.backlink:hover, .single a.backlink:focus {
  color: #fff !important;
  background: #0e1b2b !important;
  border: 1px solid #0e1b2b !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.page-template-page-events .eventstriplink, .page-template-page-past-events .eventstriplink {
  text-align: center;
  color: #fff !important;
  background: #0e1b2b !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.page-template-page-events .eventstriplink:hover, .page-template-page-events .eventstriplink:focus, .page-template-page-past-events .eventstriplink:hover, .page-template-page-past-events .eventstriplink:focus {
  color: #fff !important;
  background: #0e1b2b !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a.downloadlink {
  display: inline-block;
  color: #fff !important;
  background: #0e1b2b;
  border: 1px solid #0e1b2b;
  padding: 10px 20px 7px 20px !important;
  margin: 5px 0;
  font-size: 16px !important;
  line-height: 30px !important;
  font-weight: 400;
  border-radius: 3px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media (max-width: 767px) {
  a.downloadlink {
    font-size: 12px !important;
  }
}

a.downloadlink:hover, a.downloadlink:focus {
  color: #fff !important;
  background: #0e1b2b;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#malinky-ajax-pagination-button, .alm-load-more-btn {
  outline: none !important;
  color: #fff !important;
  background: #0e1b2b !important;
  padding: 8px 30px !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 13px !important;
  line-height: 16px !important;
  font-weight: 400;
  border-radius: 3px !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#malinky-ajax-pagination-button:hover, #malinky-ajax-pagination-button:focus, .alm-load-more-btn:hover, .alm-load-more-btn:focus {
  color: #fff !important;
  background: #0e1b2b !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.alm-btn-wrap {
  clear: both !important;
  text-align: center !important;
}

.alm-btn-wrap .done {
  display: none !important;
}

.page-template-page-campaigns-php #page-header-container .viewstrip, .single-cccampaigns .viewstrip, .page-template-page-cases-php #page-header-container .viewstrip, .single-cccases .viewstrip, .page-template-page-wilberforce-php .viewstrip, .page-template-page-issues-php .viewstrip, .single-ccissues .viewstrip, .single-post .viewstrip {
  width: 100%;
  position: absolute;
  bottom: 10px;
  z-index: 1;
}

.page-template-page-campaigns-php #page-header-container .viewstrip a, .single-cccampaigns .viewstrip a, .page-template-page-cases-php #page-header-container .viewstrip a, .single-cccases .viewstrip a, .page-template-page-wilberforce-php .viewstrip a, .page-template-page-issues-php .viewstrip a, .single-ccissues .viewstrip a, .single-post .viewstrip a {
  color: rgba(255, 255, 255, 0.7);
}

.page-template-page-campaigns-php #page-header-container .viewstrip a:hover, .single-cccampaigns .viewstrip a:hover, .page-template-page-cases-php #page-header-container .viewstrip a:hover, .single-cccases .viewstrip a:hover, .page-template-page-wilberforce-php .viewstrip a:hover, .page-template-page-issues-php .viewstrip a:hover, .single-ccissues .viewstrip a:hover, .single-post .viewstrip a:hover {
  color: white;
}

.page-template-page-campaigns-php #page-header-container .viewstrip p, .single-cccampaigns .viewstrip p, .page-template-page-cases-php #page-header-container .viewstrip p, .single-cccases .viewstrip p, .page-template-page-wilberforce-php .viewstrip p, .page-template-page-issues-php .viewstrip p, .single-ccissues .viewstrip p, .single-post .viewstrip p {
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
}

.page-template-page-campaigns-php #page-header-container .viewstrip p .fa, .single-cccampaigns .viewstrip p .fa, .page-template-page-cases-php #page-header-container .viewstrip p .fa, .single-cccases .viewstrip p .fa, .page-template-page-wilberforce-php .viewstrip p .fa, .page-template-page-issues-php .viewstrip p .fa, .single-ccissues .viewstrip p .fa, .single-post .viewstrip p .fa {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}

.single-cccampaigns .primary p, .single-cccases .primary p, .single-ccpressreleases .primary p, .single-post .primary p {
  color: #707070;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

.blog .primary div.articlecontent p {
  color: #757575;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

.campaignblock {
  position: relative;
  display: block;
  border-width: 0 0 0 3px !important;
}

.campaignblocktop {
  width: 100%;
  height: 194px;
}

.campaignblocktop2 {
  width: 629px;
  height: 234px;
}

.campaignblocktop3 {
  width: 717px;
  height: 234px;
}

.campaignblocktop4 {
  width: 357px;
  height: 390px;
}

.campaignblocktop5 {
  width: 629px;
  height: 390px;
}

.campaignblocktop6 {
  width: 717px;
  height: 390px;
}

.layout11 {
  /*border-right: 1px solid rgba(255, 255, 255, 0) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0) !important;*/
}

@media (min-width: 992px) {
  .layout11 {
    padding-left: 15px;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .layout11 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .layout11 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout11 .campaignblock {
    max-width: 360px;
    margin: 0 auto;
  }
}

.layout12 {
  /*border-right: 1px solid rgba(255, 255, 255, 0) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0) !important;*/
}

@media (min-width: 992px) {
  .layout12 {
    padding-left: 0;
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .layout12 {
    padding-left: 15px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .layout12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout12 .campaignblock {
    max-width: 360px;
    margin: 0 auto;
  }
}

.layout13 {
  /*border-right: 1px solid rgba(255, 255, 255, 0) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0) !important;*/
}

@media (min-width: 992px) {
  .layout13 {
    padding-left: 15px;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .layout13 {
    padding-left: 0;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .layout13 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout13 .campaignblock {
    max-width: 360px;
    margin: 0 auto;
  }
}

.layout14 {
  /*border-right: 1px solid rgba(255, 255, 255, 0) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0) !important;*/
}

@media (min-width: 992px) {
  .layout14 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .layout14 {
    padding-left: 15px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .layout14 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout14 .campaignblock {
    max-width: 360px;
    margin: 0 auto;
  }
}

.layout15 {
  /*border-right: 1px solid rgba(255, 255, 255, 0) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0) !important;*/
}

@media (min-width: 992px) {
  .layout15 {
    padding-left: 0;
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .layout15 {
    padding-left: 0;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .layout15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout15 .campaignblock {
    max-width: 360px;
    margin: 0 auto;
  }
}

.layout21 {
  /*border-right: 1px solid rgba(255, 255, 255, 0) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0) !important;*/
}

@media (min-width: 992px) {
  .layout21 {
    padding-left: 15px;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .layout21 {
    padding-left: 15px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .layout21 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout21 .campaignblock {
    max-width: 360px;
    margin: 0 auto;
  }
}

.layout21featured {
  /*border-right: 1px solid rgba(249, 245, 241, 1) !important;
	border-bottom: 1px solid rgba(249, 245, 241, 0) !important;*/
}

@media (min-width: 992px) {
  .layout21featured {
    padding-left: 15px;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .layout21featured {
    padding-left: 15px;
    padding-right: 0;
  }
  .layout21featured .campaignblock {
    max-width: 555px !important;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .layout21featured {
    padding-left: 15px;
    padding-right: 15px;
    border-right: none !important;
  }
  .layout21featured .campaignblock {
    max-width: 360px !important;
    margin: 0 auto;
  }
}

.layout22 {
  /*border-right: 1px solid rgba(255, 255, 255, 0) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0) !important;*/
}

@media (min-width: 992px) {
  .layout22 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .layout22 {
    padding-left: 0;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .layout22 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout22 .campaignblock {
    max-width: 360px;
    margin: 0 auto;
  }
}

.layout23 {
  /*border-right: 1px solid rgba(255, 255, 255, 0) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0) !important;*/
}

@media (min-width: 992px) {
  .layout23 {
    padding-left: 0;
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .layout23 {
    padding-left: 15px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .layout23 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout23 .campaignblock {
    max-width: 360px;
    margin: 0 auto;
  }
}

.layout24 {
  /*border-right: 1px solid rgba(255, 255, 255, 0) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0) !important;*/
}

@media (min-width: 992px) {
  .layout24 {
    padding-left: 15px;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .layout24 {
    padding-left: 0;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .layout24 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout24 .campaignblock {
    max-width: 360px;
    margin: 0 auto;
  }
}

.layout25 {
  /*border-right: 1px solid rgba(255, 255, 255, 0) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0) !important;*/
}

@media (min-width: 992px) {
  .layout25 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .layout25 {
    padding-left: 15px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .layout25 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout25 .campaignblock {
    max-width: 360px;
    margin: 0 auto;
  }
}

.layout26 {
  /*border-right: 1px solid rgba(255, 255, 255, 0) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0) !important;*/
}

@media (min-width: 992px) {
  .layout26 {
    padding-left: 0;
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .layout26 {
    padding-left: 0;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .layout26 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout26 .campaignblock {
    max-width: 360px;
    margin: 0 auto;
  }
}

.layout31 {
  /*border-right: 1px solid rgba(255, 255, 255, 0) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0) !important;*/
}

@media (min-width: 992px) {
  .layout31 {
    padding-left: 15px;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .layout31 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .layout31 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout31 .campaignblock {
    max-width: 360px;
    margin: 0 auto;
  }
}

.layout32 {
  /*border-right: 1px solid rgba(255, 255, 255, 0) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0) !important;*/
}

@media (min-width: 992px) {
  .layout32 {
    padding-left: 0;
    padding-right: 15px;
  }
  .layout32 .campaignblock2 {
    height: 390px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .layout32 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .layout32 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout32 .campaignblock2 {
    max-width: 360px;
    margin: 0 auto;
  }
}

.layout33 {
  /*border-right: 1px solid rgba(255, 255, 255, 0) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0) !important;*/
}

@media (min-width: 992px) {
  .layout33 {
    padding-left: 15px;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .layout33 {
    padding-left: 15px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .layout33 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout33 .campaignblock {
    max-width: 360px;
    margin: 0 auto;
  }
}

.layout34 {
  /*border-right: 1px solid rgba(255, 255, 255, 0) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0) !important;*/
}

@media (min-width: 992px) {
  .layout34 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .layout34 {
    padding-left: 0;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .layout34 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout34 .campaignblock {
    max-width: 360px;
    margin: 0 auto;
  }
}

.layout35 {
  /*border-right: 1px solid rgba(255, 255, 255, 0) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0) !important;*/
}

@media (min-width: 992px) {
  .layout35 {
    padding-left: 0;
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .layout35 {
    padding-left: 15px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .layout35 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout35 .campaignblock {
    max-width: 360px;
    margin: 0 auto;
  }
}

.campaignblock {
  position: relative;
  height: 390px;
}

.currentcampaignsinner .campaignblock {
  border: 1px solid #ebeff2;
}

@media (max-width: 991px) {
  .currentcampaigns .campaignblock, .currentcases .campaignblock {
    max-width: 360px;
    margin: 0 auto;
  }
}

.currentcampaigns h3 {
  color: #262626;
  font-weight: 500;
}

@media (min-width: 992px) {
  .currentcampaigns h3 {
    font-size: 30px;
    line-height: 37px;
  }
}

.homecases h2 {
  color: #c5c4c3;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 992px) {
  .homecases h2 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (max-width: 991px) {
  .currentcampaignsheading {
    text-align: center;
  }
}

.relatedcontentstrip h3 {
  color: #262626;
  font-weight: 500;
}

@media (min-width: 992px) {
  .relatedcontentstrip h3 {
    font-size: 30px;
    line-height: 37px;
  }
}

@media (max-width: 991px) {
  .relatedcontentheading {
    text-align: center;
  }
}

.relatedcontentheading h3 {
  color: #c5c4c3 !important;
  font-size: 36px !important;
  line-height: 42px !important;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif !important;
}

.single .relatedcontentstrip .relatedcampaignblockcontainer h5 {
  color: #0e1b2b !important;
  font-size: 24px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif !important;
  text-align: left !important;
}

.single .relatedcontentstrip .relatedcampaignblockcontainer .campaignblockbottom span {
  color: #636363 !important;
  font-size: 11px !important;
  line-height: 14px !important;
  font-weight: 400 !important;
  font-family: "Montserrat", sans-serif !important;
}

.campaignblockbottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  height: 196px !important;
  padding: 10px 25px 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.campaignblockbottom h5 {
  display: block;
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .campaignblockbottom {
    padding: 10px 15px 15px 15px;
  }
}

/*
.icondate {
	position: absolute;
	left: 25px;
	bottom: 20px;
	@media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
		left: 15px;
		bottom: 15px;
	}
}
*/
.termbottomblock {
  position: absolute;
  right: 25px;
  bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .termbottomblock {
    right: 15px;
    bottom: 15px;
  }
}

.campaignblockbottomwide {
  height: 156px !important;
}

@media (max-width: 767px) {
  .campaignblockbottomwide {
    height: 196px !important;
  }
}

.campaignblock2 {
  position: relative;
  background: #ebeff2;
  padding: 25px 30px;
}

.campaignblock2 .icondate {
  position: absolute;
  left: 30px;
  bottom: 25px;
}

@media (max-width: 991px) {
  .campaignblock2 {
    padding: 20px 25px;
  }
  .campaignblock2 .icondate {
    position: absolute;
    left: 25px;
    bottom: 20px;
  }
}

.relatedcontentstrip .campaignblockbottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  height: 196px !important;
  padding: 10px 25px 20px 25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .relatedcontentstrip .campaignblockbottom {
    padding: 10px 15px 15px 15px;
  }
}

.relatedcontentstrip .campaignblockbottomwide {
  height: 156px !important;
}

@media (max-width: 767px) {
  .relatedcontentstrip .campaignblockbottomwide {
    height: 196px !important;
  }
}

.relatedcontentstrip .campaignblock2 {
  position: relative;
  background: #fff;
  padding: 25px 30px;
}

.relatedcontentstrip .campaignblock2 .icondate {
  position: absolute;
  left: 30px;
  bottom: 25px;
}

@media (max-width: 991px) {
  .relatedcontentstrip .campaignblock2 {
    padding: 20px 25px;
  }
  .relatedcontentstrip .campaignblock2 .icondate {
    position: absolute;
    left: 25px;
    bottom: 20px;
  }
}

.campaignblockbottom h5, .campaignblock2 h5 {
  color: #0e1b2b;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 992px) {
  .campaignblockbottom h5, .campaignblock2 h5 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 991px) {
  .campaignblockbottom h5, .campaignblock2 h5 {
    font-size: 24px;
    line-height: 28px;
  }
}

.campaignblock2 h4 {
  color: #0e1b2b;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 992px) {
  .campaignblock2 h4 {
    font-size: 36px;
    line-height: 42px;
  }
}

.campaignblockbottomwide h4 {
  color: #0e1b2b;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 992px) {
  .campaignblockbottomwide h4 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 991px) {
  .campaignblockbottomwide h4 {
    font-size: 24px;
    line-height: 28px;
  }
}

.articlefeaturedstrip .campaignblockbottom {
  padding: 10px 25px 20px 25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .articlefeaturedstrip .campaignblockbottom {
    padding: 10px 15px 15px 15px;
  }
}

.articlefeaturedstrip .campaignblockbottom h5 {
  color: #0e1b2b;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 992px) {
  .articlefeaturedstrip .campaignblockbottom h5 {
    font-size: 26px;
    line-height: 30px;
  }
}

.campaignblockbottom p, .campaignblock2 p {
  color: #757575;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  margin-bottom: 10px;
}

.campaignblockbottom .fa, .campaignblock2 .fa {
  color: #aaa;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
}

.campaignblockbottom .fas, .campaignblock2 .fas {
  color: #aaa;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
}

.campaignblockbottom span, .campaignblock2 span {
  color: #636363;
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
}

.campaignstrip {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .campaignstrip {
    background-position: calc(50% - 100px) 50% !important;
  }
}

@media (max-width: 991px) {
  .campaignstripinner {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .campaignstrip .right {
    float: right;
  }
}

@media (max-width: 991px) {
  .campaignstrip .right {
    float: none;
  }
}

.campaignstrip h2 {
  color: #fff;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .campaignstrip h2 {
    font-size: 40px;
    line-height: 49px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .campaignstrip h2 {
    font-size: 30px;
    line-height: 38px;
  }
}

.campaignstrip p {
  color: #fff;
  font-weight: 300;
}

@media (min-width: 1200px) {
  .campaignstrip p {
    font-size: 24px;
    line-height: 29px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .campaignstrip p {
    font-size: 20px;
    line-height: 28px;
  }
}

.termblock {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  margin-top: 0;
  margin-left: 0;
  padding: 5px 15px;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background: rgba(14, 27, 43, 0.5);
}

.termbottomblock {
  padding: 5px 15px;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  background: #1a89ca;
  border-radius: 15px;
}

.relatedcontentstrip {
  background: #f9f5f1;
}

.actionstrip {
  position: relative;
}

.actionstrip h3 {
  color: #fff;
  font-weight: 600;
}

@media (min-width: 992px) {
  .actionstrip h3 {
    font-size: 30px;
    line-height: 37px;
  }
}

.actionblock {
  background: #e51a34;
  padding: 30px;
  max-width: 360px;
  margin: 0 auto;
}

.actionblock h4 {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.actionblock p {
  color: #fff !important;
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  font-family: "Montserrat", sans-serif !important;
}

.timelinestrip {
  position: relative;
}

.overlaytimeline {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
}

.timelinestrip h3 {
  color: #fff;
  font-weight: 400;
}

@media (min-width: 992px) {
  .timelinestrip h3 {
    font-size: 30px;
    line-height: 37px;
  }
}

.timelineslider {
  padding: 0 50px !important;
  z-index: 1000 !important;
}

.timelineslideinner {
  background: #fff;
  margin: 5px;
  padding: 20px;
}

.timebar {
  width: 96%;
  margin: 0 auto;
  height: 3px;
  background: #fff;
  position: relative;
  left: 0;
  top: 100px;
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

@media (max-width: 767px) {
  .timebar {
    width: 90%;
  }
}

.timeslidedate {
  color: #aaa;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
}

.timeslidetitle {
  display: table-cell;
  vertical-align: middle;
}

.timeslidetitle h4 {
  color: #262626;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.timeslidelink a {
  color: #1a89ca;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
}

.timeslidelink a:hover {
  color: #ff7800;
}

.contentloaded {
  display: none;
}

.catcontentloaded {
  display: none;
}

.testimonialstrip h3 {
  color: #fff;
  font-weight: 400;
}

@media (min-width: 992px) {
  .testimonialstrip h3 {
    font-size: 30px;
    line-height: 37px;
  }
}

.testimonialslideinner {
  background: #fff;
  padding: 30px 15px 0 15px;
  border-radius: 4px;
}

.testimonialslideleft {
  display: inline-block;
  z-index: 1000;
  width: 72px;
  height: 48px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  background: none;
  border-top: 1px solid #fff;
  border-right: none;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  outline: none;
  cursor: hand;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.testimonialslideleft:hover {
  color: #1a89ca;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.testimonialslideright {
  display: inline-block;
  position: relative;
  left: -4px;
  z-index: 1000;
  width: 72px;
  height: 48px;
  color: #fff;
  text-align: center;
  background: none;
  line-height: 46px;
  border: 1px solid #fff;
  outline: none;
  cursor: hand;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media (max-width: 767px) {
  .testimonialslideright {
    left: -5px;
  }
}

.testimonialslideright:hover {
  color: #1a89ca;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.testimonialtitle {
  color: #707070;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.testimonialdate {
  color: #707070;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
}

@media (max-width: 767px) {
  .testimonialleft {
    margin: 0 auto;
  }
}

.testimonialdescription {
  color: #707070;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

.testimonialexcerpt {
  color: #707070;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

a.revealmore {
  color: #1a89ca;
  font-size: 12px;
  line-height: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

a.revealless {
  color: #1a89ca;
  font-size: 12px;
  line-height: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.formstrip {
  background: #eceff1;
}

.page-template-page-contact-php .contactstrip {
  background: #fff !important;
}

.no-results h3 {
  color: #262626;
  font-weight: 500;
}

@media (min-width: 992px) {
  .no-results h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.error404 h3 {
  color: #262626;
  font-weight: 500;
}

@media (min-width: 992px) {
  .error404 h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.page-child h3 {
  color: #505050;
  font-weight: 400;
}

@media (min-width: 992px) {
  .page-child h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

.categorystrip {
  min-height: 70px;
  background: #f9f5f1;
}

.categories a, .formats a, .archives a, .posts a {
  color: #262626;
  background: #fff;
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
  display: block;
  padding: 0 20px;
  text-decoration: none !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.categories a:not(:first-child):hover, .formats a:not(:first-child):hover, .archives a:not(:first-child):hover, .posts a:not(:first-child):hover {
  color: #262626;
  background: #eceff1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.categories a:first-child, .formats a:first-child {
  color: #fff !important;
  background: #0e1b2b !important;
  overflow: hidden;
  border-radius: 4px !important;
  margin-bottom: 2px;
}

.categories a:nth-child(2), .formats a:nth-child(2) {
  /*-webkit-border-top-left-radius: 4px !important;
	-webkit-border-top-right-radius: 4px !important;
	-moz-border-radius-topleft: 4px !important;
	-moz-border-radius-topright: 4px !important;
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;*/
}

.categories a.currentlink, .formats a.currentlink, .archives a.currentlink, .posts a.currentlink {
  color: #fff;
  background: #792b6a;
}

.categoriesouter, .formatouter {
  width: 160px !important;
  height: 30px !important;
}

@media (min-width: 401px) {
  .categoriesouter, .formatouter {
    margin: 20px 0;
  }
}

@media (max-width: 400px) {
  .categoriesouter {
    margin: 20px auto;
  }
  .formatouter {
    margin: 20px auto;
  }
}

.catformat1 {
  position: relative;
  z-index: 10 !important;
  display: block;
}

@media (min-width: 401px) {
  .catformat1 {
    float: left;
  }
}

@media (max-width: 400px) {
  .catformat1 {
    float: none;
  }
}

.catgap {
  width: 30px;
  height: 30px;
  float: left;
}

@media (min-width: 401px) {
  .catgap {
    display: block;
  }
}

@media (max-width: 400px) {
  .catgap {
    display: none;
  }
}

.catformat2 {
  position: relative;
  z-index: 5 !important;
  display: block;
}

@media (min-width: 401px) {
  .catformat2 {
    float: left;
  }
}

@media (max-width: 400px) {
  .catformat2 {
    float: none;
  }
}

.catformatclear {
  display: block;
}

@media (min-width: 401px) {
  .catformatclear {
    display: none;
  }
}

@media (max-width: 400px) {
  .catformatclear {
    display: block;
    float: none;
  }
}

.categoriescontainer, .formatcontainer {
  position: relative;
}

.categories, .formats {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  background: #0e1b2b;
  width: 100%;
  overflow: hidden;
  border-radius: 4px !important;
}

.blog #call-to-action-wrapper p {
  display: none;
}

@media (max-width: 767px) {
  .anchorpos {
    position: relative;
    top: -70px;
  }
}

.downloadfile a {
  color: #1a89ca;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}

.downloadfile a .fa {
  font-size: 18px;
}

.downloadfile a div {
  display: inline-block;
  position: relative;
  top: -2px;
}

.downloadfile a:hover {
  color: #792b6a;
}

.contact_details {
  color: #505050;
}

.contact_details h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 15px;
}

.contact_details p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

.contactblock {
  background: #eceff1;
  padding: 15px 20px 20px 20px;
  max-width: 360px;
  margin: 0 auto;
}

.single-ccevents .contactblock {
  margin: 0;
}

.contactblock a {
  color: #505050;
}

.contactblock a:hover {
  color: #ff7800;
}

.contactblocktitle {
  color: #505050;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600 !important;
}

.contactblockleft {
  float: left;
  width: 90px;
  margin-right: 10px;
  color: #505050;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

.contactblockright {
  float: left;
  width: calc(100% - 140px);
  color: #505050;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

.page-child .primary p.thankyoutext {
  color: #505050;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

@media (min-width: 768px) {
  #audioanchor {
    position: relative;
    top: -10px;
  }
}

@media (max-width: 767px) {
  #audioanchor {
    position: relative;
    top: -80px;
  }
  .single-format-gallery .galleryslider {
    margin: -15px !important;
  }
}

.page-template-page-careers-php .subdesc {
  color: #505050;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

.careerblock {
  background: #fff;
  padding: 30px;
  border-radius: 4px !important;
}

.careerblockinner h4 {
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.careerblockinner div.small {
  color: #aaa;
  font-size: 11px;
  line-height: 25px;
  font-weight: 400;
}

.careerblockinner p.content {
  color: #707070;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

.careerblock .readmore {
  color: #1a89ca;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.careerblock:hover .readmore {
  color: #ff7800;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.dateloc {
  width: 30px;
}

@media (min-width: 768px) {
  .dateloc {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .dateloc {
    display: block;
  }
}

.careercontent {
  color: #505050;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

.careerleft h4 {
  color: #505050;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.careeritemleft {
  clear: both;
  float: left;
  width: 120px;
}

.careeritemright {
  float: left;
}

.eventcontent {
  color: #505050;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

.single-ccevents .primary {
  background: #fff !important;
}

.eventleft {
  background: #fff !important;
}

.eventright {
  background: #fff !important;
}

.eventleft h4 {
  color: #505050;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.eventitemleft {
  clear: both;
  float: left;
  width: 120px;
  font-weight: 600;
}

.eventitemright {
  float: left;
  width: calc(100% - 120px);
}

.applystrip {
  background: #eceff1;
}

.eventsblocktop {
  /*position: relative;*/
  height: auto;
  width: 100%;
  max-width: 300px;
}

.eventsblocktop--single {
  position: relative;
  margin: 0 0 1.2em;
}

.eventsblocktop--single * {
  text-transform: uppercase;
}

.eventsblocktop--single img {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 290/193;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.eventsblocktop .disk {
  position: absolute;
  left: 0;
  top: 25px;
  width: 50px;
  height: 68px;
  background: #0e1b2b;
  /*@media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
		left: 15px;
		bottom: 15px;
	}
	*/
}

.eventsblocktop .diskinner {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
  height: 68px;
}

.eventsblocktop .disk .day {
  color: #fff;
  font-size: 23px;
  line-height: 23px;
  font-weight: 800;
}

.eventsblocktop .disk .month {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 800;
  margin-top: 2px;
  margin-bottom: 3px;
}

.eventsblocktop .disk .year {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 800;
}

.eventbuttoncontainerleft {
  float: left;
  width: calc(50% - 10px);
  max-width: 160px;
  margin-right: 10px;
  text-align: center;
}

@media (max-width: 991px) {
  .eventbuttoncontainerleft {
    clear: left;
  }
}

.eventbuttoncontainerright {
  float: left;
  width: calc(50% - 10px);
  max-width: 160px;
  margin-left: 10px;
  text-align: center;
}

.eventbuttoncontentcontainer {
  width: 160px;
  text-align: center;
}

.eventbackbuttoncontentcontainer {
  width: 200px;
}

.ticketlink {
  width: 160px;
  text-align: center;
}

.eventbackbuttoncontentcontainer .ticketlink {
  width: 200px;
  text-align: center;
}

.articlefeaturedstrip {
  background: #f9f5f1;
  margin-top: -100px;
}

@media (max-width: 767px) {
  .articlefeaturedstrip {
    margin-top: 0;
  }
}

.home .postcontainer .campaignblock {
  max-width: 390px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .home .postcontainer .campaignblock {
    max-width: 555px !important;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .home .postcontainer .campaignblock {
    max-width: 360px !important;
  }
}

.home .postcontainer .campaignblockbottom {
  background: #fff !important;
}

.pressfeaturedstrip {
  background: #eceff1;
}

.pressfeaturedstrip h3 {
  color: #505050;
  font-size: 20px;
  line-height: 21px;
  font-weight: 400;
}

.mediahouseslider {
  padding-left: 60px;
  padding-right: 60px;
}

.mediahouseslideinner {
  background: #fff;
  padding: 12px 14px;
  margin: 10px;
  max-width: 244px;
  border-radius: 4px;
}

.pressreleaseblock {
  position: relative;
  background: #fff;
  padding: 30px;
  border: 1px solid #eceff1;
  border-radius: 4px !important;
}

.pressreleaseblockinner div.small {
  color: #aaa;
  font-size: 11px;
  line-height: 25px;
  font-weight: 400;
}

.pressreleaseblockinner p.content {
  color: #707070;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

.pressreleaseblock .readmore {
  color: #1a89ca;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.pressreleaseblock a .readmore:hover {
  color: #1a89ca;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pressreleaseblock a h4 {
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600 !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.pressreleaseblock a h4:hover {
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pressreleaseblock .termbottomblock {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.currentpressreleasesinner .contactblock {
  background: #fff;
  padding: 15px 20px 20px 20px;
  max-width: 360px;
  margin: 0 auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .currentpressreleasesinner .contactblock {
    padding: 15px 12px 20px 12px;
  }
}

.cattitle {
  margin: 0 !important;
}

.donateintro h4 {
  color: #505050;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}

.donateintro p {
  color: #505050;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

.donationstrip {
  background: #fff;
}

.donationstrip h3 {
  color: #c5c4c3;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 992px) {
  .donationstrip h3 {
    font-size: 30px;
    line-height: 37px;
  }
}

.donationstrip h4 {
  color: #262626;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700 !important;
}

.donationstrip h5 {
  font-weight: 700 !important;
}

.donationstrip .regularblock {
  padding: 30px;
  position: relative;
}

.donationstrip .regularblockinner {
  display: inline-block;
  position: relative;
  z-index: 10;
  background: rgba(14, 27, 43, 0.5) !important;
  padding: 25px 30px 30px 30px;
}

@media (max-width: 500px) {
  .donationstrip .regularblockinner {
    padding: 20px 20px 25px 20px;
  }
}

.donationstrip .regularblockinner h4 {
  color: #fff;
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
}

.donationstrip .regularblockinner p {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

.donationstrip .regularblockinner .amountcontainer {
  display: inline-block;
}

.donationstrip .regularblockinner input[type='radio'] {
  display: none;
}

.onceoffform {
  display: inline-block;
}

.onceoffimage {
  margin-bottom: -20px;
}

@media (max-width: 767px) {
  .onceoffimage img {
    margin: 0 auto;
  }
}

.donationstrip .regularblockinner label, .donationstrip .regularblockinner .onceoffbutton {
  width: 164px;
  height: 39px;
  color: #fff;
  font-size: 15px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
  background: none;
  border: 1px solid #fff;
  outline: none !important;
  border-radius: 4px !important;
  cursor: hand;
  cursor: pointer;
  margin-bottom: 15px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media (min-width: 391px) and (max-width: 480px) {
  .donationstrip .regularblockinner label, .donationstrip .regularblockinner .onceoffbutton {
    width: 120px;
  }
}

@media (max-width: 390px) {
  .donationstrip .regularblockinner label, .donationstrip .regularblockinner .onceoffbutton {
    width: 164px;
  }
}

.donationstrip .regularblockinner label:hover, .donationstrip .regularblockinner .onceoffbutton:hover {
  color: #fff;
  background: #0e1b2b;
  border: 1px solid #0e1b2b;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.onceoffclass {
  color: #0e1b2b !important;
  background: #fff !important;
  border: 1px solid #fff !important;
}

.labelradiochecked {
  color: #0e1b2b !important;
  background: #fff !important;
  border: 1px solid #fff !important;
}

.labelleft, .formleft {
  clear: left;
  margin-right: 5px;
}

@media (max-width: 390px) {
  .labelleft, .formleft {
    clear: both;
    margin-right: 0;
  }
}

.labelright, .formright {
  margin-left: 5px;
}

@media (max-width: 390px) {
  .labelright, .formright {
    clear: both;
    margin-left: 0;
  }
}

#onceform {
  width: 100%;
}

@media (min-width: 391px) and (max-width: 480px) {
  #onceform {
    width: 254px;
  }
}

@media (max-width: 390px) {
  #onceform {
    width: 164px;
  }
}

.donationstrip .regularblockinner .regularbutton {
  width: 100%;
  height: 39px;
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
  background: #e51a34;
  border: 1px solid #e51a34;
  border-radius: 4px !important;
  cursor: hand;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media (max-width: 390px) {
  .donationstrip .regularblockinner .regularbutton {
    width: 164px;
  }
}

.donationstrip .regularblockinner .regularbutton:hover {
  color: #fff;
  background: #e51a34;
  border: 1px solid #e51a34;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.layoutsub11 {
  border-right: 1px solid rgba(255, 255, 255, 0) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0) !important;
}

@media (min-width: 768px) {
  .layoutsub11 {
    padding-left: 15px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .layoutsub11 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.layoutsub12 {
  border-right: 1px solid rgba(255, 255, 255, 0) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0) !important;
}

@media (min-width: 768px) {
  .layoutsub12 {
    padding-left: 0;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .layoutsub12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.donationstrip .regularsubblock {
  background: #fff;
  padding: 10px 30px 15px 30px;
}

@media (max-width: 767px) {
  .donationstrip .regularsubblock {
    padding: 10px 20px 5px 20px;
  }
}

.donationstrip .regularsubblock h5 {
  color: #262626;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
}

.donationstrip .regularsubblock p {
  color: #505050;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

.donationstrip .regularsubblock td {
  color: #505050;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  text-align: left;
  vertical-align: top;
}

@media (max-width: 767px) {
  .donationstrip .regularsubblock table {
    margin: 0 auto;
  }
}

.donationstrip .regularsubblock a {
  color: #1a89ca;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
}

.donationstrip .regularsubblock a:hover {
  color: #1a89ca;
}

.donationstrip .regularsubblock p.blue {
  color: #1a89ca;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

.donationstrip .regularsubblock span.blue {
  color: #1a89ca;
}

.givingstrip h5 {
  font-size: 15px !important;
  line-height: 19px !important;
  font-weight: 700 !important;
}

.givingstrip h3 {
  color: #262626;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 992px) {
  .givingstrip h3 {
    font-size: 30px;
    line-height: 37px;
  }
}

.givingstrip p {
  color: #505050;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

.givingstrip a {
  color: #1a89ca;
}

.givingstrip a:hover {
  color: #1a89ca;
}

.layoutsub21 {
  border-bottom: 10px solid rgba(255, 255, 255, 0) !important;
}

@media (min-width: 768px) {
  .layoutsub21 {
    padding-left: 15px;
    padding-right: 5px;
  }
}

@media (max-width: 767px) {
  .layoutsub21 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.layoutsub22 {
  border-bottom: 10px solid rgba(255, 255, 255, 0) !important;
}

@media (min-width: 768px) {
  .layoutsub22 {
    padding-left: 5px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .layoutsub22 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.givingstrip .givingsubblock {
  background: #fff;
  padding: 10px 30px 15px 30px;
}

@media (max-width: 767px) {
  .givingstrip .givingsubblock {
    padding: 10px 20px 5px 20px;
  }
}

.givingstrip .givingsubblock h5 {
  color: #262626;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.givingstrip .givingsubblock p {
  color: #505050;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

.givingstrip .givingsubblock td {
  color: #505050;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  text-align: left;
  vertical-align: top;
}

@media (max-width: 767px) {
  .givingstrip .givingsubblock table {
    margin: 0 auto;
  }
}

.givingstrip .givingsubblock a {
  color: #1a89ca;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
}

.givingstrip .givingsubblock a:hover {
  color: #1a89ca;
}

.givingstrip .givingsubblock p.blue {
  color: #1a89ca;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

.givingstrip .givingsubblock span.blue {
  color: #1a89ca;
}

.givinglinks a {
  color: #1a89ca;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
}

.givinglinks a:hover {
  color: #1a89ca;
}

#searchcontainer {
  display: none;
  position: absolute;
  width: 100%;
  min-height: 316px;
  background: rgba(14, 27, 43, 0.95) !important;
  z-index: 1000;
}

#searchformcontainer {
  display: table-cell;
  vertical-align: middle;
}

#searchtrigger {
  float: right;
  margin-left: 20px;
  margin-top: 22px;
  cursor: hand;
  cursor: pointer;
}

#searchtrigger i {
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#searchtrigger i:hover {
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#closesearch {
  float: right;
  margin-right: 2px;
  margin-top: 58px;
  cursor: hand;
  cursor: pointer;
}

#closesearch i {
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#closesearch i:hover {
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.searchform {
  width: 600px;
}

.searchform input {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  width: 600px;
  padding: 3px 30px 3px 5px;
  background: none;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #fff;
  outline: none !important;
}

.searchform input ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
  /* Firefox */
}

.searchform input ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
  /* Firefox */
}

.searchform input :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
  /* Firefox */
}

.searchform input ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
  /* Firefox */
}

.searchform input ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
  /* Firefox */
}

.searchform input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.75);
}

.searchform input ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.75);
}

#searchsubmit {
  float: right;
  position: relative;
  left: -3px;
  top: -25px;
  z-index: 1001;
  cursor: hand;
  cursor: pointer;
}

#searchsubmit i {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#searchsubmit i:hover {
  color: rgba(255, 255, 255, 0.75) !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#search-error {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 5px;
  padding: 10px 20px;
  background: #d9534f;
}

#mobilesearch-error {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  margin-top: 5px;
  padding: 10px 20px;
  width: 100%;
  background: #d9534f;
  border-radius: 10px !important;
}

#mobilesearchcontainer {
  position: fixed;
  z-index: 1000;
  background: #444;
}

.mobilesearchform {
  position: relative;
  padding: 20px 30px;
}

@media (min-width: 444px) {
  .mobilesearchform {
    width: 380px;
  }
}

@media (min-width: 426px) and (max-width: 443px) {
  .mobilesearchform {
    width: 370px;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  .mobilesearchform {
    width: 360px;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .mobilesearchform {
    width: 310px;
  }
}

@media (max-width: 320px) {
  .mobilesearchform {
    width: 255px;
  }
}

.mobilesearchform input {
  color: #444;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  width: 100%;
  padding: 15px 50px 15px 15px;
  background: #fff;
  border: none !important;
  outline: none !important;
  border-radius: 10px !important;
}

.mobilesearchform input ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(194, 194, 194, 0.75);
  opacity: 1;
  /* Firefox */
}

.mobilesearchform input ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(194, 194, 194, 0.75);
  opacity: 1;
  /* Firefox */
}

.mobilesearchform input :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(194, 194, 194, 0.75);
  opacity: 1;
  /* Firefox */
}

.mobilesearchform input ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(194, 194, 194, 0.75);
  opacity: 1;
  /* Firefox */
}

.mobilesearchform input ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(194, 194, 194, 0.75);
  opacity: 1;
  /* Firefox */
}

.mobilesearchform input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(194, 194, 194, 0.75);
}

.mobilesearchform input ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(194, 194, 194, 0.75);
}

#mobilesearchsubmit {
  position: absolute;
  right: 45px;
  top: 30px;
  z-index: 1001;
  cursor: hand;
  cursor: pointer;
}

#mobilesearchsubmit i {
  color: #1a89ca !important;
  font-size: 23px;
  line-height: 28px;
  font-weight: 400;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#mobilesearchsubmit i:hover {
  color: #ff7800 !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

p.searchresults {
  font-size: 12px !important;
  line-height: 20px !important;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

.searchresultbox {
  padding-top: 20px;
  paddind-bottom: 20px;
  padding-left: 5px;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media (max-width: 767px) {
  .searchresultbox {
    padding-left: 0;
    border-bottom: none;
  }
}

.searchresultbox {
  cursor: hand;
  cursor: pointer;
}

.searchresultbox:hover {
  background: #f6f6f6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .searchresultbox:hover {
    background: #fff;
  }
}

@media (max-width: 767px) {
  .searchresultmiddle {
    border-bottom: 1px solid #e5e5e5;
  }
  .searchresultleftmiddle {
    border-bottom: 1px solid #e5e5e5;
  }
}

.searchresultbox h4 {
  color: #262626;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.searchresultbox p.excerpt {
  color: #757575;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

@media (max-width: 767px) {
  .searchresultbox {
    max-width: 360px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .searchresultbox img {
    margin: 0 auto;
  }
}

.searchresultbox span {
  color: #636363;
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
}

.searchresultbox .sbox a {
  color: #1a89ca !important;
  font-size: 11px !important;
  line-height: 14px !important;
  font-weight: 500 !important;
}

.searchresultbox .sbox a:hover {
  color: #ff7800 !important;
}

.searchresultbox .fa, .searchresultbox .fas {
  color: #aaa;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
}

h1.singlepost {
  color: #fff !important;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif !important;
  /*text-align: left !important;*/
  padding: 0 !important;
  max-width: 680px !important;
  margin: 0 auto !important;
}

@media (min-width: 992px) {
  h1.singlepost {
    font-size: 55px !important;
    line-height: 55px !important;
  }
}

@media (max-width: 991px) {
  h1.singlepost {
    font-size: 40px !important;
    line-height: 40px !important;
  }
}

h1.mainheading {
  color: #fff !important;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif !important;
  /*text-align: left !important;*/
  padding: 0 !important;
  /*max-width: 680px !important;*/
  margin: 0 !important;
}

@media (min-width: 992px) {
  h1.mainheading {
    font-size: 55px !important;
    line-height: 55px !important;
  }
}

@media (max-width: 991px) {
  h1.mainheading {
    font-size: 40px !important;
    line-height: 40px !important;
  }
}

h3.singlepost {
  color: #fff !important;
  font-weight: 400 !important;
  /*text-align: left !important;*/
  max-width: 680px !important;
  margin: 30px auto 0 auto !important;
}

@media (min-width: 992px) {
  h3.singlepost {
    font-size: 20px !important;
    line-height: 20px !important;
  }
}

h3.mainheading {
  color: #fff !important;
  font-weight: 400 !important;
  /*text-align: left !important;*/
  /*max-width: 680px !important;*/
  margin: 30px auto 0 auto !important;
}

@media (min-width: 992px) {
  h3.mainheading {
    font-size: 20px !important;
    line-height: 20px !important;
  }
}

.page-header__single h1, .page-header__single h3, .page-header__intermediate h1, .page-header__intermediate h3 {
  text-align: left !important;
}

.singlecontent {
  max-width: 720px !important;
  margin: 0 auto !important;
}

.givingstrip .singlecontent {
  max-width: 100% !important;
}

.singlecontent h5 {
  color: #0e1b2b !important;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif !important;
  margin-bottom: 35px !important;
}

.aboutcontent h5 {
  color: #0e1b2b !important;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif !important;
  margin-bottom: 35px !important;
}

.singlecontent h4 {
  color: #0e1b2b !important;
  font-size: 22px !important;
  line-height: 26px !important;
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif !important;
  margin-top: 35px !important;
  margin-bottom: 15px !important;
}

.singlecontent h3 {
  font-weight: 600 !important;
}

@media (min-width: 992px) {
  .singlecontent h3 {
    font-size: 30px;
    line-height: 37px;
  }
}

.singlecontent span.dateissue {
  color: #707070;
  font-size: 10px;
  line-height: 13px;
  font-weight: 400;
}

.singlecontent p {
  color: #636363 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif !important;
}

.singlecontent h3 a,
.singlecontent h4 a,
.singlecontent h5 a {
  /*color: inherit;*/
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline !important;
}

.singlecontent img {
  margin: 0 0 20px;
}

.singlecontent p > img:last-child {
  margin-bottom: 0;
}

.singlecontent > a,
.singlecontent p a,
.singlecontent li a,
.singlecontent blockquote a {
  color: #636363 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 700 !important;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif !important;
  text-decoration: underline !important;
}

.singlecontent > a:hover,
.singlecontent p a:hover,
.singlecontent li a:hover,
.singlecontent blockquote a:hover {
  color: #fff !important;
  background: #636363 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 700 !important;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif !important;
  text-decoration: none !important;
}

.singlecontent a.ticketlink {
  font-family: "Montserrat", sans-serif !important;
  text-decoration: none !important;
  display: inline-block !important;
  color: #fff !important;
  background: #0e1b2b !important;
  border: 1px solid #0e1b2b !important;
  padding: 8px 20px !important;
  margin: 5px 0 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  font-weight: 400 !important;
  border-radius: 3px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.singlecontent a.ticketlink:hover, .singlecontent a.ticketlink:focus {
  color: #fff !important;
  background: #0e1b2b !important;
  border: 1px solid #0e1b2b !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.singlecontent a.backlinkall {
  color: #636363 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif !important;
  position: relative;
  top: 10px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.singlecontent a.backlinkall:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.singlecontent a.pressbutton, .singlecontent a.viewallbutton {
  font-family: "Montserrat", sans-serif !important;
  text-decoration: none !important;
  display: inline-block !important;
  color: #fff !important;
  background: #0e1b2b !important;
  border: 1px solid #0e1b2b !important;
  padding: 8px 20px !important;
  margin: 5px 0 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  font-weight: 400 !important;
  border-radius: 3px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media (min-width: 850px) and (max-width: 1250px) {
  .singlecontent a.pressbutton, .singlecontent a.viewallbutton {
    padding: 8px 10px !important;
  }
}

.singlecontent a.pressbutton:hover, .singlecontent a.pressbutton:focus, .singlecontent a.viewallbutton:hover, .singlecontent a.viewallbutton:focus {
  color: #fff !important;
  background: #0e1b2b !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.singlecontent a.downloadlink {
  font-family: "Montserrat", sans-serif !important;
  text-decoration: none !important;
  display: inline-block !important;
  color: #fff !important;
  background: #0e1b2b !important;
  border: 1px solid #0e1b2b !important;
  padding: 10px 20px 7px 20px !important;
  margin: 5px 0 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
  border-radius: 3px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media (max-width: 767px) {
  .singlecontent a.downloadlink {
    font-size: 12px !important;
  }
}

.singlecontent a.downloadlink:hover, .singlecontent a.downloadlink:focus {
  color: #fff !important;
  background: #0e1b2b !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.singleviewshare {
  float: left;
  height: 40px;
}

.singleviewshare .backbutton, .singleviewshare .pipe, .singleviewshare .singlesharing {
  height: 40px;
  display: table-cell;
  vertical-align: middle !important;
}

.singleviewshare a:hover {
  background: none !important;
}

.ctastrip h3 {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  text-decoration-color: #fff;
}

@media (min-width: 992px) {
  .ctastrip h3 {
    font-size: 45px !important;
    line-height: 66px !important;
  }
}

.ctastrip:hover h3 {
  text-decoration: underline;
}

.ctastrip .fas {
  text-decoration: none !important;
}

@media (min-width: 992px) {
  .ctastrip .fas {
    font-size: 40px !important;
    line-height: 66px !important;
    position: relative;
    left: 30px;
  }
}

@media (max-width: 991px) {
  .ctastrip .fas {
    position: relative;
    left: 20px;
  }
}

.donateintro p {
  color: #636363 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif !important;
}

.givingstrip p.topcontent {
  color: #636363 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif !important;
}

.defaultcontent span {
  color: #636363 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif !important;
}

.defaultcontent p {
  color: #636363 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif !important;
}

.defaultcontent p a {
  color: #636363 !important;
  text-decoration: underline !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.defaultcontent p a:hover {
  color: #fff !important;
  background: #636363 !important;
  text-decoration: none !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.defaultcontent h5 {
  color: #0e1b2b !important;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif !important;
  margin-bottom: 35px !important;
}

.page-template-page-events-php .icondate span, .page-template-page-past-events-php .icondate span {
  font-weight: 700 !important;
}

#hamburger-icon {
  width: 35px;
  height: 20px;
  position: relative;
  display: block;
  /*margin: ($height-icon * 2) auto $height-icon auto;*/
}

#hamburger-icon .line {
  display: block;
  background: #fff;
  width: 35px;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 1px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

#hamburger-icon .line.line-1 {
  top: 0;
}

#hamburger-icon .line.line-2 {
  top: 50%;
}

#hamburger-icon .line.line-3 {
  top: 100%;
}

#hamburger-icon:hover .line-1, #hamburger-icon:focus .line-1 {
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
}

#hamburger-icon:hover .line-3, #hamburger-icon:focus .line-3 {
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
}

#hamburger-icon.active .line-1 {
  transform: translateY(10px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
  -moz-transform: translateY(10px) translateX(0) rotate(45deg);
}

#hamburger-icon.active .line-2 {
  opacity: 0;
}

#hamburger-icon.active .line-3 {
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
}

#topmenu {
  background: #0e1b2b;
  display: none;
}

@media (min-width: 992px) {
  #topmenu {
    display: block;
  }
}

#topmenu #menu-topmenu {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  padding: 7px 0;
}

#topmenu #menu-topmenu li {
  float: left;
  display: inline-block;
  margin: 0 10px 2px 0;
}

#topmenu #menu-topmenu li:last-child {
  margin: 0;
}

#topmenu #menu-topmenu li a {
  color: #fff;
  background: #0e1b2b;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 0.6875rem;
  text-transform: uppercase;
  padding: 3px 7px;
  border: 1px solid #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 4px;
}

#topmenu #menu-topmenu li a:hover, #topmenu #menu-topmenu li a:focus {
  color: #0e1b2b;
  background: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#topmenu #menu-topmenu .current-menu-item a {
  color: #0e1b2b;
  background: #fff;
  text-decoration: none;
}

#call-to-action-wrapper {
  background-size: cover !important;
}

#call-to-action-wrapper .overlay-div {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 35px 0;
  /*background: rgba(0,0,0,0.7);*/
}

@media (min-width: 768px) {
  #call-to-action-wrapper .overlay-div {
    padding: 70px 0;
  }
}

#call-to-action-wrapper .outer-div {
  display: table;
  vertical-align: middle;
  width: 100%;
}

#call-to-action-wrapper .outer-div .inner-div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#call-to-action-wrapper .outer-div .inner-div h3 {
  color: #fff;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin: 0 30px 35px 30px;
}

#call-to-action-wrapper .outer-div .inner-div h3:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (min-width: 992px) {
  #call-to-action-wrapper .outer-div .inner-div h3 {
    font-size: 40px;
    line-height: 49px;
  }
}

#call-to-action-wrapper .outer-div .inner-div p {
  color: #fff;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  margin: 0;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  #call-to-action-wrapper .outer-div .inner-div p {
    font-size: 24px;
    line-height: 29px;
  }
}

#call-to-action-wrapper .outer-div .inner-div .btn-hst-cta {
  margin-top: 20px;
}

#call-to-action-wrapper .outer-div .inner-div ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 15px 0 0 0;
}

#call-to-action-wrapper .outer-div .inner-div ul li {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
}

.custom-cta-content-part {
  padding: 38px 0 53px 0;
}

.custom-cta-content-part .content-container {
  display: table;
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .custom-cta-content-part .content-container {
    text-align: center;
  }
}

.custom-cta-content-part .content-container .content-inner {
  display: table-cell;
  vertical-align: middle;
}

.custom-cta-content-part .content-container .content-inner h2 {
  color: #fff;
  font-weight: 400;
}

@media (min-width: 992px) {
  .custom-cta-content-part .content-container .content-inner h2 {
    font-size: 40px;
    line-height: 49px;
  }
}

.custom-cta-content-part .content-container .content-inner p {
  color: #fff;
  font-weight: 300;
}

@media (min-width: 992px) {
  .custom-cta-content-part .content-container .content-inner p {
    font-size: 24px;
    line-height: 29px;
  }
}

@media (max-width: 768px) {
  .custom-cta-content-part .content-left {
    margin: 0 0 25px 0;
  }
}

.custom-cta-content-part .align-center {
  text-align: center;
}

.custom-cta-content-part .align-center img {
  margin: 0 auto;
}

.ctastrip .content-container {
  display: table;
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .ctastrip .content-container {
    text-align: center;
  }
}

.ctastrip .content-container .content-inner {
  display: table-cell;
  vertical-align: middle;
}

.ctastrip .content-container .content-inner h2 {
  color: #fff;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 992px) {
  .ctastrip .content-container .content-inner h2 {
    font-size: 40px;
    line-height: 49px;
  }
}

.ctastrip .content-container .content-inner h3 {
  color: #fff;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 992px) {
  .ctastrip .content-container .content-inner h3 {
    font-size: 40px;
    line-height: 49px;
  }
}

.ctastrip .content-container .content-inner p {
  color: #fff;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

@media (min-width: 992px) {
  .ctastrip .content-container .content-inner p {
    font-size: 24px;
    line-height: 29px;
  }
}

@media (min-width: 992px) {
  .admin-bar .background-inner-container {
    padding-top: 115px !important;
  }
}

.home .slick-slider {
  margin-bottom: 0 !important;
}

.home .slider-content-inner a.standardbutton {
  padding-bottom: 19px;
}

.home-carousel-wrapper-outer {
  height: 70vh;
  min-height: 385px;
}

@media screen and (max-width: 1367px) {
  .home-carousel-wrapper-outer {
    height: 70vh;
  }
}

@media screen and (min-width: 1919px) {
  .home-carousel-wrapper-outer {
    height: 70vh;
  }
}

.home-carousel-wrapper-outer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (min-width: 992px) {
  .home-carousel-wrapper-outer {
    min-height: 420px;
  }
}

.home-carousel-wrapper-outer .home-carousel {
  position: relative;
  overflow: hidden;
  min-height: 70vh;
}

.home-carousel-wrapper-outer .home-carousel .slick-prev, .home-carousel-wrapper-outer .home-carousel .slick-next {
  position: absolute;
  top: 50%;
}

@media (min-width: 992px) {
  .home-carousel-wrapper-outer .home-carousel .slick-prev {
    left: 20px;
  }
  .home-carousel-wrapper-outer .home-carousel .slick-next {
    right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-carousel-wrapper-outer .home-carousel .slick-prev {
    left: 10px;
  }
  .home-carousel-wrapper-outer .home-carousel .slick-next {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .home-carousel-wrapper-outer .home-carousel .slick-prev {
    left: 0;
  }
  .home-carousel-wrapper-outer .home-carousel .slick-next {
    right: 0;
  }
}

.home-carousel-wrapper-outer .home-carousel .slick-slide {
  height: 70vh;
  min-height: 385px;
}

@media screen and (max-width: 1367px) {
  .home-carousel-wrapper-outer .home-carousel .slick-slide {
    height: 70vh;
  }
}

@media screen and (min-width: 1919px) {
  .home-carousel-wrapper-outer .home-carousel .slick-slide {
    height: 70vh;
  }
}

@media (min-width: 992px) {
  .home-carousel-wrapper-outer .home-carousel .slick-slide {
    min-height: 420px;
  }
}

.home-carousel-wrapper-outer .home-carousel .slick-slide > div, .home-carousel-wrapper-outer .home-carousel .slick-slide > div > div {
  height: 70vh;
  min-height: 420px;
}

.home-carousel-wrapper-outer .home-carousel .background-inner {
  background-size: cover !important;
  height: 100%;
  position: relative;
}

.home-carousel-wrapper-outer .home-carousel .background-inner .background-inner-container {
  /*background: rgba(109,23,92, 0.7);*/
  position: relative;
  z-index: 9;
  display: table;
  height: 100%;
  width: 100%;
  /*padding-top: 72px;*/
}

@media (min-width: 992px) {
  .home-carousel-wrapper-outer .home-carousel .background-inner .background-inner-container {
    /*padding-top: 100px;*/
  }
}

.home-carousel-wrapper-outer .home-carousel .background-inner .background-inner-container .container {
  display: table-cell;
  vertical-align: middle;
}

.home-carousel-wrapper-outer .home-carousel .background-inner .background-inner-container .container .carousel-content {
  z-index: 9;
  position: relative;
  padding: 10px 0;
  margin: 0 auto;
  text-align: left;
}

@media (min-width: 768px) {
  .home-carousel-wrapper-outer .home-carousel .background-inner .background-inner-container .container .carousel-content {
    padding: 0 0 30px 0;
  }
}

@media (min-width: 992px) {
  .home-carousel-wrapper-outer .home-carousel .background-inner .background-inner-container .container .carousel-content {
    max-width: 940px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-carousel-wrapper-outer .home-carousel .background-inner .background-inner-container .container .carousel-content {
    max-width: 700px;
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .home-carousel-wrapper-outer .home-carousel .background-inner .background-inner-container .container .carousel-content {
    max-width: 500px;
    text-align: center !important;
  }
}

.home-carousel-wrapper-outer .home-carousel .background-inner .background-inner-container .container .carousel-content h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin: 0 auto 0 auto;
  text-decoration: underline;
  text-decoration-color: var(--hl-col, #fab717);
  word-wrap: break-word;
  max-width: calc(100vw - 60px);
  display: block;
}

@media (min-width: 1601px) {
  .home-carousel-wrapper-outer .home-carousel .background-inner .background-inner-container .container .carousel-content h1 {
    font-size: 65px;
    line-height: 67px;
    font-weight: 600;
    margin: 80px auto 30px auto;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .home-carousel-wrapper-outer .home-carousel .background-inner .background-inner-container .container .carousel-content h1 {
    font-size: 50px;
    line-height: 54px;
    font-weight: 600;
    margin: 70px auto 20px auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-carousel-wrapper-outer .home-carousel .background-inner .background-inner-container .container .carousel-content h1 {
    font-size: 45px;
    line-height: 49px;
    font-weight: 600;
    margin: 60px auto 20px auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-carousel-wrapper-outer .home-carousel .background-inner .background-inner-container .container .carousel-content h1 {
    font-size: 40px;
    line-height: 44px;
    margin: 60px auto 10px auto;
  }
}

@media (max-width: 767px) {
  .home-carousel-wrapper-outer .home-carousel .background-inner .background-inner-container .container .carousel-content h1 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 auto 8px auto;
  }
}

.home-carousel-wrapper-outer .home-carousel .background-inner .background-inner-container .container .carousel-content p {
  color: #fff;
  margin: 0 auto;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

@media (min-width: 768px) {
  .home-carousel-wrapper-outer .home-carousel .background-inner .background-inner-container .container .carousel-content p {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (min-width: 992px) {
  .home-carousel-wrapper-outer .home-carousel .background-inner .background-inner-container .container .carousel-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.home-carousel-wrapper-outer .home-carousel .background-inner .carousel-button {
  position: relative;
  z-index: 999999;
  margin-top: 10px;
  left: 0;
  right: 0;
  display: inline-block;
  text-align: center;
}

.home-carousel-wrapper-outer .home-carousel .background-inner .carousel-button a {
  color: #fff;
}

.home-carousel-wrapper-outer .home-carousel .background-inner .carousel-button a .fas {
  margin: 0 0 0 15px;
}

.loading-panel {
  display: none !important;
  position: relative;
  opacity: 1;
  height: 100%;
  background: white;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.loading-panel:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (max-width: 767px) {
  .loading-panel {
    height: 100vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .loading-panel {
    height: 100vh;
  }
}

@-webkit-keyframes spin-cw {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin-cw {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.circle {
  height: 80px;
  width: 80px;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  border: 15px solid #ddd;
  display: block;
  border-radius: 50%;
  -webkit-perspective: 300;
  -ms-perspective: 300;
  perspective: 300;
  -webkit-transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  -ms-transform-style: preserve-3d;
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  border-bottom-color: transparent;
  border-top-color: transparent;
  -webkit-animation: spin-cw 1.3s linear .2s infinite;
  animation: spin-cw 1.3s linear .2s infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-5px);
  }
  60% {
    -webkit-transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

.custom-content-wrapper {
  background: #fff;
  padding: 55px 0 45px 0;
  /*
  img{
    width: 100%;
    height: auto;
  }
*/
}

@media (min-width: 992px) {
  .custom-content-wrapper .section-intro .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

.custom-content-wrapper .section-intro .col-lg-12 h2 {
  color: #262626;
  font-weight: 400;
  margin: 0 0 15  px 0;
}

@media (min-width: 992px) {
  .custom-content-wrapper .section-intro .col-lg-12 h2 {
    font-size: 1.875rem;
  }
}

.custom-content-wrapper .section-intro .col-lg-12 p {
  color: #757575;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
}

.custom-content-wrapper .col-layouts .col-cus-padding {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media (min-width: 992px) {
  .custom-content-wrapper .col-layouts .col-cus-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.custom-content-wrapper .featured-content-img img {
  width: 100%;
}

.custom-content-wrapper .default-content-img img {
  width: 100%;
}

.custom-content-wrapper .featured-content {
  min-height: 154px;
  background: #eceff1;
  padding: 25px 15px 15px 15px;
}

.custom-content-wrapper .default-content {
  min-height: 195px;
  background: #eceff1;
  padding: 25px 15px 15px 15px;
}

.custom-content-wrapper .col-cus-padding-featured {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media (min-width: 992px) {
  .custom-content-wrapper .col-cus-padding-featured {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .custom-content-wrapper .sub-content-advert {
    text-align: center;
  }
}

.custom-content-wrapper .sub-content-advert img {
  width: 100%;
}

.custom-content-wrapper a {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.custom-content-wrapper a .featured-content h3 {
  color: #262626 !important;
  font-weight: 400 !important;
}

@media (min-width: 992px) {
  .custom-content-wrapper a .featured-content h3 {
    font-size: 1.5rem !important;
  }
}

.custom-content-wrapper a .featured-content p {
  color: #757575;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
}

.custom-content-wrapper a .featured-content .date {
  margin: 0;
  padding: 0;
  font-size: 0.6875rem;
}

.custom-content-wrapper a .default-content h3 {
  color: #262626 !important;
  font-weight: 400 !important;
}

@media (min-width: 992px) {
  .custom-content-wrapper a .default-content h3 {
    font-size: 1.5rem !important;
  }
}

.custom-content-wrapper a .default-content p {
  color: #757575;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
}

.custom-content-wrapper a .default-content .date {
  margin: 0;
  padding: 0;
  font-size: 0.6875rem;
}

.custom-content-wrapper a:hover .featured-content h3 {
  color: #1a89ca !important;
}

.custom-content-wrapper a:hover .default-content h3 {
  color: #1a89ca !important;
}

p.date {
  font-family: "Montserrat", sans-serif !important;
}

p.date i {
  margin-right: 10px;
}

@media (max-width: 992px) {
  .page-template-page-about #primary .container {
    width: 100%;
  }
}

.page-template-page-about #primary .about-wrapper-outer .background-inner {
  padding: 25px;
  background-size: cover !important;
}

@media (min-width: 992px) {
  .page-template-page-about #primary .about-wrapper-outer .background-inner {
    padding: 43px;
  }
}

.page-template-page-about #primary .about-wrapper-outer .background-inner .about-content {
  background: rgba(14, 27, 43, 0.7);
  padding: 39px 32px;
  border-radius: 4px;
}

.page-template-page-about #primary .about-wrapper-outer .background-inner .about-content h3 {
  color: #fff;
  font-weight: 600;
  margin: 0 0 15px 0;
}

@media (min-width: 992px) {
  .page-template-page-about #primary .about-wrapper-outer .background-inner .about-content h3 {
    font-size: 1.25rem !important;
  }
}

.page-template-page-about #primary .about-wrapper-outer .background-inner .about-content p {
  color: #fff;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif !important;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .page-template-page-about #primary .about-wrapper-outer:nth-child(2n + 1) .col-pos {
    float: right;
  }
}

.page-template-page-about #primary .bordrad1 .background-inner {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.page-template-page-about #primary .bordrad3 .background-inner {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.page-template-page-about #tabsnavprimary {
  background: #eceff1;
}

.page-template-page-about #tabsnavprimary ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
}

.page-template-page-about #tabsnavprimary ul.tabs li {
  background: none;
  color: #ABABAB;
  display: inline-block;
  cursor: pointer;
  /*width: calc(25% - 4px);*/
  text-align: center;
  height: 60px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  padding: 20px 25px 0 25px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

@media (min-width: 992px) {
  .page-template-page-about #tabsnavprimary ul.tabs li {
    height: 65px;
    font-size: 30px;
    line-height: 22px;
    font-weight: 500;
    padding: 20px 25px 0 25px;
  }
}

.page-template-page-about #tabsnavprimary ul.tabs li.current {
  background: #f9f5f1;
  color: #707070;
}

.page-template-page-about #tabscontentsecondary {
  background: #f9f5f1;
  padding: 55px 0 60px 0;
}

.page-template-page-about #tabscontentsecondary .tab-content {
  display: none;
  background: #f9f5f1;
}

.page-template-page-about #tabscontentsecondary .tab-content.current {
  display: inherit;
}

.page-template-page-about #tabscontentsecondary .subdesc {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif !important;
  color: #505050;
  margin: 0 0 40px 0;
}

.page-template-page-about .team-container {
  background: #fff;
  border: 1px solid #eceff1;
  margin: 0 0 25px 0;
  border-radius: 4px;
}

@media (min-width: 992px) {
  .page-template-page-about .team-container .col-img {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .page-template-page-about .team-container .col-img .col-pos-img {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .page-template-page-about .team-container .col-img .col-pos-img img {
    width: 211px;
    height: auto;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .page-template-page-about .team-container .col-pos {
    padding-left: 0;
  }
}

.page-template-page-about .team-container .col-pos .col-pos-content {
  padding: 25px;
}

@media (min-width: 1199px) {
  .page-template-page-about .team-container .col-pos .col-pos-content {
    padding: 25px 25px 25px 0;
  }
}

.page-template-page-about .team-container .col-pos .col-pos-content h3 {
  color: #000000;
  font-weight: 500;
  margin: 0 0 1px 0;
}

@media (min-width: 992px) {
  .page-template-page-about .team-container .col-pos .col-pos-content h3 {
    font-size: 1.25rem !important;
  }
}

.page-template-page-about .team-container .col-pos .col-pos-content .subpos {
  color: #707070;
  font-family: "Montserrat", sans-serif !important;
  font-size: 0.6875rem;
  margin-bottom: 15px;
}

.page-template-page-about .team-container .col-pos .col-pos-content p {
  color: #707070;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif !important;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-template-page-about .beliefs-content {
  background: #eceff1;
  padding: 33px;
  margin: 0 0 30px 0;
  border-radius: 4px;
}

@media (min-width: 992px) {
  .page-template-page-about .beliefs-content {
    min-height: 260px;
  }
}

.page-template-page-about .beliefs-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-template-page-about .beliefs-content ul li {
  display: inline-block;
}

.page-template-page-about .beliefs-content ul li:first-child {
  background: #10375B;
  color: #fff;
  font-weight: 600;
  padding: 3px 9px;
  font-size: 1.25rem;
  margin: 0 15px 0 0;
  font-size: 1.20rem !important;
  border-radius: 4px;
}

@media (min-width: 992px) {
  .page-template-page-about .beliefs-content ul li:first-child {
    font-size: 1.25rem !important;
  }
}

.page-template-page-about .beliefs-content h3 {
  color: #10375B;
  font-weight: 600;
  margin: 0 0 15px 0;
  font-size: 1rem !important;
}

@media (min-width: 992px) {
  .page-template-page-about .beliefs-content h3 {
    /*font-size: 1.25rem !important;*/
  }
}

.page-template-page-about .beliefs-content p {
  color: #707070;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif !important;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

.page-template-page-wilberforce {
  /*#page-header__wrapper {
		@media (min-width: $screen-md-min) {
			min-height: 600px;
		}
	}*/
}

.page-template-page-wilberforce #primary h2 {
  color: #505050;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 35px 0px;
}

.page-template-page-wilberforce #primary .subdesc {
  color: #505050;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

.page-template-page-wilberforce #tabsnavprimary {
  background: #eceff1;
}

.page-template-page-wilberforce #tabsnavprimary ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
}

.page-template-page-wilberforce #tabsnavprimary ul.tabs li {
  background: none;
  color: #ABABAB;
  display: inline-block;
  cursor: pointer;
  /*width: calc(25% - 4px);*/
  text-align: center;
  height: 60px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 20px 25px 0 25px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

@media (min-width: 992px) {
  .page-template-page-wilberforce #tabsnavprimary ul.tabs li {
    height: 65px;
    font-size: 30px;
    line-height: 22px;
    font-weight: 500;
    padding: 20px 25px 0 25px;
  }
}

.page-template-page-wilberforce #tabsnavprimary ul.tabs li.current {
  background: #f9f5f1;
  color: #707070;
}

.page-template-page-wilberforce #tabscontentsecondary {
  background: #f9f5f1;
  padding: 55px 0 60px 0;
}

.page-template-page-wilberforce #tabscontentsecondary .tab-content {
  display: none;
  background: #f9f5f1;
}

.page-template-page-wilberforce #tabscontentsecondary .tab-content.current {
  display: inherit;
}

.page-template-page-wilberforce #tabscontentsecondary .subdesc {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif !important;
  color: #505050;
  margin: 0 0 40px 0;
}

.page-template-page-wilberforce .team-container {
  background: #fff;
  border: 1px solid #eceff1;
  margin: 0 0 25px 0;
  border-radius: 4px;
}

@media (min-width: 992px) {
  .page-template-page-wilberforce .team-container .col-img {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .page-template-page-wilberforce .team-container .col-img .col-pos-img {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .page-template-page-wilberforce .team-container .col-img .col-pos-img img {
    width: 211px;
    height: auto;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .page-template-page-wilberforce .team-container .col-pos {
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .page-template-page-wilberforce .team-container .col-pos .col-pos-content {
    padding: 25px 25px 25px 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .page-template-page-wilberforce .team-container .col-pos .col-pos-content {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .page-template-page-wilberforce .team-container .col-pos .col-pos-content {
    padding: 25px 0;
  }
}

.page-template-page-wilberforce .team-container .col-pos .col-pos-content h3 {
  color: #000000;
  font-weight: 500;
  margin: 0 0 1px 0;
}

@media (min-width: 992px) {
  .page-template-page-wilberforce .team-container .col-pos .col-pos-content h3 {
    font-size: 1.25rem !important;
  }
}

.page-template-page-wilberforce .team-container .col-pos .col-pos-content .subpos {
  color: #707070;
  font-family: "Montserrat", sans-serif !important;
  font-size: 0.6875rem;
  margin-bottom: 15px;
}

.page-template-page-wilberforce .team-container .col-pos .col-pos-content p {
  color: #707070;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif !important;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .page-template-page-wilberforce .team-container .col-pos .no-img {
    padding: 25px;
  }
}

.page-template-page-wilberforce .tabintro {
  color: #505050;
  font-size: 12px;
  line-height: 18px;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
}

.page-template-page-wilberforce .currboxinner {
  background: #fff;
  position: relative;
  border: 1px solid #ebebeb;
}

@media (max-width: 767px) {
  .page-template-page-wilberforce .currboxinner {
    max-width: 380px;
    margin: 0 auto;
  }
}

.page-template-page-wilberforce .currboxinner .cur-pos-img {
  position: relative;
  height: 232px;
}

.page-template-page-wilberforce .currboxinner .cur-pos-img-apply {
  position: relative;
  height: 280px;
}

.page-template-page-wilberforce .currboxinner .cur-pos-img .disk {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 68px;
  height: 68px;
  background: #fff;
  border-radius: 34px;
}

@media (max-width: 767px) {
  .page-template-page-wilberforce .currboxinner .cur-pos-img .disk {
    left: 15px;
    bottom: 15px;
  }
}

.page-template-page-wilberforce .currboxinner .cur-pos-img .diskinner {
  display: table-cell;
  vertical-align: middle;
  width: 68px;
  height: 68px;
}

.page-template-page-wilberforce .currboxinner .cur-pos-img .disk .day {
  color: #1a89ca;
  font-size: 12px;
  line-height: 12px;
  font-weight: 800;
}

.page-template-page-wilberforce .currboxinner .modalright .day {
  color: #1a89ca;
  font-size: 13px;
  line-height: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.page-template-page-wilberforce .currboxinner .cur-pos-img .disk .number {
  color: #1a89ca;
  font-size: 23px;
  line-height: 23px;
  font-weight: 800;
}

.page-template-page-wilberforce .currboxinner .cur-pos-content {
  padding: 30px 30px 60px 30px;
}

@media (max-width: 767px) {
  .page-template-page-wilberforce .currboxinner .cur-pos-content {
    padding: 15px 15px 40px 15px;
  }
}

.page-template-page-wilberforce .currboxinner .cur-pos-content h2 {
  color: #707070;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
}

.page-template-page-wilberforce .currboxinner .cur-pos-content h3 {
  color: #707070;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.page-template-page-wilberforce .currboxinner .cur-pos-content p {
  color: #707070;
  font-size: 12px;
  line-height: 18px;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
}

.page-template-page-wilberforce .currboxinner .cur-pos-content p.learn-more {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #1a89ca;
  font-size: 12px;
  line-height: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-template-page-wilberforce .currboxinner .cur-pos-content p.learn-more {
    position: relative;
    left: 0;
    bottom: 0;
    top: 10px;
  }
}

.page-template-page-wilberforce .currboxinner .cur-pos-content a.button-wf {
  width: calc(100% - 60px);
  text-align: center;
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #fff !important;
  background: #0e1b2b !important;
  padding: 15px !important;
  border: 1px solid #0e1b2b !important;
  font-size: 18px !important;
  line-height: 20px !important;
  font-weight: 400;
  border-radius: 3px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media (max-width: 767px) {
  .page-template-page-wilberforce .currboxinner .cur-pos-content a.button-wf {
    width: calc(100% - 30px);
    left: 15px;
  }
}

.page-template-page-wilberforce .currboxinner .cur-pos-content a.button-wf:hover, .page-template-page-wilberforce .currboxinner .cur-pos-content a.button-wf:focus {
  color: #fff !important;
  background: #0e1b2b !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.page-template-page-wilberforce .currboxinner .cur-pos-content a.button-wf:visited {
  color: #fff !important;
  background: #0e1b2b !important;
}

.page-template-page-wilberforce .currboxinner .cur-pos-content-apply {
  padding: 30px 30px 100px 30px;
}

@media (max-width: 767px) {
  .page-template-page-wilberforce .currboxinner .cur-pos-content-apply {
    padding: 15px 15px 100px 15px;
  }
}

.page-template-page-wilberforce .modalboxinner .modalright .day {
  color: #1a89ca;
  font-size: 13px;
  line-height: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.page-template-page-wilberforce .modal-dialog {
  position: relative;
}

@media (min-width: 1200px) {
  .page-template-page-wilberforce .modal-dialog {
    width: 60%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-page-wilberforce .modal-dialog {
    width: 75%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-template-page-wilberforce .modal-dialog {
    width: 90%;
  }
}

.page-template-page-wilberforce .modal-body {
  padding: 0;
  height: 100%;
  overflow: hidden !important;
}

.page-template-page-wilberforce .modal-dialog button.close {
  /*position: absolute;
		right: 15px;
		top: 15px;*/
}

.page-template-page-wilberforce .modalimg {
  display: block;
  position: relative;
  height: 100% !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.page-template-page-wilberforce .modalleft {
  float: left;
  display: block;
  width: 40%;
  height: 100%;
  overflow: hidden !important;
}

@media (min-width: 768px) {
  .page-template-page-wilberforce .modalleft {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}

.page-template-page-wilberforce .modalleftinner {
  padding: 10px;
  visibility: hidden;
}

.page-template-page-wilberforce .modalright {
  position: relative;
  float: left;
  display: block;
  width: 60%;
  height: 100% !important;
  padding: 20px 30px;
  text-align: left !important;
}

@media (max-width: 767px) {
  .page-template-page-wilberforce .modalleft {
    width: 100%;
    height: 232px !important;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .page-template-page-wilberforce .modalright {
    width: 100%;
  }
}

.page-template-page-wilberforce .modalright h3 {
  color: #707070;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-right: 50px;
  margin-bottom: 20px;
}

.page-template-page-wilberforce .modal-body {
  color: #707070;
  font-size: 12px;
  line-height: 18px;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
}

.wf-img img {
  border-radius: 4px;
}

.wf-img-xs img {
  width: 120px !important;
  height: 120px !important;
  margin: 0 auto;
}
