#___gcse_0 {
    position: absolute;
    top: 0px;
    right: 225px;
    margin-left: 0px;
    width: 220px;
    height: 30px;
    display: none;
}

nav.mobile-toggle-nav {
    display: none !important;
}

nav.mobile-toggle-nav.visibile.vis {
    display: block !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
    background-color: transparent !important;
    border: none !important;
}

.gsc-search-box {
    max-width: 320px;
}

.gsc-input input {
    border-radius: 5px; 
    width: 220px !important;
}

.cse form.gsc-search-box, form.gsc-search-box {
    margin-right: -30px !important;
}

.page-section {
    padding: 0 60px 37px 60px;
}

input.gsc-search-button {
    display: none !important;
    background-color: #ec3525 !important;
    color: #fff;
    border: none !important;
    position: relative !important;
    bottom: 1px; 
}

input.gsc-search-button:hover {
    background-color: #c01f11 !important;
}

div.gsc-clear-button {
    position: relative !important;
    right: 35px !important;
    top: 1px !important;
}

.gsc-control-cse.gsc-control-cse-en {
    padding: 0;
}

#___gcse_0 .gsc-control-cse.gsc-control-cse-en,
#___gcse_0 .gsc-control-wrapper-cse,
#___gcse_0 table.gsc-search-box {
    height: 32px;
}

#___gcse_0 form.gsc-search-box {
    height: 32px;
    margin: 0;
    padding: 0;
}

#___gcse_0 input#gsc-i-id1 {
    height: 28px;
    background: #fff !important;
}

#top-bar img.cs-search-icon.desktop.blog {
    position: absolute;
    right: 175px;
    top: 7px;
    cursor: pointer;
}

span#search-divider {
    position: absolute;
    right: 160px;
    top: 1px;
}

.listing-item {
    max-width: 100%;
}

/**** custom twitter iframe styling ****/
#twitter-feed-wrap iframe#twitter-widget-0 {
    width: 100%;
    max-width: 100%;
}

iframe[id^='twitter-widget-0'] {
    height:600px !important;
    width:55% !important;
    max-width: 1000px !important;
    left: 0;
    right: 0;
    margin: 30px auto !important;
    position: relative;
}

blockquote.twitter-tweet p {
  font-size: 18px;
  line-height: 22px;
}

blockquote.twitter-tweet {
  font-size: 18px;
  line-height: 22px;
}

blockquote.twitter-tweet a[href^="https://twitter.com"] {
  font-size: 18px;
  line-height: 22px;
}

div#twitter-feed-wrap {
    text-align: center;
    display: none;
}

table#bear-chart {
    overflow-x: scroll;
}

table#bear-chart td,
table#bear-chart tr {
    border: 1px solid #000;
    padding: 5px;
}

.blog-post-code-wrapper {
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    overflow-x: scroll;
    max-width: 730px;
    color: #acacac;
}

.blog-post-code-wrapper.indented {
    padding-left: 30px;
}

span.code-font {
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

/*** modal styling ***/
a#modal-trigger,
a#modal-transcript-trigger,
a.modal-trigger,
.modal-trigger,
.modal-trigger.img,
a#modal-trigger-secondary,
#modal-trigger span,
#modal-trigger-secondary span {
    cursor: pointer !important;
}

#modal-overlay,
#modal-transcript-overlay,
.modal-overlay,
#modal-overlay-secondary,
#modal-overlay-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.86;
    filter: alpha(opacity=86);
    z-index: 99;
}

div#modal-content,
div#modal-img-content,
div#modal-transcript-content,
div.modal-content,
div#modal-img-content,
div#modal-content-secondary {
    z-index: 100;
    position: fixed;
    width: 60%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    margin: 0 auto;
    padding: 150px 100px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

div#modal-img-content {
    background-color: #000;
    opacity: 0.86;
    filter: alpha(opacity=86);
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
}

#modal-img-content .img-container img {
    max-width: 100%;
}



a#modal-close,
a#modal-img-close,
a#modal-transcript-close,
a.modal-close,
a#modal-close-secondary {
    top: 140px;
    right: 40px;
    position: absolute;
    color: #666;
    font-size: 30px;
    line-height: 0px;
    cursor: pointer;
}

div#modal-content.video,
div.modal-content.video,
div#modal-content-secondary.video {
    background: transparent;
    height: 616px;
    width: 915px;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}

div#modal-content.form,
div.modal-content.form {
    overflow: hidden;
}

a#embed-infographic-trigger,
a#hide-embed-infographic-trigger {
    color: #999;
    padding: 0.308em 0.769em;
    border: 1px solid #e4e4e4;
    text-align: center;
    font-size: 1em;
    transition: all 0.15s ease;
    display: block;
    text-decoration: none;
    width: 80px;
}

a#embed-infographic-trigger:hover,
a#hide-embed-infographic-trigger:hover {
    background: #f7f7f7;
    color: #4875B4;
}

textarea#infographic-embed-text {
    margin-bottom: 10px;
    padding-bottom: 40px;
}

#footer-cta .page-section, #footer-lower .page-section {
    max-width: 1150px;
    left: 50%; 
    position: relative;
    transform: translateX(-50%);
    padding-top: 50px;
    padding-bottom: 50px;
}

#footer-cta p {
    margin-top: 12px;
    margin-bottom: 20px !important;
    font-size: 14px;
}

#footer-cta .col-6-md {
    float: left;
    display: inline;
    width: 50%; 
}

#footer-cta {
    min-height: 260px;
    padding: 40px 0;
    overflow-x: hidden;
}

#footer-cta .col-6-md.right {
    padding-left: 40px;
}

#stickyfooterwrapper {
    display: none;
    margin: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 1;
}

#footer-cta .footer-cta-section a {
    text-decoration: underline;
}

#footer-cta {
    background-color: #efefef;
}

div#stickyfooterwrapper.unstuck {
    bottom: 0;
    position: relative;
    z-index: 0;
}

div#stickyfooterwrapper.unstuck.expanded {
    bottom: 0;
}

div#stickyfooterwrapper.unstuck div#footer-form-modal-wrap {
    position: relative;
    bottom: 565px;
}

#stickyfooterwrapper.expanded.unstuck, #stickyfooterwrapper.expanded.unstuck .pageStickyFooter, #stickyfooterwrapper.expanded.unstuck .pageStickyFooterText {
    height: 642px;
}

#footer-cta .footer-cta-section {
    margin-top: 20px;
    padding: 0px 30px;
    display: inline-block;
}

#footer-cta .icon-wrap {
    display: inline-block;
    width: 100px;
    float: left;
    height: 130px;
}

#footer-cta i {
    font-size: 70px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    height: 75px;
}

#footer-cta.page-section {
    padding-top: 130px;
}

#stickyfooterwrapper.unstuck .pageStickyFooter {opacity: 1;}

.pageStickyFooter {
    background-color: #000;
    opacity: 0.9;
    margin: auto;
    width: 100%;
    height: 80px;
    z-index: 1;
    padding: 15px;
    text-align: center;
    -webkit-box-shadow: 0px -2px 3px -1px rgba(117,117,117,1);
    -moz-box-shadow: 0px -2px 3px -1px rgba(117,117,117,1);
    box-shadow: 0px -2px 3px -1px rgba(117,117,117,1);
}


#stickyfooterwrapper.expanded, #stickyfooterwrapper.expanded .pageStickyFooter, #stickyfooterwrapper.expanded .pageStickyFooterText {height: 405px;}

#stickyfooterwrapper iframe#footer-form-frame {
    opacity: 0;
    transition: opacity 0.8s ease-in;
    -ms-transition: opacity 0.8s ease-in;
    -moz-transition: opacity 0.8s ease-in;
    -webkit-transition: opacity 0.8s ease-in;
}

#stickyfooterwrapper iframe#footer-form-frame.show {
    opacity: 1;
    transition: opacity 0.8s ease-out;
    -ms-transition: opacity 0.8s ease-out;
    -moz-transition: opacity 0.8s ease-out;
    -webkit-transition: opacity 0.8s ease-out;
}

div#footer-form-modal-wrap {
    position: absolute;
    bottom: -20px;
    width: 101%;
    transform: translateX(-50%);
    z-index: 3;
    text-align: center;
    left: 50%;
    background-color: #222;
}

#footer-form-modal-wrap p {
    font-size: 18px;
    position: relative;
    bottom: -15px;
}

.pageStickyFooterText {
    opacity: 1.0 !important;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 15px;
    text-align: center;
    z-index: 1;
}

.pageStickyFooterText .text-wrap p {
    font-size: 30px;
    letter-spacing: 0.2em;
    position: relative;
    top: 0;
}

.pageStickyFooterText .text-wrap a {
    margin-left: 30px;
    position: relative;
    top: -9px;
    cursor: pointer;
}

a#close-footer-form {
    top: -10px;
    right: -420px;
    position: relative;
    font-size: 40px;
    cursor: pointer;
}

div#footer-divider {
    width: 1px;
    border-left: solid 1px #58595b;
    height: 160px !important;
    left: 50%;
    position: relative;
    bottom: -10px;
}

@media (max-width: 767px) {
    .page-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 959px) {

}

@media (max-width: 838px) {
    div#footer-divider {
        display: none;
    }    

    #footer-cta .col-6-md {
        width: 100% !important;
        float: none;
    }    

    #footer-cta .col-6-md.right {
        padding-left: 0;
    }    

    #footer-cta .footer-cta-section {
        margin: 20px 0;
        padding: 0px 30px;
        height: 120px;
    }    

    #footer-cta i {
        font-size: 70px;
        position: relative;
        height: 75px;
        top: 20px;
    }    
}

@media (max-width:767px) {

    .pageStickyFooterText .text-wrap p {
        font-size: 26px;
        letter-spacing: 0.1em;
    }

    #stickyfooterwrapper.unstuck .pageStickyFooterText .text-wrap p {
        top: -4px;
    }

    .pageStickyFooterText .text-wrap a {
        top: -6px;
    }

}

@media (max-width: 700px) {

    a#close-footer-form {
        top: -20px;
        right: -35px;
        position: relative;
        font-size: 40px;
        cursor: pointer;
    }
}

@media (max-width: 603px) {

    div#stickyfooterwrapper .pageStickyFooterText .text-wrap p {
        font-size: 22px;
        letter-spacing: 0.1em;
    }
}

@media (max-width: 585px) {
    #footer-lower .footer-logo {
        left: 50%;
        transform: translateX(-50%);
        position: relative;
        top: -60px;
    }

    #footer-lower ul.social-links {
        right: 50%;
        position: relative;
        transform: translateX(50%);
    }
}

@media (max-width: 570px) {
    #footer-lower ul.social-links {top: -50px;}
}

@media (max-width: 553px) {
    #stickyfooterwrapper .pageStickyFooterText {
        padding: 20px;
        height: 160px;
    }

    .pageStickyFooter {
        height: 160px;
    }

    div#stickyfooterwrapper {
        height: 160px;
    }

    .pageStickyFooterText .text-wrap a {
        top: 5px; 
        margin-left: 0;
    }
}

@media (max-width: 500px) {
    #footer-lower ul.social-links {top: 0;}
}

@media (max-width: 480px) {
    #footer-lower .footer-logo {top: 0;}
}



@media (max-width: 425px) {

}

@media (max-width: 414px) {
    #footer-cta .text-wrap {max-width: 300px; width: 300px;}

    
}

@media (max-width: 375px) {


}

@media (max-width: 327px) {
    #footer-cta .text-wrap {width: 260px;}

    #footer-cta .icon-wrap {
        width: 70px;
        left: -30px;
        position: relative;
    }
}


@media (max-width: 767px) {

    div#modal-content,
    div.modal-content,
    div#modal-content-secondary {
        width: 90%;
        padding: 110px 25px 37px 25px;
    }

    a#modal-close,
    a.modal-close,
    a#modal-close-secondary {
        top: 85px;
    }

}

@media (max-width: 752px) {

    div#modal-content.video, div#modal-content-secondary.video, div.modal-content.video {
        background: transparent;
        height: 100%;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 500px) {

    div#modal-content,
    div.modal-content,
    div#modal-content-secondary {
        width: 100%;
        padding: 160px 15px 37px 15px;
    }

    a#modal-close,
    a.modal-close,
    a#modal-close-secondary {
        top: 120px;
    }

}

@media (max-width: 415px) {

    div#modal-transcript-content {
        width: 98%;
        padding: 40px;
    }

}

.caps {text-transform: uppercase !important;}

section.dark-grey.form-container {
    background-color: #404041 !important;
    padding: 50px 20px 0 0;
}

section.dark-grey.form-container p.bold {
    font-weight: 900;
    color: #fff;
    font-size: 18px !important;
}

section.dark-grey.form-container p.bold.text {font-size: 18px !important;}

section.form-container p.text {margin-left: 50px; margin-right: 20px;}

section.form-container iframe {
    width: 100% !important;
    min-height: 270px !important;
}

section.dark-grey.form-container p.grey {
    color: #9e9e9e !important;
    font-size: 16px !important;
}

@media (max-width: 689px) {
    section.form-container iframe {
        margin-left: 50px;
        max-width: 250px;
    }
}

.language-hover-to-expand {background-color: #535353;width: 120px;}

.language-hover-to-expand span.link-inner {
    padding: 0 20px;
}

.language-hover-to-expand a.top-level:after, #footer-lang-links a.top-level:after {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -6px;
    content: "\f107";
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
}

#footer-lang-links a.top-level:after {
    color: #797979;
    font-size: 12px;
    top: 37%;
    -moz-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        filter: FlipV;
        -ms-filter: "FlipV";
}

ul.language-list {
    display: none;
    list-style: none;
    height: 95px;
    position: absolute;
    top: 32px;
    width: 120px;
    right: -1px;
    z-index: 999;
    background-color: #424242;
}

ul.footer-language-list {
    display: none;
    list-style: none;
    position: absolute;
    width: 85px;
    z-index: 3;
    bottom: 20px;
    background-color: #fff;
    border: 1px solid #acacac;
    border-radius: 5px;
    left: -2px;
}

#footer-lang-links:hover ul.footer-language-list {
    display: block;
}

div#footer-lang-links {
    position: relative;
    float: right;
    bottom: 21px;
    font-size: 12px;
    padding: 0 30px 0 10px;
    border: 1px solid #acacac;
    border-radius: 5px;
    color: #797979;
    font-size: 12px;
    margin-bottom: 140px;
}

div#footer-lang-links a {
    color: #797979;
    font-size: 12px;
}

#footer-lang-links ul.footer-language-list li {
    font-size: 12px;
    float: left;
    padding-left: 10px;
    width: 100%;
}

#footer-lang-links ul.footer-language-list li:hover {
    background-color: #ededed;
}

.language-hover-to-expand:hover ul.language-list {display: block !important;}

.language-hover-to-expand:hover ul.language-list li {
    display: block !important;
    width: 100%;
    position: relative;
}

.language-hover-to-expand:hover ul.language-list li a {
    right: -20px;
    position: relative;
}

.language-hover-to-expand:hover ul.language-list li:hover {
    background-color: #535353;
}

@media (max-width: 480px) {
    div#footer-lang-links {
        float: none;
        width: 85px;
        bottom: -10px;
        left: 50%; 
        transform: translateX(-50%);
    }    

    ul.footer-language-list {left: -1px;}
}

.image-caption-container {
    position: relative;
    top: -30px;
}
