.bg-white-30 {
    background-color: rgba(255, 255, 255, 0.8);
  }
.page-wrapper *:focus, .ui-dialog *:focus {
  outline: none !important;
  box-shadow: none !important;
  }
.client-box img {
  max-width: 170px;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

#superfish-main ul.sf-multicolumn {
  background-color: #ffffff;
  padding: 1em;
}
#superfish-main li > ul {
  background-color: #ffffff;
  padding: 1em;
}
#superfish-main div.sf-multicolumn-column > span {
  background-color: var(--dark-gray);
}
ul.sf-menu li:hover > ul, ul.sf-menu li.sfHover > ul {
top: 5em;
}
.min-h-20 {
  min-height: 28rem;;
}

.dots-background {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23000' /%3E%3C/svg%3E");
}

.services-box-style-03 {
  min-height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex-wrap: nowrap;
}
.paper {
  background-image: url('https://www.transparenttextures.com/patterns/paper-fibers.png');
}

.no-break {
  white-space: nowrap;       /* Prevents wrapping at all */
  overflow-wrap: normal;     /* Prevents breaking inside words */
  word-break: normal;        /* Ensures words only break at allowed points */
  hyphens: none;             /* Disables hyphenation */
}

.form-element:hover {
  box-shadow: none !important;
}

.messages-list {
  display: none;
}
#block-pth-pagetitle {
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    margin-top: 70px;
    background: #6c6c6c;
    text-align: center;
    color: #ffffff;	
	padding-bottom: 35px !important;
	padding-top: 35px !important;
}
.page-node-type-blog #block-pth-pagetitle h1 {
    font-weight: 700 !important;
	letter-spacing: -1px !important;
	font-size: 2.813rem;
    line-height: 3.125rem;
	color: #ffffff;
}
.blogPhotos .skin-default {
	position: relative;	
}
.blogPhotos #views_slideshow_cycle_main_blog_node_image_slide-block_1 {
	position: relative;
    width: 100%;
}
.blogPhotos .views-slideshow-controls-bottom {
    position: absolute;
    top: 50%;
    z-index: 100;
    margin-top: -15px;	
	width: 100%;
}
.blogPhotos .views-slideshow-controls-bottom span#views_slideshow_controls_text_pause_blog_node_image_slide-block_1 {
	display: none;
}
.blogPhotos .views-slideshow-controls-bottom span#views_slideshow_controls_text_previous_blog_node_image_slide-block_1 {
	display: block;
	font-size:0;
	width: 31px;
	height: 55px;
	background: transparent url('images/arrow-left.png') center center no-repeat;
	position: absolute;
	left: 0;
	margin-left: 15px;
}
.blogPhotos .views-slideshow-controls-bottom span#views_slideshow_controls_text_next_blog_node_image_slide-block_1 {
	display: block;
	font-size:0;
	width: 31px;
	height: 55px;
	background: transparent url('images/arrow-right.png') center center no-repeat;
	position: absolute;
	right: 0;
	margin-right: 15px;
}
.page-node-type-blog footer {
	padding-top: 20px;
    padding-bottom: 20px;	
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	font-style: italic;
}
.blogWrap .nodeBlogBox{
	border: solid 1px #aaaaaa;
	padding: 10px;
	border-radius: 5px;	
	margin-bottom: 40px;
	margin-top: 20px;
}
.viewBlog {
	padding-top: 50px;
	padding-bottom: 50px;
}
.viewBlog .views-field-nid {
	border: solid 1px #aaaaaa;
	padding: 10px;
	border-radius: 5px;
}
.viewBlog .blogBoxPhoto {
	padding-bottom: 15px;
    border-bottom: solid 1px #eeeeee;
    margin-bottom: 5px;
}
.viewBlog .blogBoxTitle {
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.viewBlog .blogBoxTeaser {
	font-size: 14px;
	line-height: 20px;
}
.viewBlog .blogBoxLink a {
	padding: 13px 26px;
    background: #BE1E2D;
    color: #ffffff;
    display: block;
    clear: both;
    position: relative;
    margin-top: 15px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
	opacity: 1;
    filter: alpha(opacity=100);
	transition: all .3s ease 0s;		
}
.viewBlog .blogBoxLink a:hover {
	opacity: .5;
    filter: alpha(opacity=50);	
}