@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200italic,400,600,700,900");
@import url('https://fonts.googleapis.com/css?family=Hind|Montserrat');
@import url("font-awesome.min.css");
/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 110%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    -webkit-text-size-adjust: none;
}
hr {
    display: block;
    height: 3px;
    border: 0;
    border-top: 3px solid #33709C;
    margin: 1em 0;
    padding: 0;
}
.blue {
    background: rgba(0,121,158,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,121,158,1) 50%, rgba(16,101,143,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(50%, rgba(0,121,158,1)), color-stop(100%, rgba(16,101,143,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,121,158,1) 50%, rgba(16,101,143,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0,121,158,1) 50%, rgba(16,101,143,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,121,158,1) 50%, rgba(16,101,143,1) 100%);
    background: radial-gradient(ellipse at center, rgba(0,121,158,1) 0%, rgba(16,101,143,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00799e', endColorstr='#10658f', GradientType=1 );
    width: 1200px;
    padding: 15px 5px 15px 15px;
    margin: 0 auto;
}
.lists {
    max-width: 1200px;
    margin: 0 auto;
    color: rgba(27,117,188,1);
    line-height: 1.8;
}
.lists h1 {
    font-family: "Montserrat", serif;
    font-size: 2em;
    font-weight: 700;
}
.listcol {
    width: 33%;
    float: left;
    font-weight: 700;
    font-size: 1.2em;
}
#topconnect {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
}
#logo img {
    margin: 10px 0 10px 5px !important;
    width: 70% !important;
    max-width: 285px !important;
    margin-right: 60px;
}
.picsize {
    max-width: 200px;
    width: 100%;
}
.servicetag {
    font-size: 2.8em;
    color: #2A5188;
}
a.image:hover {
    box-shadow: -3px 3px 5px #4D4D4D;
}
#test:hover {
    box-shadow: -3px 3px 5px #4D4D4D;
}
.clientpic {
    margin: 10px 10px 10px 0;
    width: 322px;
}
.clientpic:hover {
    box-shadow: -3px 3px 5px #4D4D4D;
}
.pdfs {
    text-align: center;
    margin: 0px auto;
    font-size: 1.2em;
    font-weight: bold;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color: rgba(27,117,188,1);
    padding: 10px 20px;
}
.pdfs:hover {
    box-shadow: -3px 3px 5px #4D4D4D;
}
summary {
    font-size: 2em;
    line-height: 1.25em;
    margin: 0 0 0.8em 0;
    font-weight: bold;
}
.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    font-weight: normal;
    font-size: .6em;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgba(0,0,0,.5) transparent transparent;
}
/* Box Model */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* Containers */


 .container.\31 25\25 {
 width: 100%;
 max-width: 1200px;
 min-width: 960px;
}
 .container.\37 5\25 {
 max-width: 720px;
}
 .container.\35 0\25 {
 max-width: 480px;
}
 .container.\32 5\25 {
 max-width: 240px;
}

@media screen and (min-width: 737px) {
 .container.\31 25\25 {
 width: 100%;
 max-width: 1500px;
 min-width: 1200px;
}
 .container.\37 5\25 {
 max-width: 900px;
}
 .container.\35 0\25 {
 max-width: 600px;
}
 .container.\32 5\25 {
 max-width: 300px;
}
.container {
    margin: 0 auto;
    max-width: 1200px;
}
}

@media screen and (min-width: 737px) and (max-width: 1200px) {
 .container.\31 25\25 {
 width: 100%;
 max-width: 1250px;
 min-width: 1000px;
}
 .container.\37 5\25 {
 max-width: 750px;
}
 .container.\35 0\25 {
 max-width: 500px;
}
 .container.\32 5\25 {
 max-width: 250px;
}
.container {
    max-width: 1000px;
}
}

@media screen and (max-width: 736px) {
 .container.\31 25\25 {
 width: 100%;
 max-width: 125%;
 min-width: 100%;
}
 .container.\37 5\25 {
 max-width: 75%;
}
 .container.\35 0\25 {
 max-width: 50%;
}
 .container.\32 5\25 {
 max-width: 25%;
}
.container {
    max-width: 100% !important;
}
}
/* Grid */

.row {
    border-bottom: solid 1px transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.row > * {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.row:after, .row:before {
    content: '';
    display: block;
    clear: both;
    height: 0;
}
.row.uniform > * > :first-child {
    margin-top: 0;
}
.row.uniform > * > :last-child {
    margin-bottom: 0;
}
.row.\30 \25 > * {
    padding: 0 0 0 0px;
}
.row.\30 \25 {
    margin: 0 0 -1px 0px;
}
.row.uniform.\30 \25 > * {
    padding: 0px 0 0 0px;
}
.row.uniform.\30 \25 {
    margin: 0px 0 -1px 0px;
}
.row > * {
    padding: 0 0 0 40px;
}
.row {
    margin: 0 0 -1px -40px;
}
.row.uniform > * {
    padding: 40px 0 0 40px;
}
.row.uniform {
    margin: -40px 0 -1px -40px;
}
 .row.\32 00\25 > * {
 padding: 0 0 0 80px;
}
 .row.\32 00\25 {
 margin: 0 0 -1px -80px;
}
 .row.uniform.\32 00\25 > * {
 padding: 80px 0 0 80px;
}
 .row.uniform.\32 00\25 {
 margin: -80px 0 -1px -80px;
}
 .row.\31 50\25 > * {
 padding: 0 0 0 60px;
}
 .row.\31 50\25 {
 margin: 0 0 -1px -60px;
}
 .row.uniform.\31 50\25 > * {
 padding: 60px 0 0 60px;
}
 .row.uniform.\31 50\25 {
 margin: -60px 0 -1px -60px;
}
 .row.\35 0\25 > * {
 padding: 0 0 0 20px;
}
 .row.\35 0\25 {
 margin: 0 0 -1px -20px;
}
 .row.uniform.\35 0\25 > * {
 padding: 20px 0 0 20px;
}
 .row.uniform.\35 0\25 {
 margin: -20px 0 -1px -20px;
}
 .row.\32 5\25 > * {
 padding: 0 0 0 10px;
}
 .row.\32 5\25 {
 margin: 0 0 -1px -10px;
}
 .row.uniform.\32 5\25 > * {
 padding: 10px 0 0 10px;
}
 .row.uniform.\32 5\25 {
 margin: -10px 0 -1px -10px;
}
 .\31 2u, .\31 2u\24 {
 width: 100%;
 clear: none;
 margin-left: 0;
}
 .\31 1u, .\31 1u\24 {
 width: 91.6666666667%;
 clear: none;
 margin-left: 0;
}
 .\31 0u, .\31 0u\24 {
 width: 83.3333333333%;
 clear: none;
 margin-left: 0;
}
.\39 u, .\39 u\24 {
    width: 75%;
    clear: none;
    margin-left: 0;
}
.\38 u, .\38 u\24 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
}
.\37 u, .\37 u\24 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
}
.\36 u, .\36 u\24 {
    width: 50%;
    clear: none;
    margin-left: 0;
}
.\35 u, .\35 u\24 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
}
.\34 u, .\34 u\24 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
}
.\33 u, .\33 u\24 {
    width: 25%;
    clear: none;
    margin-left: 0;
}
.\32 u, .\32 u\24 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
}
.\31 u, .\31 u\24 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
}
 .\31 2u\24 + *, .\31 1u\24 + *, .\31 0u\24 + *, .\39 u\24 + *, .\38 u\24 + *, .\37 u\24 + *, .\36 u\24 + *, .\35 u\24 + *, .\34 u\24 + *, .\33 u\24 + *, .\32 u\24 + *, .\31 u\24 + * {
 clear: left;
}
.\-11u {
    margin-left: 91.66667%;
}
.\-10u {
    margin-left: 83.33333%;
}
.\-9u {
    margin-left: 75%;
}
.\-8u {
    margin-left: 66.66667%;
}
.\-7u {
    margin-left: 58.33333%;
}
.\-6u {
    margin-left: 50%;
}
.\-5u {
    margin-left: 41.66667%;
}
.\-4u {
    margin-left: 33.33333%;
}
.\-3u {
    margin-left: 25%;
}
.\-2u {
    margin-left: 16.66667%;
}
.\-1u {
    margin-left: 8.33333%;
}
.box_quote {
    color: #fff;
    font-size: 1.9em;
    line-height: 1em;
    margin: 0;
    font-family: "Montserrat", serif;
    text-shadow: 0px 0px 12px rgba(0,0,0,.25);
}
.box_quote_attrib {
    font-size: .6em;
    line-height: .6em;
    font-family: "Hind", sans-serif;
}
.column_tag {
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(27,117,188,1);
    font-size: 1.5em;
    bottom: .25em;
    position: absolute;
}

@media screen and (min-width: 737px) {
.row > * {
    padding: 25px 0 0 25px;
}
.row {
    margin: -20px 0 -1px -25px;
}
.row.uniform > * {
    padding: 25px 0 0 25px;
}
.row.uniform {
    margin: -25px 0 -1px -25px;
}
 .row.\32 00\25 > * {
 padding: 50px 0 0 50px;
}
 .row.\32 00\25 {
 margin: -50px 0 -1px -50px;
}
 .row.uniform.\32 00\25 > * {
 padding: 50px 0 0 50px;
}
 .row.uniform.\32 00\25 {
 margin: -50px 0 -1px -50px;
}
 .row.\31 50\25 > * {
 padding: 37.5px 0 0 37.5px;
}
 .row.\31 50\25 {
 margin: -37.5px 0 -1px -37.5px;
}
 .row.uniform.\31 50\25 > * {
 padding: 37.5px 0 0 37.5px;
}
 .row.uniform.\31 50\25 {
 margin: -37.5px 0 -1px -37.5px;
}
 .row.\35 0\25 > * {
 padding: 12.5px 0 0 12.5px;
}
 .row.\35 0\25 {
 margin: -12.5px 0 -1px -12.5px;
}
 .row.uniform.\35 0\25 > * {
 padding: 12.5px 0 0 12.5px;
}
 .row.uniform.\35 0\25 {
 margin: -12.5px 0 -1px -12.5px;
}
 .row.\32 5\25 > * {
 padding: 6.25px 0 0 6.25px;
}
 .row.\32 5\25 {
 margin: -6.25px 0 -1px -6.25px;
}
 .row.uniform.\32 5\25 > * {
 padding: 6.25px 0 0 6.25px;
}
 .row.uniform.\32 5\25 {
 margin: -6.25px 0 -1px -6.25px;
}
 .\31 2u\28desktop\29, .\31 2u\24\28desktop\29 {
 width: 100%;
 clear: none;
 margin-left: 0;
}
 .\31 1u\28desktop\29, .\31 1u\24\28desktop\29 {
 width: 91.6666666667%;
 clear: none;
 margin-left: 0;
}
 .\31 0u\28desktop\29, .\31 0u\24\28desktop\29 {
 width: 83.3333333333%;
 clear: none;
 margin-left: 0;
}
.\39 u\28desktop\29, .\39 u\24\28desktop\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
}
.\38 u\28desktop\29, .\38 u\24\28desktop\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
}
.\37 u\28desktop\29, .\37 u\24\28desktop\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
}
.\36 u\28desktop\29, .\36 u\24\28desktop\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
}
.\35 u\28desktop\29, .\35 u\24\28desktop\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
}
.\34 u\28desktop\29, .\34 u\24\28desktop\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
}
.\33 u\28desktop\29, .\33 u\24\28desktop\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
}
.\32 u\28desktop\29, .\32 u\24\28desktop\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
}
.\31 u\28desktop\29, .\31 u\24\28desktop\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
}
 .\31 2u\24\28desktop\29 + *, .\31 1u\24\28desktop\29 + *, .\31 0u\24\28desktop\29 + *, .\39 u\24\28desktop\29 + *, .\38 u\24\28desktop\29 + *, .\37 u\24\28desktop\29 + *, .\36 u\24\28desktop\29 + *, .\35 u\24\28desktop\29 + *, .\34 u\24\28desktop\29 + *, .\33 u\24\28desktop\29 + *, .\32 u\24\28desktop\29 + *, .\31 u\24\28desktop\29 + * {
 clear: left;
}
.\-11u\28desktop\29 {
    margin-left: 91.66667%;
}
.\-10u\28desktop\29 {
    margin-left: 83.33333%;
}
.\-9u\28desktop\29 {
    margin-left: 75%;
}
.\-8u\28desktop\29 {
    margin-left: 66.66667%;
}
.\-7u\28desktop\29 {
    margin-left: 58.33333%;
}
.\-6u\28desktop\29 {
    margin-left: 50%;
}
.\-5u\28desktop\29 {
    margin-left: 41.66667%;
}
.\-4u\28desktop\29 {
    margin-left: 33.33333%;
}
.\-3u\28desktop\29 {
    margin-left: 25%;
}
.\-2u\28desktop\29 {
    margin-left: 16.66667%;
}
.\-1u\28desktop\29 {
    margin-left: 8.33333%;
}
}

@media screen and (min-width: 737px) and (max-width: 1200px) {
.row > * {
    padding: 25px 0 0 25px;
}
.row {
    margin: -25px 0 -1px -25px;
}
.row.uniform > * {
    padding: 25px 0 0 25px;
}
.row.uniform {
    margin: -25px 0 -1px -25px;
}
 .row.\32 00\25 > * {
 padding: 50px 0 0 50px;
}
 .row.\32 00\25 {
 margin: -50px 0 -1px -50px;
}
 .row.uniform.\32 00\25 > * {
 padding: 50px 0 0 50px;
}
 .row.uniform.\32 00\25 {
 margin: -50px 0 -1px -50px;
}
 .row.\31 50\25 > * {
 padding: 37.5px 0 0 37.5px;
}
 .row.\31 50\25 {
 margin: -37.5px 0 -1px -37.5px;
}
 .row.uniform.\31 50\25 > * {
 padding: 37.5px 0 0 37.5px;
}
 .row.uniform.\31 50\25 {
 margin: -37.5px 0 -1px -37.5px;
}
 .row.\35 0\25 > * {
 padding: 12.5px 0 0 12.5px;
}
 .row.\35 0\25 {
 margin: -12.5px 0 -1px -12.5px;
}
 .row.uniform.\35 0\25 > * {
 padding: 12.5px 0 0 12.5px;
}
 .row.uniform.\35 0\25 {
 margin: -12.5px 0 -1px -12.5px;
}
 .row.\32 5\25 > * {
 padding: 6.25px 0 0 6.25px;
}
 .row.\32 5\25 {
 margin: -6.25px 0 -1px -6.25px;
}
 .row.uniform.\32 5\25 > * {
 padding: 6.25px 0 0 6.25px;
}
 .row.uniform.\32 5\25 {
 margin: -6.25px 0 -1px -6.25px;
}
 .\31 2u\28tablet\29, .\31 2u\24\28tablet\29 {
 width: 100%;
 clear: none;
 margin-left: 0;
}
 .\31 1u\28tablet\29, .\31 1u\24\28tablet\29 {
 width: 91.6666666667%;
 clear: none;
 margin-left: 0;
}
 .\31 0u\28tablet\29, .\31 0u\24\28tablet\29 {
 width: 83.3333333333%;
 clear: none;
 margin-left: 0;
}
.\39 u\28tablet\29, .\39 u\24\28tablet\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
}
.\38 u\28tablet\29, .\38 u\24\28tablet\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
}
.\37 u\28tablet\29, .\37 u\24\28tablet\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
}
.\36 u\28tablet\29, .\36 u\24\28tablet\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
}
.\35 u\28tablet\29, .\35 u\24\28tablet\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
}
.\34 u\28tablet\29, .\34 u\24\28tablet\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
}
.\33 u\28tablet\29, .\33 u\24\28tablet\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
}
.\32 u\28tablet\29, .\32 u\24\28tablet\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
}
.\31 u\28tablet\29, .\31 u\24\28tablet\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
}
 .\31 2u\24\28tablet\29 + *, .\31 1u\24\28tablet\29 + *, .\31 0u\24\28tablet\29 + *, .\39 u\24\28tablet\29 + *, .\38 u\24\28tablet\29 + *, .\37 u\24\28tablet\29 + *, .\36 u\24\28tablet\29 + *, .\35 u\24\28tablet\29 + *, .\34 u\24\28tablet\29 + *, .\33 u\24\28tablet\29 + *, .\32 u\24\28tablet\29 + *, .\31 u\24\28tablet\29 + * {
 clear: left;
}
.\-11u\28tablet\29 {
    margin-left: 91.66667%;
}
.\-10u\28tablet\29 {
    margin-left: 83.33333%;
}
.\-9u\28tablet\29 {
    margin-left: 75%;
}
.\-8u\28tablet\29 {
    margin-left: 66.66667%;
}
.\-7u\28tablet\29 {
    margin-left: 58.33333%;
}
.\-6u\28tablet\29 {
    margin-left: 50%;
}
.\-5u\28tablet\29 {
    margin-left: 41.66667%;
}
.\-4u\28tablet\29 {
    margin-left: 33.33333%;
}
.\-3u\28tablet\29 {
    margin-left: 25%;
}
.\-2u\28tablet\29 {
    margin-left: 16.66667%;
}
.\-1u\28tablet\29 {
    margin-left: 8.33333%;
}
}

@media screen and (max-width: 736px) {
.row > * {
    padding: 15px 0 0 15px;
}
.row {
    margin: -15px 0 -1px -15px;
}
.row.uniform > * {
    padding: 15px 0 0 15px;
}
.row.uniform {
    margin: -15px 0 -1px -15px;
}
 .row.\32 00\25 > * {
 padding: 30px 0 0 30px;
}
 .row.\32 00\25 {
 margin: -30px 0 -1px -30px;
}
 .row.uniform.\32 00\25 > * {
 padding: 30px 0 0 30px;
}
 .row.uniform.\32 00\25 {
 margin: -30px 0 -1px -30px;
}
 .row.\31 50\25 > * {
 padding: 22.5px 0 0 22.5px;
}
 .row.\31 50\25 {
 margin: -22.5px 0 -1px -22.5px;
}
 .row.uniform.\31 50\25 > * {
 padding: 22.5px 0 0 22.5px;
}
 .row.uniform.\31 50\25 {
 margin: -22.5px 0 -1px -22.5px;
}
 .row.\35 0\25 > * {
 padding: 7.5px 0 0 7.5px;
}
 .row.\35 0\25 {
 margin: -7.5px 0 -1px -7.5px;
}
 .row.uniform.\35 0\25 > * {
 padding: 7.5px 0 0 7.5px;
}
 .row.uniform.\35 0\25 {
 margin: -7.5px 0 -1px -7.5px;
}
 .row.\32 5\25 > * {
 padding: 3.75px 0 0 3.75px;
}
 .row.\32 5\25 {
 margin: -3.75px 0 -1px -3.75px;
}
 .row.uniform.\32 5\25 > * {
 padding: 3.75px 0 0 3.75px;
}
 .row.uniform.\32 5\25 {
 margin: -3.75px 0 -1px -3.75px;
}
 .\31 2u\28mobile\29, .\31 2u\24\28mobile\29 {
 width: 100%;
 clear: none;
 margin-left: 0;
}
 .\31 1u\28mobile\29, .\31 1u\24\28mobile\29 {
 width: 91.6666666667%;
 clear: none;
 margin-left: 0;
}
 .\31 0u\28mobile\29, .\31 0u\24\28mobile\29 {
 width: 83.3333333333%;
 clear: none;
 margin-left: 0;
}
.\39 u\28mobile\29, .\39 u\24\28mobile\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
}
.\38 u\28mobile\29, .\38 u\24\28mobile\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
}
.\37 u\28mobile\29, .\37 u\24\28mobile\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
}
.\36 u\28mobile\29, .\36 u\24\28mobile\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
}
.\35 u\28mobile\29, .\35 u\24\28mobile\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
}
.\34 u\28mobile\29, .\34 u\24\28mobile\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
}
.\33 u\28mobile\29, .\33 u\24\28mobile\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
}
.\32 u\28mobile\29, .\32 u\24\28mobile\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
}
.\31 u\28mobile\29, .\31 u\24\28mobile\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
}
 .\31 2u\24\28mobile\29 + *, .\31 1u\24\28mobile\29 + *, .\31 0u\24\28mobile\29 + *, .\39 u\24\28mobile\29 + *, .\38 u\24\28mobile\29 + *, .\37 u\24\28mobile\29 + *, .\36 u\24\28mobile\29 + *, .\35 u\24\28mobile\29 + *, .\34 u\24\28mobile\29 + *, .\33 u\24\28mobile\29 + *, .\32 u\24\28mobile\29 + *, .\31 u\24\28mobile\29 + * {
 clear: left;
}
.\-11u\28mobile\29 {
    margin-left: 91.66667%;
}
.\-10u\28mobile\29 {
    margin-left: 83.33333%;
}
.\-9u\28mobile\29 {
    margin-left: 75%;
}
.\-8u\28mobile\29 {
    margin-left: 66.66667%;
}
.\-7u\28mobile\29 {
    margin-left: 58.33333%;
}
.\-6u\28mobile\29 {
    margin-left: 50%;
}
.\-5u\28mobile\29 {
    margin-left: 41.66667%;
}
.\-4u\28mobile\29 {
    margin-left: 33.33333%;
}
.\-3u\28mobile\29 {
    margin-left: 25%;
}
.\-2u\28mobile\29 {
    margin-left: 16.66667%;
}
.\-1u\28mobile\29 {
    margin-left: 8.33333%;
}
}
/* Basic */

body {
    background: #FFF;
    font-family: 'Hind', Helvetica, Arial, sans-serif;
    color: #656565;
}
form input, form select, form textarea {
    -webkit-appearance: none;
}
a {
    color: #4d4d4d;
}
br.clear {
    clear: both;
}
h1, h2, h3, h4 {
/*font-family: 'Source Sans Pro', sans-serif;*/
}
p, ul, ol, dl, table {
    margin-bottom: 1em;
}
p {
    line-height: 1.5em;
    font-size: 1.2em;
}
.lisize {
    font-size: 1.2em;
    list-style-position: outside;
    list-style: inherit;
    padding-left: 20px;
}
em, i {
    font-style: italic;
}
strong, b {
    font-weight: 700;
    color: #272727;
}
section, article {
    margin-bottom: 3em;
}
section > :last-child, section:last-child, article > :last-child, article:last-child {
    margin-bottom: 1em;
}
header.major h2:before {
    display: inline-block;
    font-family: FontAwesome;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #C8C8C8;
    display: block;
    font-size: 56px;
    float: left;
    margin-right: 20px;
}
.halo {
    background: rgba(255,255,255,1);
    width: 100%;
    max-width: 200px;
}
.image {
    display: inline-block;
    /*border: 1px solid rgba(0,0,0,.1);*/
    max-width: 100%;
    height: auto;
    box-shadow: 0px 0px 1px rgba(0,0,0,.25);
}
.borderless {
    border: none !important;
    margin-bottom: 3em !important;
}
.image img, .image.fit {
    display: block;
    width: 100%;
}
.image.small {
    width: 35%;
}
.image.featured {
    display: block;
    width: 100%;
    margin: 0 0 2em 0;
    float: right;
}
.image.featured:hover {
    box-shadow: -3px 3px 5px #4D4D4D;
}
.image.left {
    float: left;
    margin: 0 2em 2em 0;
}
.image.right {
    float: right;
    margin: 0 0 2em 2em;
}
.image.centered {
    display: block;
    margin: 0 0 2em 0;
}
.image.centered img {
    margin: 0 auto;
    width: auto;
}
.image.border {
    background: #4D4D4D;
    text-decoration: none;/*border-bottom: solid 1px #ddd;*/
}
.image.border:hover {
    box-shadow: -3px 3px 5px #4D4D4D;
}
.image.featured.border:hover {
    box-shadow: -3px 3px 5px #4D4D4D;
}
.image.border .title {
    display: block;
    text-decoration: none;
    height: 50px;
    padding: auto 0px;
    font-weight: 500;
    font-size: 1.4em;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    text-transform: uppercase;
}
.button {
    display: inline-block;
    position: relative;
    background-color: #2A5188;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    height: 2.75em;
    line-height: 2.75em;
    font-weight: 700;
}
.button:hover {
    color: #ccc;
}
.button2 {
    display: inline-block;
    margin: 0px auto;
    background-color: rgba(27,117,188,1);
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 2.0em;
    padding: 20px;
}
.button2:hover {
    color: #ccc;
}
/*.button:after {
	content: '';
	position: absolute;
	top: 0;
	right: -.95em;
	border-left: solid 1em rgba(27,117,188,1);
	border-top: solid 1.375em transparent;
	border-bottom: solid 1.375em transparent;
}*/
.button.alt {
    background-color: #272727;
}
.button.alt:after {
    border-left-color: #272727;
}
/* iframe on contact page */
#contact-iframe {
    scrolling: no;
}
ul.style1 {
    columns: 2 !important;
    -webkit-columns: 2 !important;
    -moz-columns: 2 !important;
}
ul.style1 li {
    margin-top: 1.1em;
    line-height: 1.75em;
    position: relative;
    padding-left: 35px;
}
ul.style1 li:first-child {
    margin-top: 0;
}
ul.style1 li:before {
    display: inline-block;
    font-family: FontAwesome;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    content: '\f138';
    position: absolute;
    top: 0;
    left: 0;
    color: #272727;
    line-height: 1.35em;
}
ul.style1-alt li:before {
    color: rgba(27,117,188,1);
}
ul.style1 a {
    color: #7f7f7f;
}
ul.style1 a:hover {
    text-decoration: none;
    color: #30709C;
}
ul.style1a li {
    margin-top: 1.1em;
    line-height: 1.75em;
    position: relative;
    padding-left: 35px;
    font-weight: 700;
    font-size: 1.1em;
}
ul.style1a li:first-child {
    margin-top: 0;
}
ul.style1a li:before {
    display: inline-block;
    font-family: FontAwesome;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    content: '\f138';
    position: absolute;
    top: 0;
    left: 0;
    color: #272727;
    line-height: 1.35em;
}
ul.style1a-alt li:before {
    color: rgba(27,117,188,1);
}
ul.style1a a {
    color: #7f7f7f;
}
ul.style1a a:hover {
    text-decoration: none;
    color: #17598B;
}
ul.style2 h2 {
    font-size: 2em;
    font-weight: 700;
    color: #515151;
    margin: 0 0 0.75em 0;
}
ul.style2 h2 a {
    color: #0B5180;
}
ul.style2 h3 {
    font-size: 1.10em;
    font-weight: 700;
    color: #515151;
    margin: 0 0 0.75em 0;
}
ul.style2 h3 a {
    color: #515151;
}
ul.style2 p {
    font-size: 1.3em;
    line-height: 1.3em !important;
    margin: 0;
    text-align: right;
}
ul.style2 li {
    margin: 2em 0 0 0;
    overflow: hidden;
}
ul.style2 li:before {
    display: inline-block;
    font-family: FontAwesome;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 48px;
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    background: rgba(27,117,188,1);
    color: #fff;
    float: left;
    margin: 0 16px 0 0;
}
ul.style2 li:first-child {
    margin-top: 0;
}
ul.style2 li a {
    text-decoration: none;
    color: #7f7f7f;
}
ul.style2 li a:hover {
    text-decoration: underline;
}
ul.style2 img {
    float: right;
    margin: 10px 0px;
}
ul.style3 li {
    display: inline-block;
    margin-left: 0;
    height: 32px;
}
ul.style3 li:first-child {
    margin-left: 0;
}
ul.style3 li a {
    position: relative;
    display: block;
    text-decoration: none;
    /*background: rgba(27,117,188,1);*/
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 38px;
    text-align: center;
    top: -3px;
}
ul.style3 li a .label {
    display: none;
}
ul.style3 li a:before {
    display: inline-block;
    font-family: FontAwesome;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 21px;
}
/*ul.style3 li a:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -10px;
	border-top: solid 10px rgba(27,117,188,1);
	border-left: solid 18px transparent;
	border-right: solid 18px transparent;
}*/
ul.style4 li {
    position: relative;
    line-height: 1.75em;
    margin-top: 1.5em;
    color: #ddd;
}
ul.style4 li a {
    color: #ddd;
}
ul.style4 li a:hover {
    color: #30709C;
    text-decoration: none;
}
ul.style4 li:first-child {
    margin-top: 0;
}
ul.style4 li:before {
    display: inline-block;
    font-family: FontAwesome;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    color: rgba(27,117,188,1);
}
ul.style5 li {
    position: relative;
    line-height: 1.75em;
    margin: 3em 0 0 0;
}
ul.style5 li:first-child {
    margin-top: 0;
}
ul.style5 p {
    margin: 0;
}
ul.style5 h3 {
    position: relative;
    margin-bottom: 0.50em;
    min-height: 40px;
    background: #f6f6f6 url("images/bg01.png") repeat;
    font-size: 1.10em;
    font-weight: 700;
    color: #515151;
    padding: 0.85em 0 0.85em 50px;
}
ul.style5 h3:before {
    display: inline-block;
    font-family: FontAwesome;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    content: '\f138';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 40px;
    height: 100%;
    line-height: 40px;
    background: rgba(27,117,188,1);
    color: #fff;
    text-align: center;
}
ul.style5 a {
    text-decoration: none;
}
ul.style5 .posted {
    margin-bottom: 1.60em;
    font-size: 0.80em;
}
ul.style5 .posted a {
    font-weight: 700;
    color: #515151;
}
ol.style1 {
    margin-top: 2em;
    margin-left: 1em;
    padding: 0;
    list-style: decimal;
}
ol.style1 li {
    padding: 0em 0em 1em 0em;
}
ol.style1 a {
    color: #7f7f7f;
}
.box-style {
    background: #FFFFFF;
    overflow: hidden;
}
.box-style ul {
    list-style: inside;
    padding-left: 1em;
}
.box-style li {
    padding: .25em;
}
.box-style h3 {
    font-size: 1.50em;
    line-height: 1em;
    font-weight: 700;
    color: #515151;
}
.box-style h3 strong {
    color: #195A8C;
    line-height: 1.5em;
}
.box-style h3 strong a {
    color: #195A8C;
    text-decoration: none;
}
.box-style h3 strong a:hover {
    color: #aaa;
}
.box-style h4 {
    font-size: 1.25em;
    line-height: 1em;
    font-weight: 600;
    color: #515151;
    margin-bottom: 1em;
}
.2col_grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.grid_row {
    clear: both;
    /*background-color: #aaa;*/
    width: 100%;
    overflow: auto;
    margin: 2em 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cell {
    overflow: auto;
    padding: .5em .5em 0 .5em;
    border: 1px solid #B3B3B3;
    margin: .5em 0 .5em .5em;
    position: relative;
}
.cell img {
    max-width: 100%;
    height: auto;
}
.cell2 {
    padding: .5em;
    border: 1px solid #B3B3B3;
    /*background-color: #ccc;*/
    position: relative;
}
.cell2 img {
    max-width: 100%;
    height: auto;
}
.cell3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: .5em;
    position: relative;
    text-align: center;
}
.cell3 img {
    max-width: 100%;
    height: auto;
}
.rTable {
    display: table;
    width: 100%;
}
.rTableRow {
    display: table-row;
}
.rTableHeading {
    background-color: #ddd;
    display: table-header-group;
}
.rTableCell, .rTableHead {
    display: table-cell;
    padding: 3px 10px;/*	border: 1px solid #999999;*/
}
.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
    font-weight: bold;
}
.rTableFoot {
    display: table-footer-group;
    font-weight: bold;
    background-color: #ddd;
}
.rTableBody {
    display: table-row-group;
}
.caption {
    position: absolute;
    max-width: 105px;
    background-color: rgba(0,0,0,.5);
    color: #000;
    bottom: 10px;
}
/* Icons */

.icon {
    text-decoration: none;
}
.icon:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.25em;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon > .label {
    display: none;
}
/* Wrappers */

#header-wrapper {
    background: #ffffff;
}
#header-wrapper-2 {
    background: #ffffff;
}
#banner-wrapper {
    overflow: hidden;
    background: #EEEEEE;
    /*	box-shadow: inset 0px 20px 30px -8px rgba(0, 0, 0, 0.2), inset 0 -20px 30px -8px rgba(0, 0, 0, 0.2);*/
    position: relative;
    margin: 0 auto;
}
#main-wrapper {
    overflow: hidden;
    background: #EEEEEE;
}
.blue-bg {
    background: #004b7d url("images/bg01.png") !important;
}
#footer-wrapper {
    box-shadow: inset 0px 20px 20px -8px rgba(0, 0, 0, 0.2);
    background: #1a1a1a url("images/bg01.png");
}
.wrapper-featured {
    overflow: hidden;
    position: relative;
}
.wrapper-featured h2 {
    font-weight: 700;
    color: #515151;
}
.wrapper-featured .byline {
    display: block;
    line-height: 1.5em;
}
/*.wrapper-featured .button {
	position: absolute;
	bottom: 20px;
}*/
.wrapper-style1 {
/*background: #D3D3D3;*/
	
}
.wrapper-style1 p {
    font-size: 1.1em;
    text-align: left;
}
/* Banner */

#banner {
    text-align: left;
}
#banner p {
    color: #fff;
    font-size: 3em;
    text-shadow: 4px 4px 8px rgba(0,0,0,.25);
    line-height: 1.25em;
    font-weight: bold;
    margin: 0 0 0 15px;
    padding: 0;
}
#banner p span {
    font-size: 1.5em;
    font-weight: 900;
    font-family: 'Montserrat', serif;
}
#banner h1 {
    color: #FFFFFF;
    text-shadow: 4px 4px 8px rgba(0,0,0,.25), 0 0 10px rgba(0,0,0,.75);
    margin: 0 0 0 15px;
    padding: 0;
}
#banner h2 {
    color: #FFFFFF;
    text-shadow: 4px 4px 8px rgba(0,0,0,.25);
    margin: 0 0 0 15px;
    padding: 0;
}
#banner h2 a {
    color: #fff;
    text-decoration: none;
}
#banner h2 a:hover {
    color: #ddd;
}
#banner .byline {
    color: #ddd;
    font-size: 2em;
}
#banner span {
    font-weight: 700;
}
#home_banner {
    position: absolute;
    z-index: 10;
    right: 30px;
    top: 0px;
    text-align: right;
}
#home_banner p {
    color: #fff;
    font-size: 8em;
    text-shadow: 4px 4px 8px rgba(0,0,0,.25);
    line-height: 1.25em;
}
#home_banner p span {
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'Montserrat', serif;
}
#home_banner h2 {
    color: #FFFFFF;
    text-shadow: 4px 4px 8px rgba(0,0,0,.25);
}
#home_banner h2 a {
    color: #fff;
    text-decoration: none;
}
#home_banner h2 a:hover {
    color: #ddd;
}
#home_banner .byline {
    color: #ddd;
    font-size: 2em;
}
#home_banner span {
    font-weight: 700;
}
/* Footer */

#footer h2 {
    font-weight: 700;
    color: #FFFFFF;
}
#footer strong {
    color: #fff;
    font-size: 1em;
}
#footer p {
    color: #eee;
}
/* Main */

#main h2 {
    font-weight: 700;
    color: #555;
}
.blue-bg h2 {
    font-weight: 700;
    color: #eee !important;
}
/* Copyright */

#copyright {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
}
#copyright p {
    color: #888;
    padding: 10px 20px;
    font-weight: .9em;
}
/*Quote Box*/
.quote {
    text-align: center;
    margin: 25px 40px;
    width: calc(100% - 55px);
    background-color: rgba(27,117,188,1);
    max-width: 1200px;
    padding: 15px;
    border: 3px solid white;
    outline: 15px solid rgba(27,117,188,1);
}
.quote h2:hover {
    color: #DCDCDC !important;
}
.small {
    margin: 15px !important;
    width: calc(100% - 30px) !important;
}
/* Content */

#content {
    overflow: hidden;
}
#content .byline {
    display: block;
    font-weight: 400;
}
/* Slider */

#slider {
    background: url("images/monitor-frame.png") no-repeat center top;
    background-size: 100%;
}
#slider:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: url("images/monitor-shine.png") no-repeat right top;
    background-size: 100% 100%;
    top: 0px;
    right: 0px;
    z-index: 1;
}
/* article */
.article-top {
    background-color: #077EA0;
    color: #ffffff;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 40%;
}

/* Desktop */

@media screen and (min-width: 737px) {
/* Basic */

body {
    font-size: 11pt;
}
h2 {
    line-height: 1.25em;
    text-align: left;
}
h3 {
    line-height: 0.75em;
    margin: 0 0 1em 0;
}
.box-style {
    padding: 2em 3em 2em 3em;
}
.button {
    padding: 0 1.25em 0 1.5em;
}
.button.big {
    font-size: 1.75em;
}
.button2 {
    padding: 20px;
}
/* Wrappers */

#banner-wrapper {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
}
#main-wrapper {
    padding: 2em 0 2em 0;
}
#footer-wrapper {
    padding: 3em 0 2em 0;
}
.wrapper-featured {
    padding: 3em 0 2em 0;
}
.wrapper-featured header {
    margin-bottom: 2em;
}
.wrapper-featured h2 {
    font-size: 1.50em;
}
.wrapper-featured .title-medium {
    font-size: 2em;
    letter-spacing: -0.02em;
}
.wrapper-featured .byline {
    margin-bottom: 1.50em;
    font-size: 1.50em;
}
	.showcase_grid {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 20px;
		
		
	}
	.showcase_item .image.featured {
		margin: 0
	}
/* Header */

#header {
    position: relative;
}
/* Logo */

#logo {
    position: relative;
    z-index: 200;
    left: 0px;
    width: 100%;
    max-width: 285px;
}
#logo a {
    overflow: visible;
}
#logo a img {
    position: relative;
    z-index: 200;
    left: 5px;
    width: 100%;
    max-width: 285px;
}
.phone {
    font-size: 1.7em;
    font-weight: 700;
    font-family: 'Montserrat', serif;
    top: -5px;
    position: relative
}
.style3 {
}
/* Nav */

#nav {
    overflow: hidden;
    position: absolute;
    left: 295px;
    top: 0;
}
#nav li {
    display: block;
    float: left;
    margin: 0 0 0 1.75em;
    line-height: 3.5em;
}
#nav a, #nav span {
    display: block;
    padding: 0 1em 0 1em;
    text-decoration: none;
    color: #888;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.0em;
    border-top: 8px solid transparent;
    outline: 0;
}
#nav li.current_page_item a {
    border-top-color: rgba(27,117,188,1);
    color: #272727;
}
#nav li.active a, #nav li.active span {
    color: #272727;
}
#nav li:hover a, #nav li:hover span {
    color: #272727;
}
#nav ul > li > ul {
    display: none;
}
.dropotron {
    background: rgba(27,117,188,1);
    padding: 1.35em 0 1.35em 0;
    min-width: 13.5em;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}
.dropotron.level-0 {
    margin-left: 0;
}
.dropotron.level-0:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -12px;
    left: 16px;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
    border-bottom: solid 12px rgba(27,117,188,1);
}
.dropotron a, .dropotron span {
    display: block;
    color: #fff;
    opacity: 1;
    text-decoration: none;
    line-height: 2em;
    padding: 0 1.5em 0 1.5em;
    font-weight: 600;
}
.dropotron li:hover > a, .dropotron li:hover > span {
    opacity: .75;
}
/* Banner */
#banner h1 {
    /*margin-bottom: 0.80em;*/
    line-height: 1.3em;
    font-size: 4.5em;
    letter-spacing: -0.02em;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    top: 5px;
}
#banner h2 {
    /*margin-bottom: 0.80em;*/
    line-height: 1.3em;
    font-size: 3.5em;
    letter-spacing: -0.02em;
    font-weight: 700;
}
#banner-box {
    position: relative;
}
#banner-box #box1 {
    position: absolute;
    width: 370px;
    height: 194px;
    top: 30px;
    left: 0;
}
#banner-box #box2 {
    position: relative;
    width: 536px;
    height: 280px;
    margin: 0 auto;
    top: 0;
    left: 50px;
    z-index: 10;
}
#banner-box #box3 {
    width: 370px;
    height: 194px;
    position: absolute;
    top: 30px;
    right: 0;
}
/* Footer */

#footer header {
    padding-bottom: 2em;
}
#footer h2 {
    font-size: 1.50em;
}
#footer .button.alt {
    margin-top: 2em;
}
#footer section, #footer article {
    margin: 0 0 2em 0;
}
/* Main */

#main header {
    margin-bottom: 1.5em !important;
}
#main h2 {
    font-size: 1.5em;
}
/* Copyright */

#copyright {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
}
#copyright p {
    color: #888;
    padding: 10px 20px;
    font-weight: .9em;
}
/* Content */

.left-sidebar #content {
    padding-left: 2em;
}
.right-sidebar #content {
    padding-right: 2em;
}
#content h2 {
    font-size: 2.50em !important;
    letter-spacing: -0.02em;
}
#content .byline {
    padding-top: 0.30em;
    font-size: 1.50em;
}
/* Sidebar */

#sidebar {
    overflow: visible;
    margin-top: 2em;
}
#sidebar section {
    padding-left: 5px;
}
/* Slider */

#slider {
    position: absolute;
    width: 536px;
    height: 280px;
    top: 0;
    right: 0;
}
#slider .viewer {
    margin: 0 auto 0 auto;
    overflow: hidden;
    position: absolute;
    width: 410px;
    height: 228px;
    top: 18px;
}
#slider .viewer .reel {
    height: 262px;
    display: none;
}
#slider .viewer .reel .slide {
    width: 410px;
    height: 228px;
}
#slider .viewer .reel .slide img {
    width: 410px;
    height: 228px;
}
#slider .viewer .reel .slide .link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -9999px;
    z-index: 1000;
}
.static-slider {
    position: absolute;
    width: 370px;
    height: 194px;
    top: 0;
    left: 0;
    background: url("images/monitor-frame.png") no-repeat center top;
    background-size: 100%;
}
.static-slider .viewer {
    margin: 0 auto 0 auto;
    overflow: hidden;
    position: absolute;
    width: 282px;
    top: 13px;
    left: 44px;
}
.static-slider .viewer .reel {
    height: 181px;
}
.static-slider .viewer .reel .slide img {
    width: 100%;
    height: auto;
}
.static-slider .shine {
    display: block;
    position: absolute;
    width: 370px;
    height: 181px;
    background: url("images/monitor-shine.png") no-repeat right top;
    background-size: 100%;
    top: 0px;
    right: 0px;
}
}

/* Tablet */

@media screen and (min-width: 737px) and (max-width: 1200px) {
/* Basic */

body {
    max-width: 1000px;
    margin: 0px auto;
    font-size: 9.5pt;
}
.phone {
    top: 0px;
}
.style3 {
    position: relative;
    top: 5px;
}
.blue {
    background-color: #2A5188;
    width: 100%;
    padding: 15px 5px 15px 15px;
    margin: 0 auto;
}
.lists {
    width: 100%;
    margin: 0 auto;
    color: #2A5188;
    line-height: 1.8;
}
.listcol {
    width: 33%;
    float: left;
    font-weight: 700;
    font-size: 1.2em;
}
.social-icon {
    height: 28px;
}
.button:after {
    right: -0.9em;
}
.button.big:after {
    right: -0.975em;
}
/* Wrappers */

#banner-wrapper {
}
#main-wrapper, #footer-wrapper, .wrapper-featured {
    padding: 4em 0 4em 0;
    max-width: 1000px;
}
.wrapper-style1 section {
    margin-left: 20px;
}
#footer-wrapper section {
    margin-left: 20px;
}
/* Banner */

#banner h2 {
    margin-top: 1.2em;
}
/* Copyright */

#copyright {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
}
#copyright p {
    color: #888;
    padding: 10px 20px;
    font-weight: .9em;
}
}
/* Mobile */

#navPanel, #titleBar {
    display: none;
}

@media screen and (max-width: 950px) {
#topconnect {
    display: none;
}
		.showcase_grid {
		grid-template-columns: 1fr 1fr;
		
	}
}@media screen and (max-width: 950px) {
#topconnect {
    display: none;
}
		.showcase_grid {
		grid-template-columns: 1fr 1fr;
		
	}
}@media screen and (max-width: 950px) {
#topconnect {
    display: none;
}
		.showcase_grid {
		grid-template-columns: 1fr 1fr;
		
	}
}@media screen and (max-width: 950px) {
#topconnect {
    display: none;
}
		.showcase_grid {
		grid-template-columns: 1fr 1fr;
		
	}
}@media screen and (max-width: 950px) {
#topconnect {
    display: none;
}
		.showcase_grid {
		grid-template-columns: 1fr 1fr;
		
	}
}

@media screen and (max-width: 855px) {
#banner-wrapper {
    margin-top: 41px !important;
}
#page-wrapper {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-bottom: 1px;
    padding-top: 34px;
}
#titleBar {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 74px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
    background: #fff;  /*rgba(25,86,130,1)*/
}
#titleBar .title {
    line-height: 44px;
    font-size: 1.25em;
    font-weight: 700;
    display: block;
    text-align: left;
}
#titleBar .title a {
    color: rgba(25,86,130,1); /*#fff*/
    text-decoration: none;
    position: relative;
    top: 8px;
}
#titleBar .toggle {
    position: absolute;
    right: 9px;
    top: 9px;
    text-indent: -9999px;
    width: 54px;
    height: 54px;
    z-index: 100;
}
#titleBar .toggle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 4px;
    width: 54px;
    height: 54px;
    background: url("images/toggle.svg") 14px 20px no-repeat rgba(27,117,188,1);
    z-index: 100;
}
#titleBar .toggle:active:before {
    opacity: 1.0;
}
#navPanel {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 100%;
    right: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 275px;
    z-index: 10002;
    background: rgba(27,117,188,1);
    box-shadow: inset -3px 0px 14px 0px rgba(0, 0, 0, 0.1);
}
#navPanel .link {
    display: block;
    color: #ddd;
    text-decoration: none;
    min-height: 44px;
    line-height: 44px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    padding: 0 1em 0 1em;
    font-size: 1.25em;
}
#navPanel .link:first-child {
    border-top: 0;
    box-shadow: none;
}
#navPanel .link:hover {
    opacity: .75;
}
#navPanel .indent-1 {
    display: inline-block;
    width: 1em;
}
#navPanel .indent-2 {
    display: inline-block;
    width: 2em;
}
#navPanel .indent-3 {
    display: inline-block;
    width: 3em;
}
#navPanel .indent-4 {
    display: inline-block;
    width: 4em;
}
#navPanel .indent-5 {
    display: inline-block;
    width: 5em;
}
#navPanel .depth-0 {
    color: #fff;
}
body.navPanel-visible #page-wrapper {
    -moz-transform: translateX(-275px);
    -webkit-transform: translateX(-275px);
    -ms-transform: translateX(-275px);
    transform: translateX(-275px);
}
body.navPanel-visible #titleBar {
    -moz-transform: translateX(-275px);
    -webkit-transform: translateX(-275px);
    -ms-transform: translateX(-275px);
    transform: translateX(-275px);
}
body.navPanel-visible #navPanel {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
#header, #nav {
    display: none;
}
#banner-wrapper {
    margin-top: 41px;
}
}

@media screen and (max-width: 736px) {
/* Basic */

html, body {
    overflow-x: hidden;
    width: 100%
}
body {
    line-height: 1em;
    font-size: 10.5pt;
    letter-spacing: 0;
}
h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    line-height: 1.25em;
    margin: 0 0 0.8em 0;
}
section, article {
    clear: both;
    margin: 0em 0em 3em 0em !important;
}
.clientpic {
    margin: 10px 10px 10px 0;
    width: 100%;
}
.button {
    display: block;
    font-size: 1.25em;
    margin: 0 1em 0 0;
}
.button:after {
    right: -1em;
}
.button2 {
    font-size: 2em;
    padding: 20px;
}
.button2:hover {
    color: #ccc;
}
.box-style {
    padding: 2em 15px 2em 15px;
}
.blue {
    background-color: #2A5188;
    width: 100%;
    padding: 15px 5px 15px 15px;
    margin: 0 auto;
}
.lists {
    width: 100%;
    margin: 0 auto;
    color: #2A5188;
    line-height: 1.8;
}
.listcol {
    width: 33%;
    float: left;
    font-weight: 700;
    font-size: 1.2em;
}
#banner h1 {
    text-align: left;
}
#banner p {
    font-size: 7em;
}
#banner-wrapper {
    margin-top: 41px;
}
.column_tag {
    position: relative;
    top: .5em;
}
.article-top {
    margin-right: 0%;
}
/* Off-Canvas Navigation */
/*
#page-wrapper {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	padding-bottom: 1px;
	padding-top: 34px;
}
#titleBar {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	display: block;
	height: 74px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10001;
	background: #fff;  
}
#titleBar .title {
	line-height: 44px;
	font-size: 1.25em;
	font-weight: 700;
	display: block;
	text-align: left;
}
#titleBar .title a {
	color: rgba(25,86,130,1); 
	text-decoration: none;
	position: relative;
	top: 8px;
}
#titleBar .toggle {
	position: absolute;
	right: 9px;
	top: 9px;
	text-indent: -9999px;
	width: 54px;
	height: 54px;
	z-index: 100;
}
#titleBar .toggle:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 4px;
	width: 54px;
	height: 54px;
	background: url("images/toggle.svg") 14px 20px no-repeat rgba(27,117,188,1);
	z-index: 100;
}
#titleBar .toggle:active:before {
	opacity: 1.0;
}

#navPanel {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transform: translateX(275px);
	-webkit-transform: translateX(275px);
	-ms-transform: translateX(275px);
	transform: translateX(275px);
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	display: block;
	height: 100%;
	right: 0;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 275px;
	z-index: 10002;
	background: rgba(27,117,188,1);
	box-shadow: inset -3px 0px 14px 0px rgba(0, 0, 0, 0.1);
}
#navPanel .link {
	display: block;
	color: #ddd;
	text-decoration: none;
	min-height: 44px;
	line-height: 44px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
	padding: 0 1em 0 1em;
	font-size: 1.25em;
}
#navPanel .link:first-child {
	border-top: 0;
	box-shadow: none;
}
#navPanel .link:hover {
	opacity: .75;
}
#navPanel .indent-1 {
	display: inline-block;
	width: 1em;
}
#navPanel .indent-2 {
	display: inline-block;
	width: 2em;
}
#navPanel .indent-3 {
	display: inline-block;
	width: 3em;
}
#navPanel .indent-4 {
	display: inline-block;
	width: 4em;
}
#navPanel .indent-5 {
	display: inline-block;
	width: 5em;
}
#navPanel .depth-0 {
	color: #fff;
}
body.navPanel-visible #page-wrapper {
	-moz-transform: translateX(-275px);
	-webkit-transform: translateX(-275px);
	-ms-transform: translateX(-275px);
	transform: translateX(-275px);
}
body.navPanel-visible #titleBar {
	-moz-transform: translateX(-275px);
	-webkit-transform: translateX(-275px);
	-ms-transform: translateX(-275px);
	transform: translateX(-275px);
}
body.navPanel-visible #navPanel {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
*/
	
/* Wrappers */

#banner-wrapper {
    padding: 0;
    margin: 0 auto;
}
#main-wrapper {
    padding-top: 15px;
    padding-bottom: 1em;
    margin-top: -1%;
}
.homepage #main-wrapper {
    padding-top: 3em;
    margin-top: 0;
}
#footer-wrapper {
    padding: 3em 0em 1em 0em;
}
.wrapper-featured {
    padding: 3em 0em 1em 0em;
}
.wrapper-featured header {
    margin-bottom: 2em;
}
.wrapper-featured .title-medium {
    text-align: center;
    font-size: 1.75em;
    padding: 0 1em 0 1em;
}
.wrapper-featured .byline {
    text-align: center;
    font-size: 1.5em;
    padding: 0 1em 0 1em;
}
#footer-wrapper, #main-wrapper, .wrapper-style1 {
    padding-left: 15px;
    padding-right: 15px;
}
/* Header */

/*
#header, #nav {
	display: none;
}
*/
/* Banner */

#banner {
    text-align: center;
    margin: 75px auto 0px;
}
#banner h1 {
    font-size: 2.5em;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
}
#banner h2 {
    font-size: 1.75em;
    text-align: left;
}
#banner-box #box1 {
    display: none;
}
#banner-box #box2 {
    position: relative;
    top: 1.75em;
}
#banner-box #box3 {
    display: none;
}
/* Main */

#main header {
    margin-bottom: 2em;
}
/* Footer */

#footer header {
    margin-bottom: 2em;
}
/* Copyright */

#copyright {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
}
#copyright p {
    color: #888;
    padding: 10px 20px;
    font-weight: .9em;
}
/* Slider */

#slider {
    width: 300px;
    height: 168px;
    float: none;
    position: relative;
    left: 50%;
    margin-left: -150px;
    background: url("images/monitor-frame.png") no-repeat center top;
    background-size: 100%;
}
#slider .viewer {
    top: 10px;
    width: 230px;
    margin: 0px auto;
}
#slider .viewer .reel {
    display: none;
}
#slider .viewer .reel .slide img {
    width: 100%;
}
#slider .viewer .reel .slide .link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -9999px;
    z-index: 1000;
}
.image.small {
    width: 50%;
}
}

@media screen and (max-width: 420px) {
.image.small {
    width: 100%;
}
/* iframe on contact page */
#contact-iframe {
    scrolling: yes;
}
#copyright {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
}
.button2 {
    font-size: 1.3em;
    padding: 20px;
}
.button2:hover {
    color: #ccc;
}
.servicetag {
    font-size: 2em;
}
}

@media screen and (max-width: 300px) {
.button {
    font-size: .9em;
}
.box_quote {
    font-size: 1.2em;
}
.servicetag {
    font-size: 1.5em;
}
}

@media print {
* {
    font-family: Helvetica, Arial, sans-serif
}
}
