<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/********************/
/*  GLOBAL STYLE    */
/********************/

html {
	font-size: 16px;
	line-height: 1.5em;
}

body {
	padding: 0;
	margin: 0;
	background: #ffffff;
	color: #555555;
	font-family: 'Muli', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5em;
}

a {
	color: #17468f;
	text-decoration: none;
}

  a:hover {
        color: #00aeef;
	text-decoration: underline;
  }

p {
	margin: 20px 0;
}

  p.top {
	margin: 0 0 20px 0;
  }

  p.bottom {
	margin: 20px 0 0 0;
  }

ul {
	margin: 0;
	padding: 0;
	line-height: 21px;
	list-style-type: none;
}

  ul.bullets {
	margin: 0 20px 20px 20px;
  }

    ul.bullets.pcf {
	margin: 40px 0;
    }

    ul.bullets li {
	padding: 0 0 0 18px;
	margin: 0 0 8px 0;
	background: url('../images/home_products_bullet.png') no-repeat left 8px;
	background-size: 6px 6px;
	line-height: 1.3em;
    }

hr {
	display: block;
	padding: 0;
	margin: 30px 0;
	border: 0;
	height: 1px;
	color: #d5d5d5;
	background-color: #d5d5d5;
}

h1 {
	padding: 0;
	margin: 0 0 30px 0;
	border: 0;
	font-size: 2.0rem;
	font-weight: 300;
	color: #111111;
	line-height: 1.25em
}

h2 {
	padding: 0;
	margin: 0 0 25px 0;
	border: 0;
	font-size: 1.4rem;
	font-weight: 400;
	color: #17468f;
	line-height: 1.27em;
	text-align: left;
}

h3, h4 {
	padding: 0;
	margin: 0 0 10px 0;
	border: 0;
	font-size: 1.25rem;
	font-weight: 700;
	color: #222222;
	line-height: 1.33em;
}

.small {
	font-size: .75rem;
	line-height: 1.5em;
}

.smaller {
	font-size: .0.6875rem !important;
}

.large {
	font-size: 1.25rem;
	line-height: 1.4em;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.gray {
	color: #999999;
}

.red {
	color: #cc0000;
}

.green {
	color: #008000;
}

address {
	font-style: normal;
}

.alert {
	padding: 0 0 0 35px;
	margin: 0 0 25px 0;
	border: 0;
	background: url('../images/alert.png') no-repeat left top;
	color: #cc0000;
	line-height: 25px;
}

.success {
	padding: 0 0 0 35px;
	margin: 0 0 25px 0;
	border: 0;
	background: url('../images/check.png') no-repeat left top;
	color: #008000;
	line-height: 25px;
}

/********************/
/*  HEADER          */
/********************/

#header-main {
	position: fixed;
	left: 0px;
	top: 0px;
	float: none;
	padding: 0;
	margin: 0;
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
	box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
	width: 100%;
	z-index: 99;
}

  #header-main .wrapper {
	padding: 0;
	margin: 0 auto;
	width: 98%;
	overflow: hidden;
  }

  #header-main-left {
	float: left;
	padding: 6px 0;
	margin: 0;
	width: 195px;
  }

    #header-main-left img {
	display: block;
    }

  #header-main-center {
	float: left;
	width: calc(100% - 390px);
	text-align: center;
  }

  #header-main-center a,
  #link-signin,
  #user-info {
	display: inline-block;
	padding: 0 20px 3px 20px;
	margin: 0;
	font-size: 1.0rem;
	font-weight: 500;
	color: #333333;
	height: 66px;
	line-height: 66px;
	text-decoration: none;
	box-sizing: border-box;
  }

  #header-main-center a#link-signin,
  #user-info {
	border-left: 1px solid #dddddd;
	font-size: 0.875rem;
	color: #666666;
  }

    #user-info:hover {
	background: none !important;
	color: #333333;
	cursor: default;
    }

    #user-info img {
	display: inline;
	vertical-align: top;
	margin: 23px 0 0 8px;
	cursor: pointer;
	filter: gray;
	-webkit-filter: grayscale(100%);
	opacity: 0.5;
    }

      #user-info img:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
	opacity: 1.0;
      }

    #header-main-center span b {
	color: #111111;
    }

    #header-main-center a:hover,
    #header-main-center a.on {
	background: url('../images/menu-link-bg.png') no-repeat center bottom;
	color: #00aeef;
	text-decoration: none;
	cursor: pointer;
    }

    #header-main-center a#link-signin:hover,
    #header-main-center a#link-signin.on {
	background: url('../images/menu-link-bg.png') no-repeat center bottom;
	color: #00aeef;
	cursor: pointer;
    }

  #header-main-right {
	float: left;
	padding: 11px 0;
	margin: 0;
	width: 195px;
	overflow: hidden;
	text-align: right;
  }

    #header-main-right a.button {
	display: inline-block;
	padding: 0 30px;
	margin: 0;
	border-left: 0;
	border-bottom: 0;
	background: #17468f;
	border-radius: 21px;
	font-size: 1.0rem;
	font-weight: 500;
	color: #ffffff;
	height: 42px;
	line-height: 42px;
	text-decoration: none;
	vertical-align: top;
    }

      #header-main-right a.button:hover {
	background: #1e5cbb;
	text-decoration: none;
      }

/********************/
/*  SIGN IN BOX     */
/********************/

#signin-form-box {
	display: none;
	position: absolute;
	left: 811px;
	top: 67px;
	padding: 15px;
	border: 2px solid #00aeef;
	background: #ffffff;
	width: 320px;
	box-sizing: border-box;
	z-index: 99;
}

  #signin-form-box .alert,
  #signin-form-box .success {
	padding: 0 0 0 33px;
	margin: 0 0 12px 0;
	font-size: 0.8125rem;
	text-align: left;
	min-height: 25px;
	line-height: 1.4em;
  }

  .signin-select {
	display: block;
	padding: 6px 10px;
	margin: 12px 0 0 0;
	border: 1px solid #dddddd;
	font-size: 0.75rem;
	font-weight: 500;
	color: #666666;
	width: 100%;
	max-width: 600px;
	box-sizing: border-box;
  }

    .signin-select b {
	color: #333333;
    }

    .signin-select:hover {
	border: 1px solid #17468f;
	background: #17468f;
	color: #dddddd;
	text-decoration: none;
	cursor: pointer;
    }

      .signin-select:hover b {
	color: #ffffff;
      }

  #signin-form-loader {
	display: none;
	padding: 5px 0 0 0;
	margin: 0;
  }

  #signin-form-box div.center {
	padding: 0;
	margin: 12px 0 0 0;
	font-size: 0.8125rem;
	color: #333333;
	line-height: 1.5em;
  }

    #signin-form-box div.center:first-child {
	margin: 0;
    }

    #signin-form-box input[type="text"],
    #signin-form-box input[type="email"] {
	font-size: 0.875rem;
	height: 36px;
    }

    #signin-form-box input[type="button"] {
	padding: 0 20px;
	border-radius: 16px;
	font-size: 0.875rem;
	height: 32px;
	line-height: 32px;
    }

    #signin-form-box div.center:last-child {
	margin: 18px 0 0 0;
	font-size: 0.75rem;
	color: #888888;
    }

    #signin-form-box div a {
	padding: 0;
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 400;
	color: #17468f;
	height: auto;
	line-height: 1.5em;
	text-decoration: underline;
    }

      #signin-form-box div a:hover {
	background: none;
	color: #00aeef;
	text-decoration: underline;
      }

  #signin-form-container {
	margin: 0 auto;
	width: 100%;
	max-width: 650px;
  }

    #g_signin_box {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 320px;
    }

/********************/
/*  CONTENT         */
/********************/

.wrapper {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

.iwrap {
	width: 100%;
	overflow: hidden;
}

.fifty {
	width: 50%;
}

.seventy-five {
	margin: 0 auto;
	width: 60%;
}

.fifty-center {
	margin: 0 auto;
	width: 50%;
}

#content {
	padding: 30px 0;
	margin: 67px 0 0 0;
	background: #ffffff;
	box-sizing: border-box;
	min-height: 500px;
}

  #content.blog {
	margin: 67px auto 30px auto;
	width: 100%;
	max-width: 1170px;
  }

  #content .wrapper {
	padding: 0;
	background: #ffffff;
	box-sizing: border-box;
  }

.subscription-wrapper {
	padding: 0;
	margin: 0 auto;
	width: 40%;
}

.help-icon,
ul.level-data li span.help-icon {
	display: inline-block;
	padding: 0 0 0 1px;
	margin: 0 0 0 12px;
	border: 0;
	background: #aaaaaa;
	border-radius: 50%;
	font-size: 0.6875rem;
	font-family: 'Muli';
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	width: 14px;
	height: 14px;
	line-height: 14px;
	box-sizing: border-box;
}

  .help-icon:hover,
  ul.level-data li span.help-icon:hover {
	background: #666666;
	cursor: pointer;
  }

img.help {
	display: inline-block;
	padding: 0;
	margin: 3px 0 0 12px;
	border: 0;
	vertical-align: top;
	opacity: 0.6;
}

  img.help:hover {
	cursor: pointer;
	opacity: 1;
  }

/********************/
/*  CONTACT FORM    */
/********************/

.pcf-left {
	float: left;
	width: 45%;
}

  .pcf-left img {
	display: block;
	margin: 0;
	width: 100% !important;
	height: auto !important;
  }

.pcf-right {
	float: right;
	width: 45%;
}

  .pcf-right h3 {
	margin: 0 0 12px 0;
	font-size: 1.5rem;
	font-weight: 600;
  }

  .pcf-right .contact-form div.fields {
	padding: 0;
	margin: 10px 0 0 0;
	width: 100%;
  }

    .pcf-right .contact-form div.fields input[type="text"]#contact-firstname {
	width: 49%;
    }

    .pcf-right .contact-form div.fields input[type="text"]#contact-lastname {
	width: 49%;
	margin-left: 2%;
    }

  .pcf-right .contact-form div {
	padding: 0;
	margin: 10px 0 0 0;
	width: 100%;
  }

  .pcf-right #contact-form-message {
	display: none;
	padding: 0;
	margin: 0 0 5px 0;
	width: 100%;
	color: #666666;
	text-align: left;
	line-height: 1.4em;
  }

    .pcf-right #contact-form-message span {
	display: block;
	margin: 0 0 3px 0;
	font-weight: 600;
	color: #00aeef;
    }

/********************/
/*  BLOG            */
/********************/

#blog-grid { 
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(31%, 31%));
	column-gap: 3.5%;
	row-gap: 40px;
	align-items: stretch;
	padding: 0 10px 0 0;
	margin: 0 0 40px 0;
}

  #blog-grid &gt; .blog-article {
	position: relative;
	padding: 0;
	margin: 0;
	border: 1px solid #dddddd;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
  }

    #blog-grid &gt; .blog-article:hover {
	border: 1px solid #17468f;
    }

    #blog-grid &gt; .blog-article a {
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
    }

      #blog-grid &gt; .blog-article a:after {
	background-color: transparent;
	bottom: -2px;
	content: "";
	left: -2px;
	pointer-events: auto;
	position: absolute;
	right: -2px;
	top: -2px;
	z-index: 1;
      }

  .blog-article-image {
	position: relative;
	display: block;
	width: 100%;
	height: 180px;
	overflow: hidden;
  }

    .blog-article-image img {
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
	width: 100%;
	height: auto;
	min-height: 180px;
    }

  .blog-article-body {
	display: block;
	padding: 10px 12px;
	width: 100%;
	box-sizing: border-box;
  }

    .article-title {
	margin: 0 0 12px 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
    }

      .article-title a {
	color: #222222;
      }

        .article-title a:hover {
		color: #17468f;
		text-decoration: none;
        }

    .article-text {
	padding: 0;
	margin: 0 0 3.0rem 0;
	font-size: 13px;
	color: #888888;
	line-height: 20px;
	height: 120px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	white-space: pre-wrap;
    }

    .article-button {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 12px 0;
	margin: 0;
	width: 100%;
	text-align: center;
    }

      .article-button span {
	display: inline-block;
	padding: 0 24px;
	margin: 0;
	border: 1px solid #cccccc;
	border-radius: 1.0em;
	background: #ffffff;
	font-size: 0.875rem;
	font-weight: 500;
	color: #333333;
	height: 2.0em;
	line-height: 2.0em;
      }

  .blog-article-left {
	float: left;
	width: 75%;
  }

    .blog-article-left p:first-child {
	margin-top: 0;
    }

    .blog-article-left figure {
	float: none;
	display: block;
	padding: 0;
	margin: 0;
    }

    .blog-article-left img {
	max-width: 100%;
	height: auto;
    }

    .blog-article-left h1 {
	margin-bottom: 20px;
    }

    .blog-article-left .article-info {
	margin: 0;
	color: #222222;
    }

      .blog-article-left .article-info span {
	color: #888888;
      }

    .blog-article-left .article-nav {
	margin: 20px 0 0 0;
	font-size: 0.875rem;
    }

      .blog-article-left .article-nav b {
	font-weight: 600;
      }

  .blog-article-right {
	float: right;
	width: 20%;
  }

    .blog-article-right h2 {
	color: #222222;
    }

  .blog-article-related {
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #e2e2e2;
	width: 100%;
	overflow: hidden;
  }

    .blog-article-related a:hover {
	text-decoration: none;
    }

    .blog-article-right .blog-article-related:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
    }

  .article-related-image {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
  }

    .article-related-image img {
	display: block;
	max-width: 100%;
	height: auto;
    }

  .article-related-title {
	display: block;
	padding: 0;
	margin: 6px 0 0 0;
	font-size: 18px;
	font-weight: 500;
	color: #222222;
	width: 100%;
	line-height: 23px;
	text-decoration: none;
  }

    .blog-article-related a:hover .article-related-title {
	color: #17468f;
	text-decoration: none;
    }

/********************/
/*  TESTIMONIALS    */
/********************/

.testimonial {
	width: 100%;
	overflow: hidden;
}

  .testimonial-left {
	float: left;
	width: 30%;
	font-size: 13px;
	line-height: 21px;
	text-align: center;
  }

    .testimonial-left .photo {
	margin: 0;
    }

      .testimonial-left .photo img {
	border: 1px solid #cccccc;
	border-radius: 50%;
      }

    .testimonial-left .bottom {
	margin: 6px 0 0 0;
    }

  .testimonial-right {
	float: right;
	padding-top: 20px;
	width: 60%;
	font-size: 16px;
	line-height: 24px;
  }

    .testimonial-right span {
	font-size: 24px;
	font-weight: 600;
	color: #222222;
    }

/********************/
/*  PAGE LINKS      */
/********************/

.page-links {
	padding: 0;
	margin: 0;
	text-align: center;
}

  .page-links a {
	display: inline-block;
	padding: 0 24px;
	margin: 0 20px;
	border: 1px solid #cccccc;
	border-radius: 1.25em;
	background: #ffffff;
	font-size: 1.0rem;
	font-weight: 500;
	color: #333333;
	line-height: 2.5em;
	text-decoration: none;
	box-sizing: border-box;
  }

    .page-links a:hover {
	border: 1px solid #17468f;
	background: #17468f;
	color: #ffffff;
	text-decoration: none;
    }

/********************/
/*  FORMS           */
/********************/

form {
	padding: 0;
	margin: 0;
}

input[type="text"],
input[type="number"],
input[type="email"],
textarea {
	padding: 10px;
	margin: 0;
	border: 2px solid #d7e0ed;
	border-radius: 0;
	font-family: 'Muli', sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	color: #444444;
	width: 100%;
	height: 2.625rem;
	box-sizing: border-box;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
}

textarea {
	height: auto;
}

select {
	padding: 0 5px;
	margin: 0;
	border: 2px solid #d7e0ed;
	border-radius: 0;
	background: url('../images/select-arrow-custom.png') no-repeat right top;
	font-family: 'Muli', sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	color: #444444;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

  input[type="text"]:focus,
  input[type="email"]:focus,
  textarea:focus {
	border: 2px solid #80bdff;
	outline: 0;
  }

  select:focus {
	border: 2px solid #80bdff;
	outline: 0;
	background-position: right -38px;
  }

  input[type="text"]:disabled {
	background: #ffffff;
	opacity: 0.75;
  }

input[type="submit"],
input[type="button"] {
	display: inline-block;
	padding: 0 30px;
	margin: 0;
	border: 0;
	background: #17468f;
	border-radius: 20px;
	font-family: 'Muli', sans-serif;
	font-size: 1.0rem;
	font-weight: 600;
	color: #ffffff;
	width: auto;
	height: 2.5rem;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
}

  input[type="submit"]:hover,
  input[type="button"]:hover {
	background: #1e5cbb;
  }

/********************/
/*  FOOTER          */
/********************/

#footer-main {
	float: none;
	padding: 30px 0;
	margin: 0;
	border-top: 3px solid #00aeef;
	font-size: 0.8125rem;
	font-weight: 500;
	width: 100%;
	overflow: hidden;
}

  #footer-main .wrapper {
	width: 70%;
  }

  #footer-main .column {
	float: left;
	padding: 0 30px;
	width: 25%;
	box-sizing: border-box;
  }

    #footer-main .column .promo-text {
	padding: 8px 10px 10px 10px;
	margin: 0;
	border: 2px dotted #636566;
	font-size: 1.25rem;
	font-weight: 700;
	color: #333536;
	line-height: 1.2em;
    }

    #footer-main .column p {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 0.8125rem;
	font-weight: 500;
	color: #444444;
	line-height: 1.5em;
    }

    #footer-main .column .subscribe-form div {
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
    }

    #footer-main .column input[type="text"] {
	float: left;
	padding: 5px;
	margin: 0;
	margin: 0;
	width: 70%;
	height: 2.0rem;
	box-sizing: border-box;
    }

    #footer-main .column input[type="submit"] {
	float: right;
	padding: 0;
	background: #666666;
	border-radius: 1.0rem;
	font-size: 0.8125rem;
	font-weight: 500;
	width: 28%;
	line-height: 1.8em;
	height: 2.0rem;
	box-sizing: border-box;
    }

      #footer-main .column input[type="submit"]:hover {
	background: #1e5cbb;
      }

    #subscribe-message-box {
	display: none;
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.5em;
    }

    #footer-main .column hr {
	margin: 12px 0;
    }

    #footer-main .column .social {
	margin: 0;
    }

      #footer-main .column .social a {
	display: inline-block;
	padding: 5px 0;
	margin: 0 20px 0 0;
	border: 2px solid #c2c3c6;
	background: #ffffff;
	width: 35px;
	height: 35px;
	box-sizing: border-box;
      }

        #footer-main .column .social a span {
		display: inline-block;
		width: 100%;
		height: 21px;
        }

          #footer-main .column .social a:hover span {
		background-position: center -21px;
          }

        #fl-social-fb span {
		background: url('../images/social-fb-bg.png') no-repeat center top;
        }

          #footer-main .column .social a#fl-social-fb:hover {
		border: 2px solid #3D5a96;
		background: #3D5a96;
          }

        #fl-social-tw span {
		background: url('../images/social-tw-bg.png') no-repeat center top;
        }

          #footer-main .column .social a#fl-social-tw:hover {
		border: 2px solid #59adeb;
		background: #59adeb;
          }

        #fl-social-li span {
		margin-right: 0;
		background: url('../images/social-li-bg.png') no-repeat center top;
        }

          #footer-main .column .social a#fl-social-li:hover {
		border: 2px solid #127cb3;
		background: #127cb3;
          }

    #footer-main .column h3 {
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
	border: 0;
	border-bottom: 1px solid #dddddd;
	font-size: 0.75rem;
	font-weight: 700;
	color: #333333;
	line-height: 1.5em;
	text-transform: uppercase;
    }

    #footer-main .column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
    }

      #footer-main .column ul li {
	margin: 10px 0 0 0;
      }

        #footer-main .column ul li:nth-child(1) {
		margin-top: 0;
        }

        #footer-main .column ul li a {
		color: #636566;
        }

          #footer-main .column ul li a:hover {
  	      color: #00aeef;
          }

  #footer-main hr {
	margin: 30px 0;
  }

/********************/
/*  MEDIA QUERIES   */
/********************/

@media (min-width : 800px) and (max-width : 1024px) {
  html, body {
	  font-size: 11px;
  }
}

@media (min-width : 1025px) and (max-width : 1180px) {
  html, body {
	  font-size: 12px;
  }
}

@media (min-width : 1181px) and (max-width : 1318px) {
  html, body {
	  font-size: 13px;
  }
}

@media (min-width : 1319px) and (max-width : 1500px) {
  html, body {
	  font-size: 14px;
  }
}

/********************/
/*  MOBILE          */
/********************/

@media (max-width: 1040px) {

  #blog-grid { 
	grid-template-columns: repeat(auto-fill, minmax(48%, 48%));
	grid-gap: 4%;
	padding: 0;
  }

  #blog-grid &gt; .blog-article {
	box-shadow: none;
  }

}

@media (max-width: 520px) {

  #blog-grid { 
	grid-template-columns: repeat(auto-fill, minmax(100%, 100%));
	grid-gap: 0;
	row-gap: 30px;
  }

}

@media (max-width: 1170px) {

  .wrapper {
	padding: 0 1%;
	margin: 0 auto;
	width: 98%;
  }

  #header-main-center a,
  #header-main-center span {
	display: inline-block;
	padding: 0 15px 3px 15px;
	margin: 0;
	font-size: 1rem;
  }

  h1 {
	font-size: 1.5rem;
  }

  #content {
	padding: 20px 15px 30px 15px;
	box-sizing: border-box;
  }

  .fifty {
	margin: 0;
	width: 100%;
  }

  .seventy-five {
	margin: 0;
	width: 100%;
  }

  .fifty-center {
	margin: 0;
	width: 100%;
  }

  #footer-main .column {
	padding: 0 20px;
  }

  #footer-main .column:first-of-type {
	padding: 0 20px;
  }

  #footer-main .column input[type="submit"] {
	font-size: 0.75rem;
  }

}

@media (max-width: 800px) {

  html, body {
	font-size: 16px;
  }

}

@media (max-width: 1040px) {

  .wrapper {
	max-width: none;
	box-sizing: border-box;
  }

  #header-main {
	position: static;
	padding: 8px 10px 0 10px;
	box-sizing: border-box;
  }

    #header-main .wrapper {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 82px;
    }

    #header-main-left {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	width: auto;
	height: 36px;
    }

      #header-main-left img {
	height: 36px;
	width: auto;
      }

    #header-main-center {
	position: absolute;
	left: 0;
	bottom: 0;
	float: none;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
margin: 0;
border-top: 1px solid #eeeeee;
    }

      #header-main-center a {
	padding: 0 12px;
	font-size: 0.75rem;
	height: 34px;
	line-height: 34px;
      }

        #header-main-center a:first-child {
		display: none;
        }

      #link-signin,
      #user-info {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	border-left: 0;
	font-size: 0.6875rem;
	height: 36px;
	line-height: 36px;
      }

        #signin-form-box a {
		display: inline !important;
        }

        #user-info img {
		margin: 8px 0 0 8px;
        }

    #header-main-right {
	display: none;
	float: right;
	padding: 0;
	margin: 0;
	width: auto;
    }

      #header-main-right a.button {
	padding: 0 15px;
	border-radius: 18px;
	font-size: 0.75rem;
	height: 36px;
	line-height: 36px;
      }

  #content {
	margin: 0;
  }

  #content.blog {
	margin: 0;
	width: 100%;
	max-width: none;
  }

  .pcf-left {
	float: none;
	margin: 0;
	width: 100%;
  }

  .pcf-right {
	float: none;
	margin: 30px 0 0 0;
	width: 100%;
  }

  ul.bullets.pcf {
	margin: 25px 0;
  }

  .blog-article-left {
	float: none;
	width: 100%;
  }

  .blog-article-right {
	float: none;
	width: 100%;
  }

    .blog-article-right h2 {
	text-align: center;
    }

  #footer-main {
	padding: 30px 10px;
	box-sizing: border-box;
  }

    #footer-main .wrapper {
	padding: 0;
	width: 100%;
    }

    #footer-main .column {
	float: none;
	padding: 0;
	margin: 30px 0 0 0;
	width: 100%;
    }

      #footer-main .column:first-of-type {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	width: 100%;
      }

}


</pre></body></html>