html {
 	scroll-behavior: smooth;
}
.container-fluid {
	margin-top: 60px;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	}
body{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.container {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
iframe {
	width: 100%;
	height: 1500px;
}

.navbar-dark {
	background: rgba(0,0,0,0.9);
}
.footer {
	background: #111112;
	color: #FFFFFF;
}

.topNavLogo{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.headerLogo{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 70px;
	height: auto;
}
/*.emphesis {
	color: #e30613;
	text-decoration: underline;
}*/
.emphesis {
	/* color: #e30613; */
	text-decoration: none;
	border-bottom: 2px solid #e30613;
}

/*----------------------|Colour-Blocks|---------------------*/
.colorBlock-01 {
	background-color: #FFFFFF;
	color: #343434;
}
.colorBlock-01 a {
	color: #518EB3;
}
.colorBlock-01 a.btn {
	color: #FFFFFF;
}
.colorBlock-02 {
	background-color: #EEEEEE;
	color: #343434;
}
.colorBlock-03 {
	background-color: #E7E7E7;
	color: #343434;
}
.colorBlock-04 {
	background-color: #444444;
	color: #343434;
}
.colorBlock-05 {
	background-color: #444444;
	color: #FFFFFF;
}
.colorBlock-06 {
	background-color: #F22D00;
	color: #FFFFFF;
}
.colorBlock-07{
	background-color:#2c4b55;
	color:#FFFFFF;
}

.colorBlock-08{
	background-color:#343434;
	color:#FFFFFF;
}
.colorBlock-09 {
	background-color: #242424;
	color: #FFFFFF;
}
.colorBlock-10{
	background-color:#1D1D1D;
	color:#FFFFFF;
}
.colorBlock-10 a {
	color: #ECECEC;
}
.colorBlock-10 .btn.btn-danger {
	color: #FFF;
}
/*--------------------|Utility Classes|-------------------*/
.cardLinkCover {
	position: absolute;
	width: 100%;
	height: 100%;
}
.img-max{
	width: 100%;
}
.img-max-left-spaced {
	width: calc(100% - 22.5px) !important;
	margin: 15px 7.5px 0 15px;
}
.img-max-right-spaced {
	width: calc(100% - 22.5px) !important;
	margin: 15px 15px 0 7.5px;
}
.spaced-lastRow{
	margin-bottom: 15px;
}
.narrow-center {
	width: 100%;
	margin: 0 auto 1rem;
	text-align: left;
}
.mt-NavHeight{
	margin-top: 46px;
}
.pl-15px{
	padding-left:15px;
}
.pl-10r{
	padding-left: 10rem;
}
.pr-10r{
	padding-right: 10rem;
}
.pl-100px{
	padding-left: 100px;
}
.pl-150px{
	padding-left: 150px;
}
.pl-0px{
	padding-left: 0 !important;
}
.pr-0px{
	padding-right: 0 !important;
}
.pa-14{
	padding:14rem;
}
.tt-upper{
	text-transform: uppercase;
}
.light{
	font-weight: 300;
}
/*Typography*/
.fs-bio{
	font-size: 0.85rem;
}
#supporterSectionHead {
	border-bottom: 1px solid #e30613;
	padding-bottom: 10px;
	margin-bottom: 0;
}


/*Navbar overrides*/
.navbar-brand.navbar-brand-pos {
	/*position: absolute;
	top: 0px;
	left: 15px;*/
}

/*Slider override*/
.carousel-caption {
	position: absolute;
	right: auto;
	bottom: auto;
	left: 05%;
	z-index: 10;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
	top: 0;
	text-transform: uppercase;
}
.carousel-caption h2 {
	font-size: 4vw;
	line-height: 4.5vw;
	padding: 20px 25px 0;
	text-shadow: 0 5px 5px #00000096;
}
.slider-btn {
	font-size: 1rem;
	margin-left: 30px;
}
.linkBlock ul {
	padding-left: 0;
}
.linkBlock li {
	list-style: none;
	margin-bottom: 10px;
	margin-top: 10px;
}
li.video {
	background-image: url(https://mail.pcrclaims.co.uk/img/icons/SVG/youtube.svg);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position-x: o;
	padding-left: 35px;
}
li.document {
	background-image: url(https://mail.pcrclaims.co.uk/img/icons/SVG/file-outline-with-text-lines.svg);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position-x: o;
	padding-left: 35px;
}
li.newspaper {
	background-image: url(https://mail.pcrclaims.co.uk/img/icons/SVG/newspaper-folded.svg);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position-x: o;
	padding-left: 35px;
}
li.globe {
	background-image: url(https://mail.pcrclaims.co.uk/img/icons/SVG/globe.svg);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position-x: o;
	padding-left: 35px;
}

/*Footer Section styles*/

.footer li{
	list-style: none;
}
.footer li a{
	color:#CDCDCD;
	}
.footer li a:hover{
	color:#FFFFFF;
	}

.logoColumn img {
	margin-bottom: 0;
	margin-left: auto;
	width: 100%;
}
.logoColumn.text-center {
	text-align: left !important;
	padding-left: 60px;

}
.logoColumn {
	margin-top: 60px !important;
}
/*Nav*/
.navbar-dark {
	border-bottom: 4px solid #e30613;
}
navbarDropdown
.nav-item.dropdown.show{
	outline: none;
}
.dropdown-menu {
	background: #1b1b1b;
}
#navbarDropdown:focus {
outline: none;
}
.social-media-links a {
	width: 50px;
	float: left;
	margin: 0 calc(16.6% - 25px) 25px;
}
.addthis_inline_share_toolbox {
	text-align: center;
}

/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {

.headerLogo {
	width: 120px;
	height: auto;
}

.carousel-caption {
	position: absolute;
	right: auto;
	bottom: auto;
	left: 05%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
	top: 50px;
	text-transform: uppercase;
}
		.narrow-center {
	width: 70%;
	margin: 0 auto 1rem;
	text-align: left;
}
	#home.container-fluid {
	margin-top: 60px;
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
	.container-fluid {
	margin-top: 60px;
}
logoColumn.text-center {
	text-align: center;
	padding-left: 0;
}
.logoColumn {
	margin-top: 0 !important;
}
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}