@import './tachyons-extended.css';
@import './wysiwyg.css';
/*

TITLE: Merriweather, Bold, 36, Hex 333333
SUBTITLE: Open Sans, Regular, 21, Hex 333333
BODY: Open Sans, Regular, 16, Hex 333333
SIDEBAR (i.e. Related Docus): Open Sans, Extrabold, 24, Hex 990000

*/

html, body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    color: #333;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
}

button, input, optgroup, select, textarea {
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
    color: #6d0000;
}

strong {
    font-weight: bold;
}

input {
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}

div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* NAVBAR */

.TopLevelNav {
    width: inherit;
    height: 50px;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    z-index: 999;
    top: 0;
    color: #FFF;
}

.TopLevelNav a {
    color: #FFF;
}

.TopLevelNav .nav>li>a:focus, .TopLevelNav .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.TopLevelNav .nav>li>a {
    line-height: inherit;
}

.AppBase {
    /*width: 1040px;*/
    width: 100%;
    margin: 0 auto;
}

.LeftNav {

}

.RightNav {
    float: right;
}

.RightNav .NavbarItems {
    padding: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.SiteLogo {
    display: flex;
    align-items: center;
}

.SiteLogo img {
    width: 32px;
    height: auto;
    float: left;
    vertical-align: middle;
}

.SiteLogo p {
    padding: 9px 0;
    float: left;
    vertical-align: middle;
    margin: 0;
    font-family: 'Times New Roman', sans-serif;
    font-size: 12px;
}

.NavbarItems {
    float: left;
    outline: none;
    padding: 8px;
    position: relative;
    padding-left: 30px;
}

.item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 7px;
    float: left;
    position: relative;
    font-size: 14px;
}

.SearchBox {
    float: left;
    border-radius: 8px;
    padding: 0 10px;
    font-size: 10px;
    border: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: inherit;
}

.IconBlock {
    float: left;
    background: #FFF;
    border-radius: 8px;
    padding: 0;
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: inherit;
}

.SearchIcon {
    color: #555;
    font-size: 14px;
}

.SearchButton {
    height: inherit;
    background: #FFF;
    border: none;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 10px;
    cursor: pointer;
}

.SearchBlock {
    height: 27px;
}

.RightNav a:nth-of-type(2) {
    padding: 10px 10px 10px 15px;
}

.moneypolitics-logo {
    padding: 0;
    margin: 0;
    height: 40px;
}

.moneypolitics-logo img {
    height: 40px;
}

/* GRID */

.Grid {
    display: flex;
    margin: 0;
    padding: 0;
    text-align: left;
    height: 100%;
}

.Grid_Column {
    position: relative;
    display: inline-block;
    padding: 16px;
}

.col-2, .size-50 {
    width: 50%;
}

.col-3, .size-33 {
    width: 33.333333%;
}

.col-4, .size-25 {
    width: 25%;
}

.size-75 {
    width: 75%;
}

.size-60 {
    width: 60%;
}

.size-40 {
    width: 40%;
}

.size-70 {
    width: 70%;
}

.size-30 {
    width: 30%;
}

.size-100 {
    width: 100%;
}

/* Content Blocks */

h1, h2, h3, h4, h5 {
    margin: 0;
}

.HighlightBlock {
    background-color: #6d0000;
    height: auto;
    color: #FFF;
}

.HighlightBlock a {
    color: #FFF;
}

.text-small {
    font-size: 12px;
    font-weight: 700;
    margin: 0;
}

.HighlightBlock .SearchBox {
    font-family: 'Merriweather', serif;
    position: relative;
    border-radius: 8px;
    padding: 0 18px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 15vw;
    height: inherit;
}

.HighlightBlock_Search .dropbtn {
    background-color: #FFF;
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: 10px;
    position: relative;
    width: 130px;
    line-height: inherit;
    height: inherit;
}

.HighlightBlock_Search .borderline {
    border-left: 1px solid #cfcfcf;
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 0;
}

.HighlightBlock .IconBlock {
    height: inherit;
    padding: 0;
    line-height: normal;
    cursor: pointer;
}

.HighlightBlock .SearchButton {
    height: inherit;
    background: #cfcfcf;
    border: none;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 15px;
}

.HighlightBlock .SearchIcon {
    font-size: 20px;
    color: #6d0000;
    font-weight: bold;
}

.HighlightBlock_Search {
    height: 50px;
}

.HighlightBlock_Search .dropdown {
    height: 50px;
}

.dropdown {
    position: relative;
    display: inline-block;
    float: left;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 130px;
    text-align: left;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 13px;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropbtn span {
    font-weight: 800;
}

.dropbtn i {
    margin-left: 3px;
}

.show {
    display: block;
}

.content-center {
    text-align: center;
    display: flex;
    align-items: flex-start;
    -webkit-align-items: center;
}

.content-center .HighlightBlock_Search {
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
}

/* Banner */

.banner-container {
    position: relative;
    margin: auto;
    margin-bottom: 5px;
}

.banner {
    padding: 0;
    position: relative;
}

.banner img {
    width: 100%;
    object-fit: cover;
    height: 36vw;
    min-height: 200px;
    max-height: 560px
}

.banner .text {
    bottom: 0;
    border-bottom: 10px solid #6d0000;
    font-size: 15px;
}

.banner-subtitle {
    font-weight: bold;
}

.banner-title {
    padding: 0;
    font-family: 'Merriweather', serif;
}

.banner-title:hover {
    color: #f2f2f2;
    text-decoration: underline;
}

.side-article-storylanding {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    color: #000;
    background-color: white;
}

.side-article .text-small {
    color: #6d0000;
}

.side-article img {
    width: 100%;
    object-fit: cover;
    height: 310px;
}

.side-article h3 {
    font-size: 30px;
}

.side-article {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    color: #000;
    background-color: white;
}


.side-article .flash-alert {
    padding: 0;
}

.article-short h4, .article-short p {
    margin: 0;
}

.article-short p {
    font-family: 'Merriweather', serif;
    font-size: 12px;
    padding-bottom: 10px;
}

.article-short h4 {
    font-size: 14px;
    padding-top: 10px;
}

/* Slideshow */

.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

.slideshow-container .text-container {
    max-width: 1160px;
}

.slide {
    display: none;
}

.slide img {
    background-color: black;
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 165px;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    color: #FFF;
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    position: relative;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 36px;
}

.text a {
    color: #f2f2f2;
}

.text p {
    width: 70%;
    margin: 12px 0;
}

.text h1 {
    font-family: 'Merriweather', serif;
    font-weight: normal;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}

/* Accordion */

.accordion-body {
    font-size: 14px;
}

.accordion-body strong {
    font-weight: bold;
}

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
}

button.accordion-small {
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 700;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

button.accordion-small:after {
    font-weight: 900;
}

button.accordion-small.active:after {
    font-weight: 900;
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* FEED */

.TopHeader {
    font-family: 'Merriweather', serif;
    font-weight: bold;
    background-color: #cfcfcf;
    font-size: 20px;
    color: #333;
    width: 100%;
    height: auto;
    padding: 5px 15px;
}

.TopImage {
    width: 100%;
    object-fit: cover;
    height: 200px;
}

.Story {
    padding: 16px 0;
    border-bottom: 1px solid #000;
}

.StoryDate {
    width: 160px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.StoryDateContent {
    text-align: center;
    color: red;
}

.StoryDateContent .month {
    font-size: 10px;
    font-weight: 800;
}

.StoryDateContent .day {
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
}

.StoryHeader h3 {
    font-family: 'Merriweather', serif;
}

.StoryHeader>h3>a {
    color: #333;
}

.flash-alert {
    color: crimson;
    font-weight: 800;
    padding-bottom: 12px;
}

.StoryFooter {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.StoryFooter p, .StoryFooter a {
    margin: 0;
    font-size: 10px;
}

.StoryFooter a {
    color: #6d0000;
    font-weight: 800;
}

.footer-left {
    float: left;
    max-width: 40%;
}

.footer-left:not(.date) {
    text-transform: uppercase;
}

.footer-right {
    float: right;
    min-width: 50%;
    text-align: right;
}

.FeaturedStories_List .Story:last-child, .DataStories_List .Story:last-child {
    border: none;
}

.FeedBlock .Grid_Column {
    padding-top: 26px;
}

.FeedBlock .Grid_Column.col-2:nth-child(1) {
    padding-left: 36px;
    padding-right: 18px;
}

.FeedBlock .Grid_Column.col-2:nth-child(2) {
    padding-right: 36px;
    padding-left: 18px;
}

/* Blog Section*/

.BlogColumn .title {
    font-weight: 200;
    padding-top: 10px;
    font-family: 'Merriweather', serif;
}

.BlogColumn .excerpt {
    border-bottom: 1px solid #FFF;
    padding: 10px 0;
}

.story-list .excerpt:last-child {
    border: none;
}

.blogposts {
    padding-top: 28px;
}

/* FOOTER */

.footer {
    background-color: #222;
    height: auto;
    padding-top: 40px;
    padding-bottom: 70px;
    color: #FFF;
}

.footer a {
    color: #FFF;
}

.footer span {
    padding-right: 10px;
}

.footer .table {
    display: flex;
}

.footer .table-cell {
    display: table-cell;
    padding-right: 10px;
}

.footer .Grid {
    height: auto;
}

.footer-grid .Grid_Column {
    padding: 0;
}

.footer .fa {
    width: 21px;
    line-height: 1.3;
}

.footer .one-cell {
    flex: 1;
}

.footer .table-row {
    display: flex;
}

.p-cell {
    padding-left: 20px;
}

/* BROWSE */

.BrowseContent {
    margin-top: 15px;
}

.BrowseContent-temp {
    padding: 15px 0;
}

.BrowseHeader {
    color: #6d0000;
    font-weight: 800;
}

.BrowseHeader-link {
    color: #6d0000;
}

.BrowseHeader-link:focus, .BrowseHeader-link:hover {
    color: #6d0000;
}

.BrowseBody {
    font-weight: 600;
    flex-wrap: wrap;
}

.Tag {
    padding: 8px 0;
    border-bottom: 1px solid #000;
}

.FeaturedTags .TopHeader {
    background: none;
    padding: 5px 0 15px 0;
    border-bottom: 1px solid #555;
}

/* Pagination */

.paginate {
    height: 40px;
    margin: 20px 0;
}

.paginate ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 0;
    margin: 0;
}

.paginate ul>li {
    display: inline;
}

.paginate ul>li:first-child>a, .paginate ul>li:first-child>span {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.paginate ul>li>a, .paginate ul>li>span {
    float: left;
    padding: 0 14px;
    line-height: 38px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0;
    color: #6d0000;
}

.paginate ul>li:last-child>a, .paginate ul>li:last-child>span {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #6d0000;
    border-color: #6d0000;
}

/* AboutPage */

.AboutPage .AppContent {
    padding-top: 50px;
}

.AboutPage .Grid_Column.col-2:nth-child(1) {
    padding-left: 0;
    padding-right: 8px;
}

.AboutPage .Grid_Column.col-2:nth-child(2) {
    padding-right: 0;
    padding-left: 8px;
}

.AboutPage .banner {
    height: 100%;
}

.AboutPage .PageContentBody p {
    font-size: 16px;
}

.AboutPage .PageContent {
    margin-top: 30px;
}

.AboutPage .header {
    font-family: 'Merriweather', serif;
    font-weight: 700;
}

.AboutPage .banner-image {
    height: 30vw;
    max-height: 400px;
    min-height: 200px;
}

/* StoryLandingPage*/

.StoryLandingPage .AppContent {
    padding-top: 50px;
}

.StoryLandingPage .Grid_Column.col-2:nth-child(1) {
    padding-left: 0;
    padding-right: 8px;
}

.StoryLandingPage .Grid_Column.col-2:nth-child(2) {
    padding-right: 0;
    padding-left: 8px;
}

.StoryLandingPage .banner-title {
    padding: 0;
}

.StoryLandingPage .banner-title:hover {
    color: #f2f2f2;
    text-decoration: underline;
}

.StoryLandingPage .footer {
    padding-left: 0;
    padding-right: 0;
}

/* TrainingPage */

.TrainingPage .Grid_Column.col-2:nth-child(1) {
    padding-left: 0;
    padding-right: 8px;
}

.TrainingPage .Grid_Column.col-2:nth-child(2) {
    padding-right: 0;
    padding-left: 8px;
}

.TrainingPage .footer {
    padding-left: 0;
    padding-right: 0;
}

.TrainingPage .banner .text {
    border: none;
}

.TrainingPage .EventsList .StoryBody p {
    font-family: 'Merriweather', serif;
    margin-top: 11px;
    margin-bottom: 11px;
}

.TrainingPage .EventsList .StoryHeader h3 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

/* ArticlePage */

.ArticlePage .PageContentHeader h1, .ArticlePage .PageContentHeader .date {
    font-family: 'Merriweather', serif;
}

.ArticlePage .PageContent {
    padding-left: 0;
}

.ArticlePage .PageContent .author {
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
}

.ArticlePage .PageContent .IconRow i {
    float: left;
    font-size: 16px;
    margin-left: 15px;
    color: #555;
}

.ArticlePage .PageContentBody, .ArticlePage .PageContentHeader {
    padding-left: 16px;
}

.ArticlePage .PageContentBody {
    margin-top: 50px;
    padding-bottom: 50px;
    clear: both;
}

.ArticlePage .PageContentBody .excerpt {
    font-family: 'Merriweather', serif;
    padding: 0 20px 0 0;
    font-size: 20px;
    font-style: italic;
    color: #555;
}

.ArticlePage .PageContentBody img {
    object-fit: cover;
    height: auto;
    margin: 10px 0;
    max-width: 100%;
}

.ArticlePage .PageContentBody video, .ArticlePage .PageContentBody audio, .ArticlePage .PageContentBody iframe {
    max-width: 100%;
}

.ArticlePage .TagsHighlight {
    background-color: #dcdcdc;
    padding: 10px 16px;
}

.ArticlePage .side-article {
    padding-top: 20px;
}

.ArticlePage .side-article img {
    height: 8vw;
    min-height: 120px;
    max-height: 200px;
}

.ArticlePage .side-article h3 {
    font-size: 18px;
}

.ArticlePage .side-article p {
    font-size: 14px;
}

.ArticlePage .BrowseContent .Grid_Column {
    padding-left: 0;
    padding-right: 40px;
}

.ArticlePage .BrowseContent .StoryHeader h3 {
    font-size: 18px;
}

.ArticlePage .BrowseContent .StoryBody p {
    font-size: 14px;
    font-weight: normal;
}

.ArticlePage .file-download-link {
    color: #6d0000;
    font-size: 14px;
    text-decoration: none;
}

.ArticlePage .tag-link {
    color: #6d0000;
}

/* ArchivePage */

.ArchivePage .Tag a {
    color: #6d0000;
    font-size: 20px;
}

/* Elements */

.PageBreak {
    margin: 30px;
}

.AccordionBody .panel {
    margin-bottom: 0;
}
.AppContent{
    margin-top:50px !important;
}

/* Tabs */

/* Style the tab */

div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */

div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */

div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */

div.tab button.active {
    background-color: #ccc;
}

.row-tab {
    padding: 10px 0;
}

/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

/* IMPORTANT */

.AppContainer {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    height: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

.slide p {
    font-size: 15px;
    margin: 8px 0;
}

.banner p {
    font-size: 15px;
    margin: 8px 0;
}

/* Mobile */

.mobile-nav-dropdown-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease;


}

.mobile-nav-dropdown-menu a {
    color: #a9a9a9;
    margin: 10px 30px 0 30px;
}

.show-menu {
    max-height: 500px;
}


.close-button {
    width: 16px;
    height: 16px;
    font-size: 0;
    cursor: pointer;
    position: relative;
}

.close-button:before {
    content: "";
    position: absolute;
    background: white;
    border-radius: 4px;
    left: 0px;
    right: 0px;
    top: 7px;
    height: 4px;
    -webkit-transform: rotate(45);
    transform: rotate(45deg);
    -webkit-transition: background .1s;
    transition: background .1s;
}

.close-button:after {
    content: "";
    position: absolute;
    background: white;
    border-radius: 4px;
    left: 0px;
    right: 0px;
    top: 7px;
    height: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: background .1s;
    transition: background .1s;
}

.Grid-section {
    display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 34px;
    grid-row-gap: 34px;
}

.Archive-section {
    display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 34px;
    grid-row-gap: 10px;
}

.Stories-header-section {
    display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 18px;
    grid-row-gap: 20px;
}

.Related-stories-section {
    display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 18px;
}

.back-to-top-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    cursor: pointer;
    color: white;
    background-color: #6d0000;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-decoration: none;
    font-size: 16px;
}

/* Google search */

.gsce-container {
    max-width: 200px;
    flex-grow: 0;
    flex-shrink: 1;
}

.gsc-control-cse.gsc-control-cse-en {
    padding: 0 !important;
    margin-right: 10px;
    color: black;
    background-color: rgba(0, 0, 0, 0) !important;
    border: none;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
    padding: 0 !important;
}

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    background-color: transparent !important;
    border: none;
}

.gsc-input {
    padding-right: 6px !important;
    width: 4em !important;
    height: 0.8em !important;
}


.gsc-input-box {
    height: 2em;
    padding: 0 !important;
}

@media screen and (min-width: 30em) {
    .slide img {
        height: 500px;
    }

    .prev, .next {
        top: 265px;
    }

    .TopImage {
        height: 310px;
    }

    .StoryDate {
        width: 220px;
    }

    .back-to-top-button {
        height: 50px;
        width: 50px;
        bottom: 40px;
        right: 40px;
        font-size: 20px;
    }

}

@media screen and (min-width: 45em) {
    .Footer-section {
        grid-template-columns: repeat(2, 1fr);
    }

    .Stories-header-section {
        grid-template-columns: 7fr 3fr;
    }

    .Archive-section {
        grid-template-columns: 3fr 1fr;
    }

    .Related-stories-section {
        grid-template-columns: repeat(3, 1fr);
    }

    .ArticlePage .BrowseContent .Story {
        border: none;
    }
}

@media screen and (min-width: 60em) {
    .Grid-section {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1200px) {
    .slide img {
        height: 700px;
    }

    .prev, .next {
        top: 50%;
    }

    .banner .text {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .slide .text {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
    }


}