@charset "UTF-8";
/* article */
.category-tree .section h3, .section-tree .section h3 {
  padding: 0;
  margin: 0;
}
.category-tree .section h3 a, .section-tree .section h3 a {
  display: block;
  border: none;
  /*background-color: #411750;*/
  background-color: #444444;
  font-weight: bold;
  color: #fffffb;
  padding: 8px .5em;
}
.category-tree .section a.see-all-articles:link {
  color: #2F3E46;
}
.category-tree .section a.see-all-articles:visited {
  color: #2F3E46;
}
.category-tree .section a.see-all-articles:hover {
  color: #2F3E46;
}
.category-tree .category:nth-child(odd) {
  border-bottom: solid 1px rgb(227, 215, 159);  
}
.section-tree .section a.see-all-articles:link {
  color: #2F3E46;
}
.section-tree .section a.see-all-articles:visited {
  color: #2F3E46;
}
.section-tree .section a.see-all-articles:hover {
  color: #2F3E46;
}
/* article */
ul.article-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.article-list li {
  list-style: none;
  margin: 0;
/*  padding: 4px 3px;*/
}
/*
ul.article-list li:nth-child(even) {
  background-color: rgb(233, 222, 168);  
}
ul.article-list li:nth-child(odd) {
  border-bottom: rgb(227, 215, 159);
}
*/
ul.article-list li a {
  /*background: #fafafa;*/
  font-weight: bold;
  color: #444;
  display: block;
  position: relative;
  overflow: visible;
  text-align: left;
  border-width: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding: 10px;
  overflow: auto;
  white-space: normal;
  color: #2F3E46;
  text-decoration: none!important;
}

.article header h1 {
  background: #b6bec9;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  padding: 15px;
}

.article .article-column {
  padding: 0;
  font-size: 14.6667px;
  border: none;
  width: 100%;
}
.article .article-column .article-body {
  padding: 10px;
}
.article .article-column .article-body p.wysiwyg-text-align-center a {
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  background: #B6316A;
  color: #fff;
  padding: 10px 30px;	
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.copyright {
  padding: 1em 10px;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  font-size: .8em;
  color: #666;
  margin: 1em auto;
}
/*-base-*/
/* Base styles */
*, input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  /*background-color: #4d4d4d;*/
}
body {
  color: #111111;
  font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
  font-size: 13px;
  /*font-weight: lighter;*/
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
img[width], img[height] {
  max-width: none;
}
figure > img {
  display: block;
}
a {
  color: #1a74b0;
  font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
}
h2 a, h3 a{
  text-decoration: none;
}
/*
a:hover {
  text-decoration: underline;
}*/
ul, ol {
  list-style: none;
  padding: 0 0 0 5px;
}
table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
[dir=rtl] table {
  text-align: right;
}
td, th {
  border-color: rgb(123, 63, 144);
  border-style: solid;
  padding: 12px;
}
th {
  border-width: 1px;
  color: #bebebe;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
}
td {
  border-width: 1px;
}
h1, h2, h3, h4, h5, h6 {
  color: rgb(65, 23, 80);
  font-weight: 400;
}
h1 {
/*
  font-size: 20px;
  margin: 0 0 0 0;
*/
  font-size: 16px;
  padding: 8px .5em;
  margin: 0;
  background-color: #411750;
  color: #fffffb;
  font-weight: bold;
}

input, label {
  display: inline-block;
  vertical-align: middle;
}
label {
  font-size: 12px;
}
input[type="checkbox"] + label {
  margin-left: 5px;
}
input, textarea {
  border: 1px solid #dddddd;
  border-radius: 2px;
  padding: 10px;
}
textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}
textarea, input[type=text] {
  width: 100%;
}
input, textarea, select {
  color: #555;
}
input::-ms-clear {
  display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: #cccccc;
}
:-ms-input-placeholder {
  color: #cccccc;
}
::-moz-placeholder {
  color: #cccccc;
}
/* Buttons */
button, [role=button], [type=button], [type=submit] {
  border-radius: 4px;
  border: 1px solid #dddddd;
  color: #1a74b0;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}
a[role=button]:hover {
  text-decoration: none;
}
input[type=submit] {
  background: #444;
  border-color: transparent;
  color: #FFF;
  padding: 10px 30px;
}
input[type=submit][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: 0.4;
}
button img, [role=button] img {
  border-radius: 4px;
  margin: 0 5px 0 0;
  height: 20px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
[dir=rtl] button img, [dir=rtl] [role=button] img {
  margin: 0 0 0 5px;
}
/* Forms */
.form {
  max-width: 100%;
  padding: 0 5px 0 5px;
}
.form-field + .form-field {
  margin-top: 25px;
}
.form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}
.form-field.required > label:after {
  content: "*";
  color: red;
  margin-left: 2px;
}
.form-field p {
  color: #bebebe;
  font-size: 11px;
}
.form-field input[type=number], .form-field input.datepicker {
  width: 150px;
}
.form form + form, .searchbox {
  margin-top: 25px;
}
.form div.form-field p {
  display:none;
}
.request-form div.select  label {
  display:none;
}
.request-form div a {
  display:none;
}
div[class*="request_custom_fields_"] {
    display:none;
}
.searchbox-suggestions {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 10px 20px;
}
.searchbox-suggestions li {
  padding: 5px 0;
}
[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("/hc/theming_assets/01HZKNHG18AGHBNEF1AVND34QY") 99% 50% no-repeat;
  background-size: 16px 16px;
}
.form footer {
  border-top: 1px solid #eeeeee;
  margin-top: 40px;
  padding-top: 30px;
  text-align: right;
}
.form footer a {
  color: #cccccc;
  cursor: pointer;
  margin-right: 15px;
}
/* Navigation menus */
.nav li, .nav-bordered li, .nav-spaced li {
  display: inline-block;
  font-weight: bold;
}
.nav li a, .nav-bordered li a, .nav-spaced li a {
  font-weight: normal;
}
.nav-bordered li + li {
  border-color: #eeeeee;
  border-style: solid;
  border-width: 0 0 0 1px;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
}
[dir=rtl] .nav-bordered li + li {
  border-width: 0 1px 0 0;
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
}
.nav-spaced li + li {
  margin: 0 0 0 40px;
}
[dir=rtl] .nav-spaced li + li {
  margin: 0 40px 0 0;
}
/* Breadcrumbs */
.breadcrumbs li {
  color: #bebebe;
  display: inline-block;
  font-size: 13px;
  margin: 10px 0 0 0;
}
.breadcrumbs li + li:before {
  content: ">";
  margin: 0 4px;
}
.breadcrumbs li a {
  color: #111111;
}
/* Labels */
.label, .request-status {
  border-radius: 20px;
  display: inline-block;
  font-size: 10px;
  padding: 3px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}
/* Metadata */
.meta, .meta-group {
  color: #cccccc;
  display: inline-block;
  font-size: 11px;
}
.meta-group * + *:before {
  content: "\2022";
  font-size: 8px;
  margin: 0 10px;
}
/* Helper classes */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* Social share links */
.share {
  white-space: nowrap;
}
.share li, .share a {
  display: inline-block;
}
.share a {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
}
.share a:before {
  background: #CCC;
  border-radius: 50%;
  color: #FFF;
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 100%;
}
.share a:hover {
  text-decoration: none;
}
.share-twitter:before {
  content: "\F309";
}
.share-facebook:before {
  content: "\F30C";
}
.share-linkedin:before {
  content: "\F318";
}
.share-googleplus:before {
  content: "\F30F";
}
/* Pagination */
.pagination {
  margin: 20px 0;
  text-align: center;
}
.pagination * {
  display: inline-block;
}
.pagination li {
  border: 1px solid #eeeeee;
  float: left;
  margin-left: -1px;
}
[dir=rtl] .pagination li {
  float: right;
}
.pagination a, .pagination span {
  color: inherit;
  font-size: 12px;
  padding: 5px 12px;
}
.pagination-current {
  background-color: #f9f9f9;
  color: #bebebe;
}
.pagination-first {
  border-radius: 3px 0 0 3px;
}
[dir=rtl] .pagination-first {
  border-radius: 0 3px 3px 0;
}
.pagination-last {
  border-radius: 0 3px 3px 0;
}
[dir=rtl] .pagination-last {
  border-radius: 3px 0 0 3px;
}
/* Markdown styles */
.markdown {
  word-wrap: break-word;
  line-height: 1.7;
}
.markdown img {
  max-width: 100%;
}
.markdown hr {
  background-color: rgb(164,160,138);
  border: 0;
  height: 1px;
}
.markdown ul, .markdown ol {
  list-style-position: inside;
  padding: 0 15px;
}
.markdown ul {
  list-style-type: disc;
}
.markdown ol {
  list-style-type: decimal;
}
.markdown pre {
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.markdown blockquote {
  border-left: 1px solid #eeeeee;
  color: #bebebe;
  font-style: italic;
  padding: 0 15px;
}
/* ====================================================
   Default variables
   ==================================================== */
/*
 * Overrides
 */
[role=main] .sub-nav {
  padding: 0;
}
/* ====================================================
   Content frame
   ==================================================== */
.header-inner {
  display: table;
}

main, .header-inner, .footer-inner {
  margin: 0 auto;
  width: 100%;
}
/* ====================================================
   Home
   ==================================================== */
.hero-unit {
  overflow: hidden;
}
.help-center-name {
  float: left;
  margin: 0 0 40px;
  font-size: 34px;
  font-weight: bold;
  color: #f8f8f8;
}
/* ====================================================
   Navigation pages: Home, Category and Section
   ==================================================== */
.knowledge-base, .community {
  display: table;
}
body.community-enabled .knowledge-base {
  float: left;
  /*width: 63%;*/
}
.knowledge-base {
  width: 100%;
}
.knowledge-base h4, .community h4 {
  margin: 0 0 5px;
}
.community h4 {
  font-size: 16px;
}
.community {
  width: 35%;
  float: right;
  padding-top: 76px;
}
.community .recent-activity {
  padding: 0;
  width: auto;
  background: #ffffff;
}
.community .recent-activity-loader:before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
}
.community > div {
  margin-bottom: 20px;
  padding: 20px;
  background: #ffffff;
  border-radius: 5px;
}
.community h2 {
  margin: 0 0 15px;
  font-size: 13px;
  text-transform: uppercase;
}
.community h2 a {
  font-size: 12px;
  margin-left: 5px;
}
.community h4 a {
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
}
.community li {
  margin-bottom: 10px;
}
.article-list > li {
  margin-bottom: 10px;
  background: #ffffff;
  border-radius: 5px;
  font-size: 16px;
}
.article-list > li > a:before {
  font-family: "entypo";
  content: " >";
  padding-right: 10px;
  font-size: 1.2em;
  float: right;
}
.article-list > li > a[aria-selected="true"]:before {
  content: "- ";
}
.article-list > li > a:hover {
  text-decoration: none;
}
.category > h2,
.section > h2 {
  margin: 0 0 1px 0;
  font-size: 16px;
  font-weight: bold;
  color: #111111;
}
.category > h2 a, .section > h3 a {
  display: block;
  position: relative;
  color: inherit;
  padding: 8px 25px 8px 8px;
}

.category > h2 a:after, .category > h3 a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  background: transparent;
  border-top: solid 2px #321e0e;
  border-right: solid 2px #321e0e;
  opacity: 0.8;
}

.category > h3,
.section > h3 {
  margin: 0 0 5px;
  font-size: 16px;
  color: #111111;
}
.section {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  width: 100%;
  color: #111111;
}

.knowledge-page-header h1 {
  font-size: 16px;
  font-weight: bold;
  padding: 8px .5em;
  background-color: #411750;
  color: #fffffb;  
}
/* ====================================================
   Promoted tooltip
   ==================================================== */
.article-promoted > span {
  cursor: default;
  margin-right: 5px;
  float: right;
  margin-top: 3px;
  position: relative;
}
.article-promoted > span:before,
.article-promoted > span:after {
  display: none;
  position: absolute;
}
.article-promoted > span:hover:before,
.article-promoted > span:hover:after {
  display: block;
}
.article-promoted > span:before {
  background: #222;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  color: #FFF;
  content: attr(data-title);
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}
.article-promoted > span:after {
  border-bottom: 5px solid #222;
  border-bottom: 5px solid rgba(0, 0, 0, 0.85);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}
.see-all-articles {
  display: inline-block;
  font-size: 12px;
  padding: 10px 0;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  text-align: right;
  position: relative;
  padding: 8px 25px 8px 8px;
}
.see-all-articles:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  background: transparent;
  border-top: solid 2px #321e0e;
  border-right: solid 2px #321e0e;
  opacity: 0.8;
}
.category-description, .section-description {
  color: #8E8E8E;
  margin-bottom: 40px;
}
.section-subscribe, .section-unsubscribe, .article-subscribe, .article-unsubscribe {
  float: right;
  margin-top: 5px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: none;
  padding-top: 1px;
  height: 30px;
  line-height: 28px;
  padding: 0 20px;
}
.section-subscribe [role=button], .section-unsubscribe, .article-subscribe, .article-unsubscribe {
  color: #1a74b0;
  border: 0;
  box-shadow: none;
  /* margin-bottom: 5px; */
}
.section-subscribe .dropdown-toggle:after {
  color: #1a74b0;
}
.category-list a, .section-list a {
  color: inherit;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
}
.category-tree-with-article .article-list > li > a,
.section-tree-with-article .article-list > li > a {
  display: block;
}
.category-tree-with-article a[aria-selected="false"] + article,
.section-tree-with-article a[aria-selected="false"] + article {
  display: none;
}
.category-tree-with-article .loader:after,
.section-tree-with-article .loader:after {
  content: '...';
}
.category-tree-with-article .article-body + a:last-child,
.section-tree-with-article .article-body + a:last-child {
  display: inline-block;
  margin-top: 25px;
  font-size: 11px;
}
/* ====================================================
   Header
   ==================================================== */
.header {
  /*background: #FAFAFA;*/
  background: #e9dea8;
}
.logo {
  float: left;
}
.logo a {
  display: inline-block;
  line-height: 45px;
}
.logo img {
  vertical-align: middle;
  max-height: 40px;
}
.user-nav {
  float: right;
  margin-top: 12px;
}
.user-nav > .login {
  margin-left: 20px;
  padding: 0 10px;
}
.user-nav > a:first-child {
  border: none;
}
.login {
  margin-left: 20px;
  background: white;
}
.user-info {
  display: inline-block;
  margin-left: 30px;
}
.user-info .btn {
  background: white;
  padding: 0 10px;
  border: 1px solid #D1D1D1;
  border: 1px solid rgba(0, 0, 0, 0.17);
  border-radius: 2px;
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.03);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  height: 30px;
  line-height: 28px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.language-selector {
  border-right: 1px solid #DDD;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  display: inline-block;
  padding-right: 15px;
  margin-right: 10px;
}
.user-avatar {
  left: -5px;
  max-height: 20px;
  position: relative;
  top: -1px;
}
/* ====================================================
   Search
   ==================================================== */
/*
 * Main search component on the home page
 */
.search input[type=submit],
.search input[type=search] {
  height: 40px;
}
.search input[type=submit] {
  display: none;
}
.search input[type=search] {
  float: right;
  background: #ffffff;
  border-color: #dadada;
  border-color: #dadada;
  border-width: 3px;
  border-radius: 3px;
  padding: 0 12px;
  width: 220px;
}
/*
 * Secondary smaller search component on model pages
 */
.search {
  position: relative;
}
.search:before {
  content: "\1F50D";
  font-family: "entypo";
  font-size: 16px;
  color: #c0c0c0;
  left: 5px;
  line-height: 45px;
  position: absolute;
  top: 0;
}
.search input[type=search] {
  padding: 6px 10px 6px 35px;
}
.search ::-webkit-input-placeholder {
  color: #d9d9d9;
}
.search :-moz-placeholder {
  color: #d9d9d9;
}
.search ::-moz-placeholder {
  color: #d9d9d9;
}
.search :-ms-input-placeholder {
  color: #d9d9d9;
}
/* Columns */
.main-column, .side-column {
  display: inline-block;
  vertical-align: top;
}
.main-column {
  width: 620px;
}
.side-column {
  width: 270px;
  margin-left: 45px;
}
[dir=rtl] .side-column {
  margin-left: 0;
  margin-right: 45px;
}
.page-header {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
}
.page-header > * {
  display: table-cell;
  vertical-align: middle;
}
.page-header > *:first-child {
  width: 100%;
}
.page-header + p {
  color: #bebebe;
  margin: -15px 0 20px 0;
}

/* ====================================================
   Add
   ==================================================== */
html {
	height:100%;
}
body {
	background:#fcf3c6;
	height:100%;
}

section.category {
	margin:0 0;
  /*padding: 4px 3px;*/
	/*border-radius:4px;
	-webkit-border-radius:4px;*/
	/*border:solid 1px rgb(221, 221, 221);*/
}

section.category:nth-child(even) {
  background-color: rgb(233, 222, 168);  
}

section.category:nth-child(odd) {
  border-bottom: rgb(227, 215, 159);
}

.category-tree section.section {
    display: none;
    padding: 0 0 0 0;
    vertical-align: top;
    width: 100%;
}

.category-tree .section > h3 {
	font-size:16px;
	color:#2b2b2b;
	background:#f0f0f0;
	padding: 0 0 0 0;
	border-top:solid 1px rgb(221, 221, 221);
	border-bottom:solid 1px rgb(221, 221, 221);
}
.category-tree .section:first-child > h3 {
	border-top:none;
  border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
}

ul.article-list li {
	background:none;
  /*padding: 4px 3px;*/
	/*height:54px;*/
	/*line-height:54px;*/
	/*border-top:solid 1px rgb(221, 221, 221);*/
	border-radius:0px;
}
ul.article-list li:first-child {
	border-top: none;
}
ul.article-list li a {
	font-size: 16px;
	/*color: #636363;*/
  font-weight: bold;
    display: block;
    position: relative;
    text-align: left;
	/*border:none;*/
  padding: 8px 25px 8px 8px;
    overflow: auto;
    text-decoration: none!important;
	 /*background:url(../images/icon_link.png) no-repeat right center;*/
	 background-size:auto 14px;
}
.article-list > li > a:before {
    content: "";
    padding-right:0px;
    font-size: 1em;
    float:none;
}

.article-list > li:nth-child(even) {
  background-color: rgb(233, 222, 168);  
}

.article-list > li:nth-child(odd) {
  border-bottom: solid 1px rgb(227, 215, 159);
}

.article-list > li a:after, .article-list > li a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  background: transparent;
  border-top: solid 2px #321e0e;
  border-right: solid 2px #321e0e;
  opacity: 0.8;
}

.article {
  padding: 0;
	/*border-bottom:solid 1px rgb(221, 221, 221);*/
}

.article .article-column h1 {
  background:none;
  background-color: rgb(65, 23, 80);
  color: #ffffff;
  font-weight: bold;
  font-size: 12pt;
  padding: 8px .5em;
  margin:0;
}
.article h2 {
  font-size:15px;
  color: #ffffff;
  font-weight: bold;
  padding:5px;
  margin:5px 0px 5px 0;
  background:rgb(65, 23, 80);
	border-radius: 2px;
  -webkit-border-radius: 2px;
}
.article h3 {
  font-weight:bold;
  font-color: rgb(65, 23, 80);
	margin:5px;
  font-size: 15px;
  border-bottom: 1px solid rgb(123, 63, 144);
}
.article h4 {
  font-weight:bold;
  margin: 5px;
}

.article a:link {
  color: #0070c0;
}
.article a:hover {
  color: #0070c0;
}
.article a:visited {
  color: #0070c0;
}

.article ol {
	margin:0px 10px 0px 10px;
	padding:0px 0px;
}
.article .article-body ol li {
  /*padding-left: 10px;*/
	margin-bottom:5px;
	color:#2b2b2b;
}
.article p {
	color: #2d2d2d;
	margin:5px;
}
.article .markdown blockquote {
	border:none;
	color: #2d2d2d;
	font-style:normal;
	padding:0px;
	margin:0 0 10px;
}

.article ul {
	margin:0 10px 10px 10px;
	padding:0;
  list-style-type: disc;
}
.article ul li {
	color:#2b2b2b;
  list-style: inherit;
	line-height: 1.4em;
	margin-bottom: 5px;
  padding-left: 10px;
}
.wysiwyg-font-size-small {
    display: inline-block;
    font-size: 11px;
    color: #7f7f7f;
    line-height: 1.5em;
}

.wysiwyg-text-align-center .article-custom-btn {
    margin: 0 auto;
    display: block;
    width: 350px;
    min-height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    background: #2490D0;
    border: solid 1px #2490D0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
}

.wysiwyg-text-align-center a.article-custom-btn:link {
  color: white;
}
.wysiwyg-text-align-center a.article-custom-btn:visited {
  color: white;
}
.wysiwyg-text-align-center a.article-custom-btn:hover {
  color: white;
}

/*
.wysiwyg-text-align-center a:hover {
	text-decoration:none;
	opacity:0.9;
}
.wysiwyg-text-align-center a strong {
	font-weight:normal;
}
*/

.footer {
  margin:20px 20px 0 0;
  text-align: right;
  font-size:1.0em;
  color:#d2c185;
}

.header-image {
  width:100%;
  text-align: center;
}

.header-image img {
  max-width:160px;
  width:20%;
}



/* ====================================================
   Search
   ==================================================== */
.search-box {
  position: relative;
  margin-bottom: 5px;
  padding: 5px 15px 60px;

}

.search-box:before {
  content: " ";
  position: absolute;
  z-index: -1;
  left: 5px;
  right: 0px;
  top: 0;
  bottom: 0;
  display: block;
}

.search-box .search {
  border-radius: 8px;
  position: relative;
}

.search-box .search input {
  border: 0;
  display: inline-block;
  height: 35px;
  outline: 0;
  vertical-align: middle;
  border: 1px #d2c185 solid;
}

.search-box .search input[type=search],
.search-box .search input[type=text] {
  line-height: 1.2em;
  border-radius: 0 0 0 0;
  background: #fff;
  font-size: 20px;
  padding: 5px 100px 5px 20px;
  width: 100%;
}
[dir=rtl] .search-box .search input[type=search], [dir=rtl]
.search-box .search input[type=text] {
  border-radius: 0 8px 8px 0;
}

.search-box .search input[type=submit] {
  border: 0;
  bottom: 0;
  box-shadow: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  min-width: 10%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
}
[dir=rtl] .search-box .search input[type=submit] {
  border-radius: 8px 0 0 8px;
  left: 0;
  right: auto;
}

.sub-nav .search {
  float: right;
  position: relative;
}
[dir=rtl] .sub-nav .search {
  float: left;
}

.sub-nav .search:before {
  content: "\1F50D";
  font-family: "entypo";
  font-size: 16px;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 35px;
  z-index: 1;
}

.sub-nav .search input[type=search],
.sub-nav .search input[type=text] {
  padding: 6px 10px 6px 35px;
  height: 30px;
  width: 100%;
}
[dir=rtl] .sub-nav .search input[type=search], [dir=rtl]
.sub-nav .search input[type=text] {
  padding: 6px 35px 6px 10px;
}

.sub-nav .search input[type=submit] {
  display: none;
}

.search-results-list {
  margin: 5px;
}

.search-results-list li {
  margin: 10px 0 10px 0;
}

.search-results-list li a {
  margin: 10px 0 10px 0;
}

.search-results-list li div {
  margin: 5px 0 5px 15px;
}

.search-results-list a {
  font-size: 16px;
}

.search-results-list a:link {
  color: #0070c0;
}
.search-results-list a:visited {
  color: #0070c0;
}
.search-results-list a:hover {
  color: #0070c0;
}

.search-result {
  border-bottom: 1px solid;
}

.search-result-meta {
  display: none;
}


