<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Dox Child - ITS Help Articles
Theme URI: https://bitbucket.org/sixteenbit/dox/
Author: Sixteenbit
Author URI: https://sixteenbit.com/
Description: Documentation theme for WordPress.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dox
Template: dox
Tags: green, white, light, responsive-layout, two-columns, left-sidebar, custom-header, custom-menu, featured-images, sticky-post, threaded-comments, translation-ready
*/

/****** Child theme styles by: Jason Cook ******/
body {
	  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.site-title a:hover, .site-title a:focus {
    opacity: 1;
}

.sfcc-logo-header {
    background: #fff;
    padding: 10px 22px;
}

.off-canvas-content {
    background-color: #F6F5F2;
}

.entry-header {
    margin:0;
    padding:0;
    border:none;
}

.entry-content {
    margin:
    0!important;
}

a, a:hover, .breadcrumbs a, .breadcrumbs a:hover {
	color:#0046ad;
	text-decoration:none;
}

.breadcrumbs {
  margin-top: 3px;
}

.breadcrumb-add {
  float: left;
  padding: 0 10px 0 30px;
}

body.page-id-4 .breadcrumb-add {
display:none;
}

a:hover {
	color:#0046ad;
}

.entry-content a:not(.button), .entry-content a:not(.button):hover, .entry-content a:not(.button):focus {
    background-image: none;
}

.site-title {
	margin-left: 15px !important;
}

h1 {
    letter-spacing: -2px;
    color: #555555;
    font-size: 40px;
    border-bottom: 2px solid #e0e0e0;
    color: #3a3a3a;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    margin-top: 3.2px;
    margin-top: 0.2rem;
    text-rendering: optimizeLegibility;
}

.home h1 {
  display: none;
}

h2.entry-title {
    color: #c43b47;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 15px;
    color: #222;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    margin-top: 3.2px;
    margin-top: 0.2rem;
    text-rendering: optimizeLegibility;
    border-bottom: 1px solid #d2d2d2;
    padding-top: 30px;
    display: inline-block;
    margin-left: -10px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-weight: 700 !important;
	font-size: 20px;
	letter-spacing: -1px;
}

.hentry .hentry {
	margin:0;
	padding-bottom:20px;
}

.step-by-step h4 {
    color: #8ad282;
    font-weight: 700!important;
    font-size: 16px;
}

.step-by-step p {
    padding: 10px;
}

.border-heading {
	  border-bottom: 3px solid #EFAA22;
    background: #fff;
    padding: 5px 20px;
    -webkit-box-shadow: 0px 1px 9px 0px rgba(216,216,216,1);
    -moz-box-shadow: 0px 1px 9px 0px rgba(216,216,216,1);
    box-shadow: 0px 1px 9px 0px rgba(216,216,216,1);
}

.entry-content h4 {
	margin-bottom: 0;
	margin-top: 20px;
}

h5 {
	font-weight: 700;
	font-size: 16px;
}

h6 {
	text-transform: uppercase;
}

p {
	color: #555;
	font-weight: 400 !important;
	font-family:open sans;
}

.entry-content p.lead {
  font-size: 1.375rem;
  font-weight: 700!important;
}

.search-form input[type='search'] {
	box-shadow: 0 3px 3px 0 rgba(226, 226, 226, 0.75);
	background:#fff;
	font-style: italic;
  font-weight: 600;
}



.input-group:before {
	color: #efaa22 !important;
	z-index:1;
}

#masthead {
	background: #0046ad;
}

/* WP Table Plugin Styles */

.wp-table-wrapper {
    font-size: 14px;
    /* padding-top: 20px; */
    max-width: 400px;
    border: 1px solid rgba(10, 10, 10, 0.19);
    border-bottom: 3px solid #98caec;
    -webkit-box-shadow: 0px 1px 9px 0px rgba(216,216,216,1);
    -moz-box-shadow: 0px 1px 9px 0px rgba(216,216,216,1);
    box-shadow: 0px 1px 9px 0px rgba(216,216,216,1);
    margin-top: 20px;
}

/* Service-Now Login Box */

.service-now-login-wrapper {
    background: #fff;
    padding: 25px 25px 10px 25px;
    -webkit-box-shadow: 0px 1px 9px 0px rgba(216,216,216,1);
    -moz-box-shadow: 0px 1px 9px 0px rgba(216,216,216,1);
    box-shadow: 0px 1px 9px 0px rgba(216,216,216,1);
}

.service-now-login-footer {
    margin: 0;
    font-size: 14px;
}

/* Foundation Components */

.callout {
	border: 1px solid rgba(10, 10, 10, 0.19);
	border-bottom: 3px solid #98caec;
	-webkit-box-shadow: 0px 1px 9px 0px rgba(216,216,216,1);
  -moz-box-shadow: 0px 1px 9px 0px rgba(216,216,216,1);
  box-shadow: 0px 1px 9px 0px rgba(216,216,216,1);
}

/* Widgets */

.widget {
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 9px 0px rgba(216,216,216,1);
  -moz-box-shadow: 0px 1px 9px 0px rgba(216,216,216,1);
  box-shadow: 0px 1px 9px 0px rgba(216,216,216,1);
}

.widget-area .menu &gt; li &gt; a {
    font-weight: bold;
    margin: 0!important;
    padding: 7px 20px!important;
    color: #094dad;
    font-size: 16px;
    font-family: open sans;
}

.widget_nav_menu ul .current-menu-item a {
    background: #3a3a3a !important;
    color: #ffffff !important;
    font-weight: bold !important;
}

.widget-area .menu {
	-webkit-box-shadow: 0px 1px 9px 0px rgba(216,216,216,1);
  -moz-box-shadow: 0px 1px 9px 0px rgba(216,216,216,1);
  box-shadow: 0px 1px 9px 0px rgba(216,216,216,1);
}

.widget-area .menu, .widget-area .widget_nav_menu ul {
    background: #fff;
    border-bottom: 3px solid #98CAEC;
    box-shadow: 0px 1px 9px 0px rgba(216, 216, 216, 1);
    -moz-box-shadow: 0px 1px 9px 0px rgba(216, 216, 216, 1);
    -webkit-box-shadow: 0px 1px 9px 0px rgba(216, 216, 216, 1);
    word-wrap: break-word;
}

.widget-area .menu .active {
    border-left: 5px solid #3a3a3a;
    color: #232323;
    font-size: 20px;
    font-family: open sans;
    background: #a2cdea;
    padding-left: 15px!important;
    font-weight: 500;
}

.widget-title {
	letter-spacing: 0;
	color: #fff;
	border-top: none;
	padding: 10px 10px;
	font-size: 13px;
	-moz-box-shadow: inset 0 -10px 10px -10px hsla(0, 0%, 46%, 0.4);
	-webkit-box-shadow: inset 0 -10px 10px -10px hsla(0, 0%, 46%, 0.4);
	box-shadow: inset 0 -10px 10px -10px hsla(0, 0%, 46%, 0.4);
}

.docs-toc h2 {
	color: #474747;
	border-top: 3px solid #a2cdea;
}

.widget-green-title .widget-title {
	background: #8ad282;
	background: -moz-linear-gradient(top, #8ad282 0%, #7cb776 100%);
	background: -webkit-linear-gradient(top, #8ad282 0%, #7cb776 100%);
	background: linear-gradient(to bottom, #8ad282 0%, #7cb776 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ad282', endColorstr='#7cb776', GradientType=0);
	border-bottom: 5px solid #8AD282;
	text-shadow: 1px 1px #7CB776;
}

.widget-red-title .widget-title {
	background: #c53b47;
	background: -moz-linear-gradient(top, #c53b47 0%, #a62d38 100%);
	background: -webkit-linear-gradient(top, #c53b47 0%, #a62d38 100%);
	background: linear-gradient(to bottom, #c53b47 0%, #a62d38 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c53b47', endColorstr='#a62d38', GradientType=0);
	border-bottom: 5px solid #c53b47;
	text-shadow: 1px 1px #a62d38;
}

.widget-light-blue-title .widget-title {
    background: #efaa22;
    border-bottom: 5px solid #ffffff;
    font-size: 16px;
    font-family: open sans;
    font-weight: 800;
    text-transform:none;
}

.widget-dark-blue-title .widget-title {
	background: #0046ad;
	background: -moz-linear-gradient(top, #0046ad 0%, #0b418c 100%);
	background: -webkit-linear-gradient(top, #0046ad 0%, #0b418c 100%);
	background: linear-gradient(to bottom, #0046ad 0%, #0b418c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0046ad', endColorstr='#0b418c', GradientType=0);
	border-bottom: 5px solid #0046ad;
	text-shadow: 1px 1px #0b418c;
}

.widget-yellow-title .widget-title {
	background: #efaa22;
	background: -moz-linear-gradient(top, #efaa22 0%, #cf9c28 100%);
	background: -webkit-linear-gradient(top, #efaa22 0%, #cf9c28 100%);
	background: linear-gradient(to bottom, #efaa22 0%, #cf9c28 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efaa22', endColorstr='#cf9c28', GradientType=0);
	border-bottom: 5px solid #efaa22;
	text-shadow: 1px 1px #cf9c28;
}

.widget-brown-title .widget-title {
	background: #8ad282;
	background: -moz-linear-gradient(top, #655947 0%, #474747 100%);
	background: -webkit-linear-gradient(top, #655947 0%, #474747 100%);
	background: linear-gradient(to bottom, #655947 0%, #474747 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#655947', endColorstr='#474747', GradientType=0);
	border-bottom: 5px solid #655947;
	text-shadow: 1px 1px #474747;
}

/* Home Layout */

.fa-ul {
    margin-left: 2.1428571429em;
}

.fa-ul &gt; li {
    margin-top: 5px;
    line-height: 22px;
}

ul#system-status {
    list-style: none;
    padding: 15px 0;
}

ul#most-popular, ul#help {
    list-style: none;
    margin: 0;
    padding: 15px 15px;
}

ul#most-popular li, ul#help li {
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 12px;
}

/* Ghost Button */

/* CodeDrops Button Styles */

.ghost-btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	margin: 0;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	border-radius: 50px !important;
}

.ghost-btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.ghost-btn-1 {
	border: 3px solid #EFAA22;
	color: #555555;
	height: 46px !important;
}

.ghost-btn-1c:after {
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	color: #222;
	border: 3px solid #98CAEC;
	background: #ffffff;
}

.ghost-btn-1c:hover, .ghost-btn-1c:active {
	color: #222;
	border: 3px solid #98CAEC;
	background-color: #ffffff;
}

.ghost-btn-1c:hover:after,
.ghost-btn-1c:active:after {
	width: 100%;
	color: #222;
	border: 3px solid #98CAEC;
	background-color: #ffffff;
}

/*Footer */

.section.section__blue {
    background-color: #0046ad;
}

.section.section__blue .toll-free {
    color: #98caec;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
    margin: 0;
    text-transform: uppercase;
}

.section.section__blue h3 {
		font-weight:700;
    letter-spacing: -1px;
    margin-bottom:0;
    font-size:28px;
}

.section.section__blue .toll-free span {
    color: #fff;
}

.site-footer {
    background-color: #3e3e3e;
    padding: 30px 0;
    padding: 1.875rem 0;
}

.site-footer {
    box-shadow: 1px 1px 24px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 24px -3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 1px 24px -3px rgba(0, 0, 0, 0.75);
}

.site-footer .contact-information {
    color: #f5f5f5;
}

.site-footer .social-navigation {
    list-style: none;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    margin-left: -16px;
    margin-left: -1rem;
    margin-right: 0;
    overflow: hidden;
    padding: 0;
}

.site-footer .social-navigation li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 16px;
    margin-left: 1rem;
}

.site-footer .social-navigation li a {
    color: #898989;
    font-size: 32px;
    font-size: 2rem;
}

.site-footer .footer-menu {
    list-style: none;
    margin-left: 0;
    text-transform: uppercase;
}


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