.side-menu-addl .side-menu-title {
    font-weight: 600;
    text-transform: uppercase;
    color: #6c7a86;
    padding: 0 22px 8px;
    font-size: .875rem;
}

.line-with-icon .fa, p.line-with-icon .fa {
    color: #adb7be;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 1.1rem;
}

.badge, .badge_br, .badge_bl, .badge_sm, .flag_br {
    height: 18px;
    min-width: 18px;
    top: 16px;
    right: -5px;
    padding: 3px;
    border: 0px solid #fff;
    border-radius: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f44336;
    position: absolute;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
    cursor: pointer;
}

.popover {
    border-color: #00a1f3;
}

.popover-arrow, .popover-arrow::after {
    border-color: transparent;
}

.popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #00a1f3;
    border-bottom-width: 0;
}

.popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
    bottom: 1px;
    margin-left: -10px;
    content: "";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px;
}

.popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #00a1f3;
    border-left-width: 0;
}

.popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
    bottom: -10px;
    left: 1px;
    content: "";
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px;
}

.popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #00a1f3;
}

.popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
    top: 1px;
    margin-left: -10px;
    content: "";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px;
}

.popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #00a1f3;
}

img.lazy {
    /*width: 48px;*/
    /*height: 48px;*/
}

.notification-container {
    position: fixed;
    bottom: 0;
    /*left: 0;*/
    right: 10px;
    text-align: center;
    padding-bottom: 20px;
    max-width: 350px;
    margin: auto;
}

.notification {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
    padding: 15px;
    font-size: 13px;
    color: white;
    border-radius: 20em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    width: 350px;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
}

.notification-image {
    height: 75px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    border-radius: 50%;
    background-size: cover !important;
    background-position: center center;
    background: white;
}

.notification-content {
    padding-left: 10px;
}

.notification-content-text {
    margin: 6px 0;
    opacity: .6;
}

.notification-content-buttons a {
    cursor: pointer;
    opacity: .9;
    color: white;
}

.notification-content-cta {
    text-decoration: underline;
    margin-right: 10px;
}

.people-rel-list .people-rel-list-photos li {
    margin: 0 8px 10px 0 !important;
}

.people-rel-list .people-rel-list-photos {
    padding: 0 5px 12px 5px !important;
    zoom: 1;
}

.m-b-tn {
    margin-bottom: 5px;
}

html > body > .eager-lead-line {
    /*
      Specificity to combat things like this (from CNN.com as of 6/6/16):

      body > :not(.nav) {
        -webkit-transform: none !important;
        transform: none !important;
      }
    */
    position: fixed;
    display: block !important;
    z-index: 18004;
    top: 0;
    left: 0;
    right: 0;
    font-size: 16px !important;
    width: 100%;
    max-width: 100%;
    padding: .5em 8em !important;
    color: #fff;
    font-weight: bold;
    text-align: center !important;
    -webkit-transform: translate3d(0, -300%, 0) !important;
    transform: translate3d(0, -300%, 0) !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important
}

@media (max-width: 40em) {
    html > body > .eager-lead-line {
        text-align: left !important;
        padding: 1em 2.5em 1em .4em !important
    }
}

@media (max-width: 15em) {
    html > body > .eager-lead-line {
        display: none !important
    }
}

html[eager-lead-line-show="true"] > body > .eager-lead-line {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: all !important;
}

.eager-lead-line-close-button {
    cursor: pointer;
    position: absolute;
    z-index: 18005;
    right: 0;
    top: 0;
    bottom: 0;
    width: 4em !important
}

@media (max-width: 40em) {
    .eager-lead-line-close-button {
        width: 2.5em !important
    }

    .eager-lead-line-close-button:before {
        margin-top: .25em !important
    }
}

.eager-lead-line-close-button:before {
    position: absolute;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    content: "\00D7";
    display: block !important;
    font-size: 2em !important;
    line-height: .75em !important;
    height: 1em;
    width: 1em;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: rgba(0, 0, 0, .2);
    font-weight: 300;
    pointer-events: none
}

.eager-lead-line-close-button:hover:before {
    color: rgba(0, 0, 0, .7)
}

@media (max-width: 40em) {
    html[eager-lead-line-goal="cta"] .eager-lead-line-content,
    html[eager-lead-line-goal="signup"] .eager-lead-line-content {
        margin-bottom: .5em !important
    }
}

.eager-lead-line-text {
    display: inline-block !important;
    line-height: 1.3em !important;
    margin: 0 .6em .4em .6em !important
}

html[eager-lead-line-goal="announcement"] .eager-lead-line-text {
    margin-top: .4em !important
}

.eager-lead-line-form {
    display: inline-block !important;
    margin: 0 .5em !important
}

@media (max-width: 40em) {
    .eager-lead-line-form {
        display: block !important
    }
}

input.eager-lead-line-input {
    display: inline-block !important;
    appearance: none;
    font-family: inherit !important;
    -webkit-tap-highlight-color: transparent;
    text-rendering: optimizeLegibility;
    color: #fff;
    font-weight: bold;
    background: rgba(0, 0, 0, .35) !important;
    border: 0 !important;
    font-size: .9em !important;
    padding: .65em .8em .6em !important;
    height: auto !important;
    margin-right: .5em !important;
    width: 16em !important;
    border-radius: .1875em
}

@media (max-width: 50em) {
    input.eager-lead-line-input {
        width: 10em !important
    }
}

@media (max-width: 40em) {
    input.eager-lead-line-input {
        width: 100% !important;
        margin-bottom: .5em !important
    }
}

input.eager-lead-line-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
    font-family: inherit
}

input.eager-lead-line-input:-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    font-family: inherit
}

input.eager-lead-line-input::-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    font-family: inherit
}

input.eager-lead-line-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
    font-family: inherit
}

.eager-lead-line-link {
    display: inline !important
}

.eager-lead-line button.eager-lead-line-button {
    position: relative !important;
    display: inline-block !important;
    vertical-align: baseline !important;
    max-width: 100% !important;
    cursor: pointer !important;
    width: auto !important;
    background: #fff !important;
    padding: .65em 1.6em .6em .9em !important;
    height: auto !important;
    border: 0 !important;
    border-radius: .1875em;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: .08em;
    text-indent: .08em;
    font-size: .9em !important;
    opacity: .85;
    max-width: 16em !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    box-shadow: none !important;
    text-overflow: ellipsis !important
}

@media (max-width: 40em) {
    .eager-lead-line-button {
        padding-left: 1.6em !important;
        padding-right: 1.6em !important;
        max-width: 100% !important;
        width: 100% !important
    }
}

@font-face {
    font-family: "eager-lead-line-icons";
    font-style: normal;
    font-weight: normal;
    src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRk9UVE8AAAOgAAoAAAAABXwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAMAAAADRKjcpT0ZGVE0AAAG0AAAAGgAAABxzCc2eT1MvMgAAAdAAAABIAAAAYIDKBSljbWFwAAACGAAAADcAAAFCAA0i4WhlYWQAAAJQAAAALwAAADYDttYWaGhlYQAAAoAAAAAgAAAAJAatAehobXR4AAACoAAAAAgAAAAIA/oAAG1heHAAAAKoAAAABgAAAAYAAlAAbmFtZQAAArAAAADYAAABsEnBB1pwb3N0AAADiAAAABYAAAAg/50AZ3icY2RgYWFgZGTkSU1MTy3SzUzOzytmYGRiYGRw/CHD9EOW+YcESw8PYwQP80ceFjkuBpYODfnubjiDh7275MekXx2sMgxd/DIMDAIyDL2CMgwcMgwnhRiYQcbwMkgwKBdlpmeUJGeklhXl5yFZhGwnAwNjOwMTI6OCeffHXzwfGT9+/PCR+aPY96O/bvw+yvbxX5HoL54P/3jY+X5M+tEi+if8x4yAiB9af1L/APGxUFa+HxNFukW7ebgAOkZGo3icY2BgYGQAggsFDokg+qLPsXkwGgBEYgblAAB4nGNgZvzLOIGBlYGD1Zh1JgMDoxyEZr7OkMYkxAAErAwQ0MCACgLSXFMYHBSsFKzY0v6lMexg/sIgDhRmhCtQAEJGAEQ9C294nGNgYGBmgGAZBkYGELAB8hjBfBYGBSDNAoRAvoLV//8Q8v5xqEoGRjYGGHN4AiI8BwCY4gcNAHicY2BkYGAA4i3P72rH89t8ZeDmYACBiz7H5iHo/y8Z/zF/AXI5GJhAogBqdw1CAHicY2BkYGD+8v8lww7GvwwM//8z/mMAiqAAJgDAhweXAf0AAAH9AAAAAFAAAAIAAHicjY+9DcIwEIVfIEHiR5SI0gUSlSM7AgoGoKSkR8iK0sSSwwyMwBiMwQCMwQDUPJsrKCiwdPZ3d+9+DGCCKzLEk2GMuXAPBYxwH0tchHNq7sIF+Sk8wDibUpnlQ0ZmqSpyDyMshPvYYyOcU3MTLsgP4QH5BYcjat4BGg1O8GjRAe5Yu6Cbk2/pfMUlskv+Ob0h1StUKPkPhS3td9dPzlKlsaJVJIs12/n2vPOhdqoqjdqqr+n0rNErXRlL4T/bHlK+Yz5m47y4Fw4udI1vlS3NX33eEhBDMnicY2BmAIP/sxjSgBQjAxoAAC6qAgQAAA==) format("woff");
}

.eager-lead-line-button:after {
    display: inline-block !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    right: .75em !important;
    font-family: "eager-lead-line-icons";
    content: "\203A";
    padding-left: .3em !important;
    color: inherit !important;
    font-style: normal;
    font-weight: inherit;
    font-size: 1.3em !important;
    height: 1.05em !important;
    line-height: 1 !important
}

.eager-lead-line-button[disabled] {
    cursor: not-allowed
}

.eager-lead-line-button:not([disabled]):hover {
    box-shadow: none !important;
    opacity: 1
}

.eager-lead-line-button:not([disabled]):hover:active {
    box-shadow: none !important;
    opacity: .7
}

.eager-lead-line-button:not([disabled]):focus:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: .1em;
    box-shadow: inset 0 0 0 1px #fff;
    pointer-events: none;
    transition: opacity .3s ease-in-out
}

.eager-lead-line-button:not([disabled]):focus:active:before {
    opacity: 0
}

.eager-lead-line-branding {
    position: absolute !important;
    left: 0;
    padding: 0 1.5em !important;
    font-size: .75em !important;
    height: 1.25em;
    top: 0;
    bottom: 0;
    margin-top: auto !important;
    margin-bottom: auto !important
}

@media (max-width: 40em) {
    .eager-lead-line-branding {
        position: relative !important;
        top: .4em !important;
        text-align: center !important;
        margin: 0 !important;
        padding: 0 !important
    }

    html[eager-lead-line-goal="announcement"] .eager-lead-line-branding {
        display: none !important
    }
}

a.eager-lead-line-branding-link {
    color: inherit;
    opacity: .4
}

a.eager-lead-line-branding-link:hover {
    opacity: .8
}