/* font */
@font-face {
  font-family: 'OpenSans-Light';
  src: url('fonts/Open_Sans/OpenSans-Light.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-ExtraBold';
  src: url('fonts/Open_Sans/OpenSans-ExtraBold.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto_Slab';
  src: url('fonts/Roboto_Slab/RobotoSlab-Regular.ttf') format('truetype'); 
}

/* general */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-color: var(--white);
	font-family: 'OpenSans-Regular', sans-serif!important;
	color:var(--blacklight);
	scroll-behavior: smooth;
	-webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: antialiased;
  font-smooth: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  font-smooth: subpixel-antialiased;
}
:root {
  --blacklight: #333;
  --greyefefef: #efefef;
  --greyebebeb: #ebebeb;
  --greyd1d1d1: #d1d1d1;
  --greyf1f1f1: #f1f1f1;
  --grey54: #545454;
  --grey999: #999999;
  --white: #ffffff;
  --blue: #00a6dd;
  --red: #ed1c24;
  --orange: #ff4328;
  --purple: #dd0097;
  --yellow: #ffb400;
  --green: #48b327;
}
#wrappers {
	min-height:100%;
	position:relative;
	min-height:100vh;
}
#content {
	margin: auto;
	padding-top: 0px;
	width:100%;
	}
#goTop{
	padding:0px;
	position:fixed;
	top:70%;
	right:-100px;
	background-image: url(pics/to_top.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 75px;
	z-index: 1049;
	cursor:pointer;
}
#response,
#response2  {
	font-family: 'Roboto_Slab', serif;
	font-size: 1em;
	font-weight: normal;
	color: #333;
	text-align: center;
	line-height:150%;
	margin-bottom:5%;
	width: 100%;
}
#response a,
#response2 a{
	color:#333;
	font-size: 1.25em;
	font-family: 'Roboto_Slab', serif;
	font-weight: normal;
	text-decoration: none;
}
#response a:hover,
#response2 a:hover{
	color: #333;
	text-decoration: underline;
}
.rowcount {
	font-family: 'Roboto_Slab', serif;
	color:#999;
	font-size:.75em;
	text-align:center;
}
.searchresults {
	width:95%;
	margin:15px auto;
}
.search_row {
	display:inline-block;
	width:90%;
	padding:.5%;
}
.search_row:nth-child(even) {
	background-color:#f9f9f9;
}
.search_row a{
	font-family: 'Roboto_Slab', serif;
	color:#071962;
	font-size:1.25em;
	text-decoration:none;
}
.search_row a:hover{
	color:#071962;
}
.search_row .search_desc{
	font-family: 'Roboto_Slab', serif;
	font-size:.75em;
	color:#333;
	margin:5px 0;
}
.search_row .search_desc a{
	font-family: 'Roboto_Slab', serif;
	color:#071962;
	font-size:.9em;
	text-decoration:none;
}
.search_row .search_desc a:hover{
	text-decoration:underline;
}
/* general */
.bouncein {
  animation: bounce-in 1s ease;
}
@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% { transform: scale(.9); }
  100% { transform: scale(1); }
}
.fadeout {
  animation: fade-out 1s ease;
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: .15;
  }
  100% {
    opacity: 100;
  }
}

@keyframes growLeft {
  from {
    transform: scaleX(0);
    transform-origin: left;
  }
  to {
    transform: scaleX(1);
    transform-origin: left;
  }
}

@keyframes shrinkRight {
  from {
    transform: scaleX(1);
    transform-origin: right;
  }
  to {
    transform: scaleX(0);
    transform-origin: right;
  }
}

@keyframes growTop {
  from {
    transform: scaleY(0);
    transform-origin: top;
  }
  to {
    transform: scaleY(1);
    transform-origin: top;
  }
}

@keyframes shrinkBottom {
  from {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  to {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}

@keyframes slide-grow {
	0% {transform: scale(1);}
  100% { transform: scale(1.1); }
}
#promovideoA,
#promovideoB {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; 
}
.videohide {
	display:none;
}
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
.blog_into, .workdata {
  display: none;
  width:100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .blog_into .owl-stage,
.workdata .owl-stage  {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .blog_into .owl-stage:after,
.workdata .owl-stage:after  {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .blog_into .owl-stage-outer,
.workdata .owl-stage-outer  {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .blog_into .owl-wrapper,
  .blog_into .owl-item,
.workdata .owl-wrapper,
  .workdata .owl-item  {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .blog_into .owl-item,
.workdata .owl-item  {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .blog_into .owl-item img,
 .workdata .owl-item img  {
    display: block;
    width: 100%; }
  .blog_into .owl-nav.disabled,
  .blog_into .owl-dots.disabled,
.workdata .owl-nav.disabled,
  .workdata .owl-dots.disabled  {
    display: none; }
  .blog_into .owl-nav .owl-prev,
  .blog_into .owl-nav .owl-next,
 .blog_into .owl-dot,
.workdata .owl-nav .owl-prev,
  .workdata .owl-nav .owl-next,
 .workdata .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .blog_into .owl-nav button.owl-prev,
  .blog_into .owl-nav button.owl-next,
  .blog_into button.owl-dot,
 .workdata .owl-nav button.owl-prev,
  .workdata .owl-nav button.owl-next,
  .workdata button.owl-dot  {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .blog_into.owl-loaded,
.workdata.owl-loaded  {
    display: block; }
  .blog_into.owl-loading,
.workdata.owl-loading  {
    opacity: 0;
    display: block; }
  .blog_into.owl-hidden,
.workdata.owl-hidden  {
    opacity: 0; }
  .blog_into.owl-refresh .owl-item,
.workdata.owl-refresh .owl-item  {
    visibility: hidden; }
  .blog_into.owl-drag .owl-item,
.workdata.owl-drag .owl-item  {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .blog_into.owl-grab,
.workdata.owl-grab  {
    cursor: move;
    cursor: grab; }
  .blog_into.owl-rtl,
 .workdata.owl-rtl  {
    direction: rtl; }
  .blog_into.owl-rtl .owl-item,
.workdata.owl-rtl .owl-item  {
    float: right; }

/* No Js */
.no-js .blog_into,
.no-js .workdata{
  display: block; }
/**/
header .sb-search {
	width: 0%;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	z-index: 6002;
}
header .sb-search {
	float: right;
	overflow: hidden;
}
header .sb-search .sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: transparent;
	margin: 0;
	z-index: 10;
	font-family: 'Roboto_Slab-Regular', sans-serif;
}
header .sb-search .sb-search-input::-webkit-input-placeholder {
	color: rgba(33,33,33,.8);
}
header .sb-search .sb-search-input:-moz-placeholder {
	color: rgba(33,33,33,.8);
}
header .sb-search .sb-search-input::-moz-placeholder {
	color: rgba(33,33,33,.8);
}
header .sb-search .sb-search-input:-ms-input-placeholder {
	color: rgba(33,33,33,.8);
}
header .sb-search .sb-icon-search,
header .sb-search .sb-search-submit  {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	cursor: pointer;
}
header .sb-search .sb-search-submit {
	background: var(--greyf1f1f1); /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
header .sb-search .sb-icon-search {
	border-left:solid 1px rgba(33,33,33,.15)!important;
	z-index: 90;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	#background: rgba(255,255,255,.15);
}
header .sb-search .sb-icon-search:before {
	content: "\f002";
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {	
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	color: #333;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
header .sb-search {
	position:absolute;
	top:0px;
	right:0px;
	min-width: 40px;
	height: 39px;
}
header .sb-search .sb-search-input {
	padding: 10px 35px 10px 10px;
	font-size: .85em;
	width: 100%;
	height: 40px;
	color: #333;
	background:var(--greyd1d1d1);
}
header .sb-search .sb-icon-search {
	line-height: 405px;
	width: 39px;
	height: 40px;
}
header .sb-search .sb-icon-search:before {
	content: "\f002";
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {	
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	color: #333;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
#wrappers header .sb-search .sb-icon-search,
#wrappers header .sb-search .sb-search-submit  {
	line-height: 40px;
	width: 39px;
	height: 40px;
}
#wrappers header .sb-search .sb-icon-search {
	font-size: 1em;
	color: var(--bluebasic);
}
#wrappers header  .sb-search.sb-search-open,
.no-js #wrappers header  .sb-search {
}
/* Open state */
#wrappers header  .sb-search.sb-search-open,
.no-js #wrappers header  .sb-search {
	width: 100%;
}
/**/
 /*accordion*/
#accordion {
	display: block;
	margin:2em auto;
}
.ui-accordion {
	display: inline;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 0 0 .75em 0;
	#padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-state-default {
	#background:var(--white); 
	border-bottom:solid 1px var(--greyd1d1d1);
	color: var(--blacklight);
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#accordion h4 {
	letter-spacing:.01em;
	font-weight: normal;
	padding:1em 1em;
}
.ui-state-active,
.ui-widget-header .ui-state-focus,
.ui-state-hover{
	color:var(--blue)!important;
}
#accordion h3 {
	display:inline-block!important;
	width:100%;
}
.ui-state-default:after {
	font-family: 'FontAwesome';
	content: "\f061";
	color:var(--greyd1d1d1)!important;
	float:right;
	vertical-align:middle;
	font-size:1.25em;
	font-weight: lighter;
	display:inline-block;
}
.ui-state-active:after,
.ui-widget-header .ui-state-focus:after,
.ui-state-hover:after{
	font-family: 'FontAwesome';
	content: "\f063";
	color:var(--red)!important;
	vertical-align:middle;
	font-size:1.25em;
}
.ui-accordion .ui-accordion-content {
	height: auto;
}
.ui-widget-content {
	display: inline-block;
	width: 95%;
	font-size: 1.1em;
	height: auto;
	margin: 0%;
	padding:.5em 1em;
	color:var(--grey54);
	border-left:solid 1px var(--greyd1d1d1);
	line-height:1.5em;
}
.ui-widget-content a{
	color: var(--red);
	text-decoration:none;
}

@media all and (min-width: 1400px) {
#accordion {
	width:80%;
}
#accordion h4 {
	font-size:1.35em;
}
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
#accordion {
	width:80%;
}
#accordion h4 {
	font-size:1.35em;
}
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
#accordion {
	width:80%;
	margin:0 auto 1em auto;
}
#accordion h4 {
	font-size:1.15em;
}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
#accordion {
	width:90%;
	margin:0 auto 1em auto;
}
#accordion h4 {
	font-size:1.15em;
}
}
@media all and (min-width: 600px) and (max-width: 767px) {
#accordion {
	width:90%;
	margin:0 auto 1em auto;
}
#accordion h4 {
	font-size:1.15em;
}
.ui-widget-content {
	font-size: .9em;
}
}
@media all and (min-width: 450px) and (max-width: 599px) {
#accordion {
	width:90%;
	margin:0 auto 1em auto;
}
#accordion h4 {
	font-size:1.15em;
}
.ui-widget-content {
	font-size: .9em;
}
}
@media all and (max-width: 449px) {
#accordion {
	width:90%;
	margin:0 auto 1em auto;
}
#accordion h4 {
	font-size:.85em;
}
.ui-widget-content {
	font-size: .85em;
}
}
@media all and (min-width: 1400px) {

}
@media all and (min-width: 1200px) and (max-width: 1399px) {

}
@media all and (min-width: 1024px) and (max-width: 1199px) {

}
@media all and (min-width: 768px) and (max-width: 1023px) {

}
@media all and (min-width: 600px) and (max-width: 767px) {

}
@media all and (min-width: 450px) and (max-width: 599px) {

}
@media all and (max-width: 449px) {

}

