/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url("/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox.png");
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url("/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox.png") -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url("/js/lib/jquery.fancybox-1.3.4/fancybox/blank.gif");
  z-index: 1102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background-image: url("/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox.png");
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url("/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox.png");
  background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url("/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox-x.png");
}

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url("/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox.png");
  background-position: -40px -162px;
}

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url("/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox-y.png");
  background-position: -20px 0px;
}

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url("/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox.png");
  background-position: -40px -182px;
}

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url("/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox-x.png");
  background-position: 0px -20px;
}

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url("/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox.png");
  background-position: -40px -142px;
}

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url("/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox-y.png");
}

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url("/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox.png");
  background-position: -40px -122px;
}

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url("/js/lib/jquery.fancybox-1.3.4/fancybox/fancy_title_over.png");
  display: block;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url("/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox.png") -40px -90px no-repeat;
}

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url("/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox-x.png") 0px -40px;
}

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url("/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox.png") -55px -90px no-repeat;
}

/* IE6 */
.fancybox-ie6 #fancybox-close {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox/fancy_close.png", sizingMethod="scale");
}

.fancybox-ie6 #fancybox-left-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox/fancy_nav_left.png", sizingMethod="scale");
}

.fancybox-ie6 #fancybox-right-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox/fancy_nav_right.png", sizingMethod="scale");
}

.fancybox-ie6 #fancybox-title-over {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox/fancy_title_over.png", sizingMethod="scale");
  zoom: 1;
}

.fancybox-ie6 #fancybox-title-float-left {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox/fancy_title_left.png", sizingMethod="scale");
}

.fancybox-ie6 #fancybox-title-float-main {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox/fancy_title_main.png", sizingMethod="scale");
}

.fancybox-ie6 #fancybox-title-float-right {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox/fancy_title_right.png", sizingMethod="scale");
}

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
  position: absolute;
  margin-top: 0;
  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + "px");
}

#fancybox-loading.fancybox-ie6 div {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox/fancy_loading.png", sizingMethod="scale");
}

/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
  background: transparent !important;
}

.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox/fancy_shadow_n.png", sizingMethod="scale");
}

.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox/fancy_shadow_ne.png", sizingMethod="scale");
}

.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox/fancy_shadow_e.png", sizingMethod="scale");
}

.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox/fancy_shadow_se.png", sizingMethod="scale");
}

.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox/fancy_shadow_s.png", sizingMethod="scale");
}

.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox/fancy_shadow_sw.png", sizingMethod="scale");
}

.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox/fancy_shadow_w.png", sizingMethod="scale");
}

.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/js/lib/jquery.fancybox-1.3.4/fancybox/fancybox/fancy_shadow_nw.png", sizingMethod="scale");
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu {
  line-height: 1;
}

.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 10em; /* left offset of submenus need to match (see below) */
  width: 170px;
}

.sf-menu ul li {
  width: 165px;
}

.sf-menu li:hover {
  visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
  float: left;
  position: relative;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 4px;
  top: 32px; /* match top ul list item height */
  z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 10em; /* match ul width */
  top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 10em; /* match ul width */
  top: 0;
}

/*** SKIN ***/
.sf-menu {
  float: left;
}

.sf-menu a {
  padding: 6px 1em;
  text-decoration: none;
}

.sf-menu ul a {
  padding: 0.6em 1em;
  text-decoration: none;
}

.sf-menu ul a {
  padding-left: 0px;
  font-size: 14px;
}

.sf-menu a { /* visited pseudo selector so IE6 applies text colour*/
  color: #000;
}

.sf-menu ul li {
  background: #fff;
  padding: 0px 6px;
  padding-right: 0px;
  border-right: 1px solid #B1B3B4;
}

.sf-menu ul li a {
  display: block;
  color: #7B7B7C;
  border-bottom: 1px solid #B1B3B4;
  margin-left: 8px;
  margin-right: 8px;
  padding-right: 0px;
}

.sf-menu ul li.last a {
  border: 0px none;
}

.sf-menu ul {
  border-bottom: 1px solid #B1B3B4;
  border-left: 1px solid #B1B3B4;
}

.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .current {
  outline: 0;
  color: #F39700;
}

.sf-menu ul a:focus, .sf-menu ul a:hover, .sf-menu ul a:active {
  outline: 0;
  color: #000;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
  padding-right: 2.25em;
  min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
  width: 5em;
}

.sf-sub-indicator {
  /*position:		absolute;*/
  display: block;
  /*right:			.75em;
  /*top:			1.05em; /* IE6 only */
  width: 10px;
  text-indent: -999em;
  margin: 0 auto;
  background: url("/img/arrow_black_down.png") no-repeat; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator { /* give all except IE6 the correct values */
  top: 0.8em;
  /*background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  /*background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
  background-position: -10px 0;
}

.sf-menu ul a > .sf-sub-indicator {
  background-position: 0 0;
}

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
  background: url("../images/shadow.png") no-repeat bottom right;
  padding: 0 8px 9px 0;
  -moz-border-radius-bottomleft: 17px;
  -moz-border-radius-topright: 17px;
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
}

.sf-shadow ul.sf-shadow-off {
  background: transparent;
}

div.blocks_wrapper_blog div.block_lft {
  width: 674px;
  float: left;
  padding-right: 22px;
}

div.blocks_wrapper_blog .block_rgt h2 {
  text-transform: uppercase;
  background-image: none !important;
  color: #313E4B;
}

div.blocks_wrapper_blog .block_rgt ul {
  padding: 0px;
  margin: 0px;
  padding-left: 0px;
}

div.blocks_wrapper_blog .block_rgt ul li {
  list-style: none;
  padding-bottom: 8px;
  font-size: 15px;
  padding-top: 27px;
  padding-left: 0px;
}

div.blocks_wrapper_blog .block_rgt ul li sup {
  color: #A0A0A0;
}

div.blocks_wrapper_blog .block_rgt ul li a {
  text-decoration: none;
}

div.blocks_wrapper_blog .block_rgt ul li {
  font-size: 15px;
}

div.blocks_wrapper_blog .block_rgt ul li.active a,
div.blocks_wrapper_blog .block_rgt ul li a:hover {
  color: #F29400;
}

div.blocks_wrapper_blog div.block_rgt {
  width: 250px;
  float: right;
}

div.blocks_wrapper_blog .block_rgt div.blocks {
  margin-right: -43px;
}

div.testimonials2_wide blockquote p {
  width: 100% !important;
}

div.blocks_wrapper_blog div.blockhj {
  margin-bottom: 38px;
}

div.blocks_wrapper_blog .block_lft ul {
  padding: 0px;
  margin: 0px;
}

div.blocks_wrapper_blog .block_lft ul li {
  list-style: none;
  border-bottom: 1px solid #EEF0F3;
  padding-bottom: 28px;
  margin-bottom: 28px;
}

div.blocks_wrapper_blog .block_lft ul li.last {
  border-bottom: 0px none;
}

div.blocks_wrapper_blog .block_lft h2 {
  color: #36424A;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 3px !important;
  text-transform: uppercase;
  background-image: none !important;
}

div.blocks_wrapper_blog .block_lft h2 a {
  text-decoration: none;
}

div.blocks_wrapper_blog .block_lft div.posted {
  text-transform: uppercase;
  padding-bottom: 16px;
  padding-top: 3px;
  background: url("/img/h2bg.jpg") no-repeat scroll left bottom transparent;
}

div.blocks_wrapper_blog .block_lft ul.list div.posted {
  background-image: none;
  padding-bottom: 3px;
}

div.blocks_wrapper_blog .block_lft div.posted span {
  color: #D3861F;
}

div.blocks_wrapper_blog div.block_lft div.image {
  float: left;
  width: 126px;
}

div.blocks_wrapper_blog div.block_lft div.image img {
  display: block;
}

div.blocks_wrapper_blog div.block_lft div.message {
  padding-top: 15px;
}

div.blocks_wrapper_blog div.block_lft div.body {
  float: left;
  padding-left: 25px;
  width: 420px;
}

div.blocks_wrapper_blog div.block_lft div.body a.more {
  color: #D3861F;
  display: block;
  text-transform: uppercase;
}

div.blocks_wrapper_blog div.block_lft div.body a.more:hover {
  text-decoration: underline;
}

div.blocks_wrapper_blog div.nav_p {
  padding: 10px 0px;
  text-align: center;
  border-top: 1px solid #E8E9EB;
  margin-top: 10px;
}

div.blocks_wrapper div.blog_detail div.image {
  background-color: white;
  float: left;
  width: 502px;
  float: none;
}

div.blocks_wrapper div.blog_detail div.text {
  padding-top: 32px;
}

div.blocks_wrapper div.blog_detail div.desc {
  padding-top: 8px;
  width: 90%;
  padding-bottom: 33px;
  margin-bottom: 33px;
  border-bottom: 1px solid #EEF0F3;
}

div.styled_form input.text {
  width: 190px;
  height: 37px;
  border: 1px solid #CACED3;
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 12px;
  color: #A0A0A0;
}

div.styled_form table td.lft {
  width: 220px;
}

div.styled_form table tr.row1 td {
  padding-bottom: 20px;
  vertical-align: top;
}

div.styled_form table tr.row2 td {
  padding-bottom: 20px;
  vertical-align: top;
}

div.styled_form table tr.row2 td input {
  width: 522px;
}

div.styled_form textarea.textarea {
  width: 570px;
  height: 138px;
  border: 1px solid #CACED3;
  color: #A0A0A0;
  padding: 10px;
  font-size: 12px;
}

div.styled_form table tr.btn td {
  padding-top: 15px;
}

form#subscribenewsletter input.text {
  width: 200px;
}

div.blog_detail h1 {
  font-size: 21px;
  text-transform: uppercase;
  color: black;
  margin: 0px;
  margin-bottom: 2px;
  font-weight: normal;
}

div.comments_container div.title {
  font-size: 16px;
  text-transform: uppercase;
}

div.comments_container div.title {
  color: #313E4B;
  padding-bottom: 34px;
}

div.comments_container div.reply {
  float: right;
}

div.comments_container div.reply a {
  color: #F29400;
  text-transform: uppercase;
  text-decoration: none;
}

div.comments_container div.reply a:hover {
  text-decoration: underline;
}

div.comments_container div.comments_form {
  border-top: 1px solid #EEF0F3;
  padding-top: 30px;
  width: 90%;
}

div.styled_form_blog textarea.textarea {
  width: 513px;
}

div.comments div.comment div.image {
  padding: 5px;
  border-left: 1px solid #E5E8EE;
  border-right: 1px solid #E5E8EE;
  border-bottom: 2px solid #E5E8EE;
  float: left;
  width: 53px;
}

div.comments div.comment div.in {
  padding-bottom: 16px;
}

div.comments ul {
  padding: 0px;
  margin: 0px;
}

div.blocks_wrapper_blog div.comments ul li {
  margin-bottom: 0px !important;
  padding-bottom: 0 !important;
  list-style: none;
  border: 0px none;
}

div.blocks_wrapper_blog div.comments ul li.level_1 {
  background: url(/img/blog_comment_line_2.jpg) repeat-y 32px 0px;
}

div.blocks_wrapper_blog div.comments ul li.level_1.has_children div.comment_1 {
  background: url(/img/blog_comment_line_2.jpg) repeat-y 32px 0px;
}

div.blocks_wrapper_blog div.comments ul li.level_2 {
  background: url(/img/blog_comment_line_1.jpg) no-repeat 32px 0px;
}

div.blocks_wrapper_blog div.comments ul li.level_2.has_children div.comment {
  background: url(/img/blog_comment_line_2.jpg) repeat-y 79px 0px;
}

div.blocks_wrapper_blog div.comments ul li.level_3.has_children div.comment {
  background: url(/img/blog_comment_line_2.jpg) repeat-y 124px 0px;
}

div.blocks_wrapper_blog div.comments ul li.level_3.has_children ul div.comment {
  background-image: none;
}

div.blocks_wrapper_blog div.comments ul li.level_3.has_children ul li.have_nextsibling div.comment {
  background: url(/img/blog_comment_line_2.jpg) repeat-y 124px 0px;
}

div.blocks_wrapper_blog div.comments ul li.level_3 {
  background: url(/img/blog_comment_line_1.jpg) no-repeat 79px 0px;
}

div.blocks_wrapper_blog div.comments ul li.level_4 {
  background: url(/img/blog_comment_line_1.jpg) no-repeat 124px 0px;
}

div.blocks_wrapper_blog div.comments ul li.level_1.last {
  background-image: none !important;
}

div.comments div.comment_2 {
  padding-left: 48px;
}

div.comments div.comment_3 {
  padding-left: 92px;
}

div.comments div.comment_4 {
  padding-left: 142px;
}

div.comments div.comment div.body {
  padding-left: 18px;
  width: 432px;
  float: left;
}

div.comments div.comment_2 div.body {
  width: 384px;
}

div.comments div.comment_3 div.body {
  width: 336px;
}

div.comments div.comment_4 div.body {
  width: 324px;
}

div.comments div.comment div.body h3 {
  color: #F29400;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  padding-bottom: 3px;
}

div.comments div.comment div.body div.date {
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 6px;
}

div.comments div.comment div.body div.comment_body {
  font-size: 12px;
}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical {
  border-top: 1px solid #000;
  padding: 0;
}

.sf-vertical li {
  border-bottom: 1px solid #000;
  list-style: none;
  padding: 5px 5px 5px 15px;
}

.sf-vertical a {
  text-decoration: none;
}

/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
  left: 12em; /* match ul width */
  top: 0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator {
  background-position: -10px 0;
} /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator {
  background-position: 0 0;
} /* use translucent arrow for modern browsers*/
/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0; /* arrow hovers for modern browsers*/
}

.sf-vertical a:focus,
.sf-vertical a:hover,
.sf-vertical a:active,
.vert-menu-current {
  background: url("/img/arrow_black_side.png") no-repeat right;
  padding-right: 15px;
  font-weight: bold;
}

@font-face {
  font-family: "MyriadWebProRegular";
  src: url("/fonts/myriadwebpro-webfont.eot");
  src: url("/fonts/myriadwebpro-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/myriadwebpro-webfont.woff") format("woff"), url("/fonts/myriadwebpro-webfont.ttf") format("truetype"), url("/fonts/myriadwebpro-webfont.svg#MyriadWebProRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
body, html {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: "MyriadWebProRegular", arial;
  line-height: 18px;
  color: #58585A;
}

div, ul, li {
  position: relative;
}

img {
  border: 0px none;
}

img {
  border: 0;
}

.error {
  color: red;
}

label.error {
  display: block;
}

#wrapper {
  margin: 0 auto;
  width: 977px;
}

.block {
  border: 1px solid #B1B3B4;
}

div#body_text {
  padding: 10px 25px;
  padding-right: 5px;
}

div#sidebar div#body_text {
  padding-right: 25px;
}

.header {
  background-color: #dadadc;
  height: 40px;
  padding: 0px 0 0 25px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
  vertical-align: middle;
}

.header span {
  background: url("/img/accent.png") no-repeat;
  height: 40px;
  width: 17px;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 10px;
}

.uppercase {
  text-transform: uppercase;
}

#header {
  height: 64px;
  margin-top: 15px;
}

#menu {
  width: 100%;
  height: 31px;
  padding-top: 4px;
  background: url("/img/menubg.png") repeat-x;
  margin-top: 15px;
}

#menu ul ul {
  font-weight: normal;
}

#menu ul li {
  z-index: 1;
}

#breadcrumbs {
  height: 20px;
  padding: 7px 17px 4px 17px;
  padding-left: 17px;
}

#breadcrumbs a {
  color: black;
  text-decoration: underline;
}

#breadcrumbs a.active {
  color: #9E9E9E;
}

.sf-menu a {
  font-size: 16px;
}

.sf-menu li.active a {
  color: #F39700;
}

.sf-menu li.active li a {
  color: #9E9E9E;
}

div.clear_div {
  clear: both;
  line-height: 1px;
}

h1.page_title, div.content_body h2 {
  font-size: 18px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  text-align: left;
}

div.content_body ul {
  padding-left: 14px;
}

#contentwrap {
  float: left;
  width: 704px;
}

#content {
  padding: 15px;
  padding-top: 0px;
}

.content_block {
  width: 342px;
  float: left;
  margin-left: 15px;
  height: 239px;
}

.content_block img {
  float: right;
  margin: 5px;
}

.content_block_first {
  margin-left: 0px;
}

#sidebar {
  float: right;
  width: 260px;
  margin-left: 13px;
}

#contact {
  margin-bottom: 15px;
  height: 304px;
}

#news {
  background-color: #F4F4F5;
}

div#news div#body_text a.title {
  text-transform: uppercase;
  color: black;
  display: block;
  text-decoration: none;
  text-align: left;
}

#footer {
  height: 60px;
  clear: both;
  border-top: 1px solid #B1B3B4;
  padding: 11px 0 0 25px;
  margin-top: 15px;
}

#footer li {
  list-style: none;
  float: left;
  font-size: 12px;
  padding-right: 25px;
}

#footer ul {
  float: left;
  margin: 0px;
  padding: 0px;
}

.division {
  border-right: 1px black solid;
  float: left;
  width: 3px;
  height: 35px;
  margin-right: 25px;
  margin-top: 4px;
}

#footer a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}

#footer a:hover {
  text-decoration: underline;
}

.certifications li {
  padding-left: 8px;
}

div.content_without_image {
  padding-top: 36px;
}

div#contentwrap_lft {
  padding-right: 26px;
  width: 185px;
  float: left;
}

div#wrapper div.contentwrap_middle {
  width: 478px;
}

div#contentwrap_lft ul {
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #595758;
}

div#contentwrap_lft ul li {
  font-size: 16px;
  height: 29px;
  line-height: 29px;
  vertical-align: middle;
  border-bottom: 1px solid #595758;
  list-style: none;
  padding-left: 19px;
}

div#contentwrap_lft ul li.hover a,
div#contentwrap_lft ul li.active a {
  background: url(/img/arrow_rgt.jpg) no-repeat right 3px;
  padding-right: 7px;
}

div#contentwrap_lft ul li a {
  color: #9E9E9E;
  text-decoration: none;
  text-transform: uppercase;
}

div#contentwrap_lft ul li a:hover,
div#contentwrap_lft ul li.active a {
  color: black;
}

div.content_body {
  text-align: justify;
}

div.content_body a {
  color: black;
  text-decoration: underline;
}

div#board {
  padding-bottom: 34px;
  height: 305px;
}

div#board img {
  position: absolute;
}

a#starters_actie {
  display: block;
  padding-top: 50px;
}

ul.news_list {
  padding: 0px;
  margin: 0px;
}

ul.news_list li {
  list-style: none;
  padding-bottom: 25px;
}

ul.news_list li h2 {
  margin: 0px;
  padding: 0px;
}

ul.news_list li h2 a {
  font-size: 18px;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
}

ul.news_list li a.read_more {
  color: black;
  text-decoration: underline;
}

ul.news_list li div.text {
  text-align: justify;
}

ul.sf-menu div.arrow {
  width: 10px;
  height: 3px;
  background: url(/img/arrow_down.jpg) no-repeat;
  bottom: 4px;
  left: 43%;
}

form.auth_generated_form input.text {
  width: 300px;
  height: 21px;
  border: 1px solid gray;
  line-height: 21px;
  vertical-align: middle;
}

form.auth_generated_form textarea.textarea {
  width: 300px;
  height: 150px;
  border: 1px solid gray;
}

div.employee_page ul {
  padding: 0px;
  margin: 0px;
  padding-bottom: 38px;
}

div.employee_page ul li {
  list-style: none;
  padding-bottom: 42px;
}

div.employee_page div.title {
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 28px;
  padding-left: 208px;
  color: black;
}

div.employee_page ul li h2 {
  font-size: 18px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  color: black;
}

div.employee_page ul li h2.float {
  float: left;
  padding-right: 20px;
}

div.employee_page ul li div.social {
  float: left;
  margin-top: -4px;
}

div.employee_page ul li div.image {
  width: 208px;
  float: left;
}

div.employee_page ul li div.text {
  width: 444px;
  float: left;
}

div.inner_image {
  margin-left: -25px;
  margin-top: -10px;
  padding-bottom: 5px;
}

div.inner_image img {
  width: 258px;
}

#contact div.social table td {
  vertical-align: middle;
}

.contentwrap_wide {
  width: 100% !important;
}

form.form-prevent-multiple-submit input.field-type-text {
  width: 150px;
  height: 33px;
  border: 1px solid #A0A0A0;
  line-height: 33px;
  vertical-align: middle;
  padding: 0px 10px;
  margin-top: 16px;
}

form.form-prevent-multiple-submit button.button-prevent-multiple-submit {
  border: 0px none;
  background-color: #8fd402;
  color: white;
  width: 101px;
  height: 35px;
  cursor: pointer;
  margin-top: 16px;
}

div.mobile, img.mobile {
  display: none !important;
}

div#two_column {
  div#body_text {
    form {
      display: flex;
      flex-wrap: wrap;
    }
  }
}

@font-face {
  font-family: "FontAwesome";
  src: url("/fonts/fontawesome-webfont.eot?v=3.0.1");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=3.0.1") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff?v=3.0.1") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=3.0.1") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dtlprokyonstlightregular";
  src: url("/fonts/dtlprokyonstlight-webfont.woff2") format("woff2"), url("/fonts/dtlprokyonstlight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: "FontAwesome", sans-serif;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-close:before, .fa-times:before {
  content: "\f00d";
}

html.restyling, .restyling body {
  overflow-x: hidden;
}

.tablet-show {
  display: none;
}

.restyling h1.page_title, .restyling div.content_body h2 {
  font-size: 20px;
  line-height: 1.3;
}
.restyling .sf-menu ul li:first-child {
  padding-top: 8px;
}
.restyling div#sidebar div#contact:first-child div#body_text, .restyling #content div#body_text {
  font-size: 16px;
}
.restyling div#sidebar div#contact:first-child div.content_body, .restyling #content div.content_body {
  font-size: 18px;
  line-height: 1.4;
}
.restyling div#sidebar div#contact:not(:first-child) .header {
  font-size: 16px;
}
.restyling #contact {
  height: auto;
  /*min-height:304px;*/
}
.restyling #header {
  height: 75px;
}
.restyling .header {
  font-size: 18px;
  color: #000;
}
.restyling .content_block {
  height: auto;
  min-height: 239px;
  max-width: 48% !important;
  margin-left: 3%;
}
.restyling .content_block.content_block_first {
  margin-left: 0;
}
.restyling ul.news_list li div.text, .restyling ul.news_list li a {
  font-size: 18px;
  line-height: 1.4;
}
.restyling div.employee_page h1 {
  font-size: 24px;
}
.restyling div.employee_page ul li h2.float {
  font-size: 24px;
  text-transform: initial;
}
.restyling div.employee_page ul li .text {
  font-size: 18px;
  line-height: 1.4;
}
.restyling div.employee_page ul li .social {
  padding-top: 5px;
}
.restyling div.employee_page ul li .social a {
  display: inline-block;
  width: 26px;
}
.restyling div.employee_page ul li .social a img {
  width: 100%;
}
.restyling div.blocks_wrapper_blog .block_lft ul li .desc, .restyling div.blocks_wrapper_blog .block_lft ul li a.more {
  font-size: 18px;
  line-height: 1.4;
}
.restyling div.blocks_wrapper_blog .block_lft ul li .desc span, .restyling div.blocks_wrapper_blog .block_lft ul li a.more span {
  font-size: 18px !important;
}
.restyling div.blocks_wrapper_blog .block_rgt ul li, .restyling div.blocks_wrapper_blog .block_top {
  padding-top: 20px;
  padding-bottom: 0;
}
.restyling div.blocks_wrapper_blog .block_rgt ul li a, .restyling div.blocks_wrapper_blog .block_top a {
  font-size: 18px;
  line-height: 1.4;
}
.restyling div.blocks_wrapper_blog div.nav_p {
  font-size: 16px;
}
.restyling div.blog_detail h1 {
  font-size: 24px;
}
.restyling div.blog_detail .posted {
  font-size: 14px;
}
.restyling div.blog_detail div.desc {
  font-size: 18px;
  line-height: 1.4;
}
.restyling div.blog_detail div.desc span {
  font-size: 18px !important;
}
.restyling div.blog_detail .comments_container {
  font-size: 18px;
  line-height: 1.4;
}
.restyling div.blog_detail .comments_container div.comments div.comment div.body h3 {
  font-size: 18px;
}
.restyling div.blog_detail .comments_container div.comments div.comment div.body div.date {
  font-size: 14px;
}
.restyling div.blog_detail .comments_container div.comments div.comment div.body div.comment_body {
  font-size: 18px;
}
.restyling div.blog_detail .comments_container div.comments div.comment div.body div.reply a {
  font-size: 14px;
}
.restyling div.blog_detail div.styled_form input.text {
  font-size: 16px;
}
.restyling div.blog_detail div.styled_form textarea.textarea {
  font-family: "MyriadWebProRegular", arial;
  font-size: 16px;
}
.restyling div.blocks_wrapper_blog form#contact_box_form input.button {
  width: 100%;
}
.restyling div.blocks_wrapper_blog .block_rgt h2, .restyling div.blocks_wrapper_blog .block_top h2 {
  font-size: 24px;
}
.restyling div.logo-small {
  position: relative;
  box-sizing: border-box;
}
.restyling div.logo-small .hr {
  position: absolute;
  top: 42px;
  height: 1px;
  width: 100%;
  z-index: 10;
  background-color: #a0a0a0;
}
.restyling div.logo-small .image, .restyling div.logo-small .desc {
  position: relative;
  z-index: 20;
  float: left;
  padding: 10px;
  background-color: #fff;
}
.restyling div.logo-small .image {
  padding-left: 0;
}
.restyling div.logo-small .image img {
  display: inline-block;
  max-height: 100%;
}
.restyling div.logo-small .desc {
  float: right;
  font-family: "dtlprokyonstlightregular", sans-serif;
  font-size: 20px;
  color: #1a171b;
  margin-top: 22px;
}
.restyling form#contact_box_form input.button {
  background: #8fd402;
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}
.restyling form#contact_box_form input.button:hover {
  opacity: 0.7;
}
.restyling form#contact_box_form input.text {
  width: 100%;
  box-sizing: border-box;
}
.restyling div#body_text {
  padding-right: 25px;
}
.restyling div.blocks_wrapper_blog .block_lft div.posted span, .restyling div.blocks_wrapper_blog div.block_lft div.body a.more {
  color: #f29400;
}
.restyling #news {
  font-size: 16px;
  text-align: left;
  line-height: 1.4;
}
.restyling div.content_body {
  font-size: 16px;
  line-height: 1.4;
}
.restyling div.content_body ul {
  padding-left: 4px;
}
.restyling #two_column {
  position: relative !important;
}
.restyling #two_column div#body_text {
  padding-right: 10px;
}
.restyling #contact div#body_text {
  overflow: hidden;
}
.restyling div.blocks_wrapper_blog h2 {
  font-size: 24px;
}
.restyling div.blocks_wrapper_blog .block_rgt ul li, .restyling div.blocks_wrapper_blog .block_top ul li {
  padding-top: 0;
}
.restyling #footer li {
  padding-right: 22px;
}
.restyling #breadcrumbs {
  padding-left: 18px;
}

@media screen and (max-width: 1024px) {
  .restyling img {
    max-width: 100%;
  }
  .restyling div {
    box-sizing: border-box;
  }
  .restyling #wrapper {
    width: 100%;
    padding: 0 15px;
  }
  .restyling #wrapper #header img {
    width: 100%;
  }
  .restyling #wrapper #header .desc {
    padding-right: 0;
  }
  .restyling #breadcrumbs {
    height: 40px;
  }
  .restyling #breadcrumbs a {
    line-height: 40px;
    font-size: 14px;
  }
  .restyling #menu {
    height: 36px;
  }
  .restyling #content {
    /*margin-top:40px;*/
  }
  .restyling #two_column {
    padding: 15px;
    padding-top: 0;
  }
  .restyling #contentwrap {
    width: 65%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    height: auto !important;
  }
  .restyling #contentwrap #board {
    overflow: hidden;
    height: auto;
  }
  .restyling #contentwrap #board .layer {
    width: 3000px;
  }
  .restyling #contentwrap #board .layer img {
    position: relative;
    float: left;
    max-width: 100%;
  }
  .restyling #sidebar {
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
    padding-bottom: 0;
    width: 35%;
    height: 100% !important;
  }
  .restyling #sidebar .content_block {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .restyling .hasList #contentwrap {
    padding-top: 0;
  }
  .restyling .hasList #sidebar {
    width: 100%;
  }
  .restyling .hasList #sidebar #contact.block {
    float: left;
    width: 48%;
    margin-left: 2%;
    margin-right: 2%;
    min-height: 330px;
  }
  .restyling .hasList #sidebar #contact.block:first-child {
    margin-left: 0;
  }
  .restyling .hasList #sidebar #contact.block:last-child {
    margin-right: 0;
  }
  .restyling .block_lft, .restyling .block_rgt {
    width: 100% !important;
  }
  .restyling .block_rgt {
    margin-top: 20px;
  }
  .restyling .block_rgt .block {
    float: left;
    width: 48%;
    margin: 0 !important;
    margin-left: 4% !important;
  }
  .restyling .block_rgt #contact {
    margin-left: 0 !important;
  }
  .restyling div#body_text {
    font-size: 16px;
    line-height: 1.2;
  }
  .restyling .content_without_image #content {
    margin-top: 0;
  }
  .restyling div.employee_page h1 {
    font-size: 20px;
  }
  .restyling div.employee_page h1.page_title {
    padding-left: 32% !important;
  }
  .restyling div.employee_page ul {
    padding-bottom: 20px;
  }
  .restyling div.employee_page ul li div.image {
    width: 30%;
  }
  .restyling div.employee_page ul li div.text {
    width: 70%;
    padding-left: 10px;
  }
  .restyling div.blocks_wrapper_blog div.block_lft {
    padding: 0;
  }
  .restyling div.blocks_wrapper_blog div.block_lft h2 {
    font-size: 20px;
  }
  .restyling div.blocks_wrapper_blog div.block_lft ul.list div.posted {
    font-size: 14px;
  }
  .restyling div.blocks_wrapper_blog div.block_lft .list div.image {
    width: 20%;
  }
  .restyling div.blocks_wrapper_blog div.block_lft .list div.body {
    width: 80%;
  }
  .restyling div.blocks_wrapper_blog div.block_lft .list div.body .desc p:first-child {
    margin-top: 5px;
  }
  .restyling div#wrapper div.content_body > div#contentwrap_lft {
    width: 27%;
    margin-left: 19px;
  }
  .restyling div#wrapper div.content_body > div#contentwrap_lft ul li {
    height: auto;
  }
  .restyling div#wrapper div.content_body > div.contentwrap_middle {
    width: 70%;
  }
  .restyling #footer {
    height: auto;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    margin-top: 0;
    border-top: 0;
  }
  .restyling #footer .surrounding {
    border-top: 1px solid #B1B3B4;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 15px;
  }
  .restyling #footer .surrounding ul {
    display: inline-block;
    float: none;
  }
  .restyling #footer .surrounding ul li {
    float: none;
    display: inline-block;
    padding-right: 15px;
  }
  .restyling #footer .surrounding ul:first-child {
    padding-right: 25px;
    border-right: 1px solid #000;
    margin-right: 25px;
    padding-bottom: 10px;
  }
  .restyling #footer .surrounding .centerit ul:first-child {
    padding-bottom: 6px;
  }
  .restyling #footer .surrounding .division {
    display: none;
  }
  .restyling #footer .surrounding ul li:last-child {
    padding-right: 0;
  }
  .restyling #footer .surrounding .certifications {
    overflow: hidden;
    margin: 0 auto;
    margin-top: 13px;
    padding-top: 25px;
    padding-bottom: 30px;
    float: none;
    text-align: center;
    width: 100%;
    border-top: 1px solid #5a5758;
  }
  .restyling #footer .surrounding .certifications li {
    float: none;
    display: inline-block;
  }
  .restyling .tablet-show {
    display: block;
  }
  .restyling .tablet-hide {
    display: none;
  }
  div.comments_container div.comments_form {
    width: 100%;
  }
  div.comments_container div.comments_form table {
    width: 100%;
    box-sizing: border-box;
  }
  div.comments_container div.comments_form table thead, div.comments_container div.comments_form table tbody, div.comments_container div.comments_form table tr, div.comments_container div.comments_form table th, div.comments_container div.comments_form table td {
    box-sizing: border-box;
  }
  div.comments_container div.comments_form table textarea {
    box-sizing: border-box;
    width: 100%;
  }
  .blog_detail {
    padding-top: 30px;
  }
  div.blocks_wrapper_blog .block_top {
    position: absolute;
    right: 40px;
    top: -50px;
    z-index: 100;
  }
  div.blocks_wrapper_blog .block_top h2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  div.blocks_wrapper_blog .block_top ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  div.blocks_wrapper_blog .block_top ul li {
    padding: 0;
    margin: 0;
  }
  div.blocks_wrapper_blog .block_top ul li a {
    color: #1a171b;
  }
  div.blocks_wrapper_blog .block_top ul li.active a {
    color: #f29400;
  }
  div.blocks_wrapper_blog div.nav_p {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  div.blocks_wrapper div.blog_detail div.desc {
    width: 100%;
  }
  #blog_form {
    margin-bottom: 30px;
  }
  div.blocks_wrapper_blog form#contact_box_form input.button.button, div.blocks_wrapper_blog form#contact_box_form input.text.button {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .restyling div#two_column div.content_block {
    width: 100%;
    max-width: 100% !important;
    margin-top: 20px;
    margin-left: 0;
  }
  .restyling #footer {
    margin-top: 40px;
  }
  .restyling div.blocks_wrapper_blog div.nav_p {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .restyling div.blocks_wrapper_blog div.block_rgt {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .restyling #contentwrap {
    width: 100%;
  }
  .restyling #contentwrap div#two_column div.content_block {
    width: 48%;
    margin-left: 4%;
  }
  .restyling #contentwrap div#two_column div.content_block.content_block_first {
    margin-left: 0;
  }
  .restyling #sidebar {
    width: 100%;
  }
  .restyling #contact {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .restyling h1.page_title, .restyling div.content_body h2 {
    font-size: 18px;
  }
  .restyling div#sidebar div#contact:first-child div.content_body, .restyling #content div.content_body {
    font-size: 16px;
  }
  .restyling div.desktop, .restyling img.desktop {
    display: none !important;
  }
  .restyling div.mobile, .restyling img.mobile {
    display: block !important;
  }
  .restyling div#mobilemenu {
    border: 0;
    height: auto;
  }
  .restyling #contact {
    margin-bottom: 25px;
  }
  .restyling #wrapper {
    padding-top: 0;
  }
  .restyling #wrapper #header {
    height: 95px;
    margin-top: 0;
  }
  .restyling #wrapper #header div.logo-small div.image {
    overflow: hidden;
    float: none;
    padding-right: 0;
  }
  .restyling #wrapper #header div.logo-small div.image img {
    width: auto;
    float: right;
    height: 40px;
  }
  .restyling #wrapper #header div.logo-small div.desc {
    font-size: 16px;
    margin-top: 0;
    padding-top: 4px;
  }
  .restyling #wrapper #header div.logo-small div.hr {
    top: 73px;
  }
  .restyling #wrapper #header div.logo-small .mobile-clicker {
    float: left;
    font-size: 24px;
    margin-top: 20px;
    cursor: pointer;
  }
  .restyling div.mobile-container {
    clear: both;
  }
  .restyling div.mobile-container #mobilemenu {
    clear: both;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 110;
    opacity: 1;
    transform: translateX(150%);
    transition: transform 0.6s;
    padding-bottom: 0;
  }
  .restyling div.mobile-container #mobilemenu .arrow {
    display: none;
  }
  .restyling div.mobile-container #mobilemenu ul {
    list-style: none;
    background-color: #eee;
    height: 100%;
    width: 70%;
    margin-top: 0;
    padding: 0;
    padding-left: 0;
    box-sizing: border-box;
  }
  .restyling div.mobile-container #mobilemenu ul li {
    box-sizing: border-box;
    width: 100%;
  }
  .restyling div.mobile-container #mobilemenu ul li a {
    display: block;
    padding: 5px 20px;
    font-size: 16px;
    padding-left: 20px;
    text-decoration: none;
    color: #4f4e56;
  }
  .restyling div.mobile-container #mobilemenu ul li a:hover {
    background-color: #fff;
  }
  .restyling div.mobile-container #mobilemenu ul li a.active {
    color: #f07e23;
  }
  .restyling div.mobile-container #mobilemenu ul li ul {
    width: 100%;
  }
  .restyling div.mobile-container #mobilemenu ul li ul a {
    padding-left: 40px;
  }
  .restyling div.mobile-container #mobilemenu ul li ul ul a {
    padding-left: 60px;
  }
  .restyling div.mobile-container #mobilemenu > ul {
    padding-top: 15px;
  }
  .restyling div.mobile-container #mobilemenu.on {
    transform: translateX(0);
  }
  .restyling #breadcrumbs {
    display: none;
  }
  .restyling #contentwrap {
    width: 100%;
    padding-top: 0px;
  }
  .restyling #sidebar {
    width: 100%;
    /*margin-bottom:30px;*/
  }
  .restyling .hasList #sidebar #contact.block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-height: auto;
  }
  .restyling div.blocks_wrapper_blog div.block_lft div.image, .restyling div.blocks_wrapper_blog div.block_lft div.body, .restyling div.blocks_wrapper_blog div.block_lft div.body {
    width: 100%;
  }
  .restyling div.blocks_wrapper_blog div.block_lft .comments div.image {
    width: auto;
  }
  .restyling div.blocks_wrapper_blog div.block_lft .comments div.body {
    padding-top: 10px;
    padding-left: 0;
  }
  .restyling div.blocks_wrapper_blog div.blog_detail div.desc {
    width: 100%;
  }
  .restyling #content, .restyling #sidebar {
    padding: 0;
  }
  .restyling #footer .surrounding ul {
    padding: 0;
    margin: 0;
    margin-top: 20px;
    display: block;
    border: 0;
    border-top: 1px solid #5a5758;
    padding-top: 20px;
  }
  .restyling #footer .surrounding ul li {
    display: block;
    padding: 0;
    width: 100%;
  }
  .restyling #footer .surrounding ul:first-child {
    border-right: 0;
    margin: 0;
    padding: 0;
    border-top: 0;
  }
  .restyling #footer .surrounding ul.certifications li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .restyling div.styled_form #blog_form {
    margin-bottom: 30px;
  }
  .restyling div.styled_form #blog_form table, .restyling div.styled_form #blog_form thead, .restyling div.styled_form #blog_form tbody, .restyling div.styled_form #blog_form tr, .restyling div.styled_form #blog_form td, .restyling div.styled_form #blog_form th {
    display: block;
    text-align: left !important;
  }
  .restyling div.styled_form #blog_form input, .restyling div.styled_form #blog_form button, .restyling div.styled_form #blog_form textarea {
    max-width: 100%;
  }
  .restyling div.styled_form #blog_form table tr.btn td {
    padding: 0;
  }
  .restyling #coffee div, .restyling #coffee input {
    box-sizing: border-box;
  }
  .restyling #coffee #body_text {
    padding-right: 20px;
  }
  .restyling #coffee img {
    width: 100%;
    float: none !important;
  }
  .restyling #coffee input.text {
    width: 100% !important;
  }
  .restyling div.blocks_wrapper_blog div.block_lft {
    padding: 0;
  }
  .restyling div.blocks_wrapper_blog div.block_lft h2 {
    font-size: 18px;
  }
  .restyling div.blocks_wrapper_blog div.block_lft ul.list div.posted {
    font-size: 14px;
  }
  .restyling div.employee_page h1 {
    padding-left: 0 !important;
  }
  .restyling div.employee_page h2.float {
    margin-top: 10px;
  }
  .restyling div.employee_page ul li div.social {
    float: right;
    padding-top: 16px;
  }
  .restyling div.content_body {
    text-align: left;
  }
  .restyling div.content_body ul {
    padding-left: 0;
  }
  .restyling div#sidebar div#body_text {
    overflow: hidden;
  }
  .restyling div#wrapper div.content_body > div.contentwrap_middle {
    width: 100%;
  }
  .restyling div#wrapper div.content_body > div#contentwrap_lft {
    display: none;
    padding-right: 26px;
    float: none;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .restyling div.blocks_wrapper_blog .block_top {
    position: relative;
    right: 0;
    top: 0;
  }
  .restyling div.blocks_wrapper_blog .block_top ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
  }
  .restyling div.blocks_wrapper_blog .block_top ul a {
    text-decoration: none;
  }
  .restyling div.blocks_wrapper_blog .block_top h2 {
    font-weight: lighter;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .restyling div.blog_detail h1, .restyling div.blocks_wrapper_blog .block_top h2 {
    font-size: 20px;
  }
  .restyling ul.news_list li h2 {
    font-size: 18px;
  }
  .restyling div.blog_detail div.desc, .restyling div.blog_detail div.desc span, .restyling div.blog_detail .comments_container div.comments div.comment div.body div.comment_body, .restyling ul.news_list li div.text, .restyling ul.news_list li a {
    font-size: 16px !important;
  }
  .restyling #two_column {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .restyling #two_column > div {
    position: relative;
    padding-left: 0;
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
  .restyling .content_body > ul {
    margin-left: 20px;
  }
  .restyling div.content_without_image {
    padding-top: 20px;
  }
  .restyling .block_rgt .block {
    float: none;
    width: 100%;
    margin: 0 !important;
    margin-bottom: 20px !important;
  }
  .restyling form#contact_box_form input.button, .restyling form#contact_box_form input.text {
    width: 100% !important;
  }
}
@media screen and (max-width: 660px) {
  .restyling div#board {
    overflow: hidden;
    min-height: 250px;
  }
}
@media screen and (max-width: 480px) {
  .restyling div.employee_page ul li .text {
    font-size: 16px;
  }
  .restyling div#board {
    min-height: 200px;
  }
  .restyling div.mobile-container #mobilemenu ul {
    width: 80%;
  }
  .restyling div.employee_page h1.page_title {
    padding-left: 0 !important;
  }
  .restyling div.employee_page ul li div.text {
    width: 100%;
    padding-left: 0;
  }
  .restyling div.employee_page ul li div.image {
    width: 100%;
  }
  .restyling div.employee_page ul li div.image img {
    width: 100%;
  }
  .restyling div.employee_page ul li h2.float {
    font-size: 20px;
  }
  .restyling div.employee_page .image {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .restyling div.blocks_wrapper_blog div.block_lft .list div.image {
    width: 100%;
  }
  .restyling div.blocks_wrapper_blog div.block_lft .list div.image img {
    width: 100%;
  }
  .restyling div.blocks_wrapper_blog div.block_lft .list div.body {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 400px) {
  .restyling div#board {
    min-height: 150px;
  }
  .restyling div.employee_page ul li h2.float {
    padding-right: 10px;
  }
}
@media screen and (max-width: 320px) {
  .restyling div#board {
    min-height: 100px;
  }
}
/* purgecss start ignore */
/* ========================================================= */
div#eu-banner-outer * {
  font-size: inherit;
  font-family: inherit;
  background: none;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 1.75em;
}
div#eu-banner-outer div#eu-cookie-confirmation {
  font-size: var(--eu-banner-font-size, 14px);
  color: var(--eu-banner-text-color, #15295a);
  background: var(--eu-banner-color, #fff);
  border-radius: var(--eu-banner-corners, 12px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  position: fixed;
  width: var(--eu-banner-width, 67em);
  max-width: calc(100% - 32px);
  max-height: calc(100% - 64px);
  overflow: auto;
  inset: var(--eu-banner-inset, auto 50% 32px);
  z-index: 3000000000;
  transform: translate(var(--eu-banner-translate-x, -50%), var(--eu-banner-translate-y, 0));
  -webkit-transform: translate(var(--eu-banner-translate-x, -50%), var(--eu-banner-translate-y, 0)) translateZ(3000000000px);
}
div#eu-banner-outer div#eu-cookie-confirmation div#eu-cookie-inner {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  padding: var(--eu-banner-padding, 1.5rem);
}
div#eu-banner-outer div#eu-cookie-confirmation div#eu-cookie-inner div#eu-cookie-buttons-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
div#eu-banner-outer div#eu-cookie-confirmation div#eu-cookie-inner div#eu-cookie-buttons-area button {
  cursor: pointer;
  min-width: 11em;
  height: 3.3em;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
div#eu-banner-outer div#eu-cookie-confirmation div#eu-cookie-inner div#eu-cookie-buttons-area button#eu-settings-button {
  text-decoration: underline;
  color: var(--eu-banner-settings-text-color, var(--eu-banner-accentColor, #425b76));
}
div#eu-banner-outer div#eu-cookie-confirmation div#eu-cookie-inner div#eu-cookie-buttons-area #eu-confirmation-button {
  color: var(--eu-banner-accept-text-color, #fff);
  background: var(--eu-banner-accept-color, var(--eu-banner-accentColor, #425b76));
  border: 1px solid var(--eu-banner-accept-border-color, var(--eu-banner-accentColor, #425b76));
  padding-left: var(--eu-banner-modal-button-padding-x, 16px);
  padding-right: var(--eu-banner-modal-button-padding-x, 16px);
}
@media (max-width: 459px) {
  div#eu-banner-outer div#eu-cookie-confirmation div#eu-cookie-inner div#eu-cookie-buttons-area {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
div#eu-banner-outer div#eu-cookiemodal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.28);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3000000001;
  -webkit-transform: translateZ(3000000001px);
}
div#eu-banner-outer div#eu-cookiemodal-content {
  bottom: 32px;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 1.1em;
  padding: var(--eu-banner-modal-padding, 1.5em);
  width: var(--eu-banner-width, 67em);
  max-width: calc(100% - 32px);
  max-height: calc(100% - 64px);
  background-color: var(--eu-banner-modal-color, #fafbff);
  border-radius: var(--eu-banner-modal-corners, 12px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  font-size: var(--eu-banner-modal-font-size, 14px);
  line-height: 1.75em;
  color: var(--eu-banner-modal-text-color, #15295a);
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-header-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-close-button {
  cursor: pointer;
  display: block;
  width: auto;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-close-button svg {
  width: var(--eu-banner-modal-font-size, 14px);
  height: var(--eu-banner-modal-font-size, 14px);
  color: var(--eu-banner-modal-text-color, #15295a);
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body {
  overflow: auto;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiemodal-body-container {
  position: relative;
  display: flex;
  flex-flow: column;
  padding-right: 1.1em;
  gap: 1.1em;
  height: 100%;
  width: 100%;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiemodal-introduction span {
  font-weight: 800;
  color: inherit;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiecategories-container {
  display: flex;
  flex-direction: column;
  gap: 1.1em;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiecategories-container .description-accordion-arrow {
  transition: transform 0.2s;
  width: var(--eu-banner-modal-font-size, 14px);
  height: var(--eu-banner-modal-font-size, 14px);
  color: var(--eu-banner-modal-category-text-color, #15295a);
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiecategories-container .eu-cookiecategory-label {
  display: flex;
  flex-grow: 1;
  gap: 1.1em;
  align-items: center;
  justify-content: left;
  font-weight: 800;
  color: var(--eu-banner-modal-category-text-color, #15295a);
  cursor: pointer;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiecategories-container .eu-cookiecategory-row {
  display: flex;
  flex-direction: column;
  background: var(--eu-banner-modal-cateogry-color, #fff);
  border-radius: var(--eu-banner-modal-category-corners, var(--eu-banner-modal-corners, 12px));
  padding: 2em;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiecategories-container .eu-cookiecategory-row .eu-cookiecategory-row-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiecategories-container .eu-cookiecategory-row .eu-cookiecategory-row-header .eu-cookietoggle-switch {
  width: calc(3.4em + 6px);
  height: calc(1.7em + 6px);
  position: relative;
  background-color: var(--eu-banner-modal-toggle-off-color, #f1f1f1);
  border: 3px solid var(--eu-banner-modal-toggle-off-color, #f1f1f1);
  border-radius: 1.7em;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiecategories-container .eu-cookiecategory-row .eu-cookiecategory-row-header .eu-cookietoggle-switch .eu-cookietoggle-switch-nob {
  position: absolute;
  height: 1.7em;
  width: 1.7em;
  left: 0;
  border-radius: inherit;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  background: var(--eu-banner-modal-cateogry-color, #fff);
  transition: left 0.5s ease;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiecategories-container .eu-cookiecategory-row .eu-cookiecategory-row-header .eu-cookietoggle-switch .eu-cookietoggle-switch-input {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiecategories-container .eu-cookiecategory-row .eu-cookiecategory-row-header .eu-cookietoggle-switch.selected {
  background-color: var(--eu-banner-modal-toggle-on-color, var(--eu-banner-accentColor, #425b76));
  border-color: var(--eu-banner-modal-toggle-on-color, var(--eu-banner-accentColor, #425b76));
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiecategories-container .eu-cookiecategory-row .eu-cookiecategory-row-header .eu-cookietoggle-switch.selected .eu-cookietoggle-switch-nob {
  left: 50%;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiecategories-container .eu-cookiecategory-row .eu-cookiecategory-description {
  transition: max-height 0.2s;
  box-sizing: border-box;
  overflow: hidden;
  max-height: 0px;
  opacity: 0;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiecategories-container .eu-cookiecategory-row .eu-cookiecategory-description.visible {
  max-height: inherit;
  opacity: 1;
  color: var(--eu-banner-modal-category-text-color, #15295a);
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-footer {
  display: flex;
  justify-content: flex-end;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-footer #eu-cookiemodal-footer-container {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 0.5em;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-footer button {
  flex: 1;
  border-radius: var(--eu-banner-modal-button-corners, 3em);
  min-width: 11em;
  height: 3.3em;
  cursor: pointer;
  padding-left: var(--eu-banner-modal-button-padding-x, 16px);
  padding-right: var(--eu-banner-modal-button-padding-x, 16px);
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-footer #eu-cookiemodal-accept-all {
  color: var(--eu-banner-modal-accept-text-color, #fafbff);
  background: var(--eu-banner-modal-accept-color, var(--eu-banner-accentColor, #425b76));
  border: 1px solid var(--eu-banner-modal-accept-border-color, var(--eu-banner-accentColor, #425b76));
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-footer #eu-cookiemodal-save-settings {
  color: var(--eu-banner-modal-save-text-color, var(--eu-banner-accentColor, #425b76));
  background: var(--eu-banner-modal-save-color, #fafbff);
  border: 1px solid var(--eu-banner-modal-save-border-color, var(--eu-banner-accentColor, #425b76));
}

:root {
  --eu-banner-text-color: var(--bs-dark);
  --eu-banner-settings-text-color: var(--bs-dark);
  --eu-banner-accept-color: var(--bs-primary);
  --eu-banner-accept-border-color: var(--bs-primary);
  --eu-banner-corners: var(--bs-border-radius-lg);
  --eu-banner-modal-category-text-color:var(--bs-dark);
  --eu-banner-modal-text-color: var(--bs-dark);
  --eu-banner-modal-save-text-color: var(--bs-primary);
  --eu-banner-modal-accept-color: var(--bs-primary);
  --eu-banner-modal-button-corners: var(--bs-btn-border-radius);
  --eu-banner-modal-corners: var(--bs-border-radius-lg);
  --eu-banner-modal-save-border-color: var(--bs-primary);
  --eu-banner-modal-accept-border-color: var(--bs-primary);
  --eu-banner-modal-toggle-on-color: var(--bs-primary);
}

.news-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "MyriadWebProRegular", arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #f39700;
}
.news-eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  background-color: currentColor;
}

.news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 560px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.news-card {
  position: relative;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #b1b3b4;
  border-radius: 0;
  overflow: hidden;
  transition: border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.news-card:hover {
  border-color: #f39700;
}

.news-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.news-card-link:hover, .news-card-link:focus {
  color: inherit;
}
.news-card-link:focus-visible {
  outline: 2px solid #f39700;
  outline-offset: 2px;
}

.news-card-media {
  position: relative;
  aspect-ratio: 2/1.05;
  overflow: hidden;
  background-color: #f4f4f5;
}
.news-card-media img {
  max-width: 100%;
}

.news-card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.news-card:hover .news-card-img {
  transform: scale(1.05);
}

.news-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
}

.news-card-title {
  margin: 0;
  font-family: "MyriadWebProRegular", arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #000000;
  background-image: linear-gradient(#f39700, #f39700);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  padding-bottom: 2px;
}
.news-card:hover .news-card-title {
  background-size: 100% 2px;
}

.news-card-intro {
  flex: 1 1 auto;
  font-family: "MyriadWebProRegular", arial, sans-serif;
  color: #58585a;
  font-size: 14px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card-intro > * {
  margin: 0;
}

.news-card-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  font-family: "MyriadWebProRegular", arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #f39700;
}
.news-card-more i {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.news-card:hover .news-card-more i {
  transform: translateX(4px);
}

.news-article {
  max-width: 945px;
  margin-inline: auto;
  font-family: "MyriadWebProRegular", arial, sans-serif;
}

.news-article-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
}

.news-article-title {
  margin: 0;
  font-family: "MyriadWebProRegular", arial, sans-serif;
  font-weight: normal;
  line-height: 1.2;
  font-size: 28px;
  color: #000000;
}
@media (min-width: 768px) {
  .news-article-title {
    font-size: 40px;
  }
}

.news-article-hero {
  margin: 0 0 40px;
}
.news-article-hero img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}

.news-article-body {
  font-family: "MyriadWebProRegular", arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #58585a;
}
.news-article-body > p:first-of-type {
  font-size: 17px;
  line-height: 1.6;
  color: #000000;
}
.news-article-body p {
  margin-bottom: 20px;
}
.news-article-body h4 {
  margin: 40px 0 12px;
  padding-left: 16px;
  border-left: 3px solid #f39700;
  font-family: "MyriadWebProRegular", arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
  color: #000000;
}
.news-article-body a {
  color: #f39700;
  text-underline-offset: 3px;
}
.news-article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
}

.news-article-nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 760px;
  margin: 48px auto 0;
}
@media (min-width: 768px) {
  .news-article-nav {
    grid-template-columns: 1fr 1fr;
  }
}

.news-nav-slot {
  display: flex;
}

.news-nav-link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 20px 24px;
  border: 1px solid #b1b3b4;
  border-radius: 0;
  font-family: "MyriadWebProRegular", arial, sans-serif;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.news-nav-link:hover, .news-nav-link:focus {
  color: inherit;
  border-color: #f39700;
  background-color: rgba(243, 151, 0, 0.06);
}

.news-nav-next {
  text-align: right;
}

.news-nav-dir {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #f39700;
}
.news-nav-next .news-nav-dir {
  justify-content: flex-end;
}

.news-nav-title {
  font-family: "MyriadWebProRegular", arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.35;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .news-card,
  .news-card-img,
  .news-card-title,
  .news-card-more i,
  .news-nav-link {
    transition: none;
  }
  .news-card:hover .news-card-img {
    transform: none;
  }
}
/* purgecss end ignore */
/* ========================================================= */

/*# sourceMappingURL=app.css.map*/