.search {
    position: relative;
    top: 30px;
}

ul#menu-main-menu {
    position: relative;
    top: 60px;
}



.flexible-columns .container, .page-content-right-sidebar .container .container, .page-content-dynamic-columns .container .container {
    width: auto !important;
}

.thumbnail_with_links a {
    float: left;
}

.footer .thumbnail_with_links  .columns {
    min-width: 200px;
    margin-top: 10px;
    text-align: center;
}

#main ul li {
    list-style: square;
}

a.button {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    border-radius: 5px;
}

.footerBar li {
    display: inline-block;
    margin-right: 10px;
}


.footerBar li a {
        font-size: 100%;
}

ul.copyrightLinks {
    list-style-position: inside;
    text-align: center;
}

.footer .contact-us a, .footer .description, .footer .title {
    color: white;
}

.side-menu ul li a {
    display: block;
    padding: 10px;
    background: #0083CB;
    border: 1px solid #0083CB;
    color: white;
    border-radius: 5px;
    text-decoration: none;
}

.side-menu ul li a:hover, .side-menu ul li.current_page_item a  {
    background: #ffffff;
    border: 1px solid #0083CB;
    color: #0083CB;
}

.side-menu ul li {
    list-style: none !important;
    margin-bottom: 1px;
    margin-left: 0px;
}

#breadcrumb {
    padding-top: 30px;
    padding-bottom: 20px;
}

.postTitle {
    margin-bottom: 10px;
}

.page-content-dynamic-columns {
    padding-bottom: 40px;
}

strong {
    font-weight: bold;
}

p {
    line-height: 1.3em;
    margin-bottom: 10px;
}

.telephone {
    float: right;
    position: relative;
    top: 40px;
    margin-left: 20px;
    color: #0082ca;
    font-family: ;
    font-size: 200%;
}




/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {


}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {



    }

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}