@charset "UTF-8";
@font-face{font-family:'Montserrat';src:url(/font/Montserrat-Light.woff2) format('woff2'),url(/font/Montserrat-Light.woff) format('woff');font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:'Montserrat';src:url(/font/Montserrat-Regular.woff2) format('woff2'),url(/font/Montserrat-Regular.woff) format('woff');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Montserrat';src:url(/font/Montserrat-Medium.woff2) format('woff2'),url(/font/Montserrat-Medium.woff) format('woff');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Montserrat';src:url(/font/Montserrat-SemiBold.woff2) format('woff2'),url(/font/Montserrat-SemiBold.woff) format('woff');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:'Montserrat';src:url(/font/Montserrat-Bold.woff2) format('woff2'),url(/font/Montserrat-Bold.woff) format('woff');font-weight:700;font-style:normal;font-display:swap}

:root {
	color: #212529;
	--default: #212529;
	--primary: #e9511d;
	--dark: #424549;
	--light: #f0f0f0;
	--section-padding-mobile: 150px 0px;
	--section-padding-desktop: 200px 0px;
	--section-padding-small: 70px;
	--body-font-size: 15px;
	--body-font-line-height: 26px;
	--heading-font-size: 20px;
	--heading-font-line-height: 28px;
	--body-margin: 15px 0px;
	--ul-padding: 14px;
	--block-button-font-size: 15px;
	--border-radius-mobile: 10px;
	--border-radius-desktop: 15px;
	--section-default-top-mobile: 200px;
	--section-default-top-desktop: 250px;
}

body {
	font-family: 'Montserrat', Arial, sans-serif;
	margin: 0;
	padding: 0;
}
.rc {
  visibility: hidden;
}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:#fff0}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid #fff0}.slick-arrow.slick-hidden{display:none}

a, .block-button, button, input, svg, svg path, header, .slider-text, .slider-link img, .nav-link span {
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
.section {
	padding: var(--section-padding-mobile);
	margin: 0px;
}
.section.default-top {
	padding-top: var(--section-default-top-mobile);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.default-top-over {
	padding-top: var(--section-default-top-mobile);
	background-color: rgba(0,0,0,0.30);
	padding-bottom: 150px;
	/* [disabled]height: 70vh; */
	min-height: 580px;
}
.default-top-over.event {
	height: 90vh;
	min-height: 920px;
}
.section.default-top.with-image {
	padding: 0px;
}
.section.no-top {
	padding-top: 0px;
}
.section.no-bottom {
	padding-bottom: 0px;
}
.section.small-top {
	padding-top: var(--section-padding-small);
}
.section.small-bottom {
	padding-bottom: var(--section-padding-small);
}
.section.primary {
	background-color: var(--primary);
}
.section.dark {
	background-color: var(--dark);
}
.section.light {
	background-color: var(--light);
}

.section.dark,
.section.dark a {
	color: rgba(255,255,255,0.70);
}
.section.primary,
.section.primary a {
	color: rgba(255,255,255,0.85);
}
.section.dark a:hover,
.section.dark .block-button {
	color: var(--primary);
}
.section.dark .block-button:hover,
.section.primary .block-button,
.section.hero .block-button,
.section.default-top.with-image .block-button {
	border-bottom: 1px solid #ffffff;
}
.section.primary .block-button:hover {
	color: var(--default);
}
.section.primary .block-button:hover {
	border-bottom: 1px solid var(--default);
}
.section.dark .block-button:hover svg path {
	fill: #ffffff;
}
.section.primary .block-button svg path,
.section.hero .block-button svg path,
.section.default-top.with-image .block-button svg path {
	fill: #ffffff;
}
.section.primary .block-button:hover svg path {
	fill: var(--default);
}
.section.dark h1,
.section.dark h2,
.section.dark h3,
.section.dark h4,
.section.dark h5,
.section.dark h6,
.section.dark .block-button:hover,
.section.primary h1,
.section.primary h2,
.section.primary h3,
.section.primary h4,
.section.primary h5,
.section.primary h6,
.section.primary .block-button,
.section.primary a:hover,
.section.hero .block-button,
.section.default-top.with-image .block-button,
.section.dark .text-col.h p,
.section.primary .text-col.h p {
	color: #ffffff;
}

.padding-wrap {
	margin: 0px auto;
	padding: 0px 7%;
	max-width: 1440px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: var(--heading-font-size);
	line-height: var(--heading-font-line-height);
	margin: var(--body-margin);
}
p, ul, ol {
	font-size: var(--body-font-size);
	line-height: var(--body-font-line-height);
	margin: var(--body-margin);
}
ul, ol {
	padding-left: var(--ul-padding);
}
a {
	color: var(--default);
}
a:hover {
	color: var(--primary);
}
.t {
	display: table;
	width: 100%;
	height: 100%;
}
.c {
	display: table-cell;
}
.c.m {
	vertical-align: middle;
}
.c.b {
	vertical-align: bottom;
}
.block-button {
	font-size: var(--block-button-font-size);
	color: var(--primary);
	border-bottom: 1px solid var(--primary);
	display: block;
	text-decoration: none;
	font-weight: 600;
	padding-bottom: 3px;
	width: 100%;
	position: relative;
	max-width: 250px;
	margin-bottom: 15px;
}
.block-button span {
	display: inline-block;
	padding-right: 40px;
}
.block-button:hover {
	color: var(--default);
	border-bottom: 1px solid var(--default);
}
.block-button svg {
	height: 10px;
	position: absolute;
	right: 0px;
	margin-top: 5px;
}
.block-button svg path {
	fill: var(--primary);
}
.block-button:hover svg.plus {
	right: 15px;
}
.block-button:hover svg.plus {
	opacity: 0;
}
.block-button svg.arrow {
	right: 15px;
	opacity: 0;
}
.block-button:hover svg.arrow {
	right: 0px;
	opacity: 1;
}
.block-button svg.arrow path {
	fill: var(--default);
}
.supporting-logo {
	margin-bottom: 45px;
}
.supporting-logo svg {
	width: 150px;
}
.supporting-logo svg path {
	fill: #ffffff;
}
.footer-cols {
	font-size: 0px;
}
.footer-col {
	font-size: 15px;
	vertical-align: top;
}
.footer-col ul {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	list-style-type: none;
	font-size: 14px;
}
.footer-col.policy-nav {
	margin-top: 70px;
}
.footer-col.policy-nav ul {
	font-size: 12px;
}
.footer-col ul li a {
	text-decoration: none;
}
#hero-slider .carousel-item {
	height: 90vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 640px;
	max-height: 700px;
}
.hero-content {
	max-width: 300px;
	padding-bottom: 50px;
}
.hero-content p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 22px;
	line-height: 22px;
	color: #FFFFFF;
}
.hero-content h1, .hero-content h2, .hero-content h3, .hero-content h4, .hero-content h5, .hero-content h6 {
	margin: 0px 0px 50px 0px;
	padding: 0px;
	font-size: 52px;
	line-height: 50px;
	letter-spacing: -2px;
}
.default-top h1 {
	margin: 0px;
	padding: 0px;
	font-size: 40px;
	line-height: 45px;
	letter-spacing: -2px;
	max-width: 900px;
}
.controls-wrap {
	padding: 0px 7%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 1;
	margin-bottom: 20px;
}
#default-slider .controls-wrap {
	padding-left: 30px;
}
.carousel .default-arrow  {
	height: 16px;
}
.default-arrow  {
	height: 23px;
}
.slider-prev-next {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border-style: none;
}
.slider-prev-next.prev {
	margin-right: 15px;
}
.slider-prev-next svg path {
	fill: #ffffff;
}
.controls-wrap.blog .slider-prev-next svg path {
	fill: var(--default);
}
.slider-prev-next:hover svg path {
	fill: var(--primary);
}
.controls-wrap.blog .slider-prev-next:hover  svg path {
	fill: var(--primary);
}
.controls-wrap.blog {
	bottom: -60px;
}
#default-slider .controls-wrap.blog {
	padding: 0px;
}
.text-cols {
	margin: 0px auto 0px auto;
	font-size: 0px;
	max-width: 750px;
}
.text-col {
	text-align: left;
	overflow: auto;
}
.text-col.first-para p:first-child {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 30px;
	font-weight: 500;
	letter-spacing: -1px;
}
.default-top p {
	font-size: 18px;
	margin-top: 25px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-weight: 500;
	color: #ffffff;
	max-width: 750px;
	line-height: 28px;
}
.default-top .block-button {
	margin-top: 40px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.text-col .block-button {
	margin-top: 50px;
}
.text-col.h h2,
.section.sub-nav-section h2 {
	font-size: 40px;
	line-height: 45px;
	letter-spacing: -2px;
	margin-bottom: 50px;
	max-width: 500px;
}
.text-col.h.withPara h2 {
	margin-bottom: 20px;
}
.text-col.h p {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 50px;
	font-weight: 500;
	letter-spacing: -1px;
}
.news-list-wrap li a .news-head-page {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 20px;
	font-weight: 500;
	letter-spacing: -1px;
	display: block;
}
.img-wrap {
	border-radius: var(--border-radius-mobile);
	overflow: hidden;
}
.tab button {
	display: block;
	background-color: transparent;
	color: rgba(33,37,41,0.40);
	padding: 10px 0px;
	width: 100%;
	border: none;
	text-align: left;
	cursor: pointer;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -1px;
	position: relative;
}
.tab button svg {
	margin-right: 20px;
	position: absolute;
	right: 0px;
	top: 17px;
}
.tab button:hover svg,
.tab button.active svg {
	margin-right: 0px;
}
.tab button svg path {
	fill: rgba(255,255,255,0.00);
}
.tab button:hover svg path,
.tab button.active svg path {
	fill: var(--primary);
}
.tab button:hover {
	color: #212529;
}
.tab button.active {
	color: #212529;
}
.tabcontent {
	display: none;
}
.tablinks span {
	padding-right: 60px;
	float: left;
}
.text-col.tab-item-images {
	margin-top: 40px;
}
.text-cols.no-right {
	text-align: right;
}
.news-list-item {
	margin-bottom: 90px;
}
.news-list-item:last-child {
	margin-bottom: 0px;
}
.news-excerpt   {
	line-height: 26px;
	font-size: 15px;
}
.news-heading {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 15px;
}
.news-list-item .block-button {
	margin-top: 30px;
}
.news-list-item a {
	display: block;
	text-decoration: none;
}
.news-list-item a:hover {
	color: rgba(255,255,255,0.70)!important;
}
.news-list-item a span {
	display: block;
}
.news-list-item a:hover .block-button {
	color: #ffffff;
	border-color: #FFFFFF;
}
.news-list-item a:hover .block-button svg path {
	fill: #ffffff;
}
.news-list-item a:hover .block-button svg.plus {
	right: 15px;
}
.news-list-item a:hover .block-button svg.plus {
	opacity: 0;
}
.news-list-item a:hover .block-button svg.arrow {
	right: 15px;
	opacity: 0;
}
.news-list-item a:hover .block-button svg.arrow {
	right: 0px;
	opacity: 1;
}
.slider {
	margin: -23px;
	padding-top: 30px;
}
.slider-item {
	padding: 23px;
	font-size: 22px;
	line-height: 25px;
}
.slider-link {
	display: block;
	text-decoration: none;
}
span.img-wrap {
	display: block;
}
.slider-text {
	border-bottom: 1px solid var(--default);
	display: block;
	margin-top: 20px;
}
.slider-text span {
	display: block;
}
.slider-text svg {
	height: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.svgs {
	position: relative;
	height: 17px;
	margin-top: 25px;
}
.slider-text svg path {
	fill: var(--default);
}
.slider-link:hover .slider-text svg path {
	fill: var(--primary);
}
.slider-link:hover .slider-text {
	border-bottom: 1px solid var(--primary);
}
.slider-text svg.arrow {
	left: 20px;
	opacity: 0;
}
.slider-link:hover .slider-text svg.arrow {
	left: 0px;
	opacity: 1;
}
.slider-link:hover .slider-text svg.plus {
	left: 20px;
	opacity: 0;
}
.slider-link:hover img {
	filter: grayscale(100%);
}
.slider-button {
	position: absolute;
	top: 0px;
	left: 23px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border-style: none;
	z-index: 1;
}
.slider-button.slick-next {
	margin-left: 65px;
}
.slider-button svg path {
	fill: var(--primary);
}
.slider-button:hover svg path {
	fill: var(--default);
}
.section.full-image {
	padding: 0px;
	position: relative;
	background-color: #212529;
}
.full-over {
	color: rgba(0,0,0,0.46);
	padding-bottom: 150px;
	padding-top: 50px;
}
.full-over .text-col.h h2 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	color: #FFFFFF;
}
.full-over .text-col.h h3 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	color: #FFFFFF;
}
.max-text {
	margin: 0px auto;
	max-width: 900px;
}
.default-top .block-button.extra {
	margin-top: 15px;
}
.sub-items {
	margin: -40px -23px;
	font-size: 0px;
}
.sub-items .slider-item {
	display: inline-block;
	vertical-align: top;
	padding: 40px 23px;
	width: 100%;
}
.section.dark.sub-nav-section a {
	color: #FFFFFF;
}
.section.dark.sub-nav-section a:hover {
	color: var(--primary);
}
.section.dark.sub-nav-section .slider-text svg path {
	fill: #FFFFFF;
}
.section.dark.sub-nav-section a:hover .slider-text svg path {
	fill: var(--primary);
}
.section.dark.sub-nav-section .slider-text {
	border-bottom-color: #FFFFFF;
}
.section.dark.sub-nav-section a:hover .slider-text {
	border-bottom-color: var(--primary);
}
.table-style {
	overflow-x: auto;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	margin-top: 20px;
	font-size: 13px;
}

.table-style table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border-left: 1px solid #B2B2B2;
	border-right-style: none;
	border-bottom-style: none;
	border-top: 1px solid #B2B2B2;
}

.table-style th,
.table-style td {
	text-align: left;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
	vertical-align: top;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	font-weight: 500;
}

.table-style tr:nth-child(odd) {
    background-color: var(--light);
}

.table-style tr:first-child {
    background-color: var(--dark);
    color: #FFFFFF;
}

.table-style tr:first-child th:first-child {
    background-color: var(--primary);
}

.table-style tr:first-child th,
.table-style tr:first-child td {
    padding-top: 15px;
    padding-bottom: 15px;
}
.nav-tabs {
	margin: 0px;
}
.nav-tabs.three li {
	width: 33.3333%;
}
.nav-tabs.four li {
	width: 25%;
}
.nav-link {
	padding-top: 40px;
	padding-right: 15%;
	padding-left: 15%;
	padding-bottom: 50px;
	margin: 0px;
	display: block;
	width: 100%;
	color: var(--default);
}
.nav-link span {
	border-bottom: 1px solid var(--default);
	font-weight: 600;
	padding-bottom: 15px;
	display: block;
	text-align: left;
	position: relative;
}
.nav-link:hover,
.nav-tabs .nav-link.active {
	color: var(--primary);
}
.nav-link:hover span {
	border-bottom: 1px solid var(--primary);
}
.nav-tabs .nav-link.active span {
	border-bottom: 1px solid var(--primary);
}
.nav-link svg {
	height: 10px;
	position: absolute;
	left: 0px;
	bottom: 3px;
}
.nav-tabs .nav-link, .nav-tabs {
	border-radius: 0px;
	border-style: none;
}
.nav-link:hover svg path {
	fill: var(--primary);
}
.nav-tabs .nav-link.active svg path {
	fill: var(--primary);
}
.nav-link svg.arrow {
	left: 15px;
	opacity: 0;
}
.nav-link:hover svg.arrow {
	left: 0px;
	opacity: 1;
}
.nav-link svg.plus {
	left: 0px;
	opacity: 1;
}
.nav-link:hover svg.plus {
	left: 15px;
	opacity: 0;
}
.nav-tabs .nav-link.active svg.plus {
	opacity: 0;
}
.nav-tabs .nav-link.active svg.arrow {
	opacity: 1;
	left: 0px;
}
.nav-link:focus {
	color: var(--default);
}
.section.table-content {
	/* [disabled]padding-top: 100px; */
}
.table-heading-wrap {
	overflow: auto;
}
.table-heading-wrap h2 {
	font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 15px;
}
.table-heading-wrap .block-button {
	max-width: 450px;
}
.table-wrap {
	padding-top: 100px;
}
.disc p {
	font-size: 12px;
	line-height: 20px;
}
.disc h3 {
	font-size: 16px;
}
.slider-title span {
	color: var(--primary);
}
.page-links {
	background-color: #212529;
	z-index: 98;
	font-size: 0px;
	display: none;
}
.page-link-item {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.page-link-item a {
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
}
.page-link-item.prev a {
	padding-right: 10px;
}
.page-link-item.next a {
	padding-left: 10px;
}
.page-link-item a svg {
	height: 18px;
}
.page-link-item.prev a svg {
	margin-right: 15px;
}
.page-link-item.next a svg {
	margin-left: 15px;
}
.page-link-item a svg path {
	fill: #ffffff;
}
.page-link-item.prev a:hover svg {
	margin-right: 25px;
}
.page-link-item.next a:hover svg {
	margin-left: 25px;
}
.page-link-item a:hover {
	color: var(--primary);
}
.page-link-item a:hover svg path {
	fill: var(--primary);
}
.page-link-item.next {
	text-align: right;
}
.acc-logos {
	padding: 0px;
	list-style-type: none;
}
.acc-logos li {
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 20px;
}
.acc-logos li img {
	height: 70px;
}
.acc-list {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.acc-list li {
	padding: 8px 0px;
	border-bottom: 1px solid rgba(33,37,41,0.20);
}
.acc-list li a {
	display: block;
	text-decoration: none;
}
.acc-list li a:hover svg path {
	fill: var(--primary);
}
.acc-list li svg {
	height: 10px;
	float: right;
	margin-top: 9px;
}
.formBlock {
	font-size: 15px;
	margin-bottom: 20px;
}
.formBlock.alt {
	display: none;
}
.formBlock input,
.formBlock textarea {
	padding: 15px;
	width: 100%;
	font-weight: 500;
	border-radius: 3px;
	border: 1px solid rgba(178,178,178,1.00);
}
.custom-select {
  position: relative;
}
select {
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	font-size: 16px;
	padding-top: 15px;
	padding-right: 45px;
	padding-left: 20px;
	padding-bottom: 15px;
	border: 1px solid #BDBDBD;
	color: #212529;
	cursor: pointer;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: #FFFFFF;
}
.custom-select:before,
.custom-select:after {
	content: "";
	position: absolute;
	right: 15px;
	pointer-events: none;
}
.custom-select:after {
	top: 50px;
	background-image: url(/img/select.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 17px 10px;
	width: 17px;
	height: 10px;
}
.allError {
	color: #ffffff;
	padding: 10px 30px;
	border-radius: 3px;
	background-color: #AE1B1E;
	margin-bottom: 30px;
}
.allError p {
	font-size: 15px!important;
	margin: 0px!important;
	padding: 0px!important;
	font-weight: 600;
	letter-spacing: normal!important;
	line-height: 24px!important;
}
.formBlock.error select,
.formBlock.error input,
.formBlock.error textarea {
	border: 1px solid #AE1B1E;
	background-color: rgba(174,27,30,0.05);
}
.formBlock p.errorMessage {
	color: #AE1B1E;
	font-weight: 600;
	display: inline-block;
	padding: 0px;
	margin: 0px;
}
.formBlock label {
	margin-bottom: 5px;
}
#scroll .section {
}
.formButton input {
	font-size: 15px;
	display: inline-block;
	border-style: none;
	padding: 10px 25px;
	background-color: var(--primary);
	border-radius: 3px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 15px;
}
.formButton input:hover {
	background-color: var(--default);
}
.full-over .t {
	height: 50%;
}
form {
	margin-top: 100px;
}
.contact-list {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.contact-list li {
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
}
.contact-list li a {
	font-size: 18px;
	text-decoration: none;
	display: block;
}
.contact-list li.social a {
	border-top: 1px solid #C0C0C0;
	padding-top: 30px;
	margin-top: 30px;
	font-size: 15px;
	font-weight: 400;
}
.contact-list li.social a svg {
	width: 30px;
	margin-right: 15px;
}
.contact-list li.social a svg path {
	fill: #0a66c2;
}
.contact-list li.social a:hover svg path {
	fill: var(--primary);
}
.news-list-wrap {
	padding: 0px;
	margin-top: -90px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	list-style-type: none;
	max-width: 750px;
	display: block;
}
.news-list-wrap li {
	border-bottom: 1px solid #D4D4D4;
	margin-bottom: 90px;
	padding-bottom: 90px;
	margin-top: 90px;
}
.news-list-wrap li a {
	display: block;
	text-decoration: none;
	font-size: 0px;
}
.news-list-wrap li a .news-col {
	font-size: 15px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.news-list-wrap li a .news-col .news-excerpt {
	margin-bottom: 20px;
	display: block;
	color: var(--default);
}
.news-list-wrap li a:hover .news-col .news-excerpt {
	color: var(--default);
}
.news-list-wrap li a:hover .news-col .block-button {
	color: var(--default);
	border-bottom: 1px solid var(--default);
}
.news-list-wrap li a:hover .news-col .block-button svg.plus {
	right: 15px;
}
.news-list-wrap li a:hover .news-col .block-button svg.plus {
	opacity: 0;
}
.news-list-wrap li a:hover .news-col .block-button svg.arrow {
	right: 15px;
	opacity: 0;
}
.news-list-wrap li a:hover .news-col .block-button svg.arrow {
	right: 0px;
	opacity: 1;
}
.paging {
}
.paging svg {
	height: 15px;
	display: inline-block;
}
.paging p {
	margin: 0px 15px;
	padding: 0px;
	display: inline-block;
}
.paging a:hover svg path {
	fill: var(--primary);
}
svg.disabled {
	opacity: 0.2;
}
p.date {
	font-size: 15px;
	color: var(--primary);
}
#default-slider.post {
	margin-top: 90px;
}
.news-list-wrap li:last-child {
	border-style: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.default-top .event h1 {
	margin-bottom: 30px;
}
.default-top .event p {
	margin-top: 5px;
}
.padding-wrap .text-cols .text-col.charity.h {
}
.text-col.charity img {
	width: 250px;
	margin-bottom: 20px;
}
.section.dark .text-col.first-para p:first-child,
.section.primary .text-col.first-para p:first-child {
	color: #FFFFFF;
}
.text-col.form-intro {
	padding: 0px;
	width: 100%;
	max-width: 700px;
}
.download-list {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.download-list li {
	margin-bottom: 70px;
}
.download-list h2 {
	font-size: 28px;
	line-height: 34px;
	letter-spacing: -1px;
}
.download-list li:last-child {
	margin-bottom: 0px;
}
.download-section {
	margin-bottom: 110px;
}
.download-section h3  {
	font-size: 34px;
	/* [disabled]color: var(--primary)!important; */
	opacity: 0.6;
	line-height: 38px;
}
.download-section:last-child {
	margin-bottom: 0px;
}

@media (min-width:400px){
}

@media (min-width:450px){
.default-top h1,
.text-col.h h2,
.section.sub-nav-section h2 {
	font-size: 52px;
	line-height: 55px;
}
}

@media (min-width:500px){
.tab button {
	font-size: 28px;
	line-height: 32px;
}
}

@media (min-width:550px){
}

@media (min-width:600px){
.hero-content {
	max-width: 450px;
	padding-bottom: 80px;
}
.hero-content p {
	font-size: 24px;
	line-height: 35px;
}
.hero-content h1, .hero-content h2, .hero-content h3, .hero-content h4, .hero-content h5, .hero-content h6 {
	font-size: 65px;
	line-height: 60px;
}
.default-top h1 {
	font-size: 65px;
	line-height: 67px;
}
.text-col.h h2,
.section.sub-nav-section h2 {
	font-size: 65px;
	line-height: 65px;
}
.nav-link span {
	padding-bottom: 3px;
}
.nav-link svg {
	position: absolute;
	right: 0px;
	left: auto;
	top: 8px;
	bottom: auto;
}
.nav-link svg.arrow {
	right: 15px;
	left: auto;
	opacity: 0;
}
.nav-link:hover svg.arrow {
	right: 0px;
	left: auto;
	opacity: 1;
}
.nav-link svg.plus {
	right: 0px;
	left: auto;
	opacity: 1;
}
.nav-link:hover svg.plus {
	right: 15px;
	left: auto;
	opacity: 0;
}
.nav-tabs .nav-link.active svg.plus {
	opacity: 0;
}
.nav-tabs .nav-link.active svg.arrow {
	opacity: 1;
	left: auto;
	right: 0px;
}
}

@media (min-width:650px){
.controls-wrap {
	text-align: right;
	padding-right: 60px;
}
#default-slider .controls-wrap {
	padding-right: 30px;
}
.slider-button {
	right: 23px;
	left: auto;
}
.slider-button.slick-next {
	margin-left: 0px;
}
.slider-button.slick-prev {
	margin-right: 65px;
}
}

@media (min-width:700px){
.sub-items .slider-item {
	width: 50%;
}
}

@media (min-width:750px){
#hero-slider .carousel-item {
	min-height: 760px;
	max-height: 1000px;
}
.hero-content {
	max-width: 520px;
	padding-bottom: 80px;
}
.hero-content p {
	font-size: 30px;
	line-height: 35px;
}
.hero-content h1, .hero-content h2, .hero-content h3, .hero-content h4, .hero-content h5, .hero-content h6 {
	font-size: 80px;
	line-height: 70px;
	letter-spacing: -3px;
	margin-bottom: 90px;
}
.default-top h1 {
	font-size: 80px;
	line-height: 85px;
	letter-spacing: -3px;
}
.text-col.h h2,
.section.sub-nav-section h2 {
	font-size: 80px;
	line-height: 80px;
	letter-spacing: -3px;
	margin-bottom: 100px;
}
.text-col.h p {
	font-size: 35px;
	line-height: 40px;
}
.text-col.first-para p:first-child {
	font-size: 35px;
	line-height: 40px;
}
	/*
.default-top p {
	font-size: 35px;
	line-height: 40px;
}
	*/
.tab button {
	font-size: 33px;
	line-height: 36px;
}
.default-top-over {
	min-height: 600px;
}
.section.post.default-top h1 {
    font-size: 65px;
    line-height: 67px;
  }
.download-list h2 {
	font-size: 35px;
	line-height: 40px;
}
}

@media (min-width:768px){
.section {
	padding: var(--section-padding-desktop);
}
.section.default-top {
	padding-top: var(--section-default-top-desktop);
}
.footer-col {
	width: 50%;
	display: inline-block;
}
.footer-col.policy-nav {
	margin-top: 0px;
	text-align: right;
}
.img-wrap {
	border-radius: var(--border-radius-desktop);
}
.full-over {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-image: linear-gradient(to right, rgba(0,0,0,0.40) , rgba(0,0,0,0.00));
	height: 100%;
	padding: 0px;
	color: rgba(0,0,0,0.46);
}
.full-over .text-col.h h2 {
	margin: 0px;
}
.full-over .t.top {
	padding-top: 5%;
}
.full-over .t.bottom {
	padding-bottom: 5%;
}
.default-top-over {
	padding-bottom: 200px;
}
.nav-link {
	font-size: 16px;
}
}

@media (min-width:800px){
}

@media (min-width:850px){
}

@media (min-width:900px){
.hero-content {
	max-width: 550px;
	padding-bottom: 90px;
}
.hero-content p {
	font-size: 30px;
	line-height: 35px;
}
.hero-content h1, .hero-content h2, .hero-content h3, .hero-content h4, .hero-content h5, .hero-content h6 {
	font-size: 90px;
	line-height: 81px;
}
}

@media (min-width:920px){
.page-links {
	display: block;
}
.full-over .text-col.h h3 {
	font-size: 35px;
	line-height: 40px;
	letter-spacing: -2px;
}
}

@media (min-width:992px){
.sub-items .slider-item {
	width: 33.3333%;
}
.page-link-item a {
	font-size: 15px;
}
.charity-col {
	width: 50%;
}
}

@media (min-width:1000px){
}

@media (min-width:1050px){
.hero-content {
	max-width: 700px;
	padding-bottom: 100px;
}
.hero-content h1, .hero-content h2, .hero-content h3, .hero-content h4, .hero-content h5, .hero-content h6 {
	font-size: 105px;
	line-height: 90px;
	letter-spacing: -5px;
}
}

@media (min-width:1100px){
.text-cols {
	margin: 0px -23px 0px -23px;
	max-width: none;
}
.text-col {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 0px 23px 0px 23px;
	overflow: visible;
}
.text-col.h h2 {
	margin-bottom: 0px;
}
.text-col.tab-item-images {
	margin-top: 0px;
}
.text-col.h p {
	max-width: 500px;
}
.contact-list li.social a {
	margin-right: 50px;
}
form {
	margin-top: 20px;
}
.news-list-wrap li a .news-col {
	width: 50%;
}
.news-list-wrap {
	max-width: none;
}
.news-head-page {
	padding-right: 90px;
}
}

@media (min-width:1140px){
.page-link-item a {
	font-size: 18px;
}
}

@media (min-width:1200px){
}

@media (min-width:1366px){
.hero-content {
	padding-bottom: 110px;
}
}

@media (min-width:1440px){
.padding-wrap {
	padding: 0px;
	max-width: 1240px;
}
}

/* CHARITY TOTAL BLOCK */

.totalRaised {
	font-size: 20px;
  	display: inline-block;
  	width: 100%;
  	border-style: none;
  	padding: 15px 30px;
  	background-color: var(--primary);
  	border-radius: 3px;
  	font-weight: 500;
  	color: #FFFFFF;
  	margin-top: 15px;
}

.charityLargeText {
	font-size: 66px;
}

.thankYou {
	font-size: 6rem;
  	letter-spacing: -0.1rem;
  	font-weight: bold;
  	line-height: 1;
  	text-align: center;
  	display: inline-block;
  	color: var(--primary);
  	width:100%;
  	margin-bottom:30px;
}

.introLine {
	font-size:1.2rem;
}

@media (min-width:1200px){
	.thankYou {
		width:auto;
	}
}

