

#marquee3, #marquee4 {
    display: none !important;
    visibility: hidden !important;
}

/*.gridblock {

    padding:10px!important;
}

.box
{
    text-align:center;
}


.descript

{
    max-width:400px;
}

.odd .descript

{
    text-align:left;
}

.even .descript {
    text-align: right;
    float: right;
    background-color: #e7e7e7;
}*/











/*=========================EVENT GRID============================*/

.gridrows {
    max-width: 1200px !important;
    margin: 0 auto !important;
}


.gridrows img {
    /*padding: 10px 0 10px 0;
    margin: 10px 0 10px 0;*/
    padding: 0 !important;
    /*width: 565px!important;*/
    /*height: 380px!important;*/
    width: 100% !important;
    margin: 0 auto !important;
}


    .gridrows a:hover {
        text-decoration: none;
    }



.gridblock {
    /*height: 380px !important;*/
    /*max-height: 380px !important;*/
    height: 100%;
    overflow: hidden;
    margin: 0 !important;
    font-size: 20px;
    vertical-align: middle !important;
    /*margin-top: 5% !important;*/
}

.gridrows.even {
    background-color: #EFF2F9;
    text-align: right !important;
}

.gridrows.odd {
    background-color: #EFF2F9;
}

.gridrows h2 {
    color: #2A3168;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 1px !important;
    margin: 0 !important;
}

.gridrows h3 {
    color: #2A3168;
    text-transform: uppercase;
    font-size: 17px;
    text-align: inherit;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 !important;
    margin: 0 !important;
}


.gridshortcuts img {
    /*margin: 10px;
    padding: 5px;*/
}

.box {
    vertical-align: middle !important;
    display: table-cell !important;
}

.gridphoto {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
}

.gridphotobox {
    background-color: #1F2B5A;
}

.gridphoto:hover {
    cursor: pointer;
    opacity: 0.6;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

@media (max-width:991px)
{
    .box
    {text-align:left!important;}

}

@media(max-width: 991px) {
.box {
display:inherit!important
}

.gridblock {
padding:15px!important
}

.gridrows {
max-width:600px!important;
margin:0 auto
}

.col-sm-pull-6 {
right:inherit!important
}
}
#maplocate
{max-height:400px!important;
 width: 90%;
 margin:0 auto;
 border-radius:20px;
}
.govpolicyblurb {
    position: relative;
    /* The image used */
    background-image: url("../images/info_header_govpolicy.png") !important;
    /* Set a specific height */
    text-align: center;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: bottom;
    background-size: contain;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='images/info_header_govpolicy.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='images/info_header_govpolicy.png', sizingMethod='scale')";
    border-bottom: 5px solid #029CA7;
    border-top: 5px solid #029CA7;
    border-bottom: 5px solid #029CA7;
    padding:20px;
    /*margin-bottom: 30px;*/
}