body {
    background: #ffffff;
    font: 400 13px/18px 'Roboto', Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 65px 0 0;
    position: relative;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

h1 {
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
    margin: 0 0 20px;
}

img {
    max-width: 100%;
    height: auto;
}

a       { text-decoration: none; color: #888888; }
a:hover { text-decoration: underline; }

.one-half,
.one,
.two,
.three,
.four,
.five,
.six,
.seven,
.eight,
.nine,
.ten,
.eleven,
.twelve { width: 100%; }

.clear       { clear: both; }
.clear-left  { clear: left; }
.clear-right { clear: right; }

.left  { float: left; }
.right { float: right; }
.none  { float: none; }

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

.valign-top      { vertical-align: top; }
.valign-middle   { vertical-align: middle; }
.valign-bottom   { vertical-align: bottom; }
.valign-baseline { vertical-align: baseline; }

.block        { display: block; }
.inline       { display: inline; }
.inline-block { display: inline-block; }

.mobile { display: inherit !important; }
.desktop { display: none !important; }

.inner-container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 16px;
    width: 1024px;
}

header {
    background: #ffffff;
    border-bottom: 1px solid #f4f4f4;
    height: 85px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}

header .inner-container {
    height: 84px;
    position: relative;
}

header .logo {
    display: inline-block;
    height: 50%;
    padding: 0;
    vertical-align: top;
    margin-left: -8px;
}

header .logo img {
    height: 45px;
}

header a.mobile-nav {

}

header .links {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

header .links .link-group {
    display: inline-block;
    height: 100%;
    padding: 0;
    vertical-align: middle;
}

header .links .link-group > a {
    color: #888888;
    display: inline-block;
    font-weight: 400;
    height: 100%;
    line-height: 44px;
    padding: 0 26px 0 10px;
    position: relative;
}

header .links .link-group:hover > a,
header .links .link-group > a:hover {
    text-decoration: none;
    background: #f4f4f4;
}

header .links .link-group > a:before,
header .links .link-group > a:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #888888;
    content: '';
    height: 0;
    margin-top: -2px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
}

header .links .link-group > a > span.arrow {
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -1px;
    display: none;
    height: 0;
    left: 50%;
    margin-left: -10px;
    overflow: hidden;
    position: absolute;
    width: 0;
    z-index: 5;
}

header .links .link-group:hover > a > span.arrow {
    display: inline-block;
}

header .links .link-group > a:after {
    border-top-color: #ffffff;
    margin-top: -3px;
}

header .links .link-group:hover > a:after,
header .links .link-group > a:hover:after {
    border-top-color: #f4f4f4;
}

header .links .link-group div.menu {
    background: #ffffff;
    border: 1px solid #ededed;
    border-bottom-color: #dbdbdb;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-top-color: #f4f4f4;
    color: #000;
    display: none;
    left: 0;
    padding: 16px 30px 20px;
    position: absolute;
    top: 44px;
    width: 100%;
    z-index: 4;
}

header .links .link-group:hover div.menu {
    display: block;
}

header .links .link-group div.menu > ul {
    list-style: none;
    padding-left: 0;
    overflow: hidden;
}

header .links .link-group div.menu > ul > li {
    display: inline-block;
    vertical-align: top;
    padding: 3px 0;
}

header .links .link-group div.menu > ul > li > a {
    display: block;
    color: #000;
    font-weight: 600;
}

header .links .link-group div.menu > ul > li > ul {
    list-style: none;
    padding: 10px 0 20px;
}

header .links .link-group div.menu > ul > li > ul > li {
    padding: 2px 0;
}

header .links .link-group div.menu > ul > li.six > ul > li {
    display: inline-block;
    width: 50%;
}

header .links .link-group div.menu > ul > li > ul > li > a {
    display: block;
    color: #666;
    font-size: 12px
}

header .phone {
    display: inline-block;
    padding: 0 16px 0 40px;
    vertical-align: middle;
    position: absolute;
    top: 17px;
    left: 120px;
    font-size: 12px;
}

header .phone a {
    color: #888888;
}

header .phone a img {
    margin-bottom: 2px;
    margin-right: 3px;
    vertical-align: bottom;
}

header .search,
section.info-main .search {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

section.info-main .search {
    display: block;
}

header .search input#query,
section.info-main .search input#query {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #888888;
    font-size: 14px;
    font-weight: normal;
    max-width: 100%;
    padding: 8px 40px 8px 20px;
    width: 280px;
}

header .search input#query {
    width: 100%;
    padding: 5px 40px 5px 10px;
    font-size: 12px;
}

section.info-main .search input#query {
    width: 100%;
}

header .search input#submit-button,
section.info-main .search input#submit-button {
    position: absolute;
    filter: alpha(opacity=70);
    margin-top: -17px;
    opacity: 0.7;
    right: 0;
    top: 50%;
}

header .search {
    position: absolute;
    top: 45px;
    left: 0;
    padding: 5px 16px;
    width: 100%;
}

header .search input#submit-button {
    right: 16px;
}

main {
    position: relative;
}

section.banners {
    background: #f4f4f4;
    padding: 42px 0 0;
    width: 100%;
}

section.banners * {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
}

.flexslider-container {
    height: 440px;
    overflow: hidden;
    position: relative;
    width: auto !important;
}

.flexslider {
    background: transparent;
    border: 0;
    margin: 0 auto;
    max-width: 90%;
    overflow: visible;
    padding: 0;
    width: 960px !important;
    height: auto !important;
}

.flex-viewport {
    overflow: visible !important;
}

.slide {
    background-color: #4a90e2;
    box-shadow: 0 5px 10px 0 #999;
    -webkit-box-shadow: 0 5px 10px 0 #999;
    -moz-box-shadow: 0 5px 10px 0 #999;
    -ms-box-shadow: 0 5px 10px 0 #999;
    -o-box-shadow: 0 5px 10px 0 #999;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    filter: alpha(opacity=30);
    height: 350px;
    opacity: 0.3;
    position: relative;
    transform: scale(0.85) translate(30px, 0);
    -webkit-transform: scale(0.85) translate(30px, 0);
    -moz-transform: scale(0.85) translate(30px, 0);
    -ms-transform: scale(0.85) translate(30px, 0);
    -o-transform: scale(0.85) translate(30px, 0);
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
}

.slide.flex-active-slide {
    filter: alpha(opacity=100);
    opacity: 1.0;
    transform: scale(1) translate(0, 0);
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    z-index: 2;
}

.slide.flex-active-slide ~ .slide {
    transform: scale(0.85) translate(-30px, 0);
    -webkit-transform: scale(0.85) translate(-30px, 0);
    -moz-transform: scale(0.85) translate(-30px, 0);
    -ms-transform: scale(0.85) translate(-30px, 0);
    -o-transform: scale(0.85) translate(-30px, 0);
    z-index: 0;
}

.flexslider .slides a {
    display: block;
    overflow: hidden;
}

.flexslider .slides img {
    border: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    height: 170px;
    max-width: 100%;
    width: 100%;
}

.flexslider .slides .info {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    max-height: 350px;
    overflow: hidden;
    padding: 10px 16px;
    width: 100%;
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    position: relative;
    right: auto;
    top: auto;
}

.flexslider .slides .info h2 {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin: 0;
    padding-bottom: 10px;
}

.flex-control-paging li a {
    background: transparent;
    border: 1px solid #999;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.flex-control-paging li a.flex-active {
    background: #1D7AFB;
    border-color: #1D7AFB;
}

.flex-control-nav {
    bottom: -46px;
}

section.info-main,
section.part-main,
section.category-main {
    background: #f4f4f4;
    padding: 30px 0;
    width: 100%;
}

section.info-main h1,
section.part-main h1,
section.category-main h1 {
    text-transform: capitalize;
    color: #4b7bc9;
}

section.part-main .image,
section.category-main .image {
    padding-right: 30px;
}

section.info-main .message,
section.part-main .message,
section.category-main .message {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #666666;
}

section.part-docs {
    padding: 10px 0 30px;
    background: #4a90e2;
    color: #ffffff;
}

section.part-docs h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

section.part-docs .pdflink {
    margin: 10px 30px 10px 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
}

section.part-docs .pdflink img {
    vertical-align: middle;
    margin-right: 3px;
    width: 30px;
}

section.info-contents,
section.part-specs {
    padding: 20px 0 50px;
}

section.part-specs {
    padding-top: 40px;
}

section.quote-main h3,
section.part-specs h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

section.part-specs .part-tabs {
    border-bottom: 1px solid #dbdbdb;
}

section.part-specs .part-tabs h3 {
    display: inline-block;
    padding: 16px 0;
    vertical-align: bottom;
    border: 1px solid transparent;
    border-bottom: 0;
    background: #f4f4f4;
    text-align: center;
    width: 200px;
    max-width: 50%;
    position: relative;
    cursor: pointer;
}

section.part-specs .part-tabs h3.active {
    background: #ffffff;
    border-color: #dbdbdb;
}

section.part-specs .part-tabs h3.active:after {
    content: '';
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 3;
    background: #ffffff;
}

section.part-specs .part-tabs-info .part-tab-info {
    padding: 30px 30px 0;
    display: none;
}

section.part-specs .part-tabs-info .part-tab-info.active {
    display: block;
}

section.part-specs .part-tabs-info .part-tab-info .popin-container .drawing-option {
    padding: 5px 0;
}

section.part-specs .part-tabs-info .part-tab-info .popin-container .drawing-option label {
    display: inline-block;
    vertical-align: middle;
    max-width: 130px;
    width: 100%;
    text-align: left;
}

section.part-specs .part-tabs-info .part-tab-info .popin-container .drawing-option select,
section.part-specs .part-tabs-info .part-tab-info .popin-container .drawing-option input {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    min-width: 170px;
    text-align: left;
}

section.part-specs .part-tabs-info .part-tab-info .popin-container .drawing-option input {
    padding: 10px 12px;
    min-width: 80px;
    text-align: center;
    color: #4a90e2;
    width: 80px;
}

section.part-specs .part-tabs-info .part-tab-info .popin-container #partnumber {
    width: 100%;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 16px;
}

section.part-specs .part-tabs-info .part-tab-info .popin-container #partnumber span {
    margin-left: 10px;
    color: #4a90e2;
}

section.part-specs .part-tabs-info .part-tab-info .popin-container #surfacefinish,
section.part-specs .part-tabs-info .part-tab-info .popin-container #mountingtype {
    text-align: right;
}

section.part-specs .part-tabs-info .part-tab-info .popin-container #drawing {
    width: 709px;
    clear: both;
    position: relative;
    color: #4a90e2;
    overflow: hidden;
    margin: 30px auto 0;
}

section.part-specs .part-tabs-info .part-tab-info .popin-container #pitch,
section.part-specs .part-tabs-info .part-tab-info .popin-container #slot,
section.part-specs .part-tabs-info .part-tab-info .popin-container #finger,
section.part-specs .part-tabs-info .part-tab-info .popin-container #width,
section.part-specs .part-tabs-info .part-tab-info .popin-container #offset,
section.part-specs .part-tabs-info .part-tab-info .popin-container #length,
section.part-specs .part-tabs-info .part-tab-info .popin-container #tape,
section.part-specs .part-tabs-info .part-tab-info .popin-container #rtangle,
section.part-specs .part-tabs-info .part-tab-info .popin-container #poron,
section.part-specs .part-tabs-info .part-tab-info .popin-container #width2,
section.part-specs .part-tabs-info .part-tab-info .popin-container #clipon {
    color: #4a90e2;
    font-weight: 400;
    font-size: 13px;
}

section.part-specs .part-tabs-info .part-tab-info .popin-container #length {
    text-align: right;
    width: 125px;
}

section.part-specs .part-tabs-info .part-tab-info .popin-container #tape #covertape {
    position: absolute;
    background: #fff;
    display: none;
    width: 2px;
    height: 80px;
}

section.part-specs .specs-table {
    padding-right: 30px;
    margin: 0 auto;
}

section.part-specs .specs-table .row {
    padding: 5px;
}

section.part-specs .specs-table .row:nth-child(odd) {
    background-color: #f4f4f4;
}

section.part-specs .specs-table .row.sep {
    background-color: #ffffff;
    height: 20px;
}

section.part-specs .specs-table .stat {
    border-right: 1px solid #dbdbdb;
}

section.part-specs .specs-table .stat:last-child {
    border-right: 0;
}

section.part-specs .specs-table .stat + .head {
    padding-left: 20px;
}

section.part-specs .quote-form .buttons a:hover {
    text-decoration: none;
}

section.quote-main {
    padding: 30px 0 50px;
    background: #f4f4f4;
}

form .display-form {
    padding: 20px 0 10px;
}

form .display-form > div .part > div,
form .display-form > div {
    padding: 0 30px 16px 0;
}

form .display-form > div .part > div label,
form .display-form > div > label {
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 3px;
}

form .display-form > div textarea,
form .display-form > div .part > div select,
form .display-form > div .part > div input[type="text"],
form .display-form > div input[type="text"] {
    padding: 10px 12px;
    font-size: 14px;
    border: 1px solid #dbdbdb;
    width: 100%;
}

form .display-form > div .part > div input.stockcode[type="text"],
form .display-form > div .part > div input.partcode[type="text"] {
    width: 16.667%;
}

form .display-form button {
    background: #1a3351;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    width: 200px;
    max-width: 100%;
    padding: 12px 0;
    margin-top: 60px;
    float: right;
    border: 0;
    cursor: pointer;
}

form .display-form button:focus,
form .display-form button:hover {
    background: #4a90e2;
}

form .display-form .note {
    float: right;
    margin-top: 55px;
    margin-right: 30px;
    width: 170px;
}

form .display-form .note .opt-in input {
    margin-left: 0;
    margin-top: 7px;
}

form .display-form .note .opt-in label {
    width: 150px;
    padding: 5px 0 0 3px;
}

.breadcrumbs {
    padding-bottom: 5px;
    text-transform: capitalize;
}

.breadcrumbs .sep {
    margin: 0 5px;
}

section.category-contents .contents {
    padding: 10px 0;
    clear: both;
}

section.category-contents .contents .note {
    color: #888888;
    font-size: 11px;
    padding-bottom: 30px;
}

section.category-contents .contents .part-row {
    padding: 20px 0 40px;
    border-top: 1px solid #dbdbdb;
}

section.category-contents .contents .part-row:first-child {
    border-top: 0;
}

section.category-contents .contents .part-row td {
    vertical-align: top;
}

section.category-contents .contents .part-row h3 {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 400;
}

section.category-contents .contents .part-row h3 a {
    color: #4a90e2;
    font-weight: 400;
}

section.category-contents .contents .part-row h3 a:hover {
    text-decoration: none;
}

section.category-contents .contents .part-row h3 span.padleft {
    padding-left: 30px;
}

section.category-contents .contents .part-row .image {
    padding-right: 30px;
}

section.category-contents .contents .part-row .stats {
    list-style: none;
    padding-left: 0;
    padding-right: 30px;
}

section.category-contents .contents .part-row .stats li {
    padding: 3px 0;
}

section.category-contents .contents .part-row .stats span.head {
    width: 100px;
}

section.category-contents .contents #pagelinks1.pagelinks {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 30px;
}

section.category-contents .contents > h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 0;
}

section.category-contents .contents #pagelinks2.pagelinks {
    border-top: 1px solid #dbdbdb;
    padding-top: 30px;
}

section.category-contents .contents .pagelinks {
    padding: 10px 0;
}

section.category-contents .contents .pagelinks .label {
    font-weight: bold;
}

section.category-contents .contents .pagelinks div.label {
    padding-bottom: 5px;
}

section.category-contents .contents .pagelinks div.label span {
    font-weight: normal;
}

section.category-contents .contents .pagelinks a.chosen {
    color: #000;
    font-weight: bold;
}

section.category-contents .contents .sep {
    margin: 50px 0;
    border-top: 1px dashed #dbdbdb;
}

section.category-contents .contents .section-row {
    border-top: 1px solid #dbdbdb;
    padding: 20px 0 40px;
}

section.category-contents .contents.sitemap .section-row {
    padding: 10px 0;
    text-transform: capitalize;
}

section.category-contents .contents.sitemap .subsection-row {
    padding: 0;
    text-transform: capitalize;
    padding-left: 30px;
    margin-top: 10px;
}

section.category-contents .contents.sitemap .section-row + .subsection-row {
    margin-top: 0;
}

section.category-contents .contents.sitemap .part-row {
    padding: 0;
    text-transform: capitalize;
    padding-left: 60px;
    border-top: 0;
}

section.category-contents .contents.sitemap .section-row h3,
section.category-contents .contents.sitemap .subsection-row h3,
section.category-contents .contents.sitemap .part-row h3 {
    margin: 0;
    line-height: 24px;
    font-weight: 400;
}

section.category-contents .contents.sitemap .section-row h3 a {
    font-size: 20px;
    line-height: 26px;
}

section.category-contents .contents.sitemap .subsection-row h3 a {
    font-size: 16px;
    line-height: 22px;
}

section.category-contents .contents.sitemap .part-row h3 a {
    font-size: 13px;
    line-height: 19px;
}

section.category-contents .contents .section-row:first-child {
    border-top: 0;
}

section.category-contents .contents .section-row h3 {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
}

section.category-contents .contents .section-row h3 a {
    color: #333333;
    font-weight: 400;
}

section.category-contents .contents .section-row .section-image {
    padding-right: 30px;
}

section.category-contents .contents .section-row .description {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
}

section.category-contents .contents .section-row .links {
    padding-top: 20px;
}

section.category-contents .contents .section-row .links > div {
    padding-top: 5px;
    color: #888888;
    font-size: 11px;
}

section.category-contents .contents .section-row .links table tr .mm,
section.category-contents .contents .section-row .links table tr.meas .in {
    display: none;
}

section.category-contents .contents .section-row .links table tr.meas .mm {
    display: inline;
}

section.category-contents .contents .section-row .links table tr.on {
    background-color: #1a3351;
}

section.category-contents .contents .section-row .links table {
    border: 1px solid #dbdbdb;
    border-collapse:collapse;
    background: #fff;
}

section.category-contents .contents .section-row .links table th,
section.category-contents .contents .section-row .links table td {
    border: 1px solid #dbdbdb;
    text-align: center;
    padding: 5px;
}

section.category-contents .contents .section-row .links table tr.on td {
    border-color: transparent;
    color: #ffffff;
}

section.category-contents .contents .section-row .links table td.part a {
    color: #4a90e2;
    display: block;
    position: relative;
}

section.category-contents .contents .section-row .links table td.part a .graph {
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow:1px 1px 5px 1px #666666;
    -webkit-box-shadow: 1px 1px 5px 1px #666666;
    -moz-box-shadow: 1px 1px 5px 1px #666666;
    border: 1px solid #dbdbdb;
    display: none;
    left: 115px;
    padding: 15px;
    position: absolute;
    text-align: center;
    top: 19px;
    width: 400px;
}

section.category-contents .contents .section-row .links table tr.on td.part a .graph {
    display: block;
    z-index: 5;
}

section.category-contents .contents .section-row .links table tr td:first-child {
    text-align: left;
}

section.category-contents .contents .section-row .links table td.inmm:first-child {
    text-align: center;
}

section.category-contents .contents .section-row .links table td a.toggleMeas {
    color: #4a90e2;
}

section.category-contents .contents .section-row.odd {
    background: #f4f4f4;
}

section.category-contents .message {
    padding: 20px 0 30px;
}

section.welcome {
    background: #ffffff;
    padding: 34px 0;
}

section.welcome h1 {
    color: #4b7bc9;
}

section.welcome .text {
    font-size: 14px;
    line-height: 24px;
    padding: 0;
}

section.welcome .text a {
    color: #4b7bc9;
    font-weight: 700;
}

footer {
    background: #ffffff;
    position: relative;
}

section.quote {
    background: #1a3351;
    color: #ffffff;
    font-size: 36px;
    font-weight: 300;
    line-height: 36px;
    padding: 34px 0 40px;
}

section.quote a.get-quote {
    background: #4a90e2;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    min-width: 224px;
    max-width: 100%;
    padding: 12px 0;
}

section.quote a.get-quote {
    text-decoration: none;
}

section.ctas {
    // background: #4a90e2;
    background: #1a3351;
    color: #ffffff;
    padding: 34px 0;
}

section.ctas .cta {
    padding: 0 15px;
}

section.ctas .cta a {
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    /* added below */
    display: block;
    padding: 15px 20px;
    background: #4a90e2;
    border-radius: 10px;
    min-height: 84px;
    line-height: 54px;
}

section.ctas .cta a .image {
    line-height: normal;
}

section.ctas .cta a .text {
    padding-left: 12px;
    line-height: normal;
}

section.ctas .cta a .text div {
    font-size: 12px;
}

section.links {
    background: #ffffff;
    padding: 20px 0 30px;
}

section.links .col-4 {
    padding-top: 10px;
}

section.links .link-group {
    padding-bottom: 5px;
}

section.links .link-group h3 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

section.links .link-group ul {
    list-style: none;
    padding-left: 0;
}

section.links .link-group ul li {
    color: #888888;
    font-size: 14px;
    padding: 3px 0;
}

section.links .link-group ul.address li,
section.links .link-group ul.contact-info li {
    padding: 0;
    font-size: 12px;
    line-height: 16px;
}

section.links .link-group ul li a {
    color: #888888;
}

section.links .link-group .badges img {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 12px;
    vertical-align: middle;
}

section.links .link-group .badges {
    padding-top: 20px;
}

section.links .link-group .badges img:last-child {
    margin-right: 0;
}

section.copyright {
    background: #f4f4f4;
    color: #878787;
    font-size: 12px;
    padding: 20px 0;
}

section.copyright a {
    color: #878787;
}

section.copyright .social-links img {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 0 3px;
    max-width: 24px;
}

div.modal-backdrop {
    background: #000000;
    display: none;
    filter: alpha(opacity=70);
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 19;
}

div.modal {
    background: #ffffff;
    border: 1px solid #000000 !important;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    display: none;
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    min-height: 200px;
    min-width: 320px;
    overflow-y: auto;
    padding: 20px 30px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 20;
}

div.modal ~ img {
    display: none;
}

div.modal section.quote-main {
    padding: 0;
    background-color: #ffffff;
}

div.modal form h3 {
    padding-bottom: 10px;
}

div.modal form .display-form button {
    margin-top: 0;
}

div.modal form .display-form .note {
    margin-top: 0;
}

div.modal form .display-form .dk-select .dk-select-options {
    width: 260px;
}

div.modal form .display-form .links {
    padding-bottom: 30px;
    margin-top: -10px;
}

div.modal form .display-form .links .removepart {
    display: none;
}

div.modal .close {
    width: 30px;
    height: 30px;
    font-weight: 200;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
}

div.modal .close:before,
div.modal .close:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 20px;
    background: #666666;
    overflow: hidden;
}

div.modal .close:before {
    transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -moz-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    -o-transform: translate(-50%, -50%) rotate(135deg);
}

div.modal .close:after {
    transform: translate(-50%, -50%) rotate(-135deg);
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    -moz-transform: translate(-50%, -50%) rotate(-135deg);
    -ms-transform: translate(-50%, -50%) rotate(-135deg);
    -o-transform: translate(-50%, -50%) rotate(-135deg);
}

@media screen and (min-width: 375px) {
    .flexslider .slides img { height: 185px; }
}

@media screen and (min-width: 414px) {
    .flexslider .slides img { height: 195px; }
}

@media screen and (min-width: 480px) {
    .flexslider .slides img { height: 210px; }
}

@media screen and (min-width: 568px) {
    .flexslider .slides img {
        border: 0;
        height: 350px;
        max-width: 50%;
    }
    .flexslider .slides .info {
        max-height: 350px;
        overflow: hidden;
        padding: 16px 20px;
        width: 50%;
        color: #ffffff;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    }
    .flexslider .slides .info h2 {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
        padding-bottom: 16px;
    }
}

@media screen and (min-width: 768px) {
    body { padding-top: 85px; }

    .one-half { width: 4.167%; }
    .one      { width: 8.333%; }
    .two      { width: 16.667%; }
    .three    { width: 25%; }
    .four     { width: 33.333%; }
    .five     { width: 41.666%; }
    .six      { width: 50%; }
    .seven    { width: 58.333%; }
    .eight    { width: 66.667%; }
    .nine     { width: 75%; }
    .ten      { width: 83.333%; }
    .eleven   { width: 91.667%; }
    .twelve   { width: 100%; }

    header .links .link-group > a { line-height: 84px; }
    header .links .link-group div.menu { top: 84px; }
    .inner-container { padding: 0 20px; }
    .mobile { display: none !important; }
    .desktop { display: inherit !important; }
    header .logo {
        padding: 12px 20px 0 6px;
        height: 100%;
        margin-left: 0;
        vertical-align: middle;
    }
    header .logo img { height: auto; }
    header .phone {
        font-size: 14px;
        position: relative;
        top: auto;
        left: auto;
    }
    header .search {
        top: 50%;
        left: auto;
        right: 20px;
        padding: 0;
        width: auto;
        margin-top: -18px;
    }
    header .search input#query {
        width: 280px;
        padding: 8px 40px 8px 20px;
        font-size: 14px;
    }
    header .search input#submit-button {
        right: 0;
    }
    .flexslider .slides .info {
        padding: 20px 40px;
        font-size: 14px;
        line-height: 20px;
    }
    .flexslider .slides .info h2 {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 16px;
        padding-bottom: 5px;
    }
    section.welcome {
        padding: 72px 0;
    }
    section.welcome .text {
        font-size: 20px;
        line-height: 34px;
        padding: 0 10%;
    }
    section.quote {
        padding: 72px 0;
    }
    section.ctas {
        padding: 76px 0;
    }
    section.links {
        padding: 30px 0 56px;
    }
    h1 {
        font-size: 38px;
        font-weight: 300;
        line-height: 38px;
        margin: 0 0 30px;
    }
}

@media screen and (min-width: 1048px) {
    .flexslider .slides .info {
        padding: 24px 60px;
        font-size: 16px;
        line-height: 24px;
    }
    .flexslider .slides .info h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 20px;
        padding-bottom: 5px;
    }
}
