@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

@charset "UTF-8";
/***** Base *****/
* {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif !important;
}

body {
  background-color: #FFFFFF;
  color: rgba(66, 66, 66, 1);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.authenticated-user #authenticated-user-area {
  background-color: #becdd5;
  height: 36px;
  position: fixed;
  width: 100%;
  display: block;
  top: 0;
  z-index: 1040;
}

body.authenticated-user main {
  margin-top: 110px;
}

body.authenticated-user #authenticated-user-area .authenticated-user-wrapper {
  display: flex;
  align-items: center;
}

body.authenticated-user #authenticated-user-area .authenticated-user-wrapper {
  margin: 0px auto;
  font-size: 13px;
  font-weight: 400;
}

body.authenticated-user #authenticated-user-area .authenticated-user-wrapper .authenticated-user-name-wrapper {
 margin-left: 8px; 
}

body.authenticated-user #authenticated-user-area .authenticated-user-wrapper img {
  height: 32px;
  border-radius: 50%;
  border: 2px solid rgba(0,0,0,.35);
  margin: 2px;
}

.home-cat > h4 {
text-align: center;
font-family: Roboto, sans-serif;
margin-bottom: 60px;
  margin-top: 80px;
font-size: 2.2em;
font-weight: 600;
color: #585858;
}

main {
  margin-top: 50px;
}

@media (min-width: 768px){
main {
  margin-top: 74px;
}
}

.blocks-item {-webkit-box-shadow: -2px 5px 19px -1px rgba(0,0,0,0.54);/* box-shadow: -2px 5px 19px -1px rgba(0,0,0,0.54); *//* box-sizing: border-box; */color: rgba(66, 66, 66, 1);display: flex;flex: 1 0 540px;flex-direction: column;justify-content: center;margin: 0 0 30px;max-width: 100%;text-align: center;padding: 20px 0 20px 0;border-radius: 7px; border: none;}

.blocks-item img {
 height: 45px;
float: left;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('/hc/theming_assets/01HYDRXGT6ECBM6VV3J0SXP61B?v=4.3.0');
  src: url('$assets-fontawesome-webfont-.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/hc/theming_assets/01HYDRXBDDR02PDVEW0X9QQH71?v=4.3.0') format('woff2'), url('/hc/theming_assets/01HYDRXB8PVZ7XAWEMFXWF55MK?v=4.3.0') format('woff'), url('/hc/theming_assets/01HYDRXCNYY01WBPFC5YAJGSWT?v=4.3.0') format('truetype'), url('/hc/theming_assets/01HYDRXGADT22XVQ9WW1Q5EYWK?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.goldtext {
    color: #e2c044;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
}

header_white {
    background-color: #fff !important;
    color: #999;
}

#header-top {
    background-color: #343741;
    border-bottom: 1px solid #eee;
}

#header-top>div>div>a>div {
    color: #fff;
}

@media (min-width: 1024px) {
  .category-content {
  }
}

.section-tree-title {
    margin-bottom: 20px;
    font-weight: 600;
}

.page-header h1 {
    flex-grow: 1;
    margin-bottom: 10px;
    color: #393939;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 2.7em;
    flex: 0 0 80%;
    margin-top: 5px;
}

.loginaccount {
    color: #fff!important;
    padding: 8px!important;
    margin-top: 5pt;
    cursor: pointer!important;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
    font-size: 17px;
}

.top-bar {
    min-height: 45px;
    line-height: 31px;
    font-size: 15px;
    padding-top: 10px;
}


@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
  font-weight: 700 !important; /* don't like it but had to add !important for this to be done across articles - TR */
}

h3 {
  font-size: 18px;
  font-weight: 700 !important; /* ditto above */
}

h4 {
  font-size: 16px;
}

.article-body hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
/*  border-style: inset;*/
  border-width: 1px;
  border-color: #999;
}

a {
  color: #0072EF;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

input,
textarea {
  color: #000;
  font-size: 14px;
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out;
}

input:focus {
  border: 1px solid rgba(66, 66, 66, 1);
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/hc/theming_assets/01HYDRXDV66FT67P5EG5HBP9GB) no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid rgba(66, 66, 66, 1);
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid rgba(66, 66, 66, 1);
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .container {
    padding: 0;
    width: 90%;
  }
}

.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.dropdown-toggle::after {
  color: inherit;
}


/***** NavBar *****/
.navbar {
    background-image: none !important;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    clear: both;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}

@media(min-width:768px) {
    .navbar {
        height: 74px
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .navbar .nav-container-overwrite {
        width: 100%;
        padding: 0
    }
}

.navbar .headerlogo {
    line-height: 0;
    font-size: 0;
    color: transparent;
    background: url(/hc/theming_assets/01J9XZVV4Z6B5DRJ5N69A03V7G) no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
    margin: 10px
}

@media screen and (min-width:768px) {
    .navbar .headerlogo {
        background: url(/hc/theming_assets/01HYDRXJG5PJCK4DSHYFM40Y03) no-repeat;
        height: 36px;
        margin: 20px 0 !important;
        width: 180px
    }
}

.navbar .navbar-nav li a {
    color: #333740;
    font-weight: bold;
    line-height: 74px;
  	font-size: 14px;
  	padding: 0 14px
}

@media screen and (min-width:768px) {
  font-size: 16.05px;
  padding: 0 16px
}

.navbar .btn {
    font-size: 13.95px;
    padding: 7px 14px;
    margin: 20px 6px
}

@media screen and (max-width:992px) {
    .navbar .btn.collapse-btns {
        width: 90%;
        margin: .5em 5%;
        padding: 14px
    }
}

.navbar .header-demo-button {
    transition: all 10s ease-out linear;
    display: none
}

@media screen and (min-width:993px) {
    .navbar .header-demo-button, .navbar .header-login-button {
        float: right
    }
}

.navbar .mobile-header-btn {
    display: none
}

@media screen and (max-width:992px) {
    .navbar .mobile-header-btn {
        display: block;
        max-width: 7em;
        float: right;
        margin: .5em 1.35em !important
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .navbar .mobile-header-btn {
        margin: 1.35em !important
    }
}

@media(max-width:992px) {
    .navbar-header {
        float: none
    }

    .navbar-left, .navbar-right {
        float: none !important
    }

    .navbar-toggle {
        display: block;
        color: #333740;
        float: left;
        height: 50px;
        width: 50px;
        padding: 0;
        margin: 0;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .navbar-toggle {
        height: 74px;
        width: 60px
    }
}

@media(max-width:992px) {
    .navbar-toggle .ham {
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        transition: transform 400ms;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .navbar-toggle .ham.active {
        transform: rotate(45deg)
    }

    .navbar-toggle .ham .line {
        fill: none;
        transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
        stroke: #000;
        stroke-width: 5.5;
        stroke-linecap: round
    }

    .navbar-toggle .ham1 .top {
        stroke-dasharray: 40 139
    }

    .navbar-toggle .ham1 .bottom {
        stroke-dasharray: 40 180
    }

    .navbar-toggle .ham1.active .top {
        stroke-dashoffset: -98px
    }

    .navbar-toggle .ham1.active .bottom {
        stroke-dashoffset: -138px
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        background-color: #fff;
        padding-left: 0;
        padding-right: 0
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-nav {
        float: none !important
    }

    .navbar-nav > li {
        float: none
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .navbar .navbar-collapse.collapse.in {
        display: block !important
    }
}

@media screen and (max-width:768px) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: calc(100vh - 50px);
        height: calc(100vh - 50px)
    }
}

@media screen and (max-width:768px) {
    .mega-dropdown a.dropdown-toggle:after {
        content: " ";
        content: "";
        font-family: FontAwesome;
        float: right
    }

    .mega-dropdown.open a.dropdown-toggle:after {
        transform: rotate(90deg)
    }
}

.mega-menu .dropdown-nav-group li a {
    padding: 0 0 0 14px !important
}

.dropdown-menu-small .dropdown-nav-group li a {
    padding: 2px 36px !important
}

.navbar .dropdown ul.dropdown-menu .dropdown-nav-group li {
    font-size: 15px;
    margin: 0
}

.navbar .dropdown ul.dropdown-menu li a {
    font-size: 15px;
    color: #494747;
    line-height: 3.2;
    font-weight: 700;
    display: block
}

.navbar .dropdown ul.dropdown-menu a .appplay-mini {
    margin-bottom: 16px;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.dropdown-nav-group h4 {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 2.2;
    padding-top: 8px
}

.dropdown .dropdown-nav-group ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 4px
}

.dropdown-nav-group li {
    color: #000;
    text-decoration: none;
    font-weight: 300;
    margin: 4px 0 8px
}

.dropdown-nav-group li a {
    color: #000;
    line-height: 3.2
}

.navbar.navbar .dropdown-menu.mega-menu {
    top: 60px
}

@media screen and (min-width:768px) {
    .dropdown-menu {
        margin-top: 0
    }

    .navbar-default .navbar-nav > li > a, .navbar-header {
        height: 82px
    }

    .navbar .dropdown-menu.dropdown-menu-small {
        left: 50%;
        top: calc(100% - 16px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 14px;
        -webkit-box-shadow: none;
        box-shadow: none;
        min-width: 256px;
        padding: 12px 0 18px
    }

    .navbar-default .dropdown.open .dropdown-toggle::after {
        position: absolute;
        content: "";
        border: 22px solid transparent;
        border-bottom-width: 20px;
        height: 0;
        left: 50%;
        top: calc(100% - 44px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .navbar .dropdown .dropdown-menu-small li a {
        padding: 0 16px 0 32px !important
    }

    .nav .dropdown.mega-dropdown {
        position: static
    }

    .navbar .dropdown-menu.mega-menu {
        position: absolute;
        top: 216px;
        width: 100%;
        left: 0;
        margin-top: 14px;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        padding: 6px 0;
        border: none;
        border-top: 1px solid #00679a
    }

    .navbar .dropdown-menu.mega-menu, .navbar .dropdown-menu.dropdown-menu-small {
        border: none;
        border-top: 1px solid #00679a
    }

    .dropdown-nav-group h4 {
        padding-top: 0;
        margin-bottom: 2px;
        font-size: 15px;
        font-weight: 600;
        line-height: 2;
        border-bottom: 1px solid #1b5e88
    }

    .menu-list {
        padding: 16px 0
    }

    .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > li > a:hover {
        background-color: #ccc
    }

    .dropdown-nav-group li:first-child {
        padding-top: 10px
    }

    .dropdown-nav-group ul {
        margin-bottom: 20px
    }

    .navbar .dropdown ul.dropdown-menu li a {
        font-size: 15px;
        color: #494747;
        line-height: 2.067;
        display: block
    }

    .navbar .dropdown ul.dropdown-menu li a:hover {
        color: #1b5e88;
        background-color: #f3f4f7;
        background-image: none;
        text-decoration: none
    }

    .dropdown.mega-dropdown.open a.dropdown-toggle {
        position: relative
    }

    .dropdown.mega-dropdown.open a.dropdown-toggle:after {
        position: absolute;
        content: " ";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #00679a;
        bottom: 0;
        left: calc(50% - 4px)
    }

    .dropdown.open a.dropdown-toggle {
        position: relative
    }

    .dropdown.open a.dropdown-toggle:after {
        position: absolute;
        content: " ";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #00679a;
        bottom: 0;
        left: calc(50% - 4px)
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .dropdown a.dropdown-toggle:after {
        content: " ";
        content: "";
        font-family: FontAwesome;
        float: right
    }
}

@media screen and (max-width:767px) {
    .navbar-default .dropdown-toggle::after {
        content: "";
        font-family: FontAwesome;
        position: absolute;
        right: 14px;
        top: calc(50% - 10px);
        font-size: 26px
    }

    .navbar-default .open:not(.mega-dropdown) a.dropdown-toggle {
        margin-bottom: -6px
    }

    .navbar-default .open a.dropdown-toggle {
        color: #0971ce !important
    }

    .navbar-default .open .dropdown-toggle::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .headerlogo {
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .dropdown-nav-group, .login-menu-item, ul.nav li.dropdown ~ li.dropdown {
        border-top: 1px solid #e7e7e7
    }

    .navbar .navbar-collapse {
        padding: 0
    }

    .navbar-default {
        padding: 7px 0 !important
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding-top: 0;
        padding-bottom: 0
    }

    dropdown.open .dropdown-toggle {
        padding-bottom: 0
    }

    ul.dropdown-menu-small {
        margin-bottom: 4px
    }
}

.navbar.navbar-default .dropdown-toggle {
    height: 48px
}

a.nav-image {
    display: block
}

a.nav-image img {
    margin: 3em
}







.nav-wrapper {
}

.nav-wrapper a {
  color: rgb(92, 92, 92);
  font-size: 15px;
  padding: 32px 15px 35px 15px;
  width: auto;
  font-weight: 600;
  text-size-adjust: 100%;
  display: none;
}

.nav-wrapper ul {
padding: 0;
color: rgb(92, 92, 92);
}

.nav-wrapper li:hover {
background-color: #2f393d;
color: white;
}

.nav-wrapper a:hover, a:active, a:focus {
  text-decoration: none;
}

.nav>li>a {
    padding: 12px 12px;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
		-moz-box-shadow: 0 10px 10px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.15);
    box-shadow: 0 10px 10px rgba(0,0,0,.15);    
    z-index: 1;
    left: auto;
    right: 0;
    width: 240px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
	  border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
}

.dropdown-content a {
    color: #5c5c5c;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: 400;
    text-align: left;
    font-size: 13px;
}

ul.dropdown-content > li {
  padding: 0px 10px 0 10px;
}

ul.dropdown-content > li > a:hover {
  background-color: #343741;
  color:white;
}


.dropdown:hover .dropdown-content {display: block;}

.kb-bottom-cta {
 background-color: #1b5e88;
 padding: 120px 0 120px 0;
 font-family: Roboto, sans-serif;
}

.kb-bottom-cta h3 {
  font-weight: 600;
  font-size: 3em;
  color: white;
}

.kb-bottom-cta h4{
  font-size: 1.8em;
  font-weight: 400;
  color: white;
  margin-top: 1.6em;
  margin-bottom: 2em;
}


/***** Buttons *****/
.button, [role="button"] {
  border: 1px solid rgba(66, 66, 66, 1);
  border-radius: 4px;
  color: rgba(66, 66, 66, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

.btn-signin {
    border-radius: 3px;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    padding: 16px !important;
    text-transform: uppercase;
    text-decoration: none;
    width: auto;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none !important;
    background: transparent;
    border: 1px solid #333740;
    margin-top: 18px;
    margin-left: 20px;
    color: rgb(51, 55, 64);
}

   .btn-signin:hover:not(.inactive), .btn-signin:active:not(.inactive), .btn-signin:focus:not(.inactive) {
    background: #333740;
    color: #fff;
    border: 1px solid #333740;
    box-shadow: none;
}

@media (min-width: 768px) {
  .button, [role="button"] {
    width: auto;
  }
}

.button::after, [role="button"]::after {
  color: rgba(66, 66, 66, 1);
}

.button:hover, .button:active, .button:focus, .button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
  background-color: rgba(66, 66, 66, 1);
  color: #FFFFFF;
  text-decoration: none;
}

.button[aria-selected="true"]:hover, .button[aria-selected="true"]:focus, .button[aria-selected="true"]:active, [role="button"][aria-selected="true"]:hover, [role="button"][aria-selected="true"]:focus, [role="button"][aria-selected="true"]:active {
  background-color: #0f0f0f;
  border-color: #0f0f0f;
}

.button[data-disabled], [role="button"][data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  background-color: rgba(66, 66, 66, 1);
  border: 0;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}

@media (min-width: 768px) {
  .button-large, input[type="submit"] {
    width: auto;
  }
}

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #0f0f0f;
}

.button-large[disabled], input[type="submit"][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #757575;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: rgba(66, 66, 66, 1);
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

.cta {
    background: transparent;
    border: 1px solid #333740;
    border-radius: 3px;
    color: #333740;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 16px 32px;
    text-decoration: none;
    text-transform: uppercase;
}

.cta.primary {
    background: #00a676;
    border: none;
    color: #fff;
    border: 1px solid transparent;
}

.cta.primary:hover:not(.inactive) {
    background: #006a4c;
    text-decoration: none;
}


.btn-primary {
    border-radius: 3px;
    font-weight: 700;
    padding: 16px 32px;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none !important;
    background: #00679a;
    border: 1px solid #00679a;
    color: #fff
}

@media screen and (min-width:768px) {
    .btn-primary {
        width: auto;
        margin: .25em
    }
}

.btn-primary:hover:not(.inactive), .btn-primary:active:not(.inactive),
.btn-primary:focus:not(.inactive) {
    background: #212329;
    border: 1px solid #212329;
    color: #fff;
    box-shadow: none
}

.btn-primary.inactive {
    opacity: .3;
    cursor: not-allowed
}

.btn-primary.inactive:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff
}

.btn-secondary {
    border-radius: 3px;
    font-weight: 700;
    padding: 16px 32px;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none !important;
    background: #36852e;
    border: 1px solid #36852e;
    color: #fff
}

@media screen and (min-width:768px) {
    .btn-secondary {
        width: auto;
        margin: .25em
    }
}

.btn-secondary:hover:not(.inactive), .btn-secondary:active:not(.inactive),
.btn-secondary:focus:not(.inactive) {
    background: #212329;
    border: 1px solid #212329;
    color: #fff;
    box-shadow: none
}

.btn-secondary.inactive {
    opacity: .3;
    cursor: not-allowed
}

.btn-secondary.inactive:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff
}

.btn-primary-ghost {
    border-radius: 3px;
    font-weight: 700;
    padding: 16px 32px;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none !important;
    background: transparent;
    border: 1px solid #00679a;
    color: #00679a
}

@media screen and (min-width:768px) {
    .btn-primary-ghost {
        width: auto;
        margin: .25em
    }
}

.btn-primary-ghost:hover:not(.inactive), .btn-primary-ghost:active:not(.inactive),
.btn-primary-ghost:focus:not(.inactive) {
    background: #00679a;
    color: #fff;
    border: 1px solid #00679a;
    box-shadow: none
}

.btn-primary-ghost.inactive, .btn-primary-ghost:disabled {
    opacity: .3;
    cursor: not-allowed
}

.btn-primary-ghost.inactive:hover, .btn-primary-ghost:disabled:hover {
    background: transparent;
    color: #00679a;
    border: 1px solid #00679a
}

.btn-primary-ghost:disabled {
    opacity: .3;
    cursor: not-allowed
}

.btn-primary-ghost:disabled:hover {
    background: transparent;
    color: #00679a;
    border: 1px solid #00679a
}

.btn-secondary-ghost {
    border-radius: 3px;
    font-weight: 700;
    padding: 16px 32px;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none !important;
    background: transparent;
    border: 1px solid #36852e;
    color: #36852e
}

@media screen and (min-width:768px) {
    .btn-secondary-ghost {
        width: auto;
        margin: .25em
    }
}

.btn-secondary-ghost:hover:not(.inactive), .btn-secondary-ghost:active:not(.inactive),
.btn-secondary-ghost:focus:not(.inactive) {
    background: #36852e;
    color: #fff;
    border: 1px solid #36852e;
    box-shadow: none
}

.btn-secondary-ghost.inactive, .btn-secondary-ghost:disabled {
    opacity: .3;
    cursor: not-allowed
}

.btn-secondary-ghost.inactive:hover, .btn-secondary-ghost:disabled:hover {
    background: transparent;
    color: #36852e;
    border: 1px solid #36852e
}

.btn-secondary-ghost:disabled {
    opacity: .3;
    cursor: not-allowed
}

.btn-secondary-ghost:disabled:hover {
    background: transparent;
    color: #36852e;
    border: 1px solid #36852e
}

.btn-lrg {
    font-size: 1.14em;
    padding: 16px 32px
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: #757575;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

[dir="rtl"] .table th, [dir="rtl"]
.table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/
.form {
  max-width: 650px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

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

.form-field input:focus {
  border: 1px solid rgba(66, 66, 66, 1);
}

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

.form-field input[type="text"]:focus {
  border: 1px solid rgba(66, 66, 66, 1);
}

.form-field input[type="checkbox"] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid rgba(66, 66, 66, 1);
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label::after {
  content: "*";
  color: #f00;
  margin-left: 2px;
}

.form-field p {
  color: #757575;
  font-size: 12px;
  margin: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url(/hc/theming_assets/01HYDRXE8W8H85F8E8Y22R12HV) 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: #757575;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: #004189;
}

/***** Header *****/
.header {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 71px;
  justify-content: space-between;
  min-height: 88px;
  background-color: white;
  z-index: 5000;
}

@media (min-width: 1160px) {
  .header {
    padding: 0;
    width: 90%;
  }
}

.logo img {
  max-height: 37px;
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}




@media (min-width: 768px) {
.nav-wrapper > .user-nav > .dropdown > a:link {
    display: inline-block;
  }
  
  .nav-wrapper > .user-nav > a:link {
    display: inline-block;
  }
}

[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
    background-color: #e2e2e2;
    color: #5c5c5c;
    padding-left: 15px;
}

.nav-wrapper a.login {
  display: inline-block;
}

.nav-wrapper .icon-menu {
  display: inline-block;
  margin-right: 10px;
  color: #343741;
}

@media (min-width: 768px) {
  .nav-wrapper .icon-menu {
    display: none;
  }
}

[dir="rtl"] .nav-wrapper .icon-menu {
  margin-left: 10px;
  margin-right: 0;
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > [role="button"] {
  border: 0;
  color: #0072EF;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover {
  color: #0072EF;
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: #0072EF;
  padding-right: 15px;
}

[dir="rtl"] .user-info > [role="button"]::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent::before {
  background-color: rgba(66, 66, 66, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #FFFFFF;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

/***** Footer *****/
.footer {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  font-family: Roboto, sans-serif;
}

.footer-links a:link {
  color: #5c5c5c;
}

.footer-links a:visited {
  color: #5c5c5c;
}

.footer .footer-social-news {
    border-bottom: 2px solid #f6f7fb;
}

.footer a {
  color: #757575;
}

.footer .footer-links {
    margin-top: 3em;
}

.footer .footer-social-news .social-column, .footer .footer-social-news .news-column {
    padding: 1em;
    font-size: 1.2em;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
.footer .footer-social-news .news-column {
    padding-left: 8em;
    border-left: 2px solid #f6f7fb;
}
}

@media screen and (min-width: 768px) {
.footer .footer-extra {
    margin-top: 8em;
}
}

.panel {
    border: 0 !Important;
}

.panel {
  border: 0 !Important;
  box-shadow: 0 !important;
}


.footer .footer-extra {
    border-top: 2px solid #f6f7fb;
    margin-top: 3em;
    padding: 2em 0 4em;
}

@media (max-height: 1024px) and (min-width: 768px) {
.panel-foot {
    border: none!important;
    box-shadow: none!important;
}
}

@media (min-width: 1200px) {
.footbtm-sub-nav {
    display: block!important;
    height: auto!important;
}
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}

.footer h4 {
    font-weight: 600;
    margin-bottom: .5em;
    color: #727682;
  	font-size: 15px;
}

.panel-title, footer h4 {
    text-transform: uppercase;
}

.panel-title {
    font-weight: 700;
    font-size: 15px;
    font-family: 'Source Sans Pro',sans-serif;
    line-height: 1.42857;
}

@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}

.footer-language-selector { /* this has been moved to header.hbs - Tom */
  color: #757575;
  display: inline-block;
  font-weight: 400;
}

.language-selector {
  margin-top: 28px;
  border: 1px solid #1b5e88;
  border-radius: 4px;
  color: #000;
}

.site-footer {
  padding: 15px 0;
  background-color: #f2f5f7; }
  @media screen and (min-width: 768px) {
    .site-footer {
      /*height: 90px;*/
      line-height: 90px; } }

.site-footer-text {
  color: #9da1ad;
  font-size: .8em;
  text-align: center;
  padding: 2vh 0; }
  @media screen and (min-width: 768px) {
    .site-footer-text {
      text-align: left;
      padding: 0; } }

/*social badges*/
.social-badges {
  text-align: center; }
  @media screen and (max-width: 768px) {
    .social-badges {
      margin: auto auto 2vh auto; } }

.social-badges a.social-badges-twitter:before {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  padding: .2em;
  font-size: 1em;
  color: white;
  display: inline-block;
  text-align: center;
  background-color: #cacfd4;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  font-family: FontAwesome;
  content: "\f099";
  line-height: 1.6em; }
  @media screen and (max-width: 767px) {
    .social-badges a.social-badges-twitter:before {
      width: 36px;
      height: 36px;
      font-size: 1.25em; } }

.social-badges a.social-badges-twitter:hover:before {
  background-color: #00aced; }

.social-badges a.social-badges-facebook:before {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  padding: .2em;
  font-size: 1em;
  color: white;
  display: inline-block;
  text-align: center;
  background-color: #cacfd4;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  font-family: FontAwesome;
  content: "\f09a";
  line-height: 1.6em; }
  @media screen and (max-width: 767px) {
    .social-badges a.social-badges-facebook:before {
      width: 36px;
      height: 36px;
      font-size: 1.25em; } }

.social-badges a.social-badges-facebook:hover:before {
  background-color: #1877f2; }

.social-badges a.social-badges-youtube:before {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  padding: .2em;
  font-size: 1em;
  color: white;
  display: inline-block;
  text-align: center;
  background-color: #cacfd4;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  font-family: FontAwesome;
  content: "\f04b";
  line-height: 1.6em; }
  @media screen and (max-width: 767px) {
    .social-badges a.social-badges-youtube:before {
      width: 36px;
      height: 36px;
      font-size: 1.25em; } }

.social-badges a.social-badges-youtube:hover:before {
  background-color: #c4302b; }

.social-badges a.social-badges-linkedin:before {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  padding: .2em;
  font-size: 1em;
  color: white;
  display: inline-block;
  text-align: center;
  background-color: #cacfd4;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  font-family: FontAwesome;
  content: "\f0e1";
  line-height: 1.6em; }
  @media screen and (max-width: 767px) {
    .social-badges a.social-badges-linkedin:before {
      width: 36px;
      height: 36px;
      font-size: 1.25em; } }

.social-badges a.social-badges-linkedin:hover:before {
  background-color: #007bb6; }

.social-badges a.social-badges-rss:before {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  padding: .2em;
  font-size: 1em;
  color: white;
  display: inline-block;
  text-align: center;
  background-color: #cacfd4;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  font-family: FontAwesome;
  content: "\f09e";
  line-height: 1.6em; }
  @media screen and (max-width: 767px) {
    .social-badges a.social-badges-rss:before {
      width: 36px;
      height: 36px;
      font-size: 1.25em; } }

.social-badges a.social-badges-rss:hover:before {
  background-color: orange; }

/*#endregion*/

.site-footer-seals {
  margin-bottom: 32px; }
  .site-footer-seals .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-right: 32px; }
  .site-footer-seals img {
    margin: 16px; }
  .site-footer-seals #trustwaveSealImage {
    margin-left: 32px; }
  @media screen and (max-width: 767px) {
    .site-footer-seals .row {
      padding-right: 8px; }
    .site-footer-seals img {
      margin: 8px; }
    .site-footer-seals #trustwaveSealImage {
      margin-left: 16px; } }

footer .site-disclaimers p {
  padding: 22.5px 0;
  font-size: 11.25px;
  font-weight: 400;
  line-height: 18px;
  color: #9da1ad; }

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}

.breadcrumbs li {
  color: #757575;
  display: inline;
  font-weight: 300;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}

.breadcrumbs li a:visited {
  color: #0072EF;
}

/***** Search field *****/
.search {
  position: relative;
}

.search-bar-bknd{
  background-color: rgba(6, 104, 161, 0.47);
  padding: 10px;
  border-radius: 49px;
  width: 80%;
  margin: 0 auto;
}

.search input[type="search"] {
  border-radius: 35px;
  box-sizing: border-box;
  color: #999;
  padding-left: 56px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-appearance: none;
  width: 100%;
	font-size: 1.25em;
}

#query {
  box-shadow: 4px 6px 10px -2px rgba(39, 165, 254, 0.21);
  border: solid 1px #021c29;
  background-color: #ffffff;
}

[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}

.search input[type="search"]:focus {
  border: 1px solid rgba(66, 66, 66, 1);
  color: #555;
}

.search::before {
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #4B4B4B;
  content: "\1F50D";
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  left: 20px;
  color: #218fc5;
}

[dir="rtl"] .search::before {
  right: 15px;
  left: auto;
}

.search-full input[type="search"] {
  border: 1px solid #fff;
}

/***** Hero component *****/
.hero {
	background: rgb(54,133,46);
	background: linear-gradient(40deg, rgba(54,133,46,1) -59%, rgba(33,143,197,1) 48%);
  height: auto;
  padding: 10px 20px 0px 20px;
  text-align: center;
  width: 100%;
  font-family: Roboto, sans-serif;
}

.hero-inner {
  position: relative;
  top: 40%;
  transform: translateY(-10%); /* this sets the margin above the hero blocks */
  max-width: 750px;
  margin: 0 auto;
  color: white;
}

.hero-inner h1 {
  margin-bottom: 20px;
  margin-top: calc(1px + 4vh); /* this sets the margin above the main heading */
  font-size: 3em;
  font-weight: 200;
}

.hero-inner h1 b {
  font-weight: 500;
}

.hero-inner h2 {
  margin-bottom: 20px;
  font-size: 1.7em;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
.hero-inner h1 {
    margin-top: calc(93px + 12vh);
}
}

.hero-btns{
  position: relative;
  display: inline;
}

.sub-header {
  background: rgb(54,133,46);
	background: linear-gradient(40deg, rgba(54,133,46,1) -59%, rgba(33,143,197,1) 48%);
  padding: 30px 0 30px 0;
}

.header-text, .header-text:hover {
  color: white;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

  .home-seperator {
    background-color: white;
    height: 540px;
    margin-top: -600px;
}

/***** Hero Blocks *****/
.hero-cta-wrapper{
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .hero-cta-wrapper{
 		flex-direction: column; 
  }
}

.hero-block-link {
  flex-basis: 32%;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 1.25%;
  text-align: left;
  -webkit-box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.25);
 	font-family: Roboto, sans-serif; 
  display: flex;
  flex-direction: column;
  margin-bottom: 1%;
  padding: 20px;
  transition: box-shadow 0.3s ease;
}

.hero-block-link:hover {
  box-shadow: 0 0 15px rgba(4, 84, 130, 0.47); /* medium blue shadow */
  border: 1px solid #999;
}

.hero-block-link:last-of-type {
 /*margin-right: 0; */
}

.hero-blocks {
  padding: 0px;
  flex-grow: 1;
}

.hero-block-more {
  display: flex;
  align-items: center;
  border-top: 1px solid #e4e5ea;
  padding: 10px 0 0 0;
}

.hero-block-more-text {
  flex-grow: 1;
  font-size: 16px;
  color: #0072EF;
}

@media (max-width: 991px) {
  .hero-block-link {
    margin-bottom: 20px;
    margin-right: 0;
    }

  .home-seperator {
    background-color: white;
    height: 540px;
    margin-top: -600px;
  }
}

@media (max-width: 767px){
  #start-filing-banner{
		padding: 2em 1em;
  }
}

a > div.hero-blocks > p {
  color: #585858;
}

a:focus, a:hover > div.hero-blocks > p {
  color: #585858;
    text-decoration: none;
}

a:hover, a:active, a:focus > div.hero-blocks  {
  text-decoration: none;
    color: #585858;
}

.nounderline {
  text-decoration: none !important
}

/***** Hero Blocks *****/
.hero-blocks img {
  height: 40px;
  margin-bottom: 1px;
}

.hero-blocks h3 {
  font-size: 24px;
  font-weight: 600;
  color: #585858;
  margin-bottom: 10px;
}

.hero-blocks p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
}

@media (max-width: 991px) {
.hero-blocks {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}

.home-cat > h4 {
text-align: center;
font-family: Roboto, sans-serif;
margin-bottom: 60px;
  margin-top: 80px;
font-size: 2.2em;
font-weight: 600;
color: #585858;
}

.blocks-item {
	-webkit-box-shadow: 0px 6px 18px -6px rgba(0,0,0,0.1); 
	box-shadow: 0px 6px 18px -6px rgba(0,0,0,0.1);
  box-sizing: border-box;
  color: rgba(66, 66, 66, 1);
  flex-basis: 100%;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
  padding: 20px 0 20px 0;
  border-radius: 3px;
  border: 1px solid #e5e6ea;
  border-left-width: 5px;
  transition: box-shadow 0.2s ease;
}

.blocks-item img {
  height: 45px;
	float: left;
}

.cat-icon {
  display: inline-block;
  height: 30px;
}

@media (min-width: 768px) {
  .blocks-item {
    margin: 0 15px 30px;
    flex-basis: calc(50% - 30px);
  }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  border-left-color: #228ebf;
  box-shadow: 0 0 15px rgba(4, 84, 130, 0.47); /* medium blue shadow */
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
/*  text-decoration: underline;*/
  color: rgba(66, 66, 66, 1);
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock::before {
  content: "\1F512";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: rgba(66, 66, 66, 1);
}

.blocks-item-link {
  color: rgba(66, 66, 66, 1);
  padding: 20px 30px;
}

.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
  text-decoration: none;
}

/***** CSS Modifications for Category Images *****/
.categories .blocks-item-link {
	display: flex;
  align-items: center;
  text-align: left;
}

.categories .blocks-item-link .text-column {
 flex-grow: 1; 
}

.categories .blocks-item-link .text-arrow img {
  width: 14px;
  height: 16px;
}

h4.blocks-item-title {
  margin-top: 0;
  font-weight: 600;
  letter-spacing: -1px;
}

@media (max-width: 481px) {
h4.blocks-item-title {    
  font-size: 1.2em;
  }
}

.blocks-item img, .category-page-images, .section-page-images {
  margin-right: 20px;
  margin-left: 20px;
  width: 32px;
  height: 32px;
}

@media (max-width: 481px) {
.blocks-item img, .category-page-images, .section-page-images {
  margin-left: 0;
  }
}

.blocks-item-title {
  margin-bottom: 0;
  font-size: 1.8em;
}

.blocks-item-description {
  font-weight: 300;
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/***** Homepage *****/
.section {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .section {
    margin-bottom: 60px;
  }
}

.section h2 {
  text-align: center;
}

.view-all-link {
  color: #007bff; /* Bootstrap-style blue */
  cursor: pointer;
  text-decoration: none;
}

.view-all-link:hover {
  text-decoration: underline;
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}

.promoted-articles-item {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%;
    /* Three columns on desktop */
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  border-bottom: 1px solid #ddd;
  color: rgba(66, 66, 66, 1);
  display: block;
  padding: 15px 0;
}

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  background-image: url(/hc/theming_assets/01HYDRXS7N2JCB05HKTMWPS7SR);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}

.recent-activity
{
  margin-bottom: 0;
}

.section activity recent-activity {
  margin-bottom: 0;
}

.recent-activity > h2 {
  text-align: center;
    font-family: Roboto, sans-serif;
    margin-bottom: 60px;
    margin-top: 80px;
    font-size: 2.2em;
    font-weight: 600;
    color: #585858;
}


.recent-activity-list {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
  .recent-activity-list {
 		margin: 0 5vw 10vh;
  }
}

.recent-activity-item {
  font-size: 16px;
  position: relative;
	-webkit-box-shadow: 0px 6px 18px -6px rgba(0,0,0,0.1); 
	box-shadow: 0px 6px 18px -6px rgba(0,0,0,0.1);
  box-sizing: border-box;
  color: rgba(66, 66, 66, 1);
  margin: 0 0 16px;
  border-radius: 3px;
  border: 1px solid #e5e6ea;
  border-left-width: 5px;
  padding: 24px;
  display: flex;
  background-color: white;
  align-items: center;
}

.recent-activity-item:before {
  margin-right: 24px;
  text-decoration: none;
  border-radius: 50%;
  background-color: #f6f7fb;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}

.recent-activity-item:hover {
  color: rgba(66, 66, 66, 1);
  border-left-color: #228ebf;
}

.recent-activity-item:hover::before {
  color: #0072EF;
  background-color: #eff3ff;
}

.recent-activity-item-parent {
  font-size: 16px;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: rgba(66, 66, 66, 1);
  display: inline-block;
  width: 100%;
}

.recent-activity-item-desc {
  flex-grow: 1;
  font-weight: 600; 
}

@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 14px;
  font-weight: 300;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  color: #757575;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-item-comment span::before {
  color: rgba(66, 66, 66, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}

[dir="rtl"] .recent-activity-item-comment span::before {
  padding-left: 3px;
}

.recent-activity-controls {
  padding-top: 15px;
}

/***** Category pages *****/

.category-container {
  display: flex;
  justify-content: flex-end;
}

.category-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 100%;
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}

.section-tree .section {
  flex: initial;
}

@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree .icon-lock::before {
  vertical-align: baseline;
}

.section-tree-title {
  margin-bottom: 0;
}

.section-tree-title a {
  color: rgba(66, 66, 66, 1);
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

.article-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
}

.article-list-item a {
  color: rgba(66, 66, 66, 1);
}

.icon-star::before {
  color: rgba(66, 66, 66, 1);
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}

.section-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}

.section-subscribe .dropdown-toggle::after {
  display: none;
}

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
.article {
    flex: 1 0 66%;
    max-width: 80%;
    min-width: 640px;
    padding: 0 30px;
 }
}
  
.article-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}

/* Class for article summary at the top of an article.        */
/* Zendesk applies its own stylesheet, so this overrides.- TR */
zd-summary-block {
  background: #f3f3f3;
  border-left: 4px solid #1b5e88 !important;
  border-radius: 0px 4px 4px 0px;
  display: block;
  padding: 20px;
  margin-bottom: 10px;
}

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}

.article-header h1 {
  color: #393939;
  font-family: Roboto, sans-serif;
  font-weight: 800;
  font-size: 34px;
  flex: 0 0 80%;
  margin-top: 0;
  widows: 1;
}

@media (min-width: 768px) {
  .article-header h1 {
    margin-top: 10px;
    font-size: 36px;
  }
}

@media (max-width: 481px) {
    .article-header {
    margin-top: 020px;;
  }
}

.article-author {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}

.article-title .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article [role="button"] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}

.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.article-body {
  color: #000;
  font-family: Roboto, sans-serif;
}

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

.article-body ul, .article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .article-body ul, [dir="rtl"] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol, .article-body li > ul, .article-body li > ol {
  margin: 0;
}

.article-body ul {
  list-style-type: disc;
}

.article-body a:visited {
  color: #004189;
}

.article-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

/* Zendesk's pre renamed to zdpre for times when we do want to show a code as a code block */
.zdpre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
  font-family: Roboto Mono, monospace !important;
}

/* redefine the code block in the editor, used for questions in an internal-only article - TR */
.article-body pre {
  background-color: gold;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 0px;
  overflow: auto;
  font-family: Roboto, sans-serif;
  font-size: large;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #757575;
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-body h2 {
  font-weight: 800; 
  font-size:22px;
}

@media (min-width: 768px){
  .article-body h2 {
    font-size:24px;
  }
}

.article-content {
  line-height: 1.6;
  margin: 40px 0;
  word-wrap: break-word;
  color: #393939;
  font-size: 1.2em;
}

.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-comment-count {
  color: #757575;
  font-weight: 300;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count .icon-comments {
  color: rgba(66, 66, 66, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
  }
}

.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}

.article-relatives > * {
  flex: 1 0 auto;
  margin-right: 0;
}

.article-relatives > *:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .article-relatives > * {
    margin-right: 20px;
  }
}

.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}

.article-vote {
  background: transparent;
  border: 1px solid rgba(66, 66, 66, 1);
  color: rgba(66, 66, 66, 1);
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article-vote::before {
  font-size: 8px;
  margin-right: 10px;
}

[dir="rtl"] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}

.article-vote::after {
  content: attr(title);
  /* Yes/No label*/
}

.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: rgba(66, 66, 66, 1);
}

.article-vote:hover {
  background-color: rgba(66, 66, 66, 1);
}

.article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected="true"]::before, .article-vote[aria-selected="true"]::after {
  color: #FFFFFF;
}

.article-vote-up::before {
  content: "\2713";
}

.article-vote-down::before {
  content: "\2715";
}

.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}

.article-return-to-top {
  border-top: 1px solid #ddd;
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: rgba(66, 66, 66, 1);
  display: block;
  padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}

.article-return-to-top .icon-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}

[dir="rtl"] .article-return-to-top .icon-arrow-up::before {
  margin-right: 10px;
}

.article-unsubscribe {
  background-color: rgba(66, 66, 66, 1);
  color: #FFFFFF;
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #0f0f0f;
  border-color: #0f0f0f;
}

.sidenav-title {
  font-size: 15px;
  position: relative;
}

.sidenav-item {
  border-radius: 4px;
  color: rgba(66, 66, 66, 1);
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
}

.sidenav-item.current-article, .sidenav-item:hover {
  background-color: rgba(66, 66, 66, 1);
  color: #FFFFFF;
  text-decoration: none;
}

.recent-articles h3, .related-articles h3 {
    font-family: Roboto, sans-serif;
    font-weight: 600;
    margin-top: 0;
    margin: 20px 0;
}


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

.sidebar-column > section > section > ul > li > a {
    color: #393939;
    text-decoration: none;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1.2em;
}

/* Proof of Concept: In the Zendesk editor, steal a color we don't use and use it  */
/* to format a paragraph based on the presence of a keyword in the paragraph. - TR */
/* BEGIN Custom blockquote font color swatch CSS */
span[class=wysiwyg-color-pink120] {
background: #015b88;
color: #ffffff;
text-align: justify;
border-left: 5px solid #000000;
margin: 1.5em 5px;
padding: 0.5em 5px;
display: block;
}

span[class=wysiwyg-color-pink130] {
background: #d82631;
color: #000000;
text-align: justify;
border-left: 5px solid #000000;
margin: 1.5em 5px;
padding: 0.5em 5px;
display: block;
}

span[class=wysiwyg-color-pink120]:before {
display: block;
white-space: pre;
content: "Note:";
font-size: 1.5em;
}

span[class=wysiwyg-color-pink130]:before {
display: block;
white-space: pre;
content: "Reminders:";
font-size: 1.5em;
}
/* END Custom blockquote font color swatch CSS */

/* Class for internal article header content block - TR */
.contentblockblue {
  background: #1b5e88;
  color: #fff;
  border: #000 solid 1px;
  text-align: center;
  margin-bottom: 10px;
}

/* Class for disclaimer content block at the bottom of an article - TR */
.contentblockdisclaimer {
  border: 1px solid #ccc;
  padding: 10px 15px;
  margin: 15px 0px;
  border-radius: 3px;
  text-align: justify;
}

/* The note and reminders classes tie to an autoformat line in script.js - TR */
p.note {
  background: #1b5e88;
  border-left: 5px solid limegreen;
  border-right: 5px solid limegreen;
  color: #fff;
  text-align: justify;
  padding: 5px;
  display: block;
}

p.reminders {
  background: #d82631;
  color: #fff;
  text-align: justify;
  padding: 5px;
  display: block;
}

/* RTN lookup article - TR */
#rtnTable tr {
  display: none;
}

#rtnInput { 
  width: 18%;
  border-radius: 3px;
  text-align: center;
}
/* End RTN lookup article */

/* Bank reject code table lookup - TR */
/* Input box decoration stuff */
#codeInput {
  width: 8%;
  border-radius: 3px;
  text-align: center;
}

.codeinput-default,
.codeinput-default:focus {
  border: 2px solid #1b5e88;
  background: #fff;
  caret-color: green;
}

input.codeinput-default::placeholder {
  color: #bebebe;
}

.codeinput-valid,
.codeinput-valid:focus {
  border: 2px solid #008000;
  background: #f2ffe6; /* green background */
}

.codeinput-invalid,
.codeinput-invalid:focus {
  border: 2px solid #ff0000;
  background: #ffebe6; /* red background */
}

#codetableHeading {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  border: 1px solid black;
}

#codetableHeading tr {
  text-align: left;
}

#codetableHeading td {
  padding-left: 3px;
  text-align: left;
  vertical-align: top;
}

#codetable {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #ddd;
}

#codetable tr {
  display: none;
  text-align: left;
  padding: 3px;
  border-bottom: 1px solid #ddd;
}

#codetable td {
  text-align: left;
  padding: 3px;
  vertical-align: top;
}

#codetable tr.header, #codetable tr:hover {
  background-color: #f1f1f1;
}

/* this is global */
figure.wysiwyg-table {
  margin: 0;
  padding: 0;
}

/* following stuff done inline now with colgroup */
/*#codetableHeading > tbody > tr > td:nth-child(1),
#codetable > tbody > tr > td:nth-child(1) {
    width: 8%;
}

#codetableHeading > tbody > tr > td:nth-child(2),
#codetable > tbody > tr > td:nth-child(2) {
    width: 12%;
}

#codetableHeading > tbody > tr > td:nth-child(3),
#codetable > tbody > tr > td:nth-child(3) {
    width: 40%;
}

#codetableHeading > tbody > tr > td:nth-child(4),
#codetable > tbody > tr > td:nth-child(4) {
    width: 40%;
}*/
/* END Bank reject code table lookup - TR */

/* NAICS vs PBA lookup article CSS - TR */
#naicsInput{
  width: 20%;
  padding: 5px;
  margin-bottom: 12px;
  border-radius: 3px;
}

#naicstable {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #ddd;
}

#naicstable td {
  text-align: left;
  padding: 3px;
  vertical-align: top;
}

#naicstable tr {
  text-align: left;
  padding: 3px;
  border-bottom: 1px solid #ddd;
}

#naicstable tr.header, #naicstable tr:hover {
  background-color: #f1f1f1;
}

#naicstable > tbody > tr > td:nth-child(even) {
    width: 40%;
}

#naicstable > tbody > tr > td:nth-child(odd) {
    width: 40%;
}

#naicstable > tbody > tr > td:nth-child(odd) {
    width: 10%;
}
/* END NAICS vs PBA lookup article CSS */

/* BEGIN Web Reports articles table filtering css */
/* wrtable includes one field column and the rest bullet columns */
#wrInput{
  width: 80%;
  padding: 5px;
  margin-bottom: 12px;
}

.wrtable-container {
  max-height: 500px;
  width: 100%;
  overflow-y: scroll;
}
#wrtable {
  width: 100%;
  border: 1px solid #ddd;
  table-layout: fixed; /* make sure table fills all the way to the scroll bar */
}

#wrtable td {
  vertical-align: top;
}

#wrtable tr {
  border-bottom: 1px solid #ddd;
}

#wrtable tbody tr:hover {
  background-color: #f0f8ff;
}

#wrtable > thead > tr > th:nth-child(1) {
  width: 45%; 
  text-align: left;
  padding-left: 2px;
}

#wrtable > thead > tr > th:nth-child(n+2) {
  width: 5%;
  text-align: center;
}

#wrtable > tbody > tr > td:nth-child(1) {
  width: 45%;
  text-align: left;
  padding-left: 2px;
}

#wrtable > tbody > tr > td:nth-child(n+2) {
  width: 5%;
  text-align: center;
}

/* wrtable2 includes a field column, description column, and three bullet columns */
#wrInput{
  width: 80%;
  padding: 5px;
  margin-bottom: 12px;
}

.wrtable2-container {
  max-height: 500px;
  width: 80%;
  overflow-y: scroll;
}
#wrtable2 {
  width: 100%;
  border: 1px solid #ddd;
}

#wrtable2 td {
  vertical-align: top;
}

#wrtable2 tr {
  border-bottom: 1px solid #ddd;
}

#wrtable2 tbody tr:hover {
  background-color: #f0f8ff;
}

#wrtable2 > thead > tr > th:nth-child(1) {
  width: 75%; 
  text-align: left;
  padding-left: 2px;
}

#wrtable2 > thead > tr > th:nth-child(2) {
  width: 10%;
  text-align: left;
}

#wrtable2 > thead > tr > th:nth-child(n+3) {
  width: 5%;
  text-align: center;
}

#wrtable2 > tbody > tr > td:nth-child(1) {
  width: 50%;
  text-align: left;
  padding-left: 2px;
}

#wrtable2 > tbody > tr > td:nth-child(2) {
  width: 10%;
  text-align: left;
}

#wrtable2 > tbody > tr > td:nth-child(n+3) {
  width: 5%;
  text-align: center;
}

input.filterbox {
  outline: none;
  border: 3px solid #1b5e88;
  border-radius: 5px;
  background: #eaf4fb url(/hc/theming_assets/01HYDRXPE0MXPT6E7BR27N18PX) no-repeat right;
  background-size: 20px 20px;
  background-position: right 35% bottom 50%;
  box-shadow: 0px 0px 5px #1b5e88;
  transition: background 1s ease-in-out 0.2s;
}

input.filterbox:focus {
   outline: none;
   color: #000;
   border: 3px solid #1b5e88;
   background: #eaf4fb url(/hc/theming_assets/01HYDRXPE0MXPT6E7BR27N18PX) no-repeat right;
   background-size: 20px 20px;
   background-position: right 5% bottom 50%;
   transition: background 0.4s ease-in-out 0.2s;
   box-shadow: none;
}

input.filterbox::placeholder {
  color: #000;
}

input.filterbox:focus::placeholder {
  color: #cdcdd6;
}

/* Flex settings for list of reports */
.flex-wrlist {
  display: flex;
  justify-content: space-between;
  border: 2px solid #1b5e88;
}

.flex-wrlist-left {
  width: 50%;
  padding-left: 5px;
}

.flex-wrlist-right {
  width: 50%;
}
/* End flex settings for web report articles */
/* END Web Reports articles table filtering css */

/* BEGIN simple 2-col div without flex or table */
.twocol {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.twocolrow:after {
  content: "";
  display: table;
  clear: both;
}
/* END simple 2-col div without flex or table */

/* BEGIN simple 2-col flex box with a border */
.aflex-wrapper {
  margin: 15px 0px;
  border: 1px solid black;
}

.aflex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 5px;
}

.aflex-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  padding: 5px;
}

.aflex-column:last-child {
  border-left: 1px solid grey;
}
/* END simple 2-col flex box */

/* obsolete, i think - style a character in a blue circle*/
.wrhead {
  cursor: pointer;
  display: inline-flex;  
  justify-content: center;
  width: 1.5em; height: 1.5em; 
  border: 1px solid; 
  border-radius: 50%; 
  color: #fff; 
  background-color: #1b5e88; 
  font-weight: bold;
} /* obsolete */

/* Hover over a paragraph to reveal more text inside a border - TR */
/* See Pennsylvania state info article, for example                */
.more-info, 
.more-info * {
  box-sizing: border-box;
}
.more-info { 
  display: inline-block; 
  position: relative; 
  margin: 0; 
  padding: 0;
  line-height: 1.3;
}

.more-info-title { /* Title (optional styling) */
  margin: 0 0 0 0; /* adjust as desired, or 0 to remove all space */
}

.more-info-head { /* Trigger button */
  background: #1b5e88;
  color: #fff;
  padding: 4px 8px;
  border-radius: 3px;
  margin: 0;
  cursor: pointer;
  border: 0;
  font: inherit; /* inherit site font */
}

.more-info-head:hover {
  border-radius: 5px 5px 0px 0px;
}

.more-info-item { /* Container for one dropdown item (gives positioning context) */
  position: relative;
  display: inline-block; /* keeps the panel aligned with the button */
}

.more-info-panel { /* The unified dropdown panel */
  display: none;              /* hidden by default */
  position: absolute;
  top: 100%;      /* below the button; adjust gap as needed */
  left: 0;
  min-width: 280px;           /* ensure a reasonable width */
  background: #fff;
  border: 1px solid #1b5e88;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(27,94,136,.35);
  padding: 10px 12px;
  z-index: 1000;
  white-space: normal;        /* wrap lines normally */
}

/* Show panel when hovering the trigger or the panel (prevents flicker) */
.more-info-item:hover .more-info-panel,
.more-info-item:focus-within .more-info-panel {
  display: block;
  border-radius: 0px 6px 6px 6px; /* square off top left corner */
}

/* When the dropdown (item) is hovered or focused, square off the bottom corners of the head */
.more-info-item:hover .more-info-head,
.more-info-item:focus-within .more-info-head {
  border-radius: 5px 5px 0 0;
}

.more-info-section { /* spacing inside the panel */
  margin: 0 0 8px 0;
}

.more-info-section:last-child {
  margin-bottom: 0;
}

/* Email links */
.more-info-panel a {
  color: #1b5e88;
  text-decoration: none;
  word-break: break-word; /* guard against overflow if long */
}

.more-info-panel a:hover,
.more-info-panel a:focus {
  text-decoration: underline;
}

/* Optional: If you keep any <p> wrappers elsewhere, remove their default gaps inside this widget */
.more-info p {
  margin: 0;
}
/* END hover over a paragraph */

/* BEGIN various table alignments, paddings, and borders */
table.table-pad tr td {
  padding: 5px;
}

table.table-npad tr td  {
  padding: 0px 5px;
}

table.table-5pad tr td {
  padding: 5px 3px;
}

table.table-3pad tr td {
  padding: 3px;
}

table.table-3npad tr td {
  padding: 0px 3px;
}

table.table-vat tr td {
  vertical-align: top;
}

table.table-vab tr td {
  vertical-align: bottom;
}

table.tablehover td:hover a.tablehover {
  background-color: #1b5e88;
  color: #ffffff !important;
  text-decoration: none;
  padding: 5px;
  border-radius: 5px;
}

table.table-borders tr td {
  border: 1px solid #000;
}

table.table-borderlite tr td {
  border: 1px solid #dcdcdc;
}

table.first-col-num-left td:first-child,
table.first-col-num-left th:first-child {
  text-align: left;
  padding-right: .5em;
}

table.first-col-num-right td:first-child,
table.first-col-num-right th:first-child {
  text-align: right;
  padding-right: .5em;
}
/* CSS for a table with inner borders but no outside border */
inner-borders { /* make this the class for the table */
  border-collapse: collapse; /* Merge adjacent borders into single lines */
  width: 100%;
}

/* Base cell borders (this creates the grid lines everywhere) */
.inner-borders th,
.inner-borders td {
  border: 1px solid #ccc;
  padding: 0.5rem;
  text-align: left; /* adjust as needed */
}

/* Remove the outer border *around* the table */
.inner-borders thead tr:first-child th { border-top: none; }
.inner-borders tbody tr:last-child td { border-bottom: none; }

.inner-borders th:first-child,
.inner-borders td:first-child { border-left: none; }

.inner-borders th:last-child,
.inner-borders td:last-child { border-right: none; }

/* Optional: make the divider under the header a bit stronger */
.inner-borders thead th {
  border-bottom-color: #888;      /* darker line between header and first body row */
  border-bottom-width: 2px;
}

/* Add a line to the bottom of the table */
.inner-borders tbody tr:last-child td {
  border-bottom: 1px solid #ccc;
}

/* End of inner borders
/* END table alignments, paddings, and borders */

details summary > * {
  display: list-item;
}

details > summary {
  padding: 4px;
  border: none;
  cursor: pointer;
}

/* Border around the text in the details element - TR*/
.text_border {
  border: 1px solid #1b5e88;
  padding: 5px;
}

/* Separate ordered list items with more whitespace for ease of reading */
.olspace > li {
  margin: 10px 0px;
}

/* Various paragraph borders */
.pb1 {
  border: 1px solid #000;
  padding: 5px;
}

.pb2 {
  border: 2px solid #000;
  padding: 5px;
}

.pb1ib {
  border: 1px solid #000;
  padding: 5px;
  display: inline-block;
}

.pb2ib {
  border: 2px solid #000;
  padding: 5px;
  display: inline-block;
}

.pb2c { /* centered bordered paragraph */
   margin: 0px auto 10px;
   border: 2px solid #333;
   padding: 5px;
   box-sizing: border-box; 
}

/* BEGIN css for details with a blue/white button and bordered text */
.dbutton {
  cursor: pointer;
  width: 100%;
  padding-bottom: 5px;
}

.dbutton-summary { /* the actual button */
  width: fit-content;
  background-color: #1b5e88;
  color: #fff;
  font-weight: 700;
  border: 2px solid #1b5e88;
  border-radius: 5px;
}

.dbutton-summary:hover {
  width: fit-content;
  background-color: #fff;
  color: #1b5e88;
  }

.dbutton[open] > summary {
  background-color: #1b5e88;
  color: #fff;
  border-radius: 5px 5px 0px 0px;
}

.dbutton-div { /* the bordered details */
  border: 2px solid #1b5e88;
  padding: 5px 5px 0px 5px;
  margin-top: -2px;
}
/* END css for details with a blue/white button and bordered text */

/* BEGIN css for details with white/blue button and bordered text */
/*  Wall of Information article uses this */
.sbutton {
  cursor: pointer;
  width: 63%;
  padding-bottom: 5px;
}

.sbutton-summary { /* the actual button */
  width: fit-content;
  background-color: #fff;
  color: #1b5e88;
  border: 2px solid #1b5e88;
  border-radius: 5px;
}

.sbutton-summary:hover {
  background-color: #1b5e88;
  color: #fff;
}

.sbutton-div { /* the bordered details */
  border: 2px solid #1b5e88;
  padding: 5px;
  margin-bottom: 10px;
  margin-top: 0px;
}
/* END css for details with white/blue button and bordered text */

/* BEGIN css for details and summary elements in the new user articles */
/* Also used in any article that has a list of all states with tables underneath */
/* d_parent and s_parent are also useful in other contexts - see the ProWeb gap article for example */
.s_parent {
  width: fit-content;
  border: 2px solid #1b5e88;
  border-radius: 5px 5px 5px 5px;
  color: #1b5e88;
}

.s_glow { /* optional box shadow */
  box-shadow: 0px 0px 5px #1b5e88;
}

.s_parent:hover {
  background-color: #1b5e88;
  color: #fff;
  box-shadow: none;
}

.d_parent {
  cursor: pointer;
  width: 63%;
  padding-bottom: 5px;
}

.d_parent[open]>summary {
  background-color: #1b5e88;
  color: #fff;
  border-radius: 0px 5px 0px 0px;
}

.d_div {
  border-left: 2px solid #1b5e88;
  border-top: 2px solid #1b5e88;
  margin-bottom: 10px;
}

.d_child1 {
  cursor: pointer;
  width: 100%;
  padding: 5px 0px;
}

.d_child1[open]>summary {
  background-color: #1b5e88;
  color: #fff;
  border-radius: 0px 5px 0px 0px;
}

.d_child2 {
  cursor: pointer;
  width: 100%;
  padding-bottom: 5px;
}

.d_child2[open]>summary {
  background-color: #1b5e88;
  color: #fff;
  border-radius: 0px 5px 0px 0px;
}
/* END css for details and summary elements in the new user articles */

.parahover {
  background-color: #ffffff;
}

.parahover:hover {
  color: #ffffff;
  background-color: #1b5e88;
  margin: 5px;
  border-radius: 5px;
}

/* BEGIN CSS for the page showing all states with links to each state's info page */
.states-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  align-items: start;
}

.states-list .statelink {
  width: fit-content;      /* pill fits text */
  max-width: 100%;         /* don’t overflow column */
  white-space: nowrap;
  justify-self: start;     /* align pills within column */
}
/* END CSS for the states page */

/* Forgotton what context specialink is used */
a.specialink:link {text-decoration: none; color: #1b5e88;}
a.specialink:visited {text-decoration: none; color: #1b5e88;}
a.specialink:hover {padding: 5px; text-decoration: none; color: #ffffff; background: #1b5e88; border-radius: 5px;}

/* State info articles state info button links; also used in web reports overview and elsewhere */
a.minilink:link { /* like statelink but smaller */
  transition: transform 0.2s ease;
  will-change: transform;
  padding: 0px 4px; 
  background: #1b5e88; 
  color: #fff; 
  border-radius: 3px; 
  border: solid 1px #1b5e88; 
  text-decoration: none; 
  font-weight: 500; 
  font-size: 0.8em;
  display: inline-block; 
  white-space: nowrap; 
}

a.minilink:visited { /* like statelink but smaller */
  padding: 0px 4px; 
  background: #1b5e88; 
  color: #fff; 
  border-radius: 3px; 
  border: solid 1px #1b5e88; 
  text-decoration: none;
  font-size: 0.8em;
  font-weight: 500; 
  display: inline-block; 
  white-space: nowrap; 
}

a.minilink:hover { /* like statelink but smaller */
  position: relative;
  z-index: 10;
  transform: scale(1.05); /* scales up by 5% */
  transform-origin: center; /* optional: controls the direction of scale */
  transition: transform 0.2s ease;
  padding: 0px 4px; 
  background: #fff;
  color: #1b5e88;
  border-radius: 3px; 
  border: solid 1px #1b5e88; 
  text-decoration: none; 
  font-weight: 500;
  display: inline-block; 
  white-space: nowrap; 
}

.form-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px; /* consistent spacing both sides */
}

/* space minilinks on the same line */
.minimargin {
  margin: 0px 3px 0px 0px; 
}

a.statelink:link {
  padding: 3px 5px;
  background: #1b5e88; 
  margin: 0;
  color: #fff; 
  border-radius: 5px; 
  border: solid 2px #1b5e88; 
  text-decoration: none; 
  font-weight: bold;
  overflow-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
}

a.statelink:visited {
  padding: 3px 5px; 
  background: #1b5e88;
  margin: 0;
  color: #fff; 
  border-radius: 5px; 
  border: solid 2px #1b5e88; 
  text-decoration: none; 
  font-weight: bold; 
  overflow-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
}

a.statelink:hover {
  padding: 3px 5px; 
  background: #fff; 
  margin: 0;
  color: #1b5e88; 
  border-radius: 5px; 
  border: solid 2px #1b5e88; 
  text-decoration: none; 
  font-weight: bold; 
  overflow-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
}

/* State info articles state info button that does nothing, just a placeholder due to the state having no info. See the MI article, for example */
a.statenolink:link {
  padding: 3px 5px; 
  background: #a9a9a9; 
  margin: 0;
  color: #fff; 
  border-radius: 5px; 
  border: solid 2px #000; 
  text-decoration: none; 
  font-weight: bold;
  overflow-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
/*  white-space: nowrap; */
}

a.statenolink:visited {
  padding: 3px 5px; 
  background: #a9a9a9; 
  margin: 0; 
  color: #fff; 
  border-radius: 5px; 
  border: solid 2px #000; 
  text-decoration: none; 
  font-weight: bold; 
  overflow-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
  cursor: not-allowed;
}

a.statenolink:hover {
  padding: 3px 5px; 
  background: #a9a9a9; 
  margin: 0; 
  color: #fff; 
  border-radius: 5px; 
  border: solid 2px #000; 
  text-decoration: none; 
  font-weight: bold; 
  white-space: nowrap; 
  overflow-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
  cursor: not-allowed;
}

/* State info articles KB articles button link */
a.kblink:link {
  padding: 3px 5px; 
  background: #1b5e88; 
  color: #fff; 
  border-radius: 5px; 
  border: solid 2px #00bfff; 
  text-decoration: none; 
  font-weight: bold; 
  display: inline-block; 
  white-space: nowrap; 
  margin: 2px 0px 2px 0px; 
  transition: all 1s;
}

a.kblink:visited {
  padding: 3px 5px; 
  background: #1b5e88; 
  color: #fff; 
  border-radius: 5px; 
  border: solid 2px #00bfff; 
  text-decoration: none; 
  font-weight: bold; 
  display: inline-block; 
  white-space: nowrap; 
  margin: 2px 0px 2px 0px; 
  transition: all 1s;
}

a.kblink:hover {
  padding: 3px 5px; 
  background: #fff; 
  color: #1b5e88; 
  border-radius: 5px; 
  border: solid 2px #1b5e88; 
  text-decoration: none; 
  font-weight: bold; 
  display: inline-block; 
  white-space: nowrap; 
  margin: 2px 0px 2px 0px; 
  transition: all 1s;
}

/* Links in the Wall of Information */
.buttonlink-container {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}

a.buttonlink {
  display: inline-block;
  padding: 2px 4px;
  background: #1b5e88;
  color: #fff; 
  border-radius: 5px;
  border: 2px solid #1b5e88;
  text-decoration: none;
  font-weight: bold;
  margin: 2px;
}

a.buttonlink:visited {
  color: #fff; 
}

a.buttonlink:hover {
  background: #fff;
  color: #1b5e88;
}
/* END Links in the Wall of Information */

/* Make paragraph text in a TaxSlayer Pro blue background - TR*/
.problue {
  background: #1b5e88;
  color: #fff;
  padding: 0px 8px;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
}

/* For buttons that turn black when hovered */
.problue.blackhover:hover {
  background-color: #212329;
  color: #fff;
  cursor: pointer;
}

/* Inline hightlight of text in a sentence. See annual support hours KB article, for example. -TR */
.highlight-text {
  background-color: #1b5e88;
  color: #fff;
  padding: 3px 6px;
}

/* To fix the "Note:" paragraph style when it's inside a div - TR */
.notefix {
  background: #1b5e88;
  color: #fff;
  padding: 5px;
  display: inline-block !important;
}

/* For ProWeb articles, style a plus sign white in a blue circle. - TR */
.blueplus {
  display: inline-flex; 
  align-items: center; 
  justify-content: center; 
  width: 1em; height: 1em; 
  padding: 1px; 
  border: 1px solid; 
  border-radius: 50%; 
  color: #fff; 
  background-color: #1b5e88; 
  font-weight: bold;
}

/* For ProWeb articles, style a plus sign white in a black circle. - TR */
.blackplus {
  display: inline-flex; 
  align-items: center; 
  justify-content: center; 
  width: 1em; height: 1em; 
  padding: 1px; 
  border: 1px solid; 
  border-radius: 50%; 
  color: #fff; 
  background-color: #000; 
  font-weight: bold;
}

/* For ProWeb articles, style a plus sign white in a green circle. - TR */
.greenplus {
  display: inline-flex; 
  align-items: center; 
  justify-content: center; 
  width: 1em; height: 1em; 
  padding: 1px; 
  border: 1px solid; 
  border-radius: 50%; 
  color: #fff; 
  background-color: green; 
  font-weight: bold;
}

.greenplus-big { /* bigger plus sign sometimes in ProWeb */
  display: inline-flex; 
  align-items: center; 
  justify-content: center; 
  width: 1.3em; height: 1.3em; 
  padding: 2px 2px 2px 2px;
  border: 1px solid; 
  border-radius: 50%; 
  color: #fff; 
  background-color: green;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 1px;
  line-height: 1;
}

.gray-glow:hover .greenplus-big {
  background-color: #c3dd9a;
}

/* Colors for some third-party app and link buttons */
/* See Wall of Knowledge article for example */

.orange-glow:hover { /* used with beyond trust logo */
  box-shadow: 0px 0px 10px #ff4500;
  border-radius: 5px;
}

.blue-glow:hover {/* used with various blue logos */
  box-shadow: 0px 0px 10px #1b5e88;
  border-radius: 5px;
}

.green-glow:hover {/* used with When I Work logo */
  box-shadow: 0px 0px 10px #51a33d;
  border-radius: 5px;
}

.brown-glow:hover {/* used with ObserveAI logo */
  box-shadow: 0px 0px 10px #e3b35b;
  border-radius: 5px;
}

.gold-glow:hover {/* used with Lessonly logo */
  box-shadow: 0px 0px 10px #ffd700;
  border-radius: 5px;
}

.red-glow:hover {/* used with ADP logo */
  box-shadow: 0px 0px 10px #d0271d;
  border-radius: 5px;
}

.gray-glow:hover {/* used with ProWeb Sec 199A button */
  box-shadow: 0px 0px 10px #ccc;
  border-radius: 5px;
  cursor: pointer;
}

.linkline {
  position: relative;
}

.linkline:hover {
    text-decoration: 1px solid #fff;
}

.linkline::before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #0074D9;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

@media (hover: hover) and (pointer: fine) {
  .linkline:hover::before{
    left: 0;
    right: auto;
    width: 100%;
  }
}

/* For ProWeb articles, style text like a blue rectangular button. - TR */
.bluebutton {
  background: #1b5e88;
  color: #fff;
  padding: 2px 4px;
  font-weight: bold;
  border-radius: 2px;
}

/* Green button used on TaxSlayer Pro website and maybe a few places in ProWeb. - TR*/
.greenbutton {
  background: #1b8550;
  color: #fff;
  padding: 1px 3px;
  font-weight: bold;
}

/* ProWeb gray unchecked checkbox - TR */
.graybox {
  border: 2px solid #969ca9;
  border-radius: 5px;
  padding: 0px 8px;
  margin-right: 10px;
  font-size: 80%;
}

/* For an internal article, style a single character in a red circle. - TR */
.redcircle {
  display: inline-flex; 
  align-items: center; 
  justify-content: center; 
  width: 1.5em; height: 1.5em; 
  padding: 1px; 
  border: 2px solid; 
  border-radius: 50%; 
  color: red; 
  background-color: #fff; 
  font-weight: bold;
}

/* BEGIN Roles & Permissions buttons and things */
/* Flex settings for boxes and sliders explanations - TR */
.flex-roles-explanation {
  display: flex;
  align-items: top;
  justify-content: space-between;
}

.flex-roles-item-left {
  width: 15%;
/*  margin-top: 5px;*/
}

.flex-roles-item-right {
  width: 85%;
}

.allbutton {
  border: 1px solid #006699;
  background-color: #e6f7ff;
  color: #006699;
  border-radius: 4px;
  padding: 8px 9px;
}

.allbutton:hover {
  background-color: #f5f9fb;
  cursor: pointer;
}

.graybutton {
/*  border: 1px solid #006699;*/
  -webkit-tap-highlight-color: transparent;
  background-color: #ededf2;
  color: #6e7481;
  border-radius: 4px;
  padding: 10px 16px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px,
    rgba(0, 0, 0, 0.14) 0px 2px 2px 0px,
    rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), 
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), 
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), 
    color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.graybutton:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #f5f5f5;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px,
    rgba(0, 0, 0, 0.14) 0px 4px 5px 0px,
    rgba(0, 0, 0, 0.12) 0px 1px 10px 0px);
}

.checkedlist > li {
  position: relative;
  margin-left: -40px;
  margin-top: 15px;
  padding-left: 35px;
  list-style: none;
}

.checkedlist > li::before {
  content: "";
  position: absolute;
  top: 0.2em; /* Adjust this to align with the first line of text */
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(/hc/theming_assets/01HYDRXPKNG8N5FEPH74CR655B);
  background-repeat: no-repeat;
  background-size: contain;
}

.graycheck > li {
  margin-left: -40px;
  margin-top: 15px;
  padding: 0px 0px 0px 35px;
	list-style: none;
	background-image: url(/hc/theming_assets/01HYDRXQPAY161Q780M76BWX26);
	background-repeat: no-repeat;
	background-position: 0% 15%;
	background-size: 20px;
}

.whitedash > li {
  margin-left: -40px;
  margin-top: 15px;
  padding: 0px 0px 0px 35px;
	list-style: none;
	background-image: url(/hc/theming_assets/01HYDRXPR86F3Y2TW2GKMZK15Y);
	background-repeat: no-repeat;
	background-position: 0% 15%;
	background-size: 20px;
}

.nocheck > li {
  margin-left: -40px;
  margin-top: 15px;
  padding: 0px 0px 0px 35px;
	list-style: none;
	background-image: url(/hc/theming_assets/01HYDRXPXE7RQYED91STSKAT81);
	background-repeat: no-repeat;
	background-position: 0% 5%;
	background-size: 20px;
}

.nocheck:hover li {
  	background-image: url(/hc/theming_assets/01HYDRXPKNG8N5FEPH74CR655B);
}

.slider > li {
  margin-left: -40px;
  margin-top: 15px;
  padding: 0px 0px 0px 35px;
	list-style: none;
	background-image: url(/hc/theming_assets/01HYDRXQ9WH0V9KJQBCAS0X92E);
	background-repeat: no-repeat;
	background-position: 0% 15%;
	background-size: 30px;
}
/* END Roles & Permissions buttons */

/* Begin Unordered list that looks like ProWeb check boxes */
.checkedbullets > li {
  margin-left: -20px;
  padding: 0px 0px 0px 35px;
  list-style: none;
	background-image: url(/hc/theming_assets/01HYDRXPKNG8N5FEPH74CR655B);
	background-repeat: no-repeat;
	background-position: 0% 15%;
	background-size: 20px;
}

/*.uncheckedbullets > li {
  margin-left: -20px;
  padding: 0px 0px 0px 35px;
	list-style: none;
	background-image: url(/hc/theming_assets/01HYDRXPXE7RQYED91STSKAT81);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 20px;
}*/

.uncheckedbullets > li {
  position: relative;
  padding-left: 35px;
  list-style: none;
}
.uncheckedbullets > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em; /* aligns with first line */
  width: 20px;
  height: 20px;
  background: url(/hc/theming_assets/01HYDRXPXE7RQYED91STSKAT81) no-repeat center/contain;
}

/* End Unordered list that looks like ProWeb check boxes */

/* BEGIN Unordered list that looks like ProWeb check boxes */
/* and the boxes check when hovered.                       */
.proweb-checklist {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

.proweb-checklist > li {
  position: relative;
  margin: 0 0 5px 0;
  padding: 5px 0 5px 44px; /* 34 + 10 = 44 */
  cursor: pointer;
  list-style: none; /* Prevent default bullets at LI level, in case a global rule adds them */
}

.proweb-checklist > li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 34px;
  height: 34px;
  display: block;
  background-image: url(/hc/theming_assets/01HYDRXPXE7RQYED91STSKAT81);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  border-radius: 50%;
  transition: background-image 0.3s ease, background-color 0.3s ease;
}

.proweb-checklist > li:hover::before {
  background-image: url(/hc/theming_assets/01HYDRXPKNG8N5FEPH74CR655B);
  background-color: #f7f7ff; /* Light purple background */
}

.proweb-checklist ul { /* style a nested unordered list normally */
  list-style-type: disc;
  padding-left: 24px; /* indent under the text area */
  margin: 6px 0 0 0;
}

.proweb-checklist ul li { /* style a nested unordered list normally */
  background: none;
  padding-left: 0;
}
/* END Unordered list that looks like ProWeb check boxes */
/* and the boxes check when hovered.                     */

/* BEGIN simulate ProWeb gray drop down menu */
.graydropdown { /* full size, as in client list */
  border: 2px solid #d7dae6;
  border-radius: 5px;
  font-weight: 400;
  font-size: 15px;
  padding: 10px 5px 10px 15px;
  font-family: roboto, sans-serif;
  color: #444;
}
 .graynarrowdropdown { /* narrow, as in label print */
  border: 2px solid #d7dae6;
  border-radius: 5px;
  font-weight: 400;
  font-size: 15px;
  padding: 3px 5px 3px 15px;
  font-family: roboto, sans-serif;
  color: #444;
}

.droparrow-right {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
}

.droparrow-down {
  float: right;
  margin-top: 7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
/* END simulate ProWeb gray drop down menu */

/* Simulate ProWeb light blue info box */
.blueinfobox {
  display: table;
  margin: 10px 0px;
  background: #d8f4ff;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 10px;
}

/* BEGIN ProWeb input field styling */
.pwboxtitle {
  border: 1px solid #d7dae6;
  border-radius: 5px;
  padding: 5px;
  transition: box-shadow 0.3s ease;
  cursor: pointer;
  font-weight: 600;
}

.pwboxtitle:hover {
  box-shadow: 0 0 1px 1px #66afe9;
	border: 1px solid #66afe9;
}

.pwboxtext {
  display: inline-block;
  margin-top: 5px;
}
/* END of ProWeb box styling */
/* BEGIN ProWeb page with input fields */
.pwformpage {
  margin-top: 10px;
  list-style-type: none;
  margin-left: -40px;
}

/* mimic ProWeb input field for an amount */
/* in the html: <span class="pwinput">$</span>   */
/* styling should reflect the most recent ProWeb year  */
.pwinput {
  padding: 5px 120px 5px 10px;
  width: 10%;
  border: 2px solid #d7dae6;
  border-radius: 5px;
  cursor: pointer;
  color: #999999;
  font-size: 90%;
  margin: 0px 10px 5px 0px;
  display: block;
}

.pwinput:hover {
/*  box-shadow: 0 0 1px 1px #66afe9;*/
	border: 2px solid #1b5e88;
  /*box-shadow: 0 0 1px 1px #1b5e88;*/
  transition: all 0.3s;
}

/* BEGIN Mimic a ProWeb dropdown menu with two choices*/
/* styling reflects the most recent ProWeb year  */
.pwdropdown {
  position: relative;
  width: var(--menu-width);
}

.pwdropdown-checkbox {
  display: none;
}

.pwdropdown-toggle { /* default dropdown menu style */
  border: 2px solid #d7dae6;
  border-radius: 5px;
  background: white;
  padding: 5px 12px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pwdropdown.report-style .pwdropdown-toggle { /* changes for a dropdown in the reports menu */
  font-size: 0.9em;
  font-weight: 500;
  border-radius: 5px;
  padding: 2px 5px 2px 15px;
}

.pwselected-text {
  flex-grow: 1;
  font-weight: 400;
}

.pwcarat {
  display: inline-block;
  width: 8px;
  height: 5px;
  background-image: url(/hc/theming_assets/01K1M7HRXPK3DQBETB0GE1EG5M);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.pwdropdown-menu {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  display: none;
  z-index: 1000;
  width: max-content;
  min-width: 100%;
  border: 1px solid #000;
  background: white;
  max-height: min(50vh, 400px);  /* keep it within viewport / cap at 400px */
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.pwdropdown-checkbox:checked + .pwdropdown-toggle + .pwdropdown-menu {
  display: block;
}

.pwdropdown-item {
  padding: 1px 12px;
  cursor: pointer;
}

.pwdropdown-toggle:hover,
.pwdropdown:hover .pwdropdown-toggle {
  border: 2px solid #1b5e88;
}

/* Report style hover border color */
.pwdropdown.report-style .pwdropdown-toggle:hover {
  border: 2px solid #555555;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); /* faint blue */
}

.pwdropdown-item.selected {
  background-color: #767676;
  color: #fff;
}

.pwdropdown-item:hover {
  background-color: #767676;
  color: #fff;
}

.pwdropdown-menu:hover .pwdropdown-item.selected:not(:hover) {
  background-color: #fff;
  color: #000;
}
/* END Mimic a ProWeb dropdown menu with two choices */

.pwconfigdropdown select {
  width: auto;
  appearance: none; /* Removes default styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #d7dae6;
  padding: 5px 25px 5px 15px;
  font-size: 16px;
  background-image: url(/hc/theming_assets/01K1M7HRXPK3DQBETB0GE1EG5M);
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 10px;
  cursor: pointer;
  margin-bottom: 5px;  
}

.pwconfigdropdown option {
  box-shadow: 0 0 3px 2px #66afe9;
}

.pwconfigdropdown option select:focus { /* supported in Edge, not yet supported in Chrome */
  background-color: #767676;
  color: #fff;
}

.select-style option:first-of-type { /* supported in Edge, not yet supported in Chrome */
  margin-top: 3px;
}
/* BEGIN TESTING */
.pwddconfig select,
::picker(select) {
  appearance: base-select;
}

.pwddconfig select {
  width: auto;
  border: 2px solid #ddd;
  background: #fff;
  padding: 5px;
  background-image: url(/hc/theming_assets/01K1M7HRXPK3DQBETB0GE1EG5M);
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 10px;
}

.pwddconfig select:hover,
select:focus {
  background: #ddd;
}

.pwddconfig select::picker-icon {
  color: #999;
  transition: 0.2s;
}

/*.pwddconfig select:open::picker-icon {
  rotate: 180deg;
}*/

.pwddconfig ::picker(select) {
  border: none;
}

.pwddconfig option {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  border: 2px solid #ddd;
  background: #eee;
  padding: 10px;
  transition: 0.2s;
}

.pwddconfig option:first-of-type {
  border-radius: 8px 8px 0 0;
}

.pwddconfig option:last-of-type {
  border-radius: 0 0 8px 8px;
}

.pwddconfig option:not(option:last-of-type) {
  border-bottom: none;
}

.pwddconfig option:nth-of-type(odd) {
  background: #fff;
}

.pwddconfig option:hover,
  option:focus {
  background: plum;
}

/* END TESTING */

/* END ProWeb page with input fields */

/* Begin simulate web report page elements - TR */
.webreport {
  background: -webkit-linear-gradient(top,#2A9CDD 25%,#0d6191 75%);
  border-color: #00935f;
  border-radius: 3px 3px 0px 0px;
  color: #fff;
  padding: 5px 15px;
  box-shadow: 3px 3px 5px #ccc;
}

.arrowright {
  border: solid white;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 3px;
}

.arrowdown {
  float: right;
  margin-top: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.pbgray {
  border: 1px solid #a9a9a9;
  border-radius: 0px 0px 3px 3px;
  padding: 10px 15px 0px 15px;
  margin-bottom: 10px;
  box-shadow: 3px 3px 5px #ccc;
}

.darkbluebutton {
  display: inline-block;
  text-align: center;
  background-color: #0d6191;
  border-color: #2a9cdd;
  justify-content: space-around;
  padding: 3px 10px;
  border-radius: 5px;
  color: #fff;
}

.lightbluebutton {
  display: inline-block; 
  text-align: center;
  background-color: #5bc0de;
  border-color: #46b8da;
  justify-content: space-around;
  padding: 3px 10px;
  border-radius: 5px;
  color: #fff;
}

.orangebutton {
  display: inline-block; 
  text-align: center;
  background-color: #f0ad4e;
  border-color: #eea236;
  justify-content: space-around;
  padding: 3px 10px;
  border-radius: 5px;
  color: #fff;
}

.redbutton {
  display: inline-block; 
  text-align: center;
  background-color: #d9534f;
  border-color: #d43f3a;
  justify-content: space-around;
  padding: 3px 10px;
  border-radius: 5px;
  color: #fff;
}
/* End simulate web report page elements */

/* Flex settings for web report articles - TR */
.flex-button-explanation {
  display: flex;
  align-items: top;
  justify-content: space-between;
}

.flex-button-item-left {
  width: 30%;
  margin-top: 5px;
}

.flex-button-item-right {
  width: 70%;
}
/* End flex settings for web report articles */

/* Begin CSS for the supported forms article. - TR*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6),
.tabset > input:nth-child(13):checked ~ .tab-panels > .tab-panel:nth-child(7),
.tabset > input:nth-child(15):checked ~ .tab-panels > .tab-panel:nth-child(8),
.tabset > input:nth-child(17):checked ~ .tab-panels > .tab-panel:nth-child(9),
.tabset > input:nth-child(19):checked ~ .tab-panels > .tab-panel:nth-child(10) {
  display: block;
}

.tabset label {
  position: relative;
  display: inline-block;
  width: 75px;
  text-align: center;
  border-top: 5px solid #1b5e88;
  cursor: pointer;
  color: #1b5e88;
}

.tabset label:hover {
  border-top: 5px solid #1b5e88;
  background: #1b5e88;
  color: #fff;
}

.tabset > label:enabled::after {
  border-top: 5px solid #1b5e88;
  background: #1b5e88;
  color: #fff;
}

.tabset label:hover::after {
  border-top: 5px solid #1b5e88;
  background: #1b5e88;
}

.tabset input:focus + label {
  border-top: 5px solid #1b5e88;
  background: #1b5e88;
  color: #fff;
}

.tabset input:focus + label::after,
.tabset input:checked + label::after {
  border-top: 5px solid #1b5e88;
  background: #1b5e88;
}

.tabset input:checked + label {
  border-top: 5px solid #1b5e88;
  background: #1b5e88;
  color: #fff; 
}

.tab-panel {
  border-top: 1px solid #1b5e88;
}

.stickytab {
  position: sticky; 
  top: 0; 
  background: #1b5e88; 
  color: #fff;
}

.stickytab1 {
  position: sticky; 
  top: 0; 
  background: #1b5e88; 
  color: #fff;
  width: 18.519%;
  padding-left: 3px;
}

.stickytab2 {
  position: sticky; 
  top: 0; 
  background: #1b5e88; 
  color: #fff;
  width: 63.481%;
}

.stickytab3 {
  position: sticky; 
  top: 0; 
  background: #1b5e88; 
  color: #fff;
  width: 72.481%;
}

.stickytab4 {
  position: sticky; 
  top: 0; 
  background: #1b5e88; 
  color: #fff;
  width: 9%;
  padding-right: 3px;
}

.checkcell {
  font-family: Wingdings 2, serif;
  text-align: center;
  vertical-align: middle;
  color: #5fa656;
}

/*.bluerowtext {
  vertical-align: middle;
  background: #f0f5f9;
}

.bluerowcheck {
  font-family: Wingdings 2, serif;
  text-align: center;
  vertical-align: middle;
  background: #f0f5f9;
  color: #5fa656;
}

.whiterowtext {
  vertical-align: middle;
  background: #fff;
}

.whiterowcheck {
  font-family: Wingdings 2, serif;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  color: #5fa656;
}*/

#formtable {
  max-height: 500px;
  overflow: auto;
  border: 1px solid #ccc;
}

.scroll-themed {
  scrollbar-color: #1b5e88 #f0f5f9; /* Firefox: thumb color then track color */
  scrollbar-width: auto; /* Firefox */
}

.scroll-themed::-webkit-scrollbar {
  width: 12px;               /* vertical scrollbar width */
  height: 8px;              /* horizontal scrollbar height */
}

.scroll-themed::-webkit-scrollbar-track {
  background: #f0f5f9;      /* track color to match the alt row */
  border-radius: 8px;
}

.scroll-themed::-webkit-scrollbar-thumb {
  background: #1b5e88;
  border-radius: 8px;
  border: 2px solid #f0f5f9; /* creates a "gap" look */
}

.scroll-themed::-webkit-scrollbar-thumb:hover {
  background: #164a6e;      /* slightly darker on hover */
}

.altcolortable tbody tr:nth-of-type(odd) {
  background-color:#f0f5f9; /* light blue row */
}

.altcolortable tbody tr:nth-of-type(even) {
  background-color: #fff; /* white row */
}

.altcolortable td {
  vertical-align: middle;
}

.altcolortable td:first-child,
.altcolortable th:first-child {
  padding-left: 2px;
}

/* End CSS for the supported forms articles */

/* BEGIN CSS for a basic table with a scroll bar */

.scroll-window {
  display: inline-block;
  max-height: 502px; /* Adjust height as needed */
  overflow-y: auto;
  border: 1px solid #ccc;
  cursor: pointer;
}

.scrollable-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
}

.scrollable-table th,
.scrollable-table td {
  border-bottom: 1px solid #000; 
  border-right: 1px solid #000;
}

.scrollable-table thead th {
  position: sticky;
  top: 0;
  background-color: #1b5e88;
  color: #fff;
  z-index: 2;
}

.scroll-window::-webkit-scrollbar {
  width: 13px;
}

.scroll-window::-webkit-scrollbar-track {
  /*background: #f1f1f1;*/
  background: #e9f4fb;
}

.scroll-window::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 5px;
}

.scroll-window::-webkit-scrollbar-thumb:hover {
  background: #1b5e88;
}

/* END CSS for a basic table with a scroll bar */

/* Special details formatting for a hidden details */
.hidden-details {
  cursor: pointer;
  width: 100%;
}

/* Desktop grid window formatting */
table.dtgrid tr td {
  font-family: Roboto Mono, monospace !important;
  font-weight: bold;
  font-size: 0.66em;
  color: #000;
}

table.dtgrid td:first-child {
    text-align: right;
}

table.dtgridhead th {
   font-family: Roboto Mono, monospace;
   font-weight: bold;
   font-size: 0.75em;
   color: #fff;
   background-color: #1b5e88;
}

/* Begin Desktop edit menu using a table */
td.dteditmenu {
  font-family: Roboto Mono, monospace !important;
  font-weight: bold;
  font-size: 0.66em;
  color: #000;
}

tr.dteditmenu {
  font-family: Roboto Mono, monospace !important;
  font-weight: bold;
  font-size: 0.66em;
  color: #000;
}
/* End Desktop edit menu font */

/* Begin CSS for table to look like a desktop menu. - TR */
/* 2019 and fwd */
td.dtlook {
  font-family: Roboto Mono, sans-serif !important;
  font-weight: 600;
  font-size: .9em;
  background-color: #b7d4e2;
  color: #262626;
  padding: 3px 5px;
}
/* 2018 and prior */
td.dtlookold {
  font-family: Courier New, serif !important;
  font-weight: 700;
  font-size: 1em;
  background-color: #b7d4e2;
  color: #262626;
  padding: 3px 5px;
}

/* All years - borders between line number and description columns */
td.dtnum {
  border-width: 2px 0px 2px 2px;
  border-style: solid;
  border-color: #000;
  text-align: right;
}

td.dtdesc {
  border-width: 2px 2px 2px 0px;
  border-style: solid;
  border-color: #000;
}

/* Desktop menu 2019 and fwd - keep this after dtnum and dtdesc*/
table.dtmenu td {
  font-family: Roboto Mono, monospace !important;
  font-weight: 600;
  font-size: .9em;
  color: #262626;
  padding-left: 5px;
  border-width: 3px 0px;
  border-style: solid;
  border-color: #9fc6d9;
  background-color: #b7d4e2;
}

table.dtmenu th {
  font-family: Roboto, sans serif !important;
  font-weight: 500px;
  font-size: .9em;
  color: #fff;
  background-color: #1b5e88;
}
/* End CSS for table to look like a desktop menu */

/* Begin CSS for two-column article using flex */
.flex2row {
  display: flex;
}

.flex2column {
  flex: 50%;
}

.flex2row:after {
  content: "";
  display: table;
  clear: both;
}
/* End CSS for two-column article using flex */

/* Begin flexbox for state info articles */
.stateflex {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start; 
  row-gap: 0px;
  column-gap: 3px;
}

.stateflex-item {
  padding: 0px 3px;
  width: auto;
  background: #1b5e88;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  list-style: none;
}
/* End flexbox testing */

/* BEGIN Yes/No tabbed info */
/* Limitation: each tab window is the same fixed height. */
.yn-tabs {
  position: relative;   
  min-height: 580px;
  clear: both;
  margin: 25px 0;
}
.yn-tabs-es { /* For the Spanish article */
  position: relative;   
  min-height: 630px;
  clear: both;
  margin: 25px 0;
}
.yn-tab {
  float: left;
  border-top: 1px solid #ccc; 
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.yn-tab label {
  background: lightgray;
  color: gray;
  padding: 2px 35px; 
  font-weight: 400;
  position: center;
}
.yn-tab label:hover {
  background: #1b5e88;
  color: #fff;
  cursor: pointer;
}
.yn-tab [type=radio] {
  display: none;   
}
.yn-content {
  position: absolute;
  background: white;
  top: 28px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: 1px solid #ccc;
}
.yn-tab [type=radio]:checked ~ label {
  background: #1b5e88;
  color: #fff;
  font-weight: 700;
  margin-top: -2px;
  padding-bottom: 2px;
  border: 1px solid #a1373e;
  z-index: 25;
}
[type=radio]:checked ~ label ~ .yn-content {
  z-index: 1;
}
/* END yes/no tabbed info */

/* BEGIN Client Status articles using tabbed help */
/* Limitation: each tab window is the same fixed height. */
.cs-tabs {
  position: relative;   
  min-height: 650px;
  clear: both;
  margin: 25px 0;
  box-sizing: border-box;
}
.cs-tabs-es { /* For the Spanish article */
  position: relative;   
  min-height: 780px;
  clear: both;
  margin: 25px 0;
  box-sizing: border-box;
}
.cs-tab {
  float: left;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
}

.cs-tab:hover {
  border-top: 1px solid #000;
}

.cs-tab label {
  background: #eee;
  padding: 1px 5px 2px 5px;
  color: #4d4d4d;
  font-weight: normal;
  text-align: center;
  position: relative;
}

.cs-tab label:hover {
  background: #d8f4ff;
  cursor: pointer;
  text-align: center;
}

.cs-tab [type=radio] {
  display: none;   
}

.cs-content {
  position: absolute;
  top: 28px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: 1px solid #ccc;
}

.cs-tab [type=radio]:checked ~ label {
  background: white;
  font-weight: 700;
  margin-top: -1px;
  padding-bottom: 1px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid white;
  z-index: 2;
}

[type=radio]:checked ~ label ~ .cs-content {
  z-index: 1;
}

.desktop-button { /* Desktop blue borderless button used, e.g., in client status */
  background: #b7d4e2;
  border: #ccc;
  padding: 5px;
}

.dt-trans-button { /* Desktop transmission table buttons */
  background-color: #b7d4e2;
  border: 1px solid #ccc
  display: inline-block;
  font-size: 0.8em;
  font-weight: 500;
  text-align: center;
}

.desktop-button:hover {
  cursor: pointer;
}

.dt-trans-button:hover {
  cursor: pointer;
}
/* END Client Status articles using tabbed help */

/* Flexible no javascript tabbed help section in articles */
/* Limitation: 6 tabs max */
.simpletabs {
  column-gap: 2px; /* horizontal spacing between tabs*/
  row-gap: 0;
  display: flex;
  flex-wrap: wrap; /* allows tabs to wrap to a new line if needed */
  align-items: flex-end; /* keeps labels aligned along the bottom edge */
  margin-bottom: 0;
  padding-bottom: 0; /* ensure no padding creates a gap */
/* Prevent scroll anchoring from nudging the viewport during selection */
  overflow-anchor: none;
}
.simpletabs > input[type="radio"] {
  position: fixed;
  top: -100vh; /* anchor focus to top */
  left: 0; /* anchor focus to left */
  width: 1px; /* keep focusable but tiny */
  height: 1px;
  padding: 0;
  margin: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  /* Optional: ensure they don't affect flex metrics */
  pointer-events: none; /* label still toggles them */
}

.simpletabs .simpletab-panel {
  display: none;
  margin-bottom: 10px;
}

.simpletabs > input:first-child:checked ~ .simpletabs-panels > .simpletab-panel:first-child,
.simpletabs > input:nth-child(3):checked ~ .simpletabs-panels > .simpletab-panel:nth-child(2),
.simpletabs > input:nth-child(5):checked ~ .simpletabs-panels > .simpletab-panel:nth-child(3),
.simpletabs > input:nth-child(7):checked ~ .simpletabs-panels > .simpletab-panel:nth-child(4),
.simpletabs > input:nth-child(9):checked ~ .simpletabs-panels > .simpletab-panel:nth-child(5),
.simpletabs > input:nth-child(11):checked ~ .simpletabs-panels > .simpletab-panel:nth-child(6) {
  display: block;
}

.simpletabs > label {
  position: relative;
  display: inline-block;
  padding: 0px 5px;
  border-bottom: 2px solid #fff; 
  border-top: 1px solid  #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 5px 5px 0px 0px;
  cursor: pointer;
  font-weight: 400;
  color: #4d4d4d;
  background: #eee;
  margin-bottom: -1px; /* visually tuck under the panel edge */
}

.simpletabs > label:hover {
  color: #000;
  background: #d8f4ff;
}

.simpletabs > input:focus + label,
.simpletabs > input:checked + label {
  color: #000;
  font-weight: 700;
  position: relative;
  background: #fff;
  border-bottom: 2px solid #fff;
  border-top: 2px solid  #1b5e88;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom-color: transparent;
  z-index: 2;
}

.simpletab-panel {
  padding: 20px;
  border: 1px solid #000;
  margin-top: -1px;
  position: relative;
  z-index: 1;
}
/* End flexible no javascript tabbed help section */

/* START Flexible tabbed help section in articles */
/* Limitation: 6 tabs max */

/* -- Tabs container -- */
.helptabs {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2px; /* horizontal spacing between tabs*/
  row-gap: 0;
  align-items: flex-end;
  /* No extra seam or margin from container */
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; /* ensure no padding creates a gap */
}

/* Hide radios while keeping them accessible */
.helptabs > input[type="radio"] {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 1px;
  height: 1px;
  margin: -1px; /* remove from visual flow without changing layout height */
  padding: 0;
  border: 0;
  /* Hide graphically while remaining in the accessibility tree */
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
}

/* -- Tab labels -- */
.helptabs > label {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  border: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  font-weight: 400;
  color: #666;
  background: #eee;
  margin-bottom: 0; /* prevent labels adding vertical gap */
}

.helptabs > label:hover {
  color: #000;
  background: #d8f4ff;
  border-color: #666;
}

.helptabs > input:focus + label,
.helptabs > input:checked + label,
.helptabs > label[aria-selected="true"] {
  color: #000;
  font-weight: 600;
  background: #fff;
  position: relative;
  z-index: 3; /* sits visually above the panel border */
}

/* Subtle emphasis on selected tab */
.helptabs > input:checked + label,
.helptabs > label[aria-selected="true"] {
  border-bottom: 2px solid #fff;
  border-top: 2px solid  #1b5e88;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

/* -- Panels visibility --*/
.helptabs .helptab-panel {
  display: none;
}

.helptab-panel {
  position: absolute;
  inset: 0;
  overflow: auto; /* scroll inside the panel */
  display: block; /* hidden by default */
  padding: 1rem;
  border: 1px solid #ccc;
  z-index: 1;
}

.helptab-panel.active {
  display: block !important; /* override any older rules if present */
}

/* back to top button for a lengthy article */
/* include this at the very top of the article like this: */
/* <div class="vewport-top"> */
/* See ProWeb Schedule K-1 1120-S boxes 13-17 article for example and JS */
.viewport-top {
  position: relative; /* so the button can be positioned inside */
  overflow: hidden; /* container stays fixed; panels scroll internally */
  height: 70vh;
  background: #fff;
  width: 100%;
  flex-basis: 100%;     /* forces panels onto a new line below the tabs */
  margin-top: -1px;     /* meet the active tab border */
/*  scrollbar-gutter: stable; /* modern browsers */
/*  padding-right: 18px; /* adjust to taste */
}

.back-to-top {
  position: absolute;
  right: 16px; /* near the scrollbar */
  bottom: 12px; /* stays near bottom of viewport */
  z-index: 10;
  background: #1b5e88;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  border: none;
  border-radius: 50%;
  padding: 2px 12px 5px 12px;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 0.2s ease;
  display: none; /* shown by JS when scrolled */
}

.back-to-top:hover {
  opacity: 1;
}

.helptabs, .viewport-top {
  overflow-anchor: none;
}
/* END Flexible tabbed help section in articles */

/* Pro blue button that's a hyperlink */
.link-button {
  background: #fff;
  color: #1b5e88;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  padding: 5px;
  border: 2px solid #1b5e88;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

a.link-button:hover {
  text-decoration: none;
  background: #1b5e88;
  color: #fff;
  box-shadow: 0px 0px 10px 1px #1b5e88;
}

a.link-button:visited {
  text-decoration-color: #fff;
}

/* BEGIN CSS for SBTPG Fast Forward RTN lookup */
.rtninput-default {
  border: 2px solid #1b5e88;
  background-color: #ebf4fa;
  padding: 6px;
}

.rtninput-default:focus {
  border: 2px solid #1b5e88;
  outline: none;
}

.rtninput-default:focus-visible {
  border: 2px solid #1b5e88;
}

.rtninput-default.valid,
.rtninput-default.valid:focus {
  border-color: #008000;
  background-color: #f2ffe6;
}

.rtninput-default.invalid,
.rtninput-default.invalid:focus {
  border-color: #ff0000;
  background-color: #ffebe6;
}
/* END CSS for SBTPG Fast Forward RTN lookup

/* Desktop blue info box at the top of a window. - TR */
.dtlook {
  font-family: Roboto Mono, sans-serif;
  font-weight: 500;
  font-size: 0.67em;
  padding: 8px;
  line-height: 1.2em;
  background-color: #b7d4e2;
  color: #000;
}

.dtsmallmenu {
  font-family: Roboto Mono, monospace !important;
  font-weight: 600;
  font-size: 0.76em;  
}

/* Hovertext - use for hovering over a term and providing a definition. - TR */
.hovertext {
  position: relative;
  border-bottom: 2px dotted black;
  cursor: pointer;
}

.hovertext:before {
  content: attr(data-hover);
  visibility: hidden;
  opacity: 0;
  min-width: 300px;
  max-width: 400px;
  width: fit-content;
  background-color: #1b5e88;
  color: #fff;
  text-align: left;
  border-radius: 3px;
  padding: 3px 5px;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  z-index: auto;
  left: 0;
  top: 110%;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.hovertext:hover:before {
  opacity: 1;
  visibility: visible;
}

/* Various borders for specialized tables - TR */ 
td.blr {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

td.btb {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

td.bright {
  border-right: 1px solid #000;
}

td.bleft {
  border-left: 1px solid #000;
}

td.btop {
  border-top: 1px solid #000;
}

td.bbot {
  border-bottom: 1px solid #000;
}

/* Synergy Support gray button - TR */
.syngraybtn {
  background-color: #f3f3f3;
  color: #444;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.07), rgba(0, 0, 0, 0.07));
  box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset;
  font-family: roboto;
  padding: 6px 12px;
}

.syngraybtn:hover {
  background-color: #e7e7e7;
  color: #333;
  border-color: #adadad;
  transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  cursor: pointer;
}

.text-rule {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}

.text-rule::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #1b5e88; /* matches text color */
  opacity: 0.4;
}

/* Misc stuff */

.olmargin > li { /* add some spacing between ordered list items to avoid crowding */
  margin-top: 5px;
}

.ulmargin > li { /* add some spacing between unordered list items to avoid crowding */
  margin-top: 10px;
}

.keeptogether { /* use if you have a formula with spaces that you don't want broken up, or an e-mail with a dash */
  white-space: nowrap;
}

/* When setting the value for <ol> for a desktop navigational path, make the value bold */
.boldvalue > li::marker {
  font-weight: bold;
}

/* BEGIN eye candy, used in IRS nationwide forum article */
.shimmer {
		color: rgba(255, 135, 0, 0.6);
		background: -webkit-gradient(linear, left top, right top, from(#222), to(#555), color-stop(0.5, #ffeb99));
		background: -moz-gradient(linear, left top, right top, from(#222), to(#555), color-stop(0.5, #ffeb99));
		background: gradient(linear, left top, right top, from(#222), to(#555), color-stop(0.5, #ffeb99));
		-webkit-background-size: 60px 100%;
		-moz-background-size: 60px 100%;
		background-size: 60px 100%;
		-webkit-background-clip: text;
		-moz-background-clip: text;
		background-clip: text;
    -webkit-text-fill-color: transparent;
		-webkit-animation-name: shimmer;
		-moz-animation-name: shimmer;
		animation-name: shimmer;
		-webkit-animation-duration: 8s;
		-moz-animation-duration: 8s;
		animation-duration: 8s;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-color: #000;
}

@-moz-keyframes shimmer {
		0% {
				background-position: top left;
		}
		100% {
				background-position: top right;
		}
}

@-webkit-keyframes shimmer {
		0% {
				background-position: top left;
		}
		100% {
				background-position: top right;
		}
}

@-o-keyframes shimmer {
		0% {
				background-position: top left;
		}
		100% {
				background-position: top right;
		}
}

@keyframes shimmer {
		0% {
				background-position: top left;
		}
		100% {
				background-position: top right;
		}
}
/* END eye candy */

/* BEGIN calc-list used to align a multi-line formula with +/- or + or - on the left side */
/* and text on the right side. See for example business income limitation article. - TR   */
.calc-list {
  margin: 1em 0;
}

.calc-item {
  display: flex;
  align-items: flex-start;
}

.calc-sign {
  flex: 0 0 35px; /* fixed width for alignment */
  font-weight: 600;
}

.calc-text {
  flex: 1;
}
/* END calc-list */

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item::before {
  color: rgba(66, 66, 66, 1);
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item::before {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #757575;
}

/* .article-attachments class blocks attachments from displaying - testing use only. - TR
.article-attachments {
  display: none;
  }  */

/* BEGIN IRS forms search article */
.irs-container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.irs-left {
  flex: 0 0 59%;
  padding: 15px 20px;
  background-color: #f5f5f5;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 5px 0px 0px 5px;
}

.irs-left small {
  display: block;
  line-height: 1.2;
  margin: 5px 0px 10px 0px;
}

.irs-right {
  flex: 0 0 41%;
  padding: 15px;
  background-color: #e9f4fb; /* light blue */
  box-sizing: border-box;
  border: 1px solid #ccc; /* light gray */
  border-radius: 0px 5px 5px 0px;
}

.tighten-paragraph {
  line-height: 1.2;
  margin-bottom: 20px;
}

.irs-input-group {
  display: flex;
  align-items: flex-start;
  gap: 10px; /* space between buttons */
}

.irs-input-group input {
  height: 35px; /* Set a consistent height */
  font-size: 16px;
  border: 1px solid #1b5e88;
  box-shadow: 0 0 0 1px #ccc; /* light gray */
  border-radius: 3px;
  box-sizing: border-box;
  outline: none;
  width: 45%;
  padding: 0 10px; /* Horizontal padding only */
  background-color: #e2fee2; /* light green */
}

.irs-input-group input:focus {
  background: #fff;
}

.irs-input-group button {
  height: 35px;
  padding: 0px 10px; /* horizontal padding only */
  font-size: 16px;
  font-weight: 500;
  line-height: 35px; /* match height for vertical centering */
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  border: 1px solid #000;
  border-radius: 3px;
  box-sizing: border-box;
  outline: none;
  box-shadow: 0 0 0 1px #ccc; /* light gray */
  background-color: #1b5e88;
}

/* Hover effect for input fields */
.irs-input-group input:hover {
  border: 1px solid #1b5e88;
  box-shadow: 0 0 10px rgba(27, 94, 136, 0.5);
}

/* Hover effect for all buttons */
.irs-input-group button:hover {
  background-color: #fff;
  color: #1b5e88;
  border-color: #1b5e88;
}

.irs-input-group button:focus-visible {
  outline: 2px solid #8ec1e6;
  outline-offset: 2px;
}

.irs-search-box {
  margin-bottom: 20px;
  width: 100%; /* Set the form width */
}

.irs-search-box label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.irs-search-box input:focus {
  border-color: #1b5e88; /* optional: highlight on focus */
  outline: none; /* ensure no extra outline */
}

.irs-clear-btn {
  background-color: #f0f0f0; /* gray */
  color: #333; /* charcoal black */
  display: none; /* Hidden by default */
}

.irs-clear-btn:hover {
  background-color: #1b5e88;
  color: #000;
  border-color: #999; /* medium gray */
}

.irs-form-menu {
  background: #1b5e88;
  color: #fff;
  font-size: 0.8em;
  box-sizing: border-box;
  border: 1px solid #1b5e88;
  border-radius: 4px;
  padding-left: 5px;
  width: 120px;
  display: list-item;
  justify-content: flex;
  vertical-align: middle;
  align-items: center;
  font-weight: 700;
}

.irs-form-menu:hover {
  background: #fff;
  color: #1b5e88;
  border: 1px solid #1b5e88;
  box-shadow: 0 0 10px rgba(27, 94, 136, 0.5);
}

details:open .irs-form-menu {
  border-radius: 3px 3px 0px 0px;
  border-bottom: 0px;
}

.irs-form-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  border: 1px solid #1b5e88;
  border-radius: 0px 3px 3px 3px;
  box-sizing: border-box; /* ensures padding doesn't overflow the border */
  padding: 3px 3px 7px 5px;
  background-color: #e8e8e8;
}

details[open] .irs-form-list {
  max-height: none;
  height: auto;
  opacity: 1;
}

.irs-form-list-wrapper {
  position: relative;
  width: 100%;
  clear: both;
}

.irs-details {
  display: block;
  width: 100%;
}

.irs-details:not([open]) .irs-form-list-wrapper {
  display: none;
}

.irs-details[open] .irs-form-list-wrapper {
  display: block;
}

.irs-details .irs-form-list-wrapper {
  position: relative;
  width: 100%;
  clear: both;
}

.irs-year-group {
  display: flex;
  align-items: center;
  gap: 4px;
}

.irs-year-group input {
  height: 32px;
}

#yearSearch {
  width: 4em;
  text-align: center;
  font-weight: 600;
}

/* Chrome, Edge, Safari - remove the up/down spinner button */
#yearSearch::-webkit-inner-spin-button,
#yearSearch::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Ensure they do NOT reappear on hover or focus */
#yearSearch:hover::-webkit-inner-spin-button,
#yearSearch:hover::-webkit-outer-spin-button,
#yearSearch:focus::-webkit-inner-spin-button,
#yearSearch:focus::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */
#yearSearch {
  -moz-appearance: textfield;
}

/*.year-stepper {
  display: flex;
}

.year-stepper button {
  height: 24px;
  width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: 4px;
  border: 1px solid #1b5e88;
  border-radius: 50%;
  background-color: #1b5e88;
  color: #fff;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  position: relative;
}

/* shared triangle base */
/*.year-stepper button::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
}

/* first button: ▼ (decrement year) */
/*.year-stepper button:first-child::before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #fff;
  transform: translateY(1px); /* optical centering */
}

/* second button: ▲ (increment year) */
/*.year-stepper button:last-child::before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #fff;
  transform: translateY(-1px); /* optical centering */
}

/* hover background */
/*.year-stepper button:hover {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(27, 94, 136, 0.5);
  z-index: 10;
  transform: scale(1.10); /* scales up by 5% */
/*  transform-origin: center; /* optional: controls the direction of scale */
/*  transition: transform 0.2s ease;
}*/

/* ▼ down arrow hover */
.year-stepper button:first-child:hover::before {
  border-top-color: #1b5e88;
}

/* ▲ up arrow hover */
/*.year-stepper button:last-child:hover::before {
  border-bottom-color: #1b5e88;
}

.year-stepper button:focus-visible {
  outline: 2px solid #8ec1e6;
  outline-offset: 2px;
}*/

.year-control {
  display: flex;
  width: 160px;
  height: 36px;
  border: 1px solid #1b5e88;
  border-radius: 4px;
  overflow: hidden; 
  position: relative;
}

.year-control:focus-within {
  outline: 2px solid #1b5e88;
  outline-offset: 2px;
}

/* buttons */
.year-btn {
  flex: 0 0 30%;
  background-color: #1b5e88;
  color: #fff;
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.year-text {
  display: inline-block;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}

.year-btn:hover .year-text,
.year-btn:focus-visible .year-text {
  transform: scale(1.2);
}

.year-control-group {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

year-label {
  font-weight: 600;
  margin: 0;
}

/* input */
.year-control input {
  flex: 0 0 40%;
  border: none;
  border-left: 1px solid rgba(27, 94, 136, 0.3);
  border-right: 1px solid rgba(27, 94, 136, 0.3);
  text-align: center;
  font-size: 16px;
  outline: none;
  background-color: #e2fee2;
}

/* remove number spinners */
.year-control input::-webkit-outer-spin-button,
.year-control input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.year-control input[type="number"] {
  -moz-appearance: textfield;
}

/* END IRS forms search article */

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

.share a::before {
  color: #757575;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share a:hover::before {
  color: rgba(66, 66, 66, 1);
}

.share-twitter::before {
  content: "\e901";
}

.share-facebook::before {
  content: "\e903";
}

.share-linkedin::before {
  content: "\e900";
}

.share-googleplus::before {
  content: "\e902";
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #757575;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: rgba(66, 66, 66, 1);
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter a {
  color: #757575;
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid rgba(66, 66, 66, 1);
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: rgba(66, 66, 66, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul, .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ul, [dir="rtl"] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol, .comment-body li > ul, .comment-body li > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  color: #004189;
}

.comment-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #757575;
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}

.vote a {
  outline: none;
}

.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #757575;
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up:hover::before,
.vote-down:hover::before {
  color: rgba(66, 66, 66, 1);
}

.vote-up::before, .vote-down::before {
  color: #757575;
  font-size: 24px;
}

.vote-up::before {
  content: "\2B06";
}

.vote-down::before {
  content: "\2B07";
}

.vote-voted::before {
  color: rgba(66, 66, 66, 1);
}

.vote-voted:hover::before {
  color: #0f0f0f;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before {
  background-color: #f7f7f7;
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #757575;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01HYDRXS1Y0KV5YXCQFMDFBKSR);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header h4 {
  margin-bottom: 0;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow .dropdown {
  width: 100%;
}

.community-follow [role="button"] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow [role="button"] {
    width: auto;
  }
}

.community-follow [role="button"]:hover {
  background-color: rgba(66, 66, 66, 1);
}

.community-follow [role="button"]:hover::after, .community-follow [role="button"]:focus::after {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"] {
  background-color: rgba(66, 66, 66, 1);
  color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"]::after {
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"]:hover {
  background-color: #0f0f0f;
  border-color: #0f0f0f;
}

.community-follow [role="button"]::after {
  border-left: 1px solid rgba(66, 66, 66, 1);
  content: attr(data-follower-count);
  color: rgba(66, 66, 66, 1);
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow [role="button"]::after {
    position: static;
  }
}

[dir="rtl"] .community-follow [role="button"]::after {
  border-left: 0;
  border-right: 1px solid rgba(66, 66, 66, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: #0072EF;
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: #004189;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #757575;
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: rgba(66, 66, 66, 1);
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: rgba(66, 66, 66, 1);
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-pending, .status-label-not-planned {
  background-color: #eee;
  color: #757575;
}

.status-label-pending {
  text-align: center;
}

.status-label-open {
  background-color: #e03b30;
}

.status-label-closed {
  background-color: #ddd;
}

.status-label-solved {
  background-color: #999;
}

.status-label-new {
  background-color: #ffd12a;
}

.status-label-hold {
  background-color: #000;
}

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-answered {
  text-transform: lowercase;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul, .post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .post-body ul, [dir="rtl"] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.post-body ul > ul, .post-body ol > ol, .post-body ol > ul, .post-body ul > ol, .post-body li > ul, .post-body li > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  color: #004189;
}

.post-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #757575;
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #757575;
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: rgba(66, 66, 66, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar h5 {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .post-sidebar h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
}

@media (min-width: 768px) {
  .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
  }
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: rgba(66, 66, 66, 1);
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: rgba(66, 66, 66, 1);
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li[aria-selected="true"] {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    border-bottom: 4px solid rgba(66, 66, 66, 1);
    order: 1;
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"] a {
  color: rgba(66, 66, 66, 1);
}

.collapsible-nav-list li[aria-selected="true"]::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"]::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
  left: 0;
  right: auto;
}

.collapsible-nav[aria-expanded="true"] {
  max-height: none;
}

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
  content: "\2715";
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
  content: "\2715";
}

@media (min-width: 1024px) {
  .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
    display: none;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-title::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 10px;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-title::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-title::after {
  left: 10px;
  right: auto;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  }
}

.my-activities-sub-nav li[aria-selected="true"] {
  border-color: rgba(66, 66, 66, 1);
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe, [dir="rtl"]
  .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-unsubscribe {
  background-color: rgba(66, 66, 66, 1);
  color: #FFFFFF;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
.subscriptions-unsubscribe a {
  background: rgba(66, 66, 66, 1);
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #0f0f0f;
  text-decoration: none;
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #757575;
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #757575;
}
/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

.artilce-page > .bread-container {
  padding-top: 30px;
  color: #393939;
  margin-top: 80px;
}

.bread-container {
  padding-top: 100px;
  color: #393939;
}

.bread-container a:link{
  color: #393939;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
}
}
  
  @media (max-width: 767px) {
.artilce-page > .bread-container {
    padding-top: 5px;
    margin-top: 20px;
}
    .bread-container {
  padding-top: 20px;
  color: #393939;
}
    
  }

.breadcrumbs li {
  color: #393939;
  display: inline;
  font-weight: 500;
  font-size: 1em;
  padding-left: 0;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  line-height: 1.85em;
}

.breadcrumbs li + li::before {
     font-family:'FontAwesome';
   content:"\f054";
  margin: 0 4px;
}

.breadcrumbs li a:visited {
  color: #393939;
}

.share a {
    border-radius: 53%;
    height: 32px;
    line-height: 30px;
    overflow: hidden;
    width: 40px;
}

.share a::before {
  color: #757575;
  display: block;
  font-size: 32px;
  text-align: center;
  width: 100%;
}


/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  padding: 8px 15px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .comment-show-container-content {
  align-self: center;
  color: #757575;
  margin-left: 10px;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid rgba(66, 66, 66, 1);
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid rgba(66, 66, 66, 1);
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h5 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h5 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #757575;
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border-radius: 50%;
  height: 40px;
  float: left;
  margin-left: 5px;
  width: 40px;
}

@media (min-width: 768px) {
  .pagination li {
    height: 30px;
    width: 30px;
  }
}

[dir="rtl"] .pagination li {
  float: right;
}

.pagination li:hover:not(.pagination-current) {
  background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) span, .pagination li:hover:not(.pagination-current) a {
  color: rgba(66, 66, 66, 1);
  text-decoration: none;
}

.pagination a, .pagination span {
  font-size: 15px;
  color: #757575;
  padding: 10px 12px;
}

@media (min-width: 768px) {
  .pagination a, .pagination span {
    font-size: 13px;
    padding: 5px 12px;
  }
}

.pagination-current {
  background-color: rgba(66, 66, 66, 1);
}

.pagination-current a, .pagination-current span {
  color: #FFFFFF;
}

.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;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #757575;
  font-size: 13px;
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected="true"]::after,
.collapsible-sidebar-title::after,
.search-result-votes::before,
.search-result-meta-count::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\1F512";
}

.icon-star::before {
  content: "\2605";
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-googleplus-::before {
  content: "\e902";
}

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "\1F464";
}

.icon-close::before {
  content: "\2715";
}

.icon-arrow-up::before {
  content: "\2B06";
}

.icon-arrow-down::before {
  content: "\2B07";
}

.icon-attachments::before {
  content: "\1F4CE";
}

.icon-comments::before {
  content: "\1F4AC";
}

.icon-search::before {
  content: "\1F50D";
}

.icon-vote::before {
  content: "\1F44D";
}

.icon-handle::before {
  content: "\25BE";
}

.icon-check::before {
  content: "\2713";
}

.icon-gear::before {
  content: "\2699";
}

.icon-menu::before {
  content: "\2630";
}

.icon-article::before {
  content: "\1F4C4";
}

.icon-post::before {
  content: "\1F4D4";
}

.icon-notification-alert::before {
  content: "\26A0";
}

.icon-notification-error::before {
  content: "\00D7";
}

.icon-notification-info::before {
  content: "\2139";
}

.icon-notification-success::before {
  content: "\2714";
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.profile-header .options [data-action="edit-profile"] {
  background-color: rgba(66, 66, 66, 1);
  border: 0;
  color: #FFFFFF;
  line-height: normal;
  padding: 8px 20px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #757575;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px rgba(66, 66, 66, 1);
  border-radius: 4px;
  color: rgba(66, 66, 66, 1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #757575;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
}

[dir="rtl"] .profile-activity::before {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity::before {
    left: -14px;
  }
  [dir="rtl"] .profile-activity::before {
    right: -14px;
  }
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]::before {
  content: "\1f4c4";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
  content: "\1f4d4";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
  content: "\1f4ac";
  line-height: 35px;
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 45%;
  }
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}

.search-result-description {
  margin-top: 15px;
}

.search-result-votes, .search-result-meta-count {
  color: #757575;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes::before, .search-result-meta-count::before {
  color: rgba(66, 66, 66, 1);
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result-votes::before {
  content: "\1F44D";
}

.search-result-meta-count::before {
  content: "\1F4AC";
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

.search-result-breadcrumbs li:last-child::after {
  content: "·";
  display: inline-block;
  margin: 0 5px;
}

/* Accordion on Home Page /*

/*Add at the very bottom of your CSS file*/

a.panel-heading {
    display: block;
}

.panel-red{
  border: 1px solid #388800 !important;
}

.panel-red .panel-title a{
  color: #388800;
  font-weight: bold;
	font-size: 1em;
}

.panel-group .panel{
  margin-bottom: 16px !important;
}

.icon-star::before {
  color: #388800;
  text-decoration: none;
}

i[class^="icon-"]:before {
	display: inline-block;
	text-decoration: none;
}

.panel .see-all-articles {
  background-color: #696969;
  color: rgb(255, 255, 255);
  text-decoration: none;
  border: none;
  
}

.panel .see-all-articles:hover {
  background-color: #388800;
  color: rgb(255, 255, 255);
  text-decoration: none;
  border: none;
}

iframe {
    border: none;
    width: 100%;
}

#section_clients {
    display: block;
    position: relative;
    padding: 6em 0 8em;
    overflow: hidden;
    background-color: #000;
}

#section_clients:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    background-color: #000
}

#section_clients .bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%
}

#section_clients .bg img {
    position: absolute;
    height: 100%!important;
    max-width: 1000%;
    margin: 0;
    left: 61%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

#section_clients .bg-v2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%
}

#section_clients .bg-v2 img {
    position: absolute;
    height: 100%!important;
    max-width: 1000%;
    margin: 0;
    left: 60%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

@media screen and (max-width: 1199px) {
    #section_clients .bg-v2 img {
        left:40%
    }
}

#section_clients .bg-f {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 3;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

#section_clients .bg-f img {
    position: absolute;
    width: 100%!important;
    height: auto!important;
    max-width: 1000%;
    margin: 0 0 0 auto;
    bottom: 0
}

#section_clients .col {
    position: static
}

#section_clients .content {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 1em 1.2em 0;
    font-size: 1.7em;
    line-height: 1.4em;
    font-weight: 300;
    text-align: left;
    color: #fff
}

#section_clients .content .stars {
    position: relative;
    display: block;
    width: 35%;
    padding: 0 0 1em;
    z-index: 101
}

#section_clients .content div {
    position: relative;
    z-index: 101
}

#section_clients .content div h2 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 auto 18px
}

@media screen and (min-width: 768px) {
    #section_clients .content div h2 {
        font-size:36px;
        line-height: 36px;
        margin: 0 0 18px 50px
    }
}

#section_clients .content div h3 {
    font-size: 16px;
    line-height: 16px;
    margin: 0 auto 18px
}

@media screen and (min-width: 768px) {
    #section_clients .content div h3 {
        font-size:20px;
        line-height: 20px;
        margin: 0 0 50px 50px
    }
}

#section_clients .content div .trustpilot-widget {
    width: 300px;
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    #section_clients .content div .trustpilot-widget {
        width:600px
    }
}

@media screen and (min-width: 1200px) {
    #section_clients .content div .trustpilot-widget {
        width:800px
    }
}

#section_clients .content em {
    position: relative;
    display: block;
    padding: 1em 0 0;
    font-size: .7em;
    line-height: 1.4em;
    font-weight: 600;
    font-style: normal;
    z-index: 101
}

#section_clients .content .check {
    position: relative;
    display: inline-block;
    padding: 0 .2em;
    z-index: 101;
    vertical-align: middle
}

@media (max-width: 993px) {
    #section_clients {
        padding:6em 0 0;
        background-color: #000
    }

    #section_clients .bg,#section_clients:after {
        display: none
    }

    #section_clients .bg-f {
        display: block
    }

    #section_clients .col {
        position: relative;
        padding: 0
    }

    #section_clients .col-mobile-pad:after {
        content: '';
        display: block;
        position: absolute;
        width: 200vw;
        height: 100%;
        top: 0;
        left: 50%;
        right: 0;
        z-index: -1;
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
        background: -webkit-gradient(linear,left top,left bottom,from(white),to(#f0f3f8));
        background: -webkit-linear-gradient(top,#fff 0,#f0f3f8 100%);
        background: -o-linear-gradient(top,#fff 0,#f0f3f8 100%);
        background: linear-gradient(to bottom,#fff 0,#f0f3f8 100%)
    }

    #section_clients .content {
        padding: 0 2em 30em;
        text-align: center;
        font-size: 1.2em;
        font-size: 3.5vw
    }

    #section_clients .content h3 {
        font-size: 1.8em
    }

    #section_clients .content h5,#section_clients .content p {
        font-size: 1.2em
    }

    #section_clients .content .btn-green-bg {
        width: 100%;
        padding: .7em 3em
    }
}

@media (max-width: 1201px) {
    #section_clients .bg-f {
        max-width:100%
    }
}


.newsletter-marketo {
    margin: 4vh auto
}

.newsletter-marketo h2 {
    line-height: 1.6em;
    margin-bottom: 1em
}

.newsletter-marketo p {
    font-size: 1.07em
}

.newsletter-marketo form {
    display: none
}

.newsletter-marketo .disclaimer-text {
    color: #9ba1ae;
    margin: 0 auto
}

.newsletter-marketo .disclaimer-text a {
    color: #9ba1ae;
    text-decoration: underline
}

.newsletter-marketo .marketo-subscribe-wrapper {
    margin: 4vh auto
}

@media screen and (min-width: 768px) {
    .newsletter-marketo .marketo-subscribe-wrapper, .newsletter-marketo .disclaimer-text {
        max-width:50%
    }
}

.newsletter-marketo .marketo-subscribe-wrapper .marketo-subscribe-form {
    display: flex
}

.newsletter-marketo .marketo-subscribe-wrapper .marketo-subscribe-form #marketo-subscribe-input {
    border: 1px solid #c9cdd6;
    font-size: 1em;
    padding: 12px;
    width: 65%
}

.newsletter-marketo .marketo-subscribe-wrapper .marketo-subscribe-form #marketo-subscribe-input::placeholder {
    color: #c9cdd6
}

.newsletter-marketo .marketo-subscribe-wrapper .marketo-subscribe-form #marketo-subscribe-button {
    font-size: 1em;
    padding: 8px;
    margin: 0;
    border-radius: 0 3px 3px 0;
    width: 35%
}

@media screen and (max-width: 499px) {
    .newsletter-marketo .marketo-subscribe-wrapper .marketo-subscribe-form #marketo-subscribe-button {
        font-size:.8em
    }
}

.newsletter-marketo .marketo-subscribe-wrapper .validation-block {
    color: #D82631;
    font-size: 1.07em;
    display: none
}

.newsletter-marketo .marketo-subscribe-wrapper.not-valid #marketo-subscribe-input {
    border: 1px solid #D82631
}

.newsletter-marketo .marketo-subscribe-wrapper.not-valid .validation-block {
    display: block
}

/* Begin Content Tags - the "Related To" section at the bottom of articles */

/* Styling for the heading "Related to:" */
.content-tags > p {
  color: #000;
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 4px;
}

/* Styling for the tag itself, so I would think, but it doesn't work. - TR */
/* Colors are just for testing */
.content-tag-item li {
  color: #ff69b4;
  background: #1b5e88;
}

.content-tags-add-hint {
  color: #1b5e88;
  font-size: 14px;
}

.content-tag-list {
  display: inline-flex;
  flex-wrap: wrap;
  word-break: break-word;
}

/* Divider between multiple tags */
.content-tag-list li {
  border-right: 1px solid #c2c333;
  margin-bottom: 4px;
}

[dir=ltr] .content-tag-list li {
  padding-right: 8px;
  margin-right: 8px;
}

[dir=rtl] .content-tag-list li {
  padding-left: 8px;
  margin-left: 8px;
}

.content-tag-list li:last-child {
  border: none;
}
/* End Content Tags */

/*** Start Free Trail section ***/
.start-free-trial-section {
  margin: 20vh 0 12vh;
}
#start-free-trial-wrapper {
    color: #fff;
    background: #73b4d2; /* Old browsers */
    background-image: url(/hc/theming_assets/01HYDRXP138S0PCWXRT7W3TZNB), -moz-linear-gradient(45deg,  #73b4d2 0%, #096695 100%); /* FF3.6-15 */
    background-image: url(/hc/theming_assets/01HYDRXP138S0PCWXRT7W3TZNB), -webkit-linear-gradient(45deg,  #73b4d2 0%,#096695 100%); /* Chrome10-25,Safari5.1-6 */
    background-image: url(/hc/theming_assets/01HYDRXP138S0PCWXRT7W3TZNB), linear-gradient(45deg,  #73b4d2 0%,#096695 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73b4d2', endColorstr='#096695',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  	background-repeat: repeat;
  	border-radius: 5px;
}

@media (min-width: 768px) {
  #start-free-trial-wrapper {
    border-radius: 0px;
  }
  
	#start-free-trial-wrapper#start-free-trial-wrapper {
    background: none;
	}

	#start-free-trial-wrapper#start-free-trial-wrapper .container {
    background: #73b4d2; /* Old browsers */
    background-image: url(/hc/theming_assets/01HYDRXP138S0PCWXRT7W3TZNB), -moz-linear-gradient(45deg,  #73b4d2 0%, #096695 100%); /* FF3.6-15 */
    background-image: url(/hc/theming_assets/01HYDRXP138S0PCWXRT7W3TZNB), -webkit-linear-gradient(45deg,  #73b4d2 0%,#096695 100%); /* Chrome10-25,Safari5.1-6 */
    background-image: url(/hc/theming_assets/01HYDRXP138S0PCWXRT7W3TZNB), linear-gradient(45deg,  #73b4d2 0%,#096695 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73b4d2', endColorstr='#096695',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  	background-repeat: repeat;
    border-radius: 5px;
  }
}

#start-free-trial-wrapper .container #start-free-trial-banner {
    padding-top: 45px;
    padding-bottom: 56px;
}

@media (min-width: 768px) {
  #start-free-trial-wrapper#start-free-trial-wrapper .container #start-free-trial-banner {
      padding: 0 49px;
      min-height: 286px;
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      justify-content: space-between;
      height: 286px;
  }
	#start-free-trial-wrapper#start-free-trial-wrapper .container #start-free-trial-banner>div {
    max-width: 520px;
  }
}

#start-free-trial-wrapper#start-free-trial-wrapper .container #start-free-trial-banner h2 {
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
}

#start-free-trial-wrapper .container #start-free-trial-banner h2 {
    margin: 0;
    text-align: left !important;
}

#start-free-trial-wrapper .container #start-free-trial-banner .start-filing-sub-header {
  background-color: transparent;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.45;
  margin-top: 18px;
  margin-bottom: 32px;
  text-align: left;
  padding: 0;
}

#start-free-trial-wrapper#start-free-trial-wrapper .container #start-free-trial-banner .start-free-trial-sub-header {
  margin: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
}

#start-free-trial-wrapper .container a {
  color: #107aaf;
  border: solid 1px #fff;
  background-color: #fff;
  padding: 24px 32px;
  margin: 0 !important;
  width: 100%;
  text-shadow: none;
  letter-spacing: .02em;
  font-weight: 700;
  font-size: 16px;
  border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
}

@media (min-width: 768px){
  #start-free-trial-wrapper#start-free-trial-wrapper .container #start-free-trial-banner a {
      max-width: 224px;
  }
}

#start-free-trial-wrapper .container a:hover {
    background-color: #transparent;
  	border: solid 1px #fff;
    color: #fff;
}

.article-share {display: flex;}
.article-share ul.share{ width: 150px;}
.article-share a.printfriendly {flex-grow: 1;}
/*****************************************/


/*THIS IS JUST FOR THE FOOTER NAVIGATION SECTION*/

.footer-nav {
    display: block !important;
    border-top: 1px solid #e6ebee;
}

    .footer-nav .bug-logo {
		background: url(/hc/theming_assets/01J9XZVV4Z6B5DRJ5N69A03V7G) no-repeat;
        height: 40px;
        width: 40px;
        display: inline-block;
        background-size: contain;
        border: unset
    }

.footer-nav-title {
    color: #535864;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 1em;
    opacity: 1;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.5;
}

.footer-nav-block {
    display: flex;
}

.footer-nav-section li {
    margin-bottom: .7em;
    list-style: none !important;
}

    /*overrides form ~/cmscontent/tspro/css/styles.min.css*/
    .footer-nav-section li:before {
        content: "";
        background: #FFF;
    }

    .footer-nav-section li a {
        color: #535864;
        font-size: 12px;
        cursor: pointer;
        margin-bottom: .7em;
        font-weight: 500;
        letter-spacing: 0;
        list-style: none;
        opacity: 1;
        padding: .25em 0;
        text-align: left;
    }

.footer-nav-menu-item {
    margin: 0;
    padding: 0;
}

#footer-nav-icon-outer-div {
    display: flex;
    position: relative;
    box-sizing: border-box;
    transition-property: box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    box-shadow: 0px 0px #00000070;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    order: initial;
    border-color: inherit;
    row-gap: 20px;
    column-gap: 20px;
}

.ast-builder-grid-row-container {
    display: grid;
    align-content: center
}

    .ast-builder-grid-row-container .ast-builder-grid-row {
        display: grid;
        grid-template-columns: auto auto;
        align-items: center;
        grid-column-gap: 20px;
        overflow-wrap: anywhere
    }

    .ast-builder-grid-row-container .ast-builder-footer-grid-columns {
        grid-column-gap: 50px
    }

.site-above-footer-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .site-above-footer-wrap[data-section="section-above-footer-builder"] {
        background-image: none;
        min-height: 60px;
    }

        .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row {
            max-width: 1140px;
            min-height: 60px;
            margin-left: auto;
            margin-right: auto;
        }

        .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row, .site-above-footer-wrap[data-section="section-above-footer-builder"] .site-footer-section {
            align-items: flex-start;
        }

        .site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-inline .site-footer-section {
            display: flex;
            margin-bottom: 0;
        }

.ast-builder-grid-row-5-equal .ast-builder-grid-row {
    grid-template-columns: repeat( 5,1fr );
}

@media (max-width: 921px) {
    .site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-tablet-inline .site-footer-section {
        display: flex;
        margin-bottom: 0;
    }

    .site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
        display: block;
        margin-bottom: 10px;
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-5-equal .ast-builder-grid-row {
        grid-template-columns: repeat( 5,1fr );
    }
}

@media (max-width: 544px) {
    .site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-mobile-inline .site-footer-section {
        display: flex;
        margin-bottom: 0;
    }

    .site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
        display: block;
        margin-bottom: 10px;
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
        grid-template-columns: 1fr;
    }
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] {
    padding-top: 4em;
    padding-bottom: 4em;
    padding-left: 2em;
    padding-right: 2em;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] {
    display: grid;
}

.footer-nav-area {
    display: block;
    width: auto;
    text-align: left;
}

@media (max-width: 544px) {
    .footer-nav-area {
        text-align: center !important;
    }

    .nav-title {
        margin-top: 1em !important;
    }
}

@media (max-width: 399px) {
    .site-above-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-5-equal.ast-builder-grid-row-tablet-5-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack .ast-builder-grid-row-container-inner .ast-builder-footer-grid-columns.site-above-footer-inner-wrap.ast-builder-grid-row {
        grid-template-columns: repeat(2, 1fr);
    }

        .site-above-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-5-equal.ast-builder-grid-row-tablet-5-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack .ast-builder-grid-row-container-inner .ast-builder-footer-grid-columns.site-above-footer-inner-wrap.ast-builder-grid-row .site-footer-above-section-1.site-footer-section.site-footer-section-1 {
            grid-column: 1 / span 2 !important;
            margin-bottom: 4rem !important;
        }

    .footer-nav-area {
        text-align: left !important;
    }
}

@media (min-width: 400px) and (max-width: 767px) {
    .site-above-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-5-equal.ast-builder-grid-row-tablet-5-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack .ast-builder-grid-row-container-inner .ast-builder-footer-grid-columns.site-above-footer-inner-wrap.ast-builder-grid-row {
        grid-template-columns: repeat(3, 1fr) !important;
    }

        .site-above-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-5-equal.ast-builder-grid-row-tablet-5-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack .ast-builder-grid-row-container-inner .ast-builder-footer-grid-columns.site-above-footer-inner-wrap.ast-builder-grid-row .site-footer-above-section-1.site-footer-section.site-footer-section-1 {
            grid-column: 1 / span 3 !important;
            margin-bottom: 4rem !important;
        }

    .footer-nav-area {
        text-align: left !important;
    }
}

@media (min-width: 768px) and (max-width: 1099px) {
    .site-above-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-5-equal.ast-builder-grid-row-tablet-5-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack .ast-builder-grid-row-container-inner .ast-builder-footer-grid-columns.site-above-footer-inner-wrap.ast-builder-grid-row {
        grid-template-columns: repeat(4, 1fr) !important;
    }

        .site-above-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-5-equal.ast-builder-grid-row-tablet-5-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack .ast-builder-grid-row-container-inner .ast-builder-footer-grid-columns.site-above-footer-inner-wrap.ast-builder-grid-row .site-footer-above-section-1.site-footer-section.site-footer-section-1 {
            grid-column: 1 / span 4 !important;
            margin-bottom: 4rem !important;
        }
}

footer .site-footer-section {
    position: relative;
    justify-content: center;
    display: grid;
    padding-left: 0;
    padding-right: 0;
}

footer .site-footer-text {
    color: #9da1ad;
    font-size: 13px;
    text-align: center;
}

footer .site-footer-social {
    background-color: #f2f5f7;
  	padding: 50px 2em;
}

footer .site-footer-social .social-badges {
    text-align: left;
}
