html,
body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}
html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    position: relative;
    color: #333;
    background-color: #fff;
    font-weight: 400;
    font-family: 'Montserrat', Helvetica, sans-serif;
}

a,
a:visited {
    color: #9A9A9A;
    text-decoration: none;
    -webkit-transition: color .2s linear, background-color .2s linear;
    transition: color .2s linear, background-color .2s linear;
}
a:hover {
    text-decoration: none;
}

img {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    -webkit-transform: translateZ(0);
}

.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}

p {
    color: #261C02;
    font-size: 1.15em;
    line-height: 1.45em;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: initial;
    text-align: center;
    font-family: 'Open Sans';
}
strong {
    font-weight: 700;
    color: #000;
}
p:last-child {
    margin-bottom: 0;
}

.hidden {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.14em;
    letter-spacing: .6px;
    text-align: center;
}

h1 {
    color: #000;
    font-size: 2.3em;
    margin-bottom: 30px;
}
h2 {
    font-size: 1.8em;
    margin-bottom: 28px;
}
h3 {
    font-size: 1.7em;
}
h4 {
    font-size: 1.3em;
}

p+h1, p+h2, p+h3, p+h4, p+h5, p+h6,
table+h1, table+h2, table+h3, table+h4, table+h5, table+h6 {
    margin-top: 25px;
}
.btn,
a.btn,
button.btn,
button,
input[type="button"],
input[type="submit"] {
    max-width: 100%;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    background: #4A566D;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-size: 1.35em;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    letter-spacing: 0.6px;
    /*border-radius: 3px;*/
    -webkit-appearance: none;
    position: relative;
    font-family: 'Open Sans';
}
.btn:hover,
a.btn:hover,
button.btn:hover,
input[type="submit"]:hover {
    background-color: #2590ba;
}

.btn.ghost,
a.btn.ghost,
button.btn.ghost,
input[type="submit"].ghost {
    background: none;
    border-radius: 3px;
    border: 1px solid #fff;
    color: #fff;
}
.btn.ghost:hover,
a.btn.ghost:hover,
button.btn.ghost:hover,
input[type="submit"].ghost:hover {
    background-color: #fff;
    color: #2590ba;
}

.btn.white,
a.btn.white,
button.btn.white,
input[type="submit"].white {
    background: #fff;
    color: #666;
}
.btn.white:hover,
a.btn.white:hover,
button.btn.white:hover,
input[type="submit"].white:hover {
    background-color: #EFEFEF;
}

.btn.grey,
a.btn.grey,
button.btn.grey,
input[type="submit"].grey {
    background: #58504e;
    color: #fff;
}
.btn.grey:hover,
a.btn.grey:hover,
button.btn.grey:hover,
input[type="submit"].grey:hover {
    background-color: #B6B6B6;
}

.slicknav_nav a {
}
.slicknav_nav a i {
    display: none;
}
.slicknav_menu {
    /*display: none;*/
}
.slicknav_btn {
    position: absolute;
    right: 18px;
    bottom: -48px;
    padding: 0;
    top: inherit;
    /*display: none;*/
    font-size: 2em;
}
.navtoggle,
.navtoggle:visited {
    display: none;
    position: relative;
    z-index: 50;
    color: #fff;
    font-size: 2em;
    margin-top: 10px;
}

.outerwrapper {
    overflow: hidden;
    position: relative;
    /*padding-top: 100px;*/
    /*padding-top: 37px;*/
    /*margin: 20px;*/
    /*-ms-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;*/
}
.outerwrapper.blur {
    filter: url(blur.svg#blur);
    -webkit-filter: blur(6px);
    filter: blur(6px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='6');
}

.wrapper {
    max-width: 92%;
    width: 1200px;
    margin: 0 auto;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    /*margin-bottom: 35px;*/
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="date"],
select,
textarea {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border: none;
    border-radius: 0;
    font-size: 1.2em;
    margin-bottom: 20px;
    background: #F5F5F5;
    text-transform: uppercase;
    text-transform: none;
    /*font-family: 'Open Sans';*/
}
textarea {
    height: 159px;
    line-height: 1.5em;
    padding: 15px;
    width: 100% !important;
    background: #fff;
}
::-webkit-input-placeholder {
   color: #888;
}
:-moz-placeholder {
   color: #888;
}
::-moz-placeholder {
   color: #888;
}
:-ms-input-placeholder {
   color: #888;
}

label {
    display: block;
    margin-bottom: 5px;
}
label.checkbox {
    margin-bottom: 13px;
}

input.fielderror,
select.fielderror,
textarea.fielderror {
    background: #FDDCD9;
}

label select,
label textarea,
label input {
    margin-top: 7px;
}
label .value {
    display: block;
    width: 100%;
    min-height: 35px;
    line-height: 1.34em;
    margin-top: 7px;
    color: #888;
}

.msg {
    background: #F9F9F9;
    text-align: center;
    margin-bottom: 25px;
}
.msg .units-row {
    margin-bottom: 0;
}
.msg p {
    display: block;
    color: #fff;
    padding: 15px;
    font-size: 1.2em;
}
.msg .error {
    color: #D04A4A;
    padding: 20px;
    text-transform: uppercase;
}
.msg .success {
    color: #3FB824;
    padding: 20px;
    text-transform: uppercase;
}

.slicknav_menu {
    /*display: none;*/
    position: relative;
}

table {
    border-collapse: collapse;
    border: 1px solid #eee;
    width: 100%;
    margin-bottom: 20px;
}
table thead th,
table thead td {
    padding: 15px 10px;
    background-color: #f8f8f8;
}
table tbody td,
table tfoot td {
    padding: 15px 10px;
    font-weight: 300;
    vertical-align: middle;
}
table tfoot {
    margin-top: 10px;
}
table tfoot td {
    padding: 8px 10px;
}
table tbody tr:nth-child(even) {
    background: #fbfbfb;
}
table tbody tr:nth-child(odd) {
    background: #FFF;
}
table.process tbody td {
    line-height: 1.8em;
}

.empty {
    font-size: 1.5em;
    color: #C8C8C8;
    text-align: center;
    padding: 50px 170px 70px 170px;
    line-height: 1.34em;
    text-transform: uppercase;
}
.mfp-hide {
    display: none;
}
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
}

/***************************************************************************/

header {
    /*background: rgba(255, 255, 255, 0.86);*/
    background: rgba(65, 76, 99, 0.9);
    padding: 0 0 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
}
header .header {
    /*max-width: 100%;*/
    margin-top: 15px;
}
header .logo {
    position: relative;
    text-transform: uppercase;
    font-size: 47px;
    color: #fff;
    font-weight: 800;
}
header .logo:before {
    content: 'Partners in Precision';
    position: absolute;
    top: 10px;
    left: 170px;
    width: 130px;
    color: rgba(238, 238, 238, 0.41);
    font-size: 18px;
    line-height: 1.15em;
}
header .logo img {
    max-height: 70px;
    display: block;
}
header .logo:hover img {
}

header nav ul {
    text-align: right;
    margin-top: 10px;
}
header nav ul li {
    display: inline-block;
}
header nav ul li a,
header nav ul li a:visited {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0 15px 60px;
    font-size: 1.1em;
    display: block;
}
header nav ul li a:hover {
    color: #43c5b5;
}

/***************************************************************************/

section {
    padding: 50px 0;
    position: relative;
    background: #fff;
    text-align: center;
}

/***************************************************************************/

section.hero {
    padding: 100px 0 0 0;
    position: relative;
    overflow: hidden;
    /*margin-top: 100px;*/
    /*height: calc(100vh - 160px);*/
}
section.hero img {
    display: block;
    width: 100%;
}

section.image {
    padding: 0;
}
section.image img {
    display: block;
    width: 100%;
}
section.parallax-window {
    min-height: 500px;
    background: transparent;
}

section.intro {
    color: #333;
    padding: 50px 0 50px 0;
}
/*section.intro:before {
    content:"";
    position: absolute;
    left: -14px;
    width: 50%;
    height: 32px;
    top: -32px;
    background-color: #fff;
    -webkit-transform: skew(40deg);
    -moz-transform: skew(40deg);
    -o-transform: skew(40deg);
    -ms-transform: skew(40deg);
    transform: skew(40deg);
}
section.intro:after {
    content:"";
    position: absolute;
    right: -14px;
    width: 50%;
    height: 32px;
    top: -32px;
    background-color: #fff;
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -o-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
    transform: skew(-40deg);
}*/

section.about {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*background-image: url('../img/about-bg.jpg');*/
    background-color: #4A566D;
    color: #fff;
    padding: 50px 0 50px 0;
}
section.about:before {
    content:"";
    position: absolute;
    left: -14px;
    width: 50%;
    height: 32px;
    top: -32px;
    background-color: #4A566D;
    -webkit-transform: skew(40deg);
    -moz-transform: skew(40deg);
    -o-transform: skew(40deg);
    -ms-transform: skew(40deg);
    transform: skew(40deg);
}
section.about:after {
    content:"";
    position: absolute;
    right: -14px;
    width: 50%;
    height: 32px;
    top: -32px;
    background-color: #4A566D;
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -o-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
    transform: skew(-40deg);
}


section.about h2 {
    color: #fff;
}
section.about p {
    color: #fff;
}

section.logos {
    background-color: #fff;
    /*padding: 40px 0;*/
}
section.logos p {
    margin-bottom: 30px;
    color: #848484;
}

section.services {
    padding: 30px 0 50px 0;
    background-color: #4A566D;
    color: #fff;
}
section.services:before {
    content:"";
    position: absolute;
    left: -14px;
    width: 50%;
    height: 32px;
    top: -32px;
    background-color: #4A566D;
    -webkit-transform: skew(40deg);
    -moz-transform: skew(40deg);
    -o-transform: skew(40deg);
    -ms-transform: skew(40deg);
    transform: skew(40deg);
}
section.services:after {
    content:"";
    position: absolute;
    right: -14px;
    width: 50%;
    height: 32px;
    top: -32px;
    background-color: #4A566D;
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -o-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
    transform: skew(-40deg);
}

section.services h2 {
    color: #fff;
}
section.services p {
    color: #fff;
}

section.services ul {
    text-align: left;
    list-style: square;
    padding-left: 10px;
}
section.services ul li {
    line-height: 32px;
    padding-left: 5px;
}

section.services p {
    margin-bottom: 40px;
}
section.services li .image {
    margin-bottom: 12px;
    overflow: hidden;
    position: relative;
}
section.services li .image:before {
    z-index: 15;
    content:"";
    position: absolute;
    left: -7px;
    width: 50%;
    height: 16px;
    bottom: 0;
    background-color: #fff;
    -webkit-transform: skew(40deg);
    -moz-transform: skew(40deg);
    -o-transform: skew(40deg);
    -ms-transform: skew(40deg);
    transform: skew(40deg);
}
section.services li .image:after {
    z-index: 15;
    content:"";
    position: absolute;
    right: -7px;
    width: 50%;
    height: 16px;
    bottom: 0;
    background-color: #fff;
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -o-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
    transform: skew(-40deg);
}
section.services li .image img {
    display: block;
}
section.services li h3 {
    font-size: 1em;
    margin-bottom: 4px;
    color: #333;
}

section.contact {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/about-bg.jpg');
    /*background-color: #4A566D;*/
    color: #fff;
    /*padding: 30px 0 50px 0;*/
}
section.contact h2 {
    color: #fff;
    margin-bottom: 20px;
}
section.contact h2+p {
    margin-bottom: 40px;
    color: #fff;
}
section.contact .details {
    padding-top: 20px;
}
section.contact .details p strong {
    display: block;
    color: #fff;
    margin-bottom: 5px;
}
section.contact .details a {
    color: #ccc;
}
section.contact .details p {
    color: #fff;
    margin-bottom: 10px;
}
section.contact p.success,
section.contact p.error {
    padding: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    background: #79BB5B;
}
section.contact p.error {
    background: #DA564D;
}

/*************************************************************************************/

footer {
    background-color: #fff;
    padding: 30px 0;
}
footer .logo {
    position: relative;
    text-transform: uppercase;
    font-size: 47px;
    color: #4A566D;
    font-weight: 800;
}
footer .logo:before {
    content: 'Partners in Precision';
    position: absolute;
    top: 10px;
    left: 170px;
    width: 130px;
    color: #BFBFBF;
    font-size: 18px;
    line-height: 1.15em;
    text-align: left;
}
footer .logo img {
    max-height: 70px;
    display: block;
}
footer .logo:hover img {
}
footer .copyright {
    color: #b9b9b9;
    text-align: right;
    line-height: 2em;
    font-family: 'Open Sans';
    font-weight: 600;
}
footer .copyright a {
    color: #a8a8a8;
}