/*-----------------------------------------------------------------------------------
	Friends of Millbank
	About: Our aim is to celebrate the heritage and achievements of military medicine, with an eye on relevance for the future. We normally hold our lectures in the very lecture theatre in Millbank used for the last 100 and more years.
	Author: Alex Saunders
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'JazzScript1-Bold';
	src: url('./fonts/JazzScript1-Bold/10a0c11b61da4a6cdbadbb7a96aca50c.woff2');
	src: url('./fonts/JazzScript1-Bold/10a0c11b61da4a6cdbadbb7a96aca50c.woff2') format('woff2'),
	url('./fonts/JazzScript1-Bold/10a0c11b61da4a6cdbadbb7a96aca50c.woff') format('woff'),
	url('./fonts/JazzScript1-Bold/10a0c11b61da4a6cdbadbb7a96aca50c.eot?#iefix') format('embedded-opentype'),
	url('./fonts/JazzScript1-Bold/10a0c11b61da4a6cdbadbb7a96aca50c.ttf') format('truetype'),
	url('./fonts/JazzScript1-Bold/10a0c11b61da4a6cdbadbb7a96aca50c.svg#JazzScript1-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'ArialMT';
	src: url('./fonts/ArialMT/Arial.ttf');
	src: url('./fonts/ArialMT/Arial.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'PalatinoLinotype-Roman';
	src: url('./fonts/PalatinoLinotype-Roman/palatino-linotype.ttf');
	src: url('./fonts/PalatinoLinotype-Roman/palatino-linotype.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Arial-BoldMT';
	src: url('./fonts/Arial-BoldMT/Arial%20Bold.ttf');
	src: url('./fonts/Arial-BoldMT/Arial%20Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Roboto-Bold';
	src: url('./fonts/Roboto-Bold/roboto-v30-latin-700.woff2');
	src: url('./fonts/Roboto-Bold/roboto-v30-latin-700.woff2') format('woff2'),
	url('./fonts/Roboto-Bold/roboto-v30-latin-700.woff') format('woff'),
	url('./fonts/Roboto-Bold/roboto-v30-latin-700.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Roboto-Light';
	src: url('./fonts/Roboto-Light/roboto-v30-latin-300.woff2');
	src: url('./fonts/Roboto-Light/roboto-v30-latin-300.woff2') format('woff2'),
	url('./fonts/Roboto-Light/roboto-v30-latin-300.woff') format('woff'),
	url('./fonts/Roboto-Light/roboto-v30-latin-300.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Calibri';
	src: url('./fonts/Calibri/Calibri.ttf');
	src: url('./fonts/Calibri/Calibri.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-paper::before{
	background: url("img/texture-paper.png");
	background-size: 280px 280px;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
:where(.d-bloc) .bloc-link{
	fill:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
:where(.l-bloc) .bloc-link{
	fill:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Correct Dropdown Links */

.d-bloc .dropdown-menu a, .l-bloc .dropdown-menu a,.d-bloc .dropdown-menu a:hover, .l-bloc .dropdown-menu a:hover{
	color:var(--bs-nav-link-hover-color);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Open menus on hover
-------------------------------------------------------------- */
@media (min-width: 992px){
	.hover-open-submenu li:hover > .dropdown > .dropdown-menu, .hover-open-submenu .dropdown-menu > li:hover .dropdown-menu{
	display: block;
}
.hover-open-submenu li .dropdown .dropdown-menu{
	margin-top:0;
}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	fill:#FFF;
	background:rgba(0,0,0,.3);
}

.btn-sq{
	border-radius: 0px;
}
.btn-rd{
	border-radius: 40px;
}
.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.btn-glossy:focus{
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08)!important;
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.btn .caret{
	margin:0 0 0 5px}.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}


/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}
/* Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}
/* Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}

.text-justify{
	text-align: justify;
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}


.carousel-nav-controls svg{
	transform:scale(0.8);
	transition:transform .30s ease,background .50s ease;
}
.carousel-nav-controls:hover svg{
	transform:scale(1.0);
}
.carousel-nav-controls:active svg{
	transform:scale(0.9);
}

.carousel-caption{
	left:6%;
	 right:6%;
}

.carousel-item:not(:has(> img, > picture, > a)) .carousel-caption {
	position: relative;
	transform: none;
	width: 80%;
	left:10%;
	right:10%;
	top:0;
	bottom:0;
	padding-top: 0;
	margin-bottom: 20px;
	z-index:0;
	color: #000000;
}

.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-nav-rounded-btn > svg{
	background: rgba(255,255,255,0.20);
	border-radius: 10px;
	cursor: pointer;
	width:50px;
	height:50px;
	padding:10px 10px 10px 8px;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	transition: opacity .50s ease,transform .50s ease;
}
.carousel-nav-rounded-btn.carousel-control-next svg{
	padding: 10px 8px 10px;
}

@media (max-width: 767.98px) {
	.carousel-nav-circle-btn > svg, .carousel-nav-rounded-btn > svg{
	width:30px;
	height:30px;
	padding:5px 5px 5px 2px;
}
.carousel-nav-circle-btn.carousel-control-next > svg, .carousel-nav-rounded-btn.carousel-control-next > svg{
	padding: 5px 2px 5px;
}
.carousel-nav-rounded-btn > svg{
	border-radius: 4px;
}
}
.carousel-indicators li::marker{
	font-size:0;
}

/* Pill Indicators */
.carousel-pill-indicators [data-bs-target], .carousel-pill-indicators [data-target]{
	height: 8px;
	border-radius: 8px;
	background-clip: border-box;
	margin-bottom:10px;
	border: 0;
}

/* Progress Bars */
.carousel-progress-bar{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 6px;
	background: rgba(255,255,255,.25);
	overflow: hidden;
	z-index: 5;
	pointer-events: none;
}
.carousel-progress-bar-pill,.carousel-progress-bar-zigzag,.carousel-progress-bar-waves,.carousel-progress-bar-points,.carousel-progress-bar-slant,.carousel-progress-bar-lines,.carousel-progress-bar-square-wave{
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
	border-radius: 6px;
	width:100px;
}
.carousel-progress-bar-zigzag,.carousel-progress-bar-waves,.carousel-progress-bar-points,.carousel-progress-bar-slant,.carousel-progress-bar-lines,.carousel-progress-bar-square-wave{
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	height:10px;
	width:110px;
}
.carousel-progress-bar-fill{
	display: block;
	height: 100%;
	width: 0%;
	background: #FFFFFF;
	transform: translateZ(0);
}
.carousel-progress-bar-minimal .carousel-progress-bar-fill{
	background: rgba(255,255,255,.8);
}
[data-bs-theme="dark"] .carousel-progress-bar{
	background: #000000;
}
[data-bs-theme="dark"] .carousel-progress-bar-minimal .carousel-progress-bar{
	background: rgba(0,0,0,.8);
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox] {
	display: grid;
	text-decoration: none;
}
a[data-lightbox]::before,a[data-lightbox] > img,a[data-lightbox] > picture {
	grid-area: 1 / 1;
}
a[data-lightbox]::before{
	content: "+";
	font-family: Helvetica, Arial;
	color:#FFF;
	font-size:32px;
	font-weight:100;
	line-height: 0px;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	padding-bottom:5px;
	background: rgba(0,0,0,.5);
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	border-radius: 50%;
	justify-self: center;
	align-self: center;
	pointer-events: none;
	transform:scale(0.6);
	opacity: 0;
	z-index: 1;
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover::before {
	opacity: 1;
	transform:scale(1);
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover img{
	opacity: 0.8;
	transition: all .2s ease-in-out;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Dark */
.dark-lb{
	background:#1F272A;
}

/* Full Screen */
.fullscreen-lb{
	background:#000;
	border-radius: 0;
}
.fullscreen-lb .modal-body{
	padding:0;
}
.fullscreen-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
	text-align:center;
}
.fullscreen-modal{
	background:#000;
}
.fullscreen-modal .modal-dialog{
	width:100%!important;
	max-width:95%!important;
}

/* Modal Full Screen Close Button */
.close-full-screen-modal{
	position: fixed;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.close-full-screen-modal .close-icon{
	display: block;
	width:100%;
	height:1px;
	background: #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top:12px;
}
.close-full-screen-modal .close-icon{
	height:2px;
}
.close-full-screen-modal .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.close-full-screen-modal{
	right:20px;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"ArialMT";
}
.container{
	max-width:1140px;
}
.img-style{
	width:778px;
	height:500px;
}
.text-span-color{
	color:#ffffff;
}
.img-qaranc-gr-style{
	width:100px;
	height:100px;
}
.img-ramc-gr-style{
	width:100px;
	height:100px;
}
.img-radc-gr-style{
	width:138px;
}
.img-ravc-gr-style{
	width:126px;
}
.h3-style{
	font-size:28px;
	line-height:45px;
	font-family:"ArialMT";
}
.text-wrap{
	float:left;
	text-decoration:none;
	padding-bottom:13px;
	padding-right:13px;
	width:100px;
}
.p-style{
	width:100%;
	font-size:18px;
	font-family:"ArialMT";
}
.square-button{
	border-style:solid;
	border-color:rgba(0,0,0,0.50)!important;
	border-radius:15px 15px 15px 15px;
}
.h1-news-style{
	width:100%;
}
.text-span-0-color{
	color:#000000;
}
.p-color{
	color:#000000;
	line-height:30px;
}
.img-webmast-style{
	border-radius:14px 14px 14px 14px;
}
.img-membersh-style{
	border-radius:14px 14px 14px 14px;
}
.img-secreta-style{
	border-radius:14px 14px 14px 14px;
}
.img-60-style{
	width:275px;
	border-radius:14px 14px 14px 14px;
}
.text-span-43102-color{
	color:#000000;
}
.link-introduction-style{
	font-weight:bold;
}
.link-content-2-style{
	font-weight:bold;
}
.link-content-3-style{
	font-weight:bold;
}
.link-content-4-style{
	font-weight:bold;
}
.link-content-5-style{
	font-weight:bold;
}
.link-content-6-style{
	font-weight:bold;
}
.link-content-7-style{
	font-weight:bold;
}
.link-content-8-style{
	font-weight:bold;
}
.link-content-9-style{
	font-weight:bold;
}
.link-content-10-style{
	font-weight:bold;
}
.text-span-3606-color{
	color:#0432ff;
}
.row-style{
	width:1.82%;
	display:inline;
	float:none;
	background-position:center top;
	text-align:center;
}
.h4-bloc-4-style{
	font-size:20px;
}
.checkbox-style{
	height:60px;
}
.row-bloc-0-style{
	width:100%;
}
.h4-twitter-feed-style{
	font-size:20px;
}
.container-div-bloc-4-style{
	height:20px;
}
.link-bloc-74-style{
	font-weight:bold;
}
.link-0-bloc-74-style{
	font-weight:bold;
}
.p-73-style{
	text-indent:px;
}
.h1-joining-style{
	font-size:29px;
}
.option-select-style{
	width:100%;
}
.text-span-bloc-52-color{
	color:#ffffff;
}
.field{
	border-style:solid;
	border-color:#000000!important;
}
.label-first-name-style{
	width:47.22%;
}
.h2-color{
	color:#000000;
}
.img-csl-trans-s-2-style{
	width:179px;
}
.img-1-style{
	width:160px;
}
.dropdown:hover .dropdown-menu{
	display:block;
	float:none;
	overflow:visible;
	margin-top:0px;
	background-color:#FFFFFF;
	width:300px;
}
.dropdown:hover .dropdown-menu:hover{
	color:transparent!important;
}
.h4-style{
	line-height:35px;
	font-family:"ArialMT";
	font-size:22px;
}
.h5-2-style{
	line-height:30px;
	font-family:"ArialMT";
}
.img-45165849-copy-style{
	width:360px;
}
.img-45164370-copy-style{
	width:360px;
}
.img-45167608-copy-style{
	width:458px;
}
.h4-army-style{
	font-size:20px;
}
.h4-14-style{
	font-size:20px;
	font-family:"ArialMT";
}
.h4-15-style{
	font-size:24px;
	font-family:"ArialMT";
}
.h4-16-style{
	font-size:24px;
	font-family:"ArialMT";
}
.navbar-brand img{
	width:450px;
}
.navmenu{
	font-size:16px;
	background-color:#FFFFFF;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	font-family:"ArialMT";
	float:none;
	border-radius:10px 10px 10px 10px;
	width:auto;
	color:var(--swatch-var-4855)!important;
}
.h3-color{
	color:#000000;
}
.h4-29-style{
	line-height:25px;
	font-size:18px;
	font-family:"ArialMT";
}
.p-3-style{
	line-height:25px;
	font-size:25px;
	font-family:"ArialMT";
	width:100%;
}
.h2-next-event-style{
	font-family:"PalatinoLinotype-Roman";
	font-size:28px;
	line-height:40px;
}
.btn-style{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	border-style:solid;
	border-color:#000000!important;
	font-family:"ArialMT";
	background-color:var(--swatch-var-5398);
	border-width:2px 2px 2px 2px;
	color:var(--swatch-var-4855)!important;
}
.link-style{
	font-weight:bold;
	text-decoration:underline;
}
.link-click-here-style{
	font-weight:bold;
	text-decoration:underline;
}
.p-bloc-2-style{
	font-size:22px;
	width:100%;
	font-family:"ArialMT";
}
.link-click-here -style{
	font-weight:bold;
}
.bloc-divider-b-fill{
	fill:#000000;
}
.h2-style{
	font-family:"PalatinoLinotype-Roman";
	font-size:40px;
	line-height:30px;
}
.email-style{
	font-family:"Old Standard TT";
	text-decoration:underline!important;
	font-size:40px;
	text-align:left;
}
.h1-links-style{
	font-family:"PalatinoLinotype-Roman";
	font-size:29px;
}
.img-college-crest-style{
	height:263px;
	width:219px;
}
.img-bloc-26-style{
	height:263px;
}
.img-bloc-27-style{
	height:360px;
}
.img-45-style{
	height:360px;
	width:360px;
}
.img-46-style{
	height:360px;
}
.img-bloc-28-style{
	height:360px;
	width:360px;
}
.img-48-style{
	height:360px;
}
.img-49-style{
	height:360px;
}
.img-bloc-29-style{
	height:360px;
	width:360px;
}
.img-44-style{
	height:360px;
	width:360px;
}
.img-42-style{
	height:360px;
}
.h2-heading-2-style{
	font-family:"ArialMT";
	font-size:39px;
}
.img-78-style{
	height:325px;
}
.img-75-style{
	height:325px;
}
.img-76-style{
	height:325px;
}
.img-jim-ryan-style{
	height:325px;
}
.img-david-bruce-style{
	height:325px;
}
.img-mary-kerslake-style{
	height:325px;
}
.img-peter-roberts-style{
	height:325px;
}
.img-william-boog-style{
	height:325px;
}
.img-bloc-46-style{
	height:325px;
}
.img-matthew-dooley-style{
	height:325px;
}
.h1-heading-1-style{
	font-family:"PalatinoLinotype-Roman";
}
.p-44-style{
	font-size:22px;
	font-family:"ArialMT";
}
.img-telemed-button-style{
	height:220px;
	width:360px;
}
.p-bloc-49-style{
	font-size:22px;
	font-family:"ArialMT";
}
.img-chin-style{
	height:324px;
}
.img-med-regt-style{
	height:324px;
}
.img-90-style{
	height:324px;
}
.p-1-style{
	font-family:"ArialMT";
}
.h6-style{
	font-family:"ArialMT";
}
.h4-bloc-52-style{
	font-family:"Arial-BoldMT";
}
.h6-bloc-52-style{
	font-family:"ArialMT";
}
.h4-camp-bastion-style{
	font-family:"Arial-BoldMT";
}
.h4-bloc-54-style{
	font-family:"Arial-BoldMT";
}
.h6-bloc-54-style{
	font-family:"ArialMT";
}
.h5-style{
	font-family:"Arial-BoldMT";
	font-size:19px;
}
.h5-bloc-54-style{
	font-family:"Arial-BoldMT";
	font-size:19px;
}
.h5-bloc-56-style{
	font-family:"ArialMT";
}
.h5-35-style{
	font-family:"ArialMT";
}
.h5-34-style{
	font-family:"ArialMT";
	font-size:16px;
}
.h5-bloc-53-style{
	font-family:"ArialMT";
}
.h5-32-style{
	font-family:"ArialMT";
}
.h5-31-style{
	font-family:"ArialMT";
}
.h5-30-style{
	font-family:"ArialMT";
}
.h5-bloc-58-style{
	font-family:"ArialMT";
}
.h5-bloc-55-style{
	font-family:"ArialMT";
}
.h5-24-style{
	font-family:"ArialMT";
}
.h5-23-style{
	font-family:"ArialMT";
}
.h5-22-style{
	font-family:"ArialMT";
}
.h5-21-style{
	font-family:"ArialMT";
}
.h5-20-style{
	font-family:"ArialMT";
}
.h5-19-style{
	font-family:"ArialMT";
}
.h5-18-style{
	font-family:"ArialMT";
}
.h5-bloc-52-style{
	font-family:"ArialMT";
}
.h5-16-style{
	font-family:"ArialMT";
}
.h5-15-style{
	font-family:"ArialMT";
	font-size:20px;
}
.h5-14-style{
	font-family:"ArialMT";
}
.h4-bloc-60-style{
	font-family:"Arial-BoldMT";
}
.h6-bloc-60-style{
	font-family:"ArialMT";
}
.h4-37-style{
	font-family:"Arial-BoldMT";
}
.h4-38-style{
	font-family:"Arial-BoldMT";
}
.h5-11-style{
	font-family:"ArialMT";
}
.h5-12-style{
	font-family:"ArialMT";
}
.h5-13-style{
	font-family:"ArialMT";
}
.h5-10-style{
	font-family:"ArialMT";
}
.h5-9-style{
	font-family:"ArialMT";
}
.h5-8-style{
	font-family:"ArialMT";
}
.h5-7-style{
	font-family:"ArialMT";
}
.h5-6-style{
	font-family:"ArialMT";
}
.h5-bloc-60-style{
	font-family:"ArialMT";
}
.h5-4-style{
	font-family:"ArialMT";
}
.h4-bloc-53-style{
	font-family:"Arial-BoldMT";
}
.h6-bloc-53-style{
	font-family:"ArialMT";
}
.h3-bloc-44-style{
	font-family:"ArialMT";
}
.h3-6-style{
	font-family:"ArialMT";
}
.h3-7-style{
	font-family:"ArialMT";
}
.h3-8-style{
	font-family:"ArialMT";
}
.h3-sirdavid-bruce-style{
	font-family:"ArialMT";
}
.h3-bloc-45-style{
	font-family:"ArialMT";
}
.h3-11-style{
	font-family:"ArialMT";
}
.h3-mary-kerslake-style{
	font-family:"ArialMT";
}
.h3-matthew-dooley-style{
	font-family:"ArialMT";
}
.h3-bloc-46-style{
	font-family:"ArialMT";
}
.h4-bloc-58-style{
	font-family:"Arial-BoldMT";
}
.h4-bloc-57-style{
	font-family:"ArialMT";
	font-size:21px;
}
.h4-45-style{
	font-family:"ArialMT";
	font-size:21px;
}
.h4-46-style{
	font-family:"ArialMT";
	font-size:21px;
}
.h4-fit-to-fight-style{
	font-family:"ArialMT";
	font-size:21px;
}
.h6-bloc-58-style{
	font-family:"ArialMT";
}
.h4-49-style{
	font-family:"ArialMT";
	font-size:21px;
}
.h4-bloc-85-style{
	font-family:"Arial-BoldMT";
}
.h5-bloc-84-style{
	font-family:"ArialMT";
	font-size:14px;
}
.h4-115-style{
	font-family:"Arial-BoldMT";
}
.h5-bloc-82-style{
	font-family:"ArialMT";
}
.h4-bloc-93-style{
	font-family:"Arial-BoldMT";
}
.h5-bloc-92-style{
	font-family:"ArialMT";
}
.h4-bloc-98-style{
	font-family:"Arial-BoldMT";
}
.h4-bloc-105-style{
	font-family:"Arial-BoldMT";
}
.h4-bloc-99-style{
	font-family:"Arial-BoldMT";
	font-size:20px;
}
.h2-bloc-61-style{
	font-family:"Arial-BoldMT";
	font-size:24px;
}
.h3-websites-style{
	font-family:"PalatinoLinotype-Roman";
	font-size:40px;
}
.h3-journals-style{
	font-family:"Arial-BoldMT";
}
.h3-bloc-78-style{
	font-family:"PalatinoLinotype-Roman";
	font-size:40px;
}
.h3-bloc-79-style{
	font-family:"PalatinoLinotype-Roman";
	font-size:40px;
}
.h4-bloc-79-style{
	font-family:"ArialMT";
}
.h4-79-style{
	font-family:"ArialMT";
}
.h4-ramc-facebook-style{
	font-family:"ArialMT";
}
.h4-bloc-78-style{
	font-family:"ArialMT";
}
.h4-ramc-blue-book-style{
	font-family:"ArialMT";
}
.h4-bloc-77-style{
	font-family:"ArialMT";
}
.h4-73-style{
	font-family:"ArialMT";
}
.h4-72-style{
	font-family:"ArialMT";
}
.h4-71-style{
	font-family:"ArialMT";
}
.h4-bloc-76-style{
	font-family:"ArialMT";
}
.h4-69-style{
	font-family:"ArialMT";
}
.h4-68-style{
	font-family:"ArialMT";
}
.h4-67-style{
	font-family:"ArialMT";
}
.h4-66-style{
	font-family:"ArialMT";
}
.h4-bloc-75-style{
	font-family:"ArialMT";
}
.h4-64-style{
	font-family:"ArialMT";
}
.h4-63-style{
	font-family:"ArialMT";
}
.h4-62-style{
	font-family:"ArialMT";
}
.h4-61-style{
	width:100%;
	font-family:"ArialMT";
}
.h4-60-style{
	font-family:"ArialMT";
}
.h4-59-style{
	font-family:"ArialMT";
}
.h4-58-style{
	font-family:"ArialMT";
}
.h4-bloc-74-style{
	font-family:"ArialMT";
}
.h4-56-style{
	font-family:"ArialMT";
}
.h4-55-style{
	font-family:"ArialMT";
}
.h4-54-style{
	font-family:"ArialMT";
}
.h4-bloc-17-style{
	font-family:"ArialMT";
}
.h4-4-style{
	font-family:"ArialMT";
}
.h4-5-style{
	font-family:"ArialMT";
}
.h4-6-style{
	font-family:"ArialMT";
}
.h4-7-style{
	font-family:"ArialMT";
}
.h4-8-style{
	font-family:"ArialMT";
}
.h4-9-style{
	font-family:"ArialMT";
}
.h4-10-style{
	font-family:"ArialMT";
}
.h4-12-style{
	font-family:"ArialMT";
}
.h4-13-style{
	font-family:"ArialMT";
}
.h4-17-style{
	font-family:"ArialMT";
}
.h4-18-style{
	font-family:"ArialMT";
}
.h4-bloc-19-style{
	font-family:"ArialMT";
}
.h4-21-style{
	font-family:"ArialMT";
}
.h4-20-style{
	font-family:"ArialMT";
}
.h4-19-style{
	font-family:"ArialMT";
}
.h4-23-style{
	font-family:"ArialMT";
}
.h4-bloc-20-style{
	font-family:"ArialMT";
}
.h4-25-style{
	font-family:"ArialMT";
}
.h4-27-style{
	font-family:"ArialMT";
}
.h4-28-style{
	font-family:"ArialMT";
}
.h4-bloc-21-style{
	font-family:"ArialMT";
}
.h4-30-style{
	font-family:"ArialMT";
}
.h4-ramc-reunited-style{
	font-family:"ArialMT";
}
.h4-bloc-22-style{
	font-family:"ArialMT";
}
.h4-33-style{
	font-family:"ArialMT";
}
.h3-2-style{
	font-family:"ArialMT";
}
.h3-bloc-21-style{
	font-family:"Arial-BoldMT";
}
.h3-bloc-22-style{
	font-family:"PalatinoLinotype-Roman";
}
.h2-bloc-26-style{
	font-family:"ArialMT";
}
.h4-bloc-7-style{
	font-family:"ArialMT";
}
.h6-bloc-7-style{
	font-family:"ArialMT";
	font-size:22px;
}
.p-bloc-26-style{
	font-family:"ArialMT";
}
.p-5-style{
	font-family:"ArialMT";
}
.p-6-style{
	font-family:"ArialMT";
}
.p-7-style{
	font-family:"ArialMT";
}
.p-8-style{
	font-family:"ArialMT";
}
.p-9-style{
	font-family:"ArialMT";
}
.p-10-style{
	font-family:"ArialMT";
}
.p-11-style{
	font-family:"ArialMT";
}
.p-12-style{
	font-family:"ArialMT";
}
.p-13-style{
	font-family:"ArialMT";
}
.p-14-style{
	font-family:"ArialMT";
}
.p-15-style{
	font-family:"ArialMT";
}
.p-16-style{
	font-family:"ArialMT";
}
.p-17-style{
	font-family:"ArialMT";
}
.p-18-style{
	font-family:"ArialMT";
}
.p-19-style{
	font-family:"ArialMT";
}
.p-20-style{
	font-family:"ArialMT";
}
.p-21-style{
	font-family:"ArialMT";
}
.p-22-style{
	font-family:"ArialMT";
}
.p-bloc-28-style{
	font-family:"ArialMT";
}
.p-41-style{
	font-family:"ArialMT";
}
.p-40-style{
	font-family:"ArialMT";
}
.p-39-style{
	font-family:"ArialMT";
}
.p-38-style{
	font-family:"ArialMT";
}
.p-37-style{
	font-family:"ArialMT";
}
.p-36-style{
	font-family:"ArialMT";
}
.p-35-style{
	font-family:"ArialMT";
}
.p-34-style{
	font-family:"ArialMT";
}
.p-33-style{
	font-family:"ArialMT";
}
.p-32-style{
	font-family:"ArialMT";
}
.p-30-style{
	font-family:"ArialMT";
}
.p-29-style{
	font-family:"ArialMT";
}
.p-28-style{
	font-family:"ArialMT";
}
.p-27-style{
	font-family:"ArialMT";
}
.p-25-style{
	font-family:"ArialMT";
}
.p-24-style{
	font-family:"ArialMT";
}
.link-bloc-39-style{
	text-decoration:underline;
	font-weight:bold;
	font-family:"PalatinoLinotype-Roman";
}
.link-bshm-style{
	font-weight:bold;
	text-decoration:underline;
}
.h4-heading-4-style{
	font-family:"Arial-BoldMT";
}
.img-bloc-54-style{
	height:180px;
}
.img-pmh-button-style{
	height:180px;
	width:270px;
}
.img-ibook-link-style{
	height:180px;
	width:270px;
}
.h5-45-style{
	font-family:"Arial-BoldMT";
}
.h5-39-style{
	font-family:"Arial-BoldMT";
	font-size:19px;
}
.h3-25-style{
	font-family:"Arial-BoldMT";
}
.btn-pdf-download-style{
	border-style:solid;
	border-color:transparent!important;
	opacity:1.0;
	background-color:transparent;
	border-radius:0px 0px 0px 0px;
	border-width:4px 4px 4px 4px;
}
.btn-pdf-download-style:hover{
	border-style:solid;
	border-color:transparent!important;
}
.img-bloc-123-style{
	border-radius:10px 10px 10px 10px;
}
.h3-heading-3-style{
	opacity:1.0;
}
.link-0-style{
	text-decoration:underline;
}
.link-30064-style{
	text-decoration:underline;
}
.link-22986-style{
	text-decoration:underline;
}
.link-38320-style{
	text-decoration:underline;
}
.link-6990-style{
	text-decoration:underline;
}
.link-3729-style{
	text-decoration:underline;
}
.link-7175-style{
	text-decoration:underline;
}
.link-45086-style{
	text-decoration:underline;
}
.link-12467-style{
	text-decoration:underline;
}
.link-12804-style{
	text-decoration:underline;
}
.link-14773-style{
	text-decoration:underline;
}
.link-21801-style{
	text-decoration:underline;
}
.link-26936-style{
	text-decoration:underline;
}
.link-3983-style{
	text-decoration:underline;
}
.link-7903-style{
	text-decoration:underline;
}
.link-4747-style{
	text-decoration:underline;
}
.link-6827-style{
	text-decoration:underline;
}
.link-28004-style{
	text-decoration:underline;
}
.link-4158-style{
	text-decoration:underline;
}
.link-38197-style{
	text-decoration:underline;
}
.link-36878-style{
	text-decoration:underline;
}
.link-2157-style{
	text-decoration:underline;
}
.link-28270-style{
	text-decoration:underline;
}
.link-18564-style{
	text-decoration:underline;
}
.link-30437-style{
	text-decoration:underline;
}
.link-15677-style{
	text-decoration:underline;
}
.link-24831-style{
	text-decoration:underline;
}
.link-16452-style{
	text-decoration:underline;
}
.link-20445-style{
	text-decoration:underline;
}
.link-34251-style{
	text-decoration:underline;
}
.link-12175-style{
	text-decoration:underline;
}
.link-26577-style{
	text-decoration:underline;
}
.link-701-style{
	text-decoration:underline;
}
.link-43029-style{
	text-decoration:underline;
}
.link-4433-style{
	text-decoration:underline;
}
.link-34196-style{
	text-decoration:underline;
}
.link-19281-style{
	text-decoration:underline;
}
.link-16788-style{
	text-decoration:underline;
}
.link-14506-style{
	text-decoration:underline;
}
.link-37915-style{
	text-decoration:underline;
}
.link-48763-style{
	text-decoration:underline;
}
.link-22635-style{
	text-decoration:underline;
}
.link-37338-style{
	text-decoration:underline;
}
.link-36864-style{
	text-decoration:underline;
}
.link-17769-style{
	text-decoration:underline;
}
.p-45-style{
	font-size:22px;
}
.h2-8-style{
	font-family:"Arial-BoldMT";
}
.img-bloc-19-style{
	width:952px;
}
.img-193-style{
	width:504px;
}
.h2-5-style{
	font-size:40px;
	font-family:"PalatinoLinotype-Roman";
}
.h1-style{
	font-family:"PalatinoLinotype-Roman";
}
.h1-bloc-43-style{
	font-family:"PalatinoLinotype-Roman";
}
.h1-3-style{
	font-family:"PalatinoLinotype-Roman";
}
.h1-unit-histories-style{
	font-family:"PalatinoLinotype-Roman";
}
.h1-1-style{
	font-family:"PalatinoLinotype-Roman";
}
.h3-bloc-2-style{
	font-family:"ArialMT";
	font-size:26px;
}
.h1-9-style{
	font-family:"PalatinoLinotype-Roman";
}
.img-bloc-58-style{
	height:180px;
}
.heading-cl{
	background-color:rgba(214,214,214,0.8);
	width:100%;
	height:100px;
	text-align:center;
	border-style:solid;
	border-color:#FFFFFF!important;
	padding:0px 0px 0px 0px;
	border-width:2px 2px 2px 2px;
}
.row-margin-top{
	margin-top:3px;
}
.content{
	background-color:rgba(235,235,235,0.4);
	border-style:solid;
	border-color:#FEFFFF!important;
	border-width:2px 2px 2px 2px;
}
.link-resources-style{
	font-weight:bold;
	text-decoration:underline;
}
.link-download-style{
	text-decoration:underline;
	font-weight:bold;
}
.link-0-click-here-style{
	text-decoration:underline;
	font-weight:bold;
}
.link-bloc-27-style{
	text-decoration:underline;
	font-weight:bold;
}
.video-box{
	border-style:solid;
	border-color:#2D2E2C!important;
	border-radius:20px 20px 20px 20px;
	border-width:4px 4px 4px 4px;
}
.p-bloc-165-style{
	font-size:22px;
}
.img-305-style{
	width:563px;
}
.p-bloc-226-style{
	width:100%;
	font-size:16px;
	font-family:"ArialMT";
}
.img-conten-style{
	width:263px;
}
.h4-med-reg-style{
	font-family:"Arial-BoldMT";
}
.btn-style:hover{
	border-width:3px 3px 3px 3px;
}
.button-books{
	border-style:solid;
	border-color:#000000!important;
	border-width:2px 2px 2px 2px;
}
.button-books:hover{
	background-color:rgba(0,0,0,0.50);
}
.btn-style-1{
	width:100%;
	border-style:solid;
	border-color:#000000!important;
	color:#000000!important;
	font-family:"ArialMT";
	background-color:transparent;
	background-size:auto auto;
	border-width:3px 3px 3px 3px;
}
.btn-style-1:hover{
	width:100%;
	border-style:solid;
	background-color:rgba(0,0,0,0.31);
	font-family:"ArialMT";
	background-size:0px auto;
	border-width:2px 2px 2px 2px;
}
.h5-54-style{
	width:100%;
}
.btn-login-style{
	width:100%;
}
.btn-download-style{
	width:100%;
}
.link-bloc-14-style{
	text-decoration:underline;
	font-weight:bold;
}
.btn-9-style{
	width:48.95%;
	padding-top:14px;
	padding-bottom:14px;
}
.btn-14-style{
	width:100%;
}
.btn-23-style{
	width:100%;
	color:var(--swatch-var-4855)!important;
}
.btn-18-style{
	width:29.48%;
}
.h1-34048-style{
	font-family:"PalatinoLinotype-Roman";
}
.label-bloc-14-style{
	width:71.17%;
}
.form-control{
	font-family:"ArialMT";
	padding:6px 6px 6px 6px;
	border-radius:5px 5px 5px 5px;
}
.field-margin-bottom{
	margin-bottom:-1px;
}
.field-margin-top{
	margin-top:-3px;
}
.option-select-margin-top{
	margin-top:-2px;
}
.label-style{
	width:100%;
}
.link-bloc-47-style{
	text-decoration:underline;
	font-weight:bold;
}
.img-216-style{
	height:360px;
}
.link-click-here--style{
	text-decoration:underline;
	font-weight:bold;
}
.celebrating_img{
	margin:15px 15px 15px 15px;
}
.fom_logo{
	margin:15px 15px 15px 15px;
}
.link-home-style{
	text-decoration:underline;
}
.link-history-style{
	text-decoration:none;
}
.h4-97-style{
	width:100%;
}
.link-unit-histories-style{
	text-decoration:none;
}
.link-19438-style{
	text-decoration:underline;
}
.link-26046-style{
	text-decoration:underline;
}
.link-tributes-style{
	font-weight:normal;
	text-decoration:underline;
}
.link-newsletters-style{
	text-decoration:underline;
}
.link-book-reviews-style{
	text-decoration:underline;
}
.link-lectures-style{
	text-decoration:underline;
}
.link-40579-style{
	text-decoration:underline;
}
.link-13366-style{
	text-decoration:underline;
}
.link-41587-style{
	text-decoration:underline;
}
.link-covid-19-style{
	text-decoration:underline;
}
.link-46881-style{
	text-decoration:underline;
}
.link-members-style{
	text-decoration:underline;
}
.link-49137-style{
	text-decoration:underline;
}
.link-46579-style{
	text-decoration:underline;
}
.link-42775-style{
	text-decoration:underline;
}
.link-join-style{
	text-decoration:underline;
}
.img-bloc-197-style{
	width:274px;
}
.link-sitemap-style{
	font-weight:normal;
	text-decoration:underline;
}
.img-bloc-84-style{
	width:995px;
}
.img-burden-1-style{
	width:684px;
}
.img-ramc-wood-2-p-style{
	width:1140px;
}
.img-telemedici-style{
	width:883px;
}
.link-204-style{
	text-decoration:underline;
}
.link-28487-style{
	text-decoration:underline;
}
.link-11435-style{
	text-decoration:underline;
}
.link-fit-to-fight-style{
	text-decoration:underline;
	font-weight:normal;
}
.link-44518-style{
	text-decoration:underline;
}
.link-19630-style{
	text-decoration:underline;
}
.link-13168-style{
	text-decoration:underline;
}
.link-25334-style{
	text-decoration:underline;
}
.link-22423-style{
	text-decoration:underline;
}
.link-48256-style{
	text-decoration:underline;
}
.link-6667-style{
	text-decoration:underline;
}
.blocs-site-search-container{
	background-size:auto auto;
	border-style:_popUpItemAction:;
	color:transparent!important;
}
.blocs-site-search-container input{
	background-color:#FEFFFE;
	background-size:auto auto;
	font-family:"ArialMT";
	color:#000000!important;
	text-decoration:none;
	border-style:solid;
	border-color:#CCC5BF!important;
	border-radius:10px 10px 10px 10px;
	border-width:3px 3px 3px 3px;
}
.blocs-site-search-container input:active{
	background-size:auto 8000px;
}
.blocs-site-search-container input:hover{
	background-size:auto auto;
}
.link-gallery-style{
	font-weight:normal;
	text-decoration:underline;
}
.html-widget-style{
	width:100%;
	background-color:#000000;
}
.container-div-style{
	width:100%;
}
.site-navigation .dropdown:hover .dropdown-menu{
	border-style:_popUpItemAction:;
	display:block;
	overflow:scroll;
	margin:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.site-navigation .dropdown:hover .dropdown-menu-copy-1{
	border-style:_popUpItemAction:;
	display:block;
	overflow:scroll;
	margin:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.site-navigation .dropdown:hover .dropdown-menu li:hover{
	background-color:#838282;
}
.link-317-style{
	text-decoration:underline;
}
.link-camp-bastion-style{
	text-decoration:underline;
}
.link-24098-style{
	text-decoration:underline;
}
.link-16990-style{
	text-decoration:underline;
}
.link-35504-style{
	text-decoration:underline;
}
.link-41553-style{
	text-decoration:underline;
}
.link-16164-style{
	text-decoration:underline;
}
.link-17287-style{
	text-decoration:underline;
}
.link-11528-style{
	text-decoration:underline;
}
.link-11286-style{
	text-decoration:underline;
}
.link-41393-style{
	text-decoration:underline;
}
.link-46758-style{
	text-decoration:underline;
}
.link-36634-style{
	text-decoration:underline;
}
.link-37368-style{
	text-decoration:underline;
}
.link-14254-style{
	text-decoration:underline;
}
.link-heading-5-style{
	text-decoration:underline;
}
.link-10945-style{
	text-decoration:underline;
}
.link-4311-style{
	text-decoration:underline;
}
.link-26759-style{
	text-decoration:underline;
}
.link-11934-style{
	text-decoration:underline;
}
.link-47682-style{
	text-decoration:underline;
}
.link-19788-style{
	text-decoration:underline;
}
.link-26908-style{
	text-decoration:underline;
}
.link-15661-style{
	text-decoration:underline;
}
.link-30366-style{
	text-decoration:underline;
}
.link-6052-style{
	text-decoration:underline;
}
.link-16599-style{
	text-decoration:underline;
}
.link-33341-style{
	text-decoration:underline;
}
.link-9283-style{
	text-decoration:underline;
}
.link-23758-style{
	text-decoration:underline;
}
.link-8897-style{
	text-decoration:underline;
}
.link-11942-style{
	text-decoration:underline;
}
.link-6002-style{
	text-decoration:underline;
}
.link-3389-style{
	text-decoration:underline;
}
.link-5233-style{
	text-decoration:underline;
}
.link-bloc-301-style{
	text-decoration:underline;
}
.h4-103-style{
	font-family:"Arial-BoldMT";
	font-size:36px;
}
.link-17301-style{
	font-weight:bold;
	text-decoration:underline;
}
.img-339-style{
	width:275px;
	border-radius:21px 21px 21px 21px;
}
.h2-28-style{
	font-family:"Arial-BoldMT";
}
.h2-bloc-173-style{
	font-family:"Arial-BoldMT";
}
.link-24870-style{
	text-decoration:underline;
	font-weight:bold;
}
.link-5914-style{
	text-decoration:underline;
	font-weight:bold;
}
.img-340-style{
	width:272px;
}
.link-45399-style{
	font-weight:bold;
	text-decoration:underline;
}
.img-346-style{
	width:364px;
}
.img-347-style{
	width:368px;
}
.link-bloc-357-style{
	font-weight:bold;
	text-decoration:underline;
}
.link-0-bloc-357-style{
	font-weight:bold;
	text-decoration:underline;
}
.img-348-style{
	width:585px;
}
.link-39306-style{
	font-weight:bold;
	text-decoration:underline;
}
.link-42296-style{
	font-weight:bold;
	text-decoration:underline;
}
.h1-1-heading-1-style{
	font-family:"JazzScript1-Bold";
	font-size:70px;
}
.h1-coming-soon-style{
	font-family:Pacifico;
	font-size:50px;
}
.btn-bloc-173-style{
	font-weight:bold;
}
.h1-31-style{
	font-family:"PalatinoLinotype-Roman";
	font-size:50px;
}
.h5-tpmh-style{
	font-family:"Arial-BoldMT";
}
.img-61-style{
	width:555px;
	border-radius:14px 14px 14px 14px;
}
.img-centena-style{
	width:387px;
}
.img-464-style{
	width:263px;
}
.img-bloc-36-style{
	width:819px;
	height:450px;
}
.h6-heading-6-style{
	width:100%;
	font-size:14px;
	line-height:px;
}
.h3-70-heading-3-style{
	opacity:1.0;
}
.h3-99-style{
	font-family:"PalatinoLinotype-Roman";
}
.img-265-style{
	width:263px;
}
.img-271-style{
	width:368px;
}
.link-42254-style{
	text-decoration:underline;
	font-weight:bold;
}
.link-bloc-220-style{
	text-decoration:underline;
}
.img-486-style{
	width:384px;
}
.img-497-style{
	width:808px;
}
.h6-28-style{
	width:85.44%;
}
.h1-51-style{
	font-family:"PalatinoLinotype-Roman";
}
.p-164-style{
	font-size:18px;
}
.link-here-style{
	text-decoration:underline;
}
.img-498-style{
	width:337px;
}
.h6-29-style{
	font-size:12px;
}
.h1-53-style{
	font-family:"PalatinoLinotype-Roman";
}
.link-join-us-style{
	text-decoration:underline;
}
.h5-bloc-463-style{
	line-height:45px;
}
.btn-48-style{
	width:100%;
}
.img-sir-james--style{
	width:394px;
	height:505px;
}
.p-40854-style{
	font-size:14px;
}
.img-495-style{
	height:505px;
}
.link-0-here-style{
	text-decoration:underline;
	font-family:"PalatinoLinotype-Roman";
	font-weight:bold;
}
.img-placeholder-us-style{
	width:72px;
}
.p-bloc-161-style{
	font-size:15px;
}
.link-bloc-189-style{
	text-decoration:underline;
}
.link-0-bloc-189-style{
	text-decoration:underline;
}
.p-bloc-0-margin-top{
	margin-top:10px;
}
.p-10-margin-top{
	line-height:24px;
}
.img-leslie-payne-style{
	width:257px;
	height:319px;
}
.img-565-style{
	width:374px;
}
.link--here-style{
	text-decoration:underline;
}
.img-glimps-style{
	width:792px;
	height:500px;
}
.img-bloc-42-style{
	width:405px;
}
.img-bm---bw-p-style{
	width:756px;
}
.img-banner-ww1-style{
	width:996px;
}
.img-banner-w-style{
	width:985px;
}
.img-med-school-66-style{
	width:591px;
}
.overlay-btn{
	background-color:transparent;
}
.link-bloc-161-style{
	text-decoration:underline;
}
.btn-join-us-style{
	width:100%;
	padding-top:8px;
	padding-bottom:8px;
}
.img-585-style{
	width:385px;
}
.card-header-style{
	width:100%;
}
.card-footer-bloc-39-style{
	height:56px;
}
.link-26989-style{
	font-weight:bold;
}
.link-0-bloc-57-style{
	text-decoration:none;
}
.p-bloc-172-style{
	font-size:19px;
}
.img-602-style{
	width:200px;
}
.h3-106-style{
	font-size:23px;
}
.btn-submit-style{
	width:24.58%;
}
.p-170-style{
	font-size:24px;
	line-height:36px;
}
.p-23-style{
	font-size:18px;
}
.h4-bloc-15-style{
	font-size:22px;
}
.h4-email-style{
	font-size:22px;
}
.h4-name-style{
	font-size:22px;
}
.h4-message-style{
	font-size:22px;
}
.p-26-style{
	font-size:24px;
}
.p-27-bloc-15-style{
	font-size:24px;
}
.link-bloc-16-style{
	font-weight:normal;
}
.p-215-style{
	font-size:16px;
}
.p-216-style{
	font-size:16px;
}
.p-bloc-184-style{
	font-size:17px;
}
.img-bloc-605-style{
	width:267px;
}
.p-9162-style{
	font-size:28px;
}
.close-special-menu .close-icon{
	background-color:#000000;
}
.h4-bloc-276-style{
	font-size:24px;
}
.h1-84-style{
	font-family:"PalatinoLinotype-Roman";
}
.h5-bloc-502-style{
	font-size:18px;
}
.h5-192-style{
	font-size:18px;
}
.h5-193-style{
	font-size:18px;
}
.h6-30-style{
	font-size:18px;
}
.h5-194-style{
	font-size:18px;
}
.h5-195-style{
	font-size:18px;
}
.h5-198-style{
	font-size:18px;
}
.h5-197-style{
	font-size:18px;
}
.h5-196-style{
	font-size:18px;
}
.h5-200-style{
	font-size:18px;
}
.h5-201-style{
	font-size:18px;
}
.h5-202-style{
	font-size:18px;
}
.h5-203-style{
	font-size:18px;
}
.h5-204-style{
	font-size:18px;
}
.h5-205-style{
	font-size:18px;
}
.h5-206-style{
	font-size:18px;
}
.h5-207-style{
	font-size:18px;
}
.h5-209-style{
	font-size:18px;
}
.h5-bloc-757-style{
	font-size:18px;
}
.link-9379-style{
	font-weight:bold;
}
.h2-bloc-6-style{
	font-size:28px;
}
.btn-bloc-6-style{
	width:100%;
}
.divider-background-color{
	background-color:#000000;
	height:2px;
}
.link-33417-style{
	font-weight:bold;
}
.link-here--style{
	font-weight:bold;
}
.link-48269-style{
	font-weight:bold;
}
.link-bloc-15-style{
	font-weight:bold;
}
.h5-bloc-10-style{
	font-size:20px;
}
.h4-142-style{
	line-height:36px;
}
.btn-60-style{
	width:100%;
}
.h5-bloc-162-style{
	font-size:18px;
}
.h4-bloc-162-style{
	font-size:18px;
}
.link-9746-style{
	font-weight:bold;
}
.img-573-style{
	width:656px;
}
.navmenu:hover{
	color:var(--swatch-var-4855)!important;
}
.navmenu:active{
	color:var(--swatch-var-4855)!important;
}
.navmenu:focus{
	color:var(--swatch-var-4855)!important;
}
.custom-list{
	color:var(--swatch-var-4855)!important;
}
.navmenu:visited{
	color:var(--swatch-var-4855)!important;
}
.h4-bloc-43-style{
	font-family:"PalatinoLinotype-Roman";
}
.p-bloc-5-style{
	font-size:22px;
}
.p-1-bloc-5-style{
	width:100%;
	font-size:18px;
}
.p-13313-style{
	font-size:18px;
}
.btn-1-style{
	width:16.49%;
}
.mini-subtitle{
	text-transform:uppercase;
}
.bold{
	font-family:"Roboto-Bold";
}
.mini-event-type{
	font-size:0.9rem;
	background-color:rgba(145,145,145,0.10);
	margin-left:14px;
	position:relative;
	top:-1px;
	padding-right:10px;
	padding-left:10px;
	display:inline-block;
	line-height:1.5rem;
	padding-top:2px;
}
.h4-bloc-949-26411-style{
	font-family:"Roboto-Light";
	font-size:18px;
}
.p-bloc-949-26411-style{
	width:100%;
	font-size:16px;
}
.p-389-style{
	font-size:16px;
}
.p-392-style{
	font-size:16px;
}
.p-386-style{
	font-size:16px;
}
.p-383-style{
	font-size:16px;
}
.p-377-style{
	font-size:16px;
	opacity:1.0;
}
.p-374-style{
	font-size:16px;
}
.p-371-style{
	font-size:14px;
}
.p-368-style{
	font-size:16px;
	opacity:0.4;
}
.p-395-style{
	font-size:16px;
}
.p-398-style{
	font-size:16px;
}
.h2-bloc-184-style{
	font-size:20px;
}
.h3-bloc-182-style{
	font-size:20px;
}
.img-bshm-weblogofo-style{
	width:134px;
}
.img-bloc-101-style{
	width:705px;
}
.h5-44-style{
	width:100%;
}
.btn-9-button-style{
	width:100%;
}
.h2-116-style{
	font-size:20px;
}
.btn-133-style{
	width:100%;
}
.btn-134-style{
	width:100%;
}
.btn-136-style{
	width:100%;
}
.btn-135-style{
	width:100%;
}
.btn-register-»-style{
	width:98.42%;
}
.divider-style{
	height:3px;
	background-color:#000000;
}
.divider-lectures-2023-style{
	height:3px;
	background-color:#000000;
}
.divider-lectures-2024-style{
	height:3px;
	background-color:#000000;
}
.divider-lectures-2021-style{
	height:3px;
	background-color:#000000;
}
.h4-watch-for-free-style{
	font-family:"ArialMT";
}
.service-button{
	background-color:#008E00;
	font-family:"Lato";
	font-weight:700;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:0.05em;
	padding-right:28px;
	padding-left:28px;
	line-height:22px;
	color:#FEFFFF!important;
	border-width:0px 0px 0px 0px;
}
.service-button:hover{
	color:#FEFFFF!important;
	background-color:#007900;
}
.btn-download-flyer-style{
	width:33.21%;
	color:var(--swatch-var-4855)!important;
	padding-top:10px;
	padding-bottom:10px;
}
.btn-6-style{
	width:100%;
	color:var(--swatch-var-4855)!important;
}
.h1-bloc-16-style{
	font-family:"Calibri-Bold";
	font-size:41px;
}
.img-13193-style{
	width:362px;
}
.h6-bloc-31-style{
	font-size:16px;
}
.h6-bloc-26-style{
	font-size:16px;
}
.h2-10-style{
	font-family:"Calibri-Bold";
	font-size:28px;
}
.h6-bloc-32-style{
	font-size:16px;
}
.h2-bloc-22-style{
	font-family:"PalatinoLinotype-Roman";
	font-size:40px;
}
.img-bloc-22-style{
	width:364px;
}
.h6-bloc-22-style{
	font-size:16px;
}
.img-50-style{
	width:463px;
}
.h6-8-style{
	font-size:14px;
}
.img-51-style{
	width:273px;
}
.btn-back-top{
	width:30.47%;
	background-color:#00008C;
	font-weight:bold;
	border-style:solid;
	border-radius:5px 5px 5px 5px;
}
.img-locati-style{
	width:50px;
}
.img-envelo-style{
	width:50px;
}
.link-14631-style{
	width:152px;
}
.img-1105-style{
	width:193px;
}
.img-aged-92-20-style{
	width:396px;
}
.p-bloc-1073-style{
	font-size:20px;
}
.link-d-day-tapes-style{
	font-weight:bold;
}
.h6-bloc-6-style{
	font-size:24px;
}
.h6-3-style{
	font-size:24px;
}
.custom-list:hover{
	color:var(--swatch-var-4855)!important;
}
.custom-list:active{
	color:var(--swatch-var-4855)!important;
}
.custom-list:focus{
	color:var(--swatch-var-4855)!important;
}
.custom-list:visited{
	color:var(--swatch-var-4855)!important;
}
.p-2-style{
	font-size:18px;
	width:100%;
}
.img-frin-style{
	width:265px;
}
.card-class{
	position:relative;
}
.link-class{
	text-decoration:none;
	color:#000000!important;
	font-weight:bold;
}
.img-bloc-1084-style{
	width:521px;
}
.img-1124-style{
	width:527px;
}
.card-body-style{
	height:658px;
}
.img-new-books-ov-style{
	width:274px;
}
.row-bloc-7-style{
	width:34.5%;
}
.img-1131-style{
	width:459px;
}
.img-1132-style{
	width:460px;
}
.img-bayeux-style{
	width:272px;
}
.img-1134-style{
	width:278px;
}
.img-fd-hosp-old-ma-style{
	width:917px;
}
.link-mmr-style{
	font-weight:bold;
}
.h3-bloc-47-style{
	font-size:24px;
	font-family:"Arial-BoldMT";
}
.p-14833-style{
	font-size:18px;
}
.p-5343-style{
	font-size:18px;
}
.p-48885-style{
	font-size:18px;
}
.img-rams-unifo-style{
	width:322px;
}
.row-bloc-4-style{
	width:97.54%;
}
.h1-bloc-7-style{
	font-family:"ArialMT";
}
.btn-146-style{
	width:31.84%;
	color:var(--swatch-var-4855)!important;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-837)!important;
}
.img-army-nursi-style{
	width:711px;
}
.h4-bloc-42-style{
	width:93.17%;
	font-size:20px;
}
.h5-180-style{
	width:69.92%;
}
.winter-bloc-title{
	font-family:"Lato";
	font-weight:700;
	text-transform:uppercase;
	font-size:33px;
	line-height:40px;
	letter-spacing:1px;
}
.winter-bloc-subtitle{
	font-family:"Lato";
	font-weight:300;
	font-size:23px;
	line-height:30px;
}
.winter-table{
	padding:50px 28px 28px 28px;
	box-shadow:0px 4px 30px rgba(0,0,0,0.1);
	font-family:"Lato";
	font-weight:400;
}
.winter-table:hover{
	box-shadow:0px 28px 30px rgba(0,0,0,0.2);
	margin-top:-5px;
}
.testimonials-p{
	font-size: 16px;
	line-height: 22px;
}
.winter-review-logo{
	color:#B3B3B3!important;
}
.winter-review-logo:hover{
	color:#000000!important;
	text-shadow:0px 0px 10px rgba(0,0,0,0.1);
}
.event-gallery{
	padding:0px 0px 0px 0px;
}
.btn-10-style{
	width:100%;
}
.row-bloc-83-style{
	width:93.83%;
}
.btn-18-button-style{
	width:100%;
}
.img-shields--style{
	width:701px;
}
.h3-139-style{
	font-size:20px;
}
.link-bloc-472-style{
	text-decoration:underline;
}
.btn-42-style{
	width:100%;
}
.btn-161-style{
	width:100%;
}
.p-3237-style{
	width:100%;
}
.btn-virtual-tour-style{
	width:100%;
	color:var(--swatch-var-4855)!important;
	background-color:var(--swatch-var-5398);
}
.btn-virtual-tour-style:hover{
	background-color:var(--swatch-var-7235);
}
.btn-talks-style{
	width:24.08%;
	color:var(--swatch-var-4855)!important;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-1247)!important;
}
.btn-talks-style:hover{
	background-color:var(--swatch-var-5466);
}
.btn-events{
	color:var(--swatch-var-4855)!important;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-5466)!important;
}
.btn-events:hover{
	border-color:var(--swatch-var-5466)!important;
}
.btn-programme-style{
	width:24.85%;
	color:var(--swatch-var-4855)!important;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-5466)!important;
}
.btn-programme-style:hover{
	border-color:var(--swatch-var-5466)!important;
}
.h4-365-style{
	width:100%;
}
.btn-192-style{
	width:81.17%;
	color:var(--swatch-var-4855)!important;
	padding-top:12px;
	padding-bottom:12px;
}
.btn-apply-here-style{
	width:64.57%;
	color:var(--swatch-var-4855)!important;
}
.btn-6-button-style{
	width:100%;
	color:var(--swatch-var-4855)!important;
}
.divider-bloc-18-background-color{
	background-color:var(--swatch-var-4855);
}
.img-not-forgott-style{
	width:255px;
}
.btn-7-style{
	width:93.69%;
	color:var(--swatch-var-4855)!important;
}
.divider-19683-background-color{
	background-color:var(--swatch-var-4855);
}
.divider-36429-background-color{
	background-color:var(--swatch-var-4855);
}
.p-33365-style{
	font-size:18px;
}
.h3-bloc-100-style{
	font-family:"Calibri";
}
.h3-remembrance_24-style{
	font-size:39px;
}
.btn-166-style{
	width:28.75%;
	color:var(--swatch-var-4855)!important;
}
.img-ww1-sce-style{
	width:285px;
}
.img-20221207-b-style{
	width:334px;
}
.img-andrews-style{
	width:393px;
}
.p-bloc-1098-style{
	font-size:25px;
}
.h6-54-style{
	font-size:25px;
}
.p-bloc-1174-style{
	font-size:25px;
}
.p-658-style{
	font-size:25px;
}
.p-bloc-1085-style{
	font-size:25px;
}
.h6-bloc-1085-style{
	font-size:25px;
}
.h6-bloc-1098-style{
	font-size:25px;
}
.p-664-style{
	font-size:25px;
}
.p-666-style{
	font-size:25px;
}
.card-body-41-style{
	height:726px;
}
.card-body-bloc-1085-style{
	height:673px;
}
.h6-bloc-1188-style{
	font-size:25px;
}
.p-bloc-1188-style{
	font-size:25px;
}
.h6-bloc-1192-style{
	font-size:25px;
}
.card-body-bloc-1188-style{
	height:670px;
}
.card-body-51-style{
	height:673px;
}
.btn-bloc-15-style{
	width:100%;
}
.img-flanders-fiel-style{
	width:514px;
}
.btn-1-button-style{
	width:100%;
	color:var(--swatch-var-4855)!important;
}
.btn-coming-soon-style{
	width:78.03%;
	padding-top:10px;
	padding-bottom:10px;
}
.card-body-bloc-1192-style{
	height:637px;
}
.card-body-53-style{
	height:637px;
}
.divider-37628-background-color{
	background-color:var(--swatch-var-4855);
}
.divider-bloc-91-background-color{
	background-color:var(--swatch-var-4855);
}
.btn-you-tube-»-style{
	width:75.07%;
}
.img-wmm-button-style{
	width:812px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-2398:#F0EBE6;
	
	--swatch-var-7137:#CCC6BF;
	
	--swatch-var-4855:rgba(0,0,0,1.00);
	
	--swatch-var-4525:#012479;
	
	--swatch-var-3207:rgba(255,255,255,1.00);
	
	--swatch-var-52:#0000FF;
	
	--swatch-var-837:#00677F;
	
	--swatch-var-6725:rgba(0,0,0,0);
	
	--swatch-var-4657:#005DB8;
	
	--swatch-var-1410:#0092FF;
	
	--swatch-var-1247:#006646;
	
	--swatch-var-7592:#8A1538;
	
	--swatch-var-2508:#000000;
	
	--swatch-var-5002:#000000;
	
	--swatch-var-7235:#27AE60;
	
	--swatch-var-7070:#E74C3C;
	
	--swatch-var-5490:rgba(85,172,238,1.00);
	
	--swatch-var-3201:#BD2026;
	
	--swatch-var-3151:#2E8CD7;
	
	--swatch-var-5466:#1A7576;
	
	--swatch-var-4497:#00E676;
	
	--swatch-var-1024:#808080;
	
	--swatch-var-1116:#002966;
	
	--swatch-var-7634:#E50E2B;
	
	--swatch-var-4225:#3581A9;
	
	--swatch-var-7517:#2F2E2D;
	
	--swatch-var-1707:#2E2E2D;
	
	--swatch-var-3242:#888480;
	
	--swatch-var-5632:#17103E;
	
	--swatch-var-2222:#808080;
	
	--swatch-var-2724:#F2F2F2;
	
	--swatch-var-3751:#00008C;
	
	--swatch-var-5398:#00D046;
	
	--swatch-var-1:#282828;
	
	--swatch-var-2178:#212121;
	
}


/* Background colour styles */

.bgc-2398{
	background-color:var(--swatch-var-2398);
}
.bgc-7137{
	background-color:var(--swatch-var-7137);
}
.bgc-3207{
	background-color:var(--swatch-var-3207);
}
.bgc-5632{
	background-color:var(--swatch-var-5632);
}

/* Text colour styles */

.tc-4855{
	color:var(--swatch-var-4855)!important;
}
.tc-2508{
	color:var(--swatch-var-2508)!important;
}
.tc-7517{
	color:var(--swatch-var-7517)!important;
}
.tc-7137{
	color:var(--swatch-var-7137)!important;
}
.tc-2398{
	color:var(--swatch-var-2398)!important;
}
.tc-3207{
	color:var(--swatch-var-3207)!important;
}

/* Button colour styles */

.bgc-2398{
	background-color:var(--swatch-var-2398);
}
.tc-2398{
	color:var(--swatch-var-2398)!important;
}
.btn-c-2398,.btn-c-2398:focus{
	background:var(--swatch-var-2398);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-2398:hover{
	background:#BDB8B3!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-2398{
	color:var(--swatch-var-2398)!important;
	border-color:var(--swatch-var-2398)!important;
	fill:var(--swatch-var-2398);
}
.ltc-2398{
	color:var(--swatch-var-2398)!important;
	fill:var(--swatch-var-2398);
}
.ltc-2398:hover{
	color:#BDB8B3!important;
	fill:var(--swatch-var-2398);
}
.icon-2398{
	color:var(--swatch-var-2398)!important;
	border-color:var(--swatch-var-2398)!important;
}
/**/.bgc-7137{
	background-color:var(--swatch-var-7137);
}
.tc-7137{
	color:var(--swatch-var-7137)!important;
}
.btn-c-7137,.btn-c-7137:focus{
	background:var(--swatch-var-7137);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-7137:hover{
	background:#99938C!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-7137{
	color:var(--swatch-var-7137)!important;
	border-color:var(--swatch-var-7137)!important;
	fill:var(--swatch-var-7137);
}
.ltc-7137{
	color:var(--swatch-var-7137)!important;
	fill:var(--swatch-var-7137);
}
.ltc-7137:hover{
	color:#99938C!important;
	fill:var(--swatch-var-7137);
}
.icon-7137{
	color:var(--swatch-var-7137)!important;
	border-color:var(--swatch-var-7137)!important;
}
/**/.bgc-4855{
	background-color:var(--swatch-var-4855);
}
.tc-4855{
	color:var(--swatch-var-4855)!important;
}
.btn-c-4855,.btn-c-4855:focus{
	background:var(--swatch-var-4855);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4855:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4855{
	color:var(--swatch-var-4855)!important;
	border-color:var(--swatch-var-4855)!important;
	fill:var(--swatch-var-4855);
}
.ltc-4855{
	color:var(--swatch-var-4855)!important;
	fill:var(--swatch-var-4855);
}
.ltc-4855:hover{
	color:#000000!important;
	fill:var(--swatch-var-4855);
}
.icon-4855{
	color:var(--swatch-var-4855)!important;
	border-color:var(--swatch-var-4855)!important;
}
/**/.bgc-4525{
	background-color:var(--swatch-var-4525);
}
.tc-4525{
	color:var(--swatch-var-4525)!important;
}
.btn-c-4525,.btn-c-4525:focus{
	background:var(--swatch-var-4525);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4525:hover{
	background:#000046!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4525{
	color:var(--swatch-var-4525)!important;
	border-color:var(--swatch-var-4525)!important;
	fill:var(--swatch-var-4525);
}
.ltc-4525{
	color:var(--swatch-var-4525)!important;
	fill:var(--swatch-var-4525);
}
.ltc-4525:hover{
	color:#000046!important;
	fill:var(--swatch-var-4525);
}
.icon-4525{
	color:var(--swatch-var-4525)!important;
	border-color:var(--swatch-var-4525)!important;
}
/**/.bgc-3207{
	background-color:var(--swatch-var-3207);
}
.tc-3207{
	color:var(--swatch-var-3207)!important;
}
.btn-c-3207,.btn-c-3207:focus{
	background:var(--swatch-var-3207);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-3207:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-3207{
	color:var(--swatch-var-3207)!important;
	border-color:var(--swatch-var-3207)!important;
	fill:var(--swatch-var-3207);
}
.ltc-3207{
	color:var(--swatch-var-3207)!important;
	fill:var(--swatch-var-3207);
}
.ltc-3207:hover{
	color:#CCCCCC!important;
	fill:var(--swatch-var-3207);
}
.icon-3207{
	color:var(--swatch-var-3207)!important;
	border-color:var(--swatch-var-3207)!important;
}
/**/.bgc-52{
	background-color:var(--swatch-var-52);
}
.tc-52{
	color:var(--swatch-var-52)!important;
}
.btn-c-52,.btn-c-52:focus{
	background:var(--swatch-var-52);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-52:hover{
	background:#0000CC!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-52{
	color:var(--swatch-var-52)!important;
	border-color:var(--swatch-var-52)!important;
	fill:var(--swatch-var-52);
}
.ltc-52{
	color:var(--swatch-var-52)!important;
	fill:var(--swatch-var-52);
}
.ltc-52:hover{
	color:#0000CC!important;
	fill:var(--swatch-var-52);
}
.icon-52{
	color:var(--swatch-var-52)!important;
	border-color:var(--swatch-var-52)!important;
}
/**/.bgc-837{
	background-color:var(--swatch-var-837);
}
.tc-837{
	color:var(--swatch-var-837)!important;
}
.btn-c-837,.btn-c-837:focus{
	background:var(--swatch-var-837);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-837:hover{
	background:#00344C!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-837{
	color:var(--swatch-var-837)!important;
	border-color:var(--swatch-var-837)!important;
	fill:var(--swatch-var-837);
}
.ltc-837{
	color:var(--swatch-var-837)!important;
	fill:var(--swatch-var-837);
}
.ltc-837:hover{
	color:#00344C!important;
	fill:var(--swatch-var-837);
}
.icon-837{
	color:var(--swatch-var-837)!important;
	border-color:var(--swatch-var-837)!important;
}
/**/.bgc-6725{
	background-color:var(--swatch-var-6725);
}
.tc-6725{
	color:var(--swatch-var-6725)!important;
}
.btn-c-6725,.btn-c-6725:focus{
	background:var(--swatch-var-6725);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-6725:hover{
	background:transparent!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-6725{
	color:var(--swatch-var-6725)!important;
	border-color:var(--swatch-var-6725)!important;
	fill:var(--swatch-var-6725);
}
.ltc-6725{
	color:var(--swatch-var-6725)!important;
	fill:var(--swatch-var-6725);
}
.ltc-6725:hover{
	color:transparent!important;
	fill:var(--swatch-var-6725);
}
.icon-6725{
	color:var(--swatch-var-6725)!important;
	border-color:var(--swatch-var-6725)!important;
}
/**/.bgc-4657{
	background-color:var(--swatch-var-4657);
}
.tc-4657{
	color:var(--swatch-var-4657)!important;
}
.btn-c-4657,.btn-c-4657:focus{
	background:var(--swatch-var-4657);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4657:hover{
	background:#002A85!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4657{
	color:var(--swatch-var-4657)!important;
	border-color:var(--swatch-var-4657)!important;
	fill:var(--swatch-var-4657);
}
.ltc-4657{
	color:var(--swatch-var-4657)!important;
	fill:var(--swatch-var-4657);
}
.ltc-4657:hover{
	color:#002A85!important;
	fill:var(--swatch-var-4657);
}
.icon-4657{
	color:var(--swatch-var-4657)!important;
	border-color:var(--swatch-var-4657)!important;
}
/**/.bgc-1410{
	background-color:var(--swatch-var-1410);
}
.tc-1410{
	color:var(--swatch-var-1410)!important;
}
.btn-c-1410,.btn-c-1410:focus{
	background:var(--swatch-var-1410);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-1410:hover{
	background:#005FCC!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-1410{
	color:var(--swatch-var-1410)!important;
	border-color:var(--swatch-var-1410)!important;
	fill:var(--swatch-var-1410);
}
.ltc-1410{
	color:var(--swatch-var-1410)!important;
	fill:var(--swatch-var-1410);
}
.ltc-1410:hover{
	color:#005FCC!important;
	fill:var(--swatch-var-1410);
}
.icon-1410{
	color:var(--swatch-var-1410)!important;
	border-color:var(--swatch-var-1410)!important;
}
/**/.bgc-1247{
	background-color:var(--swatch-var-1247);
}
.tc-1247{
	color:var(--swatch-var-1247)!important;
}
.btn-c-1247,.btn-c-1247:focus{
	background:var(--swatch-var-1247);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-1247:hover{
	background:#003313!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-1247{
	color:var(--swatch-var-1247)!important;
	border-color:var(--swatch-var-1247)!important;
	fill:var(--swatch-var-1247);
}
.ltc-1247{
	color:var(--swatch-var-1247)!important;
	fill:var(--swatch-var-1247);
}
.ltc-1247:hover{
	color:#003313!important;
	fill:var(--swatch-var-1247);
}
.icon-1247{
	color:var(--swatch-var-1247)!important;
	border-color:var(--swatch-var-1247)!important;
}
/**/.bgc-7592{
	background-color:var(--swatch-var-7592);
}
.tc-7592{
	color:var(--swatch-var-7592)!important;
}
.btn-c-7592,.btn-c-7592:focus{
	background:var(--swatch-var-7592);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7592:hover{
	background:#570005!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7592{
	color:var(--swatch-var-7592)!important;
	border-color:var(--swatch-var-7592)!important;
	fill:var(--swatch-var-7592);
}
.ltc-7592{
	color:var(--swatch-var-7592)!important;
	fill:var(--swatch-var-7592);
}
.ltc-7592:hover{
	color:#570005!important;
	fill:var(--swatch-var-7592);
}
.icon-7592{
	color:var(--swatch-var-7592)!important;
	border-color:var(--swatch-var-7592)!important;
}
/**/.bgc-2508{
	background-color:var(--swatch-var-2508);
}
.tc-2508{
	color:var(--swatch-var-2508)!important;
}
.btn-c-2508,.btn-c-2508:focus{
	background:var(--swatch-var-2508);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-2508:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-2508{
	color:var(--swatch-var-2508)!important;
	border-color:var(--swatch-var-2508)!important;
	fill:var(--swatch-var-2508);
}
.ltc-2508{
	color:var(--swatch-var-2508)!important;
	fill:var(--swatch-var-2508);
}
.ltc-2508:hover{
	color:#000000!important;
	fill:var(--swatch-var-2508);
}
.icon-2508{
	color:var(--swatch-var-2508)!important;
	border-color:var(--swatch-var-2508)!important;
}
/**/.bgc-5002{
	background-color:var(--swatch-var-5002);
}
.tc-5002{
	color:var(--swatch-var-5002)!important;
}
.btn-c-5002,.btn-c-5002:focus{
	background:var(--swatch-var-5002);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-5002:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-5002{
	color:var(--swatch-var-5002)!important;
	border-color:var(--swatch-var-5002)!important;
	fill:var(--swatch-var-5002);
}
.ltc-5002{
	color:var(--swatch-var-5002)!important;
	fill:var(--swatch-var-5002);
}
.ltc-5002:hover{
	color:#000000!important;
	fill:var(--swatch-var-5002);
}
.icon-5002{
	color:var(--swatch-var-5002)!important;
	border-color:var(--swatch-var-5002)!important;
}
/**/.bgc-7235{
	background-color:var(--swatch-var-7235);
}
.tc-7235{
	color:var(--swatch-var-7235)!important;
}
.btn-c-7235,.btn-c-7235:focus{
	background:var(--swatch-var-7235);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7235:hover{
	background:#007B2D!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7235{
	color:var(--swatch-var-7235)!important;
	border-color:var(--swatch-var-7235)!important;
	fill:var(--swatch-var-7235);
}
.ltc-7235{
	color:var(--swatch-var-7235)!important;
	fill:var(--swatch-var-7235);
}
.ltc-7235:hover{
	color:#007B2D!important;
	fill:var(--swatch-var-7235);
}
.icon-7235{
	color:var(--swatch-var-7235)!important;
	border-color:var(--swatch-var-7235)!important;
}
/**/.bgc-7070{
	background-color:var(--swatch-var-7070);
}
.tc-7070{
	color:var(--swatch-var-7070)!important;
}
.btn-c-7070,.btn-c-7070:focus{
	background:var(--swatch-var-7070);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7070:hover{
	background:#B41909!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7070{
	color:var(--swatch-var-7070)!important;
	border-color:var(--swatch-var-7070)!important;
	fill:var(--swatch-var-7070);
}
.ltc-7070{
	color:var(--swatch-var-7070)!important;
	fill:var(--swatch-var-7070);
}
.ltc-7070:hover{
	color:#B41909!important;
	fill:var(--swatch-var-7070);
}
.icon-7070{
	color:var(--swatch-var-7070)!important;
	border-color:var(--swatch-var-7070)!important;
}
/**/.bgc-5490{
	background-color:var(--swatch-var-5490);
}
.tc-5490{
	color:var(--swatch-var-5490)!important;
}
.btn-c-5490,.btn-c-5490:focus{
	background:var(--swatch-var-5490);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-5490:hover{
	background:#2279BB!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-5490{
	color:var(--swatch-var-5490)!important;
	border-color:var(--swatch-var-5490)!important;
	fill:var(--swatch-var-5490);
}
.ltc-5490{
	color:var(--swatch-var-5490)!important;
	fill:var(--swatch-var-5490);
}
.ltc-5490:hover{
	color:#2279BB!important;
	fill:var(--swatch-var-5490);
}
.icon-5490{
	color:var(--swatch-var-5490)!important;
	border-color:var(--swatch-var-5490)!important;
}
/**/.bgc-3201{
	background-color:var(--swatch-var-3201);
}
.tc-3201{
	color:var(--swatch-var-3201)!important;
}
.btn-c-3201,.btn-c-3201:focus{
	background:var(--swatch-var-3201);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-3201:hover{
	background:#8A0000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-3201{
	color:var(--swatch-var-3201)!important;
	border-color:var(--swatch-var-3201)!important;
	fill:var(--swatch-var-3201);
}
.ltc-3201{
	color:var(--swatch-var-3201)!important;
	fill:var(--swatch-var-3201);
}
.ltc-3201:hover{
	color:#8A0000!important;
	fill:var(--swatch-var-3201);
}
.icon-3201{
	color:var(--swatch-var-3201)!important;
	border-color:var(--swatch-var-3201)!important;
}
/**/.bgc-3151{
	background-color:var(--swatch-var-3151);
}
.tc-3151{
	color:var(--swatch-var-3151)!important;
}
.btn-c-3151,.btn-c-3151:focus{
	background:var(--swatch-var-3151);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-3151:hover{
	background:#0059A4!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-3151{
	color:var(--swatch-var-3151)!important;
	border-color:var(--swatch-var-3151)!important;
	fill:var(--swatch-var-3151);
}
.ltc-3151{
	color:var(--swatch-var-3151)!important;
	fill:var(--swatch-var-3151);
}
.ltc-3151:hover{
	color:#0059A4!important;
	fill:var(--swatch-var-3151);
}
.icon-3151{
	color:var(--swatch-var-3151)!important;
	border-color:var(--swatch-var-3151)!important;
}
/**/.bgc-5466{
	background-color:var(--swatch-var-5466);
}
.tc-5466{
	color:var(--swatch-var-5466)!important;
}
.btn-c-5466,.btn-c-5466:focus{
	background:var(--swatch-var-5466);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-5466:hover{
	background:#004243!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-5466{
	color:var(--swatch-var-5466)!important;
	border-color:var(--swatch-var-5466)!important;
	fill:var(--swatch-var-5466);
}
.ltc-5466{
	color:var(--swatch-var-5466)!important;
	fill:var(--swatch-var-5466);
}
.ltc-5466:hover{
	color:#004243!important;
	fill:var(--swatch-var-5466);
}
.icon-5466{
	color:var(--swatch-var-5466)!important;
	border-color:var(--swatch-var-5466)!important;
}
/**/.bgc-4497{
	background-color:var(--swatch-var-4497);
}
.tc-4497{
	color:var(--swatch-var-4497)!important;
}
.btn-c-4497,.btn-c-4497:focus{
	background:var(--swatch-var-4497);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-4497:hover{
	background:#00B343!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-4497{
	color:var(--swatch-var-4497)!important;
	border-color:var(--swatch-var-4497)!important;
	fill:var(--swatch-var-4497);
}
.ltc-4497{
	color:var(--swatch-var-4497)!important;
	fill:var(--swatch-var-4497);
}
.ltc-4497:hover{
	color:#00B343!important;
	fill:var(--swatch-var-4497);
}
.icon-4497{
	color:var(--swatch-var-4497)!important;
	border-color:var(--swatch-var-4497)!important;
}
/**/.bgc-1024{
	background-color:var(--swatch-var-1024);
}
.tc-1024{
	color:var(--swatch-var-1024)!important;
}
.btn-c-1024,.btn-c-1024:focus{
	background:var(--swatch-var-1024);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-1024:hover{
	background:#4D4D4D!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-1024{
	color:var(--swatch-var-1024)!important;
	border-color:var(--swatch-var-1024)!important;
	fill:var(--swatch-var-1024);
}
.ltc-1024{
	color:var(--swatch-var-1024)!important;
	fill:var(--swatch-var-1024);
}
.ltc-1024:hover{
	color:#4D4D4D!important;
	fill:var(--swatch-var-1024);
}
.icon-1024{
	color:var(--swatch-var-1024)!important;
	border-color:var(--swatch-var-1024)!important;
}
/**/.bgc-1116{
	background-color:var(--swatch-var-1116);
}
.tc-1116{
	color:var(--swatch-var-1116)!important;
}
.btn-c-1116,.btn-c-1116:focus{
	background:var(--swatch-var-1116);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-1116:hover{
	background:#000033!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-1116{
	color:var(--swatch-var-1116)!important;
	border-color:var(--swatch-var-1116)!important;
	fill:var(--swatch-var-1116);
}
.ltc-1116{
	color:var(--swatch-var-1116)!important;
	fill:var(--swatch-var-1116);
}
.ltc-1116:hover{
	color:#000033!important;
	fill:var(--swatch-var-1116);
}
.icon-1116{
	color:var(--swatch-var-1116)!important;
	border-color:var(--swatch-var-1116)!important;
}
/**/.bgc-7634{
	background-color:var(--swatch-var-7634);
}
.tc-7634{
	color:var(--swatch-var-7634)!important;
}
.btn-c-7634,.btn-c-7634:focus{
	background:var(--swatch-var-7634);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7634:hover{
	background:#B20000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7634{
	color:var(--swatch-var-7634)!important;
	border-color:var(--swatch-var-7634)!important;
	fill:var(--swatch-var-7634);
}
.ltc-7634{
	color:var(--swatch-var-7634)!important;
	fill:var(--swatch-var-7634);
}
.ltc-7634:hover{
	color:#B20000!important;
	fill:var(--swatch-var-7634);
}
.icon-7634{
	color:var(--swatch-var-7634)!important;
	border-color:var(--swatch-var-7634)!important;
}
/**/.bgc-4225{
	background-color:var(--swatch-var-4225);
}
.tc-4225{
	color:var(--swatch-var-4225)!important;
}
.btn-c-4225,.btn-c-4225:focus{
	background:var(--swatch-var-4225);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4225:hover{
	background:#024E76!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4225{
	color:var(--swatch-var-4225)!important;
	border-color:var(--swatch-var-4225)!important;
	fill:var(--swatch-var-4225);
}
.ltc-4225{
	color:var(--swatch-var-4225)!important;
	fill:var(--swatch-var-4225);
}
.ltc-4225:hover{
	color:#024E76!important;
	fill:var(--swatch-var-4225);
}
.icon-4225{
	color:var(--swatch-var-4225)!important;
	border-color:var(--swatch-var-4225)!important;
}
/**/.bgc-7517{
	background-color:var(--swatch-var-7517);
}
.tc-7517{
	color:var(--swatch-var-7517)!important;
}
.btn-c-7517,.btn-c-7517:focus{
	background:var(--swatch-var-7517);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7517:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7517{
	color:var(--swatch-var-7517)!important;
	border-color:var(--swatch-var-7517)!important;
	fill:var(--swatch-var-7517);
}
.ltc-7517{
	color:var(--swatch-var-7517)!important;
	fill:var(--swatch-var-7517);
}
.ltc-7517:hover{
	color:#000000!important;
	fill:var(--swatch-var-7517);
}
.icon-7517{
	color:var(--swatch-var-7517)!important;
	border-color:var(--swatch-var-7517)!important;
}
/**/.bgc-1707{
	background-color:var(--swatch-var-1707);
}
.tc-1707{
	color:var(--swatch-var-1707)!important;
}
.btn-c-1707,.btn-c-1707:focus{
	background:var(--swatch-var-1707);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-1707:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-1707{
	color:var(--swatch-var-1707)!important;
	border-color:var(--swatch-var-1707)!important;
	fill:var(--swatch-var-1707);
}
.ltc-1707{
	color:var(--swatch-var-1707)!important;
	fill:var(--swatch-var-1707);
}
.ltc-1707:hover{
	color:#000000!important;
	fill:var(--swatch-var-1707);
}
.icon-1707{
	color:var(--swatch-var-1707)!important;
	border-color:var(--swatch-var-1707)!important;
}
/**/.bgc-3242{
	background-color:var(--swatch-var-3242);
}
.tc-3242{
	color:var(--swatch-var-3242)!important;
}
.btn-c-3242,.btn-c-3242:focus{
	background:var(--swatch-var-3242);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-3242:hover{
	background:#55514D!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-3242{
	color:var(--swatch-var-3242)!important;
	border-color:var(--swatch-var-3242)!important;
	fill:var(--swatch-var-3242);
}
.ltc-3242{
	color:var(--swatch-var-3242)!important;
	fill:var(--swatch-var-3242);
}
.ltc-3242:hover{
	color:#55514D!important;
	fill:var(--swatch-var-3242);
}
.icon-3242{
	color:var(--swatch-var-3242)!important;
	border-color:var(--swatch-var-3242)!important;
}
/**/.bgc-5632{
	background-color:var(--swatch-var-5632);
}
.tc-5632{
	color:var(--swatch-var-5632)!important;
}
.btn-c-5632,.btn-c-5632:focus{
	background:var(--swatch-var-5632);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-5632:hover{
	background:#00000B!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.bgc-2398{
	background-color:var(--swatch-var-2398);
}
.tc-2398{
	color:var(--swatch-var-2398)!important;
}
.btn-c-2398,.btn-c-2398:focus{
	background:var(--swatch-var-2398);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-2398:hover{
	background:#BDB8B3!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-2398{
	color:var(--swatch-var-2398)!important;
	border-color:var(--swatch-var-2398)!important;
	fill:var(--swatch-var-2398);
}
.ltc-2398{
	color:var(--swatch-var-2398)!important;
	fill:var(--swatch-var-2398);
}
.ltc-2398:hover{
	color:#BDB8B3!important;
	fill:var(--swatch-var-2398);
}
.icon-2398{
	color:var(--swatch-var-2398)!important;
	border-color:var(--swatch-var-2398)!important;
}
/**/.bgc-7137{
	background-color:var(--swatch-var-7137);
}
.tc-7137{
	color:var(--swatch-var-7137)!important;
}
.btn-c-7137,.btn-c-7137:focus{
	background:var(--swatch-var-7137);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-7137:hover{
	background:#99938C!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-7137{
	color:var(--swatch-var-7137)!important;
	border-color:var(--swatch-var-7137)!important;
	fill:var(--swatch-var-7137);
}
.ltc-7137{
	color:var(--swatch-var-7137)!important;
	fill:var(--swatch-var-7137);
}
.ltc-7137:hover{
	color:#99938C!important;
	fill:var(--swatch-var-7137);
}
.icon-7137{
	color:var(--swatch-var-7137)!important;
	border-color:var(--swatch-var-7137)!important;
}
/**/.bgc-4855{
	background-color:var(--swatch-var-4855);
}
.tc-4855{
	color:var(--swatch-var-4855)!important;
}
.btn-c-4855,.btn-c-4855:focus{
	background:var(--swatch-var-4855);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4855:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4855{
	color:var(--swatch-var-4855)!important;
	border-color:var(--swatch-var-4855)!important;
	fill:var(--swatch-var-4855);
}
.ltc-4855{
	color:var(--swatch-var-4855)!important;
	fill:var(--swatch-var-4855);
}
.ltc-4855:hover{
	color:#000000!important;
	fill:var(--swatch-var-4855);
}
.icon-4855{
	color:var(--swatch-var-4855)!important;
	border-color:var(--swatch-var-4855)!important;
}
/**/.bgc-4525{
	background-color:var(--swatch-var-4525);
}
.tc-4525{
	color:var(--swatch-var-4525)!important;
}
.btn-c-4525,.btn-c-4525:focus{
	background:var(--swatch-var-4525);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4525:hover{
	background:#000046!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4525{
	color:var(--swatch-var-4525)!important;
	border-color:var(--swatch-var-4525)!important;
	fill:var(--swatch-var-4525);
}
.ltc-4525{
	color:var(--swatch-var-4525)!important;
	fill:var(--swatch-var-4525);
}
.ltc-4525:hover{
	color:#000046!important;
	fill:var(--swatch-var-4525);
}
.icon-4525{
	color:var(--swatch-var-4525)!important;
	border-color:var(--swatch-var-4525)!important;
}
/**/.bgc-3207{
	background-color:var(--swatch-var-3207);
}
.tc-3207{
	color:var(--swatch-var-3207)!important;
}
.btn-c-3207,.btn-c-3207:focus{
	background:var(--swatch-var-3207);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-3207:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-3207{
	color:var(--swatch-var-3207)!important;
	border-color:var(--swatch-var-3207)!important;
	fill:var(--swatch-var-3207);
}
.ltc-3207{
	color:var(--swatch-var-3207)!important;
	fill:var(--swatch-var-3207);
}
.ltc-3207:hover{
	color:#CCCCCC!important;
	fill:var(--swatch-var-3207);
}
.icon-3207{
	color:var(--swatch-var-3207)!important;
	border-color:var(--swatch-var-3207)!important;
}
/**/.bgc-52{
	background-color:var(--swatch-var-52);
}
.tc-52{
	color:var(--swatch-var-52)!important;
}
.btn-c-52,.btn-c-52:focus{
	background:var(--swatch-var-52);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-52:hover{
	background:#0000CC!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-52{
	color:var(--swatch-var-52)!important;
	border-color:var(--swatch-var-52)!important;
	fill:var(--swatch-var-52);
}
.ltc-52{
	color:var(--swatch-var-52)!important;
	fill:var(--swatch-var-52);
}
.ltc-52:hover{
	color:#0000CC!important;
	fill:var(--swatch-var-52);
}
.icon-52{
	color:var(--swatch-var-52)!important;
	border-color:var(--swatch-var-52)!important;
}
/**/.bgc-837{
	background-color:var(--swatch-var-837);
}
.tc-837{
	color:var(--swatch-var-837)!important;
}
.btn-c-837,.btn-c-837:focus{
	background:var(--swatch-var-837);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-837:hover{
	background:#00344C!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-837{
	color:var(--swatch-var-837)!important;
	border-color:var(--swatch-var-837)!important;
	fill:var(--swatch-var-837);
}
.ltc-837{
	color:var(--swatch-var-837)!important;
	fill:var(--swatch-var-837);
}
.ltc-837:hover{
	color:#00344C!important;
	fill:var(--swatch-var-837);
}
.icon-837{
	color:var(--swatch-var-837)!important;
	border-color:var(--swatch-var-837)!important;
}
/**/.bgc-6725{
	background-color:var(--swatch-var-6725);
}
.tc-6725{
	color:var(--swatch-var-6725)!important;
}
.btn-c-6725,.btn-c-6725:focus{
	background:var(--swatch-var-6725);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-6725:hover{
	background:transparent!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-6725{
	color:var(--swatch-var-6725)!important;
	border-color:var(--swatch-var-6725)!important;
	fill:var(--swatch-var-6725);
}
.ltc-6725{
	color:var(--swatch-var-6725)!important;
	fill:var(--swatch-var-6725);
}
.ltc-6725:hover{
	color:transparent!important;
	fill:var(--swatch-var-6725);
}
.icon-6725{
	color:var(--swatch-var-6725)!important;
	border-color:var(--swatch-var-6725)!important;
}
/**/.bgc-4657{
	background-color:var(--swatch-var-4657);
}
.tc-4657{
	color:var(--swatch-var-4657)!important;
}
.btn-c-4657,.btn-c-4657:focus{
	background:var(--swatch-var-4657);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4657:hover{
	background:#002A85!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4657{
	color:var(--swatch-var-4657)!important;
	border-color:var(--swatch-var-4657)!important;
	fill:var(--swatch-var-4657);
}
.ltc-4657{
	color:var(--swatch-var-4657)!important;
	fill:var(--swatch-var-4657);
}
.ltc-4657:hover{
	color:#002A85!important;
	fill:var(--swatch-var-4657);
}
.icon-4657{
	color:var(--swatch-var-4657)!important;
	border-color:var(--swatch-var-4657)!important;
}
/**/.bgc-1410{
	background-color:var(--swatch-var-1410);
}
.tc-1410{
	color:var(--swatch-var-1410)!important;
}
.btn-c-1410,.btn-c-1410:focus{
	background:var(--swatch-var-1410);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-1410:hover{
	background:#005FCC!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-1410{
	color:var(--swatch-var-1410)!important;
	border-color:var(--swatch-var-1410)!important;
	fill:var(--swatch-var-1410);
}
.ltc-1410{
	color:var(--swatch-var-1410)!important;
	fill:var(--swatch-var-1410);
}
.ltc-1410:hover{
	color:#005FCC!important;
	fill:var(--swatch-var-1410);
}
.icon-1410{
	color:var(--swatch-var-1410)!important;
	border-color:var(--swatch-var-1410)!important;
}
/**/.bgc-1247{
	background-color:var(--swatch-var-1247);
}
.tc-1247{
	color:var(--swatch-var-1247)!important;
}
.btn-c-1247,.btn-c-1247:focus{
	background:var(--swatch-var-1247);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-1247:hover{
	background:#003313!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-1247{
	color:var(--swatch-var-1247)!important;
	border-color:var(--swatch-var-1247)!important;
	fill:var(--swatch-var-1247);
}
.ltc-1247{
	color:var(--swatch-var-1247)!important;
	fill:var(--swatch-var-1247);
}
.ltc-1247:hover{
	color:#003313!important;
	fill:var(--swatch-var-1247);
}
.icon-1247{
	color:var(--swatch-var-1247)!important;
	border-color:var(--swatch-var-1247)!important;
}
/**/.bgc-7592{
	background-color:var(--swatch-var-7592);
}
.tc-7592{
	color:var(--swatch-var-7592)!important;
}
.btn-c-7592,.btn-c-7592:focus{
	background:var(--swatch-var-7592);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7592:hover{
	background:#570005!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7592{
	color:var(--swatch-var-7592)!important;
	border-color:var(--swatch-var-7592)!important;
	fill:var(--swatch-var-7592);
}
.ltc-7592{
	color:var(--swatch-var-7592)!important;
	fill:var(--swatch-var-7592);
}
.ltc-7592:hover{
	color:#570005!important;
	fill:var(--swatch-var-7592);
}
.icon-7592{
	color:var(--swatch-var-7592)!important;
	border-color:var(--swatch-var-7592)!important;
}
/**/.bgc-2508{
	background-color:var(--swatch-var-2508);
}
.tc-2508{
	color:var(--swatch-var-2508)!important;
}
.btn-c-2508,.btn-c-2508:focus{
	background:var(--swatch-var-2508);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-2508:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-2508{
	color:var(--swatch-var-2508)!important;
	border-color:var(--swatch-var-2508)!important;
	fill:var(--swatch-var-2508);
}
.ltc-2508{
	color:var(--swatch-var-2508)!important;
	fill:var(--swatch-var-2508);
}
.ltc-2508:hover{
	color:#000000!important;
	fill:var(--swatch-var-2508);
}
.icon-2508{
	color:var(--swatch-var-2508)!important;
	border-color:var(--swatch-var-2508)!important;
}
/**/.bgc-5002{
	background-color:var(--swatch-var-5002);
}
.tc-5002{
	color:var(--swatch-var-5002)!important;
}
.btn-c-5002,.btn-c-5002:focus{
	background:var(--swatch-var-5002);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-5002:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-5002{
	color:var(--swatch-var-5002)!important;
	border-color:var(--swatch-var-5002)!important;
	fill:var(--swatch-var-5002);
}
.ltc-5002{
	color:var(--swatch-var-5002)!important;
	fill:var(--swatch-var-5002);
}
.ltc-5002:hover{
	color:#000000!important;
	fill:var(--swatch-var-5002);
}
.icon-5002{
	color:var(--swatch-var-5002)!important;
	border-color:var(--swatch-var-5002)!important;
}
/**/.bgc-7235{
	background-color:var(--swatch-var-7235);
}
.tc-7235{
	color:var(--swatch-var-7235)!important;
}
.btn-c-7235,.btn-c-7235:focus{
	background:var(--swatch-var-7235);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7235:hover{
	background:#007B2D!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7235{
	color:var(--swatch-var-7235)!important;
	border-color:var(--swatch-var-7235)!important;
	fill:var(--swatch-var-7235);
}
.ltc-7235{
	color:var(--swatch-var-7235)!important;
	fill:var(--swatch-var-7235);
}
.ltc-7235:hover{
	color:#007B2D!important;
	fill:var(--swatch-var-7235);
}
.icon-7235{
	color:var(--swatch-var-7235)!important;
	border-color:var(--swatch-var-7235)!important;
}
/**/.bgc-7070{
	background-color:var(--swatch-var-7070);
}
.tc-7070{
	color:var(--swatch-var-7070)!important;
}
.btn-c-7070,.btn-c-7070:focus{
	background:var(--swatch-var-7070);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7070:hover{
	background:#B41909!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7070{
	color:var(--swatch-var-7070)!important;
	border-color:var(--swatch-var-7070)!important;
	fill:var(--swatch-var-7070);
}
.ltc-7070{
	color:var(--swatch-var-7070)!important;
	fill:var(--swatch-var-7070);
}
.ltc-7070:hover{
	color:#B41909!important;
	fill:var(--swatch-var-7070);
}
.icon-7070{
	color:var(--swatch-var-7070)!important;
	border-color:var(--swatch-var-7070)!important;
}
/**/.bgc-5490{
	background-color:var(--swatch-var-5490);
}
.tc-5490{
	color:var(--swatch-var-5490)!important;
}
.btn-c-5490,.btn-c-5490:focus{
	background:var(--swatch-var-5490);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-5490:hover{
	background:#2279BB!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-5490{
	color:var(--swatch-var-5490)!important;
	border-color:var(--swatch-var-5490)!important;
	fill:var(--swatch-var-5490);
}
.ltc-5490{
	color:var(--swatch-var-5490)!important;
	fill:var(--swatch-var-5490);
}
.ltc-5490:hover{
	color:#2279BB!important;
	fill:var(--swatch-var-5490);
}
.icon-5490{
	color:var(--swatch-var-5490)!important;
	border-color:var(--swatch-var-5490)!important;
}
/**/.bgc-3201{
	background-color:var(--swatch-var-3201);
}
.tc-3201{
	color:var(--swatch-var-3201)!important;
}
.btn-c-3201,.btn-c-3201:focus{
	background:var(--swatch-var-3201);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-3201:hover{
	background:#8A0000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-3201{
	color:var(--swatch-var-3201)!important;
	border-color:var(--swatch-var-3201)!important;
	fill:var(--swatch-var-3201);
}
.ltc-3201{
	color:var(--swatch-var-3201)!important;
	fill:var(--swatch-var-3201);
}
.ltc-3201:hover{
	color:#8A0000!important;
	fill:var(--swatch-var-3201);
}
.icon-3201{
	color:var(--swatch-var-3201)!important;
	border-color:var(--swatch-var-3201)!important;
}
/**/.bgc-3151{
	background-color:var(--swatch-var-3151);
}
.tc-3151{
	color:var(--swatch-var-3151)!important;
}
.btn-c-3151,.btn-c-3151:focus{
	background:var(--swatch-var-3151);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-3151:hover{
	background:#0059A4!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-3151{
	color:var(--swatch-var-3151)!important;
	border-color:var(--swatch-var-3151)!important;
	fill:var(--swatch-var-3151);
}
.ltc-3151{
	color:var(--swatch-var-3151)!important;
	fill:var(--swatch-var-3151);
}
.ltc-3151:hover{
	color:#0059A4!important;
	fill:var(--swatch-var-3151);
}
.icon-3151{
	color:var(--swatch-var-3151)!important;
	border-color:var(--swatch-var-3151)!important;
}
/**/.bgc-5466{
	background-color:var(--swatch-var-5466);
}
.tc-5466{
	color:var(--swatch-var-5466)!important;
}
.btn-c-5466,.btn-c-5466:focus{
	background:var(--swatch-var-5466);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-5466:hover{
	background:#004243!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-5466{
	color:var(--swatch-var-5466)!important;
	border-color:var(--swatch-var-5466)!important;
	fill:var(--swatch-var-5466);
}
.ltc-5466{
	color:var(--swatch-var-5466)!important;
	fill:var(--swatch-var-5466);
}
.ltc-5466:hover{
	color:#004243!important;
	fill:var(--swatch-var-5466);
}
.icon-5466{
	color:var(--swatch-var-5466)!important;
	border-color:var(--swatch-var-5466)!important;
}
/**/.bgc-4497{
	background-color:var(--swatch-var-4497);
}
.tc-4497{
	color:var(--swatch-var-4497)!important;
}
.btn-c-4497,.btn-c-4497:focus{
	background:var(--swatch-var-4497);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-4497:hover{
	background:#00B343!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-4497{
	color:var(--swatch-var-4497)!important;
	border-color:var(--swatch-var-4497)!important;
	fill:var(--swatch-var-4497);
}
.ltc-4497{
	color:var(--swatch-var-4497)!important;
	fill:var(--swatch-var-4497);
}
.ltc-4497:hover{
	color:#00B343!important;
	fill:var(--swatch-var-4497);
}
.icon-4497{
	color:var(--swatch-var-4497)!important;
	border-color:var(--swatch-var-4497)!important;
}
/**/.bgc-1024{
	background-color:var(--swatch-var-1024);
}
.tc-1024{
	color:var(--swatch-var-1024)!important;
}
.btn-c-1024,.btn-c-1024:focus{
	background:var(--swatch-var-1024);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-1024:hover{
	background:#4D4D4D!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-1024{
	color:var(--swatch-var-1024)!important;
	border-color:var(--swatch-var-1024)!important;
	fill:var(--swatch-var-1024);
}
.ltc-1024{
	color:var(--swatch-var-1024)!important;
	fill:var(--swatch-var-1024);
}
.ltc-1024:hover{
	color:#4D4D4D!important;
	fill:var(--swatch-var-1024);
}
.icon-1024{
	color:var(--swatch-var-1024)!important;
	border-color:var(--swatch-var-1024)!important;
}
/**/.bgc-1116{
	background-color:var(--swatch-var-1116);
}
.tc-1116{
	color:var(--swatch-var-1116)!important;
}
.btn-c-1116,.btn-c-1116:focus{
	background:var(--swatch-var-1116);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-1116:hover{
	background:#000033!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-1116{
	color:var(--swatch-var-1116)!important;
	border-color:var(--swatch-var-1116)!important;
	fill:var(--swatch-var-1116);
}
.ltc-1116{
	color:var(--swatch-var-1116)!important;
	fill:var(--swatch-var-1116);
}
.ltc-1116:hover{
	color:#000033!important;
	fill:var(--swatch-var-1116);
}
.icon-1116{
	color:var(--swatch-var-1116)!important;
	border-color:var(--swatch-var-1116)!important;
}
/**/.bgc-7634{
	background-color:var(--swatch-var-7634);
}
.tc-7634{
	color:var(--swatch-var-7634)!important;
}
.btn-c-7634,.btn-c-7634:focus{
	background:var(--swatch-var-7634);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7634:hover{
	background:#B20000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7634{
	color:var(--swatch-var-7634)!important;
	border-color:var(--swatch-var-7634)!important;
	fill:var(--swatch-var-7634);
}
.ltc-7634{
	color:var(--swatch-var-7634)!important;
	fill:var(--swatch-var-7634);
}
.ltc-7634:hover{
	color:#B20000!important;
	fill:var(--swatch-var-7634);
}
.icon-7634{
	color:var(--swatch-var-7634)!important;
	border-color:var(--swatch-var-7634)!important;
}
/**/.bgc-4225{
	background-color:var(--swatch-var-4225);
}
.tc-4225{
	color:var(--swatch-var-4225)!important;
}
.btn-c-4225,.btn-c-4225:focus{
	background:var(--swatch-var-4225);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4225:hover{
	background:#024E76!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4225{
	color:var(--swatch-var-4225)!important;
	border-color:var(--swatch-var-4225)!important;
	fill:var(--swatch-var-4225);
}
.ltc-4225{
	color:var(--swatch-var-4225)!important;
	fill:var(--swatch-var-4225);
}
.ltc-4225:hover{
	color:#024E76!important;
	fill:var(--swatch-var-4225);
}
.icon-4225{
	color:var(--swatch-var-4225)!important;
	border-color:var(--swatch-var-4225)!important;
}
/**/.bgc-7517{
	background-color:var(--swatch-var-7517);
}
.tc-7517{
	color:var(--swatch-var-7517)!important;
}
.btn-c-7517,.btn-c-7517:focus{
	background:var(--swatch-var-7517);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7517:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7517{
	color:var(--swatch-var-7517)!important;
	border-color:var(--swatch-var-7517)!important;
	fill:var(--swatch-var-7517);
}
.ltc-7517{
	color:var(--swatch-var-7517)!important;
	fill:var(--swatch-var-7517);
}
.ltc-7517:hover{
	color:#000000!important;
	fill:var(--swatch-var-7517);
}
.icon-7517{
	color:var(--swatch-var-7517)!important;
	border-color:var(--swatch-var-7517)!important;
}
/**/.bgc-1707{
	background-color:var(--swatch-var-1707);
}
.tc-1707{
	color:var(--swatch-var-1707)!important;
}
.btn-c-1707,.btn-c-1707:focus{
	background:var(--swatch-var-1707);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-1707:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-1707{
	color:var(--swatch-var-1707)!important;
	border-color:var(--swatch-var-1707)!important;
	fill:var(--swatch-var-1707);
}
.ltc-1707{
	color:var(--swatch-var-1707)!important;
	fill:var(--swatch-var-1707);
}
.ltc-1707:hover{
	color:#000000!important;
	fill:var(--swatch-var-1707);
}
.icon-1707{
	color:var(--swatch-var-1707)!important;
	border-color:var(--swatch-var-1707)!important;
}
/**/.bgc-3242{
	background-color:var(--swatch-var-3242);
}
.tc-3242{
	color:var(--swatch-var-3242)!important;
}
.btn-c-3242,.btn-c-3242:focus{
	background:var(--swatch-var-3242);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-3242:hover{
	background:#55514D!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-3242{
	color:var(--swatch-var-3242)!important;
	border-color:var(--swatch-var-3242)!important;
	fill:var(--swatch-var-3242);
}
.ltc-3242{
	color:var(--swatch-var-3242)!important;
	fill:var(--swatch-var-3242);
}
.ltc-3242:hover{
	color:#55514D!important;
	fill:var(--swatch-var-3242);
}
.icon-3242{
	color:var(--swatch-var-3242)!important;
	border-color:var(--swatch-var-3242)!important;
}
/**/.bgc-5632{
	background-color:var(--swatch-var-5632);
}
.tc-5632{
	color:var(--swatch-var-5632)!important;
}
.btn-c-5632,.btn-c-5632:focus{
	background:var(--swatch-var-5632);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-5632:hover{
	background:#00000B!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-5632{
	color:var(--swatch-var-5632)!important;
	border-color:var(--swatch-var-5632)!important;
	fill:var(--swatch-var-5632);
}
.ltc-5632{
	color:var(--swatch-var-5632)!important;
	fill:var(--swatch-var-5632);
}
.ltc-5632:hover{
	color:#00000B!important;
	fill:var(--swatch-var-5632);
}
.icon-5632{
	color:var(--swatch-var-5632)!important;
	border-color:var(--swatch-var-5632)!important;
}
/**/.bgc-2222{
	background-color:var(--swatch-var-2222);
}
.tc-2222{
	color:var(--swatch-var-2222)!important;
}
.btn-c-2222,.btn-c-2222:focus{
	background:var(--swatch-var-2222);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-2222:hover{
	background:#4D4D4D!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-2222{
	color:var(--swatch-var-2222)!important;
	border-color:var(--swatch-var-2222)!important;
	fill:var(--swatch-var-2222);
}
.ltc-2222{
	color:var(--swatch-var-2222)!important;
	fill:var(--swatch-var-2222);
}
.ltc-2222:hover{
	color:#4D4D4D!important;
	fill:var(--swatch-var-2222);
}
.icon-2222{
	color:var(--swatch-var-2222)!important;
	border-color:var(--swatch-var-2222)!important;
}
/**/.bgc-2724{
	background-color:var(--swatch-var-2724);
}
.tc-2724{
	color:var(--swatch-var-2724)!important;
}
.btn-c-2724,.btn-c-2724:focus{
	background:var(--swatch-var-2724);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-2724:hover{
	background:#BFBFBF!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-2724{
	color:var(--swatch-var-2724)!important;
	border-color:var(--swatch-var-2724)!important;
	fill:var(--swatch-var-2724);
}
.ltc-2724{
	color:var(--swatch-var-2724)!important;
	fill:var(--swatch-var-2724);
}
.ltc-2724:hover{
	color:#BFBFBF!important;
	fill:var(--swatch-var-2724);
}
.icon-2724{
	color:var(--swatch-var-2724)!important;
	border-color:var(--swatch-var-2724)!important;
}
/**/.bgc-3751{
	background-color:var(--swatch-var-3751);
}
.tc-3751{
	color:var(--swatch-var-3751)!important;
}
.btn-c-3751,.btn-c-3751:focus{
	background:var(--swatch-var-3751);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-3751:hover{
	background:#000059!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-3751{
	color:var(--swatch-var-3751)!important;
	border-color:var(--swatch-var-3751)!important;
	fill:var(--swatch-var-3751);
}
.ltc-3751{
	color:var(--swatch-var-3751)!important;
	fill:var(--swatch-var-3751);
}
.ltc-3751:hover{
	color:#000059!important;
	fill:var(--swatch-var-3751);
}
.icon-3751{
	color:var(--swatch-var-3751)!important;
	border-color:var(--swatch-var-3751)!important;
}
/**/.bgc-5398{
	background-color:var(--swatch-var-5398);
}
.tc-5398{
	color:var(--swatch-var-5398)!important;
}
.btn-c-5398,.btn-c-5398:focus{
	background:var(--swatch-var-5398);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-5398:hover{
	background:#009D13!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.bgc-2398{
	background-color:var(--swatch-var-2398);
}
.tc-2398{
	color:var(--swatch-var-2398)!important;
}
.btn-c-2398,.btn-c-2398:focus{
	background:var(--swatch-var-2398);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-2398:hover{
	background:#BDB8B3!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-2398{
	color:var(--swatch-var-2398)!important;
	border-color:var(--swatch-var-2398)!important;
	fill:var(--swatch-var-2398);
}
.ltc-2398{
	color:var(--swatch-var-2398)!important;
	fill:var(--swatch-var-2398);
}
.ltc-2398:hover{
	color:#BDB8B3!important;
	fill:var(--swatch-var-2398);
}
.icon-2398{
	color:var(--swatch-var-2398)!important;
	border-color:var(--swatch-var-2398)!important;
}
/**/.bgc-7137{
	background-color:var(--swatch-var-7137);
}
.tc-7137{
	color:var(--swatch-var-7137)!important;
}
.btn-c-7137,.btn-c-7137:focus{
	background:var(--swatch-var-7137);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-7137:hover{
	background:#99938C!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-7137{
	color:var(--swatch-var-7137)!important;
	border-color:var(--swatch-var-7137)!important;
	fill:var(--swatch-var-7137);
}
.ltc-7137{
	color:var(--swatch-var-7137)!important;
	fill:var(--swatch-var-7137);
}
.ltc-7137:hover{
	color:#99938C!important;
	fill:var(--swatch-var-7137);
}
.icon-7137{
	color:var(--swatch-var-7137)!important;
	border-color:var(--swatch-var-7137)!important;
}
/**/.bgc-4855{
	background-color:var(--swatch-var-4855);
}
.tc-4855{
	color:var(--swatch-var-4855)!important;
}
.btn-c-4855,.btn-c-4855:focus{
	background:var(--swatch-var-4855);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4855:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4855{
	color:var(--swatch-var-4855)!important;
	border-color:var(--swatch-var-4855)!important;
	fill:var(--swatch-var-4855);
}
.ltc-4855{
	color:var(--swatch-var-4855)!important;
	fill:var(--swatch-var-4855);
}
.ltc-4855:hover{
	color:#000000!important;
	fill:var(--swatch-var-4855);
}
.icon-4855{
	color:var(--swatch-var-4855)!important;
	border-color:var(--swatch-var-4855)!important;
}
/**/.bgc-4525{
	background-color:var(--swatch-var-4525);
}
.tc-4525{
	color:var(--swatch-var-4525)!important;
}
.btn-c-4525,.btn-c-4525:focus{
	background:var(--swatch-var-4525);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4525:hover{
	background:#000046!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4525{
	color:var(--swatch-var-4525)!important;
	border-color:var(--swatch-var-4525)!important;
	fill:var(--swatch-var-4525);
}
.ltc-4525{
	color:var(--swatch-var-4525)!important;
	fill:var(--swatch-var-4525);
}
.ltc-4525:hover{
	color:#000046!important;
	fill:var(--swatch-var-4525);
}
.icon-4525{
	color:var(--swatch-var-4525)!important;
	border-color:var(--swatch-var-4525)!important;
}
/**/.bgc-3207{
	background-color:var(--swatch-var-3207);
}
.tc-3207{
	color:var(--swatch-var-3207)!important;
}
.btn-c-3207,.btn-c-3207:focus{
	background:var(--swatch-var-3207);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-3207:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-3207{
	color:var(--swatch-var-3207)!important;
	border-color:var(--swatch-var-3207)!important;
	fill:var(--swatch-var-3207);
}
.ltc-3207{
	color:var(--swatch-var-3207)!important;
	fill:var(--swatch-var-3207);
}
.ltc-3207:hover{
	color:#CCCCCC!important;
	fill:var(--swatch-var-3207);
}
.icon-3207{
	color:var(--swatch-var-3207)!important;
	border-color:var(--swatch-var-3207)!important;
}
/**/.bgc-52{
	background-color:var(--swatch-var-52);
}
.tc-52{
	color:var(--swatch-var-52)!important;
}
.btn-c-52,.btn-c-52:focus{
	background:var(--swatch-var-52);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-52:hover{
	background:#0000CC!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-52{
	color:var(--swatch-var-52)!important;
	border-color:var(--swatch-var-52)!important;
	fill:var(--swatch-var-52);
}
.ltc-52{
	color:var(--swatch-var-52)!important;
	fill:var(--swatch-var-52);
}
.ltc-52:hover{
	color:#0000CC!important;
	fill:var(--swatch-var-52);
}
.icon-52{
	color:var(--swatch-var-52)!important;
	border-color:var(--swatch-var-52)!important;
}
/**/.bgc-837{
	background-color:var(--swatch-var-837);
}
.tc-837{
	color:var(--swatch-var-837)!important;
}
.btn-c-837,.btn-c-837:focus{
	background:var(--swatch-var-837);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-837:hover{
	background:#00344C!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-837{
	color:var(--swatch-var-837)!important;
	border-color:var(--swatch-var-837)!important;
	fill:var(--swatch-var-837);
}
.ltc-837{
	color:var(--swatch-var-837)!important;
	fill:var(--swatch-var-837);
}
.ltc-837:hover{
	color:#00344C!important;
	fill:var(--swatch-var-837);
}
.icon-837{
	color:var(--swatch-var-837)!important;
	border-color:var(--swatch-var-837)!important;
}
/**/.bgc-6725{
	background-color:var(--swatch-var-6725);
}
.tc-6725{
	color:var(--swatch-var-6725)!important;
}
.btn-c-6725,.btn-c-6725:focus{
	background:var(--swatch-var-6725);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-6725:hover{
	background:transparent!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-6725{
	color:var(--swatch-var-6725)!important;
	border-color:var(--swatch-var-6725)!important;
	fill:var(--swatch-var-6725);
}
.ltc-6725{
	color:var(--swatch-var-6725)!important;
	fill:var(--swatch-var-6725);
}
.ltc-6725:hover{
	color:transparent!important;
	fill:var(--swatch-var-6725);
}
.icon-6725{
	color:var(--swatch-var-6725)!important;
	border-color:var(--swatch-var-6725)!important;
}
/**/.bgc-4657{
	background-color:var(--swatch-var-4657);
}
.tc-4657{
	color:var(--swatch-var-4657)!important;
}
.btn-c-4657,.btn-c-4657:focus{
	background:var(--swatch-var-4657);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4657:hover{
	background:#002A85!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4657{
	color:var(--swatch-var-4657)!important;
	border-color:var(--swatch-var-4657)!important;
	fill:var(--swatch-var-4657);
}
.ltc-4657{
	color:var(--swatch-var-4657)!important;
	fill:var(--swatch-var-4657);
}
.ltc-4657:hover{
	color:#002A85!important;
	fill:var(--swatch-var-4657);
}
.icon-4657{
	color:var(--swatch-var-4657)!important;
	border-color:var(--swatch-var-4657)!important;
}
/**/.bgc-1410{
	background-color:var(--swatch-var-1410);
}
.tc-1410{
	color:var(--swatch-var-1410)!important;
}
.btn-c-1410,.btn-c-1410:focus{
	background:var(--swatch-var-1410);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-1410:hover{
	background:#005FCC!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-1410{
	color:var(--swatch-var-1410)!important;
	border-color:var(--swatch-var-1410)!important;
	fill:var(--swatch-var-1410);
}
.ltc-1410{
	color:var(--swatch-var-1410)!important;
	fill:var(--swatch-var-1410);
}
.ltc-1410:hover{
	color:#005FCC!important;
	fill:var(--swatch-var-1410);
}
.icon-1410{
	color:var(--swatch-var-1410)!important;
	border-color:var(--swatch-var-1410)!important;
}
/**/.bgc-1247{
	background-color:var(--swatch-var-1247);
}
.tc-1247{
	color:var(--swatch-var-1247)!important;
}
.btn-c-1247,.btn-c-1247:focus{
	background:var(--swatch-var-1247);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-1247:hover{
	background:#003313!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-1247{
	color:var(--swatch-var-1247)!important;
	border-color:var(--swatch-var-1247)!important;
	fill:var(--swatch-var-1247);
}
.ltc-1247{
	color:var(--swatch-var-1247)!important;
	fill:var(--swatch-var-1247);
}
.ltc-1247:hover{
	color:#003313!important;
	fill:var(--swatch-var-1247);
}
.icon-1247{
	color:var(--swatch-var-1247)!important;
	border-color:var(--swatch-var-1247)!important;
}
/**/.bgc-7592{
	background-color:var(--swatch-var-7592);
}
.tc-7592{
	color:var(--swatch-var-7592)!important;
}
.btn-c-7592,.btn-c-7592:focus{
	background:var(--swatch-var-7592);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7592:hover{
	background:#570005!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7592{
	color:var(--swatch-var-7592)!important;
	border-color:var(--swatch-var-7592)!important;
	fill:var(--swatch-var-7592);
}
.ltc-7592{
	color:var(--swatch-var-7592)!important;
	fill:var(--swatch-var-7592);
}
.ltc-7592:hover{
	color:#570005!important;
	fill:var(--swatch-var-7592);
}
.icon-7592{
	color:var(--swatch-var-7592)!important;
	border-color:var(--swatch-var-7592)!important;
}
/**/.bgc-2508{
	background-color:var(--swatch-var-2508);
}
.tc-2508{
	color:var(--swatch-var-2508)!important;
}
.btn-c-2508,.btn-c-2508:focus{
	background:var(--swatch-var-2508);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-2508:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-2508{
	color:var(--swatch-var-2508)!important;
	border-color:var(--swatch-var-2508)!important;
	fill:var(--swatch-var-2508);
}
.ltc-2508{
	color:var(--swatch-var-2508)!important;
	fill:var(--swatch-var-2508);
}
.ltc-2508:hover{
	color:#000000!important;
	fill:var(--swatch-var-2508);
}
.icon-2508{
	color:var(--swatch-var-2508)!important;
	border-color:var(--swatch-var-2508)!important;
}
/**/.bgc-5002{
	background-color:var(--swatch-var-5002);
}
.tc-5002{
	color:var(--swatch-var-5002)!important;
}
.btn-c-5002,.btn-c-5002:focus{
	background:var(--swatch-var-5002);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-5002:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-5002{
	color:var(--swatch-var-5002)!important;
	border-color:var(--swatch-var-5002)!important;
	fill:var(--swatch-var-5002);
}
.ltc-5002{
	color:var(--swatch-var-5002)!important;
	fill:var(--swatch-var-5002);
}
.ltc-5002:hover{
	color:#000000!important;
	fill:var(--swatch-var-5002);
}
.icon-5002{
	color:var(--swatch-var-5002)!important;
	border-color:var(--swatch-var-5002)!important;
}
/**/.bgc-7235{
	background-color:var(--swatch-var-7235);
}
.tc-7235{
	color:var(--swatch-var-7235)!important;
}
.btn-c-7235,.btn-c-7235:focus{
	background:var(--swatch-var-7235);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7235:hover{
	background:#007B2D!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7235{
	color:var(--swatch-var-7235)!important;
	border-color:var(--swatch-var-7235)!important;
	fill:var(--swatch-var-7235);
}
.ltc-7235{
	color:var(--swatch-var-7235)!important;
	fill:var(--swatch-var-7235);
}
.ltc-7235:hover{
	color:#007B2D!important;
	fill:var(--swatch-var-7235);
}
.icon-7235{
	color:var(--swatch-var-7235)!important;
	border-color:var(--swatch-var-7235)!important;
}
/**/.bgc-7070{
	background-color:var(--swatch-var-7070);
}
.tc-7070{
	color:var(--swatch-var-7070)!important;
}
.btn-c-7070,.btn-c-7070:focus{
	background:var(--swatch-var-7070);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7070:hover{
	background:#B41909!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7070{
	color:var(--swatch-var-7070)!important;
	border-color:var(--swatch-var-7070)!important;
	fill:var(--swatch-var-7070);
}
.ltc-7070{
	color:var(--swatch-var-7070)!important;
	fill:var(--swatch-var-7070);
}
.ltc-7070:hover{
	color:#B41909!important;
	fill:var(--swatch-var-7070);
}
.icon-7070{
	color:var(--swatch-var-7070)!important;
	border-color:var(--swatch-var-7070)!important;
}
/**/.bgc-5490{
	background-color:var(--swatch-var-5490);
}
.tc-5490{
	color:var(--swatch-var-5490)!important;
}
.btn-c-5490,.btn-c-5490:focus{
	background:var(--swatch-var-5490);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-5490:hover{
	background:#2279BB!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-5490{
	color:var(--swatch-var-5490)!important;
	border-color:var(--swatch-var-5490)!important;
	fill:var(--swatch-var-5490);
}
.ltc-5490{
	color:var(--swatch-var-5490)!important;
	fill:var(--swatch-var-5490);
}
.ltc-5490:hover{
	color:#2279BB!important;
	fill:var(--swatch-var-5490);
}
.icon-5490{
	color:var(--swatch-var-5490)!important;
	border-color:var(--swatch-var-5490)!important;
}
/**/.bgc-3201{
	background-color:var(--swatch-var-3201);
}
.tc-3201{
	color:var(--swatch-var-3201)!important;
}
.btn-c-3201,.btn-c-3201:focus{
	background:var(--swatch-var-3201);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-3201:hover{
	background:#8A0000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-3201{
	color:var(--swatch-var-3201)!important;
	border-color:var(--swatch-var-3201)!important;
	fill:var(--swatch-var-3201);
}
.ltc-3201{
	color:var(--swatch-var-3201)!important;
	fill:var(--swatch-var-3201);
}
.ltc-3201:hover{
	color:#8A0000!important;
	fill:var(--swatch-var-3201);
}
.icon-3201{
	color:var(--swatch-var-3201)!important;
	border-color:var(--swatch-var-3201)!important;
}
/**/.bgc-3151{
	background-color:var(--swatch-var-3151);
}
.tc-3151{
	color:var(--swatch-var-3151)!important;
}
.btn-c-3151,.btn-c-3151:focus{
	background:var(--swatch-var-3151);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-3151:hover{
	background:#0059A4!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-3151{
	color:var(--swatch-var-3151)!important;
	border-color:var(--swatch-var-3151)!important;
	fill:var(--swatch-var-3151);
}
.ltc-3151{
	color:var(--swatch-var-3151)!important;
	fill:var(--swatch-var-3151);
}
.ltc-3151:hover{
	color:#0059A4!important;
	fill:var(--swatch-var-3151);
}
.icon-3151{
	color:var(--swatch-var-3151)!important;
	border-color:var(--swatch-var-3151)!important;
}
/**/.bgc-5466{
	background-color:var(--swatch-var-5466);
}
.tc-5466{
	color:var(--swatch-var-5466)!important;
}
.btn-c-5466,.btn-c-5466:focus{
	background:var(--swatch-var-5466);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-5466:hover{
	background:#004243!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.bgc-2398{
	background-color:var(--swatch-var-2398);
}
.tc-2398{
	color:var(--swatch-var-2398)!important;
}
.btn-c-2398,.btn-c-2398:focus{
	background:var(--swatch-var-2398);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-2398:hover{
	background:#BDB8B3!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-2398{
	color:var(--swatch-var-2398)!important;
	border-color:var(--swatch-var-2398)!important;
	fill:var(--swatch-var-2398);
}
.ltc-2398{
	color:var(--swatch-var-2398)!important;
	fill:var(--swatch-var-2398);
}
.ltc-2398:hover{
	color:#BDB8B3!important;
	fill:var(--swatch-var-2398);
}
.icon-2398{
	color:var(--swatch-var-2398)!important;
	border-color:var(--swatch-var-2398)!important;
}
/**/.bgc-7137{
	background-color:var(--swatch-var-7137);
}
.tc-7137{
	color:var(--swatch-var-7137)!important;
}
.btn-c-7137,.btn-c-7137:focus{
	background:var(--swatch-var-7137);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-7137:hover{
	background:#99938C!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-7137{
	color:var(--swatch-var-7137)!important;
	border-color:var(--swatch-var-7137)!important;
	fill:var(--swatch-var-7137);
}
.ltc-7137{
	color:var(--swatch-var-7137)!important;
	fill:var(--swatch-var-7137);
}
.ltc-7137:hover{
	color:#99938C!important;
	fill:var(--swatch-var-7137);
}
.icon-7137{
	color:var(--swatch-var-7137)!important;
	border-color:var(--swatch-var-7137)!important;
}
/**/.bgc-4855{
	background-color:var(--swatch-var-4855);
}
.tc-4855{
	color:var(--swatch-var-4855)!important;
}
.btn-c-4855,.btn-c-4855:focus{
	background:var(--swatch-var-4855);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4855:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4855{
	color:var(--swatch-var-4855)!important;
	border-color:var(--swatch-var-4855)!important;
	fill:var(--swatch-var-4855);
}
.ltc-4855{
	color:var(--swatch-var-4855)!important;
	fill:var(--swatch-var-4855);
}
.ltc-4855:hover{
	color:#000000!important;
	fill:var(--swatch-var-4855);
}
.icon-4855{
	color:var(--swatch-var-4855)!important;
	border-color:var(--swatch-var-4855)!important;
}
/**/.bgc-4525{
	background-color:var(--swatch-var-4525);
}
.tc-4525{
	color:var(--swatch-var-4525)!important;
}
.btn-c-4525,.btn-c-4525:focus{
	background:var(--swatch-var-4525);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4525:hover{
	background:#000046!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4525{
	color:var(--swatch-var-4525)!important;
	border-color:var(--swatch-var-4525)!important;
	fill:var(--swatch-var-4525);
}
.ltc-4525{
	color:var(--swatch-var-4525)!important;
	fill:var(--swatch-var-4525);
}
.ltc-4525:hover{
	color:#000046!important;
	fill:var(--swatch-var-4525);
}
.icon-4525{
	color:var(--swatch-var-4525)!important;
	border-color:var(--swatch-var-4525)!important;
}
/**/.bgc-3207{
	background-color:var(--swatch-var-3207);
}
.tc-3207{
	color:var(--swatch-var-3207)!important;
}
.btn-c-3207,.btn-c-3207:focus{
	background:var(--swatch-var-3207);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-3207:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-3207{
	color:var(--swatch-var-3207)!important;
	border-color:var(--swatch-var-3207)!important;
	fill:var(--swatch-var-3207);
}
.ltc-3207{
	color:var(--swatch-var-3207)!important;
	fill:var(--swatch-var-3207);
}
.ltc-3207:hover{
	color:#CCCCCC!important;
	fill:var(--swatch-var-3207);
}
.icon-3207{
	color:var(--swatch-var-3207)!important;
	border-color:var(--swatch-var-3207)!important;
}
/**/.bgc-52{
	background-color:var(--swatch-var-52);
}
.tc-52{
	color:var(--swatch-var-52)!important;
}
.btn-c-52,.btn-c-52:focus{
	background:var(--swatch-var-52);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-52:hover{
	background:#0000CC!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-52{
	color:var(--swatch-var-52)!important;
	border-color:var(--swatch-var-52)!important;
	fill:var(--swatch-var-52);
}
.ltc-52{
	color:var(--swatch-var-52)!important;
	fill:var(--swatch-var-52);
}
.ltc-52:hover{
	color:#0000CC!important;
	fill:var(--swatch-var-52);
}
.icon-52{
	color:var(--swatch-var-52)!important;
	border-color:var(--swatch-var-52)!important;
}
/**/.bgc-837{
	background-color:var(--swatch-var-837);
}
.tc-837{
	color:var(--swatch-var-837)!important;
}
.btn-c-837,.btn-c-837:focus{
	background:var(--swatch-var-837);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-837:hover{
	background:#00344C!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-837{
	color:var(--swatch-var-837)!important;
	border-color:var(--swatch-var-837)!important;
	fill:var(--swatch-var-837);
}
.ltc-837{
	color:var(--swatch-var-837)!important;
	fill:var(--swatch-var-837);
}
.ltc-837:hover{
	color:#00344C!important;
	fill:var(--swatch-var-837);
}
.icon-837{
	color:var(--swatch-var-837)!important;
	border-color:var(--swatch-var-837)!important;
}
/**/.bgc-6725{
	background-color:var(--swatch-var-6725);
}
.tc-6725{
	color:var(--swatch-var-6725)!important;
}
.btn-c-6725,.btn-c-6725:focus{
	background:var(--swatch-var-6725);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-6725:hover{
	background:transparent!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-6725{
	color:var(--swatch-var-6725)!important;
	border-color:var(--swatch-var-6725)!important;
	fill:var(--swatch-var-6725);
}
.ltc-6725{
	color:var(--swatch-var-6725)!important;
	fill:var(--swatch-var-6725);
}
.ltc-6725:hover{
	color:transparent!important;
	fill:var(--swatch-var-6725);
}
.icon-6725{
	color:var(--swatch-var-6725)!important;
	border-color:var(--swatch-var-6725)!important;
}
/**/.bgc-4657{
	background-color:var(--swatch-var-4657);
}
.tc-4657{
	color:var(--swatch-var-4657)!important;
}
.btn-c-4657,.btn-c-4657:focus{
	background:var(--swatch-var-4657);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4657:hover{
	background:#002A85!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4657{
	color:var(--swatch-var-4657)!important;
	border-color:var(--swatch-var-4657)!important;
	fill:var(--swatch-var-4657);
}
.ltc-4657{
	color:var(--swatch-var-4657)!important;
	fill:var(--swatch-var-4657);
}
.ltc-4657:hover{
	color:#002A85!important;
	fill:var(--swatch-var-4657);
}
.icon-4657{
	color:var(--swatch-var-4657)!important;
	border-color:var(--swatch-var-4657)!important;
}
/**/.bgc-1410{
	background-color:var(--swatch-var-1410);
}
.tc-1410{
	color:var(--swatch-var-1410)!important;
}
.btn-c-1410,.btn-c-1410:focus{
	background:var(--swatch-var-1410);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-1410:hover{
	background:#005FCC!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-1410{
	color:var(--swatch-var-1410)!important;
	border-color:var(--swatch-var-1410)!important;
	fill:var(--swatch-var-1410);
}
.ltc-1410{
	color:var(--swatch-var-1410)!important;
	fill:var(--swatch-var-1410);
}
.ltc-1410:hover{
	color:#005FCC!important;
	fill:var(--swatch-var-1410);
}
.icon-1410{
	color:var(--swatch-var-1410)!important;
	border-color:var(--swatch-var-1410)!important;
}
/**/.bgc-1247{
	background-color:var(--swatch-var-1247);
}
.tc-1247{
	color:var(--swatch-var-1247)!important;
}
.btn-c-1247,.btn-c-1247:focus{
	background:var(--swatch-var-1247);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-1247:hover{
	background:#003313!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-1247{
	color:var(--swatch-var-1247)!important;
	border-color:var(--swatch-var-1247)!important;
	fill:var(--swatch-var-1247);
}
.ltc-1247{
	color:var(--swatch-var-1247)!important;
	fill:var(--swatch-var-1247);
}
.ltc-1247:hover{
	color:#003313!important;
	fill:var(--swatch-var-1247);
}
.icon-1247{
	color:var(--swatch-var-1247)!important;
	border-color:var(--swatch-var-1247)!important;
}
/**/.bgc-7592{
	background-color:var(--swatch-var-7592);
}
.tc-7592{
	color:var(--swatch-var-7592)!important;
}
.btn-c-7592,.btn-c-7592:focus{
	background:var(--swatch-var-7592);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7592:hover{
	background:#570005!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7592{
	color:var(--swatch-var-7592)!important;
	border-color:var(--swatch-var-7592)!important;
	fill:var(--swatch-var-7592);
}
.ltc-7592{
	color:var(--swatch-var-7592)!important;
	fill:var(--swatch-var-7592);
}
.ltc-7592:hover{
	color:#570005!important;
	fill:var(--swatch-var-7592);
}
.icon-7592{
	color:var(--swatch-var-7592)!important;
	border-color:var(--swatch-var-7592)!important;
}
/**/.bgc-2508{
	background-color:var(--swatch-var-2508);
}
.tc-2508{
	color:var(--swatch-var-2508)!important;
}
.btn-c-2508,.btn-c-2508:focus{
	background:var(--swatch-var-2508);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-2508:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-2508{
	color:var(--swatch-var-2508)!important;
	border-color:var(--swatch-var-2508)!important;
	fill:var(--swatch-var-2508);
}
.ltc-2508{
	color:var(--swatch-var-2508)!important;
	fill:var(--swatch-var-2508);
}
.ltc-2508:hover{
	color:#000000!important;
	fill:var(--swatch-var-2508);
}
.icon-2508{
	color:var(--swatch-var-2508)!important;
	border-color:var(--swatch-var-2508)!important;
}
/**/.bgc-5002{
	background-color:var(--swatch-var-5002);
}
.tc-5002{
	color:var(--swatch-var-5002)!important;
}
.btn-c-5002,.btn-c-5002:focus{
	background:var(--swatch-var-5002);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-5002:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-5002{
	color:var(--swatch-var-5002)!important;
	border-color:var(--swatch-var-5002)!important;
	fill:var(--swatch-var-5002);
}
.ltc-5002{
	color:var(--swatch-var-5002)!important;
	fill:var(--swatch-var-5002);
}
.ltc-5002:hover{
	color:#000000!important;
	fill:var(--swatch-var-5002);
}
.icon-5002{
	color:var(--swatch-var-5002)!important;
	border-color:var(--swatch-var-5002)!important;
}
/**/.bgc-7235{
	background-color:var(--swatch-var-7235);
}
.tc-7235{
	color:var(--swatch-var-7235)!important;
}
.btn-c-7235,.btn-c-7235:focus{
	background:var(--swatch-var-7235);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7235:hover{
	background:#007B2D!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.bgc-2398{
	background-color:var(--swatch-var-2398);
}
.tc-2398{
	color:var(--swatch-var-2398)!important;
}
.btn-c-2398,.btn-c-2398:focus{
	background:var(--swatch-var-2398);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-2398:hover{
	background:#BDB8B3!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-2398{
	color:var(--swatch-var-2398)!important;
	border-color:var(--swatch-var-2398)!important;
	fill:var(--swatch-var-2398);
}
.ltc-2398{
	color:var(--swatch-var-2398)!important;
	fill:var(--swatch-var-2398);
}
.ltc-2398:hover{
	color:#BDB8B3!important;
	fill:var(--swatch-var-2398);
}
.icon-2398{
	color:var(--swatch-var-2398)!important;
	border-color:var(--swatch-var-2398)!important;
}
/**/.bgc-7137{
	background-color:var(--swatch-var-7137);
}
.tc-7137{
	color:var(--swatch-var-7137)!important;
}
.btn-c-7137,.btn-c-7137:focus{
	background:var(--swatch-var-7137);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-7137:hover{
	background:#99938C!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-7137{
	color:var(--swatch-var-7137)!important;
	border-color:var(--swatch-var-7137)!important;
	fill:var(--swatch-var-7137);
}
.ltc-7137{
	color:var(--swatch-var-7137)!important;
	fill:var(--swatch-var-7137);
}
.ltc-7137:hover{
	color:#99938C!important;
	fill:var(--swatch-var-7137);
}
.icon-7137{
	color:var(--swatch-var-7137)!important;
	border-color:var(--swatch-var-7137)!important;
}
/**/.bgc-4855{
	background-color:var(--swatch-var-4855);
}
.tc-4855{
	color:var(--swatch-var-4855)!important;
}
.btn-c-4855,.btn-c-4855:focus{
	background:var(--swatch-var-4855);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4855:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4855{
	color:var(--swatch-var-4855)!important;
	border-color:var(--swatch-var-4855)!important;
	fill:var(--swatch-var-4855);
}
.ltc-4855{
	color:var(--swatch-var-4855)!important;
	fill:var(--swatch-var-4855);
}
.ltc-4855:hover{
	color:#000000!important;
	fill:var(--swatch-var-4855);
}
.icon-4855{
	color:var(--swatch-var-4855)!important;
	border-color:var(--swatch-var-4855)!important;
}
/**/.bgc-4525{
	background-color:var(--swatch-var-4525);
}
.tc-4525{
	color:var(--swatch-var-4525)!important;
}
.btn-c-4525,.btn-c-4525:focus{
	background:var(--swatch-var-4525);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4525:hover{
	background:#000046!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4525{
	color:var(--swatch-var-4525)!important;
	border-color:var(--swatch-var-4525)!important;
	fill:var(--swatch-var-4525);
}
.ltc-4525{
	color:var(--swatch-var-4525)!important;
	fill:var(--swatch-var-4525);
}
.ltc-4525:hover{
	color:#000046!important;
	fill:var(--swatch-var-4525);
}
.icon-4525{
	color:var(--swatch-var-4525)!important;
	border-color:var(--swatch-var-4525)!important;
}
/**/.bgc-3207{
	background-color:var(--swatch-var-3207);
}
.tc-3207{
	color:var(--swatch-var-3207)!important;
}
.btn-c-3207,.btn-c-3207:focus{
	background:var(--swatch-var-3207);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-3207:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-3207{
	color:var(--swatch-var-3207)!important;
	border-color:var(--swatch-var-3207)!important;
	fill:var(--swatch-var-3207);
}
.ltc-3207{
	color:var(--swatch-var-3207)!important;
	fill:var(--swatch-var-3207);
}
.ltc-3207:hover{
	color:#CCCCCC!important;
	fill:var(--swatch-var-3207);
}
.icon-3207{
	color:var(--swatch-var-3207)!important;
	border-color:var(--swatch-var-3207)!important;
}
/**/.bgc-52{
	background-color:var(--swatch-var-52);
}
.tc-52{
	color:var(--swatch-var-52)!important;
}
.btn-c-52,.btn-c-52:focus{
	background:var(--swatch-var-52);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-52:hover{
	background:#0000CC!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-52{
	color:var(--swatch-var-52)!important;
	border-color:var(--swatch-var-52)!important;
	fill:var(--swatch-var-52);
}
.ltc-52{
	color:var(--swatch-var-52)!important;
	fill:var(--swatch-var-52);
}
.ltc-52:hover{
	color:#0000CC!important;
	fill:var(--swatch-var-52);
}
.icon-52{
	color:var(--swatch-var-52)!important;
	border-color:var(--swatch-var-52)!important;
}
/**/.bgc-837{
	background-color:var(--swatch-var-837);
}
.tc-837{
	color:var(--swatch-var-837)!important;
}
.btn-c-837,.btn-c-837:focus{
	background:var(--swatch-var-837);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-837:hover{
	background:#00344C!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-837{
	color:var(--swatch-var-837)!important;
	border-color:var(--swatch-var-837)!important;
	fill:var(--swatch-var-837);
}
.ltc-837{
	color:var(--swatch-var-837)!important;
	fill:var(--swatch-var-837);
}
.ltc-837:hover{
	color:#00344C!important;
	fill:var(--swatch-var-837);
}
.icon-837{
	color:var(--swatch-var-837)!important;
	border-color:var(--swatch-var-837)!important;
}
/**/.bgc-6725{
	background-color:var(--swatch-var-6725);
}
.tc-6725{
	color:var(--swatch-var-6725)!important;
}
.btn-c-6725,.btn-c-6725:focus{
	background:var(--swatch-var-6725);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-6725:hover{
	background:transparent!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-6725{
	color:var(--swatch-var-6725)!important;
	border-color:var(--swatch-var-6725)!important;
	fill:var(--swatch-var-6725);
}
.ltc-6725{
	color:var(--swatch-var-6725)!important;
	fill:var(--swatch-var-6725);
}
.ltc-6725:hover{
	color:transparent!important;
	fill:var(--swatch-var-6725);
}
.icon-6725{
	color:var(--swatch-var-6725)!important;
	border-color:var(--swatch-var-6725)!important;
}
/**/.bgc-4657{
	background-color:var(--swatch-var-4657);
}
.tc-4657{
	color:var(--swatch-var-4657)!important;
}
.btn-c-4657,.btn-c-4657:focus{
	background:var(--swatch-var-4657);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4657:hover{
	background:#002A85!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4657{
	color:var(--swatch-var-4657)!important;
	border-color:var(--swatch-var-4657)!important;
	fill:var(--swatch-var-4657);
}
.ltc-4657{
	color:var(--swatch-var-4657)!important;
	fill:var(--swatch-var-4657);
}
.ltc-4657:hover{
	color:#002A85!important;
	fill:var(--swatch-var-4657);
}
.icon-4657{
	color:var(--swatch-var-4657)!important;
	border-color:var(--swatch-var-4657)!important;
}
/**/.bgc-1410{
	background-color:var(--swatch-var-1410);
}
.tc-1410{
	color:var(--swatch-var-1410)!important;
}
.btn-c-1410,.btn-c-1410:focus{
	background:var(--swatch-var-1410);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-1410:hover{
	background:#005FCC!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-1410{
	color:var(--swatch-var-1410)!important;
	border-color:var(--swatch-var-1410)!important;
	fill:var(--swatch-var-1410);
}
.ltc-1410{
	color:var(--swatch-var-1410)!important;
	fill:var(--swatch-var-1410);
}
.ltc-1410:hover{
	color:#005FCC!important;
	fill:var(--swatch-var-1410);
}
.icon-1410{
	color:var(--swatch-var-1410)!important;
	border-color:var(--swatch-var-1410)!important;
}
/**/.bgc-1247{
	background-color:var(--swatch-var-1247);
}
.tc-1247{
	color:var(--swatch-var-1247)!important;
}
.btn-c-1247,.btn-c-1247:focus{
	background:var(--swatch-var-1247);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-1247:hover{
	background:#003313!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-1247{
	color:var(--swatch-var-1247)!important;
	border-color:var(--swatch-var-1247)!important;
	fill:var(--swatch-var-1247);
}
.ltc-1247{
	color:var(--swatch-var-1247)!important;
	fill:var(--swatch-var-1247);
}
.ltc-1247:hover{
	color:#003313!important;
	fill:var(--swatch-var-1247);
}
.icon-1247{
	color:var(--swatch-var-1247)!important;
	border-color:var(--swatch-var-1247)!important;
}
/**/.bgc-7592{
	background-color:var(--swatch-var-7592);
}
.tc-7592{
	color:var(--swatch-var-7592)!important;
}
.btn-c-7592,.btn-c-7592:focus{
	background:var(--swatch-var-7592);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7592:hover{
	background:#570005!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7592{
	color:var(--swatch-var-7592)!important;
	border-color:var(--swatch-var-7592)!important;
	fill:var(--swatch-var-7592);
}
.ltc-7592{
	color:var(--swatch-var-7592)!important;
	fill:var(--swatch-var-7592);
}
.ltc-7592:hover{
	color:#570005!important;
	fill:var(--swatch-var-7592);
}
.icon-7592{
	color:var(--swatch-var-7592)!important;
	border-color:var(--swatch-var-7592)!important;
}
/**/.bgc-2508{
	background-color:var(--swatch-var-2508);
}
.tc-2508{
	color:var(--swatch-var-2508)!important;
}
.btn-c-2508,.btn-c-2508:focus{
	background:var(--swatch-var-2508);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-2508:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-2508{
	color:var(--swatch-var-2508)!important;
	border-color:var(--swatch-var-2508)!important;
	fill:var(--swatch-var-2508);
}
.ltc-2508{
	color:var(--swatch-var-2508)!important;
	fill:var(--swatch-var-2508);
}
.ltc-2508:hover{
	color:#000000!important;
	fill:var(--swatch-var-2508);
}
.icon-2508{
	color:var(--swatch-var-2508)!important;
	border-color:var(--swatch-var-2508)!important;
}
/**/.bgc-5002{
	background-color:var(--swatch-var-5002);
}
.tc-5002{
	color:var(--swatch-var-5002)!important;
}
.btn-c-5002,.btn-c-5002:focus{
	background:var(--swatch-var-5002);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-5002:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-5002{
	color:var(--swatch-var-5002)!important;
	border-color:var(--swatch-var-5002)!important;
	fill:var(--swatch-var-5002);
}
.ltc-5002{
	color:var(--swatch-var-5002)!important;
	fill:var(--swatch-var-5002);
}
.ltc-5002:hover{
	color:#000000!important;
	fill:var(--swatch-var-5002);
}
.icon-5002{
	color:var(--swatch-var-5002)!important;
	border-color:var(--swatch-var-5002)!important;
}
/**/.bgc-7235{
	background-color:var(--swatch-var-7235);
}
.tc-7235{
	color:var(--swatch-var-7235)!important;
}
.btn-c-7235,.btn-c-7235:focus{
	background:var(--swatch-var-7235);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7235:hover{
	background:#007B2D!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7235{
	color:var(--swatch-var-7235)!important;
	border-color:var(--swatch-var-7235)!important;
	fill:var(--swatch-var-7235);
}
.ltc-7235{
	color:var(--swatch-var-7235)!important;
	fill:var(--swatch-var-7235);
}
.ltc-7235:hover{
	color:#007B2D!important;
	fill:var(--swatch-var-7235);
}
.icon-7235{
	color:var(--swatch-var-7235)!important;
	border-color:var(--swatch-var-7235)!important;
}
/**/.bgc-7070{
	background-color:var(--swatch-var-7070);
}
.tc-7070{
	color:var(--swatch-var-7070)!important;
}
.btn-c-7070,.btn-c-7070:focus{
	background:var(--swatch-var-7070);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7070:hover{
	background:#B41909!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7070{
	color:var(--swatch-var-7070)!important;
	border-color:var(--swatch-var-7070)!important;
	fill:var(--swatch-var-7070);
}
.ltc-7070{
	color:var(--swatch-var-7070)!important;
	fill:var(--swatch-var-7070);
}
.ltc-7070:hover{
	color:#B41909!important;
	fill:var(--swatch-var-7070);
}
.icon-7070{
	color:var(--swatch-var-7070)!important;
	border-color:var(--swatch-var-7070)!important;
}
/**/.bgc-5490{
	background-color:var(--swatch-var-5490);
}
.tc-5490{
	color:var(--swatch-var-5490)!important;
}
.btn-c-5490,.btn-c-5490:focus{
	background:var(--swatch-var-5490);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-5490:hover{
	background:#2279BB!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-5490{
	color:var(--swatch-var-5490)!important;
	border-color:var(--swatch-var-5490)!important;
	fill:var(--swatch-var-5490);
}
.ltc-5490{
	color:var(--swatch-var-5490)!important;
	fill:var(--swatch-var-5490);
}
.ltc-5490:hover{
	color:#2279BB!important;
	fill:var(--swatch-var-5490);
}
.icon-5490{
	color:var(--swatch-var-5490)!important;
	border-color:var(--swatch-var-5490)!important;
}
/**/.bgc-3201{
	background-color:var(--swatch-var-3201);
}
.tc-3201{
	color:var(--swatch-var-3201)!important;
}
.btn-c-3201,.btn-c-3201:focus{
	background:var(--swatch-var-3201);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-3201:hover{
	background:#8A0000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-3201{
	color:var(--swatch-var-3201)!important;
	border-color:var(--swatch-var-3201)!important;
	fill:var(--swatch-var-3201);
}
.ltc-3201{
	color:var(--swatch-var-3201)!important;
	fill:var(--swatch-var-3201);
}
.ltc-3201:hover{
	color:#8A0000!important;
	fill:var(--swatch-var-3201);
}
.icon-3201{
	color:var(--swatch-var-3201)!important;
	border-color:var(--swatch-var-3201)!important;
}
/**/.bgc-3151{
	background-color:var(--swatch-var-3151);
}
.tc-3151{
	color:var(--swatch-var-3151)!important;
}
.btn-c-3151,.btn-c-3151:focus{
	background:var(--swatch-var-3151);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-3151:hover{
	background:#0059A4!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-3151{
	color:var(--swatch-var-3151)!important;
	border-color:var(--swatch-var-3151)!important;
	fill:var(--swatch-var-3151);
}
.ltc-3151{
	color:var(--swatch-var-3151)!important;
	fill:var(--swatch-var-3151);
}
.ltc-3151:hover{
	color:#0059A4!important;
	fill:var(--swatch-var-3151);
}
.icon-3151{
	color:var(--swatch-var-3151)!important;
	border-color:var(--swatch-var-3151)!important;
}
/**/.bgc-5466{
	background-color:var(--swatch-var-5466);
}
.tc-5466{
	color:var(--swatch-var-5466)!important;
}
.btn-c-5466,.btn-c-5466:focus{
	background:var(--swatch-var-5466);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-5466:hover{
	background:#004243!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-5466{
	color:var(--swatch-var-5466)!important;
	border-color:var(--swatch-var-5466)!important;
	fill:var(--swatch-var-5466);
}
.ltc-5466{
	color:var(--swatch-var-5466)!important;
	fill:var(--swatch-var-5466);
}
.ltc-5466:hover{
	color:#004243!important;
	fill:var(--swatch-var-5466);
}
.icon-5466{
	color:var(--swatch-var-5466)!important;
	border-color:var(--swatch-var-5466)!important;
}
/**/.bgc-4497{
	background-color:var(--swatch-var-4497);
}
.tc-4497{
	color:var(--swatch-var-4497)!important;
}
.btn-c-4497,.btn-c-4497:focus{
	background:var(--swatch-var-4497);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-4497:hover{
	background:#00B343!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-4497{
	color:var(--swatch-var-4497)!important;
	border-color:var(--swatch-var-4497)!important;
	fill:var(--swatch-var-4497);
}
.ltc-4497{
	color:var(--swatch-var-4497)!important;
	fill:var(--swatch-var-4497);
}
.ltc-4497:hover{
	color:#00B343!important;
	fill:var(--swatch-var-4497);
}
.icon-4497{
	color:var(--swatch-var-4497)!important;
	border-color:var(--swatch-var-4497)!important;
}
/**/.bgc-1024{
	background-color:var(--swatch-var-1024);
}
.tc-1024{
	color:var(--swatch-var-1024)!important;
}
.btn-c-1024,.btn-c-1024:focus{
	background:var(--swatch-var-1024);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-1024:hover{
	background:#4D4D4D!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-1024{
	color:var(--swatch-var-1024)!important;
	border-color:var(--swatch-var-1024)!important;
	fill:var(--swatch-var-1024);
}
.ltc-1024{
	color:var(--swatch-var-1024)!important;
	fill:var(--swatch-var-1024);
}
.ltc-1024:hover{
	color:#4D4D4D!important;
	fill:var(--swatch-var-1024);
}
.icon-1024{
	color:var(--swatch-var-1024)!important;
	border-color:var(--swatch-var-1024)!important;
}
/**/.bgc-1116{
	background-color:var(--swatch-var-1116);
}
.tc-1116{
	color:var(--swatch-var-1116)!important;
}
.btn-c-1116,.btn-c-1116:focus{
	background:var(--swatch-var-1116);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-1116:hover{
	background:#000033!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.bgc-2398{
	background-color:var(--swatch-var-2398);
}
.tc-2398{
	color:var(--swatch-var-2398)!important;
}
.btn-c-2398,.btn-c-2398:focus{
	background:var(--swatch-var-2398);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-2398:hover{
	background:#BDB8B3!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-2398{
	color:var(--swatch-var-2398)!important;
	border-color:var(--swatch-var-2398)!important;
	fill:var(--swatch-var-2398);
}
.ltc-2398{
	color:var(--swatch-var-2398)!important;
	fill:var(--swatch-var-2398);
}
.ltc-2398:hover{
	color:#BDB8B3!important;
	fill:var(--swatch-var-2398);
}
.icon-2398{
	color:var(--swatch-var-2398)!important;
	border-color:var(--swatch-var-2398)!important;
}
/**/.bgc-7137{
	background-color:var(--swatch-var-7137);
}
.tc-7137{
	color:var(--swatch-var-7137)!important;
}
.btn-c-7137,.btn-c-7137:focus{
	background:var(--swatch-var-7137);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-7137:hover{
	background:#99938C!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-7137{
	color:var(--swatch-var-7137)!important;
	border-color:var(--swatch-var-7137)!important;
	fill:var(--swatch-var-7137);
}
.ltc-7137{
	color:var(--swatch-var-7137)!important;
	fill:var(--swatch-var-7137);
}
.ltc-7137:hover{
	color:#99938C!important;
	fill:var(--swatch-var-7137);
}
.icon-7137{
	color:var(--swatch-var-7137)!important;
	border-color:var(--swatch-var-7137)!important;
}
/**/.bgc-4855{
	background-color:var(--swatch-var-4855);
}
.tc-4855{
	color:var(--swatch-var-4855)!important;
}
.btn-c-4855,.btn-c-4855:focus{
	background:var(--swatch-var-4855);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4855:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4855{
	color:var(--swatch-var-4855)!important;
	border-color:var(--swatch-var-4855)!important;
	fill:var(--swatch-var-4855);
}
.ltc-4855{
	color:var(--swatch-var-4855)!important;
	fill:var(--swatch-var-4855);
}
.ltc-4855:hover{
	color:#000000!important;
	fill:var(--swatch-var-4855);
}
.icon-4855{
	color:var(--swatch-var-4855)!important;
	border-color:var(--swatch-var-4855)!important;
}
/**/.bgc-4525{
	background-color:var(--swatch-var-4525);
}
.tc-4525{
	color:var(--swatch-var-4525)!important;
}
.btn-c-4525,.btn-c-4525:focus{
	background:var(--swatch-var-4525);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4525:hover{
	background:#000046!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4525{
	color:var(--swatch-var-4525)!important;
	border-color:var(--swatch-var-4525)!important;
	fill:var(--swatch-var-4525);
}
.ltc-4525{
	color:var(--swatch-var-4525)!important;
	fill:var(--swatch-var-4525);
}
.ltc-4525:hover{
	color:#000046!important;
	fill:var(--swatch-var-4525);
}
.icon-4525{
	color:var(--swatch-var-4525)!important;
	border-color:var(--swatch-var-4525)!important;
}
/**/.bgc-3207{
	background-color:var(--swatch-var-3207);
}
.tc-3207{
	color:var(--swatch-var-3207)!important;
}
.btn-c-3207,.btn-c-3207:focus{
	background:var(--swatch-var-3207);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-3207:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-3207{
	color:var(--swatch-var-3207)!important;
	border-color:var(--swatch-var-3207)!important;
	fill:var(--swatch-var-3207);
}
.ltc-3207{
	color:var(--swatch-var-3207)!important;
	fill:var(--swatch-var-3207);
}
.ltc-3207:hover{
	color:#CCCCCC!important;
	fill:var(--swatch-var-3207);
}
.icon-3207{
	color:var(--swatch-var-3207)!important;
	border-color:var(--swatch-var-3207)!important;
}
/**/.bgc-52{
	background-color:var(--swatch-var-52);
}
.tc-52{
	color:var(--swatch-var-52)!important;
}
.btn-c-52,.btn-c-52:focus{
	background:var(--swatch-var-52);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-52:hover{
	background:#0000CC!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-52{
	color:var(--swatch-var-52)!important;
	border-color:var(--swatch-var-52)!important;
	fill:var(--swatch-var-52);
}
.ltc-52{
	color:var(--swatch-var-52)!important;
	fill:var(--swatch-var-52);
}
.ltc-52:hover{
	color:#0000CC!important;
	fill:var(--swatch-var-52);
}
.icon-52{
	color:var(--swatch-var-52)!important;
	border-color:var(--swatch-var-52)!important;
}
/**/.bgc-837{
	background-color:var(--swatch-var-837);
}
.tc-837{
	color:var(--swatch-var-837)!important;
}
.btn-c-837,.btn-c-837:focus{
	background:var(--swatch-var-837);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-837:hover{
	background:#00344C!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-837{
	color:var(--swatch-var-837)!important;
	border-color:var(--swatch-var-837)!important;
	fill:var(--swatch-var-837);
}
.ltc-837{
	color:var(--swatch-var-837)!important;
	fill:var(--swatch-var-837);
}
.ltc-837:hover{
	color:#00344C!important;
	fill:var(--swatch-var-837);
}
.icon-837{
	color:var(--swatch-var-837)!important;
	border-color:var(--swatch-var-837)!important;
}
/**/.bgc-6725{
	background-color:var(--swatch-var-6725);
}
.tc-6725{
	color:var(--swatch-var-6725)!important;
}
.btn-c-6725,.btn-c-6725:focus{
	background:var(--swatch-var-6725);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-6725:hover{
	background:transparent!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-6725{
	color:var(--swatch-var-6725)!important;
	border-color:var(--swatch-var-6725)!important;
	fill:var(--swatch-var-6725);
}
.ltc-6725{
	color:var(--swatch-var-6725)!important;
	fill:var(--swatch-var-6725);
}
.ltc-6725:hover{
	color:transparent!important;
	fill:var(--swatch-var-6725);
}
.icon-6725{
	color:var(--swatch-var-6725)!important;
	border-color:var(--swatch-var-6725)!important;
}
/**/.bgc-4657{
	background-color:var(--swatch-var-4657);
}
.tc-4657{
	color:var(--swatch-var-4657)!important;
}
.btn-c-4657,.btn-c-4657:focus{
	background:var(--swatch-var-4657);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4657:hover{
	background:#002A85!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4657{
	color:var(--swatch-var-4657)!important;
	border-color:var(--swatch-var-4657)!important;
	fill:var(--swatch-var-4657);
}
.ltc-4657{
	color:var(--swatch-var-4657)!important;
	fill:var(--swatch-var-4657);
}
.ltc-4657:hover{
	color:#002A85!important;
	fill:var(--swatch-var-4657);
}
.icon-4657{
	color:var(--swatch-var-4657)!important;
	border-color:var(--swatch-var-4657)!important;
}
/**/.bgc-1410{
	background-color:var(--swatch-var-1410);
}
.tc-1410{
	color:var(--swatch-var-1410)!important;
}
.btn-c-1410,.btn-c-1410:focus{
	background:var(--swatch-var-1410);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-1410:hover{
	background:#005FCC!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-1410{
	color:var(--swatch-var-1410)!important;
	border-color:var(--swatch-var-1410)!important;
	fill:var(--swatch-var-1410);
}
.ltc-1410{
	color:var(--swatch-var-1410)!important;
	fill:var(--swatch-var-1410);
}
.ltc-1410:hover{
	color:#005FCC!important;
	fill:var(--swatch-var-1410);
}
.icon-1410{
	color:var(--swatch-var-1410)!important;
	border-color:var(--swatch-var-1410)!important;
}
/**/.bgc-1247{
	background-color:var(--swatch-var-1247);
}
.tc-1247{
	color:var(--swatch-var-1247)!important;
}
.btn-c-1247,.btn-c-1247:focus{
	background:var(--swatch-var-1247);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-1247:hover{
	background:#003313!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-1247{
	color:var(--swatch-var-1247)!important;
	border-color:var(--swatch-var-1247)!important;
	fill:var(--swatch-var-1247);
}
.ltc-1247{
	color:var(--swatch-var-1247)!important;
	fill:var(--swatch-var-1247);
}
.ltc-1247:hover{
	color:#003313!important;
	fill:var(--swatch-var-1247);
}
.icon-1247{
	color:var(--swatch-var-1247)!important;
	border-color:var(--swatch-var-1247)!important;
}
/**/.bgc-7592{
	background-color:var(--swatch-var-7592);
}
.tc-7592{
	color:var(--swatch-var-7592)!important;
}
.btn-c-7592,.btn-c-7592:focus{
	background:var(--swatch-var-7592);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7592:hover{
	background:#570005!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7592{
	color:var(--swatch-var-7592)!important;
	border-color:var(--swatch-var-7592)!important;
	fill:var(--swatch-var-7592);
}
.ltc-7592{
	color:var(--swatch-var-7592)!important;
	fill:var(--swatch-var-7592);
}
.ltc-7592:hover{
	color:#570005!important;
	fill:var(--swatch-var-7592);
}
.icon-7592{
	color:var(--swatch-var-7592)!important;
	border-color:var(--swatch-var-7592)!important;
}
/**/.bgc-2508{
	background-color:var(--swatch-var-2508);
}
.tc-2508{
	color:var(--swatch-var-2508)!important;
}
.btn-c-2508,.btn-c-2508:focus{
	background:var(--swatch-var-2508);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-2508:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-2508{
	color:var(--swatch-var-2508)!important;
	border-color:var(--swatch-var-2508)!important;
	fill:var(--swatch-var-2508);
}
.ltc-2508{
	color:var(--swatch-var-2508)!important;
	fill:var(--swatch-var-2508);
}
.ltc-2508:hover{
	color:#000000!important;
	fill:var(--swatch-var-2508);
}
.icon-2508{
	color:var(--swatch-var-2508)!important;
	border-color:var(--swatch-var-2508)!important;
}
/**/.bgc-5002{
	background-color:var(--swatch-var-5002);
}
.tc-5002{
	color:var(--swatch-var-5002)!important;
}
.btn-c-5002,.btn-c-5002:focus{
	background:var(--swatch-var-5002);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-5002:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-5002{
	color:var(--swatch-var-5002)!important;
	border-color:var(--swatch-var-5002)!important;
	fill:var(--swatch-var-5002);
}
.ltc-5002{
	color:var(--swatch-var-5002)!important;
	fill:var(--swatch-var-5002);
}
.ltc-5002:hover{
	color:#000000!important;
	fill:var(--swatch-var-5002);
}
.icon-5002{
	color:var(--swatch-var-5002)!important;
	border-color:var(--swatch-var-5002)!important;
}
/**/.bgc-7235{
	background-color:var(--swatch-var-7235);
}
.tc-7235{
	color:var(--swatch-var-7235)!important;
}
.btn-c-7235,.btn-c-7235:focus{
	background:var(--swatch-var-7235);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7235:hover{
	background:#007B2D!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7235{
	color:var(--swatch-var-7235)!important;
	border-color:var(--swatch-var-7235)!important;
	fill:var(--swatch-var-7235);
}
.ltc-7235{
	color:var(--swatch-var-7235)!important;
	fill:var(--swatch-var-7235);
}
.ltc-7235:hover{
	color:#007B2D!important;
	fill:var(--swatch-var-7235);
}
.icon-7235{
	color:var(--swatch-var-7235)!important;
	border-color:var(--swatch-var-7235)!important;
}
/**/.bgc-7070{
	background-color:var(--swatch-var-7070);
}
.tc-7070{
	color:var(--swatch-var-7070)!important;
}
.btn-c-7070,.btn-c-7070:focus{
	background:var(--swatch-var-7070);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7070:hover{
	background:#B41909!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7070{
	color:var(--swatch-var-7070)!important;
	border-color:var(--swatch-var-7070)!important;
	fill:var(--swatch-var-7070);
}
.ltc-7070{
	color:var(--swatch-var-7070)!important;
	fill:var(--swatch-var-7070);
}
.ltc-7070:hover{
	color:#B41909!important;
	fill:var(--swatch-var-7070);
}
.icon-7070{
	color:var(--swatch-var-7070)!important;
	border-color:var(--swatch-var-7070)!important;
}
/**/.bgc-5490{
	background-color:var(--swatch-var-5490);
}
.tc-5490{
	color:var(--swatch-var-5490)!important;
}
.btn-c-5490,.btn-c-5490:focus{
	background:var(--swatch-var-5490);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-5490:hover{
	background:#2279BB!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-5490{
	color:var(--swatch-var-5490)!important;
	border-color:var(--swatch-var-5490)!important;
	fill:var(--swatch-var-5490);
}
.ltc-5490{
	color:var(--swatch-var-5490)!important;
	fill:var(--swatch-var-5490);
}
.ltc-5490:hover{
	color:#2279BB!important;
	fill:var(--swatch-var-5490);
}
.icon-5490{
	color:var(--swatch-var-5490)!important;
	border-color:var(--swatch-var-5490)!important;
}
/**/.bgc-3201{
	background-color:var(--swatch-var-3201);
}
.tc-3201{
	color:var(--swatch-var-3201)!important;
}
.btn-c-3201,.btn-c-3201:focus{
	background:var(--swatch-var-3201);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-3201:hover{
	background:#8A0000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-3201{
	color:var(--swatch-var-3201)!important;
	border-color:var(--swatch-var-3201)!important;
	fill:var(--swatch-var-3201);
}
.ltc-3201{
	color:var(--swatch-var-3201)!important;
	fill:var(--swatch-var-3201);
}
.ltc-3201:hover{
	color:#8A0000!important;
	fill:var(--swatch-var-3201);
}
.icon-3201{
	color:var(--swatch-var-3201)!important;
	border-color:var(--swatch-var-3201)!important;
}
/**/.bgc-3151{
	background-color:var(--swatch-var-3151);
}
.tc-3151{
	color:var(--swatch-var-3151)!important;
}
.btn-c-3151,.btn-c-3151:focus{
	background:var(--swatch-var-3151);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-3151:hover{
	background:#0059A4!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-3151{
	color:var(--swatch-var-3151)!important;
	border-color:var(--swatch-var-3151)!important;
	fill:var(--swatch-var-3151);
}
.ltc-3151{
	color:var(--swatch-var-3151)!important;
	fill:var(--swatch-var-3151);
}
.ltc-3151:hover{
	color:#0059A4!important;
	fill:var(--swatch-var-3151);
}
.icon-3151{
	color:var(--swatch-var-3151)!important;
	border-color:var(--swatch-var-3151)!important;
}
/**/.bgc-5466{
	background-color:var(--swatch-var-5466);
}
.tc-5466{
	color:var(--swatch-var-5466)!important;
}
.btn-c-5466,.btn-c-5466:focus{
	background:var(--swatch-var-5466);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-5466:hover{
	background:#004243!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-5466{
	color:var(--swatch-var-5466)!important;
	border-color:var(--swatch-var-5466)!important;
	fill:var(--swatch-var-5466);
}
.ltc-5466{
	color:var(--swatch-var-5466)!important;
	fill:var(--swatch-var-5466);
}
.ltc-5466:hover{
	color:#004243!important;
	fill:var(--swatch-var-5466);
}
.icon-5466{
	color:var(--swatch-var-5466)!important;
	border-color:var(--swatch-var-5466)!important;
}
/**/.bgc-4497{
	background-color:var(--swatch-var-4497);
}
.tc-4497{
	color:var(--swatch-var-4497)!important;
}
.btn-c-4497,.btn-c-4497:focus{
	background:var(--swatch-var-4497);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-4497:hover{
	background:#00B343!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-4497{
	color:var(--swatch-var-4497)!important;
	border-color:var(--swatch-var-4497)!important;
	fill:var(--swatch-var-4497);
}
.ltc-4497{
	color:var(--swatch-var-4497)!important;
	fill:var(--swatch-var-4497);
}
.ltc-4497:hover{
	color:#00B343!important;
	fill:var(--swatch-var-4497);
}
.icon-4497{
	color:var(--swatch-var-4497)!important;
	border-color:var(--swatch-var-4497)!important;
}
/**/.bgc-1024{
	background-color:var(--swatch-var-1024);
}
.tc-1024{
	color:var(--swatch-var-1024)!important;
}
.btn-c-1024,.btn-c-1024:focus{
	background:var(--swatch-var-1024);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-1024:hover{
	background:#4D4D4D!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-1024{
	color:var(--swatch-var-1024)!important;
	border-color:var(--swatch-var-1024)!important;
	fill:var(--swatch-var-1024);
}
.ltc-1024{
	color:var(--swatch-var-1024)!important;
	fill:var(--swatch-var-1024);
}
.ltc-1024:hover{
	color:#4D4D4D!important;
	fill:var(--swatch-var-1024);
}
.icon-1024{
	color:var(--swatch-var-1024)!important;
	border-color:var(--swatch-var-1024)!important;
}
/**/.bgc-1116{
	background-color:var(--swatch-var-1116);
}
.tc-1116{
	color:var(--swatch-var-1116)!important;
}
.btn-c-1116,.btn-c-1116:focus{
	background:var(--swatch-var-1116);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-1116:hover{
	background:#000033!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-1116{
	color:var(--swatch-var-1116)!important;
	border-color:var(--swatch-var-1116)!important;
	fill:var(--swatch-var-1116);
}
.ltc-1116{
	color:var(--swatch-var-1116)!important;
	fill:var(--swatch-var-1116);
}
.ltc-1116:hover{
	color:#000033!important;
	fill:var(--swatch-var-1116);
}
.icon-1116{
	color:var(--swatch-var-1116)!important;
	border-color:var(--swatch-var-1116)!important;
}
/**/.bgc-7634{
	background-color:var(--swatch-var-7634);
}
.tc-7634{
	color:var(--swatch-var-7634)!important;
}
.btn-c-7634,.btn-c-7634:focus{
	background:var(--swatch-var-7634);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7634:hover{
	background:#B20000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7634{
	color:var(--swatch-var-7634)!important;
	border-color:var(--swatch-var-7634)!important;
	fill:var(--swatch-var-7634);
}
.ltc-7634{
	color:var(--swatch-var-7634)!important;
	fill:var(--swatch-var-7634);
}
.ltc-7634:hover{
	color:#B20000!important;
	fill:var(--swatch-var-7634);
}
.icon-7634{
	color:var(--swatch-var-7634)!important;
	border-color:var(--swatch-var-7634)!important;
}
/**/.bgc-4225{
	background-color:var(--swatch-var-4225);
}
.tc-4225{
	color:var(--swatch-var-4225)!important;
}
.btn-c-4225,.btn-c-4225:focus{
	background:var(--swatch-var-4225);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4225:hover{
	background:#024E76!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4225{
	color:var(--swatch-var-4225)!important;
	border-color:var(--swatch-var-4225)!important;
	fill:var(--swatch-var-4225);
}
.ltc-4225{
	color:var(--swatch-var-4225)!important;
	fill:var(--swatch-var-4225);
}
.ltc-4225:hover{
	color:#024E76!important;
	fill:var(--swatch-var-4225);
}
.icon-4225{
	color:var(--swatch-var-4225)!important;
	border-color:var(--swatch-var-4225)!important;
}
/**/.bgc-7517{
	background-color:var(--swatch-var-7517);
}
.tc-7517{
	color:var(--swatch-var-7517)!important;
}
.btn-c-7517,.btn-c-7517:focus{
	background:var(--swatch-var-7517);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7517:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7517{
	color:var(--swatch-var-7517)!important;
	border-color:var(--swatch-var-7517)!important;
	fill:var(--swatch-var-7517);
}
.ltc-7517{
	color:var(--swatch-var-7517)!important;
	fill:var(--swatch-var-7517);
}
.ltc-7517:hover{
	color:#000000!important;
	fill:var(--swatch-var-7517);
}
.icon-7517{
	color:var(--swatch-var-7517)!important;
	border-color:var(--swatch-var-7517)!important;
}
/**/.bgc-1707{
	background-color:var(--swatch-var-1707);
}
.tc-1707{
	color:var(--swatch-var-1707)!important;
}
.btn-c-1707,.btn-c-1707:focus{
	background:var(--swatch-var-1707);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-1707:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-1707{
	color:var(--swatch-var-1707)!important;
	border-color:var(--swatch-var-1707)!important;
	fill:var(--swatch-var-1707);
}
.ltc-1707{
	color:var(--swatch-var-1707)!important;
	fill:var(--swatch-var-1707);
}
.ltc-1707:hover{
	color:#000000!important;
	fill:var(--swatch-var-1707);
}
.icon-1707{
	color:var(--swatch-var-1707)!important;
	border-color:var(--swatch-var-1707)!important;
}
/**/.bgc-3242{
	background-color:var(--swatch-var-3242);
}
.tc-3242{
	color:var(--swatch-var-3242)!important;
}
.btn-c-3242,.btn-c-3242:focus{
	background:var(--swatch-var-3242);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-3242:hover{
	background:#55514D!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-3242{
	color:var(--swatch-var-3242)!important;
	border-color:var(--swatch-var-3242)!important;
	fill:var(--swatch-var-3242);
}
.ltc-3242{
	color:var(--swatch-var-3242)!important;
	fill:var(--swatch-var-3242);
}
.ltc-3242:hover{
	color:#55514D!important;
	fill:var(--swatch-var-3242);
}
.icon-3242{
	color:var(--swatch-var-3242)!important;
	border-color:var(--swatch-var-3242)!important;
}
/**/.bgc-5632{
	background-color:var(--swatch-var-5632);
}
.tc-5632{
	color:var(--swatch-var-5632)!important;
}
.btn-c-5632,.btn-c-5632:focus{
	background:var(--swatch-var-5632);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-5632:hover{
	background:#00000B!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-5632{
	color:var(--swatch-var-5632)!important;
	border-color:var(--swatch-var-5632)!important;
	fill:var(--swatch-var-5632);
}
.ltc-5632{
	color:var(--swatch-var-5632)!important;
	fill:var(--swatch-var-5632);
}
.ltc-5632:hover{
	color:#00000B!important;
	fill:var(--swatch-var-5632);
}
.icon-5632{
	color:var(--swatch-var-5632)!important;
	border-color:var(--swatch-var-5632)!important;
}
/**/.bgc-2222{
	background-color:var(--swatch-var-2222);
}
.tc-2222{
	color:var(--swatch-var-2222)!important;
}
.btn-c-2222,.btn-c-2222:focus{
	background:var(--swatch-var-2222);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-2222:hover{
	background:#4D4D4D!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-2222{
	color:var(--swatch-var-2222)!important;
	border-color:var(--swatch-var-2222)!important;
	fill:var(--swatch-var-2222);
}
.ltc-2222{
	color:var(--swatch-var-2222)!important;
	fill:var(--swatch-var-2222);
}
.ltc-2222:hover{
	color:#4D4D4D!important;
	fill:var(--swatch-var-2222);
}
.icon-2222{
	color:var(--swatch-var-2222)!important;
	border-color:var(--swatch-var-2222)!important;
}
/**/.bgc-2724{
	background-color:var(--swatch-var-2724);
}
.tc-2724{
	color:var(--swatch-var-2724)!important;
}
.btn-c-2724,.btn-c-2724:focus{
	background:var(--swatch-var-2724);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-2724:hover{
	background:#BFBFBF!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-2724{
	color:var(--swatch-var-2724)!important;
	border-color:var(--swatch-var-2724)!important;
	fill:var(--swatch-var-2724);
}
.ltc-2724{
	color:var(--swatch-var-2724)!important;
	fill:var(--swatch-var-2724);
}
.ltc-2724:hover{
	color:#BFBFBF!important;
	fill:var(--swatch-var-2724);
}
.icon-2724{
	color:var(--swatch-var-2724)!important;
	border-color:var(--swatch-var-2724)!important;
}
/**/.bgc-3751{
	background-color:var(--swatch-var-3751);
}
.tc-3751{
	color:var(--swatch-var-3751)!important;
}
.btn-c-3751,.btn-c-3751:focus{
	background:var(--swatch-var-3751);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-3751:hover{
	background:#000059!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4855{
	color:var(--swatch-var-4855)!important;
	border-color:var(--swatch-var-4855)!important;
	fill:var(--swatch-var-4855);
}

/* Link colour styles */

.ltc-4855{
	color:var(--swatch-var-4855)!important;
	fill:var(--swatch-var-4855);
}
.ltc-4855:hover{
	color:#000000!important;
	fill:var(--swatch-var-4855);
}
.ltc-4525{
	color:var(--swatch-var-4525)!important;
	fill:var(--swatch-var-4525);
}
.ltc-4525:hover{
	color:#000046!important;
	fill:var(--swatch-var-4525);
}
.ltc-52{
	color:var(--swatch-var-52)!important;
	fill:var(--swatch-var-52);
}
.ltc-52:hover{
	color:#0000CC!important;
	fill:var(--swatch-var-52);
}
.ltc-3751{
	color:var(--swatch-var-3751)!important;
	fill:var(--swatch-var-3751);
}
.ltc-3751:hover{
	color:#000059!important;
	fill:var(--swatch-var-3751);
}
.ltc-2508{
	color:var(--swatch-var-2508)!important;
	fill:var(--swatch-var-2508);
}
.ltc-2508:hover{
	color:#000000!important;
	fill:var(--swatch-var-2508);
}
.ltc-7137{
	color:var(--swatch-var-7137)!important;
	fill:var(--swatch-var-7137);
}
.ltc-7137:hover{
	color:#99938C!important;
	fill:var(--swatch-var-7137);
}
.ltc-2398{
	color:var(--swatch-var-2398)!important;
	fill:var(--swatch-var-2398);
}
.ltc-2398:hover{
	color:#BDB8B3!important;
	fill:var(--swatch-var-2398);
}

/* Bloc image backgrounds */


/* = Custom Bric Data
-------------------------------------------------------------- */

.mag-icon [data-blocs-search="true"]{
	  padding-left:30px;
}
.mag-icon::after{
	  content:"";
	  position: absolute;
	  display: block;
	  height: 20px;
	  width: 20px;
	  margin: auto 0 auto 8px;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xNS44NTMgMTYuNTZjLTEuNjgzIDEuNTE3LTMuOTExIDIuNDQtNi4zNTMgMi40NC01LjI0MyAwLTkuNS00LjI1Ny05LjUtOS41czQuMjU3LTkuNSA5LjUtOS41IDkuNSA0LjI1NyA5LjUgOS41YzAgMi40NDItLjkyMyA0LjY3LTIuNDQgNi4zNTNsNy40NCA3LjQ0LS43MDcuNzA3LTcuNDQtNy40NHptLTYuMzUzLTE1LjU2YzQuNjkxIDAgOC41IDMuODA5IDguNSA4LjVzLTMuODA5IDguNS04LjUgOC41LTguNS0zLjgwOS04LjUtOC41IDMuODA5LTguNSA4LjUtOC41eiIvPjwvc3ZnPg==") no-repeat center center;
	  background-size: 20px;
}
.dark-search-theme [data-blocs-search="true"]{
	  background:rgba(0,0,0,.8);
	  color: rgba(255,255,255,.8);
}
.dark-search-theme.mag-icon::after{
	  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IndoaXRlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTUuODUzIDE2LjU2Yy0xLjY4MyAxLjUxNy0zLjkxMSAyLjQ0LTYuMzUzIDIuNDQtNS4yNDMgMC05LjUtNC4yNTctOS41LTkuNXM0LjI1Ny05LjUgOS41LTkuNSA5LjUgNC4yNTcgOS41IDkuNWMwIDIuNDQyLS45MjMgNC42Ny0yLjQ0IDYuMzUzbDcuNDQgNy40NC0uNzA3LjcwNy03LjQ0LTcuNDR6bS02LjM1My0xNS41NmM0LjY5MSAwIDguNSAzLjgwOSA4LjUgOC41cy0zLjgwOSA4LjUtOC41IDguNS04LjUtMy44MDktOC41LTguNSAzLjgwOS04LjUgOC41LTguNXoiLz48L3N2Zz4=") no-repeat center center;
	  background-size: 20px;
}
.blocs-search-results a:hover{
	background:rgba(0,0,0,.1);
}
.dark-results-theme .blocs-search-results{
	background: #212529;
}
.search-input-rounded [data-blocs-search="true"]{
	border-radius: 1.5rem;
}
.search-trans-fill [data-blocs-search="true"]{
	background:rgba(255,255,255,.5);
}
.search-trans-fill [data-blocs-search="true"]:focus{
	background:rgba(255,255,255,1);
}
.search-trans-fill.dark-search-theme [data-blocs-search="true"]{
	background:rgba(0,0,0,.5);
}
.search-trans-fill.dark-search-theme [data-blocs-search="true"]:focus{
	background:rgba(0,0,0,1);
}
.blocs-search-results{
	width:100%;
	max-height: 282px;
	overflow-y: scroll;
}
.blocs-search-results a{
	overflow: hidden;
	text-overflow: ellipsis;
}
.blocs-search-results a:focus{
	background:rgba(0,0,0,.15);
}
.dark-results-theme .blocs-search-results a:hover,.dark-results-theme .blocs-search-results a:focus{
	background:rgba(255,255,255,.1);
}
.dark-search-theme [data-blocs-search="true"]::placeholder {
	color: rgba(255,255,255,.3);
}
.blocs-search-results span{
	font-size: 13px;
}
.hide-search-results .blocs-search-results{
	display: none!important}/**************************************************** * Read More Custom Bric * Made for Blocs app for Mac * Author: Blochead.com by Code My Brand, Whittfield Holmes * Last Modified Date: November 16, 2020 8:00am CST*****************************************************/.read-more-bric{
	overflow:hidden}.read-more-bric .hide{
	display:none!important}.read-more-bric .btn:focus{
	outline:none!important;
	box-shadow:none!important}.read-more-bric .toggle-wrap{
	display:flex}.read-more-bric .flex-center{
	display:flex;
	justify-content:center}.read-more-bric .show-read-more a.read-more,.read-more-bric .show-read-more a.read-less{
	font-weight:400}.read-more-bric .show-read-more[data-new-line='false'][data-gradient='true'] .gradient-fade-out{
	opacity:0}.read-more-bric .show-read-more[data-font-weight="bold"] a.read-more,.read-more-bric .show-read-more[data-font-weight="bold"] a.read-less,.read-more-bric .show-read-more[data-font-weight="bold"] a.read-more span,.read-more-bric .show-read-more[data-font-weight="bold"] a.read-less span{
	font-weight:bold!important}.read-more-bric .show-read-more[data-underline="true"] a.read-more:hover,.read-more-bric .show-read-more[data-underline="true"] a.read-less:hover{
	text-decoration:underline}.read-more-bric a.read-more.btn.break.wide,.read-more-bric a.read-less.btn.break.wide{
	width:100%!important}.read-more-bric .show-read-more[data-new-line="true"][data-center="true"] .read-more.break.wide{
	text-align:center}.show-read-more.short .gradient-fade-out{
	display:flex;
	position:relative;
	top:-70px;
	margin-bottom:-70px;
	height:70px}.show-read-more.long .gradient-fade-out{
	display:flex;
	position:relative;
	top:-110px;
	margin-bottom:-110px;
	height:115px}.show-read-more[data-accordion="true"] .more-text{
	display:block}.show-read-more[data-accordion="true"] .more-text span{
	max-height:50px;
	overflow:hidden;
	display:block;
	max-height:2000px;
	transition:max-height 1s ease}/*.read-more-bric {
	overflow: hidden;
}
.read-more-bric .hide {
	display:none !important;
}
.read-more-bric .btn:focus {
	outline: none !important;
	 box-shadow: none !important;
}
.read-more-bric .toggle-wrap {
	display:flex;
}
.read-more-bric .flex-center {
	display:flex;
	 justify-content: center;
}
.read-more-bric .show-read-more a.read-more,.read-more-bric .show-read-more a.read-less {
	font-weight:normal;
}
.read-more-bric .show-read-more[data-new-line='false'][data-gradient='true'] .gradient-fade-out {
	opacity:0}.read-more-bric .show-read-more[data-font-weight="bold"] a.read-more,.read-more-bric .show-read-more[data-font-weight="bold"] a.read-less,.read-more-bric .show-read-more[data-font-weight="bold"] a.read-more span,.read-more-bric .show-read-more[data-font-weight="bold"] a.read-less span {
	font-weight:bold !important;
}
.read-more-bric .show-read-more[data-underline="true"] a.read-more:hover,.read-more-bric .show-read-more[data-underline="true"] a.read-less:hover {
	text-decoration: underline;
}
.read-more-bric a.read-more.btn.break.wide,.read-more-bric a.read-less.btn.break.wide {
	width:100% !important;
}
.read-more-bric .show-read-more[data-new-line="true"][data-center="true"] .read-more.break.wide {
	text-align: center;
}
.show-read-more.short .gradient-fade-out {
	  display: flex;
	    position: relative;
	  top: -70px;
	  margin-bottom: -70px;
	  height: 70px;
	  }.show-read-more.long .gradient-fade-out {
	  display: flex;
	    position: relative;
	  top: -110px;
	  margin-bottom: -110px;
	  height: 115px;
	  }.show-read-more[data-accordion="true"] .more-text {
	  display: block;
}
.show-read-more[data-accordion="true"] .more-text span {
	  max-height: 50px;
	  overflow: hidden;
	  display: block;
	  max-height: 2000px;
	  transition: max-height 1s ease;
}
*/.img-text-overlay-container{
	position:relative;
}
.text-label-overlay{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.text-overlay-light-text{
	color:rgba(255,255,255,.5);
}
.tableproeditmode {
	  display: block;
	  position: relative;
	  width: intrinsic;
	  height: auto;
	  margin: .5em auto .25em auto;
	  text-align: center;
	  font-size: 1.35em;
	  font-weight: bold;
	  border-radius: 16px;
	  border: 6px dotted white}.vertableproadmin {
	  display: inline-block;
	  position: relative;
	  width: 50px;
	  height: 50px;
	  top: -3.5em;
	  margin: 0 8px 10px 0;
	  margin-left: calc(100% - 55px);
	  padding: .75em .5em 0 .45em;
	  text-align: center;
	  font-size: 1.0em;
	  border: 1px solid #9eceff;
	  border-radius: 50%;
	  color: #ffffff;
	  background-color: #008ef2}  .vertableprorow {
	  display: block;
	  position: absolute;
	  width: 40px;
	  height: 40px;
	  right: 40px;
	  top: 0px;
	  margin: 0 8px 0 0;
	  padding: .6em 0 0 0;
	  text-align: center;
	  font-size: .8em;
	  letter-spacing: -1px;
	  border: 1px solid #f6f6f6;
	  border-radius: 50%;
	  color: #ffffff;
	  background-color: #008ef2;
	  z-index: 1000}  .vertableprocell {
	  display: block;
	  position: absolute;
	  width: 40px;
	 /* 44 */  height: 40px;
	  bottom: 5px;
	  right: 0px;
	  margin: 0 0 0 0;
	  padding: .6em 0 0 0;
	  text-align: center;
	  vertical-align: center;
	  font-size: .85em;
	  font-weight: bold;
	  letter-spacing: -1px;
	  border-radius: 50%;
	  border: 1px solid #0982d8;
	  color: #ffffff;
	  text-shadow: 1px 1px 0px #0078cd;
	  background-color: #a8cef4}      .tableprobgimg {
	  display: block;
	  position: relative;
	  width: 0px;
	  height: 0px}  .tableproeditadmin {
	  display: flex;
	  position: relative;
	  flex-wrap: wrap;
	  align-items: stretch;
	  justify-content: flex-start;
	  row-gap: 0px;
	  margin: 0;
	  margin-top: -3.75em;
	  padding: 0;
	  background-image: transparent;
	  background-repeat: no-repeat;
	  background-size: cover}  .tableproeditadmin .tprowwrapedit {
	  display: flex;
	  justify-content: flex-start;
	  align-content: flex-start;
	  flex-direction: row;
	  flex-wrap: wrap;
	  align-items: stretch;
	  width: 100%}  .tableproeditadmin .banner-container {
	  display: block;
	  position: absolute;
	  top: -5px;
	  left: -5px;
	  width: 120px;
	  height: 120px;
	  overflow: hidden}  .tableproeditadmin .banner-container:after {
	  display: block;
	  position: absolute;
	  top: 0;
	  right: 14px;
	  width: 6px;
	  height: 5px;
	  content: "";
	  background-color: #008ef2;
	  z-index: -1}  .tableproeditadmin .banner-container:before {
	  display: block;
	  position: absolute;
	  bottom: 15px;
	  left: 0;
	  height: 6px;
	  width: 5px;
	  content: "";
	  background-color: #008ef2;
	  z-index: -1}  .tableproeditadmin .banner-container .banner {
	  position: relative;
	  width: 150px;
	  padding: 8px 0 8px 8px;
	  background-color: #008ef2;
	  font-size: 1.1em;
	  font-weight: bold;
	  color: #ffffff;
	  text-align: center;
	  transform: rotate(-45deg) translate(-28%, -35%);
	  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
	  text-transform: uppercase;
	  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4)}  .tableproeditadmin .cellwrap {
	  box-sizing: border-box;
	  flex: 1 1 0;
	  overflow: hidden;
	  list-style: none}  .tableproeditadmin .cell {
	  display: flex;
	  box-sizing: border-box;
	  flex: 1;
	  padding: .5em .6em .5em .6em;
	  overflow: hidden;
	  list-style: none;
	  border: solid 3px #e2e6e9;
	  margin: -3px -3px 0 0}.tableproeditadmin .cell.head {
	   display: none;
	  background-color: #708090;
	  margin-bottom: 3px;
	  border: 3px solid #5a6673;
	  justify-content: center;
	  color: white;
	  font-size: 1.2em}    .tableproedit .cell.head {
	  padding: .5em .6em .5em .6em;
	  background-color: #708090;
	  border: 3px solid #5a6673;
	  justify-content: center;
	  color: #ffffff;
	  font-size: 1.1em}  .tableproeditadmin .cell.data {
	  justify-content: flex-start;
	  background-color: #ffffff;
	  border: 3px solid #e2e6e9;
	  border-radius: 0em}  .tableproedit .tprowwrapedit {
	  flex: 1;
	  min-width: 100px;
	  align-items: stretch}  .tableproedit .cell.data {
	  width: calc(100% - 40px);
	  min-width: 100px;
	  padding: .5em .6em .5em .6em;
	  justify-content: flex-start;
	  font-size: 1.1em;
	  background-color: #ffffff;
	  border: 3px solid #e2e6e9;
	  border-radius: 0em;
	  background-position: center center;
	  background-repeat: no-repeat}  /* shows first header top border */.tableproeditadmin .tprowwrapedit:nth-of-type(1) .cellwrap {
	padding-top: 3px}  /* show first row head */.tableproeditadmin .tprowwrapedit:nth-of-type(1) .head {
	display: flex}/* in all rows shows first data left border */.tableproeditadmin .tprowwrapedit .cellwrap:nth-of-type(1) .data {
	margin-left: 0px}   /* in all rows on last cell show right border */.tableproeditadmin .tprowwrapedit .cellwrap:last-child .head, .tableproeditadmin .tprowwrapedit .cellwrap:last-child .data {
	margin-right: 0px}    .tableproedit .cellwrapedit {
	  display: inline-block;
	  /* max-width: 100%;
	  calc(100% - 55px);
	 */  margin-bottom: 4px;
	  padding: 6px 0px 6px 0px;
	  background-color: #fcf9bd;
	  border: 1px dotted #9fc9f4}  .tableproedit .cellwrapedit + .tableproedit .cellwrapedit {
	  margin-left: 5px}    .cellwrapedit .cellwrap {
	  padding-bottom: 6px;
	  font-size: 1.1em}  .cellwrapedit .cellwrap .cell.head {
	  border: 0px solid #708090;
	  border-bottom-width: 1px}.tprowwrap .bricsinedit [custom-bric-container="true"] {
	  display: flex;
	  align-items: stretch;
	  flex-wrap: wrap}  .tprowwrap .bricsinedit [custom-bric-container="true"] [custom-bric-name="Table Pro-Cell"] {
	  flex: 1;
	  align-self: stretch} .tprowwrap .rowtag {
	  display: block;
	  position: relative;
	  height: 40px;
	  padding-left: .6em;
	  color: #2d4459;
	  background-color: #9fc9f4;
	  font-weight: bold;
	  font-size: 1.1em;
	  border: 1px solid #9fc9f4;
	  border-top-left-radius: .75em;
	  border-top-right-radius: .75em}  .tprowwrap .rowtag .collapse {
	  display: inline-block;
	  position: relative;
	  margin: 0 auto;
	  padding: 0 .2em 0 .25em;
	  top: 6px;
	  right: .5em;
	  width: 1.15em;
	  height: 1.15em;
	  border-radius: 50%;
	  float: right;
	  background-color: #ffffff;
	  color: #008ef2;
	  vertical-align: middle;
	  text-align: center;
	  font-size: 1.35em;
	  font-weight: bold;
	  line-height: 1;
	  z-index: 1001;
	  cursor: pointer}.tprowwrap .bricsinedit {
	  height: auto;
	  transition: height 1s ease-in-out}  .tprowwrap .cellwrap .cell.data {
	height: auto}.tablepro .tprowwrap .cellwrap.fgr-1 {
	flex-grow: 1}.tablepro .tprowwrap .cellwrap.fgr-2 {
	flex-grow: 2}.tablepro .tprowwrap .cellwrap.fgr-3 {
	flex-grow: 3}.tablepro .tprowwrap .cellwrap.fgr-4 {
	flex-grow: 4}.tablepro .tprowwrap .cellwrap.fgr-5 {
	flex-grow: 5}.tablepro .tprowwrap .cellwrap.fgr-6 {
	flex-grow: 6}.tablepro .tprowwrap .cellwrap.fgr-7 {
	flex-grow: 7}.tablepro .tprowwrap .cellwrap.fgr-8 {
	flex-grow: 8}.tablepro .tprowwrap .cellwrap.fgr-9 {
	flex-grow: 9}.tablepro .tprowwrap .cellwrap.fgr-10 {
	flex-grow: 10}.tablepro .tprowwrap .cellwrap.fgr-11 {
	flex-grow: 11}.tablepro .tprowwrap .cellwrap.fgr-12 {
	flex-grow: 12}.tablepro .tprowwrap .cellwrap.fgr-13 {
	flex-grow: 13}.tablepro .tprowwrap .cellwrap.fgr-14 {
	flex-grow: 14}.tablepro .tprowwrap .cellwrap.fgr-15 {
	flex-grow: 15}.tablepro .tprowwrap .cellwrap.fgr-16 {
	flex-grow: 16}.tablepro .tprowwrap .cellwrap.fgr-17 {
	flex-grow: 17}.tablepro .tprowwrap .cellwrap.fgr-18 {
	flex-grow: 18}.tablepro .tprowwrap .cellwrap.fgr-19 {
	flex-grow: 19}.tablepro .tprowwrap .cellwrap.fgr-20 {
	flex-grow: 20}.tableprorowdummy {
	display:block}.code-embed{
	color:#000;
}


/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
    .link-with-icon.text-sm-start,.link-with-icon.text-sm-left{justify-content: flex-start;}
    .link-with-icon.text-sm-center{justify-content: center;}
    .link-with-icon.text-sm-end,.link-with-icon.text-sm-right{justify-content: flex-end;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
    .link-with-icon.text-md-start,.link-with-icon.text-md-left{justify-content: flex-start;}
    .link-with-icon.text-md-center{justify-content: center;}
    .link-with-icon.text-md-end,.link-with-icon.text-md-right{justify-content: flex-end;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
    .link-with-icon.text-lg-start,.link-with-icon.text-lg-left{justify-content: flex-start;}
    .link-with-icon.text-lg-center{justify-content: center;}
    .link-with-icon.text-lg-end,.link-with-icon.text-lg-right{justify-content: flex-end;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}


@media (max-width: 991px){
	.link-style{
		width:20px;
	}
	.img-radc-gr-style{
		width:136px;
	}
	.img-ramc-gr-style{
		width:120px;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.row-style{
		width:0%;
	}
	.p-style{
		padding-top:0px;
		font-size:14px;
	}
	.img-style{
		width:566px;
		height:350px;
	}
	.h2-next-event-style{
		font-size:25px;
	}
	.p-3-style{
		font-size:20px;
	}
	.p-bloc-2-style{
		font-size:20px;
	}
	.h3-style{
		font-size:21px;
	}
	.heading-cl{
		height:70px;
	}
	.row-margin-top{
		margin-top:2px;
	}
	.content{
		font-size:12px;
	}
	.p-bloc-0-style{
		font-size:10px;
	}
	.small{
	}
	.h4-bloc-162-style{
		font-size:19px;
	}
	.h1-links-style{
		font-size:22px;
	}
	.img-75-style{
		height:319px;
	}
	.h5-2-style{
		font-size:16px;
	}
	.h5-4-style{
		font-size:16px;
	}
	.h5-bloc-60-style{
		font-size:16px;
	}
	.h5-6-style{
		font-size:16px;
	}
	.h5-7-style{
		font-size:16px;
	}
	.h5-8-style{
		font-size:16px;
	}
	.h5-9-style{
		font-size:16px;
	}
	.h5-10-style{
		font-size:16px;
	}
	.h5-11-style{
		font-size:16px;
	}
	.h5-12-style{
		font-size:16px;
	}
	.h5-13-style{
		font-size:16px;
	}
	.h5-14-style{
		font-size:16px;
	}
	.h5-15-style{
		font-size:16px;
	}
	.h5-16-style{
		font-size:16px;
	}
	.h5-bloc-52-style{
		font-size:16px;
	}
	.h5-18-style{
		font-size:16px;
	}
	.h5-19-style{
		font-size:16px;
	}
	.h5-20-style{
		font-size:16px;
	}
	.h5-21-style{
		font-size:16px;
	}
	.h5-22-style{
		font-size:16px;
	}
	.h5-23-style{
		font-size:16px;
	}
	.h5-24-style{
		font-size:16px;
	}
	.h5-bloc-55-style{
		font-size:16px;
	}
	.h5-bloc-58-style{
		font-size:16px;
	}
	.h5-30-style{
		font-size:16px;
	}
	.h5-31-style{
		font-size:16px;
	}
	.h5-32-style{
		font-size:16px;
	}
	.h5-bloc-53-style{
		font-size:16px;
	}
	.h5-34-style{
		font-size:16px;
	}
	.h5-35-style{
		font-size:17px;
	}
	.h5-style{
		font-size:16px;
	}
	.h5-bloc-54-style{
		font-size:16px;
	}
	.h5-39-style{
		font-size:16px;
	}
	.h4-45-style{
		font-size:20px;
	}
	.h4-46-style{
		font-size:20px;
	}
	.h4-bloc-57-style{
		font-size:20px;
	}
	.h4-fit-to-fight-style{
		font-size:21px;
	}
	.h4-49-style{
		font-size:21px;
	}
	.h6-bloc-58-style{
		font-size:12px;
	}
	.h6-bloc-57-style{
		font-size:13px;
	}
	.h6-8-style{
		font-size:13px;
	}
	.h6-10-style{
		font-size:13px;
	}
	.p-44-style{
		font-size:16px;
	}
	.h1-heading-1-style{
		font-size:29px;
	}
	.h4-bloc-221-style{
		font-size:20px;
	}
	.h4-a-doctors-war-style{
		font-size:20px;
	}
	.h4-66-style{
		font-size:20px;
	}
	.h4-winged-scalpel-style{
		font-size:20px;
	}
	.h3-bloc-2-style{
		font-size:22px;
	}
	.h3-bloc-96-style{
		font-size:23px;
	}
	.h3-26-style{
		font-size:23px;
	}
	.h3-27-style{
		font-size:23px;
	}
	.h3-28-style{
		font-size:23px;
	}
	.h3-29-style{
		font-size:23px;
	}
	.h3-30-style{
		font-size:23px;
	}
	.h3-31-style{
		font-size:23px;
	}
	.h3-35-style{
		font-size:23px;
	}
	.h3-36-style{
		font-size:23px;
	}
	.h3-37-style{
		font-size:23px;
	}
	.h3-39-style{
		font-size:23px;
	}
	.h3-41-style{
		font-size:23px;
	}
	.h3-42-style{
		font-size:23px;
	}
	.h3-45-style{
		font-size:23px;
	}
	.h3-46-style{
		font-size:23px;
	}
	.h3-47-style{
		font-size:23px;
	}
	.h3-48-style{
		font-size:23px;
	}
	.h3-49-style{
		font-size:23px;
	}
	.h3-51-style{
		font-size:23px;
	}
	.h3-52-style{
		font-size:23px;
	}
	.h3-53-style{
		font-size:23px;
	}
	.h3-54-style{
		font-size:23px;
	}
	.h3-57-style{
		font-size:23px;
	}
	.h3-59-style{
		font-size:23px;
	}
	.h3-60-style{
		font-size:23px;
	}
	.h3-61-style{
		font-size:23px;
	}
	.h3-62-style{
		font-size:23px;
	}
	.h3-63-style{
		font-size:23px;
	}
	.h3-64-style{
		font-size:23px;
	}
	.h3-65-style{
		font-size:23px;
	}
	.h3-66-style{
		font-size:23px;
	}
	.h3-68-style{
		font-size:23px;
	}
	.h3-69-style{
		font-size:23px;
	}
	.h3-70-style{
		font-size:23px;
	}
	.h3-71-style{
		font-size:23px;
	}
	.h4-style{
		font-size:17px;
	}
	.h2-heading-2-style{
		font-size:53px;
	}
	.img-22-style{
		width:338px;
		height:237px;
	}
	.img-bloc-21-style{
		height:237px;
		width:338px;
	}
	.img-medical-mem-style{
		width:338px;
		height:237px;
	}
	.img-button-size-style{
		width:338px;
		height:237px;
	}
	.img-millba-style{
		width:338px;
		height:237px;
	}
	.img-stuart-brown-style{
		width:337px;
		height:237px;
	}
	.h3-bloc-182-style{
		font-size:26px;
	}
	.h5-3-style{
		font-size:16px;
	}
	.h5-28549-style{
		font-size:16px;
	}
	.h5-29768-style{
		font-size:16px;
	}
	.h5-11947-style{
		font-size:16px;
	}
	.h5-20454-style{
		font-size:16px;
	}
	.btn-style{
		width:100%;
		font-size:14px;
	}
	.btn-18-style{
		width:98.08%;
	}
	.btn-14-style{
		width:100%;
	}
	.h1-34048-style{
		font-size:36px;
	}
	.p-bloc-14-style{
		font-size:13px;
	}
	.p-26-style{
		font-size:18px;
	}
	.label-bloc-14-style{
		width:100%;
	}
	.h2-style{
		font-size:25px;
	}
	.img-fom-favicon-style{
		width:105px;
	}
	.h5-bloc-68-style{
		font-size:16px;
	}
	.p-139-style{
		width:98.19%;
	}
	.img-348-style{
		width:383px;
	}
	.h3-89-style{
		font-size:26px;
	}
	.h3-86-style{
		font-size:15px;
	}
	.h3-87-style{
		font-size:15px;
	}
	.h3-bloc-365-style{
		font-size:20px;
	}
	.h3-83-style{
		font-size:20px;
	}
	.h3-84-style{
		font-size:20px;
	}
	.h1-31-style{
		font-size:52px;
	}
	.h5-bloc-42-style{
		font-size:16px;
	}
	.h2-bloc-220-style{
		font-size:32px;
	}
	.h2-bloc-459-style{
		font-size:24px;
	}
	.p-bloc-459-style{
		font-size:14px;
	}
	.h1-coming-soon-style{
		font-size:37px;
	}
	.img-bloc-36-style{
		height:300px;
		width:485px;
	}
	.p-164-style{
		font-size:14px;
	}
	.h6-29-style{
		font-size:9px;
	}
	.img-sir-james--style{
		width:344px;
		height:452px;
	}
	.img-495-style{
		height:442px;
	}
	.p-bloc-161-style{
		font-size:10px;
	}
	.p-10-margin-top{
		font-size:12px;
	}
	.p-bloc-0-margin-top{
		font-size:12px;
	}
	.h4-142-style{
		font-size:20px;
	}
	.h4-141-style{
		font-size:20px;
	}
	.h3-107-style{
		font-size:20px;
	}
	.h3-106-style{
		font-size:20px;
	}
	.h4-145-style{
		font-size:19px;
	}
	.btn-cons{
		margin-bottom:10px;
		font-size:14px;
	}
	.blocsapp-special-menu blocsnav li a{
	}
	.blocsapp-special-menu blocsnav li a:active{
	}
	.blocsapp-special-menu blocsnav li a:hover{
	}
	.blocsapp-special-menu blocsnav li a:focus{
	}
	.blocsapp-special-menu blocsnav li a:visited{
	}
	.close-special-menu .close-icon{
		background-color:#000000;
		color:transparent!important;
		text-transform:none;
		border-color:transparent!important;
		caret-color:transparent;
	}
	.blocsapp-special-menu blocsnav{
	}
	.blocsapp-special-menu blocsnav:active{
	}
	.h5-bloc-759-style{
		font-size:14px;
	}
	.h5-209-style{
		font-size:14px;
	}
	.h5-bloc-757-style{
		font-size:14px;
	}
	.h5-207-style{
		font-size:14px;
	}
	.h5-206-style{
		font-size:14px;
	}
	.h5-205-style{
		font-size:14px;
	}
	.h5-204-style{
		font-size:14px;
	}
	.h5-203-style{
		font-size:14px;
	}
	.h5-202-style{
		font-size:14px;
	}
	.h5-201-style{
		font-size:14px;
	}
	.h5-200-style{
		font-size:14px;
	}
	.h5-198-style{
		font-size:14px;
	}
	.h5-197-style{
		font-size:14px;
	}
	.h5-196-style{
		font-size:14px;
	}
	.h5-195-style{
		font-size:14px;
	}
	.h5-194-style{
		font-size:14px;
	}
	.h6-30-style{
		font-size:14px;
	}
	.h5-193-style{
		font-size:14px;
	}
	.h5-192-style{
		font-size:14px;
	}
	.h5-bloc-502-style{
		font-size:14px;
	}
	.img-telemed-button-style{
		height:140px;
	}
	.h5-1-style{
		font-size:18px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-3207)!important;
		fill:var(--swatch-var-3207)!important;
	}
	.btn-1-style{
		width:41.64%;
	}
	.h1-bloc-16-style{
		font-family:"Calibri-Bold";
	}
	.img-13193-style{
		width:280px;
	}
	.h2-8-style{
		font-family:"Calibri-Bold";
	}
	.img-bloc-26-style{
		width:283px;
	}
	.h2-bloc-22-style{
		font-family:"Calibri-Bold";
	}
	.h3-bloc-22-style{
		font-family:"Calibri-Bold";
	}
	.img-bloc-22-style{
		width:619px;
	}
	.h3-7-style{
		font-family:"Calibri-Bold";
	}
	.h3-8-style{
		font-family:"Calibri-Bold";
	}
	.h3-11-style{
		font-family:"Calibri-Bold";
	}
	.h4-bloc-1084-style{
		width:100%;
	}
	.p-2-style{
		font-size:18px;
	}
	.p-14833-style{
		font-size:18px;
	}
	.p-5343-style{
		font-size:18px;
	}
	.p-48885-style{
		font-size:18px;
	}
	.h4-bloc-42-style{
		width:97.09%;
		font-size:19px;
	}
	.winter-bloc-title{
		font-size:28px;
	}
	.winter-bloc-subtitle{
		font-size:20px;
	}
	.winter-table{
		padding:10px 5px 10px 5px;
	}
	.testimonials-p{
		font-size: 14px;
		line-height: 20px;
	}
	.img-shields--style{
		width:458px;
	}
	.card-body-style{
		height:601px;
	}
	.h4-bloc-229-style{
		font-size:19px;
	}
	.btn-6-button-style{
		width:50.83%;
	}
	.btn-7-style{
		width:96.56%;
	}
	.p-33365-style{
		font-size:20px;
	}
	.img-305-style{
		width:721px;
	}
	.img-ww1-sce-style{
		width:499px;
	}
	.img-20221207-b-style{
		width:229px;
	}
	.card-body-bloc-1085-style{
		height:608px;
	}
	.btn-bloc-15-style{
		padding-top:10px;
		padding-bottom:10px;
	}
	.btn-download-flyer-style{
		width:45.71%;
		font-size:20px;
	}
	
	/* MD Text Margin Offsets */
	.mg-md-md{
		margin-top:10px;
		margin-bottom:20px;
	}
	
}

@media (max-width: 767px){
	.h4-bloc-4-style{
		font-size:15px;
	}
	.checkbox-style{
		height:119px;
	}
	.p-style{
		font-size:15px;
	}
	.h1-joining-style{
		font-size:29px;
	}
	.radio-style{
		width:91.59%;
	}
	.img-style{
		width:526px;
		height:350px;
	}
	.navbar-brand img{
		width:200px;
	}
	.content{
		;
	}
	.small{
	}
	.p-12-margin-top{
		margin-top:30px;
	}
	.p-10-margin-top{
		margin-top:22px;
	}
	.p-9-margin-top{
		margin-top:22px;
	}
	.p-3-style{
		font-size:19px;
	}
	.btn-style{
		width:100%;
	}
	.h2-next-event-style{
		font-size:21px;
	}
	.p-bloc-2-style{
		font-size:19px;
	}
	.p-1-style{
		font-size:17px;
	}
	.h4-bloc-162-style{
		width:100%;
	}
	.h4-bloc-54-style{
		font-size:21px;
	}
	.p-bloc-49-style{
		font-size:19px;
	}
	.h1-3-style{
		font-size:37px;
	}
	.h4-heading-4-style{
		font-size:30px;
	}
	.h5-45-style{
		font-size:16px;
	}
	.h1-heading-1-style{
		font-size:31px;
	}
	.p-44-style{
		font-size:14px;
	}
	.h5-bloc-82-style{
		font-size:18px;
	}
	.h5-44-style{
		font-size:17px;
	}
	.img-burma-button-style{
		width:401px;
	}
	.img-docs-war-style{
		width:402px;
	}
	.img-faithf-style{
		width:403px;
	}
	.img-wing-style{
		width:413px;
	}
	.p-45-style{
		font-size:18px;
	}
	.h3-bloc-96-style{
		font-size:20px;
	}
	.h3-26-style{
		font-size:20px;
	}
	.h3-27-style{
		font-size:20px;
	}
	.h3-28-style{
		font-size:20px;
	}
	.h3-29-style{
		font-size:20px;
	}
	.h3-30-style{
		font-size:20px;
	}
	.h3-31-style{
		font-size:20px;
	}
	.h3-35-style{
		font-size:20px;
	}
	.h3-37-style{
		font-size:20px;
	}
	.h3-36-style{
		font-size:20px;
	}
	.h3-39-style{
		font-size:20px;
	}
	.h3-41-style{
		font-size:20px;
	}
	.h3-42-style{
		font-size:20px;
	}
	.h3-45-style{
		font-size:20px;
	}
	.h3-46-style{
		font-size:20px;
	}
	.h3-47-style{
		font-size:20px;
	}
	.h3-48-style{
		font-size:20px;
	}
	.h3-49-style{
		font-size:20px;
	}
	.h3-51-style{
		font-size:20px;
	}
	.h3-52-style{
		font-size:20px;
	}
	.h3-53-style{
		font-size:20px;
	}
	.h3-54-style{
		font-size:20px;
	}
	.h3-57-style{
		font-size:20px;
	}
	.h3-59-style{
		font-size:20px;
	}
	.h3-60-style{
		font-size:20px;
	}
	.h3-61-style{
		font-size:20px;
	}
	.h3-62-style{
		font-size:20px;
	}
	.h3-63-style{
		font-size:20px;
	}
	.h3-64-style{
		font-size:20px;
	}
	.h3-65-style{
		font-size:20px;
	}
	.h3-66-style{
		font-size:20px;
	}
	.h3-68-style{
		font-size:20px;
	}
	.h3-69-style{
		font-size:20px;
	}
	.h3-70-style{
		font-size:20px;
	}
	.h3-71-style{
		font-size:20px;
	}
	.img-bloc-22-style{
		width:234px;
		height:261px;
	}
	.img-29-style{
		width:332px;
		height:261px;
	}
	.img-30-style{
		width:332px;
		height:261px;
	}
	.img-22-style{
		width:514px;
		height:360px;
	}
	.img-bloc-21-style{
		width:514px;
		height:360px;
	}
	.img-medical-mem-style{
		width:514px;
		height:360px;
	}
	.img-millba-style{
		width:514px;
		height:360px;
	}
	.img-stuart-brown-style{
		width:514px;
		height:360px;
	}
	.img-ramc-button-style{
		width:514px;
		height:360px;
	}
	.img-36-style{
		width:514px;
		height:360px;
	}
	.img-ams-button-style{
		width:514px;
		height:360px;
	}
	.img-33-style{
		width:514px;
		height:360px;
	}
	.img-mod-button-style{
		width:514px;
		height:360px;
	}
	.img-button-size-style{
		width:514px;
		height:360px;
	}
	.img-23-style{
		width:514px;
		height:360px;
	}
	.img-7-style{
		width:514px;
	}
	.h4-bloc-235-style{
		font-size:19px;
	}
	.h4-bloc-229-style{
		font-size:17px;
	}
	.h4-bloc-231-style{
		font-size:19px;
	}
	.h4-68-style{
		font-size:19px;
	}
	.h4-bloc-227-style{
		font-size:19px;
	}
	.p-bloc-226-style{
		width:100%;
	}
	.img-305-style{
		width:526px;
	}
	.btn-style-1{
		width:100%;
	}
	.h3-bloc-182-style{
		font-size:27px;
	}
	.h2-style{
		font-size:19px;
	}
	.p-23-style{
		font-size:13px;
	}
	.p-24-bloc-14-style{
		font-size:13px;
	}
	.navmenu{
		float:right;
	}
	.burger_position{
		float:right;
	}
	.h5-bloc-358-style{
		font-size:17px;
	}
	.h5-116-style{
		font-size:17px;
	}
	.h5-117-style{
		font-size:17px;
	}
	.h2-28-style{
		font-size:25px;
	}
	.h3-84-style{
		font-size:17px;
	}
	.h3-83-style{
		font-size:17px;
	}
	.h3-bloc-365-style{
		font-size:17px;
	}
	.p-139-style{
		width:100%;
		font-size:13px;
	}
	.img-348-style{
		width:293px;
	}
	.h5-agm-jan-2021-style{
		font-size:16px;
	}
	.p-agm-jan-2021-style{
		font-size:17px;
	}
	.h1-1-heading-1-style{
		font-size:60px;
	}
	.h1-31-style{
		font-size:38px;
	}
	.h1-bloc-38-style{
		font-size:32px;
	}
	.p-bloc-36-style{
		font-size:14px;
	}
	.p-157-style{
		font-size:14px;
	}
	.img-464-style{
		width:352px;
	}
	.h2-bloc-459-style{
		font-size:20px;
	}
	.p-bloc-459-style{
		font-size:13px;
	}
	.img-bloc-36-style{
		height:350px;
	}
	.p-163-style{
		font-size:14px;
	}
	.h6-27-style{
		font-size:13px;
	}
	.p-162-style{
		font-size:14px;
	}
	.h6-29-style{
		font-size:12px;
	}
	.h1-51-style{
		font-size:37px;
	}
	.p-164-style{
		font-size:11px;
	}
	.h6-28-style{
		font-size:14px;
		width:100%;
	}
	.h1-53-style{
		font-size:38px;
	}
	.h2-bloc-184-style{
		font-size:26px;
	}
	.img-486-style{
		width:344px;
		height:452px;
	}
	.h1-links-style{
		font-size:28px;
	}
	.h4-142-style{
		font-size:19px;
	}
	.h4-141-style{
		font-size:19px;
	}
	.h3-107-style{
		font-size:19px;
	}
	.h3-106-style{
		font-size:18px;
	}
	.h3-bacs-details--style{
		font-size:22px;
	}
	.h3-4-style{
		font-size:22px;
	}
	.p-27-bloc-15-style{
		font-size:16px;
	}
	.p-26-style{
		font-size:16px;
	}
	.h5-bloc-15-style{
		font-size:18px;
	}
	.p-31275-style{
		font-size:18px;
	}
	.p-20332-style{
		font-size:18px;
	}
	.btn-con{
	}
	.btn-cons{
		margin-bottom:10px;
		font-size:16px;
	}
	.p-bloc-495-style{
		font-size:14px;
	}
	.h5-bloc-502-style{
		font-size:14px;
	}
	.h5-192-style{
		font-size:14px;
	}
	.h5-193-style{
		font-size:14px;
	}
	.h5-bloc-757-style{
		font-size:14px;
	}
	.h5-207-style{
		font-size:14px;
	}
	.h5-206-style{
		font-size:14px;
	}
	.h5-205-style{
		font-size:14px;
	}
	.h5-204-style{
		font-size:14px;
	}
	.h5-203-style{
		font-size:14px;
	}
	.h5-202-style{
		font-size:14px;
	}
	.h5-201-style{
		font-size:14px;
	}
	.h5-200-style{
		font-size:14px;
	}
	.h5-198-style{
		font-size:14px;
	}
	.h5-197-style{
		font-size:14px;
	}
	.h5-196-style{
		font-size:14px;
	}
	.h5-195-style{
		font-size:14px;
	}
	.h5-194-style{
		font-size:14px;
	}
	.h6-30-style{
		font-size:14px;
	}
	.h5-bloc-759-style{
		font-size:14px;
	}
	.h5-209-style{
		font-size:14px;
	}
	.p-9162-style{
		font-size:22px;
	}
	.img-telemed-button-style{
		width:338px;
		height:218px;
	}
	.h5-1-style{
		font-size:17px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-3207)!important;
		fill:var(--swatch-var-3207)!important;
	}
	.custom-list{
		min-width:300px;
	}
	.btn-fom{
		font-size:24px;
	}
	.btn-1-style{
		width:100%;
	}
	.btn-6-style{
		width:95.22%;
	}
	.h1-bloc-16-style{
		font-family:"Calibri-Bold";
	}
	.h2-8-style{
		font-family:"Calibri-Bold";
	}
	.h2-bloc-22-style{
		font-family:"Calibri-Bold";
	}
	.h3-bloc-22-style{
		font-family:"Calibri-Bold";
	}
	.h6-bloc-22-style{
		font-size:16px;
	}
	.h3-7-style{
		font-family:"Calibri-Bold";
		font-size:28px;
	}
	.h3-8-style{
		font-family:"Calibri-Bold";
		font-size:28px;
	}
	.h3-11-style{
		font-family:"Calibri-Bold";
		font-size:28px;
	}
	.btn-back-top{
		width:64.54%;
		background-color:#00008C;
		border-radius:7px 7px 7px 7px;
	}
	.p-48885-style{
		font-size:16px;
	}
	.p-5343-style{
		font-size:16px;
	}
	.p-14833-style{
		font-size:16px;
	}
	.p-2-style{
		font-size:16px;
	}
	.btn-padding-top{
		padding-top:0px;
		padding-bottom:0px;
	}
	.h4-bloc-42-style{
		width:91.32%;
		font-size:17px;
	}
	.h5-180-style{
		width:89.81%;
		font-size:15px;
	}
	.testimonials-p{
		font-size: 16px;
		line-height: 22px;
	}
	.h3-brucellosis-style{
		width:97.74%;
	}
	.img-shields--style{
		width:335px;
	}
	.card-body-style{
		height:667px;
	}
	.h6-bloc-6-style{
		font-size:20px;
	}
	.h6-3-style{
		font-size:20px;
	}
	.img-ams-butt-style{
		width:503px;
	}
	.btn-192-style{
		width:29.62%;
	}
	.btn-apply-here-style{
		width:29.62%;
	}
	.btn-7-style{
		width:79.05%;
	}
	.p-33365-style{
		font-size:16px;
	}
	.btn-166-style{
		width:93.4%;
	}
	.img-ww1-sce-style{
		width:530px;
	}
	.img-andrews-style{
		width:527px;
	}
	.btn-download-flyer-style{
		width:49.43%;
		font-size:18px;
	}
	
}

@media (max-width: 575px){
	.h1-news-style{
		font-size:37px;
	}
	.mt-1{
	}
	.checkbox-style{
		height:155px;
	}
	.h3-bloc-5-style{
		font-size:22px;
	}
	.p-style{
		font-size:14px;
	}
	.p-bloc-5-style{
		font-size:16px;
	}
	.h1-joining-style{
		font-size:21px;
	}
	.p-bloc-2-style{
		font-size:16px;
	}
	.h1-bloc-52-style{
		font-size:30px;
	}
	.h2-bloc-26-style{
		font-size:24px;
	}
	.img-style{
		width:270px;
		height:200px;
	}
	.small{
	}
	.heading-mobile{
		background-color:#DEDEDE;
		height:42px;
		padding-top:9px;
		border-style:solid;
		border-color:#FEFFFF!important;
		border-width:2px 2px 2px 2px;
	}
	.sma{
	}
	.heading-mobile-small{
		height:50px;
		background-color:#DDDDDD;
		border-color:#FEFFFF!important;
		border-style:solid;
		padding-top:5px;
		border-width:2px 2px 2px 2px;
	}
	.mobile-content{
		background-color:#FBFBFB;
		border-style:solid;
		border-color:#FEFFFF!important;
		border-width:2px 2px 2px 2px;
	}
	.h2-next-event-style{
		font-size:20px;
		line-height:30px;
	}
	.btn-style{
		width:100%;
		padding-top:0px;
		padding-bottom:0px;
	}
	.p-1-style{
		font-size:10px;
	}
	.p-3-style{
		font-size:16px;
	}
	.h2-bloc-160-style{
		font-size:28px;
	}
	.p-bloc-160-style{
		font-size:16px;
	}
	.h4-29-style{
		font-size:15px;
	}
	.h3-style{
		font-size:15px;
	}
	.h1-bloc-43-style{
		font-size:23px;
	}
	.h1-links-style{
		font-size:18px;
	}
	.h4-37-style{
		font-size:21px;
	}
	.h4-bloc-53-style{
		font-size:21px;
	}
	.h4-camp-bastion-style{
		font-size:30px;
	}
	.btn-more-resources-style{
		width:97.78%;
	}
	.p-bloc-49-style{
		font-size:16px;
	}
	.h1-unit-histories-style{
		font-size:38px;
	}
	.h4-heading-4-style{
		font-size:30px;
	}
	.h1-heading-1-style{
		font-size:29px;
	}
	.p-44-style{
		font-size:17px;
	}
	.h4-bloc-58-style{
		font-size:21px;
	}
	.h5-bloc-84-style{
		font-size:14px;
	}
	.h4-bloc-85-style{
		font-size:21px;
	}
	.h4-115-style{
		font-size:21px;
	}
	.h5-bloc-82-style{
		font-size:17px;
	}
	.h4-bloc-98-style{
		font-size:22px;
	}
	.h4-bloc-105-style{
		font-size:20px;
	}
	.h5-44-style{
		font-size:12px;
	}
	.h4-bloc-99-style{
		font-size:18px;
	}
	.h1-9-style{
		font-size:40px;
	}
	.h2-bloc-61-style{
		font-size:20px;
	}
	.h3-websites-style{
		font-size:32px;
	}
	.h3-bloc-79-style{
		font-size:34px;
	}
	.h1-style{
		font-size:28px;
	}
	.h3-bloc-2-style{
		font-size:17px;
	}
	.h5-bloc-98-style{
		font-size:15px;
	}
	.h2-8-style{
		font-size:28px;
	}
	.p-45-style{
		font-size:16px;
	}
	.h4-style{
		font-size:9px;
	}
	.h2-heading-2-style{
		font-size:45px;
	}
	.h2-style{
		font-size:14px;
	}
	.h5-bloc-164-style{
		font-size:16px;
	}
	.h5-bloc-180-style{
		font-size:18px;
	}
	.h1-21-style{
		font-size:23px;
	}
	.h5-bloc-165-style{
		font-size:18px;
	}
	.p-bloc-165-style{
		font-size:13px;
	}
	.h4-81-style{
		font-size:22px;
	}
	.h4-bloc-233-style{
		font-size:22px;
	}
	.h4-bloc-228-style{
		font-size:22px;
	}
	.h4-bloc-18-style{
		font-size:22px;
	}
	.h2-15-style{
		font-size:25px;
	}
	.h2-17-style{
		font-size:25px;
	}
	.h2-a-doctors-war-style{
		font-size:25px;
	}
	.h2-winged-scalpel-style{
		font-size:25px;
	}
	.h2-19-style{
		font-size:25px;
	}
	.h4-bloc-37-style{
		font-size:22px;
	}
	.h4-38-style{
		font-size:33px;
	}
	.h4-med-reg-style{
		font-size:30px;
	}
	.btn-style-1{
		width:69.26%;
	}
	.h3-bloc-182-style{
		font-size:20px;
	}
	.h5-bloc-14-style{
		font-size:18px;
	}
	.h1-bloc-13-style{
		font-size:23px;
	}
	.h2-bloc-14-style{
		font-size:23px;
	}
	.p-bloc-257-style{
		font-size:14px;
	}
	.h1-34048-style{
		font-size:24px;
	}
	.h2-bloc-184-style{
		font-size:18px;
	}
	.p-bloc-184-style{
		font-size:14px;
	}
	.p-26-style{
		font-size:16px;
	}
	.p-bloc-14-style{
		font-size:14px;
	}
	.h3-bloc-14-style{
		font-size:21px;
	}
	.h3-2-style{
		font-size:23px;
		font-family:"ArialMT";
	}
	.h3-bloc-197-style{
		font-size:21px;
	}
	.p-bloc-197-style{
		font-size:14px;
	}
	.h3-bloc-185-style{
		font-size:21px;
	}
	.p-bloc-185-style{
		font-size:14px;
	}
	.p-104-style{
		font-size:14px;
	}
	.h5-54-style{
		font-size:16px;
	}
	.p-bloc-353-style{
		font-size:14px;
	}
	.h4-103-style{
		font-size:25px;
	}
	.h3-bloc-357-style{
		font-size:20px;
	}
	.p-bloc-357-style{
		font-size:13px;
	}
	.h5-bloc-358-style{
		font-size:14px;
	}
	.h5-116-style{
		font-size:14px;
	}
	.h5-117-style{
		font-size:16px;
	}
	.p-bloc-360-style{
		font-size:12px;
	}
	.p-bloc-361-style{
		font-size:13px;
	}
	.h2-28-style{
		font-size:21px;
	}
	.h3-bloc-364-style{
		font-size:24px;
	}
	.p-bloc-364-style{
		font-size:13px;
	}
	.p-132-style{
		font-size:13px;
	}
	.h3-89-style{
		font-size:22px;
	}
	.h3-90-style{
		font-size:26px;
	}
	.h3-91-style{
		font-size:26px;
	}
	.h3-92-style{
		font-size:25px;
	}
	.p-139-style{
		font-size:15px;
	}
	.h1-1-heading-1-style{
		font-size:50px;
	}
	.h6-style{
		font-size:12px;
	}
	.h1-31-style{
		font-size:20px;
	}
	.h1-bloc-38-style{
		font-size:19px;
	}
	.h1-bloc-41-style{
		font-size:24px;
	}
	.h5-bloc-42-style{
		font-size:13px;
	}
	.h5-3-style{
		font-size:13px;
	}
	.h2-bloc-220-style{
		font-size:20px;
	}
	.p-bloc-226-style{
		font-size:16px;
	}
	.h3-99-style{
		font-size:25px;
	}
	.h4-bloc-36-style{
		font-size:18px;
	}
	.h4-120-style{
		font-size:18px;
	}
	.h1-3-style{
		font-size:24px;
	}
	.h4-117-style{
		font-size:18px;
	}
	.h4-118-style{
		font-size:18px;
	}
	.h2-bloc-459-style{
		font-size:17px;
	}
	.p-bloc-459-style{
		font-size:11px;
	}
	.h4-119-style{
		font-size:20px;
	}
	.h3-bloc-186-style{
		font-size:18px;
	}
	.h2-bloc-188-style{
		font-size:25px;
	}
	.h1-coming-soon-style{
		font-size:23px;
	}
	.img-bloc-36-style{
		height:200px;
	}
	.h3-bloc-458-style{
		font-size:25px;
	}
	.p-162-style{
		font-size:13px;
	}
	.p-163-style{
		font-size:13px;
	}
	.h6-27-style{
		font-size:12px;
	}
	.h6-26-style{
		font-size:14px;
	}
	.h1-51-style{
		font-size:26px;
	}
	.p-164-style{
		font-size:9px;
	}
	.h6-28-style{
		font-size:12px;
	}
	.h1-53-style{
		font-size:30px;
	}
	.h5-bloc-175-style{
		font-size:16px;
	}
	.img-sir-james--style{
		height:350px;
	}
	.img-486-style{
		height:350px;
	}
	.img-495-style{
		height:350px;
	}
	.h1-58-style{
		font-size:33px;
	}
	.h1-59-style{
		font-size:33px;
	}
	.card-footer-bloc-39-style{
		height:67px;
	}
	.btn-join-us-style{
		padding-top:4px;
		padding-bottom:4px;
		width:100%;
	}
	.img-bloc-39-style{
		width:183px;
	}
	.btn-56-style{
		width:100%;
		font-size:22px;
	}
	.btn-padding{
		padding-top:10px;
		padding-bottom:10px;
	}
	.p-bloc-562-style{
		font-size:14px;
	}
	.p-bloc-168-style{
		font-size:12px;
	}
	.h3-107-style{
		font-size:17px;
	}
	.h4-141-style{
		font-size:17px;
	}
	.h4-142-style{
		font-size:17px;
	}
	.h3-106-style{
		font-size:16px;
	}
	.img-602-style{
		width:180px;
	}
	.h4-bloc-164-style{
		font-size:19px;
	}
	.h4-145-style{
		font-size:17px;
	}
	.btn-submit-style{
		width:43.85%;
	}
	.form-style{
		width:100%;
	}
	.h3-bloc-15-style{
		font-size:15px;
	}
	.p-170-style{
		font-size:16px;
	}
	.p-19455-style{
		font-size:13px;
	}
	.p-27-bloc-15-style{
		font-size:16px;
	}
	.h4-bloc-219-style{
		font-size:15px;
	}
	.h5-bloc-15-style{
		font-size:15px;
	}
	.h1-bloc-338-style{
		font-size:25px;
	}
	.p-agm-jan-2021-style{
		font-size:17px;
	}
	.h2-amendments-style{
		font-size:24px;
	}
	.p-247-style{
		font-size:14px;
	}
	.btn-cons{
		margin-bottom:10px;
		font-size:17px;
	}
	.h4-bloc-276-style{
		font-size:20px;
	}
	.h5-bloc-759-style{
		font-size:14px;
	}
	.h5-209-style{
		font-size:14px;
	}
	.h5-bloc-757-style{
		font-size:14px;
	}
	.h5-207-style{
		font-size:14px;
	}
	.h5-206-style{
		font-size:14px;
	}
	.h5-205-style{
		font-size:14px;
	}
	.h5-204-style{
		font-size:14px;
	}
	.h5-203-style{
		font-size:14px;
	}
	.h5-202-style{
		font-size:14px;
	}
	.h5-201-style{
		font-size:14px;
	}
	.h5-200-style{
		font-size:14px;
	}
	.h5-198-style{
		font-size:14px;
	}
	.h5-197-style{
		font-size:14px;
	}
	.h5-196-style{
		font-size:14px;
	}
	.h5-195-style{
		font-size:14px;
	}
	.h5-194-style{
		font-size:14px;
	}
	.h6-30-style{
		font-size:14px;
	}
	.h5-193-style{
		font-size:14px;
	}
	.h5-192-style{
		font-size:14px;
	}
	.h5-bloc-502-style{
		font-size:14px;
	}
	.p-bloc-495-style{
		font-size:14px;
	}
	.h5-bloc-167-style{
		font-size:18px;
	}
	.h5-time-1100hrs-style{
		font-size:18px;
	}
	.h5-66-style{
		font-size:18px;
	}
	.h5-65-style{
		font-size:18px;
	}
	.btn-download-style{
		padding-top:12px;
		padding-bottom:12px;
	}
	.p-9162-style{
		font-size:16px;
	}
	.h5-bloc-463-style{
		font-size:15px;
	}
	.btn-48-style{
		padding-top:10px;
		padding-bottom:10px;
	}
	.h5-bloc-162-style{
		font-size:15px;
	}
	.h5-1-style{
		font-size:18px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-3207)!important;
		fill:var(--swatch-var-3207)!important;
	}
	.h6-bloc-2-style{
		font-size:14px;
	}
	.btn-14-style{
	}
	.btn-fom{
		font-size:24px;
	}
	.btn-1-style{
		width:100%;
	}
	.mini-event-type{
		margin-left:auto;
		display:inline-block;
	}
	.h4-1-style{
		font-size:16px;
	}
	.btn-flyer-style{
		width:100%;
	}
	.divider-0-background-color{
		background-color:var(--swatch-var-4855);
	}
	.h6-bloc-6-style{
		font-size:20px;
	}
	.btn-6-style{
		width:100%;
		font-size:20px;
		padding-top:14px;
		padding-bottom:14px;
	}
	.h1-bloc-16-style{
		font-size:19px;
	}
	.h6-bloc-31-style{
		font-size:14px;
	}
	.h2-10-style{
		font-size:21px;
	}
	.h2-bloc-22-style{
		font-size:21px;
		font-family:"Calibri-Bold";
	}
	.h3-bloc-22-style{
		font-family:"Calibri-Bold";
		font-size:21px;
	}
	.img-bloc-22-style{
		width:235px;
	}
	.h6-bloc-22-style{
		font-size:16px;
	}
	.h3-7-style{
		font-family:"Calibri-Bold";
		font-size:21px;
	}
	.h3-8-style{
		font-family:"Calibri-Bold";
		font-size:21px;
	}
	.h3-11-style{
		font-family:"Calibri-Bold";
		font-size:21px;
	}
	.btn-back-top{
		width:97.56%;
		border-radius:5px 5px 5px 5px;
	}
	.p-bloc-1073-style{
		font-size:17px;
	}
	.img-normandy-bann-style{
		width:270px;
	}
	.p-2-style{
		font-size:16px;
	}
	.h2-bloc-7-style{
		font-size:17px;
	}
	.h5-bloc-219-style{
		font-size:11px;
	}
	.h4-bloc-1084-style{
		font-size:19px;
	}
	.h6-bloc-1084-style{
		font-size:13px;
	}
	.img-new-books-ov-style{
		width:165px;
	}
	.img-glimps-style{
		width:270px;
		height:250px;
	}
	.p-14833-style{
		font-size:16px;
	}
	.h3-3-style{
		font-size:21px;
	}
	.p-5343-style{
		font-size:16px;
	}
	.p-48885-style{
		font-size:16px;
	}
	.btn-padding-top{
		width:97.08%;
	}
	.h4-bloc-42-style{
		font-size:12px;
		width:97.45%;
	}
	.h5-180-style{
		width:90.88%;
		font-size:10px;
	}
	.h1-bloc-765-style{
		font-size:21px;
	}
	.h3-brucellosis-style{
		font-size:21px;
	}
	.h3-coronovirus-style{
		font-size:21px;
	}
	.img-shields--style{
		width:182px;
	}
	.card-body-style{
		height:576px;
	}
	.btn-42-style{
		width:73.36%;
	}
	.h4-bloc-20-style{
		font-size:17px;
	}
	.h4-3-style{
		font-size:17px;
	}
	.h6-3-style{
		font-size:20px;
	}
	.btn-programme-style{
		width:47.08%;
	}
	.btn-192-style{
		width:46.35%;
	}
	.btn-apply-here-style{
		width:48.54%;
	}
	.h2-2-style{
		font-size:20px;
	}
	.h3-702-style{
		font-size:19px;
	}
	.btn-6-button-style{
		width:78.83%;
	}
	.btn-7-style{
		width:96.72%;
		padding-top:12px;
		padding-bottom:12px;
		font-size:20px;
	}
	.h6-bloc-18-style{
		font-size:14px;
	}
	.p-33365-style{
		font-size:15px;
	}
	.btn-166-style{
		width:97.08%;
	}
	.container-div-andrews-style{
		width:100%;
	}
	.img-andrews-style{
		width:274px;
	}
	.img-20221207-b-style{
		width:128px;
	}
	.h2-andrews-style{
		font-size:18px;
	}
	.btn-bloc-15-style{
		padding-top:10px;
		padding-bottom:10px;
	}
	.btn-download-flyer-style{
		width:84.31%;
		font-size:14px;
	}
	.btn-virtual-tour-style{
		font-size:20px;
	}
	
}

