@media (max-width:599px) {
    @import url('./mobile.css');
}
@media (min-width: 1600px){
    html {
        font-size:19px;
    }
}
@media (min-width: 1900px){
    html {
        font-size:22.5px;
    }
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 3, 2015 */
@font-face {
    font-family: 'Roboto';
    src: url('/includes/fonts/roboto_generated/Roboto-Regular-webfont.eot');
    src: url('/includes/fonts/roboto_generated/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/roboto_generated/Roboto-Regular-webfont.woff2') format('woff2'),
         url('/includes/fonts/roboto_generated/Roboto-Regular-webfont.woff') format('woff'),
         url('/includes/fonts/roboto_generated/Roboto-Regular-webfont.ttf') format('truetype'),
         url('/includes/fonts/roboto_generated/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
    min-height:100%;
    position:relative;
}

body {
    position: relative;
    height:100%;
    margin:0;
    padding:0;
    width:100%;
    font-family: "Arial";
}

.primaryMargin {
    width:96.35%;
    margin-left:auto;
    margin-right:auto;
}

#localPageHeader {
    overflow: hidden;
    position:relative;
}
#pageHeaderImage {
    width:100%;
}
@media only screen and (max-device-width:799px) {
    #pageHeaderImage {
        width:140%;
        margin-left:-20%;
    }
}
@media (max-width:599px) {
    #pageHeaderImage {
        width:140%;
        margin-left:-20%;
    }
}
#pageHeaderContainer {
    position:absolute;
    width:100%;
    bottom:0;
}
.relative {
    position:relative;
}
#pageContentContainer {
    display:table;
}

#primaryContent {
    padding-top:1.2em;
    float:left;
    width:71.36%;
}
#sideContent {
    display: block;
    text-align: right;
    padding-top:1.2em;
    float:right;
    width:28.64%;
}
@media only screen and (max-device-width:799px) {
    #primaryContent {
        width:100%;
    }
    #sideContent {
        display: none;
    }
}
@media (max-width:599px) {
    #primaryContent {
        width:100%;
    }
    #sideContent {
        display: none;
    }
}
@media not screen and (min-width:700px) {
    #primaryContent {
        width:100%;
    }
    #sideContent {
        display: none;
    }
}
#pageSideImage {
    position:absolute;
    z-index:-1;
    right:0;
    bottom:0;
}
.defaultEM {
    font-size:1.25em;
}
#footer {
    position:absolute;
    bottom:0;
    width:100%;
    font-weight: bold;
    padding-top:1.25em;
}
.footerItem {
    font-size:0.8em;
    color:#808080;
}
.greenLink {
    color:#6AA335;
    text-decoration: none;
}

#globalHeader {
    position:fixed;
    z-index: 999;
    height:6.25em;
    width:100%;
    background-color: rgba(32,32,32,0.6);
}
#globalMobileMenuTray {
    display: none;
    position:fixed;
    z-index: 999;
    height:2.5em;
    top:2.375em;
    width:100%;
    background-color: rgba(32,32,32,0.6);
}
.mobileMenus {
    display:none;
}
#pageTitleImage {
    height:2.875em;
}
#pageHeaderTitle {
    font-family: "Roboto";
    position: absolute;
    left: 0.5em;
    top: 0.1em;
    font-size: 2em;
    font-weight: bold;
    color: white;
    letter-spacing: 0.05em;
}
@media only screen and (max-device-width:799px) {
   #pageTitleImage {
       height:2em;
   }
   #pageHeaderTitle {
       top: 0em;
       font-size: 1.5em;
   } 
}
@media (max-width:599px) {
   #pageTitleImage {
       height:2em;
   }
   #pageHeaderTitle {
       top: 0em;
       font-size: 1.5em;
   } 
}
#globalHeaderContainer {
    position:absolute;
    width:100%;
    height:6.25em
}
#globalHeaderMain {
    text-align: center;
    padding-top:0.875em;
}
@media (max-width:900px) {
    #globalHeaderMain {
        font-size:14px;
        padding-top:1.2em;
    }
}
#indexLink {
    float:left;
}
#sharplineLogoLargeOff {
    float:left;
    height:4.6875em;
}
#sharplineLogoLargeOn {
    display:none;
    float:left;
    height:4.6875em;
}
#indexLink:hover #sharplineLogoLargeOff {
    display:none;
}
#indexLink:hover #sharplineLogoLargeOn {
    display:block;
}
#globalMenuLarge {
    display:inline-block;
}
#globalContactLarge {
    float:right;
    text-align: right;
}
#globalContactLarge div {
    display:inline-block;
    text-align: right;
}
#globalContactLarge div > p {
    padding:0;
    margin:0;
}
@media (max-width:799px) {
    #globalContactLarge {
        display:none;
    }
}
#globalPhoneLarge {
    height:2.375em;
    vertical-align: top;
}
.globalMenuText {
    color:white;
    font-family: "Roboto", "Arial";
}
.globalMenuLink {
    font-size:1.4em;
    font-weight: bold;
    margin-left:0.375em;
    margin-right:0.375em;
    color:white;
    text-decoration: none;
}
.globalMenuLink:hover {
    border-bottom: 2px solid white;
}
#globalLinks {
    padding-top:1.4375em;
}
.currentLink {
    border-bottom: 2px solid white;
}
#globalHeaderMobile {
    display:none;
}
#sharplineMobileLogo {
    float:left;
    height: 1em;
    margin: 0.9375em 0.9375em auto 0.625em;
}
.globalMenuButtons {
    float:right;
}
.globalMenuButton {
    display: inline-block;
    margin-left:0.4375em;
    margin-right:0.4375em;
    height:1.9375em;
    margin-top:0.3125em;
}
.globalMenuButtonImage {
    height:100%;
}
.menuImageHidden {
    display:none;
}
#globalMobileButtons {
    float:right;
}
@media only screen and (max-device-width:799px) {
    #globalHeader {
        height:2.5em;
    }
    #globalHeaderMain {
        display:none;
    }
    #globalHeaderMobile {
        display:block;
    }
    .globalMenuLink {
        font-size:1.1em;
        font-weight: bold;
        margin-left:0.175em;
        margin-right:0.175em;
        color:white;
        text-decoration: none;
    }
}
@media (max-width:599px) {
    #globalHeader {
        height:2.5em;
    }
    #globalHeaderMain {
        display:none;
    }
    #globalHeaderMobile {
        display:block;
    }
    .globalMenuLink {
        font-size:1.1em;
        font-weight: bold;
        margin-left:0.175em;
        margin-right:0.175em;
        color:white;
        text-decoration: none;
    }
}
#mobileMenuMain {
    text-align: center;
    padding-top:0.4em;
}
#mobileShareMenu {
    text-align:center;
    padding-top:0.3em;
}
#mobileContactMenu {
    text-align: center;
    vertical-align: middle;
    padding-top: 0.5em;
    font-weight: bold;
}
.spanList {
    font-style:italic;
    display:block;
    margin:0;
    padding:0;
}
a img {
    border:none;
}
@media (max-width: 799px) {

    .at-share-tbx-element.addthis_32x32_style .at-share-btn {
        min-width: 2em !important;
        min-height: 2em !important;
    }
    .addthis_32x32_style .at4-icon {
        width: 2em !important;
        height: 2em !important;
        line-height: 2em !important;
        background-size: 2em auto !important;
    }
    .at-share-btn .at4-icon {
        background-size: 2em auto !important;
    }
    #atstbx a {
        margin: auto 0.5em auto 0.5em;
    }
}