html {
	scroll-behavior: smooth;
}

.lta-feature-panel {
	background-color: #eae9e4;
	border: 1px solid #e0dfda;
	margin-bottom: 30px !important;
}

.lta-feature-panel .img-container {
	align-items: center;
	display: flex;
	justify-content: center;
	background-color: #fff;
	height: 100%;
}

.lta-feature-panel img {
	margin: auto;
}

.lta-feature-content {
	padding: 20px 20px 20px 0px;
	margin-bottom: 60px;
}

.lta-feature-cta span {
	transition: all 0.4s ease-out;
	border-right: 2px solid transparent;
	color: #fff;
	position: absolute;
	right: -2px;
	bottom: -1px;
	background-color: #1b304f;
	padding: 12px 75px 12px 15px;
}

.lta-feature-cta span svg {
	display: block;
	margin: 0 auto;
	width: 40px;
	position: absolute;
	bottom: 16px;
	right: 10px;
	transition: all 0.4s ease-out;
}

.lta-feature-cta a {
	transition: all 0.4s ease-out;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.lta-feature-cta a:hover {
	text-decoration: none;
}

.lta-feature-cta span svg {
	display: block;
	margin: 0 auto;
	width: 40px;
	position: absolute;
	bottom: 16px;
	right: 10px;
	transition: all 0.4s ease-out;
}

.lta-feature-cta a:hover span > svg {
	transform: translateX(10px);
	fill: #fff;
}

.lta-feature-cta a:hover span {
	border-right: 2px solid #b0da03;
}

.contact-social ul {
	list-style-type: none;
	padding: 0;
}

.contact-social ul li {
	padding: 5px 0 0 0;
	text-align: center;
	display: inline-block;
	background-color: #a2c447;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	margin-right: 6px;
}

.contact-social ul li a {
	color: #ffffff;
	font-size: 1.2rem;
	transition: color 0.3s ease-out;
}

.contact-panel {
	background-color: #f5f5f5;
	padding: 20px;
}
.contact-inner-panel {
	background-color: #f5f5f5;
	padding: 20px 40px 0px 40px;
}
.contact-inner-panel .contact-address .fas {
	position: absolute;
	left: -36px;
	font-size: 23px;
	color: #a2c448;
}

.contact-inner-panel .contact-address {
	position: relative;
	top: -15px;
}

.comms-table {
	margin-top: 10px;
	margin-bottom: 30px;
}

.comms-table tbody tr:hover {
	background-color: rgb(69 131 185 / 10%);
}

.comms-table thead {
	background-color: #216097;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

.comms-table th {
	color: #fff;
	font-size: 0.75rem;
	text-transform: uppercase;
}
.comms-table td {
	width: 33.333%;
	color: rgb(84, 84, 84);
	font-size: 0.85rem;
	padding: 7px 12px;
}

.comms-table th:last-child {
	/* width: 33.333%; */
	text-align: left;
}

.comms-table td:last-child {
	/* width: 33.333%; */
	text-align: left;
}

.comms-table td a {
	text-decoration: none;
	transition: color 0.3s ease-out;
}

.comms-table td a:hover {
	text-decoration: none;
	color: rgb(49 134 45);
}

h5.comms {
	padding: 10px 0px 0px 0px;
	color: #2672ba;
	font-size: 1.1rem;
	text-transform: uppercase;
	margin: 0;
}

.comms-response p {
	font-size: 0.75rem;
	padding: 0;
	margin: 0;
}

.sticky-top {
	top: 100px;
	z-index: 1;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
	background-color: #b2d235 !important;
	color: white !important;
}

.btn-primary {
	color: white !important;
	background-color: #47a942 !important;
	border: none;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
}

#browser {
	z-index: 20;
	background-color: red;
	margin: 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.65rem;
	position: fixed;
	left: 50%;
	padding: 6px 20px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.brand-icon {
	color: #a0c447;
}

#home-event {
	background-color: #fff;
	padding: 50px 0 80px 0;
}

#home-event .section-intro h2 {
	color: rgb(26 46 78);
	text-align: center;
	padding: 0 0 30px 0;
}

.event-icon {
	margin-left: 10px;
	color: #a0c447;
	width: 25px;
}

.event-details {
	border: 1px solid #e2e4db;
	background-color: #f6f7f2;
	padding: 15px;
	margin: 0px 0px 15px 0px;
}

.event-details-dark {
	border: 1px solid #b2d235;
	padding: 15px 0px;
	margin: 0px 0px 15px 0px;
}

.event-details-dark li {
	display: inline-block;
	list-style-type: none;
}

.event-details-dark ul {
	text-align: center;
	margin: 0;
	padding: 0;
}

.event-details-dark h5 {
	text-transform: uppercase;
	text-align: center;
	font-size: 1.05rem;
	font-weight: 300;
}

.event-details-dark ul li a {
	color: #fff;
	background: #b2d235;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	padding-top: 9px;
	margin: 0 2px;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-font-smoothing: antialiased;
}

.event-section {
	padding: 5px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(160, 196, 71, 0.3);
}

.no-border {
	border: none;
}

.event-details h5 {
	color: #192e4e;
	font-size: 1rem;
	margin: 0;
	padding: 0 0 5px 0;
}

.event-details p {
	font-size: 0.85rem;
	margin: 0;
	padding: 0 0 5px 0;
}
.event-details p.venue {
	display: flex;
}

a.scrollTop {
	top: 7px;
	position: absolute;
	color: rgb(255 255 255 / 0.4) !important;
	right: 18px;
	z-index: 9999;
	border-radius: 50%;
	width: 27px;
	height: 27px;
	padding: 0px 5px;
	font-size: 1.8rem;
}

a.scrollTop:hover {
	color: rgb(255 255 255 / 0.6);
}

a.scrollTop i {
	font-size: 24px;
	padding: 7px 0;
}

.news-panel-text {
	margin-top: 0px;
}

a[href$=".doc"],
a[href$=".docx"] {
	background: transparent url(/images/content/icon_word.gif) center right no-repeat;
	padding-right: 18px;
}
a[href$=".xls"],
a[href$=".xlsx"] {
	background: transparent url(/images/content/icon_excel.gif) center right no-repeat;
	padding-right: 18px;
}
.sub-page a[href$=".pdf"] {
	background: transparent url(../img/pdf.png) center left no-repeat;
	padding: 8px 0px 8px 50px;
	display: inline-block;
	color: #213558;
}
a[href$=".zip"] {
	background: transparent url(/images/content/icon_zip.gif) center left no-repeat;
	padding-left: 18px;
}

/* p > a {
	padding: 8px 0px 8px 50px;
	display: inline-block;
} */

a {
	color: #00549d;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #00549d;
	background-color: transparent;
}

a.mobile-call-link {
	color: #ffffff;
}

a.mobile-call-link:hover {
	color: #ffffff;
	text-decoration: none;
}

.topbar-icon {
	color: #ffffff;
	transition: color 0.3s ease-out;
}

.topbar .container ul li a:hover .fab {
	color: #a2c448;
	cursor: pointer;
}

.left-topbar-icon {
	font-size: 14px;
	color: #a2c448;
	padding: 0px 5px 0px 12px;
}

.left-heading-icon {
	font-size: 22px;
	color: #a2c448;
	padding: 0px 10px 0px 0px;
}

/*  --------------------------------------------------------
Share Links
-------------------------------------------------------- */

/*  --------------------------------------------------------
CUSTOM NAVIGATION
-------------------------------------------------------- */

/* selected */
.navbar-nav > li > a {
	font-size: 0.85rem;
	color: #6f6e6e;
	text-decoration: none;
}

/* selected */
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #15487b;
	padding: 5px 10px;
	border-radius: 3px;
}

a .caret-icon {
	font-size: 0.5rem;
	margin-left: 0px;
}

@media (min-width: 768px) {
	.navbar-nav > li > a {
		padding: 10px 10px 2px 10px;
		font-size: 0.85rem;
		outline: none;
	}

	/* .navbar-nav > li:last-child a {
		padding: 10px 10px 2px 10px;
		font-size: 0.85rem;
		outline: none;
	} */
}

@media screen and (max-width: 640px) {
	.navbar-nav > .active > a,
	.navbar-nav > .active > a:hover,
	.navbar-nav > .active > a:focus {
		color: #ffffff;
		text-decoration: none;
	}
}

/* hover state */
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	color: #1a2e4e;
	text-decoration: none;
	outline: 0 !important;
}

/* hover state on side panel */
@media screen and (max-width: 640px) {
	.navbar .navbar-nav > .show > a,
	.navbar .navbar-nav > .show > a:hover,
	.navbar .navbar-nav > .show > a:focus {
		color: #ffffff;
		text-decoration: none;
		outline: 0 !important;
	}
}

/* selected with dropdown */
.navbar .navbar-nav > .show > a,
.navbar .navbar-nav > .show > a:hover,
.navbar .navbar-nav > .show > a:focus {
	color: #1a2e4e;
	text-decoration: none;
	outline: 0 !important;
}

/* dropdown text color */
.navbar-nav .dropdown-menu > li > a {
	line-height: 40px;
	padding: 0 20px;
	color: #404755;
	white-space: normal;
	transition: all 0.3s;
}

/* dropdown selected state */
.navbar .has-submenu.show > a {
	display: block;
	color: #ffffff;
	background-color: #00549d;
}

/* dropdown selected hover state */
.navbar-nav .show .dropdown-menu > li > a:hover,
.navbar-nav .show .dropdown-menu > li > a:focus,
.navbar-nav .show .dropdown-menu > .active > a,
.navbar-nav .show .dropdown-menu > .active > a:hover,
.navbar-nav .show .dropdown-menu > .active > a:focus {
	color: #ffffff;
	background-color: #00549d;
	display: block;
	text-decoration: none;
	outline: 0 !important;
}

/*  --------------------------------------------------------
END CUSTOM NAVIGATION
-------------------------------------------------------- */
#feed {
	background-color: #13487b;
	/* background-color: #2f5288; */
	padding: 20px 0px 20px 0px;
	border-top: 3px solid #b0da03;
}

.home-intro {
	background-color: #2672ba;
	/* background-color: #2f5288; */
	padding: 30px 0px 0px 0px;
	text-align: center;
}

.intro h1 {
	font-size: 1.5rem;
	text-transform: uppercase;
}

.intro2 {
	padding: 10px 30px;
}

.intro2 h1 {
	/* font-size: 1.7rem;
	text-transform: uppercase;
	color: #fff; */
	text-transform: uppercase;
	color: #fff;
	font-size: 35px;
	font-weight: 300;
	/* letter-spacing: -0.5px; */
	line-height: 40px;
}

.intro2 h2 {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	line-height: 30px;
}

.intro2 p {
	color: #fff;
	font-size: 12px;
	line-height: 25px;
}

.intro-button,
.intro-button-3d,
.intro-button-o {
	color: #ffffff;
	background-color: #20385e;
	display: inline-block;
	width: 90%;
	padding: 6px 16px;
	margin: 0px 5px 5px 5px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid rgb(255 255 255 / 0.4);
	/* border: 1px solid transparent; */
	/* font-family: "Montserrat", sans-serif; */
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 1px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.intro-button:hover {
	background-color: rgb(255 255 255 / 1);
	text-decoration: none;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.news-panel {
	background-color: transparent;
	margin-bottom: 40px;
}

.news-panel h4 {
	color: #213558;
	font-size: 1.2rem;
}

.news-panel h3 {
	color: #213558;
	font-size: 1.2rem;
}

.news-panel p {
	color: #213558;
	font-size: 0.95rem;
}
footer {
	background-color: #f4f4f4;
}

.col-bg {
	background-color: transparent;
	min-height: 100px;
	margin: 0 0 20px 0;
}
.col-clear {
	background-color: transparent;
	min-height: 150px;
}

.col-bg-holder {
	background-color: #f4f4f4;
	min-height: 650px;
}

.sub-page {
	margin: 65px 0 40px 0px;
}

.sub-page h1 {
	font-size: 2.2rem;
	margin-bottom: 15px;
}
.sub-page p,
.sub-page li {
	font-size: 0.95rem;
	line-height: 1.6rem;
}

a.external-page {
	position: absolute;
	color: #93a3b5;
	font-size: 14px;
	font-weight: 400;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	top: 15px;
	right: 18px;
}

a.external-page .fas {
	padding-left: 10px;
}

a.external-page:hover {
	color: #788696;
	text-decoration: none;
}

a.lta-external-page {
	color: #93a3b5;
	font-size: 14px;
	font-weight: 400;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

a.lta-external-page .fas {
	padding-left: 10px;
}

a.lta-external-page:hover {
	color: #788696;
	text-decoration: none;
}

#hero {
	height: 600px;
	margin: 0;
	padding: 0;
}
#hero .container {
	background-color: transparent;
}

header {
	position: relative;
	background-color: #ffffff;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
	/* margin-bottom: 40px; */
}
header .container-fluid {
	padding: 0;
}

.black-shade {
	background: rgba(0, 0, 0, 0.6);
	padding: 40px 0;
}

section {
	margin: 0;
	padding: 0;
}
section .container {
	background-color: transparent;
}
section .container .row {
	margin: 0;
}

/*  --------------------------------------------------------
CTA SECTION
-------------------------------------------------------- */

#join h2 {
	font-size: 2.2rem;
	text-transform: uppercase;
	color: #fff;
}

#join p {
	font-size: 1.3rem;
	color: #fff;
}

/*  --------------------------------------------------------
CTA SECTION
-------------------------------------------------------- */

#partners h2 {
	font-size: 1.8rem;
	text-transform: uppercase;
	color: #fff;
}

#partners h4 {
	font-size: 1.6rem;
	text-transform: uppercase;
	color: #fff;
}

#partners h5 {
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #fff;
}

#partners p {
	font-size: 1.3rem;
	color: #fff;
}

.break {
	clear: both;
	height: 40px;
}

/*  --------------------------------------------------------
PARTNERS SECTION
-------------------------------------------------------- */
#more {
	/* background-color: #f1f1f1; */
	padding: 50px 0px 0px 0px;
}

#more .section-intro {
	color: rgb(62, 62, 62);
	text-align: center;
	padding: 0 0 30px 0;
}

#more .section-intro h2 {
	font-size: 1.8rem;
	text-transform: uppercase;
	color: #213558;
}

#more .section-intro p {
	font-size: 1rem;
}

/*  --------------------------------------------------------
PARTNERS SECTION
-------------------------------------------------------- */
#photos {
	background-color: #f1f1f1;
	padding: 20px 0 0 0;
}

#photos .section-intro {
	text-align: center;
}

#photos .section-intro h2 {
	font-size: 1.8rem;
	text-transform: uppercase;
}

#photos .section-intro p {
	font-size: 1rem;
}

/*  --------------------------------------------------------
INFO FOOTER SECTION
-------------------------------------------------------- */
#info-footer {
	background-color: #5988bb;
	padding: 20px 0;
}

#info-footer .container {
	border: 0;
	border-top: 1px dotted rgba(255, 255, 255, 0.1);
}

#info-footer .col-12,
#info-footer .col-md-3,
#info-footer .col-md-6 {
	text-align: center;
}

#info-footer p {
	color: #ffffff;
	padding: 0;
	margin: 0;
}

#info-footer .logo {
	padding: 0;
}

#info-footer .address {
	padding: 35px 5px;
}

#info-footer .social {
	padding: 35px 0px;
}

#info-footer li {
	display: inline-block;
	list-style-type: none;
}

.social-footer {
	padding: 13px 9px;
}

.social-footer ul {
	padding: 0px;
	margin: 0px;
}

.social-footer ul li {
	display: inline-block;
	list-style-type: none;
	margin: 0 10px 0 0;
}

#photos ul li {
	display: inline-block;
	list-style-type: none;
	margin: 0 10px 0 0;
}

#photos ul li a {
	background-color: #1b304f;
	color: #fff;
	padding: 7px 20px;
	border-radius: 3px;
}

.google-map {
	height: 10rem;
	position: relative;
	margin-top: 29px;
}

.iframe-map {
	height: 100%;
}

/* #info-footer li a {
	background: #484646;
	border-radius: 10px;
}

#info-footer li a:hover {
	background: rgb(195, 86, 19);
}
#info-footer li a i {
	color: #fff;
	font-size: 25px;
}
li > * {
	display: inline-block;
	vertical-align: middle;
}
#footer-social {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
} */

/* Icons */

#info-footer ul {
	padding: 0;
	margin: 0;
}

#info-footer ul li a {
	color: #fff;
	background: #1c549d;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	padding-top: 9px;
	margin: 0 2px;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-font-smoothing: antialiased;
}

#info-footer ul li a:hover {
	background: #09336b;
}

/* pop-up text */

#info-footer ul li a span {
	color: #666;
	position: absolute;
	font-family: sans-serif;
	bottom: 0;
	left: -25px;
	right: -25px;
	padding: 5px 7px;
	z-index: -1;
	font-size: 14px;
	border-radius: 2px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	-o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* pop-up text arrow */

#info-footer li a span:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	position: absolute;
	bottom: -5px;
	left: 40px;
}

/* text pops up when icon is in hover state */

#info-footer li a:hover span {
	bottom: 50px;
	visibility: visible;
	opacity: 1;
}

/*  --------------------------------------------------------
NEWS SECTION
-------------------------------------------------------- */

#home-news {
	background-color: #fff;
	padding: 50px 0 0 0;
}

#home-news .section-intro h2 {
	color: rgb(26 46 78);
	text-align: center;
	padding: 0 0 30px 0;
}

.news-overview-container {
	background-color: #f6f7f1;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 4px 10px 0 rgba(0, 0, 0, 0.12);
}

.date {
	position: absolute;
	left: 45px;
	top: 0;
	width: 65px;
	height: 60px;
	background: #1a2e4e;
	color: #fff;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	z-index: 3;
}
.date .day {
	color: #98d600;
	font-size: 34px;
	position: relative;
}
.date .month {
	font-size: 12px;
	color: #b2c9df;
	text-transform: uppercase;
	position: relative;
	top: -8px;
}

h5.news-date {
	font-size: 0.8rem;
}

.news-home-text-container {
	position: absolute;
	top: 60px;
	padding: 15px 30px;
}
.news-home-text-container h3,
.news-home-text-container p {
	color: #fff;
}

.image-shade {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 15px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.25s ease-out;
}

.footer-logo {
	width: 66%;
}

ul.footer-links {
	list-style: none;
	padding: 0;
	width: 100%;
}

ul.footer-links li:first-child {
	text-align: center;
}

ul.footer-links li {
	display: inline;
	width: 100%;
}

ul.footer-links li a {
	display: inline-block;
}

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

ul.welcome-links li {
	display: inline;
	margin: 0 2px;
}

ul.welcome-links li .arrow-link span svg {
	margin: 0 0 0 11px;
	width: 40px;
	position: relative;
	bottom: 2px;
	transition: all 0.4s ease-out;
}

a.arrow-link:hover {
	text-decoration: none;
}

.arrow-link span {
	transition: all 0.4s ease-out;
	border-right: 2px solid transparent;
	color: #fff;
	background-color: #1b304f;
	padding: 12px 15px 12px 15px;
}

.arrow-link span svg {
	margin: 0 0 0 11px;
	width: 40px;
	position: absolute;
	bottom: 4px;
	transition: all 0.4s ease-out;
}

a.arrow-link:hover span {
	border-right: 2px solid #b0da03;
}

a.arrow-link:hover span > svg {
	transform: translateX(10px);
}

@media only screen and (max-width: 441px) {
	ul.footer-links li a {
		padding: 14px 0 0 0;
	}

	a.arrow-link {
		display: flex;
	}

	.arrow-link span {
		width: 100%;
	}

	.arrow-link span svg {
		display: none;
	}

	ul.welcome-links li {
		display: block;
		margin: 0px 0px 15px 0;
	}

	.clearbase {
		margin: 20px;
	}
	.news-home-text-container p.news-intro {
		color: #fff;
		font-size: 0.8rem;
	}

	.news-home-text-container {
		position: absolute;
		top: 50px;
		padding: 30px;
	}

	.footer-logo {
		width: 100%;
	}
}

/*  --------------------------------------------------------
PARTNERS SECTION
-------------------------------------------------------- */

/*  --------------------------------------------------------
PARTNERS SECTION
-------------------------------------------------------- */
#partners {
	background-color: #5988bb;
	padding: 40px 0 20px 0;
	text-align: center;
}

#partners .section-intro {
	color: #fff;
	text-align: center;
	margin: 0px 0px 30px 0px;
}

#partners .section-intro h3 {
	font-size: 1.8rem;
	text-transform: uppercase;
	color: #fff;
}

#partners .section-intro p {
	font-size: 1rem;
}

#partners .section-intro hr {
	border: 0;
	border-top: 1px dotted rgba(255, 255, 255, 0.1);
}

#partners .section-intro img {
	margin: auto;
	display: block;
}

#partners ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#partners li.imageblock.clear {
	display: inline-block;
	clear: none;
	padding: 0;
	margin: 0;
	max-height: 100px;
	background-color: #4572a2;
}

#partners li.sponsors {
	width: 20%;
	max-width: 200px;
}

#partners li.partners {
	width: 33%;
	max-width: 300px;
}

@media only screen and (max-width: 441px) {
	#partners li.partners,
	#partners li.sponsors {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 980px) {
	#partners li {
		width: 33%;
		max-width: 300px;
	}
	.copyright p {
		font-size: 13px;
	}
}

#partners li img {
	height: auto;
	margin: 10px 0;
	/* max-width: 200px; */
	max-height: 80px;
	display: inline;
	transition: all 0.4s ease-out;
}

#partners li.imageblock a {
	border: 2px solid #5988bb;
	display: inline-block;
	width: 100%;
}

#partners li {
	transition: all 0.25s ease-out;
}

#partners li:hover {
	opacity: 0.5;
}

@media only screen and (max-width: 670px) {
	#partners ul {
		background-color: transparent;
	}

	#partners ul li {
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px !important;
	}
}

/*  --------------------------------------------------------
PARTNERS SECTION
-------------------------------------------------------- */

.copyright {
	font-size: 13px;
	padding: 15px 0 0 0;
	color: rgba(255, 255, 255, 0.6);
}

.copyright a {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	transition: all 0.4s ease-out;
}

.copyright a:hover {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

.copyright a .fas {
	transition: all 0.3s ease-out;
}

.copyright a:hover .fas {
	color: rgba(255, 255, 255, 1);
}

img {
	max-width: 100%;
}

.fa {
	padding-left: 6px;
	font-size: 13px;
}

.intro h4 {
	color: #111;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	border-top: 1px solid #7aa93c;
	padding-top: 15px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	font-size: 15px;
}

.intro h4 span {
	font-weight: 300;
	font-size: 25px;
	display: block;
	padding-bottom: 5px;
}

.intro p {
	line-height: 20px;
	text-align: left;
	font-weight: 400;
	font-size: 13px;
}

.top-match h3.news-title {
	background: rgba(0, 0, 0, 0);
	padding: 5px 0 0px 0;
	width: 100%;
	color: #212121;
	text-align: center;
	font-family: "Open sans", sans-serif;
	text-transform: uppercase;
}

.slide-news-bottom {
	width: 100%;
	background-color: #252525;
	padding: 11px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	transition: background-color 0.2s ease-in-out;
}

.slide-news-bottom .fa {
	position: absolute;
	right: 25px;
	font-size: 20px;
}

a.find-link:hover {
	color: #000000;
	text-decoration: none;
}

a.find-link:hover .scale_image {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.underline {
	border-bottom: 2px solid transparent;
	transition: border 0.2s ease-in-out;
}

a.find-link:hover .underline {
	text-decoration: none;
	border-bottom: 2px solid #47a942;
}

a.find-link:hover .slide-news-bottom {
	background: #47a942;
}

a.find-link:hover p {
	color: #000000;
}

#map_container {
	width: 100%;
	position: relative;
	margin-top: 0px;
	border-color: rgba(111, 111, 111, 0.1);
	border-style: solid;
	border-width: 7px;
}

#map_canvas {
	height: 400px;
	position: relative;
	top: 0px;
	width: 100%;
}

#accreditation {
	margin: 0;
	padding: 0;
}
#accreditation .container {
	text-align: center;
	color: #fff;
}

.scale_image {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;

	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.slide-cont-img {
	margin-right: 15px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	overflow: hidden;
}

.navbar-static {
	z-index: 4;
	position: relative;
	width: 100%;
	border: none;
	background-color: #ffffff;
	margin-bottom: 0;
	left: 0;
	padding: 0;
	height: 150px;
	transition: all 600ms ease-in-out;
}

.carousel-caption {
	z-index: 3;
	left: 12%;
}

.carousel-caption {
	max-width: 425px;
}
.carousel-caption h2 {
	font-size: 1.5rem;
}

.carousel-caption .lead {
	font-size: 1rem;
	font-weight: 300;
}

.slide-box-center {
	background-color: #ffffff;
	padding: 0px 0px 30px 0px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	width: fit-content;
	bottom: 55px;
}

.slide-box-left {
	background-color: #ffffff;
	padding: 0;
	padding: 0px 0px 30px 0px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	/* width: fit-content; */
	max-width: 550px;
	bottom: 55px;
	text-align: left;
}

.slide-box-right {
	background-color: #ffffff;
	padding: 20px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	width: fit-content;
	bottom: 55px;
	text-align: right;
}

.slide-box-center p,
.slide-box-left p,
.slide-box-right p {
	color: #213558;
}

.button-primary {
	background: #1774c5;
	background: -webkit-linear-gradient(-45deg, #1774c5, #00549d);
	background: -o-linear-gradient(-45deg, #1774c5, #00549d);
	background: -moz-linear-gradient(-45deg, #1774c5, #00549d);
	background: linear-gradient(-45deg, #1774c5, #00549d);
}

.button-primary:hover {
	background: #1774c5;
	background: -webkit-linear-gradient(45deg, #1774c5, #00549d);
	background: -o-linear-gradient(45deg, #1774c5, #00549d);
	background: -moz-linear-gradient(45deg, #1774c5, #00549d);
	background: linear-gradient(45deg, #1774c5, #00549d);
}

.button-grad-orange {
	background: #ffb75e;
	background: -webkit-linear-gradient(-45deg, #ffb75e, #ed8f03);
	background: -o-linear-gradient(-45deg, #ffb75e, #ed8f03);
	background: -moz-linear-gradient(-45deg, #ffb75e, #ed8f03);
	background: linear-gradient(-45deg, #ffb75e, #ed8f03);
}

.button-grad-orange:hover {
	background: #ffb75e;
	background: -webkit-linear-gradient(45deg, #ffb75e, #ed8f03);
	background: -o-linear-gradient(45deg, #ffb75e, #ed8f03);
	background: -moz-linear-gradient(45deg, #ffb75e, #ed8f03);
	background: linear-gradient(45deg, #ffb75e, #ed8f03);
}

.sub-heading {
	margin-top: 50px;
}

.page-caption {
	padding-top: 200px;
	padding-bottom: 100px;
}
.page-title {
	font-size: 46px;
	/* font-size: calc(1.3rem + 3.6vw); */
	line-height: 1;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

.twitter-container {
	min-height: 900px;
}

.crop {
	overflow: hidden;
}

.crop img {
	width: 300px;
	height: 200px;
	object-fit: none;
}

.crop-home-news {
	box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.crop-home-news img {
	height: 325px;
	object-fit: none;
}

.news-align {
	float: left;
}

.news-btn {
	float: right;
}

/* Profile sidebar */

.league li.subnav-heading {
	color: #2267a7;
	padding: 5px 10px;
}

.league .sidenav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	border-bottom: 1px solid #93a3b5;
}

.sidenav h3 {
	margin-top: 15px;
	font-size: 1.45rem;
}

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

.profile-sidebar {
	padding: 20px 0 10px 0;
	background: #fff;
}

.profile-userpic img {
	float: none;
	margin: 0 auto;
	width: 50%;
	height: 50%;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}

.profile-usertitle {
	text-align: center;
	margin-top: 20px;
}

.profile-usertitle-name {
	color: #5a7391;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 7px;
}

.profile-usertitle-job {
	text-transform: uppercase;
	color: #5b9bd1;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 15px;
}

.profile-userbuttons {
	text-align: center;
	margin-top: 10px;
}

.profile-userbuttons .btn {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	padding: 6px 15px;
	margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
	margin-right: 0px;
}

.profile-usermenu {
	margin-top: 0px;
}

.profile-usermenu ul li {
	border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
	border-bottom: none;
}

.profile-usermenu ul li a {
	color: #93a3b5;
	font-size: 14px;
	font-weight: 400;
}

.profile-usermenu ul li a i {
	margin-right: 8px;
	font-size: 14px;
}

.profile-usermenu ul li a:hover {
	background-color: #f6f9fb;
	text-decoration: none;
	color: #00549d;
}

.profile-usermenu ul li.active {
	border-bottom: none;
}

.profile-usermenu ul li.active a {
	background-color: #f6f9fb;
	border-bottom: 2px solid #15487b;
	border-top: none;
	margin-left: -2px;
	color: #00549d;
	font-weight: 600;
}

#crumbs {
	margin: 15px 0 0 0;
	text-align: left;
}
#crumbs h1 {
	padding: 0 0 30px;
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.01rem;
	color: #8093a7;
}
#crumbs ul {
	padding: 0;
	list-style: none;
	display: inline-table;
}
#crumbs ul li {
	display: inline;
}
#crumbs ul li a {
	display: block;
	float: left;
	height: 30px;
	background: #f3f5fa;
	text-align: center;
	padding: 3px 8px 0 30px;
	position: relative;
	margin: 0 4px 0 0;
	font-size: 14px;
	text-decoration: none;
	color: #8093a7;
}
#crumbs ul li a:after {
	content: "";
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #f3f5fa;
	position: absolute;
	right: -15px;
	top: 0;
	z-index: 1;
}
#crumbs ul li a:before {
	content: "";
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
}

#crumbs ul li:first-child a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#crumbs ul li:first-child a:before {
	display: none;
}

#crumbs ul li:last-child a {
	padding-right: 40px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #00549d;
	color: #fff;
}

#crumbs ul li:last-child a:after {
	display: none;
}

#crumbs ul li a:hover {
	background: #00549d;
	color: #fff;
}

#crumbs ul li a:hover:after {
	border-left-color: #00549d;
	color: #fff;
}

.formfield {
	width: 100%;
	padding: 15px;
	font-size: 1em;
	/* border: 1px solid #f1f1f1; */
	color: #2b2a2a;
	border: none;
	border-bottom: 2px solid #ccc;
	background-color: #f5f5f5;
	transition: all 0.5s ease 0s;
}
.formfield:focus {
	border-color: #00549d;
	box-shadow: none;
	outline: 0;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

button.form {
	padding: 12px 60px;
	background: #00549d;
	border: none;
	color: rgb(255, 255, 255);
	font-size: 1em;
	font-weight: 600;
	cursor: pointer;
	border-radius: 4px;
}

#message {
	padding: 0px 40px 0px 0px;
}

#mail-status {
	padding: 12px 20px;
	width: 100%;
	display: none;
	font-size: 1em;
	color: #ffffff;
}

.error {
	background-color: #c35614;
	margin-bottom: 40px;
	color: #ffffff;
}

.success {
	background-color: #31943d;
}

.g-recaptcha {
	margin: 0 0 25px 0;
}

.label {
	margin-top: 20px;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ccc;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #ccc;
}

.scroll-wrapper {
	-webkit-overflow-scrolling: touch;
	/* overflow-y: scroll; */
}

.scroll-wrapper iframe {
	width: 100%;
	height: 100vh;
	top: 0;
	border: 0;
	z-index: 9999;
	/* overflow: auto; */
}

/* .navbar .navbar-nav > .show > a,
.navbar .navbar-nav > .show > a:hover,
.navbar .navbar-nav > .show > a:focus {
	color: #004f9c;
	text-decoration: none;
	outline: 0 !important;
	background-color: rgb(25 118 210 / 0.4);
	padding: 5px 15px 2px 15px;
	border-radius: 1rem;
	font-size: 0.85rem;
	border-bottom: 2px solid transparent;
}

.navbar-nav > li > a {
	font-size: 0.85rem;
	color: #343434;
	text-decoration: none;
	margin-right: 4px;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	border-radius: 1rem;
	padding: 5px 15px 2px 15px;
}

.navbar-nav > .active > a .caret-icon,
.navbar-nav > .active > a:hover .caret-icon,
.navbar-nav > .active > a:focus .caret-icon {
	transition: color 0.3s;
	outline: 0 !important;
	position: relative;
	top: -2px;
	opacity: 0.6;
}

a .caret-icon {
	padding: 0;
	font-size: 0.5rem;
	margin-left: 2px;
	position: relative;
	top: -1px;
	opacity: 0.7;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #1976d2;
	padding: 5px 15px 2px 15px;
	border-radius: 1rem;
	font-size: 0.85rem;
	border-bottom: 2px solid transparent;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	color: #004f9c;
	text-decoration: none;
	outline: 0 !important;
	background-color: rgb(25 118 210 / 0.4);
	padding: 5px 15px 2px 15px;
	border-radius: 1rem;
	font-size: 0.85rem;
	border-bottom: 2px solid transparent;
}

@media (min-width: 768px) {
	.navbar-nav > li:last-child a {
		padding: 5px 15px 2px 15px;
		font-size: 0.85rem;
		outline: none;
	}
}

.navbar-nav .show .dropdown-menu > li > a:hover,
.navbar-nav .show .dropdown-menu > li > a:focus,
.navbar-nav .show .dropdown-menu > .active > a,
.navbar-nav .show .dropdown-menu > .active > a:hover,
.navbar-nav .show .dropdown-menu > .active > a:focus {
	color: #ffffff;
	background-color: #1976d2;
	display: block;
	text-decoration: none;
	outline: 0 !important;
}

.navbar .has-submenu.show > a {
	display: block;
	color: #ffffff;
	background-color: #1976d2;
} */

.calc {
	position: absolute;
	right: 8px;
	top: 67px;
}

.form-panel {
	background: white;
	box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
	border-radius: 4px;
}

label {
	position: relative;
	color: #8898aa;
	font-weight: 300;
	height: 40px;
	line-height: 40px;
	/* margin-left: 20px; */
	display: flex;
	flex-direction: row;
}

.group label:not(:last-child) {
	border-bottom: 1px solid #f0f5fa;
}

label > span {
	width: 120px;
	text-align: right;
	margin-right: 30px;
}

.field {
	background: transparent;
	font-weight: 300;
	border: 0;
	color: #31325f;
	outline: none;
	flex: 1;
	padding-right: 10px;
	padding-left: 10px;
	cursor: text;
}

.field::-webkit-input-placeholder {
	color: #cfd7e0;
}

.field::-moz-placeholder {
	color: #cfd7e0;
}

.shopping-cart-summary {
	border-top: 2px solid #28a745;
	background-color: #ffffff;
	height: 100%;
	padding: 15px;
}

.shopping-cart-summary h4 {
	margin: 0;
}

p.discount {
	text-decoration: line-through;
	color: red;
}

.shop-card-custom {
	box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
	padding: 10px;
}

/* .shop-card-custom img {
	padding-top: 15px;
} */

.shop-card-custom .card-body h4.card-title {
	font-size: 1.2rem;
}

.cart-item {
	border-bottom: 1px solid rgb(189, 189, 189);
	width: 100%;
	position: relative;
	padding-bottom: 10px;
}
.cart-item .price {
	position: absolute;
	bottom: 0.7rem;
	right: 0rem;
	font-size: 0.9rem;
	color: #1c549d;
}
.cart-item .title {
	font-size: 0.95rem;
	color: rgb(46 104 167);
	line-height: 1.5rem;
	width: 100%;
	padding-top: 10px;
	margin: 0;
}

.cart-item .controls {
	height: 1.4rem;
	cursor: pointer;
	width: 40%;
	display: flex;
	justify-content: space-between;
	background-color: #1c549d;
	border-radius: 5px;
}
.cart-item .checkout-controls {
	height: 1.4rem;
	width: 60%;
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
}

.cart-item .checkout-controls span:nth-child(1) {
	width: 100%;
	font-size: 0.9rem;
	color: #1c549d;
	background: #ffffff;
	padding: 3px 5px 0px 1px;
	display: block;
	vertical-align: middle;
	text-align: right;
	line-height: 1rem;
	border: none;
	border: none;
}

.basket-number {
	position: absolute;
	top: 15px;
	right: 30px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}

.basket-number i {
	padding-right: 4px;
}

.cart-item .qty {
	color: #fff;
	font-size: 0.9rem;
	font-weight: 600;
}

.cart-desc {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: inline-block;
	font-size: 0.8rem;
	margin: 0;
}
.cart-total {
	float: right;
	padding-top: 12px;
	color: #2c66a6;
}

.cart-item span:nth-child(1) {
	color: #1c549d;
	font-size: 1.18rem;
	width: 22px;
	height: 22px;
	background: #ffffff;
	padding: 1px 5px 0px 4px;
	border: 1px solid #1c549d;
	display: block;
	vertical-align: middle;
	text-align: center;
	line-height: 1rem;
}
.cart-item span:nth-child(3) {
	color: #1c549d;
	font-size: 1.4rem;
	width: 22px;
	height: 22px;
	background: #ffffff;
	padding: 1px 5px 0px 4px;
	border: 1px solid #1c549d;
	display: block;
	vertical-align: middle;
	text-align: center;
	line-height: 1rem;
}

.product-image-holder {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 220px;
}

.delivery-panel {
	border: 1px solid rgb(47 167 69 / 22%);
	border-radius: 4px;
	padding: 15px;
	display: inline-block;
	background-color: #fff;
	width: 100%;
}

.delivery-panel h5 {
	font-size: 0.8rem;
	text-transform: uppercase;
}

.delivery-panel p {
	font-size: 0.8rem;
	padding: 0 0 5px 0;
	margin: 0;
}

/* Checkout Page */
.hide-payment-panel {
	display: none;
}

.show-payment-panel {
	display: block;
}

.card-custom {
	overflow: hidden;
	height: 100%;
	box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.card-custom-img {
	height: 200px;
	min-height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-color: inherit;
}

/* First border-left-width setting is a fallback */
.card-custom-img::after {
	position: absolute;
	content: "";
	top: 161px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-top-width: 40px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 545px;
	border-left-width: calc(575px - 5vw);
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: inherit;
}

.card-custom-avatar img {
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
	position: absolute;
	top: 100px;
	left: 1.25rem;
	width: 100px;
	height: 100px;
}

.card-custom h4.card-title {
	font-size: 22px;
	min-height: 55px;
}

.card-custom p.card-text {
	font-size: 14px;
}

.card-custom-avatar .date {
	/* border-radius: 50%; */
	box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
	position: absolute;
	top: 125px;
	left: 1.25rem;
	width: 70px;
	height: 70px;
}

.carousel-caption a {
	padding: 15px;
	transition: all 0.4s ease-out;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.carousel-caption a:hover {
	text-decoration: none;
}

.carousel-caption span svg {
	display: block;
	margin: 0 auto;
	width: 40px;
	position: absolute;
	bottom: 16px;
	right: 10px;
	transition: all 0.4s ease-out;
}

.carousel-caption a:hover span > svg {
	transform: translateX(10px);
}

.carousel-caption a:hover span {
	border-right: 2px solid #b0da03;
}

.carousel-caption span {
	transition: all 0.4s ease-out;
	border-right: 2px solid transparent;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #1b304f;
	padding: 12px 75px 12px 15px;
}

@media only screen and (max-width: 441px) {
	.google-map {
		position: relative;
		margin: 0 10px;
	}

	.carousel-caption a {
		display: flex;
	}
	.carousel-caption .lead {
		display: none;
	}

	.carousel-caption {
		height: 130px;
		top: 270px !important;
		left: 0;
		right: 0;
	}

	.carousel-caption h2 {
		text-align: center;
		font-size: 1.4rem;
	}
}

.ani-arrow {
	fill: #b0da03;
}

.clearfix {
	overflow: auto;
}

.table td,
.table th {
	vertical-align: middle;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.button-all {
	color: #1b304f !important;
	text-decoration: none;
	display: inline-block;
	padding: 6px 10px;
	margin: 0px 5px 5px 5px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #1b304f;
	/* font-family: "Montserrat", sans-serif; */
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 1px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.button-all-light {
	transition: all 0.4s ease-out;
	color: #546900 !important;
	text-decoration: none;
	display: inline-block;
	padding: 6px 10px;
	margin: 0px 5px 5px 5px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #699834;
	/* font-family: "Montserrat", sans-serif; */
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 1px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.button-all-light:hover {
	background-color: #1a2e4e;
	color: #ffffff !important;
	border: 1px solid #1a2e4e;
	text-decoration: none;
}

.crop-home-news a {
	transition: all 0.4s ease-out;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.crop-home-news a:hover {
	text-decoration: none;
}

.crop-home-news span svg {
	display: block;
	margin: 0 auto;
	width: 40px;
	position: absolute;
	bottom: 16px;
	right: 10px;
	transition: all 0.4s ease-out;
}

.crop-home-news a:hover span > svg {
	transform: translateX(10px);
	fill: #fff;
}

.crop-home-news a:hover span {
	border-right: 2px solid #b0da03;
}

.crop-home-news a:hover .image-shade {
	/* background: rgba(0, 0, 0, 0.8); */
	background: rgba(87, 108, 4, 0.5);
}

.crop-home-news span {
	transition: all 0.4s ease-out;
	border-right: 2px solid transparent;
	color: #fff;
	position: absolute;
	right: 15px;
	bottom: 0;
	background-color: #1b304f;
	padding: 12px 75px 12px 15px;
}

.card-custom .card-footer {
	height: 50px;
}

.card-custom .card-footer a {
	transition: all 0.4s ease-out;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.card-custom .card-footer a:hover {
	text-decoration: none;
}

.card-custom .card-footer span svg {
	display: block;
	margin: 0 auto;
	width: 40px;
	position: absolute;
	bottom: 16px;
	right: 10px;
	transition: all 0.4s ease-out;
}

.card-custom .card-footer a:hover span > svg {
	transform: translateX(10px);
	fill: #fff;
}

.card-custom .card-footer a:hover span {
	border-right: 2px solid #b0da03;
}

.card-custom .card-footer a:hover .image-shade {
	/* background: rgba(0, 0, 0, 0.8); */
	background: rgba(87, 108, 4, 0.5);
}

.card-custom .card-footer span {
	transition: all 0.4s ease-out;
	border-right: 2px solid transparent;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #1b304f;
	padding: 12px 75px 12px 15px;
}

/* The media queries below keep the grid column widths intact when
a column wraps. This prevents the wrapped column from displaying at
100% width. These queries also make the homepage line item flex
appropriately. When your sitemap is complete, remove the queries
that you don't need, and your sitemap layout will work perfectly. */

#committee img {
	width: auto;
	height: 70px;
}

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

.venue-icon {
	color: #fff;
	font-size: 1.3rem;
	padding: 0 10px 0 0;
}

.venue-heading {
	background-color: #1a2e4e;
	width: 100%;
	padding: 6px 10px;
}

.venue-details h6 {
	color: rgb(71 169 66);
	font-size: 0.7rem;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

.venue-heading p {
	color: #fff;
	font-size: 1.3rem;
	margin: 0;
}
.venue-panel {
	background: rgb(205, 205, 205);
	background: rgba(255, 255, 255, 0.3);
	padding: 5px;
	margin: 25px auto 15px auto;
	box-shadow: 0 4px 14px -2px #4c5d64;
}

.venue-panel .new-window {
	color: rgb(26 46 78 / 0.5);
	position: absolute;
	font-size: 10px;
	padding: 5px 0 0 10px;
}

.venue-map {
	overflow: hidden;
	max-width: 100%;
	position: relative;
}
.venue-details {
	padding: 15px 10px 10px 10px;
}

.venue-details p {
	font-size: 0.85rem;
	margin: 0;
	padding: 0;
}

.venue-details a {
	color: #213558;
	margin: 0;
	padding: 0;
	transition: all 0.3s ease-in;
}

.venue-details a:hover {
	color: #35558c;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.directions:hover {
	background-color: #4a81ac;
	color: #fff;
}

.divider {
	margin: 10px 0;
	border-top: 1px dotted #5394c8;
}

.missing {
	color: #bac1c5;
}

.directions {
	background-color: #5497ca;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	border-radius: 0;
	padding: 9px;
}

.website-link {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.website-link a {
	display: block;
}

.venue-link {
	margin: 0 0 10px 0;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.venue-link a {
	display: block;
	color: #fff;
	background-color: #1a2e4e;
	border: 1px solid #dcdcdc;
	padding: 7px 10px;
	/* border-radius: 4px; */
	transition: all 0.3s;
}

.venue-link a:hover {
	border: 1px solid #ffffff;
	background-color: #5988bb;
	text-decoration: none;
	color: #ffffff;
}

.venue-link a span {
	float: right;
}

.columns {
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
	margin-bottom: 50px;
}

.venues-list {
	padding: 35px 0 0 0;
}

@media only screen and (max-width: 441px) {
	.venue-heading {
		min-height: 100px;
	}

	.directions {
		top: unset;
		bottom: 0;
		padding: 3px;
	}

	.columns {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
		margin-bottom: 30px;
	}
	.venues-list {
		padding: 15px 0 0 0;
	}
	.venues-list h2 {
		font-size: 1.5rem;
	}
	.venues-list h5 {
		margin-top: 20px;
	}
	.venue-panel {
		margin: 15px auto 40px auto;
	}
	.scroll-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-y: scroll;
	}
}
.features-section .item {
	position: relative;
	margin-bottom: 6rem;
}
.features-section .item.section-summary {
	margin-bottom: 3rem;
}
.features-section .item-inner {
	height: 100%;
}
.features-section .item-title {
	font-size: 1.125rem;
}
.features-section .icon-holder {
	position: absolute;
	top: -30px;
	font-size: 2rem;
	margin-bottom: 1rem;
	width: 60px;
	height: 60px;
	padding-top: 7px;
	background-image: linear-gradient(45deg, #8bc34a, #009688);
	background-repeat: repeat-x;
	border-radius: 50%;
	text-align: center;
	color: #fff;
}
.features-tab .nav-item {
	font-size: 1.125rem;
	padding: 1.5rem;
}
.features-tab .nav-item .icon {
	color: #9fa7b5;
	font-size: 1.75rem;
}
.features-tab .nav-item .nav-link {
	color: #252930;
	font-weight: bold;
}
.features-tab .nav-item .nav-link.active {
	color: #8bc34a;
}
.features-tab .nav-item .nav-link.active .icon {
	color: #8bc34a;
}
.features-tab .nav-item .nav-link:hover {
	color: #8bc34a;
}
.features-tab .nav-item .nav-link:hover .icon {
	color: #8bc34a;
}
.tab-pane .title {
	font-size: 1.5rem;
}
.tab-pane .subtitle {
	font-size: 1rem;
	font-weight: 500;
}
.features-columns-section .item {
	padding: 2rem;
	padding-left: 6rem;
	overflow-x: hidden;
	position: relative;
	height: 100%;
}
.features-columns-section .icon-holder {
	font-size: 2rem;
	width: 100px;
	height: 100px;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	left: -15px;
	top: -15px;
	background: #fcd2c7;
	text-align: center;
}
.features-columns-section .icon-holder .icon {
	color: #f65f34;
	padding-top: 35px;
}

.item-inner span {
	transition: all 0.4s ease-out;
	border-right: 2px solid transparent;
	color: #fff;
	position: absolute;
	right: 15px;
	bottom: 0;
	background-color: #1b304f;
	padding: 12px 75px 12px 15px;
}
.item-inner small {
	transition: all 0.4s ease-out;
	color: #000000;
	position: absolute;
	right: 15px;
	bottom: 0px;
	background-color: #cddc39;
	padding: 8px 15px 18px 14px;
	text-transform: uppercase;
	font-size: 0.55rem;
}

.item-inner a:hover > small {
	transform: translateY(-35px);
}

.item-inner a {
	transition: all 0.4s ease-out;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.item-inner a:hover {
	text-decoration: none;
}

.item-inner span svg {
	display: block;
	margin: 0 auto;
	width: 40px;
	position: absolute;
	bottom: 16px;
	right: 10px;
	transition: all 0.4s ease-out;
}

.item-inner a:hover span > svg {
	transform: translateX(10px);
	fill: #fff;
}

.item-inner a:hover span {
	border-right: 2px solid #b0da03;
}

.pershore-results {
	background-color: rgb(255, 255, 255);
	border-radius: 2px;
	margin: 0px 0px 10px 0px;
	padding: 10px 20px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 4px 10px 0 rgba(0, 0, 0, 0.12);
}

.pershore-results {
	width: 100%;
	float: left;
	text-align: center;
}

.pershore-results .pdate {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0.85rem;
	color: grey;
}

.pershore-results .teams {
	float: left;
	font-size: 20px;
	width: 50%;
}

.pershore-results .results {
	float: left;
	width: 50%;
}

.pershore-results .sets {
	float: left;
	width: 25%;
}

.embed-responsive {
	background-color: #eaeaea;
	border: 1px solid #ccc;
}

.toast-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.25rem 0.75rem;
	color: #ffffff;
	background-color: rgb(71 169 66);
	background-clip: padding-box;
	/* border-bottom: 1px solid rgba(0, 0, 0, 0.05); */
	border-bottom: 1px solid rgb(71 169 66);
}

.toast-header .close {
	float: right;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
	color: rgb(255, 255, 255);
	/* text-shadow: 0 1px 0 #fff; */
	opacity: 0.5;
}

.toast-header .title {
	font-size: 1rem;
}

.toast-body {
	padding: 0.75rem;
	background-color: #47a942;
	color: #fff;
}

.form-section {
	width: 100%;
	background-color: #fff;
	margin: 5px auto;
	overflow: hidden;
	padding: 5px;
	color: #4c4e56;
	height: auto;
}

.form-section .payment {
	float: left;
	font-size: 18px;
	padding: 5px;
	margin-top: 10px;
	position: relative;
	width: 100%;
}

.form-section h2 {
	text-align: center;
	font-family: "Open Sans", sans-serif;
	color: #000;
	font-size: 20px;
}

.form-section label {
	width: 100%;
	font-size: 13px;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}

.powered-by {
	position: absolute;
	right: 5px;
	top: 10px;
	width: 75px;
	height: 17px;
	opacity: 1;
}

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

ul.filter li a {
	background-color: #e2e2e2;
	display: block;
	padding: 2px 0 3px 14px;
	color: rgb(80, 80, 80);
	margin: 3px 0;
	font-size: 0.9rem;
	transition: all 0.3s ease-out;
}
ul.filter li a:hover {
	text-decoration: none;
	background-color: #92a0a7;
	color: rgb(255, 255, 255);
}

ul.filter li a.active {
	background-color: #244693;
	color: rgb(255, 255, 255);
}

.filter-icon {
	color: #c7c7c7;
	float: left;
	position: relative;
	top: 4px;
	left: 0px;
	margin-right: 7px;
}

a.active .filter-icon {
	color: #eaf341;
}

.filter-link {
	padding-left: 8px !important;
}

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeout {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.in,
.out {
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: 705ms;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-duration: 705ms;
}

.fade.out {
	z-index: 0;
	-webkit-animation-name: fadeout;
	-moz-animation-name: fadeout;
	opacity: 0;
}

.fade.in {
	opacity: 1;
	z-index: 10;
	-webkit-animation-name: fadein;
	-moz-animation-name: fadein;
}

.checkout-wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fafbfa;
}
.checkout {
	background-color: #fff;
	border: 1px solid #eaefe9;

	font-size: 14px;
}
.panel {
	margin-bottom: 0px;
}
.checkout-step {
	border-top: 1px solid #f2f2f2;
	color: #666;
	font-size: 14px;
	padding: 30px;
	position: relative;
}

.checkout-step-number {
	border-radius: 50%;
	border: 1px solid #666;
	display: inline-block;
	font-size: 12px;
	height: 32px;
	margin-right: 26px;
	padding: 6px;
	text-align: center;
	width: 32px;
}
.checkout-step-title {
	font-size: 18px;
	font-weight: 500;
	vertical-align: middle;
	display: inline-block;
	margin: 0px;
}

.checout-address-step {
}
.checout-address-step .form-group {
	margin-bottom: 18px;
	display: inline-block;
	width: 100%;
}

.checkout-step-body {
	padding-left: 60px;
	padding-top: 30px;
}

.checkout-step-active {
	display: block;
}
.checkout-step-disabled {
	display: none;
}

.checkout-login {
}
.login-phone {
	display: inline-block;
}
.login-phone:after {
	content: "+91 - ";
	font-size: 14px;
	left: 36px;
}
.login-phone:before {
	content: "";
	font-style: normal;
	color: #333;
	font-size: 18px;
	left: 12px;
	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;
}
.login-phone:after,
.login-phone:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.login-phone .form-control {
	padding-left: 68px;
	font-size: 14px;
}
.checkout-login .btn {
	height: 42px;
	line-height: 1.8;
}

.otp-verifaction {
	margin-top: 30px;
}
.checkout-sidebar {
	background-color: #fff;
	border: 1px solid #eaefe9;
	padding: 30px;
	margin-bottom: 30px;
}
.checkout-sidebar-merchant-box {
	background-color: #fff;
	border: 1px solid #eaefe9;
	margin-bottom: 30px;
}
.checkout-total {
	border-bottom: 1px solid #eaefe9;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.checkout-invoice {
	display: inline-block;
	width: 100%;
}
.checout-invoice-title {
	float: left;
	color: #30322f;
}
.checout-invoice-price {
	float: right;
	color: #30322f;
}
.checkout-charges {
	display: inline-block;
	width: 100%;
}
.checout-charges-title {
	float: left;
}
.checout-charges-price {
	float: right;
}
.charges-free {
	color: #43b02a;
	font-weight: 600;
}
.checkout-payable {
	display: inline-block;
	width: 100%;
	color: #333;
}
.checkout-payable-title {
	float: left;
}
.checkout-payable-price {
	float: right;
}

.checkout-cart-merchant-box {
	padding: 20px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #eaefe9;
	padding-bottom: 20px;
}
.checkout-cart-merchant-name {
	color: #30322f;
	float: left;
}
.checkout-cart-merchant-item {
	float: right;
	color: #30322f;
}
.checkout-cart-products {
}

.checkout-cart-products .checkout-charges {
	padding: 10px 20px;
	color: #333;
}
.checkout-cart-item {
	border-bottom: 1px solid #eaefe9;
	box-sizing: border-box;
	display: table;
	font-size: 12px;
	padding: 22px 20px;
	width: 100%;
}
.checkout-item-list {
}
.checkout-item-count {
	float: left;
}
.checkout-item-img {
	width: 60px;
	float: left;
}
.checkout-item-name-box {
	float: left;
}
.checkout-item-title {
	color: #30322f;
	font-size: 14px;
}
.checkout-item-unit {
}
.checkout-item-price {
	float: right;
	color: #30322f;
	font-size: 14px;
	font-weight: 600;
}

.checkout-viewmore-btn {
	padding: 10px;
	text-align: center;
}

.header-checkout-item {
	text-align: right;
	padding-top: 20px;
}
.checkout-promise-item {
	background-repeat: no-repeat;
	background-size: 14px;
	display: inline-block;
	margin-left: 20px;
	padding-left: 24px;
	color: #30322f;
}
.checkout-promise-item i {
	padding-right: 10px;
	color: #43b02a;
}

.table-responsive-stack tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.table-responsive-stack td,
.table-responsive-stack th {
	display: block;
	/*      
	 flex-grow | flex-shrink | flex-basis   */
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.table-responsive-stack tr {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border-bottom: 3px solid #ccc;
		display: block;
	}
	/*  IE9 FIX   */
	.table-responsive-stack td {
		float: left\9;
		font-size: 0.85rem;
		width: 100%;
	}
}
