/*
Theme Name: Rhino Security Labs
Theme URI: https://studioaceofspades.com
Description: A highly customized theme for Rhino Security Labs.
Version: 2.1.1
Author: Studio Ace of Spades
Author URI: https://studioaceofspades.com
*/

/*==================================================================
    Base Styles
==================================================================*/
#wpadminbar{
  z-index: 100000000;
}
.h100 {
    height: 100%;
}
html {
    background-color: #f2f2f2;
}
body {
    background: none;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    min-height: 100vh;
}
img {
    max-width: 100%;
}
a,
a:link,
a:hover,
a:hover .fa,
input[type="submit"],
input[type="submit"]:hover,
.excerpt,
.excerpt:hover,
.transition,
.transition:hover {
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
a {
    color: #ad1f1f;
}
a:hover {
    color: #630b0b;
}
.vct,
.vctr,
.vctd {
    display: table;
    height: 100%;
    width: 100%;
}
.vctr {
    display: table-row;
}
.vctd {
    display: table-cell;
    vertical-align: middle;
}
.panel-link {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
}
.eq-height {
    display: flex;
    width: 100%;
}
.eq-height.reverse {
    flex-direction: row-reverse;
}
.eq-height > * {
    flex: auto;
}
.eq-height.no-flex > * {
    flex: none;
}
.rel {
    position: relative;
}
.main {
    margin-top: 30px;
    margin-bottom: 30px;
}
.standard-section {
    margin: 0 0 30px;
}
@media screen and (max-width: 991px) {
    .eq-height {
        display: block;
        width: auto;
    }
    .eq-height > * {
        flex: none;
    }
    .split-text.eq-height {
        display: flex;
    }
    .split-text.eq-height > * {
        flex: auto;
    }
}
@media screen and (max-width: 767px) {
    .split-text .image-block {
        display: none;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
}
p,
.page li,
.single-post li {
    font: 16px/26px 'Fauna One', Georgia, serif;
    color: #444;
    margin: 0 0 15px;
    padding: 0;
}
p.white,
.white p {
    color: #fff;
}
p.small {
    font-size: 14px;
    line-height: 21px;
}
p.tiny,
.tiny p {
    font-size: 12px;
    line-height: 19px;
}
p.section-description {
    margin: 0 0 30px;
}
ul.no-style {
    margin: 0;
    padding: 0;
    list-style: none;
}
p.center-justify {
    text-align: justify;
    text-align-last: center;
    -webkit-text-align-last: center;
}
.page li,
.single-post li {
    margin: 0 0 6px;
}

/*==================================================================
    Inputs
==================================================================*/
input {
    outline: none !important;
}
.rhino-input {
    border: 2px solid #343434;
    margin: 0 0 10px;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
    color: #545454;
    font-family: 'Open Sans', sans-serif;
}
.hbspt-form {
    margin: 10px auto;
}
.hbspt-form div.input {
    margin-right: 0 !important;
}
.hbspt-form div.input input,
.hbspt-form div.input textarea {
    width: 100% !important;
}
.hbspt-form input,
.hbspt-form textarea {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 14px;
    line-height: 14px;
    color: #666;
    margin: 0 0 7px;
}
.hbspt-form input[type="checkbox"] {
    display: inline;
    margin-right: 7px;
    width: auto;
}
.hbspt-form ul.checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hbspt-form ul.checklist label {
    display: inline;
}
.hbspt-form label {
    font-size: 13px;
    line-height: 13px;
    font-weight: 300;
}
.hbspt-form .hs-error-msgs {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hbspt-form .hs-error-msgs li > label,
.hbspt-form .hs-error-msgs li > label a {
    display: block;
    padding: 5px;
    background: #ad1f1f;
    color: #fff;
    font-weight: 300;
}
.hbspt-form .hidden {
    display: none;
}
.hbspt-form .col-sm-6 {
    width: 49%;
}
.hbspt-form .col-sm-6:first-child {
    margin-right: 2%;
    padding-right: 0;
}
.hbspt-form .col-sm-6:last-child {
    padding-left: 0;
}
@media screen and (max-width: 767px) {
    .hbspt-form .col-sm-6 {
        width: 100%;
        padding: 0 15px !important;
    }
    .hbspt-form .col-sm-6:first-child {
        margin-right: 0;
        padding-right: 0;
    }
    .hbspt-form .col-sm-6:last-child {
        padding-left: 0;
    }
}

/*==================================================================
    Buttons
==================================================================*/
/* Add class for right icon without border */
.hbspt-form input[type="submit"] {
    display: block;
    width: 100%;
    position: relative;
    bottom: 0;
    padding: 10px 20px;
    margin: 0 0 10px;
    background: transparent;
    border: #ad1f1f 2px solid;
    color: #ad1f1f;
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}
.hbspt-form input[type="submit"] {
    border: 2px solid rgba(0,0,0,.55) !important;
}
.hbspt-form input[type="submit"]:hover {
    bottom: 5px;
    background: #ad1f1f;
    color: #fff;
}

/*==================================================================
    Buttons
==================================================================*/
a.standard-button {
    display: block;
    position: relative;
    max-width: 330px;
    width: 100%;
    padding: 10px 10px 13px 10px;
    margin: 10px auto;
    background: #ad1f1f;
    border-radius: 4px;
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    -webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 0 0 rgba(0,0,0,.15);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
a.standard-button::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 5;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    border-radius: 3px;
    opacity: .2;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
a.standard-button::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 3px;
    opacity: 0;
    background: rgba(255,255,255,1);
}
a.standard-button > span {
    position: relative;
    z-index: 10;
}
a.standard-button > span.text,
a.standard-button > span.button-icon-wrapper .fa {
    display: block;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
}
a.standard-button > span.border {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
a.standard-button > span.border::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(0,0,0,.2);
    border-bottom-width: 3px;
    border-radius: 4px;
}
a.standard-button > span.border::after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 3px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 3px;
}
a.standard-button:hover::after {
    opacity: .1;
}
a.standard-button:active {
    -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 0 0 rgba(0,0,0,.15);
}
a.standard-button:active::before {
    opacity: 0;
}
a.standard-button:active > span.border::before {
    border-bottom-width: 1px;
}
a.standard-button:active > span.border::after {
    bottom: 1px;
}
a.standard-button.button-bold-weight > span.text {
    font-weight: 500;
}
.button-center-wrapper {
    text-align: center;
}
a.standard-button.button-auto {
    width: auto;
    display: inline-block;
}
a.standard-button.button-small {
    max-width: 220px;
}
a.standard-button.button-medium {
    max-width: 275px;
}
a.standard-button.button-full {
    display: block;
    max-width: 100%;
}
a.standard-button.button-icon > span.text {
    padding-right: 20px;
    padding-left: 20px;
}
a.standard-button > span.button-icon-wrapper {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}
a.standard-button.button-top-margin {
    margin-top: 10px;
    margin-bottom: 0;
}
a.standard-button.button-bottom-margin {
    margin-top: 0;
    margin-bottom: 10px;
}
a.standard-button.button-off-margin {
    margin-top: 0;
    margin-bottom: 0;
}
a.standard-button.button-left {
    float: left;
}
a.standard-button.button-right {
    float: right;
}
a.standard-button.button-blue {
    background: #005695;
}
a.standard-button.button-white {
    background: rgba(240,240,240,1);
    color: #ad1f1f;
    -webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,.07);
    box-shadow: 0 3px 0 0 rgba(0,0,0,.07);
}
a.standard-button.button-white::before {
    opacity: .05;
}
a.standard-button.button-white:hover {
    background: rgba(255,255,255,1);
}
a.standard-button.button-white > span.text {
    text-shadow: none;
}
/*==================================================================
    Header Navigation
==================================================================*/
.header {
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
    border-top: 3px solid #ad1f1f;
    background: #333333;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    height: 100px;
    position: relative;
}
.header-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999999;
}
.page-template-single-blog-feed .header-wrapper {
    position: absolute;
}
.header a {
    color: #fff;
}
.header a:hover {
    color: #bbb;
}
h1.brand {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    text-align: center;
    background: #ad1f1f;
}
h1.brand a {
    display: block;
    line-height: 92px;
    padding: 0 15px;
    width: 118px;
}
.simple-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 160px;
    z-index: 10000;
}
h1.brand.simple {
    height: 100%;
    padding-top: 30px;
}
.header ul {
    margin: 0;
    padding: 0;
}
.header ul li {
    padding-bottom: 0;
    display: inline-block;
}
.header ul li a,
.header .cta-nav > span,
.header ul li .fake-link {
    display: block;
    color: #f3f3f3;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: right;
    font-weight: 300;
}
.header ul li.tier .dd a {
    padding: 8px 0;
}
.header .main-nav li.tier .menu-header a {
    font-size: 16px;
    line-height: 30px;
}
ul + .menu-header {
    margin-top: 15px;
}
.menu-header.off a {
    border-bottom: 0 !important;
}
.tier .submenu {
    padding: 0 15px;
}
.header ul li.cta a {
    background: #ad1f1f;
}
.header ul li.cta a:hover {
    color: #fff;
    background: #831616;
}
.header .cta-nav {
    background: #272525;
    padding-left: 120px;
    text-align: right;
}
.header .cta-nav > span {
    display: inline-block;
}
.header .cta-nav > span.phone-number {
    padding-right: 0;
}
.header .cta-nav > ul {
    display: inline-block;
    font-size: 0;
}
.header .cta-nav > span .fa {
    font-size: 12px;
    color: #666;
    padding-right: 3px;
}
.header.simple {
    border-top: none;
    background: none;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0);
}
.header-wrapper {
    transition: top 0.2s ease-in-out;
}
.header-wrapper.nav-up {
    top: -200px;
}
.header .main-nav {
    padding-left: 120px;
}
.header .main-nav li {
    border-right: 1px solid #666;
    padding-bottom: 0;
    float:left;
    position: relative;
}
.header .main-nav li:last-child {
    border-right: 0;
}
.header .main-nav li a,
.header .main-nav li .fake-link {
    line-height: 47px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.header .main-nav li a .fa,
.header .main-nav li .fake-link .fa {
    color: #ad1f1f;
}
.header .main-nav li a:hover,
.header .main-nav li.active > a {
    background: #f3f3f3;
    color: #ad1f1f;
}
.header .main-nav .dd li a .fa,
.header .main-nav .dd span.fake-link .fa {
    color: #fff;
    padding-right: 7px;
}
.header .main-nav .dd li a:hover .fa {
    color: #ad1f1f;
    position: relative;
    z-index: 99;
}
.header .main-nav li.tier .dd a {
    position: relative;
}
.header .main-nav li.tier .dd a:hover {
    background: transparent;
}
.header .main-nav li.tier .dd a::before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    background: #f3f3f3;
    opacity: 0;
    display: block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    z-index: 10;
}
.header .main-nav li.tier .dd .menu-header a::before {
    opacity: 1;
    background: rgba(255,255,255,.1);
    border-right: 1px solid rgba(255,255,255,.3);
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.header .main-nav li.tier .dd .row > *:last-child .menu-header a::before {
    border-right: 0;
}
.header .main-nav li.tier .dd .menu-header a:hover::before {
    background: rgba(255,255,255,1);
}
.header .main-nav li.tier .dd a span {
    position: relative;
    z-index: 20;
}
.header .main-nav li.tier .dd a::before {
    left: -15px;
    right: -15px;
}
.header .main-nav li.tier .dd a:hover::before {
    opacity: 1;
}
.header .main-nav li.tier .dd .menu-header .fa {
    color: #fff;
    padding-left: 3px;
}
.header a.mobile-trigger {
    float: left;
    line-height: 50px;
    width: 50px;
    text-align: center;
    border-right: 1px solid #777;
}
.header a.mobile-trigger:hover,
.header a.mobile-trigger.active {
    background: #f3f3f3;
    color: #ad1f1f;
}
.mobile-menu {
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
    position: absolute;
    z-index: 9999;
    width: auto;
    left: 130px;
    right: 0;
    top: 90px;
    background: #272525;
    border-top: 5px solid #fff;
    border-radius: 0 0 4px 4px;
    display: none;
    opacity: 0;
}
.mobile-menu .arrow-up {
    margin-left: 0;
    left: 7px;
}
.header .mobile-menu ul li {
    display: block;
    position: relative;
}
.header .mobile-menu ul li a,
.header .mobile-menu ul li .fake-link {
    text-align: left;
    border-bottom: 1px solid #666;
    line-height: 12px;
    padding: 19px 20px;
}
.header .mobile-menu ul li a .fa,
.header .mobile-menu ul li .fake-link .fa {
    display: block;
    line-height: 50px;
    float: right;
    font-size: 18px;
    text-align: center;
    width: 50px;
    background: #ad1f1f;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.header .mobile-menu ul li li {
    padding-left: 20px;
    background: #444;
}
.header .mobile-menu ul li:last-child a.
.header .mobile-menu ul li:last-child .fake-link {
    border-bottom: 0;
}
.header .mobile-menu ul li ul {
    display: none;
}
.header .mobile-menu a span {
    display: block;
    padding-right: 40px;
}
.dd {
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
    position: absolute;
    z-index: 9999;
    width: 320px;
    left: auto;
    right: 0;
    top: 100px;
    background: #272525;
    border-top: 5px solid #fff;
    border-radius: 0 0 4px 4px;
    display: none;
    opacity: 0;
}
.tier .dd {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 130px;
}
.tier .arrow-up {
    right: auto;
    left: 30px;
}
.header .main-nav li.tier {
    position: static;
}
.header .main-nav li .menu-header a,
.header .main-nav li .menu-header .fake-link {
    text-align: left;
}
.header .main-nav .tier .dd li:last-child {
    border-radius: 0;
}
.header .main-nav ul li.tier .fake-link {
    padding: 0;
}
.dd::before {
    content: '';
    position: absolute;
    top: -20px;
    display: block;
    width: 100%;
    height: 20px;
}
.header .main-nav .dd li {
    display: block;
    float: none;
    text-align: left;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #333;
}
.header .main-nav .dd li:last-child {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}
.header .main-nav .dd li a {
    display: block;
    text-align: left;
    width: 100%;
    font: 14px/30px 'Fauna One', Georgia, serif;
    letter-spacing: 0;
    text-transform: none;
    padding: 15px;
}
.arrow-up {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    position: absolute;
    top: -12px;
    left: auto;
    right: 21px;
}
@media screen and (max-width: 1199px) {
    .header .main-nav li a {
        font-size: 16px;
        padding: 0 12px;
    }
    .arrow-up {
        right: 11px;
    }
    .header .main-nav .dd li a {
        line-height: 16px;
        font-size: 12px;
    }
    .dd {
        width: 210px;
    }
    .header .main-nav li.tier .menu-header a,
    .header .main-nav li.tier .menu-header span.fake-link {
        font-size: 13px;
    }   
}
@media screen and (max-width: 991px) {
    .header ul li a,
    .header .cta-nav > span {
        font-size: 13px;
        letter-spacing: .5px;
    }
    .header .main-nav li a {
        font-size: 13px;
        padding: 0 7px;
        letter-spacing: .5px;
    }

    .arrow-up {
        right: 5px;
    }
    .header .main-nav li:last-child a,
    .header .main-nav li:last-child {
        border-right: 0;
    }
    .header .main-nav li.tier .menu-header a,
    .header .main-nav li.tier .menu-header span.fake-link {
        font-size: 11px;
        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px) {
    .header .main-nav {
        display: none;
    }
    .header {
        border: none;
        background: none;
        -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0);
        box-shadow: 0 0 4px 0 rgba(0,0,0,0);
        margin-top: 15px;
    }
    .header h1 {
        z-index: 10;
        -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
        box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
    }
    .header .cta-nav {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 5;
        top: 24px;
        -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
        box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
        border-top: 3px solid #ad1f1f;
    }
    .header ul li a,
    .header .cta-nav > span {
        padding: 0 7px;
    }
}
@media screen and (max-width: 440px) {
    .header .cta-nav > ul > li:first-child {
        display: none;
    }
}
@media screen and (max-width: 400px) {
    .header {
        height: 82px;
    }
    .header h1 a {
        width: 75px;
        line-height: 70px;
        padding: 0 8px;
    }
    .header .cta-nav {
        top: 16px;
        padding: 0 0 0 75px;
    }
    .mobile-menu {
        left: 0;
        top: 90px;
    }
    .mobile-menu .arrow-up {
        left: 92px;
    }
}

/*==================================================================
    Page Headers
==================================================================*/
h3.section-header,
.standard-header {
    margin: 50px 0 20px;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    color: #272525;
    text-align: center;
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -.5px;
}
.standard-header.left-text {
    text-align: left;
}
.standard-header.remove-top-margin {
    margin-top: 0;
}
.standard-header.remove-margin,
.standard-subheader.remove-margin {
    margin: 0;
}
.standard-subheader {
    margin: 0 0 10px;
    padding: 0;
    color: #272525;
    font-size: 21px;
}
.standard-subheader.smaller {
    font-size: 18px;
}
.standard-header.red,
.standard-subheader.red {
    color: #ad1f1f;
}
.standard-header.light-gray,
.standard-subheader.light-gray {
    color: #787878;
}
.center-text {
    text-align: center;
}
.standard-header.white,
.standard-subheader.white {
    color: #fff;
}
.page .standard-header,
.post-content .standard-header {
    font-size: 40px;
    line-height: 50px;
}
.post-content .standard-header.smaller {
    font-size: 30px;
    line-height: 40px;
}
.post-content .standard-header {
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
}
.post-content .standard-subheader {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 0 0 5px;
    margin: 0 0 5px;
}
.page .page-header h2.standard-header,
.page .page-header h3.standard-header,
.page .page-header h4.standard-header {
    margin: 0 0 10px;
    text-align: left;
}
.page-anchor {
    position: relative;
    top: -140px;
}
.page .page_head-block h2.center-text,
.page .page_head-block h3.center-text,
.page .page_head-block h4.center-text,
.page .page-header h2.center-text,
.page .page-header h3.center-text,
.page .page-header h4.center-text {
    text-align: center;
}
.page .page_head-block h3.standard-header,
.page .page-header h3.standard-header {
    font-size: 32px;
    line-height: 32px;
}
.page .page_head-block h4.standard-header,
.page .page-header h4.standard-header {
    font-size: 26px;
    line-height: 26px;
}
a .standard-header,
a .standard-subheader {
    color: #ad1f1f;
}
a .standard-header:hover,
a .standard-subheader:hover {
    color: #630b0b;
}
.standard-subheader.bordered,
.standard-header.bordered {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.standard-subheader.extra-bottom-margin,
.standard-header.extra-bottom-margin {
    margin-bottom: 30px;
}
.standard-header .smaller {
    font-size: 30px;
    line-height: 30px;
}
.standard-header.small {
    font-size: 40px;
    line-height: 40px;
}
.standard-header .small-top-margin {
    margin-top: 20px;
}
.standard-subheader.remove-border {
    border-bottom: 0;
    margin-top: 12px;
}
.standard-header.bold-header {
    font-weight: 700;
}
@media screen and (max-width: 991px) {
   .standard-header {
       font-size: 45px;
       line-height: 50px;
   }
}
@media screen and (max-width: 767px) {
    .standard-header {
        margin: 30px 0 20px;
    }
    .standard-header.small {
        font-size: 21px;
        line-height: 21px;
    }
    .page .standard-header,
    .post-content .standard-header {
        font-size: 28px;
        line-height: 32px;
        text-align: left;
    }
    .page .standard-subheader,
    .post-content .standard-subheader {
        font-size: 22px;
        line-height: 26px;
    }
}
@media screen and (max-width: 640px) {
    .standard-header {
        font-size: 35px;
        line-height: 40px;
    }
}
@media screen and (max-width: 560px) {
    .phone-number {
        position: absolute;
        top: -45px;
        right: 0;
    }
    .header .cta-nav > span .fa {
        color: #fff;
    }
}
@media screen and (max-width: 480px) {
    .standard-header {
        font-size: 30px;
        line-height: 32px;
    }
}

/*==================================================================
    Hero Slider
==================================================================*/
.home-slider,
.slide {
    height:100vh;
}
.home-slider {
    overflow: hidden;
}
.slide {
    background-size: cover;
}
.slide.complex .standard-subheader {
    max-width: 93%;
    margin: 0 auto 10px;
}
.slide.complex .slide-info h1 {
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.slide-padder {
    padding: 0 90px;
}
.slide .submitted-message {
    background: #fff;
    color: #343434;
    border-radius: 3px;
    margin-top: 15px;
    padding: 10px;
}
.slide .submitted-message p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.home-slider .slick-track {
    height: 100vh;
}
.home-slider .slick-dots {
    bottom: 80px;
}
.home-slider .slick-dots li {
    width: 10px;
    height: 10px;
}
.home-slider .slick-dots li button {
    background: #fff;
    font-size: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.home-slider .slick-dots li button::before {
    font-size: 0;
}
.home-slider .slick-dots li.slick-active button {
    background: #aaa;
}
.home-slider .hbspt-form label {
    color: #fff;
}
@media screen and (max-width: 991px) {
    .slide-padder {
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .slide.complex .slide-info {
        display: none;
    }
    .slide .slide-form p {
        padding: 0;
    }
}
@media screen and (max-width: 640px) {
    .slide p {
        font-size: 14px;
        line-height: 18px;
    }
}

/*==================================================================
    Home - Buckets
==================================================================*/
.bucket li .fa,
.bucket h4 .fa {
    color: #ad1f1f;
    padding-right: 10px;
}
.bucket li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.bucket li:last-child {
    border-bottom: 0;
    margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
    .bucket h4 .fa {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .bucket {
        margin-bottom: 30px;
    }
    .bucket:last-child {
        margin-bottom: 0;
    }
}

/*==================================================================
    Home - Endorsements
==================================================================*/
.endorse img {
    display: block;
    max-width: 250px;
    margin: 0 auto 10px;
    border-radius: 50%;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.25);
}
.endorse .user-title {
    display: block;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777;
    margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
    .endorsement {
        margin: 0 0 30px;
    }
    .endorsement:last-child {
        margin-bottom: 0;
    }
}

/*==================================================================
    Home - Logo Slider
==================================================================*/
.logo-slider .slick-list {
    overflow:hidden;
}
@media screen and (max-width: 767px) {
    .home-slider .slick-dots {
        bottom: 20px;
    }
    .slick-arrow {
        display: none !important;
    }
}

/*==================================================================
    Home - Posts
==================================================================*/
.post {
    position: relative;
    height: 100%;
    bottom: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
    border-radius: 4px;
    padding: 20px;
}
.post:hover {
    bottom: 8px;
}
@media screen and (max-width: 991px) {
    .post {
        margin: 0 0 30px;
    }
}

/*==================================================================
    Home - Call to Action
==================================================================*/
.signup-form {
    background: #831616;
    background: -moz-linear-gradient(70deg, #831616 50%, #ad1f1f 50.1%);
    background: -webkit-linear-gradient(70deg, #831616 50%,#ad1f1f 50.1%);
    background: linear-gradient(70deg, #831616 50%,#ad1f1f 50.1%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#831616', endColorstr='#ad1f1f',GradientType=1 );
    padding-bottom: 30px;
}
.signup-form.no-header {
    padding-top: 40px;
}
.signup-form .submitted-message {
    background: #fff;
    padding: 10px;
}
.signup-form .submitted-message p {
    margin: 0;
}
.signup-form .hbspt-form label {
    color: #fff;
}
/*==================================================================
    Footer
==================================================================*/
.footer {
    padding: 30px 0 0;
    background: #272525;
}
.footer h5,
.footer h5 a {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}
.footer ul li a {
    color: #ddd;
    font-size: 12px;
    display: block;
    padding-bottom: 5px;
}
.footer a:hover,
.footer ul li a:hover {
    color: #999;
}
.bottom-bar {
    text-align: center;
    background: #111;
    margin: 20px 0 0;
}
.bottom-bar .col-md-4 {
    border-left: 1px solid #222;
}
.bottom-bar .col-md-4:last-child {
    border-right: 1px solid #222;
}
.footer .bottom-bar p {
    margin: 0;
    padding: 10px 0;
}
.footer .bottom-bar a {
    color: #fff;
}
.footer .bottom-bar a:hover {
    color: #ddd;
}

/*==================================================================
    Sidebars
==================================================================*/
.sidebar {
    margin: 0 0 30px;
}
.sidebar-widget {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
    margin-bottom: 30px;
    background: #f9f9f9;
}
.sidebar-form-wrapper {
    padding: 15px 15px 0;
}
.sidebar-form-wrapper .hbspt-form label {
    display: block;
    font-weight: 300;
    margin: 0 0 3px;
}
.sidebar-form-wrapper .hbspt-form .hs-error-msgs label {
    font-size: 12px;
    line-height: 16px;
    padding: 10px;
    margin: 0;
}
.sidebar-form-wrapper .hbspt-form input[type="submit"] {
    margin-top: 15px;
}
.sidebar-form-wrapper .submitted-message {
    padding-bottom: 20px;
}
.sidebar-widget article {
    position: relative;
}
.sidebar-widget h3 {
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.sidebar-widget h4 {
    padding: 10px 15px;
    margin: 0;
}
.sidebar-widget a:hover {
    background: rgba(0,0,0,.15);
}
.right-sidebar {
    float: right;
}
@media screen and (max-width: 991px) {
    .right-sidebar {
        float: none;
    }
}

/*==================================================================
    Hero
==================================================================*/
.subhero-wrapper {
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.subhero-wrapper .vct {
    padding: 100px 0 0;
}
.subhero .standard-header {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -1px;
    margin: 0;
}
.subhero.simple .standard-header {
    line-height: 40px;
    margin: 0 120px;
}
.subhero .divider {
    width: 50%;
    height: 1px;
    background: #fff;
    margin: 0 auto 10px;
}
.subhero-button {
    margin-top: 20px;
}
.subhero.left_text h1 {
    text-align: left;
}
.subhero.left_text  p {
    text-align: left;
}
.subhero.left_text .divider {
    display: none;
}
.subhero.small,
.subhero.simple {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 200px;
    padding: 100px 0 0;
}
.subhero.blog-hero,
.subhero.simple {
    height: 100px;
    padding: 0;
}
.subhero.small.hide-title {
    height: 160px;
}
.subhero.small.hide-title h1 {
    display: none;
}
@media screen and (max-width: 991px) {
    .subhero.simple .standard-header {
        text-align: left;
        padding-left: 140px;
        padding-right: 20px;
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .subhero.small {
        height: 180px;
        padding: 110px 0 0;
    }
    .subhero .standard-header {
        font-size: 30px;
        line-height: 30px;
    }
    .subhero.left_text p {
        text-align: center;
    }
    .subhero.blog-hero,
    .subhero.small.hide-title-mobile {
        height: 130px;
    }
    .subhero-wrapper {
        height: 350px;
    }
    .subhero.small.hide-title-mobile h1.standard-header {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .simple-nav,
    .subhero.simple {
        height: 100px;
    }
    .subhero.simple .standard-header {
        font-size: 26px;
        line-height: 26px;
        padding: 4px 0 0 90px;
    }
    h1.brand.simple {
        padding-top: 10px;
        width: 80px;
    }
    h1.brand.simple img {
        height: auto;
    }
    h1.brand.simple a {
        max-width: 100%;
        line-height: 70px;
    }
}
@media screen and (max-width: 400px) {
    .subhero.blog-hero,
    .subhero.small.hide-title-mobile {
        height: 115px;
    }
}
/*  Unique Hero Edit - About Page requires image pinned to the left 
    so that the Space Needle is visible at all resolutions          */
.subpage-hero-company {
    background-position: left center;
}

/*==================================================================
    Page
==================================================================*/
.page {
    margin-top: 30px;
}
.page.tight {
    margin-top: 15px;
}
.page.no-margin {
    margin-top: 0;
}
.page li {
    padding-bottom: 5px;
}
.container.part {
    margin-bottom: 30px;
}
.page .content-group {
    margin-bottom: 15px;
}
.page .bullet .fa {
    font-size: 30px;
    line-height: 30px;
    color: #ccc;
    text-align: center;
    display: block;
}
.page .bullet .bullet-icon {
    text-align: center;
}
.page .bullet img {
    max-width: 30px;
    display: inline;
    line-height: 30px;
}
.page .bullet-section {
    margin: 15px 0;
}

/*==================================================================
    CMS - Headers and Subheaders
==================================================================*/
.header-block,
.subheader-block {
    margin-bottom: -20px;
}

/*==================================================================
    CMS - Whitespace
==================================================================*/
.whitespace.border-top {
    border-top: 1px solid #ccc;
}
.whitespace.border-bottom {
    border-bottom: 1px solid #ccc;
}
.whitespace.border-both {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.whitespace-block {
    margin: 0 0 -30px;
}

/*==================================================================
    CMS - Page Head
==================================================================*/
.page_head-block {
    margin-bottom: -30px;
}
.page_head-block img {
    margin: 0 auto;
    display: block;
}
.page_head-block .pagehead-cta a.standard-button {
    margin-bottom: 20px;
}

/*==================================================================
    CMS - Call To Action
==================================================================*/
.page .call-to-action {
    background: rgba(173,31,31,1);
    background: -moz-linear-gradient(70deg, rgba(173,31,31,1) 0%, rgba(173,31,31,1) 50%, rgba(208,44,44,1) 50%, rgba(208,44,44,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(173,31,31,1)), color-stop(50%, rgba(173,31,31,1)), color-stop(50%, rgba(208,44,44,1)), color-stop(100%, rgba(208,44,44,1)));
    background: -webkit-linear-gradient(70deg, rgba(173,31,31,1) 0%, rgba(173,31,31,1) 50%, rgba(208,44,44,1) 50%, rgba(208,44,44,1) 100%);
    background: -o-linear-gradient(70deg, rgba(173,31,31,1) 0%, rgba(173,31,31,1) 50%, rgba(208,44,44,1) 50%, rgba(208,44,44,1) 100%);
    background: -ms-linear-gradient(70deg, rgba(173,31,31,1) 0%, rgba(173,31,31,1) 50%, rgba(208,44,44,1) 50%, rgba(208,44,44,1) 100%);
    background: linear-gradient(70deg, rgba(173,31,31,1) 0%, rgba(173,31,31,1) 50%, rgba(208,44,44,1) 50%, rgba(208,44,44,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad1f1f', endColorstr='#d02c2c', GradientType=1 );
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
}
.call-to-action .standard-header {
    font-size: 30px;
    line-height: 35px;
}
@media screen and (max-width: 460px) {
    .call-to-action .standard-header {
        font-size: 21px;
        line-height: 25px;
    }
}

/*==================================================================
    CMS - Careers - Embedded JS
==================================================================*/
ul.whr-items {
    display: block !important;
}
ul.whr-info li.whr-date {
    display: none;
}
.whr-title {
    margin-top: 0;
    margin-bottom: 0;
}

/*==================================================================
    CMS - Short CTA
==================================================================*/
.short-cta p:last-child {
    margin-bottom: 0;
}

/*==================================================================
    CMS - Downloadable Material
==================================================================*/
.downloadable-column img {
    margin: 0 0 15px;
}
@media screen and (max-width: 991px) {
    .downloadable .col-md-6 + .col-md-6 {
        margin-top: 15px;
    }
}
@media screen and (max-width: 767px) {
    .downloadable-column {
        margin: 0 0 30px;
    }
}

/*=======================================================
    CMS - Full Quote
=======================================================*/
.quote-wrapper {
    padding: 15px 50px;
    background-color: #ad1f1f;
}
.quote .quote-content p:first-child::before {
    content: "\0201C";
}
.quote .quote-content p:last-child::after {
    content: "\0201D";
}
.quote .quote-content p {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
}
.quote .quote-meta {
    text-align: right;
    height: 120px;
}
.quote .quote-meta.no-image {
    height: auto;
    margin: 30px 0 0;
}
.quote .quote-meta img {
    display: inline-block;
    margin-right: 50px;
    max-height: 100%;
}
.quote .quote-meta .quote-attr {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
}
.quote .quote-meta .quote-attr span {
    display: block;
    text-align: left;
}
.quote .quote-meta.no-image .quote-attr span {
    text-align: center;
}
.quote .quote-meta .quote-attr span + span {
    margin-top: 7px;
    font-weight: 300;
    font-style: italic;
    font-size: 21px;
    line-height: 21px;
}
.quote .vct {
    width: 50%;
    float: left;
}
@media screen and (max-width: 767px) {
    .quote-wrapper {
        padding: 30px;
    }
    .quote .quote-meta {
        height: auto;
    }
    .quote .quote-meta .vct {
        padding: 0 15px;
        text-align: right;
    }
    .quote .quote-meta .vct:first-child {
        display: none;
    }
    .quote-body {
        margin-top: 30px;
    }
}

/*=======================================================
    CMS - Split Text and Image
=======================================================*/
.split-text {
    text-align: center;
}
.split-text img {
    display: inline-block;
}
.split-text h3,
.split-text .split-content {
    text-align: left;
}
.split-text .right {
    float: right;
}
.split-text .image-block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media screen and (max-width: 767px) {
    .split-text .right {
        float: none;
    }
    .split-text img {
        margin: 0 0 15px;
    }
}

/*=======================================================
    CMS - Two Column Block
=======================================================*/
.block {
    position: relative;
    background: #fff;
    padding: 0 0 30px;
    height: 100%;
    top: 0;
    transition: all 200ms linear;
}
.block:hover {
    background: #f7f7f7;
    top: -2px;
    box-shadow: 2px 2px 12px #ddd;
}
.block .block-content h3,
.block .block-content p {
    padding: 0 30px;
    margin: 30px 0 0;
}
.blocks + .blocks {
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .blocks + .blocks {
        margin: 0;
    }
}

/*=======================================================
    CMS - Contact CTA
=======================================================*/
.contact-cta {
    padding: 20px 0 30px;
    background-size: cover;
    margin: 0 0 -1px;
}
.contact-cta.remove-top-padding {
    padding-top: 0;
}
.contact-cta.no-subheader h3 {
    margin-bottom: 30px;
}
.contact-cta .hs-landing {
    padding: 30px;
    background: #fff;
}
.contact-header {
    margin-top: 0;
}
.page .contact-cta .standard-header {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .hs-landing .right {
        float:none;
    }
}

/*=======================================================
    CMS - Icon Module
=======================================================*/
.icon-bucket {
    text-align: center;
    margin: 0 0 30px;
}
.icon-bucket .fa {
    font-size: 46px;
    color: #ad1f1f;
    margin: 0 0 10px;
}

@media screen and (max-width: 991px) {
    .icon-bucket {
        padding: 0;
    }
}
/*=======================================================
    CMS - Image Block Module
=======================================================*/
.block-images {
    padding: 45px 0;
}
.block-image.small + .block-image.small {
    margin-top: 19px;
}
@media screen and (max-width: 767px) {
    .block-images {
        padding: 0 15px;
    }
    .block-image,
    .block-bullet {
        max-width: 480px;
        margin: 0 auto 30px;
    }
}

/*=======================================================
    CMS - Design Module
=======================================================*/
.content-with-image .small,
.content-with-image .large {
    float: left;
}
.content-with-image .small {
    width: 20%;
    padding-right: 20px;
    margin-top: 30px;
}
.content-with-image .large {
    width: 80%;
}
.content-with-image .small.right {
    float: right;
    padding-right: 0;
    padding-left: 20px;
}
.design-module {
    margin-bottom: -30px;
}
.content_group-block + .design_module-block {
    margin-top: -30px;
}
@media screen and (max-width: 767px) {
    .content-with-image .small,
    .content-with-image .large,
    .content-with-image .small.right {
        float: none;
        padding: 0;
        width: 100%;
    }
    .content-with-image .small {
        margin: 0 0 15px;
    }
}

/*=======================================================
    CMS - Related Serivces
=======================================================*/
.related-service {
    min-height: 160px;
    padding: 30px 25px;
    position: relative;
    margin: 0 auto;
    max-width: 420px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
}
.related-services h2 {
    text-align: center;
}
.related-services .col-sm-6:first-child {
    margin-right: auto;
    margin-left: 0;
}
.related-services .col-sm-6:last-child {
    margin-left: auto;
    margin-right: 0;
}

.related_services-block:last-child {
    background: #ddd;
    padding: 40px 0 30px;
}
.related_services-block h2 {
    display: none;
    margin: 0 0 10px;
}
.related_services-block:last-child h2 {
    display: block;
}
@media screen and (max-width: 991px) {
    .related-services .eq-height {
        display: flex;
    }
    .related-services .eq-height > * {
        flex: 1;
    }
    .related-service {
        padding: 15px;
    }
}
@media screen and (max-width: 767px) {
    .related-services .col-sm-6 {
        max-width: none;
    }
    .related-services .eq-height {
        display: block;
    }
    .related-services .eq-height > * {
        flex: none;
    }
    .related-service {
        margin-bottom: 15px;
    }
    .related-title {
        text-align: center;
    }
}

/*=======================================================
    CMS - Case Study
=======================================================*/
.content-image {
    position: absolute;
    left: 8px;
    top: -7px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 2px;
    background: #f2f2f2;
    z-index:99;
}
.content-image svg {
    max-width: 100%;
}
.content-body {
    display: inline-block;
    width: 90%;
    position: relative;
}
.content-body.quote {
    border-width: 3px;
    border-style: solid;
    padding: 50px;
    padding-bottom: 20px;
}
.content-body.quote-body {
    font-size: 16px;
    line-height: 26px;
}
.content-body.quote p {
    color: inherit;
    font-style: italic;
}
.quote-attribution p {
    float: right;
    padding-bottom: 0;
}

/*==================================================================
    404
==================================================================*/
#error {
    min-height: 70vh;
    padding: 120px 0 0;
}

/*=======================================================
    Post - Main Content
=======================================================*/
pre.prettyprint {
    border: none;
    padding: 10px;
}
.post-time {
	font-weight: 600;
}
.blog-code-snippet {
    margin: auto;
}
.standard-section + .blog-code-snippet {
    margin-top: -20px;
}
.blog-image .blog-image-wrapper,
.blog-image p {
    border: 1px solid #222;
    text-align: center;
}
.blog-image .blog-image-wrapper {
    margin-bottom: -1px;
}
.blog-section.blog-image {
    margin: 30px auto;
    display: block;
    text-align: center;
}
.blog-image p {
    font-size: 14px;
    line-height: 21px;
    padding: 10px;
}
.blog-image p:last-child {
    margin: 0;
}
.blog-section {
    text-align: center;
}
.blog-section > * {
    text-align: left;
}
.image-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:rgba(0, 0, 0, 0.8);
    z-index: 999999999;
    display: none;
    color: #fff;
    text-align: center;
}
.image-modal .modal-close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 24px;
    cursor: pointer;
    line-height: 24px;

}
.image-modal-content {
    overflow: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 90%;
    max-height: 90%;
    text-align: center;
    display: inline-block;
}
.video-constrained.x-small,
.blog-image.x-small {
    max-width: 250px;
}
.video-constrained.small,
.blog-image.small {
    max-width: 500px;
}
.video-constrained.medium,
.blog-image.medium {
    max-width: 750px;
}
.video-constrained.large,
.blog-image.large{
    max-width: 1000px;
}
.video-constrained.full,
.blog-image.full {
    max-width: 100%;
}
.blog-image img {
    width: 100%;
}
.timeline {
    background: #fff;
    padding: 30px;
}
.timeline-point {
    position: relative;
    padding: 0 0 15px 45px;
    margin: 0 0 15px;
    border-bottom: 1px dotted #ddd;
}
.timeline-point:last-child {
    border-bottom: 0;
    margin: 0;
    padding: 0 0 0 45px;
}
.timeline-point .point-count {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #ad1f1f;
    color: #fff;
    text-align: center;
}
.timeline-point .point-text {
    padding: 0;
    margin: 0;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
@media screen and (max-width: 767px) {
    .timeline {
        padding: 15px;
    }
}

/*=======================================================
    Post - Contact Section
=======================================================*/
.contact-link {
    padding: 15px;
    margin: 40px auto;
    text-align: center;
    background-size: cover;
    background-position: center center;
    height: 230px;
    background-color: #005695;
    text-align: center;
}
#single .contact-link.large {
    height: 460px;
    padding: 30px;
}
.contact-link .standard-header {
    display: inline-block;
}

/*=======================================================
    Post - Related Services
=======================================================*/
.related-service {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.related-service .vct {
    position: absolute;
    z-index: 100;
}
@-moz-document url-prefix() {
    .related-service .vct {
        top: 0;
    }
}
.related-service .vct {
    padding: 0 10px;
}

/*=======================================================
    Post - Breadcrumbs
=======================================================*/
.blog-breadcrumbs {
    padding: 12px 0;
}
.blog-breadcrumbs p, 
.blog-breadcrumbs i {
	display:inline-block;
    margin: 0;
}
.breadcrumb-text a {
    color: #ad1f1f;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.chevrons {
    font-size: 12px;
    color: #ad1f1f;
    padding: 0 7px;
    position: relative;
    top: -1px;
}
@media screen and (max-width: 767px) {
    .chevrons {
        font-size: 11px;
        padding: 0 8px;
    }
    .blog-breadcrumbs {
        display: none;
    }
}

/*=======================================================
    Post - Featured Image and Title
=======================================================*/
.intro-wrapper {
    position: relative;
    margin-bottom: 20px;
}
.intro-wrapper.social-fixed {
    margin-bottom: 58px;
}
.intro-wrapper .vct {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    padding: 0 30px;
}
.meta-wrapper p {
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    text-align: right;
}
.meta-wrapper p + p {
    margin-top: 3px;
}
.meta-wrapper .post-time {
	font-weight:600;
}
.meta-wrapper {
    max-width: 20%;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px;
    background-color: rgba(0,0,0,.4);
    z-index: 110;
}
@media screen and (max-width: 991px) {
    .meta-wrapper {
        width: 40%;
    }
}
@media screen and (max-width: 767px) {
    .intro-wrapper {
        margin-bottom: 40px;
    }
    .intro-wrapper .vct {
        padding: 0 15px;
    }
    .meta-wrapper {
        max-width: 100%;
        width: 100%;
        position: absolute;
        top: 100%;
        bottom: auto;
        right: auto;
        padding: 5px;
        background: #242424;
    }
    .meta-wrapper p {
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
    .intro-wrapper h1.standard-header {
        font-size: 21px;
        line-height:23px;
    }
}

/*==================================================================
    Post - Social Sharing Bar
==================================================================*/
.meta-social {
    display: inline-block;
    margin-right: 10px;
}
.meta-social a {
    width:40px;
    height:40px;
    border-radius:50%;
    color: #f3f3f3;
    background: #ad1f1f;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}
.meta-social a:hover {
    background: #831616;
}
.meta-social-share {
	float: left;
}
.meta-social-share span {
    font-size:25px;
    line-height:43px;
	font-family: "Open Sans", sans-serif;
    font-weight: 300;
    margin-right: 10px;
}
.blog-social-wrapper {
    padding: 15px 0;
}
.blog-social-wrapper.side-social {
    position: fixed;
    left: 0;
    top: 20%;
    width: 50px;
    margin: 0;
    z-index: 99;
}
.side-social .meta-social-share {
    display: none;
}
.side-social .meta-social {
    float: none;
}
.side-social .meta-social a {
    margin-top: 10px;
    border-radius: 0;
}
@media screen and (max-width: 767px) {
    .meta-social a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .blog-social-wrapper {
        text-align: center;
    }
    .blog-social-wrapper.side-social {
        display: none;
    }
}

/*=======================================================
    Post - Boxed Content
=======================================================*/
#single .content-box {
    padding: 30px;
    background: #fff;
    margin: 15px 0 30px;
    height: 100%;
}
#single .content-box .content-section {
    padding: 0 20px 20px 20px;
    margin: 30px 0;
    border-bottom: 1px solid #ccc;
}
#single .content-box .content-section:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom:0;
}
#single .content-box .content-section ul {
    padding: 0;
    margin-bottom: 0;
}

/*=======================================================
    Post - Video
=======================================================*/
.video-constrained {
    margin: 30px auto;
}
.video-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.video-wrapper .video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.video-wrapper .video > iframe {
    width: 100% !important;
    height: 100% !important;
}

/*=======================================================
    Post - Numbered List Module
=======================================================*/
.numbered-heading {
    text-align: center;
}
.numbered-list .list-item {
    margin-top: 30px;
    margin-bottom: 30px;
}
.numbered-list .list-item p {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.numbered-list .list-item:last-child p {
    border-bottom: none;
}
span.list-number {
    font-family: 'Open Sans', sans-serif;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background: #0c3b5e;
    color: #fff;
    font-size: 32px;
    display: block;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    span.list-number {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
    }
}
/*=======================================================
    Blog - Doormat
=======================================================*/
.doormat-box-square,
.doormat-box-rectangle {
    position: relative;
    text-align: center;
    background-position: center center;
    background-size: cover;
}
.doormat-box-square {
    height: 457px;
    margin: 0 0 30px;
}
.doormat-box-rectangle {
    height: 350px;
}
.doormat-wrapper {
    margin-bottom: 70px;
}
.doormat-icon {
    margin: 0 auto 10px;
    max-width: 65px;
}
.doormat-box-square,
.doormat-box-rectangle {
    height: 290px;
}
@media screen and (max-width: 767px) {
    .doormat.page {
        margin-top: 0;
    }
    .doormat.page .standard-header {
        font-size: 24px;
        line-height: 27px;
        margin: 10px 0;
        text-align: center;
    }
    .doormat-box-square,
    .doormat-box-rectangle {
        height: 150px;
        max-width: 420px;
        margin: 0 auto 10px;
    }
    .doormat-icon {
        max-width: 45px;
    }
}

/*=======================================================
    Blog - Main Feed
=======================================================*/
.blog-feed {
    position: relative;
}
.blog-feed .loader {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(242, 242, 242, 0.95);
    z-index: 9999999;
}
.blog-feed .loader img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -100px;
}

/*=======================================================
    Blog - Article Type Navigation
=======================================================*/
a.nav-button {
    display: block;
    float: left;
    padding: 8px 30px;
    margin-left: -1px;
    margin-right: -1px;
    border: 1px solid #ddd;
    color: #777;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    background: #f2f2f2;
}
.category-wrapper .blog-nav {
    margin-bottom: 30px;
    display: none;
}
.category-wrapper.sticky .blog-nav {
    display: block;
}
.category-wrapper .blog-nav a.nav-button {
    float: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    height: 40px;
    padding: 10px;
    margin: 0;
    border-left: 0;
    border-right: 0;
}
.category-wrapper .blog-nav a.nav-button:first-child {
    border-bottom: none;
    border-top: none;
}
.category-wrapper .blog-nav a.nav-button:last-child {
    border-top: none;
    border-bottom: none;
}
a.nav-button:hover {
    color: #333;
}
a.nav-button.all.active, 
a.nav-button.all:hover {
    background: #005695;
    color: #fff;
}
a.nav-button.technical.active, 
a.nav-button.technical:hover {
    background: #10adb0;
    color: #fff;
}
a.nav-button.strategic.active, 
a.nav-button.strategic:hover {
    background: #e45058;
    color: #fff;
}
.blog-nav a.nav-button .mobile {
    display: none;
}

/*=======================================================
    Blog - Category Sidebar Navigation
=======================================================*/
.category-wrapper.sticky {
    height: auto;
    position: fixed;
    top: 20px;
    z-index:999;
}
.category-wrapper.sticky .blog-nav,
.category-wrapper.sticky .blog-categories {
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.25);

}
.category-wrapper.sticky .blog-categories .category-header .category-block {
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
}
.category-wrapper.sticky .blog-categories .category-header .category-block:hover {
    cursor: pointer;
    background: #012e4e;
}
.category-wrapper .category-header .fa {
    display: none;
    float: right;
    position: relative;
    top: 12px;
}
.category-wrapper.sticky .category-header .fa {
    display: block;
}
.sticky .blog-categories {
    height: 40px;
    overflow: hidden;
}
.sticky.open .blog-categories {
    height: 100%;
}
.blog-categories .category-block {
    display: block;
    padding: 5px 10px;
    line-height: 20px;
    width: 100%;
}
.blog-categories .category .category-block.reset {
    background: #e6e6e6;
}
.blog-categories .category .category-block.reset .fa {
    padding-right: 6px;
}
.blog-categories .category-header .category-block {
    color: #fff;
    background: #005695;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    padding: 8px 10px;
    background: #005695;
}
.strategic .blog-categories .category-header .category-block,
.strategic .blog-categories .category-body .category .category-block:hover,
.strategic .blog-categories .category-body .category .category-block.selected {
    background: #e45058;
}
.technical .blog-categories .category-header .category-block,
.technical .blog-categories .category-body .category .category-block:hover,
.technical .blog-categories .category-body .category .category-block.selected {
    background: #10adb0;
}
.blog-categories .category-body {
    border: 1px solid #ccc;
    border-top: none;
    background: #f2f2f2;
    z-index:999;
}
.blog-categories .category-body .category {
    border-bottom: 1px solid #ccc;
}
.blog-categories .category-body .category:last-child {
    border-bottom: 0;
}
.blog-categories .category-body .category .category-block {
    color: #777;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.blog-categories .category-body .category .category-block.selected,
.blog-categories .category-body .category .category-block:hover {
    background: #005695; 
    color: #fff;
}
.row.eq-height.no-flex {
    width: auto;
}

/*=======================================================
    Blog - Post List
=======================================================*/
.blog-feed .feed-block {
    margin: 50px auto;
}
.blog-feed .feed-block.first-post  {
    margin-top: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.blog-feed .feed-block.two-posts {
    margin-bottom: 0;
}
.blog-feed .right {
    float: right;
}
.blog-feed .panel-information {
    color: #fff;
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    padding: 50px;
    font-family: "Open Sans";
    font-weight: 400;
}
.blog-feed .three-posts .panel-information,
.blog-feed .two-posts .panel-information {
    padding: 25px;
}
.blog-feed .panel-information h2 {
    margin-top: 0;
    font-size: 30px;
    line-height: 30px;
}
.blog-feed .three-posts .panel-information h2,
.blog-feed .two-posts .panel-information h2 {
    font-size: 24px;
    line-height: 24px;
}
.blog-feed .panel-information .author {
   font-style: italic; 
}
.blog-feed .panel-information div {
    font-size: 16px;
    line-height: 21px;
}
.blog-feed .post-image {
    position: relative;
    margin-bottom: 30px;
    opacity: 1;
}
.blog-feed .post-image:hover {
    opacity: .85;
}
.blog-feed .post-image > div {
    z-index: 1;
}
.blog-feed a.button {
    display: inline-block;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
    background: #ad1f1f;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.blog-feed a.button.outline {
    border: 2px solid #ad1f1f;
    color: #ad1f1f;
    background: transparent;
}
.blog-feed a.button.outline:hover {
    background: #ad1f1f;
    color: #fff;
}
@media screen and (max-width: 1200px) {
    .blog-feed .three-posts .panel-information h2 {
        font-size: 18px;
        line-height: 20px;
    }
    .blog-feed .two-posts .panel-information h2 {
        font-size: 21px;
        line-height: 21px;
    }
}

.blog-feed .feed-excerpt p {
    font-size: 16px;
    line-height: 24px;
}
@media screen and (max-width: 991px) {
    .blog-nav-link-wrapper {
        display: block;
    }
    .blog-nav {
        top: 10px;
        margin: 0 auto 3px;
    }
    .blog-feed {
        padding-top: 80px;
    }
    .blog-feed .row.eq-height .col-md-2 {
        position: absolute;
        top: -5px;
        left: 0;
        width: 100%;
        padding: 0;
        z-index: 99999;
    }
    .category-wrapper {
        padding-bottom: 30px;
    }
    .category-wrapper .blog-categories {
        height: 32px;
        overflow: hidden;
    }
    .category-wrapper.sticky .blog-categories {
        height: 40px;
    }
    .sticky.open .blog-categories {
        height: auto;
    }
    .category-wrapper.sticky.open .blog-categories,
    .category-wrapper.open .blog-categories {
        height: 300px;
        overflow-y: scroll;
        max-height: 80%;
        padding-bottom: 0;
    }
    .category-wrapper.sticky {
        display: block;
        top: 50px;
    }
    .blog-nav a.nav-button {
        width: 33.3333%;
        font-size: 14px;
        text-align: center;
        padding: 8px;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .sticky .blog-nav a.nav-button {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
    .blog-nav a.nav-button:first-child {
        border: 1px solid #ddd;
        border-right: none;
    }
    .blog-nav a.nav-button:last-child {
        border: 1px solid #ddd;
        border-left: none;
    }
    .sticky .blog-nav a.nav-button {
        border-top: 1px solid #222;
        border-bottom: 1px solid #222;
    }
    .sticky .blog-nav a.nav-button:first-child {
        border-left: 1px solid #222;
    }
    .sticky .blog-nav a.nav-button:last-child {
        border-right: 1px solid #222;
    }
    .blog-feed .panel-information {
        padding: 25px;
    }
    .blog-feed .panel-information h2 {
        font-size: 24px;
        line-height: 24px;
    }
    .blog-feed .three-posts .panel-information h2 {
        font-size: 14px;
        line-height: 14px;
    }
    .blog-feed .blog-feed-category a {
        font-size: 14px;
        line-height: 14px;
        padding: 5px;
    }
    .blog-feed .feed-excerpt p {
        font-size: 14px;
        line-height: 21px;
    }
    .blog-feed .loader {
        top: 20px;
    }
}
@media screen and (max-width: 767px) {
    #blog-feed .standard h1 {
        padding-top: 100px;
    }
    .blog-feed .panel-information .author,
    .blog-feed .panel-information .date,
    .feed-excerpt {
        display: none;
    }
    .blog-feed .feed-block {
        max-width: 555px;
        margin: 0 auto;
    }
    .blog-feed .feed-block .panel-information {
        padding: 10px;
    }
    .blog-feed .feed-block .panel-information h2 {
        line-height: 24px;
        font-size: 24px;
    }
    .post-image .blog-feed-category a {
        padding: 5px;
        font-size: 16px;
    }
    .blog-nav a.nav-button .desktop {
        display: none;
    }
    .blog-nav a.nav-button .mobile {
        display: inline;
    }
    .blog-feed .feed-block.first-post {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 480px) {
    .blog-feed .feed-block .panel-information h2 {
        font-size: 18px;
    }
}

/*==================================================================
    Page Template - Vulnerability Disclosure
==================================================================*/
.research-img {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.tools-research {
    margin: 0 auto 40px;
}
.disclosure-wrapper {
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}
.row:last-child .disclosure-wrapper {
    border-bottom: 0;
}
.hubspot-section {
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .research-img {
        min-height: 200px;
        margin: 0 0 30px;
    }
}
@media screen and (max-width: 767px) {
    .disclosure-wrapper {
        border-bottom: 0;
        padding: 0;
        margin: 0 0 30px;
    }
}

/*==================================================================
    CMS - Maps
==================================================================*/
.acf-map {
    width: 100%;
    height: 25vh;
    border: #ccc solid 1px;
    margin: 20px 0;
}
.acf-map img {
   max-width: inherit !important;
}

/*==================================================================
    Page Template - Contact (and some generic form stuff)
==================================================================*/
.contact .hbspt-form {
    margin: 0 0 30px;
}
.page.contact {
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 0;
    min-height: 45vh;
}
.contact .contact-icon {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: #ad1f1f;
    color: #fff;
    border-radius: 50%;
}
.contact .contact-icon:hover {
    background: #fff;
    color: #ad1f1f;
}
.hs-landing .form-columns-2 > div.hs-form-field + .hs-form-field {
    margin-right: 0 !important;
    width: 49.5% !important;
}
.hs-landing .form-columns-2 > div.hs-form-field:first-child {
    margin-right: 1% !important;
    width: 49.5% !important;
}
.contact .hbspt-form label,
.contact-cta .hbspt-form label,
.hs-landing .hbspt-form label {
    display: block;
    font-weight: 300;
    margin: 0 0 3px;
}
.contact .hbspt-form fieldset,
.contact-cta .hbspt-form fieldset,
.hs-landing .hbspt-form fieldset {
    margin: 0 0 7px;
}
.hbspt-form fieldset.row {
    margin-left: -15px;
    margin-right: -15px;
}
.contact .hbspt-form .hs_email,
.contact .hbspt-form .hs_phone,
.hs-landing .hbspt-form .hs_email,
.hs-landing .hbspt-form .hs_phone,
.hs-landing .hbspt-form .stacked .hs_company,
.hs-landing .hbspt-form .stacked .hs_jobtitle {
    width: 49% !important;
    float: left !important;
}
.contact .hbspt-form .hs_email,
.hs-landing .hbspt-form .hs_email,
.hs-landing .hbspt-form .stacked .hs_company {
    margin-right: 2% !important;
}
.contact .hbspt-form .hs-error-msgs label,
.hs-landing .hbspt-form .hs-error-msgs label {
    font-size: 12px;
    line-height: 16px;
    padding: 10px;
    margin: 0;
}
.contact .hbspt-form textarea,
.hs-landing .hbspt-form textarea {
    height: 120px;
}
.contact .hbspt-form input[type="submit"],
.hs-landing .hbspt-form input[type="submit"] {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.hs-landing .hbspt-form div.input input[type="checkbox"] {
    display: inline-block;
    width: auto !important;
    margin-right: 7px;
}
.hs-landing .hbspt-form ul.inputs-list {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}
.hbspt-form .hs-error-msgs li > label,
.hbspt-form .hs-error-msgs li > label a {
    font-size: 12px;
    line-height: 14px;
    margin: -5px 0 10px 0;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .acf-map {
        height: 40vh;
    }
}

/*==================================================================
    Page Template - Hubspot Landing Page
==================================================================*/
.hs-landing .sidebar .hbspt-form input[type="submit"] {
    margin-bottom: 25px;
}
.page-template-single-hs-landing .simple-nav {
    height: 110px;
}
.page-template-single-hs-landing .subhero.simple {
    height: 110px;
}
.page-template-single-hs-landing h1.brand.simple {
    padding-top: 0;
}
.page-template-single-hs-landing h1.brand a {
    line-height: 100px;
}

/*=======================================================
    Page Template - Resources
=======================================================*/
.resource-container {
    max-width: 360px;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 767px) {
    .resource-container {
        margin-bottom: 30px;
    }
    .resource-row {
        margin-bottom: 0;
    }
}
.resource-image {
    width: 100%;
    margin: 0 0 15px;
    height: 170px;
    background-size: cover;
    background-position: center center;
}
.resource-row {
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .resource-row {
        margin-bottom: 0;
    }
}


/*=======================================================
    Part - Form Redirect Modal
=======================================================*/
.redirect-thanks {
    background: rgba(0,0,0,.85);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
}
.redirect-thanks .redirect-message {
    max-width: 700px;
    padding: 15px;
    margin: 0 auto;
}
.redirect-message h3 {
    font-size: 45px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 30px;
}
.redirect-message p {
    color: #fff;
    font-size: 21px;
    line-height: 32px;
}

/*============================================================
    Page Template - FAQ
============================================================*/
.faq-question {
    margin: 0 0 40px;
}

/*=======================================================
    Post Type - Disclosure
=======================================================*/
.single-disclosure-wrapper {
    padding-top: 30px;
}
.disclosure-meta {
    background: #fff;
}
.disclosure-meta h3 {
    background: #0e3a5d;
    padding: 30px 20px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
}
.disclosure-meta-info {
    padding: 20px;
}
.disclosure-meta-value:last-child p {
    margin-bottom: 0;
}
.disclosure-meta-value p strong {
    text-transform: uppercase;
}
.disclosure-meter {
    margin: 0 auto;
    max-width: 480px;
    text-align: center;
}
.meter {
    margin-bottom: 30px;
}
.meter-rating {
    background: #f00;
    color: #fff;
    padding: 15px;
}
.meter-rating p {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0;
}
.disclosure-details {
    padding: 25px 40px;
    background: #fff;
}
.disclosure-detail.gray {
    background: #f2f2f2;
}
.disclosure-detail {
    padding: 15px 0;
}
.disclosure-detail h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.disclosure-detail h3 + h3 {
    margin-top: 10px;
}
.disclosure-detail a {
    display: block;
    color: #ad1f1f;
}
.disclosure-detail p {
    margin-bottom: 0;
}
.disclosure-detail p + p {
    margin-top: 10px;
}
.disclosure-detail h3.indent {
    margin-left: 20px;
}
.disclosure-detail p.minor-note > span {
    display: block;
}
.disclosure-detail p.minor-note > span + span {
    margin-top: 3px;
    padding-top: 3px;
    border-top: 1px dotted #ccc;
}
.disclosure-detail p.minor-note > span span {
    float: right;
}
@media screen and (max-width: 1200px) {
    .single-disclosure .subhero .standard-header {
        font-size: 30px;
        line-height: 30px;
    }
}
@media screen and (max-width: 991px) {
    .single-disclosure .subhero .standard-header {
        font-size: 25px;
        line-height: 25px;
    }
}
@media screen and (max-width: 767px) {
    .single-disclosure .subhero .standard-header {
        font-size: 21px;
        line-height: 23px;
    }
    .disclosure-meter {
        margin-bottom: 30px;
    }
    .disclosure-detail h3 {
        margin-bottom: 5px;
    }
    .disclosure-detail .split {
        width: 50%;
        float: left;
    }
    .disclosure-detail h3.indent {
        margin-left: 0;
    }
    .disclosure-detail .col-sm-6:first-child p.minor-note {
        border-bottom: 1px dotted #ccc;
        margin-bottom: 3px;
        padding-bottom: 3px;
    }
}
@media screen and (max-width: 560px) {
    .meter-rating p {
        font-size: 16px;
        line-height: 20px;
    }
    .single-disclosure .subhero.small {
        padding-top: 95px;
    }
    .single-disclosure .subhero .standard-header {
        font-size: 20px;
        line-height: 20px;
    }
}
