/*----------------------------------------------------------------
Table of Contents

01. Grid
02. Navigation Bar
03. Banner Ad
04. Secondary Navigation
05. Channel Blocks
06. Featured Articles
07. Recent Articles



[Colors]

Navbar: #777777 (Grey)
Navbar: #222222 (Black)

City: #febdce
Campus #add2ee
Opinion #ff7b7b
The Shaft #ffbc70
A&E #ffe55b
    Sports #40c58e
    Broadway #28245D
    -----------------------------------------------------------------*/

    @import url(/sites/default/themes/CS12/css/bootstrap/bootstrap.css);

/*----------------------------------------------------------------
                            [00. Page Wide Stuff]
----------------------------------------------------------------*/
body, #page, .navbar {
    font-family: 'Whitney SSm A', 'Whitney SSm B';
    font-weight: 400;
    font-style: normal;
}

.views-field-created {
    display: inline-block;
}

.views-field-comment-count {
    display: inline-block;
    padding-right: 18px;
    background: url(/sites/default/themes/CS12/images/comment-light.png) no-repeat;
    background-position: right;
}
/* Channel titles */
#page h2 {
    border-bottom: 5px solid #000;
    padding-bottom: 3px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
}

.more-link {
    text-transform: uppercase;
    padding-right: 5px;
    font-weight: 700;

}

.views-field-comment-count::before{
    content: "|";
    margin: 0px 0.25em;
    display: inline-block;
}

#main a {
    color: black;
}
.article-content .field-name-body a {
color: #428bca !important;
}

#admin-menu {
    z-index: 9999; /* Prevent navbar from blocking admin menu */
}

.comments h2.comment-title {
    font-family: inherit;
}

html body {
    margin-top: 64px !important;
}

html body.cke_editable {
    margin-top: 0 !important;
}

html body.admin-menu .navbar-fixed-top {
    top: 29px
}

html body.admin-menu {
    margin-top: 103px !important;
}

html body.page-node-add-spectrum-post {
    margin-top: inherit !important;
}

html body.admin-menu #drop-down{
    top: 72px;
}

.item-list ul {
    padding: inherit;
    margin: inherit;
}

#drop-down-button {
    cursor: pointer;
}

em {
   font-style: italic;
}

/*----------------------------------------------------------------
                            [01. Grid]
-----------------------------------------------------------------*/
#wrapper {
    max-width: 1000px;
    background-color: white;
    padding-left: 1em;
    padding-right: 1em;
    margin: 0 auto;
}

#main-container {
    max-width: 960px;
    margin: 0 auto;
}

.region-col-side {
    /*display: table;*/
    margin-right: auto;
    margin-left: auto;
    max-width: 325px;
}

@media (min-width: 768px){
    #col-main {
        padding-right: 5px;
        width: 66%;
        float: left;
        overflow: auto;
    }

    #main-container #col-side {
        width: 32%;
        float: right;
        /* margin-top: 1.5em; */
    }
}

/*----------------------------------------------------------------
                        [02. Navigation Bar]
-----------------------------------------------------------------*/

/*----------------------------------------------------------------
                        [02.1 Navigation Bar Top]
-----------------------------------------------------------------*/

.navbar {
    border-radius: 0;
    border-color: #222222;
    font-size: .9em;
}

.navbar-header{
    float: left;
    margin-right: 1em;
}

.navbar-logo {
    background : url('/sites/default/themes/CS12/images/logo 4a.svg') no-repeat center;
    float: left;
    background-size: contain;
    width: 200px;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
}

div > ul.social-icons a.twitter-icon {
    margin-top: 8px;
    margin-bottom: 8px;
}

div > ul.social-icons a:hover {
    background-color: #222222;
}

ul.nav.navbar-right.search-bar {
width: 200px;
margin-right: 20px;
margin-top: 3px;
}

.gsc-control-cse {
    border-color: #222222 !important;
    background-color: #222222 !important;
}
.gsc-results-wrapper-visible {
opacity: 1 !important;
visibility: visible !important;
height: 50em !important;
}
td.gsc-search-button {
display: none;
}
.cse .gsc-control-cse, .gsc-control-cse {
padding: .5em !important;
}

form tbody {
border-top:none !important;
}
.gsc-tabsArea > .gsc-tabHeader {
width: 100px !important;
}
input#gsc-i-id1 {
height: 1.5rem !important;
}

/*----------------------------------------------------------------
                        [02.2 Drop Down]
-----------------------------------------------------------------*/
div#drop-down {
    display: block;
    background-color: #222222;
    float: left;
    max-width: 220px;
    position: fixed;
    z-index: 999999;
    /*max-width: 1350px;*/
    /*margin-right: auto;*/
    /*margin-left: auto;*/
    top: 35px;
}

.navbar-inverse {
    margin-bottom: 0;
}

ul.links.stack {
   /*margin-left: 2em;*/
    padding: 1em 2em 0 1em;
    /*width: 34%;*/
    /*float: left;*/
}


ul.links.stack li {
    /*float: left;*/
    /*display: inline;*/
    /*width: 50%;*/
    padding: 5px 0 5px 0;
}

ul.links.stack li a,
.navbar a {
    color: #777777;
}

ul.links.stack li a:hover,
.navbar a:hover{
    color: #FFF;
}

div#main-site-articles {
    display: none;
}

@media (min-width: 768px){
    /*ul.links.stack {*/

        /*margin-left: 2%;*/
        /*margin-right: 2%;*/
        /*border-right: 1px solid #777777;*/
    /*}*/

    div#main-site-articles {
        display: block;
        float: right;
        width: 69%;
        margin-top: 1.5em;
    }

    div#main-site-articles .views-row {
        float: left;
        width: 33%;
        color: #777777;
        list-style: none;
    }

    div#main-site-articles .views-row img {
        float: left;
        margin-right: 1em;
    }

    div#main-site-articles .views-field-field-contributor-name .field-content{
        display: inline;
    }

    div.navbar-logo {
        margin-left: -15px;
    }

}

/*----------------------------------------------------------------
                        [03. Banner Ad]
-----------------------------------------------------------------*/
#banner-ad {
    /*margin: 2em 0 0 0;*/
    display: block !important;
    max-width: 100%;
}

#banner-refresh {
    /*display: inline;*/
    /*position: relative;*/
    /*padding-top: 9.1%;*/
}

#banner-refresh img,
#banner-refresh object {
    width: 100%;
}

div.house-ad {
    display: none;
    max-width: 26.1% !important;
    height: 100%;
    /*position: absolute;*/
    float: right;
}

@media (min-width: 500px) {
    #banner-refresh {
        width: 73.4%;
        float: left;
    }

    div.house-ad {
        display: inherit;
    }
}

/*----------------------------------------------------------------
                        [04. Secondary Navigation]
-----------------------------------------------------------------*/

#header {
    clear: both;
    padding: 0;
}

#main-nav {
    border: none;
    margin-bottom: 10px;
    text-align: center;
}

#site-logo {
    background: url('/sites/default/themes/CS12/images/logo 4a.svg') no-repeat scroll center center transparent;
    height: 7.5em;
    display: block;
    width: 23em;
    margin-left: -2em;
    background-size: contain;
}

#section-icons {
    display: inline-block;
}

ul.nav-links {
    margin-top: 9px;
}

ul.nav-links li a,
ul.nav-links li:hover a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 3em;
    width: 3em;
    height: 3em;
    margin-right: .25em;
}

@media (min-width: 500px ) {
    ul.nav-links li a,
    ul.nav-links li:hover a {
        background-size: 4em;
        width: 4em;
        height: 4em;    
    }

    ul.nav-links {
        margin-top: 14px;
    }
}

@media (min-width: 768px) {
    ul.nav-links {
        margin-top: 25px;
    }
}

@media (min-width: 900px){
    ul.nav-links li a,
    ul.nav-links li:hover a {
        background-size: 5em;
        width: 5em;
        height: 5em;
    }

    #site-logo {
        height: 9.25em;
        width: 30em;
        margin-top: -5px;
    }
}



.campus-icon { background-image: url('../images/campus bw-01.png');}
.city-icon{ background-image: url('../images/city bw-01.png');}
.opinion-icon{ background-image: url('../images/opinion bw.png');}
.the-shaft-icon{ background-image: url('../images/shaft bw.png');}
.a-and-e-icon{ background-image: url('../images/a_e bw-01.png');}
.sports-icon{ background-image: url('../images/sports bw.png');}
.broadway-icon{ background-image: url('../images/2875 bw.png');}

.campus-icon:hover { background-image: url('../images/campus color.png');}
.city-icon:hover{ background-image: url('../images/city color.png');}
.opinion-icon:hover{ background-image: url('../images/opinion color.png');}
.the-shaft-icon:hover{ background-image: url('../images/shaft color.png');}
.a-and-e-icon:hover{ background-image: url('../images/a_e color.png');}
.sports-icon:hover{ background-image: url('../images/sports color.png');}
.broadway-icon:hover{ background-image: url('../images/2875 color.png');}

/* Disable hover styles */
.touch ul.nav-links li a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 3em;
    width: 3em;
    height: 3em;
    margin-right: .25em;
}

.touch .campus-icon { background-image: url('../images/campus color.png');}
.touch .city-icon{ background-image: url('../images/city color.png');}
.touch .opinion-icon{ background-image: url('../images/opinion color.png');}
.touch .the-shaft-icon{ background-image: url('../images/shaft color.png');}
.touch .a-and-e-icon{ background-image: url('../images/a_e color.png');}
.touch .sports-icon{ background-image: url('../images/sports color.png');}
.touch .broadway-icon{ background-image: url('../images/2875 color.png');}

@media (min-width: 500px ) {
    .touch ul.nav-links li a {
        background-size: 4em;
        width: 4em;
        height: 4em;
    }
}

@media (min-width: 900px){
    .touch ul.nav-links li a {
        background-size: 5em;
        width: 5em;
        height: 5em;
    }
}

/*.touch .campus-icon:hover { background-image: inherit;}*/
/*.touch .city-icon:hover{ background-image: inherit;}*/
/*.touch .opinion-icon:hover{ background-image: inherit;}*/
/*.touch .the-shaft-icon:hover{ background-image: inherit;}*/
/*.touch .a-and-e-icon:hover{ background-image: inherit;}*/
/*.touch .sports-icon:hover{ background-image: inherit;}*/
/*.touch .broadway-icon:hover{ background-image: inherit;}*/
/*----------------------------------------------------------------
                        [05. Channel Blocks]
-----------------------------------------------------------------*/

.channel .view {
    font-size: .85em;
}

.channel .title {
    font-weight: 600;
}

/* Apply this to all images from views! */
.views-field-field-images li {
    list-style-type: none;
}

.channel .info {
    margin-top: 5px;
}
.channel .views-field-field-images {
    clear: left;
    float: left;
    padding-bottom: 4px;
    /*min-height: 90px;*/
}

.channel .views-field-field-images img {
    /*max-height: 100px;*/
    /*max-width: 100px;*/
    /*height: auto;*/
    /*width: auto;*/
    margin: 0 10px 0 5px;
}

.channel .views-field-field-contributor-name div {
    display: inline;
}

.channel .views-field-created {
    /*float: left;*/
    /*margin-right: 10px;*/
}

.channel .views-row {
    margin-bottom: 1.5em;
    overflow: auto;
    border-left: 5px solid;
    padding-left: 5px;
}

.channel .views-row>div {
    display: inline;
}

.city .views-row { border-left-color: #febdce; }
.campus .views-row { border-left-color: #add2ee; }
.opinion .views-row { border-left-color: #ff7b7b; }
.the-shaft .views-row { border-left-color: #ffbc70; }
.a-e .views-row { border-left-color: #ffe55b; }
.sports .views-row { border-left-color: #40c58e; }
.broadway .views-row { border-left-color: #28245D; }

@media (min-width: 768px) {
    .block.channel {
        width: 49%;
        float: left;
    }

    .block.channel.odd {
        clear: left;
        padding-right: 1%;
    }
}

/*----------------------------------------------------------------
                    [06. Featured Articles]
-----------------------------------------------------------------*/

.view-display-id-page_1 {
    overflow: auto;
}

.featured .views-row-1 {
    width: 100%;
    height: 15em;
    margin-bottom: 2%;
    margin-top: -2px;
}

.featured .views-row-2,
.featured .views-row-3 {
    height: 12.3em;
    width: 49%;
}

.featured .views-row {
    position: relative;
    overflow: hidden;
 }


.featured .views-row-1>div {
    height: 100%;
}

/* Hack to center picture 
--Karen: made max-width 150% so it doesnt crop so much of the pic
*/
.featured .views-row img {
    max-width: 150%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

/* Hack to center picture */
.featured .views-row-1 img {
max-width: none;
}

.featured .views-row-2 {
    float: left;
    margin-right: 1%;
    margin-bottom: 4px;
}

.featured .featured-info {
    background-color: rgba(255, 255, 255, .6);
    position: absolute;
    bottom: 0;
}

.featured .view-row {
    font-weight: 500;
}

.featured .views-row .title {
    font-weight: 600;
    padding: 0 .5em;
}

.featured .caption .author-text {
    display: none;
}

.featured .views-row-1 .title {
    font-size: 1.3em;
}

.featured .views-row-1 .featured-info {
    padding-bottom: .5em;
}

.featured .views-row .featured-info {
    border-bottom-style: solid;
    border-bottom-width: 5px;
    width: 100%
}

.featured .views-row .city .featured-info  { border-bottom-color: #febdce; }
.featured .views-row .campus .featured-info { border-bottom-color: #add2ee; }
.featured .views-row .opinion .featured-info { border-bottom-color: #ff7b7b; }
.featured .views-row .the-shaft .featured-info { border-bottom-color: #ffbc70; }
.featured .views-row .a-e .featured-info { border-bottom-color: #ffe55b; }
.featured .views-row .sports .featured-info { border-bottom-color: #40c58e; }
.featured .views-row .broadway .featured-info { border-bottom-color: #28245D; }

.featured .views-field-field-contributor-name,
.featured .views-field-created {
    display: none;
    /*transition: height 2s;*/
    padding: 0 .5em;
}

/*.featured-info:hover {*/
    /*height: auto;*/
/*}*/

.featured .featured-info:hover .views-field-created,
.featured .featured-info:hover .views-field-field-contributor-name
{
    display: block;
}

@media (min-width: 768px) {

    .featured .views-row {
        width: 39%;
    }

    .featured .views-row-1 {
        float: left;
        width: 60%;
        margin-right: 1%;
        height: 25em;
    }

    .featured .views-row-2,
    .featured .views-row-3 {
        height: 12.3em;
        margin-right: 0;
        float: left;
    }
}

.touch .featured .views-field-field-contributor-name,
.touch .featured .views-field-created {
    display: block;
}

/*----------------------------------------------------------------
                    [07. Recent Posts]
-----------------------------------------------------------------*/

.block.recent {
    clear: left;
    position: relative;
    font-size: .85em;
}

.recent .views-field-field-images img {
    height: 90px;
    width: 90px;
    /*height: auto;*/
    /*width: auto;*/
    margin: 0 10px 0 5px;
}

.recent .views-field-field-images {
    clear: left;
    float: left;
    padding-bottom: 4px;
    /*max-width: 27%;*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*margin: 0 10px;*/
    /*display: table-cell;*/
}

.recent .views-row {
    margin-bottom: 1.5em;
}

.recent .title a {
    font-weight: 600;
    /*color: black;*/
    /*font-size: 1.25em;*/
}

/*.recent .info {*/
    /*width: 73%;*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
/*}*/

.recent .views-field-body {
    display: none;
}

.recent .views-field-field-contributor-name {
    display: inline-block;
}

.recent .view-spectrum-homepage {
    margin-bottom: 1em;
}

/* Section Borders */
.recent .views-row > div {
    overflow: auto;
    border-left: 5px solid;
    padding-left: 5px;
    /*display: table;*/
}
/* Remove border for section pages */
.recent.page .views-row > div {
    border-left: inherit;
}

.recent.page .views-field-field-images {
    margin-left: 0;
}
/* Add title stuff for section pages*/
h1.title.article-heading-main.section {
    border-bottom: 5px solid;
    text-transform: uppercase;
}

.recent.page {
    margin-bottom: 3em;
}

.recent .views-row .city { border-left-color: #febdce; }
.recent .views-row .campus { border-left-color: #add2ee; }
.recent .views-row .opinion { border-left-color: #ff7b7b; }
.recent .views-row .the-shaft { border-left-color: #ffbc70; }
.recent .views-row .a-e { border-left-color: #ffe55b; }
.recent .views-row .sports { border-left-color: #40c58e; }
.recent .views-row .broadway { border-left-color: #28245D; }

/* Section coloring */
.recent .views-row .views-field-field-channel a {
    text-transform: uppercase;
    font-weight: 600;
}
.recent .views-row .city .views-field-field-channel a  { color: #febdce !important; }
.recent .views-row .campus .views-field-field-channel a { color: #add2ee !important; }
.recent .views-row .opinion .views-field-field-channel a { color: #ff7b7b !important; }
.recent .views-row .the-shaft .views-field-field-channel a { color: #ffbc70 !important; }
.recent .views-row .a-e .views-field-field-channel a { color: #ffe55b !important; }
.recent .views-row .sports .views-field-field-channel a { color: #40c58e !important; }
.recent .views-row .broadway .views-field-field-channel a { color: #28245D !important; }

@media (min-width: 768px) {

    .recent .views-field-field-images img {
        height: 130px;
        width: 130px;
        /*height: auto;*/
        /*width: auto;*/
        margin: 0 10px 0 5px;
    }

    .recent .views-field-field-images {
        /*float: left;*/
        max-width: 31%;
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
        /*display: table-cell;*/
        /*vertical-align: middle;*/
    }

    .block.recent {
        font-size: 1em;
    }
    .recent .views-row {
        margin-bottom: 2em;
    }

    .recent .views-field-created {
        float: right;
    }

    .recent .title a {
        font-weight: 600;
        color: black;
        font-size: 1.25em;
    }

    .recent .info {
        width: 63%;
        display: inline-block;
        vertical-align: middle;
    }

    .recent .views-field-body {
        display: inherit;
    }
}
/*----------------------------------------------------------------
                    [08. Post Page]
-----------------------------------------------------------------*/

h2.channel {
    margin-top: 0;
}

.byline-area li {
    display: inline-block;
}

.byline {
    display: inline-block;
}

/*Flex slider and image stuff stuff */

.node-spectrum-post .article-images {
    position: relative;
    margin: 1em 0em;
    padding-bottom: 1em;
    border-bottom: 3px solid #d7d7d7;
}

.node-spectrum-post .flex-control-nav {
    height: 2em;
    bottom: auto;
    position: inherit;
}

.node-spectrum-post .flexslider li img {
    max-height: 30em;
    width: auto;
    margin: 0 auto;
}

.node-spectrum-post .flex-direction-nav a {
    top: auto;
    bottom: .75em;
}

.node-spectrum-post .flex-control-nav li {
    margin: 0.75em 0.5em;
}


.node-spectrum-post .article-images .caption {
    font-size: 1.1em;
    line-height: 1.5em;
    color: #6B6B6B;
}

.node-spectrum-post .article-images .caption .author-text {
    text-align: right;
    font-size: 1rem;
    margin-bottom: 0.6em;
    line-height: 1em;
}

.node-spectrum-post .article-images .caption .author-text a {
    color: #6B6B6B !important;
}

.article-images .caption .slug {
    text-transform: uppercase;
    font-weight: 400;
}

.node-spectrum-post .article-content p,
.node-spectrum-post .article-content li {
    font-size: .9em;
    padding: inherit;
    margin-bottom: 2rem;
}

.node-spectrum-post .article-content li {
    display: list-item;
    margin-left: 3rem;
}

.node-spectrum-post .article-content ul {
    list-style: disc;
}

.node-spectrum-post .article-content ol {
    list-style: decimal;
}

/* These rules are also used on the section pages */
#page h1.title.article-heading-main.city,
#page h2.channel.city { border-bottom-color: #febdce; }
#page h1.title.article-heading-main.campus,
#page h2.channel.campus { border-bottom-color: #add2ee; }
#page h1.title.article-heading-main.opinion,
#page h2.channel.opinion { border-bottom-color: #ff7b7b; }
#page h1.title.article-heading-main.the-shaft,
#page h2.channel.the-shaft { border-bottom-color: #ffbc70; }
#page h1.title.article-heading-main.a-e,
#page h2.channel.a-e { border-bottom-color: #ffe55b; }
#page h1.title.article-heading-main.sports,
#page h2.channel.sports { border-bottom-color: #40c58e; }
#page h1.title.article-heading-main.broadway,
#page h2.channel.broadway { border-bottom-color: #28245D; }

.node-spectrum-post .field-collection-container {
    border-bottom-width: 3px;
}

/*.article-images .image-area {*/
    /*position: relative;*/
    /*overflow: hidden;*/
    /*height: 30em;*/
/*}*/

/*.image-area .author-text {*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*right: 0;*/
/*}*/

/*.article-images img {*/
    /*max-width: none;*/
    /*position: absolute;*/
    /*top: -9999px;*/
    /*bottom: -9999px;*/
    /*left: -9999px;*/
    /*right: -9999px;*/
    /*margin: auto;*/
/*}*/

.article-content {
    font-size: 1.2em;
}

.article-tags ul {
    list-style: none !important;
}

.article-tags li {
    display: inline !important;
    margin-left: 0 !important;
}

.article-tags div {
    width: inherit;
    padding-right: 7px;
}

.article-tags ul {
    width: inherit;
    margin-top: -2px;
}

.article-content .field-item div {
    font-size: 0.8em;
    text-align: center;
    color: #777;
}

.article-content .field-item div>a>img,
.article-content .field-item a>img,
.article-content .field-item div>img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.article-content blockquote {
    font-size: .9em;
    padding: 1em .5em;
    margin: 0 0 1em;
}

/*----------------------------------------------------------------
                        [0. Ads in content]
-----------------------------------------------------------------*/
#col-main #block-block-20,
#col-main #block-block-10 {
    max-width: 325px;
    /*min-height: 250px;*/
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #d7d7d7;
    padding: 0 5px 5px 5px;
    margin-top: 1em;
    overflow: hidden;
}

#col-main #block-block-20 h2,
#col-main #block-block-10 h2
{
    margin-top: 2px;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
    color: #A8A6A6;
    font-size: .7em;
}

/*----------------------------------------------------------------
                        [0. Sidebar]
-----------------------------------------------------------------*/
.block.square-ad.collapse {
    display: block;
    /*min-width: 300px;*/
}

#col-side .square-ad.collapse h2 {
    font-size: .7em;
    font-weight: 400;
}

@media all and (min-width: 40em) {
    .region-col-side > .block,
    .region-col-side-opp > .block {
        border-left: 1px solid #d7d7d7; } }
.region-col-side > .block > div, .region-col-side > .block > h2,
.region-col-side-opp > .block > div,
.region-col-side-opp > .block > h2 {
    padding: 0.5em 2.325581%;
    margin: 0;
    font-weight: normal; }
.region-col-side > .block > h2,
.region-col-side-opp > .block > h2 {
    border-top: 5px solid #d7d7d7;
    padding-left: 0;
    margin-left: 2.325581%; }
.region-col-side > .block > div.contextual-links-wrapper,
.region-col-side-opp > .block > div.contextual-links-wrapper {
    border: none; }
.region-col-side > .block.square-ad,
.region-col-side-opp > .block.square-ad {
    border: 1px solid #d7d7d7;
    border-top: none;
    padding: 5px;
    /*padding: .5em 2.325581%;*/
    overflow: hidden;
    margin-bottom: .5em; }
.region-col-side > .block.square-ad ins,
.region-col-side > .block.square-ad iframe,
.region-col-side-opp > .block.square-ad ins,
.region-col-side-opp > .block.square-ad iframe {
    display: block !important;
    margin: 0 auto !important; }

.region-col-side > .block.square-ad.first,
.region-col-side-opp > .block.square-ad.first {
    border-top: 1px solid #d7d7d7;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: .5em;
}

@media all and (min-width: 40em) {
    .region-col-side-opp > .block {
        border-left: none;
        border-right: 1px solid #d7d7d7; } }
.region-col-side-opp > .block > h2 {
    padding-left: 0;
    margin-left: 0;
    margin-right: 2.325581%; }

.square-ad img {
    width: 100% !important; }


/**GOOGLE CUSTOM SEARCH**/
.region-header {
    width: 20%; }
@media all and (max-width: 40em) {
    .region-header {
        width: 12em; } }
.region-header .block {
    margin: 0;
    padding: 0; }
.region-header .block #___gcse_0 {
    height: 29px; }
.region-header .block .gsc-control-cse {
    padding: 0; }
.region-header .block form tbody {
    border: none; }
.region-header .block input.gsc-input {
    font-family: 'Georgia', 'Times New Roman', times, serif; }
.region-header .block input.gsc-search-button {
    background-color: #4a85c8;
    border-color: #d7d7d7;
    height: 25px;
    width: 25px;
    padding: 6px;
    min-width: 25px;
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: all .25s;
    -moz-transition: all .25s;
    /* Firefox 4 */
    -webkit-transition: all .25s;
    /* Safari and Chrome */
    -o-transition: all .25s;
    /* Opera */ }
.region-header .block input.gsc-search-button:hover {
    background-color: #003373; }
.region-header .block .gsst_a {
    padding-top: 6px; }

/*Footer*/
.region-bottom .block {
    font-family: 'Georgia', 'Times New Roman', times, serif;
    line-height: 1.5em;
    width: 17%;
    display: inline-block;
    text-align: center; }
@media all and (max-width: 42em) {
    .region-bottom .block {
        width: auto;
        margin: .5em auto;
        display: block; }
    .region-bottom .block .menu li {
        display: inline-block;
        margin-right: .5em;
        padding-right: .5em;
        border-right: 1px solid #d7d7d7; }
    .region-bottom .block .menu li.last {
        border: none; } }
@media all and (max-width: 42em) {
    .region-bottom .block {
        display: none; } }
.region-bottom .block .menu a {
    font-color: #6b6b6b;
    font-size: .75em;
    font-weight: bold; }
@media all and (max-width: 919px) {
    .region-bottom .block .menu a {
        font-size: .625em; } }
.region-bottom .block .menu a:hover {
    text-decoration: underline; }
.region-bottom .block.first {
    border-right: 1px solid #d7d7d7; }
.region-bottom .block.last {
    border-left: 1px solid #d7d7d7; }
.region-bottom .footer-center {
    margin: 0 auto;
    width: 25%;
    padding: 0 .5em;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7; }
@media all and (min-width: 56em) {
    .region-bottom .footer-center {
        width: 30%; } }
.region-bottom .footer-center a.footer-logo {
    display: block;
    background: url("../images/logo-footer-large.png") no-repeat center;
    width: 245px;
    height: 50px;
    margin: 0 auto; }
@media screen and (max-width: 919px) {
    .region-bottom .footer-center a.footer-logo {
        background: url("../images/logo-footer-small.png") no-repeat center;
        width: 150px;
        height: 29px; } }
.region-bottom .footer-center ul {
    display: block;
    margin: .5em auto 0;
    width: 6.75em; }
.region-bottom .footer-center ul li {
    display: inline-block;
    float: none; }
.region-bottom .footer-center ul li a.twitter-icon {
    margin: 0 .5em; }
.region-bottom .footer-center .copyright {
    color: #6b6b6b;
    font-size: .75em;
    text-align: center; }
@media all and (max-width: 56em) {
    .region-bottom .footer-center .copyright {
        font-size: .625em; } }


/*Comments*/
.comment-text {
    position: relative;
}
.comment-text .rate-number-up-down-btn-up {
    background: url("../images/up.png"); }
.comment-text .rate-number-up-down-btn-down {
    background: url("../images/down.png"); }
.comment-text .rate-number-up-down-btn-up,
.comment-text .rate-number-up-down-btn-down {
    margin-top: 0; }
.comment-text .rate-number-up-down-btn-up:hover,
.comment-text .rate-number-up-down-btn-down:hover {
    background-position: 0 16px; }
.comment-text .field-name-comment-body,
.comment-text .submission-info {
    font-family: 'Whitney SSm A', 'Whitney SSm B';
    font-weight: 400;
    font-style: normal;
}
.comment .comment-delete a,
.comment .comment-edit a,
.comment .comment-reply a {
    color: #999999 !important;
    font-family: 'MyriadPro';
    text-transform: capitalize;
}
.comments .comment-text > div.rate-widget {
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 0; }
.comments .rate-number-up-down-rating {
    color: #6b6b6b; }
.comments .rate-number-up-down-rating.positive {
    color: #339933; }
.comments .rate-number-up-down-rating.negative {
    color: #cc3333; }
.comments .rate-info {
    display: none; }
.comments .submission-info {
    font-weight: bold; }

/*TABOOLA */
#taboola-below-article-thumbnails {
border-top: 3px solid #d7d7d7;
padding-top: 1em;
margin-top: 2em;
}
