@font-face {
    font-family: 'open_sanslight';
    src: url('opensans-light-webfont.woff2') format('woff2'),
         url('opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.woff2') format('woff2'),
         url('opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('opensans-semibold-webfont.woff2') format('woff2'),
         url('opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
    font-family: 'open_sansregular', sans-serif;
}


p { 
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

.t3-top-header .container {
    background: #16212d;
    color: #595959;
    min-height: 5px;
    position: relative;
    z-index: 300;
}

#t3-footer {
   display:none;
}

.logo-image .logo-img {
    max-height: 100px;
    margin-top: -30px;
}

@media screen and (max-width: 1279px) {
.logo-image .logo-img {
    max-height: 70px;
    margin-top: -12px;
}
}

.t3-mainnav .container {
    padding-top: 45px;
    padding-bottom: 45px;
}

.navbar-default .navbar-header .navbar-toggle, .navbar-toggle {
    margin-top: 20px;
}

.navbar-default .navbar-nav > li > a {
    border-radius: 0px;
}

.t3-megamenu .dropdown-menu .mega-nav li a {
    border-radius: 0px;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    background: rgba(0,0,0,0.0);
}

.t3-megamenu .dropdown-menu .mega-nav li a:hover, .t3-megamenu .dropdown-menu .mega-nav li a:focus, .t3-megamenu .dropdown-menu .mega-nav li a:active {
    background: rgba(0,0,0,0.05);
    color: #ffffff;
    text-decoration: none;
}

.contact-address .jicons-text .jicons-desc {
    display: none;
}
.ja-slidewrap .maskDesc .ja-slide-desc {
    background: rgba(0,0,0,0.6);
}
.blog .items-leading .article-title {
    font-size: 24px;
}
    .google-maps {
        position: relative;
        padding-bottom: 35%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
    .google-maps-mod {
        position: relative;
        padding-bottom: 100%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps-mod iframe{
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;;
    }
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink, ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover {
    margin: 5px 0 0 12px;
}
.fancybox-title {
    visibility: visible;
    display: none;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
}
.fancybox-skin {
    background: transparent;
}
body {
    font-family: 'open_sansregular', sans-serif;
    line-height: 1.8;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.1;
    font-family: 'open_sanslight', sans-serif;
}
h3, .h3 {
    font-size: 26px;
    margin-bottom: 20px;
}
.ja-slidewrap .maskDesc .ja-slide-desc a {
    font-family: 'open_sanslight';
}
.mashead-2 a {
    background: #506c7e;
    border-radius: 3px;
}
.contact-form legend {
    display: none;
}
.mashead-1 > div {
    border-right: 0px solid rgba(225,225,225,0.15);
}
td, tr td {
    border-top: 0px solid #dddddd;
}
th, td {
    padding: 0 5px 0 5px;
}
.login-wrap, .logout-wrap {
    background: #ffffff;
}
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 20px;
    margin-bottom: 100px;
    margin-top: -30px;
}
.nav.nav-pills.nav-stacked.logout {
    background-color: #ededed;
    font-weight: 800;
}
blockquote p {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.25;
}
blockquote {
    color: #555555;
	border-left: 5px solid #d9d9d9;
}