/* HIDE MOBILE ONLY*/
.mobile {
    display: none !important;
    /* use on all items that you only want to show on mobile */
}

/* TYPOGRAPHY OVERRIDES */
body {
    font-size: 13px;
    line-height: 1.52em;
    min-width: 768px;
    /* portrait tablet */
}

/* COMMON LAYOUT STYLES */
body {
    background-color: #F5F7F7;
}

.gutter {
    display: block;
    overflow: hidden;
    padding: 16px;
}

.wrapper-gutter {
    display: block;
}

#page-wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    min-width: 481px;
    max-width: 1024px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 0 4px 0 #999999;
}

.content-wrapper {}

.primary {
    width: 60%;
    float: left;
}

.secondary {
    width: 33.3%;
    float: right;
}

.subpage .primary {
    width: 55%;
}

.subpage .secondary {
    width: 40%;
}

/* HEADER --------------------------------------------------- */
#header {
    display: block;
    overflow: hidden;
    position: relative;
    height: 150px;
    background-color: #003B81;
    border-bottom: 8px solid #DF1836;
}

#homelogo {
    width: 132px;
    height: 76px;
    float: left;
    background-image: url(../content/images/homelogo-1-1.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 16px;
    top: -4px;
}

.phone {
    color: #fff;
    position: absolute;
    right: 16px;
    top: 8px;
    line-height: 32px;
}

.phone h3 {
    font-weight: 800;
    font-size: 1.6em;
}

.search {
    position: absolute;
    right: 16px;
    top: 16px;
    border: 1px solid #ddd;
    background: #fff;
    display: none;
}

.search .gutter {
    padding: 0;
}

.search input[type='text'] {
    border: 0px;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 24px;
    height: 24px;
    width: 60%;
}

.search input[type='submit'] {
    background: #ddd;
    background-image: url(../Content/images/search-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 24px;
    height: 24px;
    border: 0px;
    float: right;
    margin: 0px;
}

.search input[type='submit']:hover {
    cursor: pointer;
    background-color: #bbb;
}

.breadcrumbs {
    font-size: 0.875em;
    font-style: italic;
    line-height: 2em;
    border-bottom: 1px solid #EEEEEE;
}

.breadcrumbs .gutter {
    padding-top: 0;
    padding-bottom: 0;
}

/* navigation */
#menu1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    line-height: 32px;
    border-top: 1px solid #002654;
    width: 100%;
    background-color: #002654;
}

#menu1 li {
    display: inline-block;
    float: lefT;
}

#menu1 a {
    display: block;
    padding: 0 1em 0 1em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

#menu1 a.current {
    text-decoration: underline;
    background: #DF1836;
}

/* sharing/social media */
a.share {
    width: 25px;
    height: 25px;
}

/* footer */
#footer {
    background-color: #B1B3B6;
    background-color: #222222;
    font-size: 1em;
    line-height: 1.52em;
    border-top: 4px solid #ddd;
}

.footerbox {
    display: inline-block;
    float: left;
    width: 33.334%;
    color: #eee;
}

#footerbox3 img {
    float: right;
    width: 30%;
}

.copyright {
    display: block;
    overflow: hidden;
    clear: both;
    background-color: #333333;
    color: #CCCCCC;
    font-size: 0.875em;
    line-height: 61px;
    background-image: url(../content/images/footerlogo.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 48px auto;
    margin: 8px 16px 16px 16px;
}

.copyright .gutter {
    padding: 0px;
    padding-left: 16px;
}

#footer a {
    color: #fff;
}

/* HOME PAGE */
/* home page CTA */
.homepage-cta {
    display: block;
    overflow: hidden;
    background: #f1f1f1;
    border-bottom: 1px solid #ddd;
    text-align: center;
    line-height: 1.52em;
}

.homepage-cta a {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

.homepage-cta .CTA-button {
    margin: 0 0.5em 0 0.5em;
}

/* featured items */
.featured-items {
    display: block;
    overflow: hidden;
}

.featured-item {
    width: 33.3334%;
    float: left;
}

/* LISTING ITEMS - column widths */
#list-wrapper {
    display: block;
    overflow: hidden;
}

.page-list-item {
    display: inline-block;
    overflow: hidden;
}

.col-1 .page-list-item {
    width: 100%;
}

.col-2 .page-list-item {
    width: 50%;
    float: left;
}

.col-3 .page-list-item {
    width: 33.3%;
    float: left;
}

.col-4 .page-list-item {
    width: 25%;
    float: left;
}

.list-image {
    width: 40%;
    float: right;
    vertical-align: bottom;
    margin-left: 16px;
}

.col-3 .page-list-item .list-image {
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 8px;
}

/* SIDEBAR */
.sidebar-image-gallery img {
    width: 100%;
    vertical-align: bottom;
    margin-bottom: 1em;
}

.sidebarwidget1 {
    background: #EBEEEF;
    margin: 2em 16px 16px 0;
}

.sidebarwidget1 h3 {
    text-transform: uppercase;
    font-size: 1.15em;
    margin-bottom: 0.5em;
    font-weight: 600 !important;
}

.sidebarWidget1 img,
.sidebarwidget1 img {
    width: auto;
    max-width: 100%;
    height: auto !important;
}

/* ADJUSTING LAYOUT DEPENDING ON SCREEN WIDTH */
@media only screen and (max-width: 976px) {

    /* reduce font size - example */
    body {
        font-size: 14px;
    }

    /* adjust page gutters - example */
    #page-wrapper {
        box-shadow: 0px 0px 0px #fff;
    }

    /* adjust gutter for more real estate - example */
    .wrapper-gutter {
        padding: 0px;
    }

    /* reduce size of menu items for horizontal menus - example */
    #menu1 a {
        font-size: 13px;
        padding: 0 6px 0 6px;
    }

    /* sidebar */
    .sidebar-image-gallery .gutter {
        padding-right: 16px;
        padding-left: 0px;
    }
}

/* OVERRIDES FOR RETINA SCREENS */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    #homelogo {
        background-size: 100%;
    }

    .search input[type="submit"] {
        background-image: url(../content/images/iOs/search-retina.png);
        background-size: 100%;
    }
}