/* TEMPLATE */
#foxboro_courtesy_links {
    display: none;
}
#foxboro_content {
    padding-top: 50px;
    background: url(style/foxboro-content.png) center top no-repeat !important;
}
#lc_overlay_layer {position: static!important;}

#foxboro_container {
    text-align: left;
}

/* top section */
#foxboro_top {
    width: 95%;
    max-width: 1140px;
    margin: 0 auto;
}

/* bottom section */
#foxboro_bottom {
    width: 95%;
    max-width: 1140px;
    margin: 0 auto;
}

/* modules */
.block .pad {
    padding: 0 !important;
    margin: 0 !important;
}
#foxboro_col2 div[id$=ContentPanel] {
    border-bottom: 1px solid #bfbebf;
    padding-bottom: 30px;
    margin-bottom: 25px;
}
.Normal {
    overflow: hidden;
}


/* HEADER */
#foxboro_header {
    width: 95%;
    max-width: 1140px;
    margin: 0 auto;
}
#foxboro_header span.logo {
    font-family: arial, sans-serif !important;
    font-size: 13px !important;
    width: 96%;
    margin: 0 auto;
    padding: 22px 0;
    overflow: hidden;
}
#header-logo {
    float: left;
}
#header-login {
    float: right;
    margin-top: 2px;
}

#social-links {
    float: right;
    width: 190px;
    margin-top: 2px;
    overflow: hidden;
}
#social-links a {
    float: left;
    width: 26px;
    height: 26px;
}
#social-links a:hover {
    background-position: 0 -26px !important;
}
#social-links a.twitter {
    background: url(style/icon-twitter.png) no-repeat;
}
#social-links a.pinterest {
    background: url(style/icon-pinterest.png) no-repeat;
}
#social-links a.google {
    background: url(style/icon-googleplus.png) no-repeat;
}
#social-links a.youtube {
    background: url(style/icon-youtube.png) no-repeat;
}
#social-links a.linkedin {
    background: url(style/icon-linkedin.png) no-repeat;
}
#social-links a.facebook {
    background: url(style/icon-facebook.png) no-repeat;
}
#social-links a.rss {
    background: url(style/icon-rss.png) no-repeat;
}


/* NAVIGATION */
/* main menu */
#foxboro_menu {
    position: absolute;
    top: 64px;
}
#foxboro_menu .radmenu {
    width: 95%;
    max-width: 1140px;
    margin: 0 auto;
    float: none;
}
#foxboro_menu .horizontal {
    float: right;
}
#foxboro_menu span {
    font-size: 18px !important;
    font-weight: normal !important;
    padding: 0 17px !important;
}

/* drop down menu */
#foxboro_menu .slide {
}
/* different setup for shadow. may go back to this */
#foxboro_menu .slide {
    /*background: url(style/foxboro-menu-slide.png) no-repeat bottom left;
    padding-left: 8px;
    padding-bottom: 17px;
    top: 48px !important;*/
    display: none !important;
}
#foxboro_menu ul.level1 {
    background: #fff;
    -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    margin-top: 28px;
}
#foxboro_menu ul.level2 {
    background: #fff;
    -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    margin: 0 !important;
}
#foxboro_menu .slide li {
    border-bottom: 1px solid #e9e8ea;
}
#foxboro_menu .slide li.first {
    border-bottom: none;
}
#foxboro_menu .slide span {
    font-size: 14px !important;
    padding: 8px 14px !important;
}

/* side menu */
#foxboro_side-menu, #foxboro_side-menu_top, #foxboro_side-menu_bottom {
    display: none;
}

#side-menu h3 {
    display: none;
    color: #073855 !important;
    font-size: 24px !important;
    margin-top: 0;
    font-weight: normal !important;
}
#side-menu .slide {
    display: none;
}
#side-menu ul {
    list-style-type: none;
    padding: 0;
}

#side-menu li {
    background: url(style/side-menu-list.png) no-repeat 15px 100%;
    padding-bottom: 1px;
}
#side-menu li.separator {
    display: none;
}
#side-menu a {
    text-decoration: none;
}
#side-menu span {
    color: #005085;
    font-size: 18px;
    font-family: 'museo-sans', Arial, Helvetica, sans-serif;
    display: block;
    padding: 15px 18px;
    line-height: 1.3em;
}
#side-menu a.selectedtab span {
    color: #404040;
}
#side-menu a:hover span {
    color: #404040;
}

div.auto-menu span.text {
    text-transform: capitalize;
}

#side-menu ul.closed {
    display: none;
}

#side-menu ul ul {
    margin-top: -10px;
}

#side-menu ul ul li,
#side-menu li.subitem  {
    background: none;
}

#side-menu ul ul li a span.text,
#side-menu li.subitem a span.text {
    font-size: 14px;
    font-weight: normal;
    padding: 5px 20px 5px 40px;}

/* LAYOUTS */
/* two column */
#foxboro_two-column {
    width: 95%;
    max-width: 1140px;
    margin: 0 auto;
    float: none;
}
#foxboro_two-column #foxboro_col1 {
    width: 23.1%;
    background: url(style/left-sidebar-bg.png) no-repeat 100% 0%;
    min-height: 903px;
}
#foxboro_two-column #foxboro_col2 {
    margin-left: 3.5%;
    width: 73.3%;
}
#foxboro_two-column #foxboro_col2 > .pad {
    padding: 0;
}

/* two column right */
#foxboro_two-column-right {
    width: 95%;
    max-width: 1140px;
    margin: 0 auto;
    float: none;
}
#foxboro_two-column-right #foxboro_col3 {
    width: 20.1%;
    background: url(style/right-sidebar-bg.png) no-repeat 0% 0%;
    min-height: 903px;
    padding-left: 3%;
}
#foxboro_two-column-right #foxboro_col2 {
    margin-right: 3.5%;
    width: 73.3%;
}
#foxboro_two-column-right #foxboro_col2 > .pad {
    padding: 0;
}

/* two column equal */
#foxboro_two-eq-column {
    width: 95%;
    max-width: 1140px;
    margin: 20px auto;
    float: none;
}

#foxboro_two-eq-column #foxboro_col1 {
    padding: 0 8% 0 7%;
    width: 35%;
    background:url("style/left-sidebar-bg.png") no-repeat scroll 100% 0 transparent;
}

#foxboro_two-eq-column #foxboro_col3 {
    padding: 0 7%;
    width: 35%;
}

/* three column */
#foxboro_three-column {
    width: 95%;
    max-width: 1140px;
    margin: 0 auto;
    float: none;
}
#foxboro_three-column #foxboro_col1 {
    width: 23.1%;
    background: url(style/left-sidebar-bg.png) no-repeat 100% 0%;
    min-height: 903px;
}
#foxboro_three-column #foxboro_col2 {
    margin-left: 3.5%;
    width: 52%;
}

#foxboro_three-column #foxboro_col3 {
    width: 20%;
}

#foxboro_three-column #foxboro_col2 > .pad {
    padding: 0;
}

/* three column equal */
#foxboro_three-eq-column {
    width: 95%;
    max-width: 1140px;
    margin: 0 auto;
    float: none;
}

/* one column */
#foxboro_one-column {
    width: 95%;
    max-width: 1140px;
    margin: 0 auto;
    float: none;

}


/* BLOG */
#bb-container div.post {
    font-size: 13px;
}
#bb-container .byline {
    font-size: 11px !important;
}


/* TYPOGRAPHY */
#foxboro_content h1, #foxboro_content h2, #foxboro_content h3, #foxboro_content h4 {
    line-height: 1.2em;
}
#foxboro_content h1 {
    font-weight: normal;
}
#foxboro_content h2 {
    font-weight: normal;
}
#foxboro_col2 h3 {
    font-weight: bold;
}

#foxboro_two-eq-column #foxboro_col1 h3,
#foxboro_two-eq-column #foxboro_col3 h3 {
    margin-top: 15px;
}


#foxboro_content h1.module-title {
    font-size: 30px;
    color: #000000;
}

#foxboro_content img {
    max-width: 100%;
    height: auto;
}
.alignRight {
    border: none !important;
    padding: 0 0 5px 15px !important;
    float: right;
}
.hs-cta-wrapper:hover {
    opacity: 0.8;
}
#foxboro_content div.block {
    line-height: 155%;
}
#foxboro_content div.block p {
    font-size: 13px;
}
#foxboro_content div.block li {
    font-size: 13px;
}

#foxboro_two-eq-column #foxboro_col1 ul,
#foxboro_two-eq-column #foxboro_col3 ul,
#foxboro_col2 ul {
    list-style-type: none;
    margin-left: 0;
}


#foxboro_two-eq-column #foxboro_col1 div.block ul ,
#foxboro_two-eq-column #foxboro_col3 div.block ul ,
#foxboro_content div.block ul {
    line-height: 155%;
    list-style-type: none;
}

#foxboro_two-eq-column #foxboro_col1 li,
#foxboro_two-eq-column #foxboro_col3 li,
#foxboro_col2 li {
    background: url(images/unordered-list.png) no-repeat 0 .45em;
    padding-left: 20px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}
#foxboro_content td {
    font-family: arial, sans-serif;
}


/* GOOGLE SEARCH */


/* FOOTER */
#foxboro_footer {
    background: url(style/foxboro-footer-alt.jpg) center top no-repeat #043d5a !important;
    text-align: left !important;
    font-size: 12px;
    padding: 0;
    border-top: 2px solid #004667;
}
#foxboro_footer p#copyrightFooter, #foxboro_footer div.clear {
    display: none;
}
span#footerContainer {
    display: block;
    overflow: hidden;
    width: 95%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 46px 0 25px;
}
#foxboro_footer ul {
    float: none;
    width: auto;
}
#foxboro_footer ul li {
    float: none;
    font-size: 12px;
    margin: 0;
}
#foxboro_footer span a, #foxboro_footer a, #foxboro_footer ul li a, #foxboro_footer p span, #foxboro_footer span.SkinObject {
    font-size: 12px !important;
}
#foxboro_footer ul li a {
    float: none;
}

span#footerContainer #columns {
    overflow: hidden;
}
span#footerContainer .column {
    float: left;
    padding: 0 1.6% 0 1.5%;
    background: url(style/footer-column.png) no-repeat 100% 0%;
    min-height: 175px;
    width: 13.3%;
}
span#footerContainer .column.last {
    background: none;
}
span#footerContainer .column h2 {
    color: #bbb;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 0;
}

span#footerContainer #copyright-social {
    margin-top: 100px;
    padding-top: 15px;
    background: url(images/copyright-social.png) no-repeat center top;
    text-align: center;
}
span#footerContainer #copyright-social .social a {
    margin-right: 3px;
    display: inline-block;
}
span#footerContainer #copyright-social .social a img {
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    vertical-align: middle;
    border: 0;
}
span#footerContainer #copyright-social p span {
    padding: 0 10px;
}
span#footerContainer #copyright-social p span.alt {
    padding-left: 5px;
}

#copyrightFooter {
    margin-right: 15px;
}
/* MISCELLANEOUS */