/*
 Theme Name:     WP Bootstrap Starter Child Theme
 Theme URI:      https://wordpress.org/themes/wp-bootstrap-starter/
 Description:    A child theme of WPBS Theme
 Author:         Afterimage Designs
 Author URI:     https://afterimagedesigns.com/
 Template:       wp-bootstrap-starter
 Version:        1.4
*/


/****************************************
*** Theme customization starts below ***
*****************************************/
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

a {
	position:relative;
  background-color: transparent;
}

img {
    max-width: 100%;
    height: auto;
}

hr {
  box-sizing: content-box;
  height: 0;
  border-color:#172852;
}


button:focus,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body{
	font-family: 'Roboto', sans-serif;
}


h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 15px;
}
h1,.h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2,.h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3,.h3 {
  font-size: 18px;
  line-height: 25px;
}
h4,.h4 {
  font-size: 16px;
  line-height: 20px;
}
h5,.h5 {
  font-size: 14px;
  line-height: 17.5px;
}

body,p {
	font-size:18px;
	line-height:24px;
}
p,
ul, 
ol {
	margin-bottom: 30px;
}
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
body{
	color:#43474d;
}
.blue-text {
	color:#172852 !important;
}
.blue-background{
	background-color:#172852;
	color:#ffffff;	
}

.blue-background a{
	color:#ffffff !important;
	border-color:#ffffff !important
}

.orange-text{
	color:#f2622e !important;
}
.orange-background{
	background-color:#f2622e;
	color:#ffffff;
}

.orange-border{
	border-color:#f2622e !important;
}

.light-gray-text{
	color:#f1f1f1  !important;
}
.light-gray-background{
	background-color:#f1f1f1;
}

.green-text{
	color:#339999 !important;
}
.green-background{
	background-color:#339999;
	color:#ffffff;	
}

.red-text{
	color:#af2526 !important;
}

.red-background{	
	background-color:#af2526;
	color:#ffffff;	
}

.background-image-cover{
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: rgba(23,40,82,0.7);
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: 10px 15px;
}

header#masthead.fixed-top {
	position:absolute;
	-webkit-transition:top .5s ease,-webkit-transform .5s ease;
	transition:top .5s ease,-webkit-transform .5s ease;
	-o-transition:transform .5s ease,top .5s ease;
	transition:transform .5s ease,top .5s ease;
	transition:transform .5s ease,top .5s ease,-webkit-transform .5s ease;
}

.sticky-display header#masthead.fixed-top{
	position:fixed;
	background-color: rgba(23,40,82,1)	
	}

.site_logo{
	display: inline-block;
    line-height: inherit;
    white-space: nowrap;
	padding: 0px 15px;
}

.site_logo-link{
	max-width: 200px;
	display: block;
}

.site_logo-link.extend{
	max-width: 500px;
	display: block;
}

@media screen and (max-width: 1200px) {
	
	.site_logo .extend img,
	.site_logo .extend svg{
		width:400px;
	    height: 35px;
	}		
}

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

	.site_logo .extend img,
	.site_logo .extend svg{
		width:300px;
	    height: 25px;
	}		
	
}

@media screen and (max-width: 576px) {
	header#masthead{
		padding-left:0px;
		padding-right:0px;
	}
	.site_logo{
		padding: 0px;
	}

	.site_logo .extend img,
	.site_logo .extend svg{
		width:200px;
	    height: 15px;
	}		
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.navbar-brand > a:visited, 
.navbar-brand > a:hover {
  text-decoration: none;
}
.navbar-light .navbar-text {
    color:#ffffff;
}
.navbar-light .navbar-text {
	padding-bottom:0px;
}

.navbar-light .navbar-text i{
    width: 20px;
    height: 20px;
	text-align:center;}
	
.navbar-light .navbar-text a{
	color: #ffffff;
    padding: 5px 4px 5px;
    margin: 10px 10px 0px;
    font-weight: 500;
    font-size: 15px;

}
.navbar-light .navbar-text a:focus, 
.navbar-light .navbar-text a:hover {
    color:inherit;
  outline: none !important;
  box-shadow: none;	
}
.navbar-light .navbar-text a[href$="#search"]{
		border:2px solid transparent
	}

.navbar-light .navbar-text a[href$="#search"]:hover{
    border: 2px solid #f2622e!important;	
	color:#f2622e;;
}

.navbar-light .navbar-text a[href$="#side-menu"]{
	font-size:20px}
.navbar-light .navbar-text a[href$="#side-menu"]:hover{
	color:#f2622e;	
}

.navbar-light .navbar-text a:after,
.navbar-light .navbar-text a:hover:after {
	display:none;
}

.slide-menu-active .overlay-mask{
  opacity: 1;
  visibility: visible;	
	
	}
.slide-menu-active {
    overflow: hidden;
    width: 100%;
    top: 0;
}

#slide-menu-nav{
	width: 284px;
    background-color: #1a2435;
    position: fixed;
    top: 0;
    right: -500px;
    z-index: 3000;
    transition: right 500ms ease-in-out;
    height: 100%;
    overflow-y: auto;	
	}

.slide-menu-active #slide-menu-nav{
	right: 0;	
}

/*Slide Menu*/
	#side-menu{
		font-size:14px;
		line-height:19px;
		}
		
	#side-menu a{
		color: #ffffff;
	}


	#side-menu li a{
		display:inline-block;
		width:100%;
		padding:12px 24px 12px 24px;
	}

	#side-menu > li > a:hover{
		background-color: rgba(242, 98, 46,1);
	}

	#side-menu > li:not(:last-child){
		border-bottom:1px solid #151d2a;
	}

#side-menu li>ul.dropdown-menu{
	position:relative;
	top:auto;
	background-color:transparent;
	box-shadow:none;
	border-width:0;
	float:none;
	margin:0 0 20px 0;
}

#side-menu li>ul.dropdown-menu>li a{
	padding: 6px 24px 6px 40px;
	font-size: 14px;
	font-weight: 500;
}

#side-menu li.active > a{
		background-color: rgba(242, 98, 46,0.8);
}

#side-menu li.active.no-active > a{
		background-color:transparent;
}

#side-menu li.active.open > a{
		background-color: inherit;
}

#side-menu li>ul.dropdown-menu>li a:hover,
#side-menu li.active > a:hover{
		background-color: rgba(242, 98, 46,1);
		color: #ffffff;
}

/* Slide Close*/

.slide-menu-nav-close{
	text-align: right;
	padding-top: 10px;
    padding-right: 20px;
}
a.slide-menu-nav-close-btn:not(.btn){
	color: #ffffff;
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	
}
a.slide-menu-nav-close-btn:not(.btn):hover{
	color: #f2622e;
	text-decoration:none;
}

/* End Slide Close*/

/* End Side Menu*/


/*--------------------------------------------------------------
## Buttons and Links
--------------------------------------------------------------*/
a:not(.btn){
	color:#f2622e;
}

a:not(.btn):hover{
	color:#172852;
}

a.blue-links{
	color:#172852
	}	
a.blue-links:hover{
	color:#f2622e;
	}
	
.btn,.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
	position: relative;	
    color: #fff;
    background-color: #f2622e;
    border-color: #f2622e;
}

.btn:hover,.btn-primary:hover,
.btn.focus:hover,.btn-primary.focus:hover,
.btn:focus:hover,.btn-primary:focus:hover,
.btn.active:hover,.btn-primary.active:hover,
.btn:active:hover,.btn-primary:active:hover
{
    color: #f2622e;
    background-color: #ffffff;
    border-color: #f2622e;
}

.btn:focus,.btn-primary:focus,
.btn.focus, .btn-primary.focus,
.btn.active,.btn-primary.active,	
.btn:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled).active, 
.btn:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active{
    color: #ffffff;
    background-color: #f2622e;
    border-color: #f2622e;
}

.btn-primary.focus, .btn-primary:focus,
.btn.focus, .btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(242,98,46,.5);
} 

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(242,98,46,.5);
}

.site-content a[href$=".pdf"] {
	padding-right: 30px;
}
.site-content .btn[href$=".pdf"] {
	padding-right: 46px;
}

.site-content a[href$=".pdf"]:after,
.site-content .btn[href$=".pdf"]:after {
	content: '';
	width: 22px;
	height:22px;
    position: absolute;
    top: -3px;
    right: 14px;
    bottom: 0;
    margin: auto 0;
	background-size: 100%;
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcYAAAHGCAYAAADuYispAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAB3RJTUUH4QgRCzYATFBnKAAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAfvSURBVHja7d3ditswEIBRj8n7P7KmNymEUojt+GcknXNdsrEizbfaXeiyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwX2EJ4BqZmZce3gjnF4QR5o6hSIIwgiAKJAgjCKI4gjCCKIojCCOIojiCMIIoiiOUtVoCEHFAGEFoAGEEMQeEEQCEEdy8AGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAGEEAIQRAIQRAIQRAIQRAIQRAIQRAIQRAIQRAIQRAIQRAIQRAIQRAIQRAIQRAIQRAIQRAIQRAIQRAIQRAIQRAIQRAIQRAIQRABBGABBGABBGABBGABBGABBGABBGABBGABBGABBGABBGABBGABBGABBGABBGABBGABBGABBGABBGABBGABBGABBGABBGABBGAEAYAUAYAUAYAUAYAUAYAUAYAUAYAUAYAUAYAUAYAUAYAUAYAUAYAUAYAUAYAUAYAUAYAUAYAUAYAUAYAUAYAUAYAUAYAQBhBABhBABhBABhBABhBABhBABhBABhBABhBABhBABhBABhBABhBABhBABhBABhBABhBABhBABhBABhBABhBABhBABhBABhBACEEQCEEQCEEQCEEQCEEQCEEQCEEQCEEQCEEQCEEQCEEQCEEQCEEQCEEQCEEQCEEQCEEQCEEQCEEQCEEQCEEQCEEQCEEQAQRgAQRgAQRgAQRgAQRgAQRgAQRgAQRgAQRgAQRgC428sScLXMzG//JiLCSvFtr9gn3MEm47EY9jb4jj5TiYM+4LqKJMLI0EHsYegJo73CHPyOkZLhyDeraq+M/A0LwohBZ+hxyWdqnyCMTBFFQ89esU8QRgw6Q89esU8QRgw6Q89esU8QRgw6Q89esU8QRgw6Q89esU8QRgw6Q89esU8QRgw6Q89e8V4QRgw674uSn4l9gjAy1VAx9HwW9gnCiGFi6PkM7BOEEUPE0LP29gnCCIaeNfeeEUYMDkPPWoMwgoFtjb1/hBEDw3NYWxBGMMCtqWdBGMHws5YgjBh8nssagjCCwW7tQBjBgLdmIIxg0FsrEEYw8K0RCCMY/NYGhJEJRUQIgChaBYQRhABrAcIIgjD3Gsz2ExKEEcNCGDw7CCMIhGf2DSDCiKEhFJ4VhBEEwzP6xg9hxPAQDs8Gwog4CohnsqcRRgwSIfEs9jJP7BNLgKE6RxBEURQRRsQRRBFhRBxBFBFGxBFEEWFEHEEUEUbEEUQRYUQcQRQRRsQRRBFhRBxBFBFGxBFEEWFEHEEUEUbEEUQRYUQcQRQRRhBHRBFhBHFEFBFGEEdEEWEEcUQUEUYQR0QRYQRxRBQRRhBHRBFhBHFEFMHGQxwRRRBGxBFRBGFEHBFFEEbEEVEEYUQcEUUQRsQRUQRhRBwRRRBGxBFRBGFEHBFFEEYQR1EEYQRxFEUQRhBHUQRhBHEURRBGEEdRBGEEcRRFEEYQR1EEYQRxNFhEEWEEcUQUEUYQR0QRYQRxRBQRRhBHRBFhBHFEFBFGEEdEEWEEcUQUQRgRR0QRhBFxRBRBGBFHcRRFEEYQR1EEYQRxFEUQRhBHUQRhBHEURRBGEEdRBGEEcRRFEEYQR1EEYQRxFEUQRhBHUQRhBHEURRBGEEdRhCnDeGSwOJyIoyji3FXYw/HkAzmoiKMo4pxV289R5aEcWsRRFHG2KuztqPhgDjDi6EzhTD21z6PygznIiKOzhLN0936Pyg/lQCOOzhDO0N37frWgMH5YRJFZZ/iRr7srjK21nHFhoefAiCKzX2z2fv11xws3Hy/0FRpRZPYoHnkf68YXbJkZFhn6CY4owjFbw+iAQUfhEUVcZI6/n3XDCzWLDf0ESBTh4huj2yL0EyJRxAXm9/e17jx0Fh2KBkkU4YYbo79EhT7CJIpwUxiB+oESRarp/Sd6326M8XH4fNpQLFSiCOeH240ROg2WKMIDN0agZrhEEYTx0HUYRotjvFlZEEboOo6n/K/iggi3eFkCuPf2uPcnHYIIxcLoTMI1gQRqWkURADaGEQCEEQCEEQAQRgAQRgAQRgAQRgAQRgAQRgAQRgAQRgAQRgAQRgAQRgAQRgAQRgAQRgAQRgAQRgAQRgAQRgAQRgAQRgAQRgAQRgAQRgAQRksAAMIIAMIIAMIIAMIIAMIIAMIIAMIIAMIIAMIIAMIIAMIIAMIIAMIIAMIIAMIIAMIIAP169f4AmZk+RgDcGAFAGAFAGAFAGAFAGAFAGAFAGAFAGAFAGAFAGAFAGAFAGAFAGAFAGAFAGAFAGAFAGAEAYQQAYQQAYQQAYQQAYQQAYQQAYQSAfSIihBEAzrgxfqsqAEwVRgAQRgAY1JafhK5nvAgAuDECwGC3xc1hdGsEYJqA7vnHmZmWDIBRb4u7wyiOAIwcxWXxO0YARPG3G+NfrbV8f1ErD8AQUfwpjMuyLJnZMjMEEoARovhzGD/jKIwA9BzE08L4GcgzXw8A7gzi6WH8J5L+chWAroIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAg/sDIbWzepvgcisAAAAASUVORK5CYII=');
}

.site-content a[href$=".pdf"]:after{
	width: 20px;
	height:20px;
    right: 1px;	
	background-image:url('data:image/png;base64,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');
}

.site-content a[href$=".pdf"]:hover:after,
.site-content .btn[href$=".pdf"]:hover:after{
 background-image:url('data:image/png;base64,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')	
}


#content a:not(.btn):not(.social-icon-link):not(.nav-link):not(.dropdown-item):not(.rounded-circle):not(.no-line),
a.underline{
    text-decoration: none;
    background-image: linear-gradient(#f2622e, #f2622e);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    -webkit-transition: background-size 0.3s, border-width 0.3s;
    -moz-transition: background-size 0.3s, border-width  0.3s;
    -o-transition: background-size 0.3s, border-width  0.3s;
    transition: background-size 0.3s, border-width 0.3s;
	border-bottom:1px solid #f2622e55;
}

#content a:not(.btn):not(.social-icon-link):not(.nav-link):not(.dropdown-item):not(.rounded-circle):not(.no-line):hover,
#content a:not(.btn):not(.social-icon-link):not(.nav-link):not(.dropdown-item):not(.rounded-circle):not(.no-line):focus,
a.underline:hover,
a.underline:focus  {
	border-width:0px;
	border-color: transparent;
    background-size: 100% 2px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

#masthead .navbar-nav > li > a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #f2622e;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform 0.3s;
}

#masthead .navbar-nav > li > a:hover:after,
#masthead .navbar-nav > li.active > a:after  {
	transform-origin: bottom left;
	transform: scaleX(1);
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	color: #ffffff;
	padding: 5px;
	margin: 10px 10px 0px;	
	font-weight: 500;
	font-size: 15px;  
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  /*font-weight: 600;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

#masthead .navbar-nav .dropdown-menu{
    min-width: 250px;
     margin:0;
 }

#masthead  #menu-item-dropdown-149 + .dropdown-menu{
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-moz-column-rule: 1px solid #dee2e6;
	
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	-webkit-column-rule: 1px solid #dee2e6;
	
	column-count: 2;
	column-gap: 10px;
	column-rule: 1px solid #dee2e6;
}

#masthead .navbar-nav .dropdown-menu > li{
	width: 240px;
}

#menu-top-menu .dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}
#menu-top-menu .dropdown .dropdown-toggle::after {
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;	
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-menu .dropdown-item{
	color:#172852;
}
	
.dropdown-menu .dropdown-item:hover,
.dropdown-menu  .active .dropdown-item{
	color: #f2622e;
	background: transparent;	
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	border: 1px solid #ddd;
	border-radius: 0.938rem;
	display: inline-block;
	padding: 0.313rem 0.875rem;
	text-decoration: none;
}

.post-navigation .nav-next a::after {
	content: " \2192";
}

.post-navigation .nav-previous a::before {
	content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
	background: #eee none repeat scroll 0 0;
}

.breadcrumb {
	background:none;
	padding-left:0;
	padding-right:0;
    margin-bottom: 0;			
}

.social-share h5{color: #43474d;}
.social-share  i{
    width: 20px;
    height: 20px;
	text-align:center;}
	
.social-share  a{
	color: #f2622e;
    padding: 5px;
    margin: 0px 5px 0px;
    font-weight: 500;
    font-size: 15px;
	border: 2px solid #f2622e!important;
}
.social-share  a:focus, 
.social-share  a:hover {
    color:#ffffff;
	background:#f2622e;
  outline: none !important;
  box-shadow: none;	
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


@media screen and (max-width: 768px) {
  .alignleft,
  .alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
  }

.wp-caption.alignnone,
.wp-caption.alignleft,
.wp-caption.alignright {
  margin: 0.313rem auto 1.25rem;
}

  
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.nav > li > a:focus,
.nav > li > a:hover {
 background-color:none;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.page-title, 
.page-headings
{
	font-weight: 700;
	color:#f2622e;
	orphans:2;
}



/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site-content {
  padding-bottom: 30px;
}
.home .site-content {
  padding-top: 30px;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  padding: 0.313rem 0 0;
  text-align: center;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer{
	color:#ffffff;
}
footer#colophon {
  font-size: 100%;
}
body:not(.theme-preset-active) footer#colophon {
 color: inherit;
  background-color: #f7f7f7;
}

.footer-skyline{
	display:block;
	height:80px;
	background: url(includes/images/footer_skyline.png) center bottom repeat-x ;
	background-size:contain;
	opacity:0.3;
}
.site-footer{
 background-color:#152c50
}
 
#footer-menu{
	margin-bottom:20px;
}

#footer-menu.nav > li > a {
	color: #ffffff;
	padding: 5px;
	margin: 0px 5px 0px;	
	font-weight: 500;
	font-size: 15px;  
}


#footer-menu.nav > li > a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #f2622e;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform 0.3s;
}

#footer-menu.nav > li > a:hover:after,
#footer-menu.nav > li.active > a:after {
	transform-origin: bottom left;
	transform: scaleX(1);
}


a.social-icon-link {
	color:#ffffff;	
	margin:0px 2px;
}
.social-icon-link i{
	font-size:38px;
}

.site-info {
	font-size:14px;
}

.site-info-credits{
	margin:10px 0px;
}

.copyright a, footer a,.site-footer a {
	color:#ffffff;
	text-decoration:none;
}

.copyright a:hover footer a:hover,.site-footer a:hover {
	color:#ffffff;
	text-decoration:none;
}

@media (max-width: 1200px){
	#footer-menu.nav > li > a {
		margin: 0px 2px  0px;	
	
	}
	a.social-icon-link {
		margin:0px 0px;
	}	
}

@media (max-width: 992px){
	#footer-menu {
		display:none;}
}
@media (max-width: 767px){

}
@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}


/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/


@media screen and (max-width: 1199px) {
  .navbar-nav .dropdown-menu {
   background:inherit;
    box-shadow: none;
    border: none;
  }
}



/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/

.no-carousel-spacer{
	display:block;
	height:65px;
	}
@media (max-width: 576px){
.no-carousel-spacer{
	display:block;
	height:0px;
	}
}

#m-carousel,
.carousel-item{
	background-image: var(--bg-img, '');
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	}
	
.carousel-item-height{
	height:520px;
}
.carousel-item-height-50{
	height:260px;
}
.carousel-caption {
	right: 0;
    left: 0;
	top: 50%;
	transform: translateY(-50%);	
	bottom: initial;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.carousel-caption .h2{
	font-size:32px;
	line-height:46px;
	margin-bottom:15px;

	
}
.carousel-caption .h2 span{
		padding:15px;
		background-color: rgba(23,40,82,0.7);
		display:inline-block;
	}
.carousel-caption a:not(.btn):hover{
	color:#f2622e;
}
	
	
.carousel-indicators li {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
	
	
.carousel-control-next, .carousel-control-prev,
.carousel-indicators {
     position:relative; 
     right: 0; 
     bottom: 0;
    left: 0;
	
		
}	
.carousel-control-next, .carousel-control-prev{
	width:auto	;
    margin-bottom: 1rem;
    margin-right: 10px;
    margin-left: 10px;	
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
    width: 30px;
    height: 30px;  

}

.carousel-control-next-icon:after
{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
  content: "\f105";
  font-size: 52px;
  color: #ffffff;
}

.carousel-control-prev-icon:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
  content: "\f104";
  font-size: 52px;
  color: #ffffff;
}

.carousel-control-next:focus .carousel-control-next-icon:after, 
.carousel-control-next:hover .carousel-control-next-icon:after, 
.carousel-control-prev:focus .carousel-control-prev-icon:after, 
.carousel-control-prev:hover .carousel-control-prev-icon:after {
     color: #f2622e;
}

.carousel-indicators {
    margin-right: 0;
    margin-left: 0;	
	margin-bottom:1rem;
}
.slider-controls{
	position: absolute; 
	right: 0; 
	bottom: 0;
	left: 0;
	}	


.carousel-caption-style-2 .caption-body{
	padding: 15px;
	background-color: rgba(23, 40, 82, 0.7);
	display: inline-block;
	margin-bottom:1rem;
}

@media screen and (max-width: 767px) {
#m-carousel,
.carousel-item{
	--mbg-img:var(--bg-img);
	background-image: var(--mbg-img, --bg-img);
	}

.carousel-caption.carousel-caption-style-2{
		    top:initial;
    transform:none;
    bottom: 0;
	}
.carousel-caption-style-2 .caption-body{
		text-align: center;
	}
	
.carousel-caption-style-2 .caption-body .h2{
		font-size:17px;
		line-height:28px;
	}	
	.carousel-caption-style-2 .caption-body p{
        font-size: 14px;
        line-height: 1.2;		
	}

	.carousel-item-height{
		height:420px;
	}
	.carousel-item-height-50{
		height:180px;
	}	
	.carousel-caption .h2{
		font-size:20px;
		line-height:34px;
	}
	.carousel-control-next, .carousel-control-prev {
		margin-bottom: 10px;
	}	
	.carousel-control-prev-icon, .carousel-control-next-icon {
		width: 15px;
		height: 15px;
	}
	.carousel-control-next-icon:after,
	.carousel-control-prev-icon:after {
	  font-size: 26px;
	}	
	.carousel-indicators {
		margin-bottom:0;
	}	
	.carousel-indicators li {
		width: 10px;
		height: 10px;

	}
	
	
	
	
}


	
.headings,
.headings h3{
	font-weight: 400;
	color:#f2622e;
	font-size:1.75rem
}

.contact-the-specialists .h3{
	font-size:20px;
	font-weight:bold;
}

.contact-the-specialists a{
	font-weight:bold;
	line-height:24px;
	text-decoration:underline;	 
}

	 
.card{
    border-radius:0rem;
}	
.card.icon-card{
	margin-top:55px;
}
.card.icon-card:first-child{
	margin-top:40px;
}

.card .icon-center-card{
	/*margin-top:-40px;*/
	background:#f4f4f4;
	padding:4px;
	border: 1px solid rgba(0,0,0,.125);
	width:80px;
	height:80px;
	position:absolute;
    top: 0px;
    left: 50%;
    transform:translate(-50%, -50%) ;	
}

.card .icon-center-card + .card-body{
    padding-top: 50px;
}

.card.other-solutions .card-title{
	font-size:27px;
	line-height:32px;
}


.card.other-solutions  a{
	/*display:block;*/
	line-height:30px;
	
}
	

/*
.card .card-body a{
	color:#172852
	}	
.card .card-body a:hover{
	color:#f2622e;
	}
	*/
	
	
.card-hover-effect .card-footer{
	text-align:center;
	position:absolute;
	z-index:10;
	bottom:0;
	width:100%;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition:  .5s ease;	
	opacity:0;
}
.card-hover-effect:hover .card-footer{
	opacity: 1;}	


.card.icon-card.other-solutions{
	margin-top:0px;
}
@media (max-width: 767px) {
.card .card.icon-card{
	margin-top:55px;
}
}

@media (max-width: 576px){
.card.icon-card.other-solutions{
	margin-top:40px;
}
}


@media (min-width: 576px){
	.card.icon-card{
		margin-top:40px;
	}
}


/* Search */
#search-overlay .close{
	font-size: 40px;
    color: #fff;
	padding: 5px;	
	opacity:1;
	text-shadow: 0 1px 0 #000;	
}

#search-overlay .close:hover {
    color: #f2622e;
}


.overlay-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 1060;
	background-color: rgba(0,0,0,.7);
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all 500ms ease-out;
    -moz-transition:all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;	
}



.block-heading{
    padding: .75rem 1.25rem;
    margin-bottom: 0;
}
.block-heading p,
.block-heading h1,
.block-heading h2,
.block-heading h3,
.block-heading h4,
.block-heading h5,
.block-heading h6{
	margin-bottom:0px;}

.heading-1 h3,
.heading-1 .h3,
h3.heading-1,
.h3.heading-1{
	font-size:27px;
	line-height:26px;
}

.heading-2 h3,
.heading-2 .h3,
h3.heading-2,
.h3.heading-2{
	font-size:18px;
	line-height:24px;}
	
/* News */

.featured-heading  h2{
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
}
.featured-heading  h2 a{
	color:inherit;
}

.featured-date {
    color: #001d4e;
    margin-bottom: 6px;
}

.card.did-you-know{
	color:#ffffff;
	background-color:#03989e;
}

.card.did-you-know .heading-1 h3{
	font-size:40px;
	line-height:44px;
}


.card.did-you-know a{
	color:#ffffff;

}


.card.did-you-know a:hover{
	color:#f2622e;
	}
	
	
.card.hp-icon-block	.rounded-circle.border{
	border-width:2px !important;
	border-color:#172852 !important;
	background:#172852;}
	
	
	
/* News grid	*/

.post-grid{
	margin-bottom:50px;
}
.post-grid-main .card-body{
	height:140px;
}

.post-grid .ajax-loader {
    zoom: 0.5;
}

.post-grid .ajax-loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #e1e1e1;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.post-grid .ajax-loader,
.post-grid .ajax-loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.res-cats__tree .list-unstyled ul{
	list-style-type: none;
	padding-left: 20px;

}
.post-grid-main ul > li{
	font-size:18px !important;
}

.p-radio{
	float: right;
	border: 2px solid #172852;
	height: 16px;
	width: 16px;
	position: relative;
	transition: all 400ms ease-in-out;
}
.res-cats__tree li a:hover .p-radio{
	border-color: #f2622e;
}

.p-radio.active{
	border-color: #f2622e;
}

.p-radio.active:before{
	content: "\f00c";
	font-family:"Font Awesome\ 5 Free";
	font-size:12px;
	line-height: 14px;	
	display: block;
	width: 12px;
	height: 12px;
	color:#ffffff;
	background-color: #f2622e;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}


/** FIELDS */
.risk-level-table td{
	position:relative
}
.risk-level-table td:before{
	content:'';
	border-bottom:1px solid #cccccc;
	position:absolute;
	bottom:0px;
	left:0.5rem;	
	width:calc(100% - 1rem);
	}
.risk-level-table td:first-child {
	text-align:center;
	background-color: rgba(0,0,0,.05);	
	font-weight:bold;
	vertical-align:middle;
}


/*.risk-level-table .level-1-colour{
	color:#ffffff;
	background-color:#339999;
}
.risk-level-table .level-2-colour{
	color:#ffffff;
	background-color:#3470a6;
}
.risk-level-table .level-3-colour{
	color:#ffffff;
	background-color:#e6bd40;
}
.risk-level-table .level-4-colour{
	color:#ffffff;
	background-color:#f2622e;
}
.risk-level-table .level-5-colour{
	color:#ffffff;
	background-color:#af2526;
}*/



.risk-level-table .level-1-colour{
	color:#00af4d;	
}
.risk-level-table .level-2-colour{
	color:#0172c2;
}
.risk-level-table .level-3-colour{
	color:#f8ed37;
}
.risk-level-table .level-4-colour{
	color:#f2622e;
}
.risk-level-table .level-5-colour{
	color:#fe0000;
}


.swipe-instructions{
	font-size:60%;
	line-height:25px;
	font-style:italic;
	display:block;
	height:25px;
	text-align:center;
	}
@media (max-width: 767.98px){
.service-work-table{
	position:relative;
}	
.service-work-table table{
	min-width:700px;
}

}


.team-table td{
	position:relative
}
.team-table td:before{
	content:'';
	border-bottom:1px solid #cccccc;
	position:absolute;
	bottom:0px;
	left:0.5rem;	
	width:calc(100% - 1rem);
	}
.team-table td:first-child {
	background-color: rgba(0,0,0,.05);
}
.team-table tr:last-child td:before{
	border-bottom:0;
}

.team-table td h3{
	margin:0px;
	padding:0px;
	font-size:20px;
	position:relative;
}
.team-table td:first-child h3{
	font-weight:bold;
}

.team-table td:first-child h3::first-letter{
	color:#af2526;
	font-size:34px;
	}

/*

.team-table td{
	vertical-align:middle;	
}
.team-table td h3{
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:20px;
	background-color: rgba(0,0,0,.05);
	vertical-align:middle;
	position:relative;
	min-height:60px;
	padding-left:70px;
	padding-top:15px;
	padding-bottom:15px;
}
.team-table td:first-child h3{
	background:none;
	padding-left:0px;
	}

.team-table td h3 img{
	margin:5px 10px;
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-24px;
}

*/


/* Advisory Service Animation */
.dms-container{
	position:relative;
	width:100%;
	height:580px;
	min-width:340px;
}

.dms-container .selector {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 170px;
	height: 170px;
	margin-top: -85px;
	margin-left: -85px;
}
.dms-container .selector, 
.dms-container .selector button.circle {
	font-weight: 700;
}
.dms-container .selector button.circle {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 10px;
	background: #ffffff;
	border-radius: 50%;
	border: 0;
	color: #152f52;
	font-size: 16px;
	cursor: pointer;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	transition: all .1s;
}
.dms-container .selector button.circle:hover {
	background: rgba(255,255,255,0.8);
}
.dms-container .selector button.circle:focus {
	outline: none;
}
.dms-container .selector button.circle:before {
	content: "";
	display: block;
	height: 200px;
	width: 200px;
	border-radius: 50%;
	background: transparent;
	position: absolute;
	top: -15px;
	left: -15px;
	border: 5px solid #ffffff;
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
	box-sizing: border-box;
	-webkit-animation: rotate-center 1s linear infinite both;
	animation: rotate-center 1s linear infinite both;
}
.dms-container .selector button.circle:after {
	content: "";
	display: block;
	height: 230px;
	width: 230px;
	border-radius: 50%;
	background: transparent;
	position: absolute;
	top: -30px;
	left: -30px;
	border: 3px solid #ffffff;
	border-right: 3px solid transparent;
	border-top: 3px solid transparent;
	box-sizing: border-box;
	-webkit-animation: rotate-center 1.5s linear infinite both;
	animation: rotate-center 1.5s linear infinite both;
}
.dms-container .selector button.circle.no-animation:before, 
.dms-container .selector button.circle.no-animation:after {
	animation-play-state: paused;
}

.dms-container .selector button.circle.no-animation:hover:before, 
.dms-container .selector button.circle.no-animation:hover:after {
	animation-play-state:running;
}

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
	 0% {
	 -webkit-transform: rotate(0);
	 transform: rotate(0);
	}
	 100% {
	 -webkit-transform: rotate(360deg);
	 transform: rotate(360deg);
	}
}
@keyframes rotate-center {
	 0% {
	 -webkit-transform: rotate(0);
	 transform: rotate(0);
	}
	 100% {
	 -webkit-transform: rotate(360deg);
	 transform: rotate(360deg);
	}
}
.dms-container .selector ul {
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
	top: -100px;
	right: -100px;
	bottom: -100px;
	left: -100px;
}
.dms-container .selector li {
	position: absolute;
	width: 0;
	height: 100%;
	margin: 0 50%;
	-webkit-transform: rotate(-360deg);
	transition: all 0.8s ease-in-out;
}
.dms-container .selector li button {
	position: absolute;
	left: 50%;
	bottom: 100%;
	width: 0;
	height: 0;
	line-height: 1px;
	margin-left: 0;
	background: none;
	border:0px;
	text-align: center;
	font-size: 1px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: none;
	transition: all 0.8s, color 0.1s, background 0.1s;
}
.dms-container .selector li button span{
	display:inline-block;
	padding:5px;
	background:#f2622e;
	border-radius:50%;
	height: 25px;
	width: 25px;
	margin: 0px 5px;
	line-height: 16px;
}

.dms-container .selector.open li button {
	width: 220px;
	height: 50px;
	line-height: 22px;
	margin-left: -110px;
	font-size: 16px;
	color: #ffffff;
}
.dms-container .selector.open  li button:hover {
	color: rgba(255,255,255,0.8);
	font-size:18px;
	line-height:24px;
	width: 240px;
	margin-left: -120px;
}

.dms-container .selector button:focus {
    outline: 0px;;
}

.dms-container button,
.dms-container button.circle {
	cursor: pointer;
	/*-webkit-animation: text-blur-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation: text-blur-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;*/
	-webkit-animation: text-blur-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	-moz-animation: text-blur-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	-o-animation: text-blur-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	-ms-animation: text-blur-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation:  text-blur-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	
	
}
.dms-container .blur-out{
	/*-webkit-animation: text-blur-out .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation: text-blur-out .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;*/
	-webkit-animation: text-blur-out .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	-moz-animation: text-blur-out .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	-o-animation: text-blur-out .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	-ms-animation: text-blur-out .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation:  text-blur-out .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.dms-container .blur-not{
	/*-webkit-animation: text-blur-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation: text-blur-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;*/
	-webkit-animation: text-blur-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	-moz-animation: text-blur-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	-o-animation: text-blur-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	-ms-animation: text-blur-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation:  text-blur-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;	
}

/**
 * ----------------------------------------
 * animation text-blur-out
 * ----------------------------------------
 */
 @-webkit-keyframes text-blur-out {
  0%   { text-shadow: 0px 0px 0px rgba(255, 255, 255, 0); }
  100% { color:transparent; text-shadow: 5px 0px 5px rgba(255, 255, 255, 0.5); }
}
@-moz-keyframes text-blur-out {
  0%   { text-shadow: 0px 0px 0px rgba(255, 255, 255, 0); }
  100% { color:transparent; text-shadow: 5px 0px 5px rgba(255, 255, 255, 0.5); }
}
@-o-keyframes text-blur-out {
  0%   { text-shadow: 0px 0px 0px rgba(255, 255, 255, 0); }
  100% { color:transparent; text-shadow: 5px 0px 5px rgba(255, 255, 255, 0.5); }
}
@-ms-keyframes text-blur-out {
  0%   { text-shadow: 0px 0px 0px rgba(255, 255, 255, 0); }
  100% { color:transparent; text-shadow: 5px 0px 5px rgba(255, 255, 255, 0.5); }
}
@keyframes text-blur-out {
  0%   { text-shadow: 0px 0px 0px rgba(255, 255, 255, 0); }
  100% { color:transparent; text-shadow: 5px 0px 5px rgba(255, 255, 255, 0.5); }
}
 
 
@-webkit-keyframes text-blur-in {
  0% { color:transparent; text-shadow: 5px 0px 5px rgba(255, 255, 255, 0.5);  }
  100%   { text-shadow: 0px 0px 0px rgba(255, 255, 255, 0); }  
}
@-moz-keyframes text-blur-in {
  0% { color:transparent; text-shadow: 5px 0px 5px rgba(255, 255, 255, 0.5);  }
  100%   { text-shadow: 0px 0px 0px rgba(255, 255, 255, 0); }  
}
@-o-keyframes text-blur-in {
  0% { color:transparent; text-shadow: 5px 0px 5px rgba(255, 255, 255, 0.5);  }
  100%   { text-shadow: 0px 0px 0px rgba(255, 255, 255, 0); }  
}
@-ms-keyframes text-blur-in {
  0% { color:transparent; text-shadow: 5px 0px 5px rgba(255, 255, 255, 0.5);  }
  100%   { text-shadow: 0px 0px 0px rgba(255, 255, 255, 0); }  
}
@keyframes text-blur-in {
  0% { color:transparent; text-shadow: 5px 0px 5px rgba(255, 255, 255, 0.5);  }
  100%   { text-shadow: 0px 0px 0px rgba(255, 255, 255, 0); }  
} 

 
 /*
 
 
 
@-webkit-keyframes text-blur-out {
  0%   { -webkit-filter : blur(0.01px); }
  100% { -webkit-filter: blur(5px); opacity : 0.5; }
}
@-moz-keyframes text-blur-out {
  0%   { -moz-filter : blur(0.01px); }
  100% { -moz-filter: blur(5px); opacity : 0.5; }
}
@-o-keyframes text-blur-out {
  0%   { -o-filter : blur(0.01px) }
  100% { -o-filter: blur(5px); opacity : 0.5; }
}
@-ms-keyframes text-blur-out {
  0%   { -ms-filter : blur(0.01px) }
  100% { -ms-filter: blur(5px); opacity : 0.5; }
}
@keyframes text-blur-out {
  0%   { filter : blur(0.01px); }
  100% { filter: blur(5px); opacity : 0.5; }
}
 
 
@-webkit-keyframes text-blur-in {
  0% { -webkit-filter: blur(5px); opacity : 0.5; }
  100%   { -webkit-filter : blur(0.01px); }  
}
@-moz-keyframes text-blur-in {
  0% { -moz-filter: blur(5px); opacity : 0.5; }
  100%   { -moz-filter : blur(0.01px); }  
}
@-o-keyframes text-blur-in {
  0% { -o-filter: blur(5px); opacity : 0.5; }
  100%   { -o-filter : blur(0.01px) }  
}
@-ms-keyframes text-blur-in {
  0% { -ms-filter: blur(5px) opacity(0.5); }
  100%   { -ms-filter : blur(0.01px) }  
}
@keyframes text-blur-in {
  0% { filter: blur(5px); opacity : 0.5; }
  100%   { filter : blur(0.01px); }  
} 


*/

 
 /*
 
@-webkit-keyframes text-blur-out {
	 0% {
	-webkit-filter: blur(0.01);
	 filter: blur(0.01);
	 
	}
	 100% {
	 -webkit-filter: blur(5px) opacity(80%);
	 filter: blur(5px) opacity(80%);
	}
}
@keyframes text-blur-out {
	 0% {
	 -webkit-filter: blur(0.01);
	 filter: blur(0.01);
	}
	 100% {
	 -webkit-filter: blur(5px) opacity(80%);
	 filter: blur(5px) opacity(80%);
	}
}
 @-webkit-keyframes text-blur-in {
	 0% {
	 -webkit-filter: blur(5px) opacity(80%);
	 filter: blur(5px) opacity(80%);
	}
	 100% {
	 -webkit-filter: blur(0.01);
	 filter: blur(0.01);
	}
}
@keyframes text-blur-in {
	 0% {
	 -webkit-filter: blur(5px) opacity(80%);
	 filter: blur(5px) opacity(80%);
	}
	 100% {
	 -webkit-filter: blur(0.01);
	 filter: blur(0.01);
	}
}*/

.popover-custom.popover{
	max-width:320px;
	font-size:18px;
}
.popover-custom .popover-header{
	background:#f2622e;
	color:#ffffff;
	text-align:center;
	padding:10px;
	font-size: 18px;	
}

.popover-custom .popover-body{
	color:#152f52;
	padding:15px;
}
.popover-custom .popover-body ul{
	padding-left: 25px;
	font-size:80%;
}
.dms-container .disclaimer{
	font-size:14px;
	font-style:italic;
	text-align:center;
	padding:10px;
	color:#ffffff;
}

@media screen and (max-width: 620px) {
	.dms-container .selector {	
	  -webkit-transform: scale(0.7);  
		  -ms-transform: scale(0.7); 
			  transform: scale(0.7);  
	}
}

/* End Advisory Service Animation */


/* Products page*/
.product-technology-tabs .border{
	border-width:2px  !important;
	border-color:#f2622e !important;
}
.product-technology-tabs .nav-pills .nav-link.active,
.product-technology-tabs .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #f2622e;
}


.product-technology-tabs .nav-pills a:not(.btn) {
    color: #172852;
}

@media (max-width: 767px) {
  .product-technology-tabs .tab-content .tab-pane  {
    display: block !important;
    opacity: 1;
  }
}
@media (min-width: 768px){
	.product-technology-tabs .tab-content .collapse {
		display: block;
	}
}

/* Floating Contact Us */

.floating-contact-container{
	position: fixed;
    right: 15px;
   /* z-index: 5999;*/
    z-index: 999;	
    width: 345px;
    bottom: 0px;
    transition: bottom 900ms ease-in-out;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 11px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 11px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 11px 1px rgba(0,0,0,0.5);	
	}

.floating-contact-btn:before {
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 34px;
    transition: all 300ms ease-in-out;
    color: inherit;
    display: block;	
    font-family: "Font Awesome 5 Free";	
	font-weight: 900;	
    content: "\f107";

}

.floating-contact-btn.collapsed:before {
    content: "\f106"!important;
}


@media(max-width: 767px){
	.floating-contact-container{
		display: none;
	}
}


/* Modal window*/

.block-heading.orange-background .close,
.block-heading.blue-background .close {
    color: #fff;
    text-shadow: 0 1px 0 #000;  
}


.modal label,
#floating-contact-form label{
	font-size: 14px;
	margin-bottom: 0rem;	
}
.modal .form-control,
#floating-contact-form .form-control{
	height: calc(1.5em + .5rem);
    padding: .25rem .5rem;	

} 
.modal textarea.form-control,
#floating-contact-form textarea.form-control{
    height: auto;
}

/* End Modal Window*/


.blockquote {
	font-weight:bold;
	margin: 15px 0px;
	padding: 15px  0px;
	position: relative;
}
.blockquote:before {
	content: '\201C';
	font-size:32px;
	padding-right: 3px;
}
.blockquote:after {
	content: '\201D';
	font-size:32px;
	padding-left: 3px;  
}
.blockquote p {
	display: inline;
	font-size:24px;
	line-height: 30px; 
}

.light-gray-background .blockquote{
	padding:15px;
	/*padding-right: 35px;*/
	padding-right: 40px;
    padding-left: 40px;		
	font-weight:normal;
}

.light-gray-background .blockquote:before {
	/*content: '';
	padding-right: 0px;*/

    content: '\201C';
    font-size: 100px;
    padding-right: 3px;
    font-family: Arial, Helvetica, sans-serif;
    color: #f2622e;
    position: absolute;
    left: 5px;
    top: 35px;
    display: block;
    width: 35px;
    height: 10px;
}
.light-gray-background .blockquote:after {
	content: '\201D';
    font-size: 100px;
    padding-left: 3px;
    font-family:Arial, Helvetica, sans-serif;
	color:#f2622e;	
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: block;
    width: 35px;
    height: 10px;
}

.border-box-style-1 div{
	border-color:#172852 !important;
	border-width:3px !important;
	}
	
.border-box-style-1 .heading-1{
	border-width:6px !important;
	}

.border-box-style-1 .border-box-body div{
	border-color:#f1f1f1 !important;
	}

.home-service-blocks a:hover span{
    color: #f2622e;
    background-color: #ffffff;
    border-color: #f2622e;
	text-decoration:none}
	
	
.site-content .container ul,
.site-content .container ul.list-point{ list-style: none;}	
.site-content .container ul > li:before,
.site-content .container ul.list-point > li:before{
	content: "\2022";
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size:80%;  
	}	

.site-content .container ul.no-bullets > li:before,
.site-content .container ul.no-bullets ul > li:before{
	content: "";
	display:inherit;
	width: auto;
	margin-left:inherit;
	font-size:inherit;
}

.square-list-style{
	list-style: square;
}


.more-posts-owl .owl-nav {
    position: absolute;
    top: 46%;
    width: 100%;
    padding: 0 20px;
    z-index: -1;
}


.more-posts-owl .owl-prev, .more-posts-owl .owl-next {
    float: left;
    border-radius: 100%;
    background-color: #3a3a3a;
    width: 34px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 17px;
    transition: all 0.3s ease-in-out;
}
.more-posts-owl .owl-next {
    float: right;
}

.posts-owl .owl-prev, .posts-owl .owl-next {
    width: 47px;
    height: 47px;
    font-size: 28px;
    line-height: 46px;
}



.more-posts-owl .owl-nav {
    top: 35%;
}

.more-posts-owl .owl-nav>button {
    background-color: #ccc;
    color: #555;
    position: relative;
}

.more-posts-owl .owl-prev,.more-posts-owl .owl-next {
    width: 47px;
    height: 47px;
    font-size: 28px;
    line-height: 46px;
}

.more-posts-owl .owl-next {
    left: 104px;
}
.more-posts-owl .owl-prev {
    left: -104px;
}
.owl-theme .owl-dots .owl-dot span {
    background: #aaa;
    border-radius: 30px;
}
.more-posts-owl.owl-theme .owl-dots .owl-dot.active span,
.more-posts-owl.owl-theme .owl-dots .owl-dot:hover span
{
    background-color: #F2622E;
}

/* 404  Error page */
.pp-agreement-copy span.wpcf7-list-item{margin:0px}
.pp-agreement-copy a{white-space:nowrap}


.home h1.page-title{
	    font-size: 42px;
}


.top-notice{
	min-height:40px;
	text-align:center;
	line-height:40px;
	border-bottom:1px solid #8794ab;	
	}
.top-notice a{	
    font-size: 16px;
    margin: 0px 15px;
}
.top-notice + header#masthead{ top:40px; }
.sticky-display .top-notice + header#masthead{ top:0; }
@media(max-width: 900px){
	.top-notice a{	
    font-size: 14px;
	margin: 0px 10px;
	
	}
}


@media(max-width: 768px){
	
	.top-notice{
	line-height:25px;
	}	
	.top-notice a{	
	display: block;
	 font-size: 12px;
	}
	.top-notice span{display:none;}
	.top-notice + header#masthead{ top:50px; }	
}


.single h1, 
.single h2, 
.single h3, 
.single h4, 
.single h5, 
.single h6 {
  clear:none;
}


/*--------------------------------------------------------------
## Advertising page
--------------------------------------------------------------*/

.advertising-template-1 p,
.advertising-template-2 p{
font-size: 16px;}


header#masthead.solid-background {
    background-color: rgba(23,40,82,1);
}

.advertising-template-2.version-1{
	box-shadow: 0px 0px 0px 6px rgba(0,123,255,1);
	-webkit-box-shadow: 0px 0px 0px 6px rgba(0,123,255,1);
	-moz-box-shadow: 0px 0px 0px 6px rgba(0,123,255,1);
}
.advertising-template-2 .card{
	border:0;
	border-radius:0;
	/*font-size:125%;*/
	position:relative;
	}
	
.advertising-template-2 .card img.card-background {
	position:absolute;
	z-index:1;
	width: 100%;
	height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}	

.advertising-template-2 .card-body{
	position:relative;
	z-index:2;
	padding:0;}


.advertising-template-2 .card-body h1,
.advertising-template-2 .card-body h2,
.advertising-template-2 .card-body h3,
.advertising-template-2 .card-body h4,
.advertising-template-2 .card-body h5,
.advertising-template-2 .card-body h6 {
  color:inherit;

}

.advertising-template-2 .opaque-overlay{
	/*background-color: rgba(255,255,255,0.9);*/
	background-color: rgba(255,255,255,0.7);}

.advertising-template-2.version-1 .opaque-overlay{
	background-color: rgba(255,255,255,0.9)
}
	
.advertising-template-2 .card ul {
	list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' width='1em' viewBox='0 0 448 512'%3E%3Cstyle%3Esvg%7Bfill:%23f2622e%7D%3C/style%3E%3Cpath d='M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
}


.advertising-template-2.version-1 .card ul {
	list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' width='1em' viewBox='0 0 448 512'%3E%3Cstyle%3Esvg%7Bfill:%23f2622e%7D%3C/style%3E%3Cpath d='M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
}

.advertising-template-2 ul > li:before{
	display:none !important;}


.advertising-template-2 .card ul li{
	margin-bottom:0.5rem}
.advertising-template-2 form{
	width:50%;
	min-width:280px;}
.advertising-template-2 input[type="submit"] {
	font-weight:bold;
}

.advertising-template-2.version-1 .form-group.mb-2{
	margin-bottom: 1.5rem!important;}


@media (max-width:1400px){
.advertising-template-2 .card{
	font-size:100%;
	}
.advertising-template-2 .card ul li::marker {
	    margin-right: 1ch;
		font-size: 16px;
	}

}

@media (max-width:1200px){
.advertising-template-2 .card h2{
	font-size: 24px;
	}
	
}

@media (max-width: 991px) {
.advertising-template-2 .card-img-overlay{
	position: relative;
	}	
}



/*--------------------------------------------------------------
## Logo/Client Showcase
--------------------------------------------------------------*/

.wpls-logo-showcase-slider-wrp{
	border-bottom:5px solid #de2b33;
	padding-bottom: 1rem;
	}
	
#wpls-logo-showcase-slider-1 .wpls-fix-box, 
#wpls-logo-showcase-slider-1 .wpls-fix-box img.wp-post-image {
    max-height: 95px !important;
}	
/*
#wpls-logo-showcase-slider-1 .wpls-fix-box img.wp-post-image {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); // Firefox 10+, Firefox on Android 
    filter: gray; // IE6-9
    -webkit-filter: grayscale(100%); // Chrome 19+, Safari 6+, Safari 6+ iOS
}
 
#wpls-logo-showcase-slider-1 .wpls-fix-box img.wp-post-image:hover {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}*/

/*

White Arrows
Right
url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdVJREFUeNrsm+FRwzAMhZNskBXKCKwAI8AI7gh0hKzQjgAjsEIzAoxARzA2l/7hjiuWJffppbrTX7vvi23JctXHGLs126A41kPy1+THxffJN/AE8gpQ8Cn+bUFpDhPXGGQfL1tgBfAS/2+BDUCI5RZYAEjEQ0LoBWHwaTnta2yb/IAQBCQAvpKPCnNDQBgEsX5UmjvnCYEpEXIJoRTAiQ2C5Az4MEpxr3ImSLbAM9NKkACYkz+yQJAegjQQaqIABYTaMOgegkYe4BqCViLkFoJmJugSgnYq7A6CxV3AFQSry5AbCJa3QRcQrK/D8BBa1AOgIbQqiMBCaFkRgoTQX+Fx9D75e6dXW/xdq3hDB2AJ4TP5HeoWaLEdNgtceABnCDuDcUcvAPKXmgzGPd3OAPAVYBkFirfUQCR+WxoCWwOwFi96VBnWLL4VAFjxLQBAi7cGAC/eEoAL8VYA3Ii3AOBKvDYAd+I1AbgUrwXArXgNAK7F1wJwL74GAIV4KQAa8VIAE4v4bKUlsfz1jyziJStgZBLfsiACKV6yBbKtul8g245FvBTAofLHw4j/MeN+QdquMQmEcOscJQVwqYMUundY83E0d5Tlv6mc22nm5bCbO2D7FmAACMSt1WVCPiYAAAAASUVORK5CYII=') 

Left
url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdFJREFUeNrsm9tNw0AQRW2LBkIJoYS0ACXQgikhKSEtxCUkJUALlAAtuASzKzmCn3x4Z+743g0jjfKTxD7Hs6v1Ptppmpp7jgeBe9yl7OfPHN8ph5QfLv+eK4A4++l27D2uoQp/jZP1Oh1p2eeSPzl+72Z0wvAuEjpxeLOErgL4v7/vl/6oJRkHmNvyHGPKR7UK8ILPsUn5rCTAE16uE0TBjwoCUPB5ePzJLgD55A/sTQAJ/7L06UcLoIOPFEAJHyWAFj5CADU8WgA9PFKABDxKgAw8QoAUvLcAOXhPAZLwXgJk4T0ESMNbBcjDWwRUAZ+jZFL0NeW5BvhSAV8ptzXAlzSBXU3wJQI2gHs4rAVfImAE3MOx+V37D4//PqCwZL0jN633NSqhRMAl5VstEkoHQkMtEixD4SokWF+G5CV4vA5LS/CaEJGV4DklJinBe1JUTgJiWlxKAmphREYCcmlMQgJ6cZReQsTyOLWEqA0StBIit8hQSojeJEUnYa29wqh1hXyc5om5AtCVsF1aBWtulUU2BwkBSAn0fQCqT5A8L+BZCfR7hZEShjllBVgkFMtjPDa3FMZWOfd+clT57PDR4xqtwPH5PLrbN6DT4z8CDAAID7oi7WEMpgAAAABJRU5ErkJggg==')

*/


	
.wpls-logo-showcase button.slick-next, .wpls-logo-showcase button.slick-next:active {background:rgba(0, 0, 0, 0) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAghJREFUeNrkm91pwzAQgFXRBTxBIBMUDJ0gHSEdIR4hGcEdIV6hI7QTBAKZINAJMoJzhvNLHhrrdCffnQUiTgI23+ezfs7SS9/3YcnlNfcEf2/v4+EG6g7qGr+foX5BvUoCrC6neQVgaaHuH36rUUgDtXMbAVCOCPrf/0GrhJgZ/vsn8FMl2RMA8DsMfa5IsSMA4Y8Cj4t+AQC/JcKrlBCJANINp04BcPeHvr5iurYKCXHm688uIVXAzZuEJAEw7DwLDW1nk0B5BD49RUKyAIyCDy8SSI2gJwnkXsCLhKxu0IMEjnGAaQlcAyGzEjhHgiYlcA+FzUmQmAuYkiA1GTIjQXI2aEKC9HRYvYQS+QBRCZifVJ8QUSuhZEZIpYTSKTFpCVvtAqQltBYESEpYQxTUFgSMEg4C562sCKgpITuh3CwIGOB/At9LlrFcMUmjWoAUfKA8UtERfAN3/1uzAGl40gqUuGT4UgLUwpcQIAofGBZexSXDSwowAS8lwAy8hABT8NwCzMFzCjAJzyXALHy2AEw+mIXPEuABnizACzxJgCd4agS0XuCTBeDd33iBp0RA5Qm+ZEJEJXyygNXl9Bv4Xmao2E1GiYCDF3iSAExBdR7gyW0ASKBCqNtEmbNWOBVG5Q7S3LXCU6HUbp/l6AabJw2j+73DQxl2iQ8vJR93j3f4qbbcBRgAB3zBQl3pm8UAAAAASUVORK5CYII=') center center no-repeat !important; background-size: 15px 15px !important; opacity: .5;}

.wpls-logo-showcase button.slick-prev, .wpls-logo-showcase button.slick-prev:active{background:rgba(0, 0, 0, 0) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfVJREFUeNrk2+FpwzAQBWDXZIFMEMgEhUAnaEfICs4I9QjJCPEI7Qj1BIFAJgh0Ao/gnsAF/0hppLuT7l0EIoSAo/f5bGzJfhrHsXrktuBu4Pv5RXuMG+rN9BnalXpHvQ9fVpdTWQDlFoIfb4BsqbfUD9w/qMHCz9v+n9+hAZo7wzV0CB69ATSRe5aFUIOHZyPUDsLPERpUAG74+YkRDkAqfGhLqoJXJADJ8HAnQa3wAwKAVvieLo3P1gE093xr/RDQDP8Wu/dzA5gLnxPAZPhcAGbD5wBQDU/9zN1Q/cjhNQEgwmsBwITXAIAKLw0AF14SADK8FABseDbANAUFG54F4CF8MoCX8EkAFH7rJXxqBey9hI8GoL0fFibXXsKnVMBSYQxtqfApAIPCGMIhtYEAmCYfrsJjCFX1VQqhTizZygtCNABVwSd97LwgJF0IEULnBSH5UtgLAutmyAOCxO0wNILUhAgsguSUGCSC9KQoHILGtDgUgtbCCAyC5tIYBIL24qh5hBzL46oI0ySNaQDTCDkfkTGJkPshKXMIJR6T00T4QADQRFjHVkHJR2U1KwECQBMBBkAaYVhdTj0agCRCi1gBUgjdNEUHC8BBCOF3qOcALkJyeKsAMQis8JYB7kE4SJw4rb88/fuW+Hv1x9vj3PYjwABhjsFQIXZ+dQAAAABJRU5ErkJggg==') center center no-repeat !important; background-size: 15px 15px !important; opacity: .5;}

.wpls-logo-showcase button.slick-next:hover,  .wpls-logo-showcase button.slick-next:focus{background:rgba(0, 0, 0, 0) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAghJREFUeNrkm91pwzAQgFXRBTxBIBMUDJ0gHSEdIR4hGcEdIV6hI7QTBAKZINAJMoJzhvNLHhrrdCffnQUiTgI23+ezfs7SS9/3YcnlNfcEf2/v4+EG6g7qGr+foX5BvUoCrC6neQVgaaHuH36rUUgDtXMbAVCOCPrf/0GrhJgZ/vsn8FMl2RMA8DsMfa5IsSMA4Y8Cj4t+AQC/JcKrlBCJANINp04BcPeHvr5iurYKCXHm688uIVXAzZuEJAEw7DwLDW1nk0B5BD49RUKyAIyCDy8SSI2gJwnkXsCLhKxu0IMEjnGAaQlcAyGzEjhHgiYlcA+FzUmQmAuYkiA1GTIjQXI2aEKC9HRYvYQS+QBRCZifVJ8QUSuhZEZIpYTSKTFpCVvtAqQltBYESEpYQxTUFgSMEg4C562sCKgpITuh3CwIGOB/At9LlrFcMUmjWoAUfKA8UtERfAN3/1uzAGl40gqUuGT4UgLUwpcQIAofGBZexSXDSwowAS8lwAy8hABT8NwCzMFzCjAJzyXALHy2AEw+mIXPEuABnizACzxJgCd4agS0XuCTBeDd33iBp0RA5Qm+ZEJEJXyygNXl9Bv4Xmao2E1GiYCDF3iSAExBdR7gyW0ASKBCqNtEmbNWOBVG5Q7S3LXCU6HUbp/l6AabJw2j+73DQxl2iQ8vJR93j3f4qbbcBRgAB3zBQl3pm8UAAAAASUVORK5CYII=') center center no-repeat !important; background-size: 15px 15px !important; opacity: 1;}
.wpls-logo-showcase button.slick-prev:hover, .wpls-logo-showcase button.slick-prev:focus{background:rgba(0, 0, 0, 0) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfVJREFUeNrk2+FpwzAQBWDXZIFMEMgEhUAnaEfICs4I9QjJCPEI7Qj1BIFAJgh0Ao/gnsAF/0hppLuT7l0EIoSAo/f5bGzJfhrHsXrktuBu4Pv5RXuMG+rN9BnalXpHvQ9fVpdTWQDlFoIfb4BsqbfUD9w/qMHCz9v+n9+hAZo7wzV0CB69ATSRe5aFUIOHZyPUDsLPERpUAG74+YkRDkAqfGhLqoJXJADJ8HAnQa3wAwKAVvieLo3P1gE093xr/RDQDP8Wu/dzA5gLnxPAZPhcAGbD5wBQDU/9zN1Q/cjhNQEgwmsBwITXAIAKLw0AF14SADK8FABseDbANAUFG54F4CF8MoCX8EkAFH7rJXxqBey9hI8GoL0fFibXXsKnVMBSYQxtqfApAIPCGMIhtYEAmCYfrsJjCFX1VQqhTizZygtCNABVwSd97LwgJF0IEULnBSH5UtgLAutmyAOCxO0wNILUhAgsguSUGCSC9KQoHILGtDgUgtbCCAyC5tIYBIL24qh5hBzL46oI0ySNaQDTCDkfkTGJkPshKXMIJR6T00T4QADQRFjHVkHJR2U1KwECQBMBBkAaYVhdTj0agCRCi1gBUgjdNEUHC8BBCOF3qOcALkJyeKsAMQis8JYB7kE4SJw4rb88/fuW+Hv1x9vj3PYjwABhjsFQIXZ+dQAAAABJRU5ErkJggg==') center center no-repeat !important; background-size: 15px 15px !important; opacity: 1;}

.wpls-logo-showcase .slick-arrow{
	background-color: transparent;
	opacity: .5;
}
.wpls-logo-showcase .slick-arrow svg {
    fill: #DE2B33;
}

.wpls-logo-showcase .slick-arrow:hover {
    background-color: transparent;
	opacity: 1;
}


.iso27000{
	display: block;
	width:100px;
	background: #fff;}

