/**
 * @published	9/22/2015
 * @copyright	Copyright (c) Curtis Nehring of Pacific Web Techs, LLC. All Rights Reserved.
 * @author	Curtis Nehring @ pacificwebtechs.com
 * @link	http://www.pacificwebtechs.com
 * @license     All Rights Reserved by Copyright Holder.
 * @package	Micro Frame
 */


/***********************************************************************************
 ***********************************************************************************
 *
 * DO NOT ADD CUSTOM CSS HERE
 * ALL CUSTOM CSS AND CSS OVERRIDES SHOULD BE ADDED IN "css/style.css"
 * ALL CHAGES TO THIS FILE WILL BE LOST ON FRAMEWORK UPDATES.
 *
 * If you wish to have a completely custom CSS file, copy this file to css/style.css
 * and modify as needed then remove the call to this file in the MAIN CONFIG file
 * 
 ***********************************************************************************
 ***********************************************************************************/


/*******
 * Fonts - typography
 * mostly set up in style.css
 ***/
* {
    text-rendering: optimizelegibility;
}

.color-darken {
    color: inherit;
    mix-blend-mode: darken;
}

html,
body {
    font-family:    Oxygen,
                    Verdana
                    sans-serif;
}


/*******
 * Main
 ***/
html,
body {
    font-size: 10px;
    width: 100%;
    overflow-x: hidden;
}

body {
    background-color: rgba(255, 255, 255 .99);
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
    border: 0px none rgba(0, 0, 0, 0);
}

p,
ol, ul,
email,
phone,
fax,
address,
form * {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}

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

a, 
a img,
a:focus, 
a:focus img,
button,
button:focus {
	outline: 0 none !important;
}

hr {
    width: 80%;
    margin: 20px auto;
}

hr.header-break {
    width: 42%;
    border-color: rgba(255, 91, 3, .87);
    margin-top: -15px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 5px 1px rgba(255, 91, 3, .48);
}

hr.cbc-blue {
    border-color: rgba(0, 3, 141, .98);
    box-shadow: 0px 3px 5px 1px rgba(255, 91, 3, .48);
}

phone, 
fax,
email {
    display: block;
}

phone a, 
fax a,
email a {
    text-decoration: none;
}


/*******
* Header
***/
header {
    position: relative;
    z-index: 99;
    background-color: rgba(239, 242, 239, 0.99);
}

#header-wrapper {
    padding-bottom: 0px;
}

/* top-bar */
#top-bar {
    background-color: rgba(0, 0, 0, 0.96);
    color: rgba(255, 255, 255, 0.96);
}

#top-bar .header-top-bar {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
}

#top-bar .navbar {
    margin-bottom: 0px;
    padding: 7px 3px;
    min-height: unset;
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 -18px 13px -7px rgba(255, 255, 255, 0.27) inset;
}

#top-bar .navbar-nav > li {
    margin-right: 15px;
}

#top-bar .navbar-nav > li:last-child {
    margin-right: 0px;
}

#top-bar .navbar-nav > li > * {
    display: inline-block;
}

#top-bar .navbar-nav > li > a {
    padding: 0px;
    color: rgba(255, 255, 255, 0.96);
}

/* banner */
#banner {
    background-color: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(0, 0, 34, 0.54);
    box-shadow: 0 -36px 50px -36px rgba(0, 0, 0, 0.87) inset, 0 36px 50px -36px rgba(0, 0, 0, 0.87) inset, 0 0px 15px 5px rgba(0, 0, 0, 0.78);
}

#banner #logo img {
    margin-right: 10px;
}

#banner * {
    font-size: 17px;
}

#banner a {
    color: rgba(0, 0, 34, .87);
}

#banner ul {
    padding-left: 0;
    list-style: outside none none;
}

#banner li i {
    color: rgba(250, 150, 0, .87);
    /* color: rgba(0, 200, 0, .87); */
    margin-left: 10px;
    margin-right: 7px;
}

#banner li i:first-of-type {
   margin-left: 0px;
}

#banner .banner-links > div {
    display: inline;
    margin-left: 8px;
    white-space: nowrap;    
}

#banner .banner-links > div:first-child {
    margin-left: 0px;
}

/* NAV -- menu type nav */
#header-nav {
    color: rgba(0, 0, 0, .93);
    background-color: rgba(0,0, 34, .18);
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 34, .18), rgba(0, 0, 34, .18)) repeat scroll 0 0;
    border: 0 solid rgba(0, 0, 0, 0);
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0px;
    min-height: unset;
}

#header-nav.navbar-default .navbar-nav > li {
    border: none;
}

#header-nav.navbar-default .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.87);
    font-size: 16px;
    padding: 3px 15px;
}

#header-nav.navbar-default .navbar-nav > li > a:hover,
#header-nav.navbar-default .navbar-nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 0.69);
    text-decoration: underline;
}

#header-nav.navbar-default .navbar-nav > .active > a, 
#header-nav.navbar-default .navbar-nav > .active > a:hover, 
#header-nav.navbar-default .navbar-nav > .active > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 0.99);
    text-decoration: overline;
    border: none;
}

#header-nav.navbar-default .navbar-nav .active-sub > a, 
#header-nav.navbar-default .navbar-nav .active-sub > a:hover, 
#header-nav.navbar-default .navbar-nav .active-sub > a:focus {
    background-color: rgba(90, 136, 46, 0);
    color: rgba(0, 85, 109, 0.99);
    text-decoration: none;
    border: none;
    box-shadow: 0px -21px 15px -12px rgba(90, 136, 46, 0.69) inset
}

#logo {
    
}

#logo img {
    margin-right: 25px;
}


/***
 * Navigation
 ***/
#main-menu {
	z-index: 9;
}

nav {
    position: relative;
    z-index: 9;
}

nav#main-nav,
nav#side-nav{
    z-index: 999;
}

.navbar {
    background-color: rgba(239, 242, 239, 0.99);
    border-color: rgba(0, 0, 0, .3);
    box-shadow: 0 -18px 13px -7px rgba(0, 0, 34, 0.27) inset, 0px 0px 3px 2px rgba(0, 0, 0, 0.27);/**/
    position: relative;
    border-radius: 0px;
    z-index: 9;
}

.navbar-brand {
    padding: 3px;
}

.navbar-default .navbar-nav a {
	text-decoration: none;
}

/* breaks between navbar items */
.navbar-default .navbar-nav > li {
    border-right: 0px solid rgba(0, 0, 0, 0);
}

.navbar-default .navbar-nav > li:last-child {
    border-right: 0px solid rgba(0, 0, 0, 0);
}

.navbar-default .navbar-nav > li > a {
    color: rgba(0, 0, 0, 0.69);
    font-size: 16px;
    padding: 10px 23px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.96);
    text-decoration: underline;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.69);
    text-decoration: overline;
}

.navbar-default .navbar-nav .dropdown-menu > .active > a, 
.navbar-default .navbar-nav .dropdown-menu > .active > a:hover, 
.navbar-default .navbar-nav .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .active-sub > a,
.navbar-default .navbar-nav .active-sub > a:hover,
.navbar-default .navbar-nav .active-sub > a:focus {
    background-color: rgba(90, 136, 46, 0);
    color: rgba(0, 85, 109, 0.99);
    text-decoration: none;
    border: none;
    box-shadow: 0px -21px 15px -12px rgba(90, 136, 46, 0.69) inset
}

.tb-sticky-nav .bottom-hide {
    display: none !important;
}


/* side nav */
.sidebar-nav .navbar {
    background-color: rgba(0, 85, 109, 0);
    border: 0 solid rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: 0 7px 9px -3px rgba(255, 255, 255, 0.15);
    color: rgba(0, 85, 109, 0.87);
    margin-bottom: 0;
    min-height: 0;
    z-index: 9;
}
.sidebar-nav .navbar-default .navbar-nav > li {
    border: none;
}
.sidebar-nav .navbar-nav > li {
    float: none;
}
.sidebar-nav .navbar-default .navbar-nav > li > a {
    color: rgba(0, 85, 109, 0.93);
    font-size: 18px;
    padding: 10px 23px 10px 5px;
}
.sidebar-nav .navbar-default .navbar-nav > .active > a, 
.sidebar-nav .navbar-default .navbar-nav > .active > a:hover, 
.sidebar-nav .navbar-default .navbar-nav > .active > a:focus {
    background-color: rgba(255, 255, 255, 0.99);
    border-top: 0px solid rgba(0, 86, 110, 0);
    color: rgba(0, 86, 110, 0.99);
    text-decoration: underline;
}

.sidebar-nav .navbar-default .navbar-nav > .active-sub > a, 
.sidebar-nav .navbar-default .navbar-nav > .active-sub > a:hover, 
.sidebar-nav .navbar-default .navbar-nav > .active-sub > a:focus {
    background-color: rgba(255, 255, 255, 0.42);
    color: rgba(0, 86, 110, 0.99);
    text-decoration: underline;
    /*box-shadow: 0px -21px 15px -12px rgba(90, 136, 46, 0.69) inset*/
    box-shadow: 0px -21px 15px -12px rgba(90, 136, 46, 0);
}
/*
.sidebar-nav .navbar-default .navbar-nav > .active > a, 
.sidebar-nav .navbar-default .navbar-nav > .active > a:hover, 
.sidebar-nav .navbar-default .navbar-nav > .active > a:focus,
.sidebar-nav .navbar-default .navbar-nav > .active-sub > a,
.sidebar-nav .navbar-default .navbar-nav > .active-sub > a:hover,
.sidebar-nav .navbar-default .navbar-nav > .active-sub > a:focus {
    background-color: rgba(90, 136, 46, 0);
    color: rgba(0, 85, 109, 0.99);
    text-decoration: none;
    border: none;
    box-shadow: 0px -21px 15px -12px rgba(90, 136, 46, 0.69) inset
}
*/
.sticky-sidebar.stuck {
    position: absolute;
    width: 92.5%;
}


/*******
 * Showcase
 ***/
#showcase {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.33);
    margin-bottom: 20px;
    margin-top: -20px;
}

#showcase img {
    max-width: 100%;
    width: 100%;
}

#showcase #gmap_canvas img {
    width: unset;
}


/*******
 * Content
 ***/
#main-content {
    margin: 0 auto;
    max-width: 1020px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.post-container {
    max-width: 970px;
    font-size: 18px;
}

.post-container p {
    font-size: 18px;
    line-height: 2.25;
}

.post-container ul, 
.post-container ol {
    font-size: 22px;
}


.post-container article {
    background-color: rgba(250, 250, 250, 0.81);
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 7px 5px 5px rgba(0, 0, 0, 0.33);
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}

.post-container article .section-header {
    font-weight: 700;
    font-style: italic;
}

.post-container article .section-header.til:after {
    content: " ~";
    font-weight: 400;
    font-style: normal;
}

.post-container article p {
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 16px;
}

.post-container article p:last-child {
    margin-bottom: 0;
}

.post-container article ul,
.post-container article ol {
    font-size: 16px;
}


.post-box {
    background-color: rgba(255, 255, 255, 0.00);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.00));
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0 0;
    background-size: 100% 98.5%;
    padding: 3px 7px;
}

.post-box.gold {
    background-color: rgba(255, 255, 0, 0.09);
    background-image: linear-gradient(to right, rgba(255, 255, 0, 0.78), rgba(255, 255, 0, 0.52), rgba(255, 255, 0, 0.26), rgba(255, 255, 0, 0.00));
}

.post-box.ltgold {
    background-color: rgba(255, 255, 0, 0.09);
    background-image: linear-gradient(to right, rgba(255, 255, 0, 0.54), rgba(255, 255, 0, 0.36), rgba(255, 255, 0, 0.18), rgba(255, 255, 0, 0.00));
}

.post-box.blue {
    background-color: rgba(0, 127, 255, 0.09);
    background-image: linear-gradient(to bottom, rgba(0, 127, 255, 0.54), rgba(0, 127, 255, 0.36), rgba(0, 127, 255, 0.18), rgba(0, 127, 255, 0.00));
}

.post-box.ltblue {
    background-color: rgba(0, 127, 255, 0.09);
    background-image: linear-gradient(to bottom, rgba(0, 127, 255, 0.30), rgba(0, 127, 255, 0.20), rgba(0, 127, 255, 0.10), rgba(0, 127, 255, 0.00));
}

.post-box.blue *, 
.post-box.ltblue * {
    color: rgba(0, 0, 0, 0.87);
}

.post-box.blue a, 
.post-box.ltblue a {
    text-decoration: underline;
}

.post-box > .header {
    text-align: center;
    text-decoration: underline;
    font-weight: 600;
    margin-top: 5px;
}

.post-box.top.left {
    box-shadow: 6px 6px 3px -4px rgba(0, 0, 0, 0.47);
}

.post-box.top.right {
    box-shadow: -6px 6px 3px -4px rgba(0, 0, 0, 0.47);
}

.post-box.bottom.left {
    box-shadow: 6px -6px 3px -4px rgba(0, 0, 0, 0.47);
}

.post-box.bottom.right {
    box-shadow: -6px -6px 3px -4px rgba(0, 0, 0, 0.47);
}

.post-box ol {
    padding-left: 25px;
}

.post-box ol > li {
    margin-bottom: 13px;
}

.post-box ul {
    color: #696969;   
    padding-left: 18px;
    list-style-type: none;
}

.post-box ul,
.post-box ol {
    font-size: 16px;
}

.post-box ul li:before {
    content: "\f046"; /* FontAwesome Unicode | \f111 - filled circle | \f10c - thick circle | \f1db - thin circle | \f046 - check in box | \f00c - check */
    display: inline-block;
    font-family: FontAwesome;
    margin-left: -15px;
    vertical-align: middle;
    width: 25px;
}

.page-header-wrap {
    position: relative;
    text-align: center;
}

.page-header-wrap > * {
    display: inline-block;
    float: none;
}

.page-header {
    border: 0px solid rgba(0, 0, 0, 0);
    margin: 15px -7px 20px;
    padding: 0px;
    text-align: center;
    font-size: 40px;
}

.page-header-hrule {
    background-color: rgba(0, 0, 0, 0.54);
    border-radius: 100%;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.39);
    content: "";
    height: 1px;
    margin-top: 2.7em;
    position: relative;
}

.page-header:before,
.page-header:after {
    background-color: rgba(0, 0, 0, 0.54);
    border-radius: 100%;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.39);
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
}

.page-header:before {
    right: 60%;
    left: 10%;
}

.page-header:after {
    right: 10%;
    left: 60%;
}


/*******
 * Articles
 ***/
article {
    text-align: left !important;
}

article p,
article ol,
article ul {
    font-size: 1.33rem;
}

article > section ~ section {
    margin-top: 4rem;
}


/*******
 * Footer
 ***/
footer {
    position: relative;
    bottom: 0;
    width: 100%;
}

footer a {
    color: rgba(0, 0, 0, .99);
    text-decoration: underline;
}

footer a:focus,
footer a:hover {
    color: rgba(0, 0, 0, .84);
}

footer phone a, 
footer fax a {
    text-decoration: none;
}

footer copyright * {
    font-size: 1.3rem;
}

footer .social-icons {
    text-align: right;
}


/*******
 * Back to top
 ***/
#back-to-top {
    border-radius: 55px 0px;
    bottom: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: none;
    margin-bottom: 0;
    position: fixed;
    left: 1px;
    transition: box-shadow 1.33s ease 0s, background-color 1.33s ease 0s, color 1.33s ease 0s;
    z-index: 9999;
}

a.tempcolor-button {
    background-color: rgb(55, 55, 55);
    border: 0 solid #ccc;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 8px;
    padding: 7px 21px;
    text-decoration: none;
}

a.tempcolor-button:hover {
    background-color: rgb(15, 15, 15);
    color: #ffffff;
}

.back-to-top {
    cursor: pointer;
}


/*******
* Form overrides
***/
.form-control {
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.396) inset;
}

form .form-tip {
    color: rgba(255, 55, 0, 0.93);
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.33);
}

.form-group.checker {
    position: fixed;
    top: -100px;
}

.form-group label.required::after {
    color: rgba(255, 0, 0, 0.63);
    content: "*";
    margin-left: 3px;
}

form.with-checker {
    position: relative;
    overflow: hidden;
}

form.with-checker .checker {
    position: absolute;
    top: -50px;
    margin: 0px;
    padding: 0px;
}

form.with-checker .checker.bottom {
    top: unset;
    bottom: -75px;
}

form.with-checker .checker.right {
    right: 0px;
}

form .controls .inputError, 
form button.inputError {
    border: 1px solid rgba(255, 0, 0, 0.87);
    box-shadow: 0 0 3px 2px rgba(255, 0, 0, 0.48);
}

form .controls .error-message {
    margin-bottom: 0;
}

/* FORM PLACEHOLDER TEXT COLOR :: do not group these rules */
.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .45);
}

.form-control:-moz-placeholder { /* FF 4-18 */
    color: rgba(0, 0, 0, .45);
}

.form-control::-moz-placeholder { /* FF 19+ */
    color: rgba(0, 0, 0, .45);
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0, 0, 0, .45);
}

.form-control::placeholder {
    color: rgba(0, 0, 0, .45);
}


/*******
 * Carousel
 ***/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-indicators {
    bottom: auto;
    left: auto;
    margin: 0;
    right: 3px;
    top: 3px;
    width: auto;
}

.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid black;
    box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.84);
}

.carousel-indicators li.active {
    background-color: rgba(255, 255, 255, 0.78);
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 7px;
    text-align: left;
}

.carousel-caption p {
    margin: 0px;
}

.carousel-control {
    background: #222 none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 23px;
    color: rgba(255, 255, 255, 0.99);
    font-size: 50px;
    font-weight: 100;
    height: 30px;
    line-height: 27px;
    position: absolute;
    top: 50%;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: -15px;
    opacity: 0.5;
    text-align: center;
    width: 30px;
}


/*******
 * Error Pages/Messages
 ***/
.caption-404 {
    font-size: 3.8rem;
}

.error-404-img {
    margin-bottom: -66px;
}

.error-page p {
    font-size: 1.025rem;
}

.error-page p.fof {
    font-size: 2.3rem; /* 2.8rem; */
}

.error-page p.fof a {
    text-decoration: underline;
}

.error-page p.info-404 {
    font-style: italic;
    margin-top: 60px;
}

.error-message,
.success-message,
.warning-message, 
.failed-message,
.notice-message {
    border-radius: 0.25em;
    display: inline-block;
    font-weight: 700;
    padding: 9px 7px 5px 7px;
    white-space: pre-wrap;
    margin-top: 5px;
    margin-bottom: 20px;
    width: 100%;
}

.error-message .fa,
.success-message .fa,
.warning-message .fa, 
.failed-message .fa,
.notice-message .fa {
    margin-right: 2px;
}

.error-message {
    background-color: rgba(255, 0, 0, .69);
    border: 1px solid rgba(0, 0, 0, 0.69);
    color: rgba(0, 0, 0, .97);
}

.success-message {
    background-color: rgba(0, 255, 0, .69);
    border: 1px solid rgba(0, 0, 0, 0.69);
    color: rgba(0, 0, 0, .97);
}

.warning-message {
    background-color: rgba(255, 128, 0, .69);
    border: 1px solid rgba(0, 0, 0, 0.69);
    color: rgba(0, 0, 0, .97);
}

.failed-message {
    background-color: rgba(0, 255, 255, .69);
    border: 1px solid rgba(0, 0, 0, 0.69);
    color: rgba(0, 0, 0, .97);
}

.notice-message {
    background-color: rgba(255, 255, 0, .69);
    border: 1px solid rgba(0, 0, 0, 0.69);
    color: rgba(0, 0, 0, .97);
}


/*******
 * Buttons
 ***/
.btn {
    white-space: normal;
}

.btn.text-nowrap {
    white-space: nowrap;
}

.btn2-block {
    box-sizing: border-box;
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.btn2 {
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-bottom: 0 none #b3b3b3;
    border-radius: 4px;
    border-right: 0 none #e6e6e6;
    border-top: 0 none #e6e6e6;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.btn2:hover,
.btn2:focus,
.btn2:active,
.btn2.active,
.btn2.disabled,
.btn2[disabled] {
    color:#333;
    background-color:#e6e6e6;
}

.btn2:active,
.btn2.active {
    background-color:#ccc;
}

.btn2:first-child {
    margin-left:0;
}

.btn2:hover,
.btn2:focus {
    color:#333;
    text-decoration:none;
    background-position:0 -15px;
    -webkit-transition:background-position .1s linear;
    -moz-transition:background-position .1s linear;
    -o-transition:background-position .1s linear;
    transition:background-position .1s linear;
}

.btn2.active,
.btn2:active {
    background-image:none;
    outline:0;
    -webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
}

.btn2.disabled,
.btn2[disabled] {
    cursor:default;
    background-image:none;
    opacity:.65;
    filter:alpha(opacity=65);
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}


/*******
 * Accordions
 ***/
.accordion {
    margin-bottom: 20px;
}

.accordion-group {
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 4px;
    margin-bottom: 2px;
}

.accordion-heading {
    margin: 0px;
    border-bottom: 0 none;
}

.accordion-heading a.accordion-toggle {
    background: rgba(0, 0, 0, 0.09) none repeat scroll 0 0;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    background-color: rgba(255, 255, 255, 0.81);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.12) inset;
    padding: 9px 6px 3px;
}


/*******
 * Special Styles
 ***/
.play {
    cursor: pointer;
}

.play:after {
    background-image: url("../images/play-orange.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 20px;
    box-shadow: 0 0 6px -1px rgba(255, 165, 0, 0.87);
    content: " ";
    height: 60px;
    width: 88px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -44px;
    margin-top: -30px;
    opacity: 0.84;
    cursor: pointer;
    transition: all 0.6s ease 1s;
}

.button-orange.play:after {
    background-image: url("../images/play-orange.png");
}

.button-black-orange.play:after {
    background-image: url("../images/play-button_black-orange.png");
}

.button-blue-orange.play:after {
    background-image: url("../images/play-button_blue-orange.png");
}

.button-green-orange.play:after {
    background-image: url("../images/play-button_green-orange.png");
}

.button-purple-orange.play:after {
    background-image: url("../images/play-button_purple-orange.png");
}

.button-red-orange.play:after {
    background-image: url("../images/play-button_red-orange.png");
}

.button-yellow-orange.play:after {
    background-image: url("../images/play-button_yellow-orange.png");
}

.play:hover:after,
.play:focus:after {
    box-shadow: 0 0 6px 3px rgba(255, 165, 0, 0.87);
    opacity: 0.99;
    transition: all .9s ease 0s;
}

.linked {
    position: relative;
}

.linked > a:after {
    content: "\f08e"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 7px;
    float: right;
    color: rgba(255, 0, 100, 0.96);
    transition: color 0.9s ease 0.3s;
}

.linked:hover > a:after {
    color: rgba(255, 0, 100, 0);
    transition: color 0.5s ease 0.15s;
}

.hoverzoom-wrap {

}

.hoverzoom-wrap > div {
    display: inline-block;
    vertical-align: top;
}

.hoverzoom {
    height: 40px;
    width: 40px;
    padding: 2px;
    margin-right: 3px;
    position: relative;
    z-index: 1;
    transition: z-index 0.1s ease 0.3s;
}

.hoverzoom:hover {
    z-index: 9;
    transition: z-index 0.3s ease 0s;
}

.hoverzoom > img,
.hoverzoom > a > img {
    height: 36px;
    width: 36px;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: all 0.3s ease 0.1s;
    max-width: unset;
}

.hoverzoom > a > img {
    position: absolute;
    left: 0;
    top: 0;
}

.hoverzoom > a:after {
    content: "\f08e"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    position: relative;
    top: 3px;
    float: right;
    color: rgba(255, 0, 100, 0.96);
    transition: color 0.9s ease 0.3s;
}

.hoverzoom:hover > a:after {
    color: rgba(255, 0, 100, 0);
    transition: color 0.5s ease 0.15s;
}

.hoverzoom:hover > img,
.hoverzoom:hover > a > img {
    height: 156px;
    width: 156px;
    top: -72px;
    left: -72px;
    transition: all 0.45s ease 0.25s;
    max-width: unset;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, .66);
}

img.splash-graphic {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%; 
    max-width: 100%;
    transform: translate(-50%, -50%);
    padding: 13px;
    opacity: .45;
    transition: opacity 3s ease 7s;
}

img.splash-graphic:hover,
img.splash-graphic:focus {
    opacity: 1;
    transition: opacity 1s ease 0s;
}

.img-polaroid {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 4px;
}

/* scroll show */
.scroll-show {
    /*display: none !important;*/
    opacity: 0;
    transition: opacity 0.5s ease 0.1s;
}

.scrolled .scroll-show {
    /*display: block !important;
    margin-right: -200px; /* stops menu items from jumping when logo is shown */
    opacity: 1;
    transition: opacity 0.85s ease 0.25s;
}

/* showcase shimmy */
#showcase.moving {
    background-position: 50% 50%;
    background-size: 105% 105%;
    transition: background-position-x 10s linear 0s, background-position-y 5s linear 0s;
}
#showcase.moving.left { background-position-x: 0%; }
#showcase.moving.right { background-position-x: 100%; }
#showcase.moving.top { background-position-y: 0%; }
#showcase.moving.bottom { background-position-y: 100%; }

/* pre, code block, and note styles */
pre, code {
    font-family: Courier, monospace;
    font-size: 1.15rem;
    line-height: 1.75rem;
    white-space: normal;
    white-space: pre-line;
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    word-break: keep-all;
    word-wrap: break-word;
    overflow: auto;

    color: #333;
    background-color: rgba(250, 250, 250, .93);
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre {

}

code {
    background-color: rgba(250, 250, 250, .93);
    box-shadow: 0px 0px 15px 1px rgba(255, 91, 3, .67) inset;
    border: 1px solid rgba(255, 91, 3, .99);
}

code span {
    display: block;
}

code .line-number {
    display: block;
    float: left;
    margin: 0 1rem 0 1rem;
    border-right: 1px solid rgba(0, 0, 0, .13);
    text-align: right;
}

code .code-line {
    white-space: nowrap;
}

.note {
    font-style: italic;
    border: 1px dotted rgba(255, 0, 0, .87);
    background-color: rgba(250, 250, 250, .87);
    font-size: 1.15rem;
    padding: 12px;
    margin-bottom: 15px;
}

.note strong {
    text-decoration: underline;
    display: block;
    margin-bottom: -8px;
    margin-top: 10px;
}

.note strong:first-child {
    margin-top: 0px;
}

.copy-to-clipboard {
    cursor: pointer;
}

div.copy-to-clipboard {
    text-align: right;
    height: 0px;
    top: -15px;
    position: relative;
    transition: font-size 1s ease 0.75s;
}

div.copy-to-clipboard:hover {
    font-size: 1.75rem;
    text-shadow: 0px 0px 3px rgba(255, 91, 3, .99);
    transition: font-size 1.33s ease 0s;
}

div.copy-to-clipboard:active,
div.copy-to-clipboard:focus{
    cursor: copy;
}
/* end special styles */


/*******
 * Utility Styles
 ***/
.pointer,
.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.cursor-wait {
    cursor: wait;
}

.cursor-loading {
    cursor: progress;
}

.cursor-none {
    cursor: none;
}

.cursor-blocked,
.cursor-not-allowed,
.disabled {
    cursor: not-allowed;
}

.center {
    margin-left: auto;
    margin-right: auto;
}
    
.inline {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.inline:first-child {
    margin-left: 0px;
}
.inline:last-child {
    margin-right: 0px;
}

.nowrap {
    white-space: nowrap;
}

span.tab:before {
    content: '\00A0\00A0\00A0\00A0\00A0';
}

.shadow-dark {
    border: 1px solid rgba(0, 0, 0, 0.55);
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.69);
}

.shadow-dark-hover {
    border: 1px solid rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 7px -7px rgba(0, 0, 0, 0.69);
    transition: all .87s ease 0s;
}

.shadow-dark-hover:hover {
    border: 1px solid rgba(0, 0, 0, 0.55);
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.69);
    transition: all .87s ease 0s;
}

.drop-shadow {
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
}

.drop-shadow-25 {
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}

.drop-shadow-50 {
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
}

.drop-shadow-75 {
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75);
}

.drop-shadow-white {
	box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 0.5);
}

.drop-shadow-white-25 {
	box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 0.25);
}

.drop-shadow-white-50 {
	box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 0.5);
}

.drop-shadow-white-75 {
	box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 0.75);
}

.faded {
    opacity: 0.6;
}

.faded:hover,
.faded:focus {
    opacity: 1;
}

.rounded {
    border-radius: 13px;
}

.rounded-circle {
    border-radius: 50% !important;
}

.mt--30 { margin-top: -30px !important; }

.mt--25 { margin-top: -25px !important; }

.mt--20 { margin-top: -20px !important; }

.mt--15 { margin-top: -15px !important; }

.mt--10 { margin-top: -10px !important; }

.mt--5 { margin-top: -5px !important; }

.mb--30 { margin-bottom: -30px !important; }

.mb--25 { margin-bottom: -25px !important; }

.mb--20 { margin-bottom: -20px !important; }

.mb--15 { margin-bottom: -15px !important; }

.mb--10 { margin-bottom: -10px !important; }

.mb--5 { margin-bottom: -5px !important; }

.ml--30 { margin-left: -30px !important; }

.ml--25 { margin-left: -25px !important; }

.ml--20 { margin-left: -20px !important; }

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

.ml--10 { margin-left: -10px !important; }

.ml--5 { margin-left: -5px !important; }

.mr--30 { margin-right: -30px !important; }

.mr--25 { margin-right: -25px !important; }

.mr--20 { margin-right: -20px !important; }

.mr--15 { margin-right: -15px !important; }

.mr--10 { margin-right: -10px !important; }

.mr--5 { margin-right: -5px !important; }

.mt-30 { margin-top: 30px !important; }

.mt-25 { margin-top: 25px !important; }

.mt-20 { margin-top: 20px !important; }

.mt-15 { margin-top: 15px !important; }

.mt-10 { margin-top: 10px !important; }

.mt-5 { margin-top: 5px !important; }

.mt-0 { margin-top: 0px !important; }

.mb-30 { margin-bottom: 30px !important; }

.mb-25 { margin-bottom: 25px !important; }

.mb-20 { margin-bottom: 20px !important; }

.mb-15 { margin-bottom: 15px !important; }

.mb-10 { margin-bottom: 10px !important; }

.mb-5 { margin-bottom: 5px !important; }

.mb-0 { margin-bottom: 0px !important; }

.ml-30 { margin-left: 30px !important; }

.ml-25 { margin-left: 25px !important; }

.ml-20 { margin-left: 20px !important; }

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

.ml-10 { margin-left: 10px !important; }

.ml-5 { margin-left: 5px !important; }

.ml-0 { margin-left: 0px !important; }

.mr-30 { margin-right: 30px !important; }

.mr-25 { margin-right: 25px !important; }

.mr-20 { margin-right: 20px !important; }

.mr-15 { margin-right: 15px !important; }

.mr-10 { margin-right: 10px !important; }

.mr-5 { margin-right: 5px !important; }

.mr-0 { margin-right: 0px !important; }

.margin-0 { margin: 0px !important; }

.mt-auto, .mtb-auto { margin-top: auto !important; }

.mb-auto, .mtb-auto { margin-bottom: auto !important; }

.ml-auto, .mlr-auto { margin-left: auto !important; }

.mr-auto, .mlr-auto { margin-right: auto !important; }

.pt-30 { padding-top: 30px !important; }

.pt-25 { padding-top: 25px !important; }

.pt-20 { padding-top: 20px !important; }

.pt-15 { padding-top: 15px !important; }

.pt-10 { padding-top: 10px !important; }

.pt-5 { padding-top: 5px !important; }

.pt-0 { padding-top: 0px !important; }

.pb-30 { padding-bottom: 30px !important; }

.pb-25 { padding-bottom: 25px !important; }

.pb-20 { padding-bottom: 20px !important; }

.pb-15 { padding-bottom: 15px !important; }

.pb-10 { padding-bottom: 10px !important; }

.pb-5 { padding-bottom: 5px !important; }

.pb-0 { padding-bottom: 0px !important; }

.pl-30 { padding-left: 30px !important; }

.pl-25 { padding-left: 25px !important; }

.pl-20 { padding-left: 20px !important; }

.pl-15 { padding-left: 15px !important; }

.pl-10 { padding-left: 10px !important; }

.pl-5 { padding-left: 5px !important; }

.pl-0 { padding-left: 0px !important; }

.pr-30 { padding-right: 30px !important; }

.pr-25 { padding-right: 25px !important; }

.pr-20 { padding-right: 20px !important; }

.pr-15 { padding-right: 15px !important; }

.pr-10 { padding-right: 10px !important; }

.pr-5 { padding-right: 5px !important; }

.pr-0 { padding-right: 0px !important; }

.padding-0 { padding: 0px !important; }

.content-img {
    
}

ul.checkmarks {
    list-style: none;
    padding: 0;
}

ul.checkmarks > li {
    padding-left: 1.5em;
}

ul.checkmarks > li:before {
    content: "\f00c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 0.5em;
    width: 1.5em;
    font-size: 0.85em;
}

.list-item {
    padding-left: 0.25em;
}

.list-item:before {
    content: "\f111"; /* fa-circle FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 0.5em;
    width: 1.5em;
    font-size: 0.5em;
    line-height: 1.85em;
    vertical-align: top;
}

.list-item.circle-o:before {
    content: "\f10c"; /* fa-circle-o FontAwesome Unicode */
}

.list-item.question-circle:before {
    content: "\f059"; /* fa-question-circle FontAwesome Unicode */
    font-size: 0.6em;
    line-height: 1.7em;
}

.list-item.question-circle-o:before {
    content: "\f29c"; /* fa-question-circle-o FontAwesome Unicode */
    font-size: 0.6em;
    line-height: 1.7em;
}

.list-item.check:before {
    content: "\f00c"; /* fa-check FontAwesome Unicode */
    font-size: 0.6em;
    line-height: 1.7em;
}

.list-item.check-square-o:before {
    content: "\f046"; /* fa-check-square-o FontAwesome Unicode */
    font-size: 0.6em;
    line-height: 1.7em;
}

.sub, 
.sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.sup {
    top: -0.5em;
}

.sub {
    bottom: -0.25em;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
/* end utility */


/*******
 * Responsive - flex layouts 
 ***/
.flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
/* end flex */


/*******
 * Responsive - media query area 
 ***/
@media (max-device-width: 480px) and (orientation: landscape) {
    
}

@media (max-width: 350px) {
    .no-supersmall {
        display: none !important;
    }
}

@media (max-width: 479px) {
    .arrow-wrap {
        bottom: 1px;
        height: 85px;
        left: -20px;
        overflow: hidden;
        position: fixed;
        width: 100px;
    }
    
    #curvedarrow {
        border-bottom: 25px solid transparent;
        border-left: 25px solid red;
        height: 0;
        position: relative;
        -webkit-transform: rotate(45deg); 
        -moz-transform: rotate(45deg); 
        -ms-transform: rotate(45deg); 
        -o-transform: rotate(45deg); 
        transform: rotate(45deg);
        width: 0;
    }

    #curvedarrow::after {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: red transparent transparent;
        border-image: none;
        border-radius: 1px 50px 2px 3px;
        border-style: solid;
        border-width: 8px 0 0;
        content: "";
        height: 85px;
        width: 60px;
        position: absolute;
        left: -55px;
        top: 13px;
        -webkit-transform: rotate(45deg); 
        -moz-transform: rotate(45deg); 
        -ms-transform: rotate(45deg); 
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .center-xs {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 480px) {
    .arrow-wrap {
        bottom: 1px;
        height: 100px;
        left: -20px;
        overflow: hidden;
        position: fixed;
        width: 100px;
    }

    #curvedarrow {
        border-bottom: 50px solid transparent;
        border-left: 50px solid red;
        height: 0;
        width: 0;
        position: relative;
        -webkit-transform: rotate(45deg); 
        -moz-transform: rotate(45deg); 
        -ms-transform: rotate(45deg); 
        -o-transform: rotate(45deg); 
        transform: rotate(45deg);
    }

    #curvedarrow::after {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: red transparent transparent;
        border-image: none;
        border-radius: 1px 50px 2px 3px;
        border-style: solid;
        border-width: 16px 0 0;
        content: "";
        height: 120px;
        width: 60px;
        position: absolute;
        left: -74px;
        top: 20px;
        -webkit-transform: rotate(45deg); 
        -moz-transform: rotate(45deg); 
        -ms-transform: rotate(45deg); 
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@media screen and (max-width: 767px) {
    /* header */
    header #header-wrapper {
        height: auto;
    }
    header #header-wrapper > div > div {
        height: auto;
    }
    header .next-event .title {
        margin: 3px 7px 3px 21px;
    }
    header .next-event ul li {
        margin-right: 1px;
        min-width: 55px;
    }
    .dropdown-menu {
        background-clip: none;
        background-color: rgba(0, 0, 0, 0);
        border: medium none;
        border-radius: none;
        box-shadow: none;
        display: block;
        float: none;
        font-size: 14px;
        left: unset;
        list-style: outside none none;
        margin: 2px 0 0;
        min-width: none;
        padding: 0 5px 5px;
        position: relative;
        text-align: left;
        top: unset;
        z-index: 9;
    }

    
    
    .activity-details-wrap h3.h1 {
        margin-left: 0px;
    }
    .content-img {
        margin-bottom: 0px;
        margin: 0 auto;
        width: 100%;
    }
    .error-404-img {
        float: none !important;
        margin: 0 auto 20px;
        width: 100%;
    }
    .caption-404 {
        font-size: 44px;
    }
    footer {
        position: relative !important;
    }
    .no-mobile {
        display: none !important;
    }
}

@media (min-width: 768px) {
    /* for centered menu */
    .center.navbar > div {
        text-align:center;
        margin: 0 auto;
    }
    .center.navbar .nav,
    .center.navbar .nav > li {
        float:none;
        display:inline-block;
        vertical-align: top;
    }
    .center .dropdown-menu {
        text-align: left;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .place-holder.dropdown-toggle {
        cursor: default;
    }
    .dropdown.slide .dropdown-menu{
        max-height: 0px;
        display: block;
        overflow: hidden;
        opacity: 0;
        transition: max-height .7s ease 1s, opacity 1.075s ease 0.15s;
    }
    .dropdown.slide:hover .dropdown-menu {
        max-height: 5000px;
        display: block;
        opacity: 1;
        transition: max-height 1.5s ease 0s, opacity 0s ease 0s;
    }
    .dropdown.slide.visible:hover .dropdown-menu {
        overflow: visible;
    }
    .dropdown .dropdown-submenu > .dropdown-menu {
        max-height: 0px !important;
        display: none !important;
        overflow: hidden;
        opacity: 0;
        transition: max-height .7s ease 1s, opacity 1.075s ease 0.15s;
    }
    .dropdown .dropdown-submenu:hover > .dropdown-menu {
        max-height: 5000px !important;
        display: block !important;
        overflow: visible;
        opacity: 1;
        transition: max-height 1.5s ease 0s, opacity 0s ease 0s;
    }
}

@media screen and (min-width: 768px) {
    
}

@media (max-width: 800px) {
    header .next-event .title {
        margin: 3px 7px 3px 21px;
    }
    header .next-event ul li {
        margin-right: 1px;
        min-width: 55px;
    }
}

@media (max-width: 860px) {
    #showcase.video .wrap {
        position: relative;
        padding-bottom: 50%;
        padding-top: 30px; 
        height: 0; 
        overflow: hidden;
    }
    #showcase.video .wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 97%;
        height: 92%;
        margin: 7px 7px 0px 7px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    
}

@media (max-width: 992px) {
    
}

@media (min-width: 992px) {
    
}

@media (max-width: 1199px) {
    .no-under-1200 {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    
}

@media (min-width: 1200px) {
    
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    
}

@media all and (transform-3d), (-webkit-transform-3d) {
    
}

@media print
{    
    .print-full-width {
        width: 95% !important;
    }
    
    body, 
    html {
        font-size: 12px !important;
    }
    
    p, p *,
    ol, ol *,
    ul, ul *,
    li, li *{
        font-size: 12px !important;
        line-height: 1.2 !important;
    }

    p, p * {
        margin-bottom: 5px !important;
    }

    h1, .h1, h1 *, .h1 * {
        font-size: 20px !important;
        margin-top: 0px;
        margin-bottom: 5px;
    }

    h2, .h2, h2 *, .h2 *,
    h3, .h3, h3 *, .h3 *,
    h4, .h4, h4 *, .h4 *,
    h5, .h5, h5 *, .h5 * {
        font-size: 16px !important;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    
    hr {
        color: rgba(0, 0, 0, .87);
        margin-top: 5px;
        margin-bottom: 5px;
    }
}
