fo@charset "UTF-8";
/* CSS Document */
	
/*@font-face {
	font-family: 'sentinel-bold';
	src: url('../fonts/sentinel/sentinel-bold.otf');
}
@font-face {
	font-family: 'sentinel-medium';
	src: url('../fonts/sentinel/sentinel-medium.otf');
}*/

* {
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-size: 62.5%; /* Sets Standard For the PX and REM sizing below  */
}
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-position: left;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 14px;/*Fallback*/
    font-size: 1.4rem;/*=14px*/
    min-width: 320px;
    ‑webkit‑text‑size‑adjust: 100%; /* Prevent text scaling on mobile*/
    text-size-adjust: 100%; /* Prevent text scaling on mobile*/
    -webkit-font-smoothing: antialiased; /* Improve text anti alias*/
    -moz-font-smoothing: subpixel-antialias; /* Improve text anti alias*/
    -o-font-smoothing: antialiased; /* Improve text anti alias*/
    font-smoothing: antialiased; /* Improve text anti alias*/
    -moz-osx-font-smoothing: grayscale; /* Improve text anti alias*/
    text-rendering: optimizeLegibility; /* Improve text anti alias*/
    background: url(../img/site/fallback.gif) repeat-y;
    widows: 2;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; /*Prevent auto resizing of text*/
}
#dyna-foot {
    width: 100%;
    display: none;
    visibility: hidden;
}
.top-link {
    display: block !important;
    visibility: visible !important;
}
 #menu::-webkit-scrollbar {
 width: 8px;
 margin-right: 2px;
}
 #menu::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
 box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
}
 #menu::-webkit-scrollbar-thumb {
 background-color: #444444;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 border: 1px solid slategrey;
}
/* /// BASE LAYOUT /// */
.clear {
    clear: both;
    width: 100%;
    height: 1px;
}
.reset-m {
    margin: 0 !important;
}
/* /// VISIBILITY FOR CLASS TOGGLES /// */
.desk {
    display: block;
    visibility: visible;
}
.mob {
    display: none;
    visibility: hidden;
}
.example {
    width: 100%;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #ffcc33;
}
.example ol, .example ul {
    margin-bottom: 0 !important;
}
/* /// FOCUS STYLES /// */

*:focus {
    outline: none;
}
input:focus, textarea:focus {
    outline: 3px solid #ffcc33 !important;
    z-index: 999;
}
button:focus {
    outline: solid 4px #ffcc33;
}
a:focus {
    outline: solid 3px #ffcc33;
}
strong {
    font-weight: 700 !important;
}
.sr-only {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px !important;
    word-wrap: normal !important;
}
.small {
    font-size: 85%;
}
/* /// FONTS AND FALLBACKS /// */
/* Used to demo fallbacks here: ?p=fonts*/

/* Headline Font - Primary */
.sentinel-bold {
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
    font-weight: 700;
}
.sentinel-medium {
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
    font-weight: 400;
}
/* Headline Font - Fallback 1 */
.georgia {
    font-family: Georgia, serif;
    font-weight: 400;
}
.georgia-bold {
    font-family: Georgia, serif;
    font-weight: 600;
}
/* Headline Font - Fallback 2 */
.serif {
    font-family: serif;
    font-weight: 400;
}
.serif-bold {
    font-family: serif;
    font-weight: 600;
}
/* Body Font - Primary */
.source {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
}
.source-bold {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
}
/* Body Font - Fallback 1 */
.arial {
    font-family: Arial, sans-serif;
    font-weight: 400;
}
.arial-bold {
    font-family: Arial, sans-serif;
    font-weight: 600;
}
/* Body Font - Fallback 2 */
.sans {
    font-family: sans-serif;
    font-weight: 400;
}
.sans-bold {
    font-family: sans-serif;
    font-weight: 600;
}
/* /// BASE TEXT SIZING /// */

/*Reset*/
div {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
/*Reset*/
ul, ol, li {
    margin: 0;
    padding: 0;
    height: auto; /*Android text boost fix*/
    min-height: 1px; /*Android text boost fix*/
    max-height: 999999px /*Android text boost fix*/;
}
/*Default text styles*/
p, h1, h2, h3, h4 {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0;
    height: auto; /*Android text boost fix*/
    min-height: 1px; /*Android text boost fix*/
    max-height: 999999px /*Android text boost fix*/;
}
/*Default link style*/
a {
    display: inline;
    color: #0059A4;
}
/*icons default*/
i {
    margin-right: 5px;
    color: #FFF;
}
/*Invisible Nav anchors*/
.anchor {
    float: left;
    width: 100%;
    height: 1px;
    overflow: hidden;
}
/*Pattern images */
.content img {
    float: left;
    width: 98%;
    height: auto !important;
    padding: 0;
    margin: 0 0 30px 0;
    border: 5px solid #ededed;
    min-height: 1px; /*Android text boost fix*/
    max-height: 999999px /*Android text boost fix*/;
}
/*Pattern images mibile size only */
.mob-max {
    max-width: 320px !important;
}
/* Limits some header pattern images */
.head-max {
/* max-height: 110px !important;*/
}
/* /// PAGE LAYOUT /// */

/* Tier 1 Wrapper - Outer*/
.wrapper {
    float: left;
    position: relative;
    width: 100%;
}
/* Tier 2 Wrappers */

/* Mobile menu wrapper- Show hide in JS*/
.menu-toggle {
    display: block;
}
.menu-wrapper {
    position: fixed;
    top: 30px;
    left: 0;
    width: 320px;
    z-index: 990;
    height: 100vh;
    background: #000000;
}
/* Make page content full width*/
.wrapper-right {
    position: relative;
    width: 70%;/*fallback*/
    width: calc(100% - 320px);
    padding: 0 0 0 320px;
}
/* Tier 3 Wrappers */

.menu {
    display: block;
    float: left;
    width: 100%;
    height: 70vh;
    margin: 0;
}
.menu-mobile-wrap {
    width: 100%;
    height: auto;
    background: none;
}
.page {
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    float: left;
    margin: 0 auto;
    display: block;
    min-height: 500px;
    min-width: 320px !important;
    max-width: 1170px;
    position: relative;
    padding: 70px 35px;
}
/* Tier 4 Wrappers */

.headers {
    box-sizing: border-box;
    width: 100%;
    display: block;
    margin: 0;
    float: left;
    padding: 0;
}
.content {
    box-sizing: border-box;
    width: 66.666%;
    display: block;
    margin: 0;
    float: left;
    padding: 0 35px 0 0;
}
.right-sidebar {
    box-sizing: border-box;
    width: 33.3333%;
    display: block;
    margin: 0;
    float: left;
    padding: 0;
}
/* /// PAGE HEADER STYLES /// */
.headers h1 {
    /*font-family: 'sentinel-bold', Georgia, serif;*/
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
    font-weight: 700;
    font-size: 40px;/*Fallback*/
    font-size: 4.0rem;/*=40px*/	/*CHANGED FROM GUIDELINES*/
    line-height: 48px;
    line-height: 4.8rem;/*CHANGED FROM GUIDELINES*/
    color: #000000;
    margin-bottom: 10px;
}
.headers h2 {
    /*ffont-family: 'sentinel-medium', Georgia, serif;*/
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
    font-weight: 300;
    font-size: 36px;/*Fallback*/
    font-size: 3.6rem;/*=36px*/
    line-height: 40px;
    line-height: 4.0rem;
    color: #000000;
    margin-bottom: 5px;
}
.headers .underline {
    float: left;
    height: 5px;
    width: 10%;
    max-width: 80px;
    background: #f37021;
    padding: 0;
    margin: 5px 90% 15px 0;
}
.headers p {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-size: 21px;/*Fallback*/
    font-size: 2.1rem;/*=21px*/
    line-height: 30px;
    line-height: 3.0rem;
    color: #000000;
    margin-bottom: 20px;
}
.headers .key, .content .key {
    float: left;
    height: 1px;
    width: 100%;
    background: #d8d8d8;
    padding: 0;
    margin: 0 0 35px 0;
}
/* /// PAGE CONTENT AREA HEADER STYLES /// */


.content h2 {
    /*font-family: 'sentinel-bold', Georgia, serif;*/
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
    font-weight: 700;
    font-size: 30px;/*Fallback*/
    font-size: 3.0rem;/*=30px*/ /*CHANGED FROM GUIDELINES*/
    line-height: 40px;
    line-height: 4.0rem;
    color: #000000;
    margin: 0px 0 30px 0;
}
#h2-theme {
    position: relative;
    min-height: 40px;
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif !important;
    font-size: 30px;/*Fallback*/
    font-size: 3.0rem;/*=30px*/ /*CHANGED FROM GUIDELINES*/
    line-height: 40px;
    line-height: 4.0rem;
    padding: 0 0 0 70px;
    width: 70%;/*Fallback*/
    width: calc(100% - 70px) !important;
}
.content .underline {
    float: left;
    height: 5px;
    width: 10%;
    background: #f37021;
    padding: 0;
    margin: 5px 0% 25px 0;
}
.content h3 {
    font-weight: 700;
    font-size: 22px;/*Fallback*/
    font-size: 2.2rem;/*=22px*/
    line-height: 28px;
    line-height: 2.8rem;
    color: #000000;
    margin-bottom: 25px;
}
.content h4 {
    font-weight: 700;
    font-size: 20px;/*Fallback*/
    font-size: 2.0rem;/*=20px*/
    line-height: 26px;
    line-height: 2.6rem;
    color: #000000;
    margin-bottom: 20px;
}
.content h5 {
    font-weight: 700;
    font-size: 19px;/*Fallback*/
    font-size: 1.9rem;/*=19px*/
    line-height: 24px;
    line-height: 2.4rem;
    color: #000000;
    margin-bottom: 15px;
}
/* /// PAGE CONTENT AREA TEXT STYLES /// */

/* Space out content sections */
.content .section {
    width: 100%;
    margin-bottom: 30px;
}
.content p {
    font-weight: 400;
    font-size: 19px; /*Fallback*/
    font-size: 1.9rem; /*=19px*/
    line-height: 28px;
    line-height: 2.8rem;
    color: #000000;
    margin-bottom: 20px;
}
.content a, .content a i {
    color: #0059A4;
}
.content a i {
    font-size: 85%;
    margin: 0 5px;
}
.content a:hover, .content a:hover i {
    color: #3399cc;
}
/* Content lists */
.content ul, .content ol {
    float: left;
    width: 95%;
    font-weight: 400;
    font-size: 19px;/*Fallback*/
    font-size: 1.9rem;/*=19px*/
    line-height: 28px;
    color: #000000;
    margin-bottom: 20px;
    padding-left: 25px;
}
.content ol li, .content ul li {
    float: left;
    width: 100%;
    line-height: 28px;
    line-height: 2.8rem;
    margin-bottom: 10px;
}
/* Icon lists such as check lists  ?p=numbered-bullet-check-lists */

.iconlist {
    margin-left: 0 !important;
    list-style: none !important;
    padding-left: 0 !important;
}
.iconlist li {
    position: relative;
    padding-left: 25px;
    width: 100%;
    line-height: 28px;
    margin-bottom: 5px;
}
.iconlist li i {
    font-size: 85%;
    position: absolute;
    left: 0;
    top: 7px;
    color: #008920;
}
/*Snippet ?p=fonts */
.snippet {
    font-family: monospace;
    float: left;
    width: 90%;
    padding: 3% 5%;
    background: #FAFAFA;
    color: #555;
    margin: 20px 0;
    font-size: 17px;/*Fallback*/
    font-size: 1.7rem;/*=17px*/
}
code {
    width: 100% !important;
    box-sizing: border-box !important;
    font-size: 15px;/*Fallback*/
    font-size: 1.5rem !important;/*=17px*/
    float: left !important;
    background: none !important;
}
/* /// PAGE CONTENT AREA LINK STYLES /// */

/*Prevent underline on all icons */

i:before {
    display: inline-block;
    text-decoration: none;
}
/*Green links with icons in page content */
.action-content {
    font-weight: 400;
    color: #000;
}
.action-content a, .action-body a {
    color: #008920;
}
.action-content a i, .action-body a i {
    display: inline;
    font-size: 85%;
    color: #008920;
    margin: 0 7px;
    text-decoration: none !important;
}
.action-content a:hover, .action-content a:hover i, .action-body a:hover, .action-body a:hover i {
    color: #6db97f;
    cursor: pointer;
    text-decoration: underline;
}
/*Blue links with icons in page content */

.content-link {
    font-weight: 400;
    color: #000;
}
.content-link a {
    color: #0059A4;
}
.content-link a i {
    display: inline;
    font-size: 85%;
    color: #000;
    margin: 0 7px;
}
.content-link a:hover, .content-link a:hover i {
    color: #3399CC;
    text-decoration: underline;
}
.content-link a:hover i {
    color: #000;
}
/* /// PAGE CONTENT AREA TINT BOX TEXT STYLES /// */

.tint h3 {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;/*Fallback*/
    font-size: 2.0rem;/*=22px*/
    line-height: 28px;
    line-height: 2.8rem;
    color: #000000;
    margin: 0 0 10px 0;
}
.tint h2 {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;/*Fallback*/
    font-size: 2.2rem;/*=22px*/
    line-height: 28px;
    line-height: 2.8rem;
    color: #000000;
    margin: 0 0 20px 0;
}
.tint h2 i, .tint h3 i, .tint h4 i {
    color: #000000;
}
.tint p {
    font-weight: 400;
    font-size: 18px;/*Fallback*/
    font-size: 1.8rem;/*=17px*/
    line-height: 24px;
    line-height: 2.4rem;
    color: #000000;
    margin-bottom: 15px;
}
.tint p:last-child {
    margin-bottom: 35px;
}
.caption {
    margin: 0 0 10px 0 !important;
}
/* /// PDF FEATURE DOWNLOAD STYLES /// */

.download-feature {
    padding-bottom: 20px;
}
.download-feature a {
    color: #000;
}
.download-feature-img {
    width: 22%;
    float: left;
    display: inline-block;
    background: #FFF;
    text-align: center;
}
.download-feature-img i {
    width: 70%;
    font-size: 40px;/*Fallback*/
    font-size: 4.0rem;/*=40px*/
    padding: 50% 15%;
    color: #000;
    margin: 0;
}
.download-feature-detail {
    width: 75%;
    box-sizing: border-box;
    padding: 0 0 0 25px;
}
.download-feature p, .download-feature h3 {
    margin-bottom: 10px;
}
/*Downloads PDF Tags */
.tags {
    font-size: 16px !important;
}
.tags strong {
}
/* /// PDF LIST DOWNLOAD STYLES /// */

.download {
    float: left;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
}
.download h4 a {
    color: #000;
}
.download i {
    margin-left: 0 !important;
}
/* /// LEFT SIDEBAR MENU /// */

.sidebar {
    box-sizing: border-box;
    width: 100%;
    display: block;
    padding: 0 20px 100px 20px;
    float: left;
    overflow: scroll;
    scroll-behavior: smooth; /* <--- */
    height: 70vh;
}
.sidebar .underline {
    float: left;
    height: 3px;
    width: 10%;
    background: #f37021;
    padding: 0;
    margin: 5px 90% 25px 0;
}
.sidebar i, .sidebar a i {
    font-size: 85%;
}
/* /// LEFT SIDEBAR MENU /// */
.mendix-icon, .drupal-icon, .code-icon {
    float: none;
    display: inline-block;
    width: 15px !important;
    height: 15px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    line-height: 15px;
    font-size: 9px;
    color: #FFF;
    margin-left: 5px;
    overflow: hidden;
    font-weight: 800;
}
.mendix-icon {
    background: #0595DB;
}
/* /// LEFT SIDEBAR MENU /// */
.drupal-icon {
    background: #f37021;
}
.code-icon {
    background: #555;
}
.sidebar .section p, .choose-section p, .choose-section h2 {
    color: #FFF;
    font-weight: 700;
    font-size: 20px;/*Fallback*/
    font-size: 2.0rem;/*=24px*/
    margin: 5px 0 10px 0;
    width: 100%;
}
.sidebar .section p span {
    font-weight: 700;
    font-size: 18px;/*Fallback*/
    font-size: 1.8rem;/*=18px*/
    line-height: 26px;
    line-height: 2.6rem;
    color: #FFF;
}
/* Main sections in pattern library nav  */
.sidebar h3 {
}
/* Sub sections in pattern library nav  */

.sidebar h4 {
}
/* Remove magin from section navigation drop select  */
#page-changer {
    margin: 0;
}
/* /// LEFT SIDEBAR NAVIGATION MENU STYLES /// */

/* Space out navigation lists  */
.sidebar .section {
    width: 100%;
    margin-bottom: 15px;
    min-height: 40px;
}
/* List styles  */
.sidebar ul, .sidebar ol {
    list-style: none;
    font-size: 17px;/*Fallback*/
    font-size: 1.7rem;/*=17px*/
    line-height: 20px;
}
.sidebar ul li, .sidebar ol li {
    width: 100%;
    line-height: 28px;
    line-height: 2.8rem;
}
.sidebar ol {
    list-style: decimal;
    width: 100%;
}
.sidebar ul li a {
    color: #FFF;
    text-decoration: none;
}
.sidebar ul li a:hover {
    text-decoration: underline;
}
/* Active state  */
.active, #active {
    font-weight: 400;
    text-decoration: none;
    color: #ffcc33 !important;
}
/* CATEGORIES MENU  */
.jump-to {
    box-sizing: border-box;
    padding: 0 15px 10px 15px;
    width: 100%;
    border: 0;
    background: #F0F5FA;
    margin: 0 0 30px 0 !important;
}
.jump-to h4 {
    color: #000;
    line-height: 50px;
    line-height: 5.0rem;
    margin: 0;
    padding: 0;
}
.jump-to ul {
    margin-bottom: 0 !important;
}
.jump-to li {
    font-size: 17px;/*Fallback*/
    font-size: 1.7rem;/*=17px*/
    line-height: 24px !important;
    margin-bottom: 8px;
}
.jump-to li a {
    text-decoration: none;
}
.jump-to li a:hover {
    text-decoration: underline;
}
.jump-to li .active {
    font-weight: 700;
    color: #000 !important;
}
.sidebar .jump-to li a {
    color: #000;
}
.sidebar jump-to li {
    color: #000;
    margin-left: 25px;
}
/* /// SEARCH THE MENU /// */


#submit {
    display: none;
}
#nav, #search {
    width: 100%;
}
#search {
    margin-bottom: 15px;
}
.search .section {
    float: left;
    width: 100%;
    min-height: 50px;
    margin-bottom: 15px;
}
.search {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 20px 15px 20px;
    overflow: auto;
}
.search-wrap {
    display: block;
    float: left;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #FFF;
}
.choose-section {
    float: left;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px 15px 20px;
    margin: 0;
}
.choose-section h4 {
    color: #FFF;
}
.search input {
    width: 100%;
    width: calc(100% - 50px) !important;
    height: 50px;
    padding: 0 10px 0 8px;
    line-height: 50px;
    line-height: 5.0rem;
    margin: 0;
    border: 0 !important;
    float: left;
    font-size: 15px;/*Fallback*/
    font-size: 1.5rem;/*=15px*/
    color: #555;
}
.search button {
    height: 50px;
    line-height: 50px;
    line-height: 5.0rem;
    width: 50px;
    padding: 0;
    margin: 0;
    float: left;
    font-size: 19px;/*Fallback*/
    font-size: 1.9rem;/*=19px*/
    background: #0059A4;
    color: #FFF;
    border: none;
}
.search button:active {
    background: #008920;
    color: #FFF !important;
    outline: 3px solid #ffcc33;
}
.search button i {
    color: #FFF !important;
    margin: 0 !important;
}
.bhcc-logo {
    display: block;
}
.bhcc-logo img {
    position: relative;
    float: left;
    display: block;
    width: 85px;
    height: auto !important;
    margin: 10px 15px 3px 15px;
}
.search h4 {
    font-size: 22px;/*Fallback*/
    font-size: 2.2rem;/*=22px*/
    margin-bottom: 10px;
}
mark {
    background: yellow;
}
mark.current {
    background: orange;
}
.times-icon {
    display: none;
    color: #FFF;
}
.bars-icon {
}
/* /// RIGHT SIDEBAR  /// */
/*Space out sections in the right sidebar */
.right-sidebar .section {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
}
/* /// Sidebar example overrides  /// */
    
.sb-example .underline {
    float: left;
    height: 3px;
    width: 30px;
    max-width: 80px;
    background: #f37021;
    padding: 0;
    margin: 5px 90% 15px 0;
}
/*Pattern Ref Numbers */
.output {
    color: #FFF;
    font-weight: 700;
    font-size: 22px;/*Fallback*/
    font-size: 2.2rem;/*=22px*/
    line-height: 40px;
    line-height: 4.0rem;
    background: #008920;
    padding: 0 8px;
}
/*Section headers */
.right-sidebar h2, .sb-example h2 {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;/*Fallback*/
    font-size: 2.2rem;/*=22px*/
    line-height: 26px;
    line-height: 2.6rem;
    color: #000000;
    margin: 0 0 15px 0;
}
.right-sidebar p {
    font-weight: 400;
    font-size: 17px;/*Fallback*/
    font-size: 1.7rem;/*=17px*/
    line-height: 28px;
    line-height: 2.8rem;
    color: #000000;
    margin-bottom: 20px;
}
.right-sidebar .section ul li a:hover, .sb-example .section ul li a:hover {
    color: #008cc7;
}
.right-sidebar ul, .right-sidebar ol {
    width: 90%;
    list-style: disc;
    font-size: 19px;/*Fallback*/
    font-size: 1.9rem;/*=19px*/
    line-height: 20px;
    margin: 0 0 25px 18px;
    ;
}
.right-sidebar ul li, .right-sidebar ol li, .sb-example ul li, .sb-example ol li {
    float: left;
    width: 100%;
    margin-bottom: 8px;
    line-height: 26px;
    line-height: 2.6rem;
    font-size: 17px;/*Fallback*/
    font-size: 1.7rem;/*=17px*/
}
.sb-example ul, .right-sidebar ol {
    list-style: none !important;
    line-height: 20px !important;
    margin: 0 0 25px 0 !important;
    padding: 0 !important;
}
.right-sidebar ul li i {
    color: #008920;
    margin-right: 10px;
}
.right-sidebar ol {
    list-style: decimal;
    width: 100%;
}
.right-sidebar i {
    font-size: 85%;
}
/*Sidebar example overrides */
.sb-example h2 {
    margin: 0 0 5px 0;
}
.sb-example .section {
    border: none;
    margin: 0;
    padding: 0;
}
/*Copy page link button */
.action-content-btn {
    padding: 0;
    background: none !important;
    border: none;
    line-height: 22px;
    line-height: 2.2rem;
    max-height: 30px;
    color: #008920;
    font-size: 17px;/*Fallback*/
    font-size: 1.7rem;/*=17px*/
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    text-decoration: underline;
    text-align: left !important;
}
.action-content-btn > i {
    display: inline;
    color: #008920 !important;
    margin: 0 5px;
}
.action-content-btn:hover, .action-content-btn:hover > i {
    color: #6db97f !important;
    cursor: pointer;
}
#page-label {
    margin: 10px 0 0 0;
    font-size: 17px;
    font-size: 1.7rem;
}
/* /// HOMEPAGE LINK BOXES  /// */

.full {
    width: 100% !important;
    padding: 0;
    margin: 0;
}
.half {
    position: relative;
    float: left;
    width: 45%;
    padding: 0;
    margin: 0 5% 2% 0;
}
#link-boxes {
    float: left;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
#link-boxes li {
    float: left;
    position: relative;
    width: 49%;
    padding: 0;
    margin: 0 2% 2% 0;
}
#link-boxes li h2 {
    line-height: 28px;
    line-height: 2.8rem;
    width: 90%;
    text-align: left;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}
#link-boxes li h2 a {
    width: 100%;
    background: #0059A4;
    border-bottom: 5px solid #004783;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 21px;/*Fallback*/
    font-size: 2.1rem;/*=21px*/
    margin: 0;
    padding: 30px 5%;
    display: table;
    vertical-align: middle;
}
#link-boxes strong {
    display: table-cell;
    vertical-align: middle;
    width: 90%;
}
#link-boxes li a:hover {
    background: #004783;
    border-bottom: 5px solid #003969;
    text-decoration: none !important;
}
#link-boxes li a:focus, #link-boxes li a i {
    text-decoration: none !important;
}
#link-boxes li i {
    font-size: 100%;/*Reset default*/
    font-size: 25px;/*Fallback*/
    font-size: 2.5rem;/*=30px*/
    color: #FFF;
    display: table-cell;
    vertical-align: middle;
    width: 10%;
    text-align: right;
}
/* /// HOMEPAGE LINK BOXES COPYWRITING  /// */
.copywriting {
    font-family: 'Source Sans Pro', Arial, sans-serif !important;
    text-align: center;
    font-weight: 600 !important;
    box-sizing: border-box;
    color: #FFFFFF !important;
    width: 100%;
    margin: 0;
    margin: 0 0 20px 0 !important;
}
.copywriting a {
    display: block;
    width: 100%;
    font-weight: 400 !important;
    text-decoration: none;
    color: #008920;
    background: #F5FAF6;
    border-bottom: 5px solid #008920;
    padding: 30px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
}
.copywriting a i {
    color: #008920;
}
.copywriting a:hover {
    text-decoration: underline;
    color: #006E1A;
    border-bottom: 5px solid #006E1A;
}
.copywriting a:hover i {
    color: #006E1A;
}
/* /// BOTTOM OF PAGE ACTION LINKS  /// */

.action-bottom-page a {
    color: #0059A4;
}
.action-bottom-page a {
    font-size: 20px;/*Fallback*/
    font-size: 2.0rem;/*=19px*/
    line-height: 28px;
    line-height: 2.8rem;
    font-weight: 600 !important;
}
.action-bottom-page a i, .action-bottom-page i {
    font-size: 85%;
    color: #000000;
    margin: 0 6px 0 0;
}
.action-bottom-page a:hover {
    color: #3399cc;
    text-decoration: underline;
}
.action-bottom-page a:hover i {
    color: #000000;
}
.action-bottom-page span, .content-link span, .content-link span, .download-feature h3 span, .action-content span {
    white-space: nowrap;
    font-size: 15px;/*Fallback*/
    font-size: 1.5rem;/*=15px*/
    color: #000;
    text-decoration: none !important;
    font-weight: 400;
}
/* /// GREEN OVERRIDE - Rename  /// */

.load a {
    color: #008920 !important;
    font-weight: 600 !important;
}
.load a:hover {
    color: #6db97f !important;
    font-weight: 600 !important;
}
.load a:hover i {
    color: #000 !important;
}
/* /// SERVICES ICONS  ?p=icon-cheat-sheet  /// */
.homeicon a, .sitewideicon a {
    font-size: 17px;/*Fallback*/
    font-size: 1.7rem;/*=17px*/
    color: #000000;
    text-decoration: none;
}
.homeicon a i {
    display: inline-block;
    font-size: 28px;/*Fallback*/
    font-size: 2.8rem;/*=28px*/
    color: #FFFFFF;
    background: #000000;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0 10px 0 0;
    text-align: center;
    line-height: 50px;
    line-height: 5.0rem;
}
.homeicon a:hover i {
    color: #FFFFFF;
    background: #008cc7;
}
.cta-large-icon {
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 28px;/*Fallback*/
    font-size: 2.8rem;/*=28px*/
    color: #FFFFFF !important;
    background: #000000;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0 10px 0 0;
    text-align: center;
    line-height: 50px;
    line-height: 5.0rem;
}
/* /// FOOTER ICONS  ?p=icon-cheat-sheet  /// */
.footericon a, .footericon a i {
    font-size: 17px;/*Fallback*/
    font-size: 1.7rem;/*=17px*/
}
/* /// CHECK LISTS  ?p=icon-cheat-sheet  /// */
.included, .notincluded {
    font-weight: 400 !important;
    color: #000000;
    text-decoration: none;
}
.included i {
    color: #008920;
}
.notincluded i {
    color: #d2232a;
}
.included i, .notincluded i {
    margin-right: 10px;
}
.content li i {
    font-size: 85%;
}
/* /// ICON COLOURS  ?p=icon-cheat-sheet  /// */

/* Red default for times, exclamation  */
#main .fa-times, #main .fa-times-circle {
    color: #d2232a !important;
}
/* Green default for check  */
.fa-check, .fa-check-circle {
    color: #008920 !important;
}
/* Yellow star  */
.fa-star {
    color: #ffcc33 !important;
}
/* /// SOCIAL ICONS  ?p=icon-cheat-sheet  /// */

.socialicon a i {
    font-size: 17px;/*Fallback*/
    font-size: 1.7rem;/*=17px*/
    font-weight: 400;
    color: #FFFFFF;
    background: #000000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0 10px 0 0;
    text-align: center;
    line-height: 35px;
    line-height: 3.5rem;
}
.socialicon a:hover i {
    color: #FFFFFF;
    background: #008cc7;
}
/* Bottom of page action */
.action-link-container {
    margin: 30px 0 40px;
    font-size: 17px;
}
.action-link {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
}
.action-link:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 19px;
    font-weight: 900;
    display: inline-block;
    padding-right: 10px;
    color: black;
    text-decoration: underline;
}
.action-link:before {
    text-decoration: none;
}
button.action-link {
    color: #0059A4;
    text-decoration: underline;
    background: none;
    border: none;
}
button.action-link:focus {
    outline: none;
    margin: 0;
}
button.action-link:disabled {
    color: #3399CC;
}
button.action-link:active, button.action-link:focus {
    padding: 1px 7px 2px 7px;
}
.action-link--inline {
    color: #008920;
}
.action-link--inline:hover {
    color: #6DB97F;
}
.action-link--print:before {
    content: '\f02f';
}
.action-link--save:before {
    content: '\f0c7';
}
.action-link--share:before {
    content: '\f064';
}
.action-link--load:before {
    content: '\f0c7';
}
.action-link--expand-icon {
    color: #F37021 !important;
    margin-right: 10px;
    font-size: 14px;
}
.action-link--icon {
    color: #F37021;
    margin-right: 10px;
    font-size: 14px;
}
/* Expandable information */
.expanded-info {
    box-sizing: border-box;
    color: #000000;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
    padding: 0 30px 30px 30px;
    border-left: 5px solid #F37021;
    border-bottom: 1px solid #E8E8E8;
}
/* /// OVERRIDES FOR CHEAT SHEETS  ?p=website-colour-usage  /// */

.black {
    color: #000;
}
.green {
    color: #008920 !important;
}
.blue {
    color: #0059A4 !important;
}
.burgundy {
    color: #A41055 !important;
}
.orange {
    color: #f37021 !important;
}
.red {
    color: #d2232a !important;
}
.yellow {
    color: #ffcc33 !important;
}
.grey-m {
    color: #d8d8d8 !important;
}
.grey-d {
    color: #555555 !important;
}
.red p, .red ol, .red ul, .red ol li, .red ul li {
    color: #d2232a !important;
}
/* /// ALERTS  /// */

.content-alert {
    display: table;
    font-weight: 400;
    color: #000000 !important;
    font-size: 19px !important;
    line-height: 28px !important;
    vertical-align: middle;
    margin-bottom: 0 !important;
}
.content-alert i {
    font-size: 40px;/*Fallback*/
    font-size: 4.0rem;/*=40px*/
    float: left;
    margin: 0 10px 0 0;
    color: #000000 !important;
    display: table-cell;
    vertical-align: middle;
}
.bhcc-alert ol, .bhcc-alert ul {
    padding-top: 10px;
    font-size: 16px;/*Fallback*/
    font-size: 1.6rem;/*=16px*/
}
.bhcc-alert ol li, .bhcc-alert ul li {
    margin-bottom: 5px;
}
.bhcc-alert span, .bhcc-alert-borderless span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: left;
}
/* /// COLOUR PALETTE LAYOUT  /// */


.caption {
    clear: both;
    float: left;
    width: 100%;
    font-size: 14px;/*Fallback*/
    font-size: 1.4rem;/*=14px*/
    color: #8c8c8c;
    padding: 0;
    margin: 0 0 5px 0;
}
.palette {
    float: left;
    width: 31%;
    padding: 0;
    margin: 0 2% 2% 0;
    font-size: 15px !important;
    line-height: 20px !important;
}
.palette span {
    color: #555555 !important;
    margin-top: 5px;
    display: block;
    font-size: 14px !important;
}
/* /// COLOUR PALETTE SWATCHES  /// */

.swatch-burgundy {
    border-top: #A41055 solid 50px;
}
.swatch-purple {
    border-top: #990066 solid 50px;
}
.swatch-black {
    border-top: #000000 solid 50px;
}
.swatch-orange {
    border-top: #f37021 solid 50px;
}
.swatch-yellow {
    border-top: #ffcc33 solid 50px;
}
.swatch-red {
    border-top: #d2232a solid 50px;
}
.swatch-blue {
    border-top: #0059A4 solid 50px;
}
.swatch-green {
    border-top: #008920 solid 50px;
}
.swatch-blue-l {
    border-top: #3399cc solid 50px;
}
.swatch-green-l {
    border-top: #6db97f solid 50px;
}
.swatch-blue-b {
    border-top: #0059A4 solid 50px;
}
.swatch-green-b {
    border-top: #006E1A solid 50px;
}
.swatch-blue-bh {
    border-top: #004783 solid 50px;
}
.swatch-green-bh {
    border-top: #006e1a solid 50px;
}
.swatch-blue-bs {
    border-top: #004783 solid 5px;
}
.swatch-green-bs {
    border-top: #006e1a solid 5px;
}
.swatch-blue-bhs {
    border-top: #003969 solid 5px;
}
.swatch-green-bhs {
    border-top: #005815 solid 5px;
}
.swatch-lg {
    border-top: #FAFAFA solid 50px;
}
.swatch-mg {
    border-top: #d8d8d8 solid 50px;
}
.swatch-dg {
    border-top: #555555 solid 50px;
}
.swatch-footer {
    border-top: #d5dbe0 solid 50px;
}
.swatch-body {
    border-top: #ededed solid 50px;
}
.swatch-gt {
    border-top: #F5FAF6 solid 50px;
}
.swatch-bt {
    border-top: #F0F5FA solid 50px;
}
.swatch-lg-t {
    border-top: #FAFAFA solid 50px;
}
/* /// CHOOSE SECTION NAVIGATION DROP SELECT  /// */


#pre-selector {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background: url(../img/site/box-select-green.gif) no-repeat right #008920;
    background-size: 50px;
    width: 100% !important;
    font-size: 17px !important;
    margin: 0 0 15px 0 !important;
    height: 50px !important;
    line-height: 50px !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    color: #FFFFFF;
    font-weight: 700;
}
/* Focus style */
#pre-selector:focus {
    outline: 3px solid #FFCC33;
}
#pre-selector option {
    font-weight: 400 !important;
    padding: 5px 10px;
}
#pre-selector option:checked {
    font-weight: 700 !important;
}
/* Drop selects custom ?p=drop-selects */
.blue-bg {
    background: url(../img/site/box-select.gif) no-repeat right #0059A4 !important;
    background-size: 50px !important;
}
/* /// LEFT SIDEBAR SHOW HIDE SECTIONS  /// */

#hidethis, #showthis, #clonethis, #hidethis-search, #showthis-search {
    display: inline-block;
    color: #0059A4 !important;
    text-decoration: underline;
    font-weight: 700;
    margin: 0;
}
#hidethis-jump, #showthis-jump {
    position: absolute;
    text-align: right;
    display: block;
    font-size: 18px;/*Fallback*/
    font-size: 1.8rem;/*=18px*/
    color: #0059A4 !important;
    text-decoration: underline;
    font-weight: 600;
    right: 35px;
    line-height: 20px;
    margin: 0 0 25px 0;
    top: 0;
}
#hidethis i, #showthis i, #hidethis-search i, #showthis-search i {
    color: #000;
}
#clonethis i {
    color: #F37021 !important;
}
#hidethis-jump i, #showthis-jump i {
    color: #000000 !important;
}
#hidethis-jump:hover, #showthis-jump:hover {
    color: #3399cc !important;
    text-decoration: underline;
}
.minimise {
    height: 50px !important;
    overflow: hidden;
}
.maximise {
    height: auto !important;
    overflow: visible;
}
/* /// Page content buttons  /// */


:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cta-button, .cta-button-files {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px;
    font-size: 20px;
    font-size: 2.0rem;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 22px;
    font-weight: 700;
    text-decoration: none;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    color: #FFF !important;
}
.cta-ghost {
    background-color: #FAFAFA;
    border-bottom: 5px solid #d8d8d8;
    color: #d8d8d8 !important;
}
.cta-ghost:hover {
    background-color: #FAFAFA;
    border-bottom: 5px solid #d8d8d8;
    color: #d8d8d8 !important;
}
.cta-green {
    background-color: #008920;
    border-bottom: 5px solid #006E1A;
}
.cta-green:hover {
    background-color: #006E1A;
    border-bottom: 5px solid #005815;
}
.cta-blue {
    background-color: #0059A4;
    border-bottom: 5px solid #004783;
}
.cta-blue:hover {
    background-color: #004783;
    border-bottom: 5px solid #003969;
}
.cta-button:hover, .cta-button:focus, .cta-button-files:hover, .cta-button-files:focus {
    color: white;
    text-decoration: none;
}
.cta-button span, .cta-button-files span {
    text-align: left;
    /* ie10 fix */
    width: -webkit-calc(100% - 13px);
    width: calc(100% - 13px);
    padding-right: 5px;
    display: block;
}
.cta-button:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Font Awesome 5 Free';
    content: '\f054';
    font-weight: 900;
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 2px;
}
.cta-button-files:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Font Awesome 5 Free';
    content: '\f574';
    font-weight: 900;
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 2px;
}
.previous {
    float: left;
}
.previous:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f053' !important;
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 10px;
}
.previous:after {
    display: none;
}
.next {
    float: right;
}
.cta-small {
    width: 140px;/* 	margin-right: 15px;*/
}
.cta-medium {
    width: 220px;
}
.cta-large {
    width: 320px;
}
/* /// TINTED BOXES AND LEFT BORDERS  /// */

.tint {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 30px 0 30px;
    float: left;
    margin: 0 0 30px 0;
}
.green-tint {
    background: #F5FAF6 !important;
}
.blue-tint {
    background: #F0F5FA !important;
}
.grey-f {
    background: #d5dbe0 !important;
}
.grey-b {
    background: #E8E8E8 !important;
}
.grey-l {
    background: #FAFAFA !important;
}
.v-bar-green {
    border-left: 5px solid #008920;
}
.v-bar-purple {
    border-left: 5px solid #990066;
}
.v-bar-blue {
    border-left: 5px solid #0059A4;
}
.h-bar-blue {
    border-bottom: 5px solid #0059A4;
}
.v-bar-orange {
    border-left: 5px solid #f37021;
}
/* /// OVERRIDES FOR LIST OF LINKS WITH ICONS  /// */

.related li {
    font-size: 16px;/*Fallback*/
    font-size: 1.6rem;/*=16px*/
    margin-bottom: 0 !important;
    line-height: 20px;
}
/* /// ADVANCED CONTACT PATTERN  /// */

.tint .key {
    margin: 0 0 15px 0;
}
.footericon strong {
    margin-right: 10px;
}
/* Fix #1
|~~~~~~~~*/

select#X {
    font-size: 2em;
}
select#X > option {
    font-size: inherit;
}
/* Fix #2
|~~~~~~~~*/

select#Y {
    font-size: 200%;
}
select#Y > option {
    font-size: 100%;
}
/* Fix #3
|~~~~~~~~*/

select#Z {
    font-size: 32px;/*Fallback*/
    font-size: 3.2rem;/*=32px*/
}
select#Z > option {
    font-size: 32px;/*Fallback*/
    font-size: 3.2rem;/*=32px*/
}
/* !!! TOP OF PAGE ALERTS !!! */


.bhcc-alert {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    border: 4px solid;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;/*Fallback*/
    font-size: 2.0rem;/*=19px*/
    display: table;
    vertical-align: middle;
    border-color: #000;
}
.bhcc-alert-borderless {
    width: 90%;
    padding: 0;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;/*Fallback*/
    font-size: 2.0rem;/*=19px*/
    display: table;
    vertical-align: middle;
}
.bhcc-alert-borderless i, .bhcc-alert i {
    font-family: 'Font Awesome 5 Free';
    font-size: 40px;
    font-size: 4.0rem;
    width: 40px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.bhcc-alert-content {
    display: table-cell;
    vertical-align: middle;
}
/*.bhcc-alert-content:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 40px;
font-size: 4.0rem;
    width: 50px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}*/
.bhcc-alert-info {
    color: #000000;
    border-color: #000000;
}
.bhcc-alert-info .content-alert i, .bhcc-alert-info p {
    color: #000000 !important;
}
/*.bhcc-alert-info .bhcc-alert-content:before {
	content: '\f05a';
}*/
.bhcc-alert-soft {
    color: #000000;
    border-color: #000000;
}
.bhcc-alert-soft .content-alert i, .bhcc-alert-soft p {
    color: #000000 !important;
}
/*.bhcc-alert-soft .bhcc-alert-content:before {
	content: '\f06a';
}*/
.bhcc-alert-warning {
    color: #D2232A;
    border-color: #D2232A;
}
.bhcc-alert-warning .content-alert i, .bhcc-alert-warning p {
    color: #D2232A !important;
}
/*.bhcc-alert-warning .bhcc-alert-content:before {
	content: '\f06a';
}*/
.bhcc-alert-failure {
    color: #D2232A;
    border-color: #D2232A;
}
.bhcc-alert-failure .content-alert i, .bhcc-alert-failure p {
    color: #D2232A !important;
}
/*.bhcc-alert-failure .bhcc-alert-content:before {
	content: '\f057';
}*/
.bhcc-alert-success {
    color: #008920;
    border-color: #008920;
}
.bhcc-alert-success .content-alert i, .bhcc-alert-success p {
    color: #008920 !important;
}
/*.bhcc-alert-success .bhcc-alert-content:before {
	content: '\f058';
}
*/

#icon-bars {
    display: none;
}
#icon-search {
    display: none;
}
.settings {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #FAFAFA;
    padding: 0;
    height: 30px;
    line-height: 30px;
    margin: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #d8d8d8;
}
.skip_main {
    position: absolute;
    top: -30px;
    background: #FAFAFA;
}
.settings a:focus, .settings a:active {
    top: 0;
}
.settings a {
    display: inline-block;
    line-height: 30px;
    padding: 0 5px 0 0;
    margin: 0;
    font-size: 15px;
    white-space: nowrap;
}
.settings span {
    float: left;
    display: inline-block;
    line-height: 30px;
    font-size: 15px;
    color: #555;
    margin: 0 7px 0 4px;
}
.settings i {
    float: left;
    display: inline-block;
    line-height: 30px;
    font-size: 15px;
    color: #555;
    margin: 0 8px 0 10px;
}
.settings div {
    float: right;
}
.menu-wrapper, .settings {
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}
.menu-shrink {
    -webkit-transform: translate(0px, -30px);
    -moz-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    -o-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
}
.settings-shrink {
    -webkit-transform: translate(0px, -40px);
    -moz-transform: translate(0px, -40px);
    -ms-transform: translate(0px, -40px);
    -o-transform: translate(0px, -40px);
    transform: translate(0px, -40px);
}
/* Guides Navigation  */
.cta-container-pl {
    box-sizing: border-box;
    float: left;
    width: 100%;
    background: #F4F4F4;
    padding: 25px 35px 0 35px;
}
/* Guides Navigation  */
.cta-container-pl h2 {
    float: left;
    width: 100%;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 19px;
    font-size: 1.9rem;
    padding: 0;
    margin: 0 0 5px 0;
}
.contents-list {
    box-sizing: border-box;
    float: left;
    width: 50% !important;
    margin: 0;
    padding-left: 0 !important;
    padding: 0 35px 0 0;
    list-style-type: none;
}
.contents-list > li {
    position: relative;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 5px 15px !important;
    font-size: 16px;
    font-size: 1.6rem;
}
.contents-list > li:before {
    position: absolute;
    display: block;
    content: "-";
    left: -10px;
}

/*Takes into account left menu 320px + 768px Page width = 1088px Below this the mobile menu kicks in and page content becomes full width  */
@media only screen and (max-width: 1088px) {
/* /// CLASS TOGGLES WHEN SHOW / HIDING MAIN NAVIGATION /// */
body {
    background: none;
}
/* List styles  */
.sidebar ul, .sidebar ol {
    list-style: none;
    font-size: 17px;/*Fallback*/
    font-size: 1.7rem;/*=17px*/
    line-height: 20px;
}
.search-buffer {
    margin-top: 170px !important;
}
/* /// MENU SWITCH - ADJUST THE PAGE THEN /// */

/* Page 100% width + pad top*/
.page {
    width: 100%;
    margin-top: 60px;
}
/* Make page content full width*/
.wrapper-right {
    width: 100%;
    padding: 0;
}
/* !!!! MENU AND SEARCH STYLES !!!! */
/* Top bar*/
.menu-wrapper {
    position: fixed;
    bottom: auto;
    width: 100%;
    height: 50px;
    top: 30px;
    background: #000;
}
.menu-shrink, .settings-shrink {
    -webkit-transform: translate(0px, -80px);
    -moz-transform: translate(0px, -80px);
    -ms-transform: translate(0px, -80px);
    -o-transform: translate(0px, -80px);
    transform: translate(0px, -80px);
}
/* Menu wrapper  - hidden in JS*/
.menu-toggle {
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 999;
    background: #000;
    padding: 20px 0;
}
.menu {
    width: 96%;
    height: 100vh;
}
/* Small logo*/
.bhcc-logo img {
    position: relative;
    float: left;
    display: block;
    width: 65px;
    height: auto !important;
    margin: 2px 15px 0 15px;
}
.search button {
    background: #008920;
}
.search input {
    border: 1px solid #d8d8d8 !important;
}
/* Search bar - hidden in JS*/
.search {
    display: none;
    position: absolute;
    z-index: 989;
    top: 50px;
    height: 80px;
    width: 100%;
    padding: 15px;
    background: #FAFAFA;
}
/* !!!! END MENU AND SEARCH STYLES !!!! */

/* !!!! MOBILE NAVIGATION !!!! */
#icon-wrapper {
    float: right;
    width: auto;
}
#icon-bars {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    background: none;
}
#icon-bars i {
    vertical-align: middle;
    font-size: 20px;/*Fallback*/
    font-size: 2.0rem;/*=19px*/
    color: #FFF;
    margin: 0;
}
#icon-bars:hover {
}
#icon-search {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    background: none;
}
#icon-search i {
    vertical-align: middle;
    font-size: 20px;/*Fallback*/
    font-size: 2.0rem;/*=19px*/
    color: #FFF;
    margin: 0;
}
#icon-search:hover {
}
.active-search {
    background: #FAFAFA !important;
}
.active-search i {
    color: #ffcc33 !important;
}
.active-menu {
    background: #000000;
}
.active-menu i {
    color: #ffcc33 !important;
}
/* !!!! END MOBILE NAVIGATION !!!! */



.mob {
    display: block;
    visibility: visible;
}
.desk {
    display: none;
    visibility: hidden;
}
/* Guides Navigation  */
.cta-container-pl h2 {
    font-size: 17px !important;
    font-size: 1.7rem !important;
}
.contents-list {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.contents-list:last-child {
    margin-bottom: 25px !important;
}
.contents-list > li {
}
}

/*Below 768 */
@media only screen and (max-width: 768px) {
.example {
    margin-bottom: 20px;
    padding: 10px;
}
/* /// GENERAL /// */


/* Page 100% width + pad top*/
.page {
    margin-top: 100px;
    padding: 30px 15px;
}
.content h3 {
    font-weight: 700;
    font-size: 22px;/*Fallback*/
    font-size: 2.2rem;/*=22px*/
    line-height: 28px;
    line-height: 2.8rem;
    color: #000000;
    margin: 0 0 20px 0;
}
.content h4 {
    font-weight: 700;
    font-size: 19px;/*Fallback*/
    font-size: 1.9rem;/*=20px*/
    line-height: 24px;
    line-height: 2.4rem;
    color: #000000;
    margin: 0 0 15px 0;
}
.content h5 {
    font-weight: 700;
    font-size: 17px;/*Fallback*/
    font-size: 1.7rem;/*=17px*/
    line-height: 22px;
    line-height: 2.2rem;
    color: #000000;
    margin: 0 0 15px 0;
}
/* !!!! PAGE CONTENT STYLES !!!! */
#page-label {
    font-size: 15px;
    font-size: 1.5rem;
}
.headers h1 {
    font-size: 32px;/*Fallback*/
    font-size: 3.2rem;/*=32px*/
    line-height: 38px;
    line-height: 3.8rem;
}
.headers p {
    font-size: 18px;/*Fallback*/
    font-size: 1.8rem;/*=18px*/
    line-height: 24px;
    line-height: 2.4rem;
}
.content h2, #h2-theme {
    font-size: 26px;/*Fallback*/
    font-size: 2.6rem;/*=24px*/
    line-height: 30px;
    line-height: 3.0rem;
    margin: 0 0 20px 0;
}
.content p, .right-sidebar p, .right-sidebar ul, .right-sidebar ol, .content ul, .content ol, .tint p {
    float: left;
    font-size: 17px;/*Fallback*/
    font-size: 1.7rem;/*=17px*/
    line-height: 26px;
    line-height: 2.6rem;
}
.bhcc-alert, .bhcc-alert-borderless {
    font-size: 18px;/*Fallback*/
    font-size: 1.8rem;/*=18px*/
    line-height: 24px;
}
.bhcc-alert {
    border: 2px solid;
    padding: 10px;
}
.bhcc-alert i, .bhcc-alert-borderless i {
    font-size: 30px;/*Fallback*/
    font-size: 3.0rem;/*=30px*/
    width: 30px;
}
.right-sidebar, .content {
    width: 100%;
    margin-bottom: 0;
}
.content {
    padding: 0;
}
#hidethis, #showthis, #hidethis-search, #showthis-search, #hidethis-jump, #showthis-jump {
    font-size: 18px;/*Fallback*/
    font-size: 1.8rem;/*=15px*/
}
#link-boxes li h2 a {
    font-size: 18px;/*Fallback*/
    font-size: 1.8rem;/*=18px*/
    line-height: 22px;
    line-height: 2.2rem;
}
.action-bottom-page, .action-bottom-page a {
    font-size: 18px;/*Fallback*/
    font-size: 1.8rem;/*=18px*/
}
.tint {
    padding: 20px 25px 0 25px;
}
.sidebar .jump-to li {
    font-size: 16px;/*Fallback*/
    font-size: 1.6rem;/*=16px*/
    margin-bottom: 5px;
}
.tint h2 {
    font-size: 20px;/*Fallback*/
    font-size: 2.0rem;/*=19px*/
    line-height: 26px;
    line-height: 2.6rem;
}
.tint h3 {
    font-size: 18px;/*Fallback*/
    font-size: 1.8rem;/*=19px*/
    line-height: 24px;
    line-height: 2.4rem;
}
/* !!!! END PAGE CONTENT STYLES !!!! */

}

/*content area below 540  */
@media only screen and (max-width: 540px) {
.cta-button {
    font-size: 18px;
    font-size: 1.8rem;
}
.cta-small {
    width: 115px;
    margin: 0;
}
.cta-medium {
    width: 100%;
}
.cta-large {
    width: 100%;
}
.half {
    width: 100%;
    margin: 0 0 2% 0;
}
.palette {
    width: 100%;
}
#link-boxes li {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 0 2% 0 !important;
}
#link-boxes li h2 {
    width: 100%;
}
#link-boxes li h2 a {
    padding: 15px 2%;
    width: 96%;
}
}
