/* BEGIN style.css */

@charset "UTF-8";

@font-face {
    font-family: 'SourceSansPro-Black';
    src: url('/hc/theming_assets/01HZPMYK895ACC7W1GFRP8J6PF');
    src: url('/hc/theming_assets/01HZPMYK895ACC7W1GFRP8J6PF') format('truetype'),
}
@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('/hc/theming_assets/01HZPMYJCH79FXV35A0G9PSYGW');
    src: url('/hc/theming_assets/01HZPMYJCH79FXV35A0G9PSYGW') format('truetype'),
}
@font-face {
    font-family: 'SourceSansPro-SemiBold';
    src: url('/hc/theming_assets/01HZPMYH5SGWT8B1W17QHAC82D');
    src: url('/hc/theming_assets/01HZPMYH5SGWT8B1W17QHAC82D') format('truetype'),
}

body { font-family: 'SourceSansPro-SemiBold'; font-size: 14px; background: #e6ded5;}

div.content { max-width: 1200px; padding: 0px 0px; margin: 0px auto; margin-top: -15px; color: #252028;  height: auto;}

a { color: #686B72; text-decoration: none; }
a:hover, a:focus { color: #D36411; text-decoration: underline; }
b, strong { font-family: 'SourceSansPro-Black'; text-decoration: none; font-weight: bold; }

/* ------------- HEADER ------------- */

.topbar {
  float: left;
  width: 33.33%;
  background-color: #AFA5a0;
  min-height: 120px;
  max-height: 120px;
  margin: 0px;
  max-width: 100%;
}

.topbar-left {
  float: left;
  width: 33.33%;
  background-color: #AFA5a0;
  min-height: 58px;
  max-height: 120px;
  padding: 10px 0px 10px 0px;
  margin: 0px;
  margin-bottom: 15px;
  max-width: 100%;
  text-align: left;
}

.topbar-middle {
  float: left;
  width: 33.33%;
  background-color: #AFA5a0;
  font-size: 20px;
  min-height: 58px;
  max-height: 120px;
  padding: 10px 0px 10px 0px;
  margin: 0px;
  margin-bottom: 15px;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
}

.needhelp {float: left; padding: 10px 0px; margin: 0px -40px 0px 0px; text-align: right; border: 0px solid #000; width: 210px; }

.topbar-right {
  float: left;
  width: 33.33%;
  background-color: #AFA5a0;
  min-height: 58px;
  max-height: 120px;
  padding: 10px 0px 10px 0px;
  margin: 0px;
  margin-bottom: 15px;
  height: auto;
  max-width: 100%;
  text-align: right;
  vertical-align: middle;
}

.topbar img { border: 0; vertical-align: middle; padding-top: 20px;
  height: auto;
  max-width: 100%;}

img.logo {width: 30px; }


/* Clear floats after the columns */
.topbar:after {
  content: ""; 
  display: table;
  clear: both;
}

div.topbar button { margin-top: 20px; cursor: pointer; padding: 8px 10px; font-size: 14px; border-radius: 6px;}
div.buffer-right {padding-right: 20px;}


.yellow-button { color: #000; border: 1px solid #fddf00; background-color: #fddf00; height: 50px; padding: 5px;}
.yellow-button:hover { color: #fddf00; border: 1px solid #fddf00; background-color: #2D2D2D; }

.grey-button { color: #AFA5A0; border: 1px solid #AFA5A0; background-color: inherit; float: right;}
.grey-button:hover { color: #AFA5A0; border: 1px solid #000; background-color: #2D2D2D; }

.black-button { color: #AFA5A0; font-size: 16px; border: 1px solid #AFA5A0; border-radius: 6px; padding: 15px 15px; cursor: pointer; background-color: #000; }
.black-button:hover { color: #000; font-size: 16px; border: 1px solid #000; border-radius: 6px; padding: 16px 15px; cursor: pointer; background-color: inherit; }

div.search { border: 2px; border-color: #fff; width: 100%; padding: 20px 0px; margin: 0px; text-align: center; }

h1.searchtitle {font-weight: normal;}

.responsive {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* ------------- search box ------------- */

#query, input[type="search"] { width: 50%; font-size: 18px; color: #666; background-color: #fff; border: 1px solid #ccc; padding: 10px 0px 0px 0px; border-radius: 8px; transition: border-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;}
#query:focus, input[type="search"]:focus { border-color: #f60; outline: 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);}

.search-box { position: relative; z-index: 2; width: 100%;}

#query { background-color: #fff; border: 1px solid #ccc; border-radius: 6px; color: #444; padding: 14px 14px; font-size: 20px; }
#query::-moz-placeholder { color: #ccc; opacity: 1; }
#query:-ms-input-placeholder { color: #ccc; }
#query::-webkit-input-placeholder { color: #ccc; }
#query:focus { border-color: #ccc; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }

.search:before { display: inline-block; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

hr { margin-top: 25px; margin-bottom: 25px; width: 80%; border: 0; border-top: 1px solid #eeeeee; }

/* ------------- HOMEPAGE ------------- */

div.main { width: 100%; margin: 0x; padding-bottom: 30px; min-width: 300px;
  height: auto;
  max-width: 100%;}

.main p {padding: 0px 20px;}

div.ticketform { max-width: 1200px; min-width: 800px; padding: 0px 20px; margin: 10px 50px auto; }

div.downloadbuttons {padding-top: 15px;}

/* ------------- breadcrumbs ------------- */

.breadcrumb, .breadcrumbs { padding: 15px 0px 0px 0px; list-style: none; }
.breadcrumb > li, .breadcrumbs > li { display: inline-block; padding: 0 0 0 0;}
.breadcrumb > li + li:before, .breadcrumbs > li + li:before { content: "› "; padding: 0 5px; color: #999; }
.breadcrumb > .active, .breadcrumbs > .active { color: #777777; }

/* ------------- CATEGORIES ------------- */

.categories { margin: auto; padding: 10px; width: 95%;}

.column {
  float: left;
  width: 33.33%;
  min-height: 120px;
  max-width: 350px;
  margin: 20px 10px;
  border-radius: 8px;
  text-align: center;
  vertical-align: middle;
}

/*

.column a {
  color: #fff;
}
.column a:hover {
  color: #000;
	text-decoration: none
}

.column:hover {
  border-radius: 8px;
  cursor: pointer;
  color: #000; 
  background-color: #fddf00; 
	text-decoration: none;
}

*/

/* Clear floats after the columns */
.categories:after {
  content: "";
  display: table;
  clear: both;
}

h1 {font-weight: normal;}
h1.pinned {padding-left: 50px;}
div.main h1 { text-align: left; font-size: 20px;}
div.column h2 {padding-left: 30px;}
div.column p {text-align: left; font-size: 16px; padding-left: 30px;}

/*
div.highlighted {
  width: 85%;
  background-color: #2D2D2D;
  margin: auto;
  margin-bottom: 10px;
  border-radius: 8px;
  padding: 10px;
  text-align: left;
}

div.highlighted li {font-size: 18px; padding-bottom: 10px; list-style-type: none; margin-left: -20px;}
div.highlighted li a {color: #ccc; text-decoration: underline;}
*/

/* ------------- SEARCH RESULTS ------------- */

.search-results-list { margin-bottom: 40px; list-style: decimal; margin-left: 20px; }

.search-result { padding: 10px 0; }

.search-result-meta { margin: 10px 0 15px; font-size: 14px; font-weight: 300; color: #345482; }
.search-result-meta a {color: #345482; }

.search-result-link { font-size: 18px; color: #686B72; }

.search-results-heading { font-size: 18px; margin-left: 30px;}

section.search-results-column {padding-left: 10px;}

/* ------------- pagination ------------- */

.pagination, .pagination ul { display: inline-block;  margin: 0px 0px 15px 0px; border-radius: 4px; }
.pagination > li, .pagination ul > li { display: inline; }
.pagination > li > a, .pagination ul > li > a, .pagination > li > span, .pagination ul > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.6; text-decoration: none; color: #999; background-color: #fff; border: 1px solid #ddd; margin-left: -1px; }
.pagination > li:first-child > a, .pagination ul > li:first-child > a, .pagination > li:first-child > span, .pagination ul > li:first-child > span { margin-left: 0; border-bottom-left-radius: 2px; border-top-left-radius: 2px; }
.pagination > li:last-child > a, .pagination ul > li:last-child > a, .pagination > li:last-child > span, .pagination ul > li:last-child > span { border-bottom-right-radius: 2px; border-top-right-radius: 2px; }
.pagination > li > a:hover, .pagination ul > li > a:hover, .pagination > li > a:focus, .pagination ul > li > a:focus, .pagination > li > span:hover, .pagination ul > li > span:hover, .pagination > li > span:focus, .pagination ul > li > span:focus { color: #225e2a; background-color: #eeeeee; border-color: #ddd; }
.pagination > .active > a, .pagination ul > .active > a, .pagination > .active > a:hover, .pagination ul > .active > a:hover, .pagination > .active > a:focus, .pagination ul > .active > a:focus, .pagination > .active > span, .pagination ul > .active > span, .pagination > .active > span:hover, .pagination ul > .active > span:hover, .pagination > .active > span:focus, .pagination ul > .active > span:focus { z-index: 2; color: #fff; background-color: #369643; border-color: #999; cursor: default; }
.pagination > .disabled > span, .pagination ul > .disabled > span, .pagination > .disabled > span:hover, .pagination ul > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination ul > .disabled > span:focus, .pagination > .disabled > a, .pagination ul > .disabled > a, .pagination > .disabled > a:hover, .pagination ul > .disabled > a:hover, .pagination > .disabled > a:focus, .pagination ul > .disabled > a:focus { color: #777777; background-color: #fff; border-color: #ddd; cursor: not-allowed; }

/* ------------- CATEGORY ------------- */

div.category { width: 100%; margin: 0x; padding-bottom: 30px; min-width: 350px;
  height: auto;
  max-width: 100%;}

div.category h1 {
  padding-left: 50px;
}

div.category p {
  color: #999;
  font-size: 16px;
  padding-left: 50px;
}

/* ------------- SECTION ------------- */


div.section { width: 100%; margin: 0x; padding-bottom: 30px; min-width: 350px;
  height: auto;
  max-width: 100%;}

div.section h1 {
  padding-left: 50px;
}

div.section p {
  color: #999;
  font-size: 16px;
  padding-left: 50px;
}

.article-list {
  list-style: none;
  font-size: 18px;
  padding-left: 50px;
}

.article-list > li {
  margin-bottom: 10px;
}

/* ------------- ARTICLE ------------- */

div.article { width: 100%; margin: 0x; padding-bottom: 30px; min-width: 350px;
  height: auto;
  max-width: 100%;}

div.article h1 {
  padding-left: 50px;
}

div.article p {
  color: #999;
  font-size: 16px;
  padding-left: 50px;
}

h3 {font-family: "SourceSansPro-Bold"; font-weight: normal;}

aside {
  float: right;
  position: relative;
  padding-right: 30px;
  margin-left: 30px;
  max-width: 350px;
}

.recent-articles ul, .related-articles ul, h1, h2, h3 { padding-left: 0px; list-style: none; }

.related-articles h3 { padding-left: 0px; list-style: none; }

.recent-articles h3 {margin: 0px; padding:0px;}

.recent-articles ul li, .related-articles ul li { margin-bottom: 10px; }

div.article-meta {
  color: #345482;
  font-size: 14px;
  padding: inherit;
  padding-left: 50px;
  padding-bottom: 10px;
}

.article-body { margin-bottom: 30px;
  max-width: 800px;
  font-size: 16px;}

div.article-body h1,h2,h3 {padding-left: 50px;}
div.article-body table {margin-left: 50px; margin: auto;}
div.article-body table td {padding: 5px;}

.article-body h1 {font-size: 22px; font-family: sans-serif; font-weight: bold;}
.article-body h2 {font-size: 20px; font-family: sans-serif; font-weight: bold;}
.article-body h3 {font-size: 18px; font-family: sans-serif; font-weight: bold;}

.article-body ul, ol { margin-left: 30px;}

div.article-body p {color: #000;}

div.article-more-questions { color: #345482;
  font-size: 14px;
  padding-left: 50px;
  padding-bottom: 10px;
}

/* ------------- SUBMIT FORM ------------- */

div.ticketform h1, p {padding-left: 0px;}

div.ticketform p {padding-left: 0px;}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 50%;
}

.form-field input:focus {
  border: 1px solid 1.0E+42c;
}

.form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 8px;
  color: #000;
}

label { display: block; max-width: 100%; margin: 10px 0px; font-size: 16px; font-weight: bold; color: #000;}

textarea  { display: block; width: 50%; max-width: 800px; min-width: 400px; height: 60px; padding: 6px 12px; font-size: 16px; line-height: 1.6; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 8px; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; color: #000;}

textarea { overflow: auto; }

#request_description_hint {color: #999;}

input[type="file"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

.request-subject { border-bottom: 1px solid #eeeeee; margin-top: 0; padding-bottom: 20px; margin-bottom: 20px; width: 50%; max-width: 800px; min-width: 420px; color: #000;}

.nesty-input { display: block; width: 50%; max-width: 800px; min-width: 420px; height: 39px; padding: 6px 12px; font-size: 16px; line-height: 1.6; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.upload-dropzone { padding: 10px 10px; border-color: #ccc; width: 50%; max-width: 800px; min-width: 420px; border-radius: 8px; margin-bottom: 15px;}

input[type="submit"] { color: #252028; font-size: 16px; border: 1px solid #D36411; border-radius: 6px; padding: 16px 15px; cursor: pointer; background-color: #D36411; }
input[type="submit"]:hover { color: #252028; font-size: 16px; border: 1px solid #252028; border-radius: 6px; padding: 16px 15px; cursor: pointer; background-color: inherit; }

/* ------------- FOOTER ------------- */

div.footer {
    width: 100%;
  	text-align: center;
    margin: auto;
}

div.footer h1 {font-size: 20px;}

.footerleft {
    width: 50%;
    background: #E6DED5;
  	float:left;
    padding: 20px 0px 20px 20px;
  	text-align: left;
  	height: 200px;
  	box-sizing: border-box;
}
.footerright {
  	width: 50%;
    background: #E6DED5;
  	float:right;
    padding: 25px 20px 20px 0px;
  	text-align: right;
  	height: 200px;
  	box-sizing: border-box;
}

div.footerdownloadbuttons {padding-top: 5px; display: none;}

/* ------------- LESS THAN 1200 PIXEL DISPLAY ------------- */
@media (max-width: 1200px) {
.column {  float: left;  width: 45%;  background-color: #E6DED5;  min-height: 120px; max-width: 50%;  margin: 20px 15px;  border-radius: 8px;  text-align: left;
}
  .searchtitle {display: none;}
  .grey-button {display: none;}
  
    div.article-body {padding-left: -15px;}
  div.article h1 {padding: 0 15px 0 15px;}
  div.article p {padding: 0 15px 0 15px;}
  div.article ul {padding: 0 15px 0 15px;}

/* ------------- LESS THAN 700 PIXEL DISPLAY ------------- */

@media (max-width: 700px) {
	.topbar-middle {  height: 90px; margin: 0px; padding:5px; max-width: 50%; width: 50%; background-color: #E6DED5;  text-align: center; box-sizing: border-box;
}
  .topbar-left {  height: 90px; margin: 0px;  padding:5px; max-width: 25%;  float:left;  background-color: #E6DED5;  text-align: center; box-sizing: border-box;
}
  .topbar-right {  height: 90px;  margin: 0px; padding:5px; max-width: 25%;  float:right; background-color: #E6DED5;  text-align: center; box-sizing: border-box;
}
  div.main {padding: 0px; margin: 0px;}
  .searchtitle {display: none;}
  .grey-button {display: none;}
  
.column {  float: left;  width: 100%;  background-color: #E6DED5;  min-height: 120px; max-width: 95%;  margin: 10px 10px;  border-radius: 8px;  text-align: left;
}
  
button { margin-top: 10px; margin-bottom: 10px; cursor: pointer; padding: 8px 5px; font-size: 14px; border-radius: 6px;}
  h1.ticketheader {display: none;}
  .needhelp {display: none;}
  .search-box {margin-top: 20px;} 
  div.downloadbuttons {display: none;}
  div.footerdownloadbuttons {display: inline;}
  div.category {margin: 0px;}
  div.article-body {padding-left: -15px;}
  div.article h1 {padding: 0 15px 0 15px;}
  div.article p {padding: 0 15px 0 15px;}
  div.article ul {padding: 0 15px 0 15px;}
  aside {display: none;}
  div.section {margin: 0px;}
  .footerright {display:none;}
  .footerleft {
    width: 100%;
    background: #222;
    padding: 20px 20px 20px 20px;
  	text-align: center;
  	height: 275px;
  	box-sizing: border-box;
}
  img.logo  { width: 30px; }
  div.ticketform {padding: 0px; }
  div.highlighted {width: 85%; margin-left: 20px;}
  h1.pinned {padding-left: 10px;}
  .form-field input {width: 85%; min-width: 205px; }
  .upload-dropzone { padding: 10px 10px; border-color: #ccc; width: 95%; max-width: 205px; min-width: 205px; border-radius: 8px; margin-bottom: 15px;}
  section.search-results-column {margin: 0px;}
  ulsearch-results-list {margin: 0px;}
  .breadcrumbs {padding: 0px 0 0 30px; margin: 0px;}
  .column:active {border-radius: 8px; cursor: pointer; color: #000; background-color: #E6DED5; text-decoration: none;
}