.oneUpSqueeze {
    
    
}

.largeIcons {

    
}

.pubText{

    
}

.largeIcons:hover {

    border-color: white;
    border-width: 2px;
    border-style: solid;
}

.flushTwitter {
    display: none;
}

.pubHeaderBlock {

    clear: both;
    height: 40vh;
    position: relative;
    overflow: hidden;
}

.pub_image_column {

    float: left;
    padding-right: 30px;
    height: 100%;
}

.pubHeaderBlock img{
    height: 100%;
    width: auto;
}

.publink {

    display: block;
    float: left;
}

.header_navigation {

    position: absolute;
    width: 100%;
}

.header_navigation img{

    height: 50px;
    width: auto;
    position: absolute;
    cursor: pointer;
}

.simple_block_content {

    display: block;
    margin-bottom: 10px;
}

.simple_block_content p {
    font-weight: 600;
}

.left-aligned-container {

    margin-top:40px;
}

#arrow_next {
    opacity: 0;
}

#arrow_prev {
    opacity: 0;
}



@media only screen and (min-width: 1000px) {

    .bigmargin {

        padding-right: 10rem!important;
    }

    .largeIcons {

        width:200px;
        height:200px;
    }

    .pubText {

        width:200px; 
        text-align:center;
    }
}