@import 'reset.css';
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=c460bf45-6cea-4d1b-9f77-312dcb8db449");
@font-face {
    font-family: "Arial W01 Black";
    src: url("../fonts/bf85e414-1b16-4cd1-8ce8-dad15daa7daa.eot?#iefix");
    src: url("../fonts/bf85e414-1b16-4cd1-8ce8-dad15daa7daa.eot?#iefix") format("eot"), url("../fonts/3eb20264-3483-4595-9c13-383892854c50.woff2") format("woff2"), url("../fonts/c6f5bcd6-66fc-44af-be95-bb1f2b38d080.woff") format("woff"), url("../fonts/7b5b436b-a511-402a-88d6-dbac700cee36.ttf") format("truetype"), url("../fonts/a5adcd35-c36a-4b18-953d-47c029de4ef6.svg#a5adcd35-c36a-4b18-953d-47c029de4ef6") format("svg");
}

@font-face {
    font-family: "Helvetica LT W01 Bold";
    src: url("../fonts/05f47e74-d17c-45af-86c3-8ab878fd4ec7.eot?#iefix");
    src: url("../fonts/05f47e74-d17c-45af-86c3-8ab878fd4ec7.eot?#iefix") format("eot"), url("../fonts/7ce0a2f5-eb00-46aa-919c-5b3f3667646c.woff2") format("woff2"), url("../fonts/cad22c74-45b4-4c49-9e6a-0cd3768a7bc7.woff") format("woff"), url("../fonts/8ebb9b04-d12d-488e-aa96-0bb6e6777336.ttf") format("truetype"), url("../fonts/7672ef16-fedc-4b60-8337-04b537a6ada5.svg#7672ef16-fedc-4b60-8337-04b537a6ada5") format("svg");
}

@font-face {
    font-family: "Trajan W01 Regular";
    src: url("../fonts/5cbd8dde-fb39-4dd1-aa25-5bb5842eb03d.eot?#iefix");
    src: url("../fonts/5cbd8dde-fb39-4dd1-aa25-5bb5842eb03d.eot?#iefix") format("eot"), url("../fonts/610145ac-dd31-4024-b833-3ab0ce6b7847.woff2") format("woff2"), url("../fonts/b4312891-e355-4bdc-80c9-ef3dbf7bd916.woff") format("woff"), url("../fonts/124dc47b-32a0-4543-a60e-d8aad32782b4.ttf") format("truetype"), url("../fonts/001e534b-3742-45b3-b20b-d4c53c41a519.svg#001e534b-3742-45b3-b20b-d4c53c41a519") format("svg");
}

@font-face {
    font-family: "Trajan W01 Bd";
    src: url("../fonts/a602588d-0fb5-40a8-a1b9-112c323b8a73.eot?#iefix");
    src: url("../fonts/a602588d-0fb5-40a8-a1b9-112c323b8a73.eot?#iefix") format("eot"), url("../fonts/7255bae8-e86a-4f7e-bb5d-8e99aebbea20.woff2") format("woff2"), url("../fonts/42eddbd0-3b0e-4c24-ba3b-57b9859b2602.woff") format("woff"), url("../fonts/a901f152-b0d8-4686-bbaa-8a5aff10781b.ttf") format("truetype"), url("../fonts/5fac8357-5dba-4c53-80c1-607abd0eae0e.svg#5fac8357-5dba-4c53-80c1-607abd0eae0e") format("svg");
}

html {
    background: #4b4c4c;
}

body {
    font-size: 11px;
    font-weight: 400;
    color: #4e4e4e;
    line-height: 1.4em;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    background: linear-gradient(to bottom, #c0c0c0 0%, #ffffff 80%);
}

header {
    position: relative;
    z-index: 2;
}

h1 {
    font-family: "Trajan W01 Regular";
    font-size: 18px;
    padding-bottom: 10px;
    color: #adadad;
    font-weight: 400;
}


h2 {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;
}

h3 {
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 5px;
}

h4 {
    font-weight: 700;
    font-size: 11px;
    margin-bottom: 5px;
}

p {
    padding-bottom: 10px;
    line-height: 18px;
}

strong {
    font-weight: 700;
}

.container {
    position: relative;
    background: #fff;
    max-width: 1013px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    z-index: 0;
}

.blue-rule {
    background: url(../img/masthead_blue.gif);
    border-bottom: 2px solid #468bc2;
    height: 100px;
}

#logo {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e1e1e1;
    line-height: 0;
    z-index: 20;
    box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.3);
}

#tagline {
    position: absolute;
    left: 14px;
    top: 82px;
}

#masthead-wrapper {
    background: #fff;
    max-width: 960px;
    display: block;
    line-height: 0;
    margin: 50px auto 20px;
    -webkit-box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.4);
}

#masthead-wrapper figure {
    padding: 16px;
}

#masthead-wrapper figure img {
    border: 1px solid #b5b4b4;
    width: 100%;
}

.row {
    /* margin: 0 auto; */
    max-width: 940px;
    padding: 0 22px 10px;
}

.row.content-wrapper {
    background: linear-gradient(to bottom, #e4e2e2 0%, #f5f5f5 100%);
    color: #696868;
    font-size: 12px;
    line-height: 24px;
}

.row.content-wrapper p {
    line-height: 24px;
}

.content-wrapper {
    display: flex;
    justify-content: space-evenly;
}

.row.logos {
    display: flex;
    padding-bottom: 20px;
    justify-content: center;
}

.row.logos img {
    max-width: 100%;
}

.content {
    margin: 16px 0;
    padding: 0 16px;
}

.content:first-of-type {
    border-right: 1px solid #b9b9b9;
}

.cta {
    display: block;
}

.cta .more-info {
    background: #2f6398;
    color: white;
    font-family: "Trajan W01 Regular";
    padding: 1px 6px 0px;
    font-size: 16px;
}

.cta .url {
    background: #fff;
    color: #6a6a6a;
    font-weight: 500;
    padding: 1px 6px 0px;
}

.cta .url a {
    color: #6a6a6a;
    text-decoration: none;
}

.dotted-rule {
    border-bottom: 2px dotted #e1e1e1;
    margin: 20px auto 14px;
    padding: 0px;
    width: 92%;
    clear: both;
}

#nav-logos {
    background-color: #4b4c4c;
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 200;
}

#nav-logos .logos {
    margin: 0 auto;
    max-width: 930px;
    padding: 14px 0 10px;
    border-top: solid 1px #666666;
    border-bottom: solid 1px #666666;
}

#nav-logos a {
    background-position: top left;
    height: 23px;
    border: 0;
    display: block;
    margin: 8px auto;
}

#nav-logos a.frige {
    width: 126px;
    background: url('../img/navlogo-mueller-frige.gif');
    background-repeat: no-repeat;
}

#nav-logos a.microgauge {
    width: 158px;
    background: url('../img/navlogo-microgauge.gif');
    background-repeat: no-repeat;
}

#nav-logos a.impacts {
    width: 126px;
    background: url('../img/navlogo-mueller-impacts.gif');
    background-repeat: no-repeat;
}

#nav-logos a.ftp {
    width: 127px;
    background: url('../img/navlogo-ftp.gif');
    background-repeat: no-repeat;
}

#nav-logos a.brass {
    width: 95px;
    background: url('../img/navlogo-mueller-brass.gif');
    background-repeat: no-repeat;
}

#nav-logos a.precision {
    width: 88px;
    background: url('../img/navlogo-precision-tube.gif');
    background-repeat: no-repeat;
    border-right: none;
    padding-right: 0;
    margin-right: inherit;
}

#nav-logos a:hover {
    background-position: bottom left;
}

#nav-logos p {
    color: #a9a9a9;
    padding-top: 10px;
}

#nav-logos a.textlink {
	border-right: none;
	color: #a9a9a9;
	display: inline;
	font-size: 11px;
	height: initial;
	padding: 0;
	text-decoration: none;
}

#nav-logos a.textlink:hover {
	text-decoration: underline;
}

figcaption {
    font-size: 12px;
    line-height: 22px;
    padding: 10px 10px 0;
}

.device-only {
    display: block;
}

.desktop-only {
    display: none;
}

@media (min-width: 480px) {

}
@media (min-width: 768px) {
    #logo {
        top: 22px;
        left: 35px;
    }
    #tagline {
        left: 238px;
    }
    #masthead-wrapper {
        background: #fff;
        max-width: 960px;
        display: flex;
        justify-content: space-evenly;
    }
    #masthead-wrapper figure:last-of-type {
        padding-left: 0;
    }
    .row {
        margin: 0 16px;
        padding: 0;
    }
    #nav-logos a {
        background-position: top left;
        height: 23px;
        border-right: solid 1px #666;
        padding-right: 20px;
        margin: 0 20px 0 0;
        display: inline-block;
    }
    .cta {
        display: flex;
    }
    .cta > div {
        text-align: center;
    }
    .cta .more-info {
        width: 52%;
    }
    .cta .url {
        width: 45%;
    }
    .device-only {
        display: none;
    }
    .desktop-only {
        display: block;
    }
    .content-wrapper.desktop-only {
        display: flex;
    }

}
@media (min-width: 969px) {
    .row {
        margin: 0 auto;
    }
}
