/* Reset */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover,
a:focus,
a:active {
    outline: 0 !important;
}

:focus {
    outline: 0;
    outline: none;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    height: auto;
}

#map_canvas img {
    max-width: none;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button,
input {
    *overflow: visible;
    line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

fieldset {
    border: 0;
    padding: 0;
    position: relative;
}

::-webkit-input-placeholder {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

:-moz-placeholder {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

::-moz-placeholder {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

:-ms-input-placeholder {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* ==================================================================================================== */
/* Body                                                                                                 */
/* ==================================================================================================== */

body {
    margin: 0;
    height: 100%;
    overflow-x: hidden;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #a3aaae;
}

a {
    color: #ee6123;
    text-decoration: none;
}

a:hover {
    color: #98370c;
    text-decoration: underline;
}

a:active {
    color: #331204;
    text-decoration: none;
}

::selection {
    background: #ee6123;
    color: #ffffff;
}

::-moz-selection {
    background: #ee6123;
    color: #ffffff;
}

ul,
ol {
    padding: 0px;
    list-style: none;
    margin-top: 0px;
    margin-bottom: 8px;
    position: relative;
}

.container {
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
    *zoom: 1;
}

.container:before,
.container:after {
    display: table;
    content: "";
    line-height: 0;
}

.container:after {
    clear: both;
}

.container-pod {
    padding-top: 16px;
    padding-bottom: 16px;
}

.container-box {
    width: 100%;
    padding: 7px;
    background: #fff;
    margin-top: 9rem;
}

.container-box .separator {
    margin: 15px 0;
    font-size: 14px;
    font-weight: 300;
}

.sso-sign-in-up .separator {
    margin: 15px 0;
}

.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 8px 16px;
    margin: 0;
    font-size: 11px;
    font-weight: 500;
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ee6123;
    -webkit-box-shadow: 0px 0px 0px 1px #ee6123;
    box-shadow: 0px 0px 0px 1px #ee6123;
    text-rendering: optimizelegibility;
    border: 0 !important;
    background: #fff;
}

.button.copy {
    display: none;
}

.button.copy:hover {
    color: #ee6123;
}

a.short-url {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
}

a.link-blue {
    color: #61b3de;
    display: inline-block;
}

.button.white-button:hover {
    color: #ee6123;
}

.button:hover {
    text-decoration: none;
}

.button.button-primary {
    color: #ffffff;
    background-color: #ee6123;
}

.button.button-primary:hover {
    background-color: #e45212;
}

.button.button-large {
    height: 50px;
    padding: 15px 18px;
}

.button.button-large.shorten-button {
    border-radius: 0px 3px 3px 0px;
    position: absolute;
    top: 0;
    right: 0;
}

.shorten-input,
.input-tall {
    width: 100%;
    height: 50px;
    padding: 14.4px 11.52px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 200;
    color: #7f898e;
    line-height: 32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-width: 0px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
}

.shorten-input:focus,
input.text:focus {
    color: #ee6123;
    background-color: #fef7f4;
    box-shadow: 0 0 0 1px rgba(238, 97, 35, .75), 0 0 4px 2px rgba(238, 97, 35, .2), inset 0 1px 2px 0 rgba(238, 97, 35, .2);
}


/* header */


/* ----------------------------------------------------------------------------------------------------
Page Header Title
---------------------------------------------------------------------------------------------------- */

#header {
    *zoom: 1;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 1000;
    position: relative;
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.header-logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.header-logo {
    background: url("https://d1ayxb9ooonjts.cloudfront.net/bitly2/29FBA64DF13FFA4839B831AA7034F59B0783F505.png") no-repeat;
    background-size: contain;
    width: 79px;
    height: 36px;
    margin: 0 auto;
}

.oauth .header-logo,
.reset-password .header-logo,
.registration-pages .header-logo {
    float: none;
    margin: 0 auto;
}

.open .header-logo {
    margin-left: 64px;
}

.navigation {
    display: none;
    float: left;
}

.navigation ul {
    list-style: none;
    margin: 0px;
}

#stage-sidebar {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    margin-left: -64px;
    padding-left: 64px;
    overflow: hidden;
    background: #0e3042;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
}

#stage-sidebar.open {
    left: 0;
}

.stage {
    left: 0;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
}

.stage.open {
    position: fixed;
    left: 100%;
    margin-left: -64px;
}

#stage-sidebar ul {
    list-style: none;
    margin: 0px -20px 0px 0px;
    line-height: 40px;
    font-size: 13px;
}

#stage-sidebar ul>li {
    position: relative;
    display: block;
    margin: 0px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-left: 0px;
}

#stage-sidebar ul>li a {
    color: #ffffff;
}

#stage-sidebar ul ul>li a {
    color: #ee6123;
}

#stage-sidebar ul ul>li {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: none;
    margin-left: 16px;
}

#header-actions {
    float: right;
    margin-top: -36px;
}

.hide-on-small {
    display: none;
}

.container-scrollable {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.navigation ul li {
    float: left;
    margin: 0px 16px 0px 0px;
    text-rendering: optimizelegibility;
    font-size: 13px;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
    color: #a3aaae;
    padding-left: 0px;
}

.navigation ul li a {
    display: block;
    line-height: 36px;
    text-decoration: none;
}

.navigation ul li a:hover {
    color: #ee6123;
}

.page-title {
    font-size: 16px;
    color: #a3aaae;
    font-weight: 200;
}

.t-center {
    text-align: center;
}

.mid-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.stage-pod-light {
    background: #f7fbfd;
}

.separator {
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin: 16px 0;
}

.separator:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e3e6e7;
    position: absolute;
    top: 50%;
}

.separator span {
    padding: 5px 20px;
    background: #fff;
    color: #8f989d;
    position: relative;
}

.copied {
    position: absolute;
    top: -20px;
    left: 12px;
}

.anon_history .copied {
    color: #ee6123;
    left: 55px;
    top: -5px;
}

#shortened_info,
#shortened_url,
.info {
    display: none;
}

.has-link #shortened_info {
    display: block;
}

#copy_shortlink {
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: #ee6123;
    color: #fff;
    padding: 15px 29px;
    border-radius: 0 3px 3px 0;
}

#most_recent_link .shortened_link {
    overflow: visible !important;
}

.shortened_link {
    padding: 16px 0 16px 56px;
    border-bottom: 1px solid #e3e6e7;
    position: relative;
}

.shortened_link:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    width: 48px;
    height: 48px;
    background-image: url("https://d1ayxb9ooonjts.cloudfront.net/bitly2/95AA186647BB48DA6D0649626274D786D8CBA298.png");
    background-size: 144px 624px;
    background-position: -96px -384px;
}

a.article-title {
    display: block;
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #707a80;
    font-weight: 600;
}

i.v-middle {
    display: inline-block;
    vertical-align: middle;
}

.info_page {
    display: inline-block;
    padding-right: 25px;
    margin-top: 5px;
    float: none;
    background: url("https://d1ayxb9ooonjts.cloudfront.net/bitly2/0E9E4A0F7C583569499225DFFA23D0CF802AB8DC.svg") no-repeat right;
    font-size: 12px;
    line-height: 15px;
    color: #707a80;
}

i.arrow {
    vertical-align: -1px;
    display: inline-block;
    background-size: 18px 13px;
    width: 18px;
    height: 13px;
    margin-left: 5px;
}

.white-arrow {
    background: url("https://d1ayxb9ooonjts.cloudfront.net/bitly2/AA1753F40CDB7B815C06DD2BE6853093047AF56B.svg");
}

.orange-arrow {
    background: url("https://d1ayxb9ooonjts.cloudfront.net/bitly2/36067A6DCDF065FEF68B598C602B2227F04D1CBE.svg");
}

.blue-arrow-small {
    width: 17px;
    height: 15px;
    display: inline-block;
    vertical-align: -2px;
    background: url("https://d1ayxb9ooonjts.cloudfront.net/bitly2/425E9510B1D29B10B503B88A81C6D8E09B21C629.svg");
}

.info_page:hover {
    color: #707a80;
}

.favicon {
    position: absolute;
    left: 30px;
    top: 50px;
    padding: 2px;
    background: #fff;
}

ul.anon_history li:last-child {
    border: 0;
}

h2 {
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    color: #ee6123;
    margin: 19.90656px 0px 16.5888px 0px;
}

h3,
.h3 {
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    color: #4f565a;
    margin: 16.5888px 0px 13.824px 0px;
}

p.lead.tall {
    margin-bottom: 24px;
}

.foot-room {
    margin-bottom: 64px;
}

.page-shorten-brand-tools-product {
    width: 100%;
    float: left;
    padding: 10px 20px;
    text-align: center;
}

.icon {
    display: inline-block;
    line-height: 64px;
    vertical-align: middle;
    width: 64px;
    height: 64px;
    background: url("https://d1ayxb9ooonjts.cloudfront.net/bitly2/2431F4E08296D71D5D42CD96588138370454A56D.png") no-repeat;
    background-size: 192px 640px;
    background-position: 0px 0px;
}

.icon.icon-small {
    width: 24px;
    height: 24px;
    background-image: url("https://d1ayxb9ooonjts.cloudfront.net/bitly2/93C3500F180D465B887E2551E9FE581A95C11ACF.png");
    background-size: 72px 240px;
    position: absolute;
    top: 22px;
    left: 0px;
}

.icon-menu-open {
    background-position: -48px -48px;
    display: inline-block;
}

.icon-menu-close {
    background-position: -48px -72px;
    display: none;
}

.open .icon-menu-close {
    display: inline-block;
}

.open .icon-menu-open {
    display: none;
}

.icon-jumbo.icon-product-link-builder {
    background-position: -128px -320px;
}

.icon-jumbo.icon-product-audience-builder {
    background-position: -128px -384px;
}

.icon-jumbo.icon-product-audience-activator {
    background-position: -128px -448px;
}

.stage-pod-dark {
    background: #0e3042;
}

p.lead.inverse {
    color: #ffffff;
}

.footer-links ul li {
    display: block;
    margin: 0 32px 0 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    text-rendering: optimizelegibility;
    padding-left: 0px;
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer-links ul li:last-child {
    margin-right: 0;
}

.footer-links ul li a {
    color: #a5adb1;
}

.footer-links ul li a:hover {
    color: #7f898e;
    text-decoration: none;
}

.nav.footer-nav {
    margin-bottom: 64px;
}

.footer-logo {
    background: url("https://d1ayxb9ooonjts.cloudfront.net/bitly2/29FBA64DF13FFA4839B831AA7034F59B0783F505.png") no-repeat;
    width: 70.4px;
    height: 32px;
    background-size: contain;
    display: inline-block;
}

.copyright {
    font-size: 13.2px;
    line-height: 19.2px;
    margin: 0px 0px 18px 0px;
}

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

.flush-top {
    margin-top: 0 !important;
}

.footer-social-links {
    margin: 16px 0 32px;
}

.footer-attribution,
.footer-links,
.footer-social-links {
    text-align: left;
}

.footer-attribution-link {
    position: relative;
    display: inline;
    margin: 0;
    padding: 0 8px 0 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    text-rendering: optimizelegibility;
}

.footer-attribution-link a {
    color: #a3aaae;
}

.footer-attribution-link:after {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    top: 6px;
    right: 0px;
    margin: -1px -1px 0 0;
    background: #c8ccce;
    border-radius: 5px;
}

.footer-attribution-link:last-child:after {
    display: none;
}

.footer-social-link {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0px 2.4px 0px 0px;
    background-image: url("https://d1ayxb9ooonjts.cloudfront.net/bitly2/7F1B402B3E906C9AC91D3AF2FA0744A3C8D0EBC8.png");
}

.footer-social-link>a {
    display: block;
    width: 100%;
    height: 100%;
}

.footer-social-link-facebook {
    background-position: 0px 0px;
}

.footer-social-link-twitter {
    background-position: 0px -32px;
}

.footer-social-link-google {
    background-position: 0px -64px;
}

.footer-social-link-linkedin {
    background-position: 0px -96px;
}

#shorten_actions {
    display: none;
}

.shorten_active #shorten_actions {
    display: block;
}

.close {
    position: absolute;
    top: 15px;
    right: 100px;
}

#notification_center {
    width: 100%;
    position: fixed;
    z-index: 25000;
    top: 0;
    left: 0;
    right: 0;
    color: #222;
    text-align: center;
    height: 65px;
    font-size: 15px;
    padding: 0;
}

#notification_center p {
    height: 65px;
    padding: 20px;
    position: relative;
    background-color: #f3f8fb;
    margin: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.22);
}

#site_wide_message {
    background-color: #fdf8d1;
    text-align: center;
}

.site_wide_message_text_container {
    margin: 0;
    padding: 20px;
    color: #222;
}

.ph_shim {
    display: block !important;
}


/* Sign up and Sign in pages */

#sign-up,
#sign-in,
.to-sign-up,
.to-sign-in {
    display: none;
}

.sign_up #sign-up,
.sign_in #sign-in,
.sign_up .to-sign-in,
.sign_in .to-sign-up {
    display: block;
}


/* SSO signup and sign in pages */

#sso-sign-up,
#sso-sign-in,
.to-sign-up,
.to-sign-in {
    display: none;
}

.sign_up #sso-sign-up,
.sign_in #sso-sign-in,
.sign_up .to-sign-in,
.sign_in .to-sign-up {
    display: block;
}

.tagline {
    font-weight: 500;
    font-size: 21px;
    color: #4F565A;
    text-align: center;
    font-family: "Brandon Grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.button.sso-btn {
    width: 100%;
    color: #fff;
    box-shadow: none;
}

.social-sign-in {
    text-align: center;
}

.button.susi-btn {
    width: 70px;
    color: #8f989d;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #000 !important;
    height: 40px;
    padding: 0;
    line-height: 36px;
}

.button.susi-btn:hover {
    background-color: #f9f9f9;
}

.button.susi-btn+.button.susi-btn {
    margin-left: 12px;
}

.sso-signup-btn {
    background-color: #ee6123;
}

.button.google-susi-btn {
    border-color: #4285f4 !important;
}

.button.google-susi-btn:hover {
    border-color: #0d43c0 !important;
}

.button.apple-susi-btn {
    border-color: #000000 !important;
}

.button.apple-susi-btn:hover {
    border-color: #000000 !important;
}

.susi-with {
    display: block;
    text-align: center;
    color: #8f989d;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin: 5px 0;
    text-transform: uppercase;
}

.susi-fields-wrapper input,
.bitlyAuthFormBox input {
    width: 100%;
    border: 1px solid #e3e6e7;
    border-radius: 4px;
    padding: 11px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    box-shadow: none;
}

.sso-domain-label {
    vertical-align: -10px;
}

.authFormFieldContainer {
    margin-bottom: 20px;
}

.button.sign-up-in {
    font-size: 13px;
    margin-top: 15px;
}

.password-block {
    display: block;
    position: relative;
}

.password-reqs,
.forgot {
    position: absolute;
    top: 9px;
    right: 10px;
    font-size: 12px;
}

.switch {
    font-size: 13px;
}

.terms-and-conditions {
    line-height: 130%;
    margin-bottom: 6px;
}

.password-tip {
    line-height: 130%;
    margin: -12px 0 20px 0;
}

a>.gray-link,
a.gray-link {
    color: #a3aaae;
    cursor: pointer;
}

.success-text {
    font-size: 16px;
    color: #1ad002;
    text-align: center;
}

.error-message {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    color: #d0021b;
}

/* Two factor Auth */

.verification {
    font-size: 13px;
    margin-bottom: 0;
}

.verify {
    display: block;
    margin-top: 16px;
}

.cb-label {
    font-size: 13px;
}

.cb-label input {
    width: auto;
    margin-right: 12px;
    margin-top: 6px;
}

.two-factor-copy, .force-password-reset-copy {
    font-size: 14px;
}


/* oauth */

.oauth_cancel {
    margin-top: 20px;
}


/* twitter sign up interstitial page */

#verify_existing,
#create_new,
form .already-linked,
form .email-exists,
.already-linked .manual-link,
.email-exists .manual-link,
.already-linked.email-exists form .already-linked {
    display: none;
}

.link_existing_account #verify_existing,
.create_new_account #create_new,
.already-linked form .already-linked,
.email-exists form .email-exists {
    display: block;
}

.flash_message {
    color: #ee6123;
}

@media (min-width: 480px) {
    .container {
        max-width: 100%;
        margin-right: 2.5%;
        margin-left: 2.5%;
        *zoom: 1;
    }
    .mid-container {
        width: 98%;
    }
    .hide-on-small {
        display: inline;
    }
    .oauth,
    .reset-password,
    .registration-pages {
        background: #f2f6f7;
    }
    .container-box {
        width: 440px;
        margin: 40px auto;
        border: 1px solid #e3e6e7;
        border-radius: 4px;
        padding: 50px 53px;
        background: #fff;
    }
}

@media (max-width: 768px) {
    .container-box {
        margin: 200px auto;
    }
}


/* ==================================================================================================== */
/* GDPR Compliance Elements                                                                             */
/* ==================================================================================================== */

@font-face {
    font-family: "Bitly Icon";
    src: url('https://d1ayxb9ooonjts.cloudfront.net/bitly2/7848D5EAA752B362274311DFA4BADD09CD5026BD.woff') format('woff');
}

.sitebanner--container {
    position: fixed;
    width: 100%;
    padding: 22px 119px 22px 108px;
    background-color: #207DAE;
    top: 0;
    left: 0;
    z-index: 20000;
    font-weight: normal;
    color: #EBECEE;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sitebanner--container a {
    color: #EBECEE;
    font-size: 14px;
    white-space: nowrap;
}

.sitebanner--text {
    font-size: 14px;
    line-height: 14px;
    padding-right: 15px;
}

.sitebanner--spacer {
    position: relative;
    display: block;
    height: 80px;
}

.fixed-header-offset {
    top: 80px !important;
}

.banner-cookie--button-container {
    margin-left: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#banner-cookie--button {
    cursor: pointer;
    border: 1px solid #61B3DE;
    padding: 7px 26.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 13px;
    color: #FFFFFF;
    border-radius: 3px;
    margin-left: 40px;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .sitebanner--text {
        padding-right: 10px;
    }
    .banner-cookie--button-container {
        margin-left: 2rem;
    }
}

@media (max-width: 992px) {
    .sitebanner--container {
        padding: 16px 16px 8px 16px;
        flex-direction: column;
        justify-content: space-between;
    }
    .sitebanner--text {
        line-height: 16px;
        font-size: 13px;
        padding-right: 0;
    }
    .sitebanner--spacer {
        height: 110px;
    }
    .fixed-header-offset {
        top: initial !important;
    }
    .banner-cookie--button-container {
        margin-left: 10px;
        align-self: flex-end;
    }
}

@media (max-width: 767px) {
    .sitebanner--container {
        padding: 16px 16px 15px 16px
    }
    .sitebanner--spacer {
        height: 0;
    }
    .banner-cookie--button-container {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 320px) {
    .sitebanner--spacer {
        height: 0;
    }
    #banner-cookie--button {
        padding: 5px 26.5px;
    }
}


/* ==================================================================================================== */
/* Screen Size: Small (@screen-small) and above                                                         */
/* ==================================================================================================== */

@media (min-width: 768px) {
    /* ==================================================================================================== */
    /*                                                                                                      */
    /* Body                                                                                                 */
    /*                                                                                                      */
    /* ==================================================================================================== */
    body {
        font-size: 14.3px;
        line-height: 22px;
    }
    .navigation {
        display: block;
    }
    .container {
        max-width: 730px;
        margin-left: auto;
        margin-right: auto;
    }
    .container-pod {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container-pod.container-pod-short {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .container-pod.container-pod-tall {
        padding-top: 72px;
        padding-bottom: 72px;
    }
    #header-inner .container {
        max-width: none;
        margin-left: 24px;
        margin-right: 24px;
    }
    .header-logo {
        float: left;
        width: 87.12px;
        height: 39.6px;
        margin: 0px 24px 0px 0px;
    }
    .navigation ul li a {
        line-height: 39.6px;
    }
    .navigation ul li {
        margin: 0px 16.8px 0px 0px;
        font-size: 13px;
        line-height: 39.6px;
        position: relative;
    }
    .navigation ul li:hover:before {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        position: absolute;
        top: -24px;
        left: 0px;
        background: #ee6123;
        opacity: 0.5;
        filter: alpha(opacity=75);
    }
    .icon.icon-menu-open,
    .icon.icon-menu-close {
        display: none;
    }
    .button {
        padding: 8.8px 17.6px;
        font-size: 12.1px;
        line-height: 22px;
    }
    .copy.button {
        height: 21px;
        font-size: 11px;
        padding: 0 12px;
        margin-left: 16px;
        display: inline-block;
    }
    #header-actions {
        margin: 0px;
    }
    #stage-sidebar {
        display: none;
    }
    h2 {
        font-size: 20.9px;
        line-height: 26.4px;
        margin: 21.897216px 0px 18.24768px 0px;
    }
    h3 {
        font-size: 17.6px;
        line-height: 24.2px;
        margin: 18.24768px 0px 15.2064px 0px;
        font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    .page-title {
        font-size: 19.2px;
        line-height: 26.4px;
        margin: 0 0 12px;
    }
    a.short-url {
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        width: 190px;
    }
    a.short-url:hover {
        text-decoration: none;
        color: #ee6123;
    }
    a.smaller {
        font-size: 13px;
        color: #c8ccce;
    }
    p.lead.tall {
        margin-bottom: 26.4px;
        color: #707a80;
    }
    .page-shorten-brand-tools-product {
        width: 33.3%;
        padding-top: 0;
    }
    #footer .footer-links ul li {
        display: inline-block;
    }
    .footer-attribution,
    .footer-links,
    .footer-social-links {
        text-align: center;
    }
    .footer-attribution-link {
        margin: 0 0 0 8px;
        font-weight: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    .shorten-input,
    .input-tall {
        height: 60px;
        font-size: 20.28px;
        font-weight: 300;
    }
    #copy_shortlink {
        height: 60px;
        padding: 20px 43px;
    }
    .button.button-large {
        height: 60px;
        padding: 20.4px 28.8px;
    }
    .close {
        top: 20px;
        right: 140px;
    }
    .info {
        position: absolute;
        top: 20px;
        right: 160px;
    }
}


/* ==================================================================================================== */
/* Screen Size: Medium (@screen-medium) and above                                                       */
/* ==================================================================================================== */

@media (min-width: 992px) {
    /* ==================================================================================================== */
    /*                                                                                                      */
    /* Body                                                                                                 */
    /*                                                                                                      */
    /* ==================================================================================================== */
    body {
        font-size: 15.6px;
        line-height: 24px;
    }
    #header-inner .container,
    .container {
        max-width: 920px;
        margin-right: auto;
        margin-left: auto;
    }
    .container-pod {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .container-pod.container-pod-short {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .container-pod.container-pod-tall {
        padding-top: 96px;
        padding-bottom: 96px;
    }
    .navigation ul li a {
        line-height: 43.2px;
    }
    .navigation ul li {
        margin: 0px 25.6px 0px 0px;
        line-height: 43.2px;
    }
    .navigation ul li:hover:before {
        top: -32px;
    }
    .button {
        padding: 9.6px 19.2px;
        font-size: 13.2px;
        line-height: 24px;
    }
    .button.button-large {
        padding-top: 20.4px;
        padding-bottom: 20.4px;
        padding-left: 28.8px;
        padding-right: 28.8px;
        font-size: 14.4px;
        line-height: 19.2px;
    }
    .copyright {
        font-size: 12.2px;
    }
    .separator.big-margin {
        margin: 64px 0;
    }
    h2 {
        font-size: 27.36px;
        line-height: 34.56px;
        margin: 23.887872px 0px 19.90656px 0px;
    }
    h3,
    .h3 {
        font-size: 21.12px;
        line-height: 29.04px;
        margin: 19.90656px 0px 16.5888px 0px;
    }
    p.lead.tall {
        margin-bottom: 28.8px;
        font-size: 21.12px;
        line-height: 29.04px;
    }
    p.lead {
        font-size: 21.12px;
        line-height: 29px;
        margin-top: 32px;
    }
    .mid-container {
        width: 83%;
    }
    .page-title {
        font-size: 25.6px;
        line-height: 35.2px;
        margin: 0 0 32px 0;
    }
    .info_page {
        display: inline-block;
        float: right;
        margin-top: 0;
    }
    .header-logo {
        width: 95.04px;
        height: 43.2px;
        margin: 0 32px 0 0;
    }
    a.article-title {
        color: #707a80;
        display: inline-block;
    }
}


/* ==================================================================================================== */
/* Screen Size: Large (@screen-large) and above                                                         */
/* ==================================================================================================== */

@media (min-width: 1400px) {
    body {
        font-size: 15.6px;
        line-height: 24px;
    }
    #header-inner .container,
    .container {
        max-width: 1160px;
    }
    .navigation ul li {
        margin: 0px 32px 0px 0px;
        line-height: 43.2px;
    }
    .header-logo {
        width: 95px;
        height: 43px;
        margin-right: 64px;
    }
    .navigation ul li:hover:before {
        top: -32px;
    }
    .mid-container {
        width: 67%;
    }
    .separator {
        margin: 32px 0;
    }
    h2 {
        font-size: 31.92px;
        line-height: 40.32px;
        margin: 23.887872px 0px 19.90656px 0px;
    }
    h3 {
        margin: 19.90656px 0px 16.5888px 0px;
    }
    .footer-links ul li {
        font-size: 13.2px;
    }
    .footer-logo {
        width: 88px;
        height: 40px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .shortened_link:before {
        background-image: url('https://d1ayxb9ooonjts.cloudfront.net/bitly2/2BD3A85E95DC41DCFA235E76FC17F2C80075AAF1.png');
        background-size: 144px 1248px;
    }
    .icon {
        background-image: url('https://d1ayxb9ooonjts.cloudfront.net/bitly2/527609A8CA9CB5A369419B906CE3158D7C78F943.png');
        background-size: 192px 640px;
    }
    .footer-social-link {
        background-image: url("https://d1ayxb9ooonjts.cloudfront.net/bitly2/AE2E4AB1EC8EA480640CAEEB1CD3CDFEE639A8DF.png");
        background-size: 32px 128px;
    }
}
