@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

/************************* BUTTON *************************************/
.general-button{
    margin: 3px 0px 0 0 !important;
}
.general-button a{
    touch-action: manipulation;
    background: transparent !important;
    padding: 7px 12px !important;
    border: 2px solid #404547 !important;
    margin: 10px auto !important;
    display: inline-block !important;
    text-decoration: none !important;
    -webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    -moz-transition: coliframeor .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    -o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    outline: 0;
    cursor: pointer;
}
.btn-text{
    font-family: 'Open Sans', Arial, snas-serif;
    font-size: 1.6rem !important;
    color: #404547 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    vertical-align: middle !important;
}
.general-button a:hover{
    background: #404547 !important;
    color: #fff !important;
    border: 2px solid #f0f2f2 !important;
    text-decoration: none !important;
    -webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    -moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    -o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
}

@media only screen and (max-width: 1024px) {

    .btn-text{
        font-size: 1.3rem !important;
    }

}
@media only screen and (max-width: 418px) {

    .general-button a{
        text-align: center;
        width: 100%;
    }

}
/***********************************************************************/

/************************* BLOCKQUOTE **************************************/
#general .container-fluid{
    padding: 0;
    width: 100% !important;
}
#general .col-md-12{
    padding: 0;
}
.general-box {
    margin: 20px 0;
    border-right: 1px solid #404547;
    border-left: 1px solid #404547;
    border-bottom: 1px solid #404547;
    padding: 0px 6px 10px 6px;
    -m-webkit-box-shadow: 0px 6px 10px -9px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 6px 10px -9px rgba(0,0,0,0.5);
    -ms-box-shadow: 0px 6px 10px -9px rgba(0,0,0,0.5);
    -o-box-shadow: 0px 6px 10px -9px rgba(0,0,0,0.5);
    box-shadow: 0px 6px 10px -9px rgba(0,0,0,0.5);
    background-color: transparent !important;
}
.general-box h1{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #054A91;
    font-size: 1.9rem !important;
    font-weight: 600;
    padding: 0;
    margin: 5px 0 5px 11px !important;
}
.general-box .box-title{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #054A91;
    font-size: 1.9rem !important;
    font-weight: 600;
    padding: 0;
    margin: 5px 0 5px 6px !important;
}
.general-box h6{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #000;
    font-size: 1.4rem !important;
    font-weight: 600;
    font-style: italic;
    padding: 0;
    margin: 0 0 5px 16px !important;
}
.general-box .sm-title{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #000;
    font-size: 1.4rem !important;
    font-weight: 600;
    font-style: italic;
    padding: 0;
    margin: 0 0 5px 16px !important;
}
.general-box p{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #031316;
    font-size: 1.5rem;
    line-height: 125%;
    padding: 2px 15px;
    margin: 12px 0 5px 0;
    margin: 4px 5px 0 6px !important;
}
/**************** BLOCKQUOTE QUERIES ************************/
@media only screen and (max-width: 1024px) {

    .general-box h6{
        font-size: 1.3rem;
    }

}

@media only screen and (max-width: 450px) {

    .general-box h1{
        font-size: 1.6rem !important;
        text-align: left !important;
        margin: 0 0 5px 10px !important;
    }
    .general-box .box-title{
        font-size: 1.6rem !important;
        text-align: left !important;
        margin: 0 0 5px 10px !important;
    }
    .general-box p{
        font-size: 1.4rem !important;
    }
    .general-box h6{
        font-size: 1.2rem !important;
        margin: 0 0 5px 10px !important;
    }
    .general-box .sm-title{
        font-size: 1.2rem !important;
        margin: 0 0 5px 10px !important;
    }
}

@media only screen and (max-width: 375px) {

        .general-box{
                margin: 0;
        }

}
/*******************************************************/

/****************** ARTICLES **********************/
#article .container-fluid{
        padding: 0;
        width: 96%;
}
#article .col-md-12{
        padding: 0;
}
#article .row{
        margin: 0;
}
#article .col-md-12 h1{
        font-family: 'Open Sans', Arial, sans-serif;
        color: #054A91;
        font-size: 2.6rem;
        font-weight: 700;
        padding: 0;
        margin: 5px 0 10px 0;
        text-align: left;
        line-height: 130%;
}

#article .col-md-12 h2{
        font-family: 'Open Sans', Arial, sans-serif;
        color: #054A91;
        font-size: 2.00rem;
        font-weight: 600;
        padding: 0;
        margin: 7px 0 2px 0px;
        text-align: left;
        line-height: 140%;
}
#article .col-md-12 p{
        font-family: 'Open Sans', Arial, sans-serif;
        color: #031316;
        font-size: 1.5rem;
        line-height: 160% !important;
        padding: 4px 5px 4px 0;
        margin: 3px 0 0 0;
}
#article img{
        margin-bottom: 15px !important;
        margin-top: 10px;
        max-width: 100%;
        height: auto;
        display: block;
}
#article hr{
        background-color: #f0f2f2;
        height: 2px;
        width: 100%;
		border-top: 1px solid #0E72CC !important;
		margin-top: 15px;
		margin-bottom: 15px;
}

#article .col-md-12 a{
    color: #054A91;
    text-decoration: underline;
}
/* removes underline from article links */
#article .col-md-12 a:hover{
        text-decoration: none;
}
/**************** ARTICLE QUERIES ************************/
@media only screen and (max-width: 1280px) {

    #article .col-md-12 h2{
            font-size: 1.9rem;
    }

}
@media only screen and (max-width: 1024px) {

    #article .container-fluid{
        width: 97%;
    }

    #article .col-md-12 h1{
        font-size: 2.1rem;
    }
    #article .col-md-12 h2{
        font-size: 1.7rem;
    }

}
@media only screen and (max-width: 991px) {

    #article .col-md-12 h1{
        margin: 5px 0 5px 0;
        text-align: left !important;
    }

}
@media only screen and (max-width: 700px) {

    #article .col-md-12 h1{
        font-size: 1.8rem;
    }
    #article .col-md-12 h2{
        font-size: 1.6rem;
    }

}
@media only screen and (max-width: 500px) {

    #article .container-fluid{
        width: 98%;
    }

}
@media only screen and (max-width: 450px) {

    #article .col-md-12 p{
        padding: 2px 5px;
    }
    #article .col-md-12 p{
        font-size: 1.4rem;
}

}
@media only screen and (max-width: 414px) {

    #article .col-md-12 h1{
        font-size: 1.8rem;
        text-align: center;
    }
    #article .col-md-12 h2{
        text-align: left;
    }

}
@media only screen and (max-width: 320px) {

    #article .col-md-12 p{
        font-size: 1.4rem;
    }

}
/*******************************************************/

/**************** LISTS ************************/
#article  ol{
        margin: 10px 0 10px 0;
}
#article  ol li{
	font-family: 'Open Sans', Arial, sans-serif;
        color: #031316;
        font-size: 1.5rem !important;
        padding: 3px;
}
#article  ol li ul{
        margin: 5px 0 5px -15px;
        padding: 0 0 0 35px;
}
#article  ol li ol li{
	font-family: 'Open Sans', Arial, sans-serif;
        color: #031316;
        font-size: 1.5rem !important;
}

#article ul{
        margin: 10px 0 10px 0;
}
#article ul li{
	font-family: 'Open Sans', Arial, sans-serif;
        color: #031316;
        font-size: 1.5rem !important;
        padding: 3px;
}
#article ul li ul{
        margin: 5px 0 5px 5px;
        padding: 0 0 0 16px;
}
#article ul li ul li{
	font-family: 'Open Sans', Arial, sans-serif;
        color: #031316;
        font-size: 1.5rem !important;
}
@media only screen and (max-width: 1280px) {

    #article ul li{
	font-family: 'Open Sans', Arial, sans-serif;
        color: #031316;
        padding: 3px;
    }
    #article ul li ul li{
	font-family: 'Open Sans', Arial, sans-serif;
        color: #031316;
    }
}
@media only screen and (max-width: 800px) {

    #article ul li{
	font-family: 'Open Sans', Arial, sans-serif;
        color: #031316;
        padding: 3px;
    }
    #article ul li ul li{
	font-family: 'Open Sans', Arial, sans-serif;
        color: #031316;
    }
}
@media only screen and (max-width: 500px) {

    #article ul{
        margin-left: 0 !important;
    }
    #article ol{
        margin-left: 0 !important;
    }

    #article  ol li ol{
        margin: 5px 0 5px -25px;
    }
    #article ol li ul {
        padding: 0 0 0 20px;
    }
    
    #article ul li ul {
        padding: 0 0 0 20px;
    }
    #article ul li{
        list-style-position: outside;
    }

}
@media only screen and (max-width: 450px) {

    #article ul{
        margin-left: -15px !important;
    }
    #article ol{
        margin-left: -15px !important;
    }

    #article ul li{
        list-style-position: outside;
    }

    #article  ul li{
        font-size: 1.4rem !important;
    }
    #article  ol li{
        font-size: 1.4rem !important;
    }

    #article ul li ul {
        padding: 0 0 0 26px;
    }
    #article ol li ul {
        padding: 0 0 0 26px;
    }
    
    #article ul li ul li{
        font-size: 1.4rem !important;
    }
    #article  ol li ol li{
        font-size: 1.4rem !important;
    }

}
/************************************************/

/**************** LISTS WITH ICONS ************************/
#article .list-with-icons  ul{
        margin: 10px 0 15px 0px;
		padding: 0 0 0 5px;
}
#article .list-with-icons ul li{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #031316;
    font-size: 1.5rem !important;
    padding: 3px 0 3px 0 !important;
    list-style-type: none !important;
}
#article .list-with-icons ul li ul{
    margin: 5px 0 5px 0;
}
#article .list-with-icons ul li ul li{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #031316;
    font-size: 1.5rem !important;
    list-style-type: none !important;
}

@media only screen and (max-width: 1280px) {

    #article .list-with-icons ul li{
        padding: 3px;
    }
    #article .list-with-icons ul li i{
        font-size: 1.5rem !important;
    }
}
@media only screen and (max-width: 1024px) {

    #article .list-with-icons ul li{
        padding: 3px;
    }
}
@media only screen and (max-width: 500px) {

    #article .list-with-icons ul{
        margin-left: -25px;
    }

    #article .list-with-icons ul li{
        list-style-position: outside;
    }

}
@media only screen and (max-width: 450px) {

    #article .list-with-icons ul{
        margin-left: -35px;
		padding: 0 0 0 25px !important;
    }

    #article .list-with-icons ul li{
        list-style-position: outside;
    }

}
@media only screen and (max-width: 320px) {

    #article .list-with-icons ul{
        margin-left: -30px;
    }
    #article .list-with-icons ul li{
        font-size: 1.4rem !important;
    }
    #article .list-with-icons ul li ul li{
        font-size: 1.4rem !important;
    }

}
/************************************************/

/**************** TABLE ************************/
.table-module .container-fluid{
    padding: 0;
    width: 98% !important;
}
.table-module .row{
    margin: 0;
}
.table-module .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 6px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #054A91 !important;
    width: auto;
}
.table-responsive {
    margin-bottom: 0;
    border: 0px solid #ddd;
}
.table-module caption{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #054A91;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: left;
    border-bottom: 0px solid #753965;
}
.table-module td{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #031316;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0;
    width: 0 !important;
    word-wrap: normal;
    background-color: transparent !important;
}
.table-module th {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #153A5C;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0;
    width: 20% !important;
    background-color: #E3F2FC;
}
.table-module td, th {
    display: table-cell;
    vertical-align: inherit;
}

.table-module  ol{
    margin: 10px 0 15px 20px;
}
.table-module  ol li{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #031316;
    font-size: 1.4rem !important;
    padding: 3px;
}
.table-module ol li ul{
    margin: 5px 0 5px 5px;
}
.table-module ol li ul li{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #031316;
    font-size: 1.4rem !important;
}

.table-module ul{
    margin: 10px 0 15px 20px;
}
.table-module ul li{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #031316;
    font-size: 1.4rem !important;
    padding: 3px;
}
.table-module ul li ul{
    margin: 5px 0 5px 5px;
}
.table-module ul li ul li{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #031316;
    font-size: 1.4rem !important;
}

@media only screen and (max-width: 1024px) {

    .table-module caption{
        font-size: 2.00rem;
        margin: 0 0 0 5px;
    }

}
@media only screen and (max-width: 375px) {

    .table-module caption{
        font-size: 1.8rem;
    }


}
/**********************************************/

/**************** EDITOR TABLE ************************/
.general-table {
    margin: 10px 0 0 0;
    padding: 6px !important;
    line-height: 1.42857143 !important;
    vertical-align: top !important;
    border: 1px solid #054A91 !important;
    width: auto !important;
    background-color: #fff !important;
    width: 100% !important;
}

.general-table thead > tr > th, tbody > tr > th, tfoot > tr > th, thead > tr > td, tbody > tr > td, tfoot > tr > td {
    padding: 6px 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #054A91;
    width: auto;
}
.general-table .table-responsive {
    margin-bottom: 0;
    border: 0px solid #ddd;
}
.general-table caption{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #153A5C;
    font-size: 2.4rem;
    font-weight: 400;
    text-align: left;
    border-bottom: 0px solid #153A5C;
    background-color: transparent !important;
}
.general-table td{
    font-family: 'Open Sans', Arial, sans-serif !important;
    color: #031316 !important;
    font-size: 1.4rem !important;
    font-weight: 400 !important;
    width: 0 !important;
    background-color: transparent !important;
    word-wrap: normal !important;
    width: auto !important;
    display: table-cell !important;
    vertical-align:middle !important;
}
.general-table td p{
    padding: 0px !important;
    margin: 0px !important;
}
.general-table th {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #153A5C;
    font-size: 1.4rem;
    font-weight: 400;
    width: 0 !important;
    background-color: #E3F2FC !important;
    width: auto !important;
    display: table-cell !important;
    vertical-align: middle !important;
    text-align: center !important;
}
.general-table th p{
    padding: 0px !important;
    margin: 0px !important;
    color: #153A5C !important;
}
.general-table td, th {
    display: table-cell;
    vertical-align: inherit;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #eee !important;
}

@media only screen and (max-width: 1024px) {

    .general-table caption{
        font-size: 2.00rem;
        margin: 0 0 0 5px;
    }

}
/*
@media only screen and (max-width: 767px) {

    .general-table th, td{
        white-space: nowrap !important;
    }

}
*/
@media only screen and (max-width: 414px) {

    .general-table caption{
        font-size: 1.6rem;
    }

}
/**********************************************/

/*****************************************************/
/******************** NOTICES **************************/
#shout{
    margin: 0 0 10px 0;
}
#shout .container-fluid{
    padding: 0;
    width: 96%;
}
#shout .col-md-12{
    padding: 0;
}
.shout {
    font-family:'Open Sans', Arial, sans-serif;
    color: #153A5C;
    border-left: 5px solid #B20404 !important;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 1px;
    background-color: #f0f2f2;
    -webkit-box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.4);
    box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.4);
}
#shout p{
    margin: 0;
}
/**** ONLY FOR MARGIN SPACING AT THE TOP ON HOMEPAGES ****/
.shout-homepage {
    margin-top: 10px !important;
}
.shout-homepage .container-fluid{
    width: 89% !important;
}
.shout-homepage img{
    max-width: 100% !important;
	height: auto;
}

@media only screen and (max-width: 1024px) {

    #shout .container-fluid{
        width: 90%;
    }
    .shout {
        font-size: 1.2rem;
    }

}
@media only screen and (max-width: 700px) {

    #shout .container-fluid{
        width: 89%;
    }
    #shout {
        font-size: 1.3rem;
    }

}
/***************************************************************/
/***************************************************************/

/*********************** TWITTER WIDGET (NO MARKUP) ************************/
#twitter .panel-default {
    border-color: #ecf0f1;
}
#twitter .panel {
    margin: 30px auto;
    margin-bottom: 21px;
    background-color: rgba(0, 0, 0, 0.1);
    border: 0px solid #000 !important;
    border-bottom: 0px dotted #fff !important;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    width: 48%;
}
#twitter .panel-heading{
    padding: 4px 10px;
    border: 0px solid #fff;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    background-color: rgba(255, 255, 255, 0.9);
}
#twitter .panel-heading i{
    font-size: 1.3em;
    color: #1A96AE;
    font-weight: 400;
    line-height: 120%;
}
#twitter .panel-heading span{
    font-size: 1.2em !important;
    color: #1A96AE;
    margin: 5px 0 0 0;
}
/*
#twitter .panel-footer {
    font-family: 'PT Sans', Arial, sans-serif !important;
    font-size: 0.900em;
    color: #fff;
    font-weight: 400;
    font-style: italic;
    line-height: 120%;
    padding: 10px 15px;
    background-color: transparent;;
    border-top: 0px solid #ecf0f1;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    text-align: right;
}
*/

@media (max-width: 680px) {

    #twitter .panel {
        width: 80%;
    }

}
/*******************************************************************/

/******************** QUOTE ***************/
#quote .container-fluid{
    padding: 0;
    width: 98%;
}
#quote .col-md-12 {
    padding: 0;
    margin: 0;
}
#quote .row {
    margin: 0;
}
.quote h1{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.9rem !important;
    margin: 5px 0 5px 0 !important;
}
.quote {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 140%;
    padding: 8px 15px;
    background-color: none;
    border-left: 3px solid #054A91;
    margin: 10px 0;
}

@media only screen and (max-width: 450px) {

	.quote {
		font-size: 1.4rem !important;
	}

}
@media only screen and (max-width: 375px) {

	.quote {
		margin: 20px 0 10px 0px;
	}

}
/******************************************************************/

/******************** IMAGE WITH CAPTION ***************/
.image-caption{

}
.image-caption .col-md-6{
    padding: 0;
}
.image-caption .panel-default{
    border-color: transparent;
}
.image-caption .panel{
    margin-bottom: 10px;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}
.image-caption .panel-header{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 125%;
    padding: 4px 15px;
    background-color: Transparent;
    border-top: 0px solid #2980B9;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    text-align: left;
}
.image-caption .panel-body{
    padding: 0px;
    text-align: left !important;
}
.image-caption .panel-body img{
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
}
.image-caption .panel-footer{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 135%;
    padding: 4px 5px 4px 0;
    background-color: transparent;
    border-top: 0px solid #2980B9;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    text-align: left;
    font-style: italic;
}
@media only screen and (max-width: 414px) {

    .image-caption .panel-footer{
		font-size: 1.3rem;
	}

}
/******************************************************************/

/******************** MODAL POPUPS ****************************/
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999999999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 0px solid #000;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-header .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #000;
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header img {
    max-width: 100%;
    height: auto;
    display: block;
    float: left;
}
.modal-header p{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 125%;
    color: #fff;
}
.modal-title{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 125%;
    color: #000;
}
.modal-body {
    position: relative;
    padding: 15px;
    background-color: #fff;
    border-radius: 0;
}
.modal-body img{
    max-width: 100%;
        height: auto;
        display: block;
}
.modal-content {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.4rem !important;
    font-weight: 400;
    line-height: 125%;
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #999;
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0px solid #e5e5e5;
    background-color: #fff;
    border-radius: 0;
}
.modal-footer .btn-default{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #054A91 !important;
    background-color: transparent;
    border: 2px solid #054A91 !important;
}
.modal-footer .btn {
    padding: 5px 10px;
    margin: 3px 0;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 2.00rem !important;
    font-weight: normal;
    line-height: 1.42857143;
    vertical-align: middle;
    border: 0px solid transparent;
    border-radius: 0px;
    transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    white-space:normal !important;
}
.modal-footer .btn:focus {
    outline: none;
}
.modal-footer .btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #054A91 !important;
    background-color: #f0f2f2;
}
.modal-footer .btn-default:hover {
    color: #054A91 !important;
    background-color: #f0f2f2;
    -webkit-transition: background-color 300ms ease-out 0.01s;
    -moz-transition: background-color 300ms ease-out 0.01s;
    -o-transition: background-color 300ms ease-out 0.01s;
    transition: background-color 300ms ease-out 0.01s;
}
/**************************************************************/

/*********************** VIDEO ************************************/
video{
    margin: auto;
    max-width: 100%;
	width: 100%;
    margin-bottom: 20px;
    /*height: 500px;*/
}
/*******************************************************************/

/*********************** IFRAME ************************************/
.threeoneone iframe{
    max-width: 100%;
    width: 99%;
    display: block;
    margin: 20px auto !important;
    height: 1300px;
    border: 0;
}
.snow-app iframe{
    max-width: 100%;
    width: 99%;
    display: block;
    margin: 20px auto !important;
    height: 600px;
    border: 0;
}
.response-form{
    max-width: 100%;
    width: 99%;
    display: block;
    margin: 20px auto !important;
    height: 1300px !important;
}
.occupancy-search{
    max-width: 100%;
    width: 99%;
    display: block;
    margin: 0px auto !important;
    height: 520px !important;
}
iframe{
    max-width: 100%;
    width: 99%;
    display: block;
    margin: 20px auto !important;
    height: 500px;
    border: 0px solid #153A5C;
}
object{
    max-width: 100%;
    width: 99%;
    margin: 20px auto !important;
    height: 700px;
    border: 0px solid #153A5C;
}
@media only screen and (max-width: 1024px) {

    iframe{
        height: 450px;
    }
    .snow-app iframe{
        height: 500px;
    }

}
@media only screen and (max-width: 450px) {

    iframe{
        height: 400px;
    }
    .snow-app iframe{
        height: 450px;
    }


}
/*******************************************************************/

/**************************** SNOW LEVELS ******************************/
.snow-level-wrapper .col-md-8{
    margin: 10px 0 0 0;
    padding: 0 3px !important;
}
.snow-levels .col-sm-12{
    padding: 0;
    margin: 0;
}
.snow-levels{
    margin: 5px 0 0 0;
    overflow: hidden;
    cursor: pointer;
}
.snow-levels i{
    float: right;
    margin: 5px 5px 0 0;
}
.left-text{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 3.00rem !important;
    font-weight: 600;
    color: #fff;
    padding: 11px 12px;
    background-color: #59A9C2;
    float: left;
    width: 90%;
}
.right-text{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 3.5rem;
    font-weight: 600;
    color: #fff;
    padding: 7px 14px;
    background-color: #054A91;
    float: left;
    text-align: center;
    width: 10%;
}
.snow-levels .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f0f2f2;
    border: 1px solid #f0f2f2;
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0px rgba(0, 0, 0, .05);
}


@media only screen and (max-width: 1440px) {

    .snow-levels-wrapper{
        width: 825px;
    }
    .left-text{
        font-size: 1.5rem !important;
        padding: 13px 12px;
        width: 88%;
    }
    .right-text{
        font-size: 2.2rem;
        padding: 8px 12px;
        width: 12%;
    }

}
@media only screen and (max-width: 826px) {

    .snow-levels-wrapper{
        width: 100%;
    }
    .snow-levels{
        margin: 5px 5px 0 5px;
        float: none;
    }
    .snow-levels i {
        margin: 4px 5px 0 0;
    }
    .left-text{
        font-size: 1.4rem !important;
        padding: 13px 12px 11px 9px;
    }
    .right-text{
        font-size: 2.1rem;
        padding: 7px 12px;
    }

}

/******************************* CLERKS SERVICE BOX MODULE (Council Meetings)) ********************************************/
.clerkBox{
    margin: 25px 2px 25px 2px;
    padding: 0 0 30px;
    background: #f0f2f2;
    -webkit-box-shadow: 0px 10px 12px -10px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 10px 12px -10px rgba(0,0,0,0.26);
    box-shadow: 0px 10px 12px -10px rgba(0,0,0,0.26);
}
.clerkBox .service-icon{
    padding: 10px 10px;
    background-color: #054A91;
    text-align: center;
}
.clerkBox .service-icon i{
    color: #fff !important;
    font-size: 2.7rem !important;
}
.clerkBox .service-content{
    padding: 0 20px;
    color: #6c6060;
}
.clerkBox .service-content h1{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 2.2rem !important;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    text-align: center !important;
    margin: 15px 0 0 0 !important;
}
.clerkBox .service-content hr{
    background: #000 !important;
    height: 1px !important;
}
.clerkBox .meeting-title h2{
    font-size: 1.7rem !important;
    font-weight: 600;
    color: #000 !important;
	line-height: 130%;
}
.clerkBox .meeting-description p{
    padding: 0 0 0 10px !important;
    color: #000 !important;
    font-size: 1.3rem !important;
}
@media screen and (max-width: 1280px){

    .clerkBox .service-icon i{
        font-size: 2.4rem !important;
    }
    .clerkBox .service-content h1{
        font-size: 1.7rem !important;
    }
    .clerkBox .service-content h2{
        font-size: 1.6rem !important;
    }
    .clerkBox .meeting-description p{
        font-size: 1.3rem !important;
    }

}
@media screen and (max-width: 1199px){

    .clerkBox .service-content h1{
        font-size: 1.9rem !important;
    }
    .clerkBox .service-content h2{
        font-size: 1.9rem !important;
    }
    .clerkBox .meeting-description p{
        font-size: 1.3rem !important;
    }

}
@media screen and (max-width: 600px){

    .clerkBox .service-content h2{
        font-size: 1.6rem !important;
    }
    .clerkBox .meeting-description p{
        font-size: 1.3rem !important;
    }

}
@media screen and (max-width: 500px){

    .clerkBox .service-icon i{
        font-size: 2.1rem !important;
    }
    .clerkBox .service-content h1{
        font-size: 1.6rem !important;
    }
    .clerkBox .service-content h2{
        font-size: 1.4rem !important;
        text-align: left !important;
    }
    .clerkBox .meeting-description p{
        font-size: 1.1rem !important;
    }

}
@media screen and (max-width: 480px){

    .council-meetings .col-sm-6{
        padding: 0 0;
    }

    .clerkBox .meeting-title h4{
        font-size: 1.5rem !important;
    }

}
/******************************************************************************************/

/******************************* BIO PROFILE MODULE ********************************************/
.profile{
    width: 100%;
    margin: 25px auto;
    border-right: 0px solid rgba(22, 60, 89, 0.2);
    border-left: 0px solid rgba(22, 60, 89, 0.2);
    border-bottom: 0px solid rgba(22, 60, 89, 0.2);
}
.profile .panel {
    border: 0px solid transparent !important;
    border-radius: 0px !important;
    margin-bottom: 0 !important;
}
.profile .panel-default {
    border-color: transparent !important;
}
.profile .panel-body {
    padding: 25px 15px;
    background: #E5F2F9;
}
.profile .person{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 2.00rem !important;
    font-weight: 600;
    color: #000;
}
.profile .title{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.6rem !important;
    font-weight: 600;
    color: #000;
}
.profile .email-phone{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.4rem !important;
    font-weight: 600;
    color: #000;
}
.profile .department{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.4rem !important;
    font-weight: 600;
    color: #000;
}
.profile p{
    padding: 2px 0px !important;
}

@media screen and (max-width: 650px){

    .profile{
        width: 98%;
    }

    .profile img{
        width: 200px;
    }

    .profile h2{
        font-size: 1.8rem !important;
    }

}
@media screen and (max-width: 360px){

    .panel-body{
        padding: 10px 2px;
    }

    .profile img{
        width: 180px;
    }

    .profile h2{
        font-size: 1.6rem !important;
    }

}
/******************************************************************************************/

/******************* CONTACTS MODULE *******************************/
.contacts{
    display: flex;
    margin: 20px 0;
    -webkit-box-shadow: 0px 6px 10px -9px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 6px 10px -9px rgba(0,0,0,0.5);
    -ms-box-shadow: 0px 6px 10px -9px rgba(0,0,0,0.5);
    -o-box-shadow: 0px 6px 10px -9px rgba(0,0,0,0.5);
    box-shadow: 0px 6px 10px -9px rgba(0,0,0,0.5);
}
.contacts .contacts-content{
    border-bottom: 0px solid #37a9d1;
    padding: 5px 5px;
    background: #f0f2f2 !important;
    width: 100%;
}
.contacts .contacts-content p{
    font-family: 'Open Sans', Arial, snas-serif;
    color: #000;
    font-size: 1.4rem !important;
    margin: 0;
    padding: 5px 0 5px;
    font-weight: 400;
    line-height: 130%;
	word-wrap: break-word;
}
.contacts .contacts-icon{
    background: #054A91;
    text-align: center;
    border-bottom: 0px solid #37a9d1;
}
.contacts .contacts-icon i{
    color: #fff;
    font-size: 2.2rem;
    margin-top: 11px !important;
    display: block;
    padding: 10px 6px;
    line-height: 0;
}
.contacts .contacts-content a{
    color: #0882bf !important;
}

@media only screen and (max-width: 1366px) {

    .contacts .contacts-icon i{
        font-size: 2.00rem;
    }

}
@media only screen and (max-width: 1144px) {

    .contacts .contacts-content p{
        padding: 5px 5px !important;
    }

}
@media only screen and (max-width: 991px) {

    .contacts .contacts-icon i{
        font-size: 2.2rem;
    }

}
@media only screen and (max-width: 414px) {

    .contacts .contacts-icon i{
        font-size: 2.00rem;
    }

}
@media only screen and (max-width: 320px) {

    .contacts .contacts-content p{
        font-size: 1.3rem !important;
    }

}
/*******************************************************************/

/********************** COLLAPSING CONTENT WITH BUTTON ***********************/
/* BUTTON */
.collapsing-content .btn {
    width: 100%;
    padding: 7px 8px 3px 8px;
    margin: 2px 0 0 0;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.7rem !important;
    font-weight: 600;
    color: #fff !important;
    line-height: none;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 0px solid transparent;
    border-radius: 0px;
    background-color: #054A91;
    text-decoration: none !important;
	white-space: normal;
    -webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    -moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    -o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
}
.collapsing-content .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    color: #fff !important;
    background-color: #38709B !important;
    border-color: none;
    border: 0;
}
.collapsing-content .btn-primary:hover {
    color: #F7F6F5 !important;
    background-color: #000 !important;
    border-color: none;
    border: 0;
}
.collapsing-content i{
    font-size: 2.00rem !important;
}
/*  USED IN THE CONTENT COLLAPSES FOR SNOW LEVELS*/
.collapsing-content .well {
    min-height: 20px;
    padding: 2px;
    margin-bottom: 10px;
    background-color: transparent;
    border: 0px solid #000 !important;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .05);
    clear: both;
}
.collapsing-content p{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #031316;
    font-size: 1.5rem !important;
    line-height: 150% !important;
    padding: 2px 5px;
    margin: 5px 0 0 0;
}
.collapsing-content img{
    max-width: 100%;
    height: auto;
    display: block;
}

.collapsing-content  ol{
    margin: 10px 0 15px 20px;
}
.collapsing-content  ol li{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #031316;
    font-size: 1.5rem !important;
    padding: 3px;
}
.collapsing-content ol li ul{
    margin: 5px 0 5px 5px;
}
.collapsing-content ol li ul li{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #031316;
    font-size: 1.5rem !important;
}

.collapsing-content ul{
    margin: 10px 0 15px 20px;
}
.collapsing-content ul li{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #031316;
    font-size: 1.5rem !important;
    padding: 3px;
}
.collapsing-content ul li ul{
    margin: 5px 0 5px 5px;
}
.collapsing-content ul li ul li{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #031316;
    font-size: 1.5rem !important;
}

@media only screen and (max-width: 700px) {

    .collapsing-content .btn {
        font-size: 1.5rem !important;
        padding: 7px 8px 3px 8px;
    }
    .collapsing-content i{
        font-size: 1.8rem !important;
    }

}
@media only screen and (max-width: 414px) {

    .collapsing-content p{
        font-size: 1.4rem !important;
    }

}
@media only screen and (max-width: 340px) {

    .collapsing-content .btn {
        font-size: 1.1rem !important;
    }
    .collapsing-content i{
        font-size: 1.4rem !important;
    }

}
@media only screen and (max-width: 320px) {

    .collapsing-content  ol li{
        font-size: 1.4rem !important;
    }
    .collapsing-content ol li ul li{
        font-size: 1.4rem !important;
    }

    .collapsing-content ul li{
        font-size: 1.4rem !important;
    }
    .collapsing-content ul li ul li{
        font-size: 1.4rem !important;
    }

}
/*******************************************************************/

/****************************************** FORM ************************************************/
.forms .container-fluid{
    padding: 0;
	width: 100% !important;
}
.forms .col-lg-1{
    padding: 0;
}
.forms .col-lg-2{
    padding: 0;
}
.forms form{
    width: 100%;
    margin: 10px auto;
    background-color: #f0f2f2 !important;
    border: 4px solid #f0f2f2;
    overflow: hidden;
    padding: 20px 20px !important;
    -webkit-box-shadow: 0px 10px 12px -10px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 10px 12px -10px rgba(0,0,0,0.26);
    box-shadow: 0px 10px 12px -10px rgba(0,0,0,0.26);
}
.forms .form-group {
    margin-bottom: 10px;
}
.forms label{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 2.00rem !important;
    font-weight: 400;
    line-height: 120%;
    color: #191919;
    display: inline-block;
    margin: 10px 0 4px 0;
}

.forms select{
    font-family: 'Open Sans', Arial, sans-serif;
    border: 2px solid #CCC8CC !important;
    height: 45px;
    font-size: 2.00rem !important;
    font-weight: 400;
    color: #000;
    font-size: 1.8rem !important;
}
.forms option {
    display: block;
    white-space: normal !important;
    padding: 0px 2px 1px;
    font-size: 1.6rem !important;
}

.forms .form-control {
    display: block;
    width: 100%;
    padding: 2px .75rem;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0rem;
    font-size: 2.00rem !important;
}
.forms textarea{
    font-family: 'Arial', sans-serif;
    color: #000 !important;
    border: 2px solid #CCC8CC !important;
}
.forms input{
    font-family: 'Arial', sans-serif;
    border: 2px solid #CCC8CC !important;
    height: 45px;
	color: #000 !important;
}
.forms ::placeholder {
   color: rgba(0, 0, 0, 0.5) !important;
   font-style: italic;
   font-size: 1.6rem !important;
}
.forms ::-webkit-input-placeholder {
   color: rgba(0, 0, 0, 0.5) !important;
   font-style: italic;
   font-size: 1.6rem !important;
}
.forms :-moz-placeholder { /* Firefox 18- */
   color: rgba(0, 0, 0, 0.5) !important;
   font-style: italic;
   font-size: 1.6rem !important;
}
.forms ::-moz-placeholder { /* Firefox 18- */
   color: rgba(0, 0, 0, 0.5) !important;
   font-style: italic;
   font-size: 1.6rem !important;
}
.forms :-ms-input-placeholder {
   color: rgba(0, 0, 0, 0.5) !important;
   font-style: italic;
   font-size: 1.6rem !important;
}
/*
.checkbox{
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 2.00rem !important;
    font-weight: 500 !important;
    position: relative;
    display: block;
    margin: 5px 10px 5px 25px;
}
*/

.radio, .checkbox{
	display: block;
    vertical-align: top;
    margin: 8px 0 0 18px;
	font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 2.00rem !important;
    font-weight: 500 !important;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
    height: 25px !important;
}

.forms input[type=submit]{
    font-family: 'Open Sans', Arial, snas-serif;
    border: 0px solid #CCC8CC !important;
}
.forms input[type=reset]{
    font-family: 'Open Sans', Arial, snas-serif;
    border: 0px solid #CCC8CC !important;
}

.forms .text-muted {
    color: #fff;
}
#help {
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    line-height: 125% !important;
    color: #800000 !important;
    font-style: italic;
}

/** CHARACTERS REMAINING **/
#chars {
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    line-height: 125% !important;
    color: #000 !important;
}
#remaining {
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    line-height: 125% !important;
    color: #000 !important;
}

.forms input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 120%;
}

/******* CHECKBOXES *********/
.c-indicator{
    margin-top: 5px !important;
    width: 16px;
    height: 16px;
    vertical-align: top;
    border: 1px solid #036;
}

/****************************/

.forms form .btn-primary {
    color: #fff !important;
    background-color: #054A91;
    border-color: #054A91;
    border: 0;
    text-decoration: none !important;
}
.forms form .btn {
    color: #fff !important;
    font-family: 'Open Sans', Arial, sans-serif;
    display: inline-block;
    padding: .375rem 1rem;
    font-size: 2.00rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px solid transparent;
    border-radius: 0;
    text-decoration: none !important;
}
.forms form .btn-primary:hover {
    color: #054A91;
    background-color: #404547;
    border-color: #f0f2f2;
    border: 0;
    padding: .375rem 1rem;
    transition: background-color 0.25s ease-out;
    -webkit-transition: background-color 0.25s ease-out;
    -moz-transition: background-color 0.25s ease-out;
    -o-transition: background-color 0.25s ease-out;
    text-decoration: none !important;
}
.forms form .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: #054A91;
    background-color: #404547;
    border-color: #f0f2f2;
    border: 0;
    text-decoration: none !important;
}

/* Hide anti-Spam Field */
.forms form .antispam {
    display: none;
}

/*************** RESULTS *************************/
.results{
    color: #153A5C !important;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.6rem;
}

@media only screen and (max-width: 1024px) {

    .forms form{
        width: 100%;
    }

    .forms container-fluid{
        width: 90%;
    }

}
@media only screen and (max-width: 700px) {

    .forms label{
        font-size: 1.7rem !important;
    }

    .forms .form-control {
        font-size: 1.6rem !important;
    }
    .forms input{
        height: 35px;
    }
    .forms select{
        height: 35px;
        font-size: 1.3rem !important;
    }
    .forms .radio, .checkbox{
        font-size: 1.6rem !important;
		margin: 10px 0 0 5px;
    }
	input[type="radio"], input[type="checkbox"] {
		height: 15px !important;
	}

}
@media only screen and (max-width: 500px) {

    .forms ::placeholder {
        color: rgba(0, 0, 0, 0.5) !important;
        font-style: italic;
        font-size: 1.5rem !important;
     }
     .forms ::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.5) !important;
        font-style: italic;
        font-size: 1.5rem !important;
     }
     .forms :-moz-placeholder { /* Firefox 18- */
        color: rgba(0, 0, 0, 0.5) !important;
        font-style: italic;
        font-size: 1.5rem !important;
     }
     .forms ::-moz-placeholder { /* Firefox 18- */
        color: rgba(0, 0, 0, 0.5) !important;
        font-style: italic;
        font-size: 1.5rem !important;
     }
     .forms :-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.5) !important;
        font-style: italic;
        font-size: 1.5rem !important;
     }

}
@media only screen and (max-width: 479px) {

    label{
        font-size: 1.00rem;
    }

    form .btn {
        width: 100%;
        margin: 0 0 10px 0;
    }

}
/********************************************************/

/************* PRESS RELEASES MODULE ****************/
/****************************************************/
#press-releases{
        margin: 30px 0 0 0;
}
#press-releases .container-fluid{
        padding: 0;
        width: 100%;
}
#press-releases .row{
        margin: 0;
}
#press-releases .col-md-6{
        padding: 0;
}
#press-releases .col-md-9{
        padding: 0 0 0 10px;
}
#press-releases .col-md-3{
        padding: 0;
}

/********* PRESS RELEASE PANELS **********/
#press-releases .panel-default{
    border-color: transparent;
}
#press-releases .panel{
    margin-bottom: 20px;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05) !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, .05) !important;
}
#press-releases .panel-default > .panel-heading {
    color: #fff;
    background-color: #404547;
    border-color: #404547;
}
#press-releases .panel-heading{
    padding: 5px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#press-releases .panel-heading h1{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #fff;
    font-size: 1.8rem !important;
    font-weight: 600;
    margin: 0 !important;
    text-align: left;
    line-height: 130%;
    padding: 3px 0 1px 0;
}
#press-releases .panel-heading a{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #fff;
    font-size: 1.6rem !important;
    font-weight: 600;
    margin: 0;
    text-align: left;
    line-height: 130%;
    text-decoration: none;
    float: right;
    padding: 5px 0 0 0;
}
#press-releases .panel-body{
    padding: 8px 15px;
    background-color: transparent;
    border: 0 !important;
}
#press-releases .panel-body h2{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #054A91;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 0;
    margin: 10px 0 2px 0;
    text-align: left;
    line-height: 150%;
}
#press-releases .panel-body p{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #031316;
    font-size: 1.4rem;
    line-height: 150%;
    padding: 2px 0;
    margin: 5px 0 10px 0;
}
/**** FOR PRESS RELEASE ARCHIVE ****/
#press-releases .panel-body{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #031316;
    font-size: 1.6rem;
    line-height: 150%;
    padding: 0 15px 10px 5px;
    margin: 5px 0 10px 0;
}
/**** Press Release List page Areas ****/
#press-releases .panel-body .offices{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #031316;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 150%;
    padding: 2px 0;
    margin: 0 0px;
    display: block;
}
/***************************************/
#press-releases .panel-body h6{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #031316;
    font-size: 1.2rem;
    line-height: 150%;
    padding: 1px 0;
    margin: 0;
}
#press-releases img{
    max-width: 100%;
    height: auto;
    display: block;
}
#press-releases .panel-body a{
    text-decoration: none !important;
}

/* removes underline from article links */
#press-releases .col-md-10, .col-md-2 a:hover{
    text-decoration: none !important;
}

/** PRESS RELEASE LISTS ****/
#press-releases  ol{
        margin: 10px 0 15px 20px;
}
#press-releases  ol li{
	font-family: 'Open Sans', Arial, sans-serif;
        color: #031316;
        font-size: 1.5rem !important;
        padding: 3px;
}
#press-releases  ol li ul{
        margin: 5px 0 5px 5px;
}
#press-releases  ol li ul li{
	font-family: 'Open Sans', Arial, sans-serif;
        color: #031316;
        font-size: 1.5rem !important;
}

#press-releases ul{
        margin: 10px 0 15px 20px;
}
#press-releases ul li{
	font-family: 'Open Sans', Arial, sans-serif;
        color: #031316;
        font-size: 1.5rem !important;
        padding: 3px;
}
#press-releases ul li ul{
        margin: 5px 0 5px 5px;
}
#press-releases ul li ul li{
	font-family: 'Open Sans', Arial, sans-serif;
        color: #031316;
        font-size: 1.5rem !important;
}

@media only screen and (max-width: 1480px) {

    #press-releases .panel-heading h1{
        font-size: 1.7rem !important;
    }

}
@media only screen and (max-width: 1366px) {

    #press-releases .col-md-2{
        padding-right: 5px;
        padding-left: 5px;
    }

    #press-releases .panel-body h5{
        font-size: 1.4rem;
    }

}
@media only screen and (max-width: 1280px) {

    #press-releases ul li{
	font-family: 'Open Sans', Arial, sans-serif;
        color: #031316;
        font-size: 1.5rem !important;
        padding: 3px;
}
    #press-releases ul li ul li{
	font-family: 'Open Sans', Arial, sans-serif;
        color: #031316;
        font-size: 1.4rem !important;
    }

}
@media only screen and (max-width: 1150px) {

    #press-releases .container-fluid{
        width: 98% !important;
    }
    #press-releases .col-md-2{
        padding-right: 0px;
        padding-left: 0px;
    }
    #press-releases .panel-body .offices{
        font-size: 1.3rem;
    }

}
@media only screen and (max-width: 1075px) {

    #press-releases .panel-body .offices{
        font-size: 1.4rem;
    }

    #press-releases .panel-body h2{
        font-size: 1.5rem !important;
    }

}
@media only screen and (max-width: 991px) {

    #press-releases .container-fluid{
        width: 96% !important;
    }
    #press-releases .col-md-9{
        padding: 0;
    }
    #press-releases .col-md-2{
        padding-right: 15px;
        padding-left: 15px;
    }
    #press-releases .panel-body .offices{
        font-size: 1.3rem;
        float: left;
        margin: 0 16px 0 0;
    }
    #press-releases .panel-body p{
        padding: 2px 0;
    }

    #press-releases ul{
        margin: 10px 0 15px 10px;
        padding-left: 20px;
    }
    #press-releases ul{
        margin: 10px 0 15px 10px;
        padding-left: 20px;
    }
}
@media only screen and (max-width: 800px) {

    #press-releases ul li{
	font-family: 'Open Sans', Arial, sans-serif;
        color: #031316;
        font-size: 1.4rem !important;
        padding: 3px;
    }
    #press-releases ul li ul li{
	font-family: 'Open Sans', Arial, sans-serif;
        color: #031316;
        font-size: 1.4rem !important;
    }
}
@media only screen and (max-width: 700px) {

    #press-releases .col-md-10{
        padding: 0;
    }

}
@media only screen and (max-width: 500px) {

    #press-releases ul{
        margin-left: 5px;
    }
    #press-releases ol{
        margin-left: -25px !important;
    }

    #press-releases ul li{
        list-style-position: outside;
    }

}
@media only screen and (max-width: 414px) {

    #press-releases .container-fluid{
        width: 100% !important;
    }
    #press-releases .panel-body h2{
        text-align: left !important;
        line-height: 140% !important;
    }
    #press-releases .panel-body p{
        font-size: 1.4rem;
    }

    #press-releases ul{
        margin-left: -15px;
    }
    #press-releases ol{
        margin-left: -15px !important;
    }

    #press-releases ul li{
        list-style-position: outside;
    }

    #press-releases ul{
        margin: 10px 0 15px 10px;
        padding-left: 120px;
    }
    #press-releases ul{
        margin: 10px 0 15px 10px;
        padding-left: 10px;
    }
    #press-releases ul li {
        font-size: 1.4rem !important;
        padding: 3px 3px 3px 0;
    }
    #press-releases ol li {
        font-size: 1.4rem !important;
        padding: 3px 3px 3px 0;
    }

}
@media only screen and (max-width: 414px) {

    #press-releases .panel-heading h1{
        text-align: left;
    }

}
@media only screen and (max-width: 320px) {

    #press-releases .panel-body p{
        font-size: 1.3rem !important;
    }

}
/****************************************************/
/****************************************************/

/************* EVENTS INPUT/FILTER BUTTON/FIELD ****************/
/***************************************************************/
#controller .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 240px !important;
    margin: 0 !important;
}
#controller .input-group-addon {
    padding: 12px 12px !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1 !important;
    color: #fff !important;
    text-align: center !important;
    background-color: #054A91 !important;
    border: 1px solid #054A91;
    border-radius: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #fff !important;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    /* margin: 0 0 0 15px !important; */
}
#controller .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left !important;
    width: 100% !important;
    margin-bottom: 0;
    height: 41px !important;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #000 !important;
    font-size: 1.7rem !important;
}

#controller .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #054A91;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#controller option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
#controller  ::placeholder {
   color: rgba(0, 0, 0, 0.5) !important;
   font-style: italic;
   font-size: 1.6rem !important;
}
#controller  ::-webkit-input-placeholder {
   color: rgba(0, 0, 0, 0.5) !important;
   font-style: italic;
   font-size: 1.6rem !important;
}
#controller  :-moz-placeholder { /* Firefox 18- */
   color: rgba(0, 0, 0, 0.5) !important;
   font-style: italic;
   font-size: 1.6rem !important;
}
#controller  ::-moz-placeholder { /* Firefox 18- */
   color: rgba(0, 0, 0, 0.5) !important;
   font-style: italic;
   font-size: 1.6rem !important;
}
#controller  :-ms-input-placeholder {
   color: rgba(0, 0, 0, 0.5) !important;
   font-style: italic;
   font-size: 1.6rem !important;
}

/**************** LISTS FOR SOCIAL MEDIA ************************/
#article .social-media-icons  ul{
    margin: 10px 0 15px 0px;
    float: right;
}
#article .social-media-icons ul li{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 5.00rem !important;
    padding: 3px 0 3px 0 !important;
    list-style-type: none !important;
    display: inline;
}
#article .social-media-icons ul li a{
        color: #054A91 !important;
}
@media only screen and (max-width: 1280px) {

    #article .social-media-icons ul li{
        font-size: 4.00rem !important;
        padding: 3px;
    }

}
/************************************************/


/********** MODAL POPUP WIDTH ***********************/
.modal-dialog {
        width: 55% !important;
        margin: 30px auto !important;
    }
@media (max-width: 1280px){

    .modal-dialog {
        width: 85% !important;
    }

}
@media (max-width: 780px){

    .modal-dialog {
        width: 75% !important;
    }

}
@media (max-width: 550px){

    .modal-dialog {
        width: 90% !important;
    }

}

/**************** IMAGE ON THE LEFT - CONTENT ON THE RIGHT ************************/
#article .sidebar-module-image-left .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
    padding: 0;
    border: 0px solid #000;
}
#article .sidebar-module-image-left .col-lg-4{
    padding: 0 15px 0 0;
}
#article .sidebar-module-image-left .col-lg-9{
    padding: 0 0 0 15px;
}
#article .sidebar-module-image-left .col-lg-8{
    padding: 0 0 0 15px;
}
#article .sidebar-module-image-left .col-lg-3{
    padding: 0 15px 0 0;
}
#article .sidebar-module-image-left .col-lg-2{
    padding: 0 15px 0 0;
}
#article .sidebar-module-image-left .col-lg-10{
    padding: 0 0 0 15px;
}

@media (max-width: 1199px){

    #article .sidebar-module-image-left .col-lg-4{
        padding: 0 0 0 0;
    }
    #article .sidebar-module-image-left .col-lg-8{
        padding: 0 0 0 0;
    }
    #article .sidebar-module-image-left .col-lg-9{
        padding: 0 0 0 0;
    }
    #article .sidebar-module-image-left .col-lg-3{
        padding: 0 0 0 0;
    }
    #article .sidebar-module-image-left .col-lg-2{
        padding: 0 0 0 0;
    }
    #article .sidebar-module-image-left .col-lg-10{
        padding: 0 0 0 0;
    }

}

/**************** CONTENT ON THE LEFT - IMAGE ON THE RIGHT ************************/
#article .sidebar-module-image-right .col-lg-1, .col-lg-2,.col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
    padding: 0 4px;
    border: 0px solid #000;
}
#article .sidebar-module-image-right .col-lg-8{
    padding: 0 5px 0 0;
}
#article .sidebar-module-image-right .col-lg-7{
    padding: 0 5px 0 0;
}
#article .sidebar-module-image-right .col-lg-6{
    padding: 0 0 0 5px;
}
#article .sidebar-module-image-right .col-lg-5{
    padding: 0 0 0 5px;
}
#article .sidebar-module-image-right .col-lg-4{
    padding: 0 0 0 5px;
}
#article .sidebar-module-image-right .col-lg-10{
    padding: 0 5px 0 0;
}
#article .sidebar-module-image-right .col-lg-2{
    padding: 0 0 0 5px;
}

@media (max-width: 1199px){

    #article .sidebar-module-image-right .col-lg-8{
        padding: 0 0 0 0;
    }
	#article .sidebar-module-image-right .col-lg-7{
        padding: 0 0 0 0;
    }
	#article .sidebar-module-image-right .col-lg-6{
        padding: 0 0 0 0;
    }
	#article .sidebar-module-image-right .col-lg-5{
        padding: 0 0 0 0;
    }
    #article .sidebar-module-image-right .col-lg-4{
        padding: 0 0 0 0;
    }
    #article .sidebar-module-image-right .col-lg-10{
        padding: 0 0 0 0;
    }
    #article .sidebar-module-image-right .col-lg-2{
        padding: 0 0 0 0;
    }

}

/**************** IMAGES ONLY - NO CONTENT ************************/
#article .sidebar-module-images-only .col-lg-1, .col-lg-2,.col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
    padding: 0 4px;
    border: 0px solid #000;
}
#article .sidebar-module-image-only .col-lg-6{
    padding: 0 5px;
}

@media (max-width: 1199px){

    #article .sidebar-module-image-only .col-lg-6{
        padding: 0 5px;
    }

}

/**************** CONTENT ON THE LEFT & RIGHT ************************/
#article .sidebar-module-content-both .col-lg-1, .col-lg-2,.col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
    padding: 0 4px;
    border: 0px solid #000;
}
#article .sidebar-module-content-both .col-lg-8{
    padding: 0 5px 0 0;
}
#article .sidebar-module-content-both .col-lg-4{
    padding: 0 0 0 5px;
}
#article .sidebar-module-content-both .col-lg-10{
    padding: 0 5px 0 0;
}
#article .sidebar-module-content-both .col-lg-2{
    padding: 0 0 0 5px;
}

@media (max-width: 1199px){

    #article .sidebar-module-content-both .col-lg-8{
        padding: 0 0 0 0;
    }
    #article .sidebar-module-content-both .col-lg-4{
        padding: 0 0 0 0;
    }
    #article .sidebar-module-content-both .col-lg-10{
        padding: 0 0 0 0;
    }
    #article .sidebar-module-content-both .col-lg-2{
        padding: 0 0 0 0;
    }

}

/********** MEDIA BLOTTER STYLES *************/
.page-refresh-text{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #054A91 !important;
    font-size: 2.00rem !important;
    font-weight: 600 !important;
    padding: 0 0 5px 0;
    text-align: center;
    line-height: 140%;
    display: block;
}
#blotter .main-title{
    margin: 10px 0 0px 0 !important;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #054A91;
    font-size: 1.6rem !important;
    font-weight: 600 !important;
    text-align: left;
    line-height: 140% !important;
    display: inline-block;
}

#blotter .text-style{
    margin: 20px 0 25px 0;
    background-color: #EDF5F9;
    padding: 20px;
}
#blotter .btn-text {
    font-size: 1.1rem !important;
}
#blotter .general-button a {
    padding: 2px 8px 2px 8px !important;
    margin: 0px 0 3px 0 !important;
    line-height: 140% !important;
    font-size: 1.00rem !important;
}
.blotter-select select {
    border: 1px solid #054A91 !important;
}
#blotter .text-style h2{
    margin: 10px 0 10px 0 !important;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #054A91;
    font-size: 2.00rem;
    font-weight: 600;
    padding: 0;
    text-align: left;
    line-height: 140%;
}
#blotter .text-style .labels{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #031316;
    font-size: 1.5rem;
    line-height: 170% !important;
    margin: 5px 0 0 0;
}
#blotter .text-style p{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #031316;
    font-size: 1.5rem;
    line-height: 150% !important;
    padding: 2px 5px 0 0;
    margin: 5px 0 0 0;
}
#blotter blockquote{
    font-family: 'Open Sans', Arial, sans-serif;
    color: #031316;
    font-size: 1.5rem;
    line-height: 150% !important;
    padding: 0px 8px 6px 10px;
    margin: 0 0 22px 20px;
    border-left: 3px solid #054A91;
}

@media only screen and (max-width: 1280px){

    .page-refresh-text{
        font-size: 1.9rem !important;
    }
    #blotter .text-style h2{
        font-size: 1.9rem !important;
    }

}
@media only screen and (max-width: 1199px){

    #blotter blockquote{
        margin: 0 0 22px 0px;
    }

}
@media only screen and (max-width: 1024px){

    .page-refresh-text{
        font-size: 1.7rem !important;
    }
    #blotter .text-style h2{
        font-size: 1.7rem !important;
    }

}
@media only screen and (max-width: 700px){

    .page-refresh-text{
        font-size: 1.4rem !important;
    }
    #blotter .text-style h2{
        font-size: 1.6rem !important;
    }

}
@media only screen and (max-width: 414px){
    
    #blotter .main-title{
        font-size: 1.4rem !important;
    }
    
    #blotter .text-style p{
        font-size: 1.4rem;
    }

}

/*************** CITY STAFF - CABINET LAYOUT ******************/
.city-staff .col-sm-3{
    padding: 5px 25px 15px 25px !important;
    text-align: center;
}
.city-staff .col-sm-3 a{
    text-decoration: none !important;
}
.city-staff img {
    margin-bottom: 5px !important;
    margin: auto !important;
}
.office-title{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 2.2rem !important;
    font-weight: 600;
    color: #000;
}
.city-staff .name{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.4rem !important;
    font-weight: 600;
    color: #000;
}
.city-staff .title{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.2rem !important;
    font-weight: 400;
    color: #000;
}
.city-staff img{
    -webkit-box-shadow: 0px 5px 7px -2px #000000 !important;
    -ms-box-shadow: 0px 5px 7px -2px #000000 !important;
    -moz-box-shadow: 0px 5px 7px -2px #000000 !important;
    -o-box-shadow: 0px 5px 7px -2px #000000 !important;
    box-shadow: 0px 5px 7px -2px #000000 !important;
    background: #000 !important;
}
@media only screen and (max-width: 767px){

    .office-title{
        font-size: 2.00rem !important;
        text-align: center;
        display: block;
    }

}

/*********** CONTENT CARDS ****************/
.card-container{
    margin: 5px 0 15px 0;
    -webkit-box-shadow: 0px 6px 10px -9px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 6px 10px -9px rgba(0,0,0,0.5);
    -ms-box-shadow: 0px 6px 10px -9px rgba(0,0,0,0.5);
    -o-box-shadow: 0px 6px 10px -9px rgba(0,0,0,0.5);
    box-shadow: 0px 6px 10px -9px rgba(0,0,0,0.5);
}
.card-header{
    background-color: #f0f2f2;
    padding: 5px 10px;
}
.card-header-title{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.7rem !important;
    font-weight: 600;
    color: #000;
}
.card-body{
    background: #E3F2FC;
    padding: 10px;
}
.card-body p{
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    color: #000;
    margin: 3px 0 0 0 !important;
    padding: 2px 0 2px 0 !important;
}
.card-footer{
    background: #f0f2f2;
    padding: 10px;
}
.card-footer-title{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.8rem !important;
    font-weight: 600;
    color: #000;
}
.card-body img{
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0px !important;
}

@media only screen and (max-width: 1200px){

    .card-container{
        margin: 0 0 10px 0;
    }

}
@media only screen and (max-width: 1128px){

    .card-header-title{
        font-size: 1.6rem !important;
    }
    .card-footer-title{
        font-size: 1.6rem !important;
    }

}
@media only screen and (max-width: 414px){

    .card-header-title{
        font-size: 1.4rem !important;
    }
    .card-footer-title{
        font-size: 1.4rem !important;
    }
    .card-body p{
        font-size: 1.4rem !important;
    }

}

/******************** POLICE ZONE CONTACT INFO AND SEAL ***************/
#police-zones{
   display: flex;
   flex-direction: row;
}
#police-zones img{
  align-self: center;
  padding: 0 15px 0 0;
}
.quote-right {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 140%;
    padding: 8px 15px;
    background-color: none;
    border-left: 3px solid #054A91;
    margin: 20px 0;
}

@media only screen and (max-width: 425px) {

	#police-zones img{
	  width: 120px
	}
	
}
@media only screen and (max-width: 375px) {

	.quote-right  {
		margin: 20px 0 10px 0px;
	}

}
@media only screen and (max-width: 320px) {

	.quote-right  {
		font-size: 1.4rem !important;
	}

}

/******************** BRICK GRID EFFECT ***************/
.bricks span{
    display: flex;
	height: 100%;
    /* 
	align-items: center; 
	*/
}
.bricks .col-sm-7{
	border: 4px solid #fff !important;
	height: 36vh !important;
	padding: 0 !important; 
	background-size: cover !important; 
	background-repeat: no-repeat !important;
}
.bricks .col-sm-5{
	border: 4px solid #fff !important;
	height: 36vh !important;
	padding: 0 !important; 
	background-size: cover !important; 
	background-repeat: no-repeat !important;
}

@media only screen and (max-width: 1280px) {

	.bricks .col-sm-7{
		height: 33vh !important;
	}
	.bricks .col-sm-5{
		height: 33vh !important;
	}
	
}
@media only screen and (max-width: 767px) {

	.bricks span{
		display: block;
	}
	.bricks .hvr-float{
		display: block !important;
	}
	
}
@media only screen and (max-width: 500px) {

	.bricks .col-sm-7{
		height: 28vh !important;
	}
	.bricks .col-sm-5{
		height: 28vh !important;
	}
	
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 350px !important;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc !important;
    border: 0px solid rgba(0, 0, 0, .2) !important;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto;
}
.popover.bottom > .arrow {
    top: -10px !important;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #054A91;
}
.popover-title {
	font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
	color: #fff;
    line-height: 140%;
    padding: 8px 14px;
    margin: 0;
    background-color: #054A91;
    border-bottom: 0px solid #ebebeb !important;
    border-radius: 5px 5px 0 0;
}
.popover-content {
	font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.4rem;
	color: #000;
    font-weight: 400;
    line-height: 140%;
    padding: 9px 14px;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
}

/**** STYLE FOR PRESS RELEASES THAT ARE DISPLAYED ON SECONDARY PAGES - EXAMPLE: DISTRICT 1 ****/
.press-releases-on-pages{
    padding: 20px;
    background: #f1f2f6;
    height: 350px;
    overflow-x: auto;
}
