/*
Theme Name: LUC Digital Report Template 2
Author: Charlie
Description: 
Version: 1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
*/




.menu-footer-menu-container{

	padding: 30px 0px;
}



.gridImage { 
top:-50px; 
left:-35px; 
display:block; 
z-index:999; 
cursor: pointer; 
-webkit-transition-property: all; 
-webkit-transition-duration: 0.3s; 
-webkit-transition-timing-function: ease; 
padding: 10px;
} 

/*change the number below to scale to the appropriate size*/ 
.gridImage:hover { 
transform: scale(1.1); 

}

html, body {
	font-family: Arial, Helvetica, sans-serif; /* Sans-serif fonts */
	font-size: 18px; 
	line-height: 1.5;
	max-width: 100%;
}

.thumbcaption {
   max-width: 60ch;
   text-align: left;
}

p {
	max-width: 80ch;
    text-align: left;
	margin-left: 0px;
}

.row {
	margin-right: 0px !important;  /*This is important to gid ride of horizontal scroll*/
	margin-left: 0px !important;   /*This is important to gid ride of horizontal scroll*/
}

h3.pageTitle {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	max-width: 32ch;
}

p.image-title {
	font-size: 21px;
	font-weight: bold;
	max-width: 68ch;
}

.titleName h1 {
	text-decoration: none;
}

.titleName h2 {
	text-decoration: none;
}
.main-section-zindex{
	z-index: 6;
	position: relative;
	padding-top:20px;
}

h1 {
   font-size: 39px;
   font-weight: bold;
   vertical-align: middle;
}

h2 {
   font-size: 36px;
   text-decoration: underline;
}

h3 {
   font-size: 33px;
   text-align: left;
	font-weight: bold;
	color: #4f8014;
}

h4 {
   font-size: 30px;
	max-width: 50ch;
}

h5 {
   font-size: 27px;
	max-width: 52ch;
	font-weight: bold;
	color: #4f8014;
} 

h6 {
   font-size: 24px;
}





/* Declartion of h1 and h2 on the home page */

.titleName h1 {
	text-decoration: none;
    color: #ffff;
}

.titleDescription h2 {
	text-decoration: none;
	color: #ffff;
} 




/**********************CB - override of Carousel plug in styling to position buttons centrally and change colour of active button >> **********************/


.slick-dots {
    
    max-width: 100ch !important;
}


#sp-wp-carousel-free-id-1657.sp-wpcp-1657 ul.slick-dots li.slick-active button {
    
    background-color: #4f8014 !important;
    
}

/*********************** end of plug in override **********************/


/*********************** CB 3x3 image grid **********************/

.gridImage {
	width: 200px;
}

/*********************** end of image grid **********************/


/*********************** CB - sub menu scrollbar styling **********************/
.sub-menu {
  --scrollbarBG: #F9FCFE	;
  --thumbBG: #B4B6B7;
}
.sub-menu::-webkit-scrollbar {
  width: 11px;
}
.sub-menu {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.sub-menu::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.sub-menu::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}


/*********************** end of sub menu scroll styling **********************/



.titleName {
	margin-top: 15px;
}

.councilImage, .councilImageMobile {
	margin-top: 15px;
	margin-bottom: 15px;
}

.navbar-toggler {
	margin-top: 10px;
}

.accreditationsImg {
	margin-bottom: 30px;
	width: 100%;
}

hr { 
	 background-color: #4f8014;
	 height: 0.5px;
	 border: 0; 
}

.innerTextBoundary {
	color: black;
	height: 75%;
	display: flex;
	align-items: center;
	padding-bottom: 150px;
	
}

.innerTextContent {
	background-color: white;
	opacity: 0.8;
	margin: 0 auto;
	padding: 25px;
	
	
	
}	

.innerTextContent p {
	margin-bottom: 15px;
	max-width: 100%;
}

                                  

h3 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 {
	text-align: left;
	margin-left: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.footerMenus {
	margin-bottom: 150px;
}


.reportOwnership {
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
}

.logo_animated {
   height: auto;
   width: 90px;
   float: right;
   margin-bottom: 30px;
}

.finalRow {
	margin-bottom: 2px;
}

.footerMenus li {
   width: 100%;
}

.footerMenus li a {
  margin-left: 20px;
  display: block;
  padding: 7px;
  margin-bottom: 15px;
  text-decoration: none;
	    color: #555;
}

.navbar-toggler-icon {
	display: block;
	width: 2.6em;
	height: 0.3em;
	/* vertical-align: middle; */
	content: "";
	background: no-repeat center;
	border: 0.1px solid white; 
   /* border: 0.1px solid #96c565; */
	border-radius: 11px;
	margin-bottom: 4.5px;
	background-color: #000000; 
	/* background-color: #96c565; */
}

button:focus {
   outline: none;
}

.whiteBackground {
  background-color: white;
}

.footerMenus li {
  list-style: none;
  display: inline-block;
}

.pageHeading {
  margin-top: 40px;
}

.menuBackgroundColor {
  background-color: white !important; 
}


table, tr, td {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 5px;
	margin-bottom: 25px;
}

tr:first-child td {
    background-color: #c5dfab;
	font-weight: bold;
}

.table-chart-div-responsive{
	overflow-x:auto;
}

table.narrow{
	width: 40ch;
}
	
table.standard{
	width: 80ch;
}

table.wide{
	width: 100%;
}

img.micro{
	width: 10ch;
	max-width: 100%;
}

img.icon{
	width: 20ch;
	max-width: 100%;
}

img.narrow{
	width: 40ch;
	max-width: 100%;
	padding-bottom: 25px;
}

img.standard{
	width: 80ch;
	max-width: 100%;
	padding-bottom: 25px;
}

img.wide{
	width: 100%;
	max-width: 100%;
	padding-bottom: 25px;
}


.chart-narrow{
	width: 40ch;
}

.chart-standard{
	width: 80ch;
}

.chart-wide{
	width: 100%;
}

ul {
	list-style: square; 
	
}

#mobmenuleft ul{

max-width: 100ch!important;}


/* mobile menu override*/
.show-nav-left .mobmenu-panel.show-panel, .show-nav-right .mobmenu-panel.show-panel{
	height:100% !important;
}


ul ul { 
	list-style: circle;
}




.footer-nav li a:hover { 
	border-radius: 3px;
}


#menu-footer-menu > li {
	font-size: 18px;
   margin-top: 0px;
   margin-bottom: 0px;
   display: block;
   margin-right: 20px;
	max-width: 100%;
	color: #555;
    text-decoration: none;
}

img.imgExpandable{
	transition: transform .2s;
}
img.imgExpandable:hover {
	opacity: 0.8;
	cursor: pointer;
}



 /* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #ddd;
  cursor: pointer;
  padding: 15px;
  max-width: 80ch;
	width: 100%;
  border: none;
  text-align: left;
  outline: none;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 10px 18px;
  background-color: #eee;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
	display: none;
	max-width: 80ch;
}

.icon-title-container {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	margin-top: 3rem;
	max-width: 80ch;
}
.icon-title-container-image {
	order: 0;
	max-width: 30%;
}
.icon-title-container-title {
	padding-left: 20px;
	max-width: 70%;
}




/* The Modal (background) */
.imgModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.imgModalContent {
  margin: auto;
  display: block;
  max-width: 90%;
	max-height: 90%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
.imgModalCaption{
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
	font-size: 21px;
	font-weight: bold;
	max-width: 64ch;
}

/* Add Animation - Zoom in the Modal */
.imgModalContent, #imgModalCaption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.imgModalClose {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.imgModalClose:hover,
.imgModalClose:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .imgModalContent {
    width: 100%;
  }
}


/*CSS for the floating grey menu*/

.offsetleft-300{
	position: absolute;
	left: -350px;
	background-color: #dddddd;
    color: white;
    text-align: left;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 6px;
    padding-top: 50px;
    padding-bottom: 50px;
	padding: 20px;
	z-index: 5;
	border: 4px solid #fff;
	margin-left: 0px;
	width: 300px;
}

		.offsetleft-300:before {
			background: none;
			content: "";
			display: block;
			position: absolute;
			top: 4px;
			left: 4px;
			right: 4px;
			bottom: 4px;
			pointer-events: none;
		}	 




main {
   z-index: -5;
}
/*
.sub-menu {  
	z-index: 5;
}
*/
.footerTitles {
	padding-bottom: 5px;
}

.titleDescription {
	text-align: right;
}

.h2decription {
	text-decoration: none;
}

.titleDescription h2 {
	text-decoration: none;
	text-align: left;
}

.copyRight {
	margin-top: 20px;
	margin-bottom: 25px;
}

				.copyRight p {
					margin-left: 0px;
				}



.titlesBoundary {
	align-items: center;
}

.floatingNavigation  a {
	color: black;    
	text-decoration: none;
 }
.floatingNavigation  a:hover {  
	text-decoration: underline;
 }



.floatingNavigation, .double-border  {
    position: fixed;
}

.sidebar-link{
	padding: 7px;
}
	
.sidebar-link-bold{
	padding: 5px;
	font-weight: bold;
}


.header-row{
	min-height: 100px;
	height: 100px;
	max-height: 10vh;
	background-color: #004380;
	padding: 10px;
}

.site-identity {
  float: left;
}

.site-identity h1 {
  font-size: 1.5em;
  margin: .7em 0 .3em 0;
  display: inline-block;
}

.site-identity img {
  max-height: 80px;
  float: left;
  margin: 0 10px 0 0;
}


footer {
	position: relative;
}

nav.menuBorder.container.navbar-expand-md.navbar-light.bg-light {
    border-top: 0px;
    border-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	

		
}


hr { 
    background-color: #4f8014; 
} 



.meunBackgroundColor {
    background-color: brown; 
}

div#navbarSupportedContent {
   

}

.additionalMargin {
	margin-left: 340px;
}

iframe {
	display: block;
	margin-top: 20px;
}

iframe.standard {
	display: block;
	margin-top: 20px;
	max-width: 64ch;
	width: 64ch;
	height: 40vh;
}

iframe.wide {
	display: block;
	margin-top: 20px;
	max-width: 100%;
	width: 100%;
	height: 60vh;
}

iframe.full {
  	width: 100vw;
  	position: relative;
 	 left: 50%;
  	right: 50%;
  	margin-left: -50vw;
  	margin-right: -50vw;
	height: 80vh;
}

.qrcode {
	width: 150px;
	height: 150px;
	float: right;
	margin-right: -15px;
}

.navbar-toggler {
  /*  background-color: #ffffff; */
}

.homepage_intro_text_title { 
	text-align: center;  
	color: white;
	font-size: 44px;
	padding: 150px 30px 150px 30px;
	font-weight: bold;
}

.clientImage img {
    margin: 0 auto;
    width: 130px;
    float: right;
}

.reportOwnership {
	margin-top: 15px;
	margin-bottom: 15px;
}

.menuOutlineColor {
	border-bottom: 1.5px solid #96c565;
	border-top: 1.5px solid #96c565;

	margin-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
}  

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

.headerLink {
	/* background-color: yellow;  */
	text-decoration: none;
	color: black;
}

.header-top-row{
	padding:20px 0px 10px 0px;
}

.headerLink:hover {
	text-decoration: none;
	color: black;
}

/* CSS for ACF background-image */

.picture_background {
	min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: bottom;
}
 


#menu-primary {
    width: 100%;
    margin: 0;
    padding: 10px 50px 0 50px;
    list-style: none;
    background-color: #111;
    background-image: linear-gradient(#fff, #eee);
	text-align: center;

}

#menu-primary .current_page_parent a {
	color: #4f8014;
	font-weight: bold;


}

#menu-footer-menu li a {
	color: #555;
}
#menu-footer-menu li  {
list-style-type: none;
padding: 3px 0px;
}

#menu-primary li {
      float: none;
    padding: 0 15px 10px 15px;
    position: relative;
    display: inline-block;
}

#menu-primary a {
    float: left;
    height: 25px;
    padding: 0 10px;
    color: #555;
    text-transform: uppercase;
	font-size:16px;
    text-decoration: none;
}



#menu-primary li:hover > a {
    color: #4f8014;
	
	
}

*html #menu-primary li a:hover { /* IE6 */
    color: #fafafa;
	
}



/* animated underline */

#menu-primary li a {
  display: inline-block;
  position: relative;
}


#menu-primary li:not(.menu-item-has-children) a:not(#menu-primary .sub-menu li a):after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 1.5px;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to right, #4f8014,#72b028, #c2f0c2);
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
  }
  
  #menu-primary li:not(.menu-item-has-children) a:not(#menu-primary .sub-menu li a):hover:after {
	transform: scaleX(1);
	transform-origin: bottom left;
  }





/*Sub-menu styling*/


#menu-primary li:hover > ul {
    display: block;
}


#menu-primary ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 35px;
    left: 25px;
    z-index: 99999;
background-image: linear-gradient(#fff, #eee);    -moz-border-radius: 5px;
    border-radius: 5px;
box-shadow: 0 20px 20px -20px #000000;	text-align: left;
	   
}

#menu-primary ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;
  /*  box-shadow: 0 0.5px 0 #111111,
                0 1px 0 #777777; */
}

#menu-primary ul li a{
	color:#000000!important;
	font-weight:normal!important;
	
}



#menu-primary ul li:last-child {
    box-shadow: none;
}

#menu-primary ul a {
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu-primary ul a { /* IE6 */
    height: 10px;
    width: 150px;
}

*:first-child+html #menu-primary ul a { /* IE7 */
    height: 10px;
    width: 150px;
}

#menu-primary ul a:hover {
    background-color: #4f8014;
	color: #ffffff!important;
}

#menu-primary ul li:first-child a {
    border-radius: 5px 5px 0 0;
}

#menu-primary ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #ffffff;
}

#menu-primary ul li:first-child a:hover:after {
content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #4f8014;}


.mob-menu-header-holder {
    
    background-color: #4f8014!important;
}


#menu-primary .current-menu-item a {
	font-weight:  bold;
	color: #4f8014;
}

#menu-primary .current-menu-item a {
	font-weight:  bold;
	color: #4f8014;
}






#menu-footer-menu li ul .current-menu-item a {
	font-weight:  bold!important;
	color: #4f8014!important;
}

#menu-footer-menu  .current-menu-item a {
	font-weight:  bold;
	color: #4f8014;
}

#menu-footer-menu   .menu-item-has-children ul li a {
	font-weight:  normal;
	color: #555;
}

#menu-footer-menu  li ul li a {
	font-weight:  normal;
	color: #555;
}





#menu-primary ul li:last-child a {
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu-primary:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}



* html #menu-primary             { zoom: 1; } /* IE6 */
*:first-child+html #menu-primary { zoom: 1; } /* IE7 */


tr:hover {
    background-color: #8ebb0c;
}

/* end of table row hover change colour */

/* Media queries */

@media screen and (min-width: 767px) {

	.xs-viewHide {
		display: none;
	}

}

@media screen and (max-width: 760px) {

 .reportOwnership {
	margin-top: 15px;
	margin-bottom: -2px;
  }

  .footerMenus li a {
	 padding: 7px;
	 margin-bottom: 10px;
  }

  .innerTexBackground {
	margin-right: 15px;
	margin-left: 15px;
	border-radius: 20px;
  }

  .footerMenus {
	margin-bottom: 50px;
  }

  h4 {
	text-align: center;
	margin-left: 0px;
  }

  .innerTexBackground hr {
	margin-top: 50px;
  }

  .md-lg-viewHide {
	 display: none;
  }

  .md-lg-viewHide {
	 display: none;
  }

  .councilImageMobile {
		width: 50%;
  }

}

@media screen and (max-width: 600px) {

	.titleName {
		text-align: left;
	}

	.titleDescription {
		text-align: left;
		margin-top: 10px;
	}

}

@media screen and (max-width: 560px) {

   .accreditationsImg {
	  margin-top: 50px;
	  margin-bottom: 50px;
	  /* margin-left: 30px; */
   }

   li a {
	  margin-left: 16px;
	  display: block;
	  margin-top: 15px;
   }

  .img-fluid {
	max-width: 75%;
	height: auto;
  }

  H1 {
	 margin: 15px;      
  }

  .footerMenus {
	  margin-left: -45px;
	  margin-bottom: 50px;
  }

}

@media screen and (max-width: 762px) {

 .footerMenus {
	margin-left: -45px;
	margin-bottom: 50px;
 }

 .headerMenu  li:nth-child(n+2) {
	margin-left: 0px;
 } 

.mapAlign {
	margin: 0 auto;
	display: block;
}

}

@media screen and (max-width: 2000px) and (min-width: 1800px) {

	
	main div > iframe  {
		width: 45%;
		display: block;
	} 
	
}

@media screen and (max-width: 1800px) and (min-width: 1600px) {

	
	main div > iframe  {
		width: 75%;
		display: block;
	} 
	
}

@media screen and (max-width: 1600px) and (min-width: 1200px) {

	
	main div > iframe  {
		width: 75%;
	} 	

	.clientImage img {
		margin: 0 auto;
		width: 130px;
		float: right;
	}

}	

@media screen and (max-width: 1200px) and (min-width: 993px) {

	main div > iframe  {
		width: 75%;
	} 

}	


@media screen and (max-width: 992px) and (min-width: 768px) {

main div > iframe  {
	width: 100%;
	display: block;
} 	

 .innerTextBoundary {
	  display: block;
 }


.councilImageResize {
	width: 140px;
	display: block;
}

nav.menuBorder.container.navbar-expand-md.navbar-light.bg-light {
    margin-top: -5px;
    margin-bottom: 0px !important;
}


}

@media screen and (max-width: 856px) and (min-width: 561px) {

	.reportOwnership {
		margin-top: 15px;
		margin-bottom: 50px;
	}	
	
}




@media screen and (max-width: 1024px)  {


	.main-menu{
		display: none;
	}



	div#navbarSupportedContent {
		background-color: #dddddd;
		border-top: 0px !important;
    border-bottom: 0px !important;
    border-radius: 6px !important;
		
		
	}

	ul#menu-primary {
	
		margin-left: 0px;
		list-style: none;
		max-width: 100%;
		text-align: center;
		background-color: #dddddd;
		
	
	}
	
	li:active .sub-menu {
		display: block;
	}
	
	ul.sub-menu {
	border: 0px;
	display: none; 
	position: relative; 
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 20px;
	margin-right: 0px;
	background-color: transparent;
	width: 100%;
}

.sub-menu {  
	display: block;
	
}

#menu-primary > li {
	display: block;
	
}



	

	#menu-primary li a, #menu-footer-menu li a {
		margin-left: 5px;
		width: fit-content;
		color: black!important;
	
	}

	.sub-menu li a {
		width: 100% !important;
	}

	.footerTitles {
		padding-bottom: 5px;
		margin-top: 25px;
	}

	.logo_animated {
		display: block;
		margin: 0 auto;
		float: none;
	}

	.footerTitles .titleName, .footerTitles .titleDescription, .copyRight  {
		text-align: left;
		margin-left: 30px;
	}

	/* .footerTitles .titleDescription {
		text-align: left;
		margin-left: 30px;
		background-color: yellow;
	} */

	li #menu-item {
		width: 100%;
		display: block;
	}

	ul#menu-footer-menu li {
		width: 100%;
	}
	
	h3.pageTitle {
		text-align: center;
	}

	.additionalMargin {
		margin-left: 5px;
	}

	.innerTextBoundary {
		color: black;
		/* height: 126vh !important;  */
		display: flex;
		justify-content: space-around;
		align-items: center;
		padding-bottom: 47px;
	}
		
	li { /* These are the parent elements above the child */
		margin-left: -8px;
		list-style: none;
		display: block; 
	}

	li.page_item { /* These are the child elements to the menus */
		margin-left: 0px;
		padding-left: 2px;
		padding-right: 2px;
		margin-bottom: 2px;
	}





	.titleDescription {
		margin-left: 12px;
		margin-bottom: 40px;
	}

	main div > img {
		width: 100%;
		display: block;
	}

	main div > iframe  {
		width: 100%;
		display: block;
	} 

	.clientImageToogleBoundary {
		margin-bottom: 20px;
	}

	.clientImage img{
		width: 120px;
	}

	button.navbar-toggler {
		float: right;
	}

	.last-toogle-icon {
		margin-bottom: 0px;
	}

	nav.menuBorder.container.navbar-expand-md.navbar-light.bg-light {
	 margin-top: 50px; 
		border-top: 0px;
		border-bottom: 0px;
		border-radius: 6px;
	}
	
	.menuBackgroundColor {
		background-color: transparent !important;
	}

	footer {
		top: 70px;
		position: relative;
	}

	.clientImage img {
		margin: 0 auto;
		width: 130px;
		float: left;
	}

}

/* The offsetleft-300 will be hidden at extra small to medium */


@media screen and (max-width: 600px) {

.mob-menu-logo-holder > .headertext span {
font-size: 16px!important;}
}

@media screen and (max-width: 450px) {

	.mob-menu-logo-holder > .headertext span {
	font-size: 14px!important;}
	}

	@media screen and (max-width: 406px) {

		.mob-menu-logo-holder > .headertext span {
		font-size: 12px!important;}
		}


@media screen and (max-width: 1900px) {

	.floatingNavigation{
		position: relative;
	}
	
	
	 .offsetleft-300 {
		left: 0px;
		position: relative;
		width: auto;
		max-width: 60ch;
		z-index: 0;
	 }

}

@media (orientation: landscape) {

	.clientImage img {
		margin: 0 auto;
		width: 130px;
	}

	.reportOwnership {
		text-align: left;
		margin-top: 40px;
		margin-bottom: 58px;
		max-width: 100%;
	}

	footer {
		position: relative;
	}
	
}


/* screen media queries */

@media screen {

	.printOnly p {
		display: none;
	}

	.printOnly, .qrcode  {
		display: none;
	}

	.logo_non_animated {
		display: none;
	}

	.logo_animated {
		display: block;
	}

	.logo_non_animated {
		display: none;
	}

	.logo_non_animated_text {
		display: none;
	}

}

/* end of screen media queries */


/* print media queries */

@media print {

	.printLoc p, .printDate p {
		margin-left: -14px !important;
	}

	.printDate p, .printLoc p {
		font-size: 12px;
	}

	.copyRight p {
		margin-left: -13px;
	}

	.titleName h1 {
		margin-left: -27px;
	}

	.titleDescription h2 {
		margin-left: -27px;
	}

	.titleName, .titleDescription {
		margin-left: -12px;
	} 

	.logo_animated {
		display: none;
	}

	.footerTitles .titleDescription {
		margin-left: 10px;
	} 

	.logo_non_animated {
		display: block;
		height: auto;
		width: 90px;
		float: right;
		margin-bottom: 30px;
	}

	.logo_non_animated_text {
		display: block;
		height: auto;
		width: 90px;
		float: right;
		margin-right: 24px;
	}

	.printOnly p {
		display: block;
		margin-left: 0px;
	}

	.printOnly {
		display: block;
		margin-left: 0px;
	}

	.floatingNavigation, nav, .floatingNavigation, .logo_animated, .clientImage,.navbar-toggler, .xs-viewHide {
		display: none;
	}

    /* The below code makes the image grey scale when printed*/

	/* .picture_background, img {
		filter: grayscale(100%);
	 } 
	 
	*/

	.logo_animated {
		float: left;
		margin-right: 20px;
		margin-left: 45%;
	 }

	/* The below will give a generous margin on the left */
	
	

	@page {
		 margin: 1.0in;
	}

    /* The below CSS will allow the page to be printed back-to-back and hole punched, without obscuring the text on either side */

	 @page :left {
		 margin-right: 2in;
	 }

	 @page :right {
		margin-left: 2in;
	}
 
}

/* end of print media queries */


/* end of media queries */

