/* ===MIXINS=== */
/* line 1, scss/base/_html5-reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* line 5, scss/base/_html5-reset.scss */
audio, canvas, video {
  display: inline-block;
}

/* line 8, scss/base/_html5-reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 12, scss/base/_html5-reset.scss */
[hidden] {
  display: none;
}

/* line 1, scss/base/_defaults.scss */
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 7, scss/base/_defaults.scss */
body {
  margin: 0;
  background: #fff;
  color: #6c6c6c;
  font-family: Georgia, Times New Roman, serif;
  line-height: 1.5em;
  -ms-word-wrap: break-all;
  word-wrap: break-all;
  word-wrap: break-word;
  font-size: 1em;
}

/* line 17, scss/base/_defaults.scss */
.button, .page [type="submit"] {
  background-color: #fede01;
  color: #172A3B;
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Calibri, sans-serif;
}
/* line 23, scss/base/_defaults.scss */
.button:hover, .page [type="submit"]:hover {
  background-color: #feea63;
  text-decoration: none;
}

/* line 1, scss/base/_typography.scss */
h1,
.heading1 {
  margin: 0 0 0.4166666667em;
  color: #012563;
  text-transform: none;
  font-weight: normal;
  font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Calibri, sans-serif;
  line-height: 1.1666666667em;
  font-size: 3em;
}
@media (min-width: 30em) {
  /* line 1, scss/base/_typography.scss */
  h1,
  .heading1 {
    margin: 0 0 0.3571428571em;
    line-height: 1.1428571429em;
    font-size: 3.5em;
  }
}

/* line 16, scss/base/_typography.scss */
h2,
.heading2 {
  margin: 0 0 0.625em;
  color: #012563;
  text-transform: none;
  font-weight: normal;
  font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Calibri, sans-serif;
  line-height: 1.25em;
  font-size: 2em;
}
@media (min-width: 30em) {
  /* line 16, scss/base/_typography.scss */
  h2,
  .heading2 {
    margin: 0 0 0.4166666667em;
    line-height: 1.1666666667em;
    font-size: 3em;
  }
}

/* line 31, scss/base/_typography.scss */
h3,
.heading3 {
  margin: 0 0 0.3571428571em;
  color: #012563;
  text-transform: none;
  font-weight: normal;
  font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Calibri, sans-serif;
  line-height: 1.1428571429em;
  font-size: 1.75em;
}
@media (min-width: 30em) {
  /* line 31, scss/base/_typography.scss */
  h3,
  .heading3 {
    margin: 0 0 0.3125em;
    line-height: 1.25em;
    font-size: 2em;
  }
}

/* line 46, scss/base/_typography.scss */
h4,
.heading4 {
  margin: 0 0 0.4166666667em;
  color: #012563;
  text-transform: none;
  font-weight: normal;
  font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Calibri, sans-serif;
  line-height: 1.5em;
  font-size: 1.5em;
}

/* line 56, scss/base/_typography.scss */
h5,
.heading5,
legend {
  margin: 0 0 0.5555555556em;
  color: #012563;
  text-transform: none;
  font-weight: normal;
  font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Calibri, sans-serif;
  line-height: 1.5em;
  font-size: 1.125em;
}

/* line 66, scss/base/_typography.scss */
h6,
.heading6 {
  margin: 0 0 0.7142857143em;
  color: #012563;
  text-transform: uppercase;
  font-weight: normal;
  font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Calibri, sans-serif;
  line-height: 1.5em;
  font-size: 0.875em;
}

/* line 77, scss/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
}

/* line 86, scss/base/_typography.scss */
.hgroup {
  width: 100%;
}
@media (min-width: 51.4375em) {
  /* line 86, scss/base/_typography.scss */
  .hgroup {
    width: 60%;
  }
}
/* line 92, scss/base/_typography.scss */
.hgroup h1,
.hgroup h2,
.hgroup h3,
.hgroup h4,
.hgroup h5,
.hgroup h6,
.hgroup [class*="heading"] {
  margin: 0;
}

/* line 103, scss/base/_typography.scss */
p,
ul,
ol,
dl,
address {
  margin: 0 0 1.5em;
  padding: 0;
  font-size: 1em;
}

/* line 112, scss/base/_typography.scss */
ul,
ol,
dd {
  margin-left: 1.5em;
}

/* line 117, scss/base/_typography.scss */
li ul,
li ol {
  margin-bottom: 0;
}

/* line 121, scss/base/_typography.scss */
li {
  margin: 0;
  padding: 0;
}

/* line 126, scss/base/_typography.scss */
address {
  font-style: normal;
}

/* line 130, scss/base/_typography.scss */
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
}

/* line 138, scss/base/_typography.scss */
pre {
  margin: 0 0 1.5em;
  padding: 1em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: normal;
  background: #fafafa;
}

/* line 146, scss/base/_typography.scss */
small {
  font-size: 85%;
}

/* line 149, scss/base/_typography.scss */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

/* line 156, scss/base/_typography.scss */
sup {
  top: -0.5em;
}

/* line 159, scss/base/_typography.scss */
sub {
  bottom: -0.25em;
}

/* line 162, scss/base/_typography.scss */
blockquote {
  display: block;
  overflow: hidden;
  margin: 0 0 20px -8px;
  padding-left: 12px;
  border-left: 4px solid #222;
  color: #222;
  font-size: 1.25em;
}
/* line 170, scss/base/_typography.scss */
blockquote p {
  font-size: 1em;
}
/* line 173, scss/base/_typography.scss */
blockquote :last-child {
  margin-bottom: 0;
}

/* line 177, scss/base/_typography.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 180, scss/base/_typography.scss */
b,
strong {
  font-weight: bold;
}

/* line 184, scss/base/_typography.scss */
dfn {
  font-style: italic;
}

/* line 187, scss/base/_typography.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 191, scss/base/_typography.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 195, scss/base/_typography.scss */
hr {
  display: block;
  clear: both;
  margin: 0 0 1.25em;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 1, scss/base/_links.scss */
a {
  color: #fede01;
  text-decoration: none;
}
/* line 4, scss/base/_links.scss */
a:focus {
  outline: thin dotted;
}
/* line 7, scss/base/_links.scss */
a:active, a:hover {
  outline: 0;
}
/* line 11, scss/base/_links.scss */
a:hover, a:focus {
  color: #012563;
  text-decoration: underline;
}

/* line 18, scss/base/_links.scss */
button {
  cursor: pointer;
}

/* line 1, scss/base/_embeded.scss */
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* line 7, scss/base/_embeded.scss */
.lt-ie9 img {
  width: auto;
}

/* line 11, scss/base/_embeded.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 14, scss/base/_embeded.scss */
figure {
  margin: 0;
}

/* line 17, scss/base/_embeded.scss */
iframe {
  max-width: 100%;
}

/* line 1, scss/base/_forms.scss */
fieldset {
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}

/* line 11, scss/base/_forms.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  font-family: inherit;
}

/* line 20, scss/base/_forms.scss */
button,
input {
  line-height: normal;
}

/* line 25, scss/base/_forms.scss */
button,
select {
  text-transform: none;
}

/* line 30, scss/base/_forms.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 36, scss/base/_forms.scss */
label {
  display: block;
  cursor: pointer;
  margin-bottom: 0.3571428571em;
}
/* line 40, scss/base/_forms.scss */
label .required-true {
  color: #b94a48;
}

/* line 45, scss/base/_forms.scss */
[type=text],
[type=email],
[type=url],
[type=tel],
[type=password],
[type=search],
textarea,
select {
  margin-bottom: 0.75em;
  max-width: 100%;
  padding: 0.9375em 0.9375em;
  border: none;
  border-radius: 0;
  font-size: 0.9em;
  background: #d9d9d9;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #012563;
  font-style: italic;
}

/* line 65, scss/base/_forms.scss */
[type=text],
[type=email],
[type=url],
[type=tel],
[type=password],
[type=search],
textarea {
  width: 100%;
  -webkit-appearance: none;
}

/* line 76, scss/base/_forms.scss */
[type=checkbox],
[type=radio] {
  margin: 0 0.625em 0.625em 0;
}

/* line 81, scss/base/_forms.scss */
[type=submit],
[type=button] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

/* line 100, scss/base/_forms.scss */
textarea {
  overflow: auto;
  height: 8em;
  vertical-align: top;
  resize: vertical;
}

/* line 1, scss/base/_tables.scss */
table {
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}

/* line 8, scss/base/_tables.scss */
th, td {
  padding: .5em;
  vertical-align: top;
  border: 1px solid #d9d9d9;
  font-size: 0.875em;
}

/* line 15, scss/base/_tables.scss */
tr:nth-child(even) td {
  background: #fafafa;
}

/* line 1, scss/base/_buttons.scss */
[class*="ss-button"], [type=submit],
[type=button] {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5em;
  padding: 0.5em 1.375em;
  line-height: 1em;
  background: #6c6c6c;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1em;
}
/* line 14, scss/base/_buttons.scss */
[class*="ss-button"]:hover, [type=submit]:hover,
[type=button]:hover,
[type=submit]:focus,
[type=button]:focus, [class*="ss-button"]:focus, [type=submit]:focus,
[type=button]:focus {
  background: #fede01;
  text-decoration: none;
  color: #fff;
}
/* line 20, scss/base/_buttons.scss */
[class*="ss-button"]:active, [type=submit]:active,
[type=button]:active {
  background: #012563;
}
/* line 23, scss/base/_buttons.scss */
[class*="ss-button"] + [class*="ss-button"], [type=submit] + [class*="ss-button"],
[type=button] + [class*="ss-button"], [class*="ss-button"] + [type=submit], [type=submit] + [type=submit],
[type=button] + [type=submit],
[class*="ss-button"] + [type=button],
[type=submit] + [type=button],
[type=button] + [type=button],
[class*="ss-button"] + [class*="ss-text-button"],
[type=submit] + [class*="ss-text-button"],
[type=button] + [class*="ss-text-button"] {
  margin-left: .5em;
}

/* line 28, scss/base/_buttons.scss */
.ss-button-primary {
  color: #fff;
  background: #012563;
}

/* line 32, scss/base/_buttons.scss */
.ss-button-secondary {
  color: #fff;
  background: #fede01;
}
/* line 35, scss/base/_buttons.scss */
.ss-button-secondary:hover, .ss-button-secondary:focus {
  background: #6c6c6c;
}
/* line 39, scss/base/_buttons.scss */
.ss-button-secondary:active {
  background: #012563;
}

/* line 43, scss/base/_buttons.scss */
.ss-button-alt {
  color: #FFF;
  background: #fede01;
}

/* line 47, scss/base/_buttons.scss */
.ss-button-small {
  font-size: 0.6875em;
}

/* line 50, scss/base/_buttons.scss */
.ss-button-large {
  font-size: 1.125em;
}

/* line 55, scss/base/_buttons.scss */
[class*="ss-text-button"] {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5em;
  padding: 0.5em 0;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  background: 0;
  border: 0;
  color: #fede01;
  font-size: 1em;
}
/* line 69, scss/base/_buttons.scss */
[class*="ss-text-button"]:hover, [class*="ss-text-button"]:focus, [class*="ss-text-button"]:active {
  text-decoration: none;
}
/* line 74, scss/base/_buttons.scss */
[class*="ss-text-button"] + [class*="ss-button"], [class*="ss-text-button"] + [type=submit],
[class*="ss-text-button"] + [type=button],
[class*="ss-text-button"] + [class*="ss-text-button"] {
  margin-left: .5em;
}

/* line 80, scss/base/_buttons.scss */
#back-to-top {
  width: 43px;
  height: 43px;
  background: url(../images/backtotop.gif) no-repeat top left;
  text-indent: -9999px;
  float: right;
}

/* line 88, scss/base/_buttons.scss */
#show-nav {
  width: 36px;
  height: 36px;
  background: url(../images/menutop.gif) no-repeat top left;
  text-indent: -9999px;
  float: right;
}

/* line 95, scss/base/_buttons.scss */
.ss-text-button-small {
  font-size: 0.6875em;
}

/* line 98, scss/base/_buttons.scss */
.ss-text-button-large {
  font-size: 1.125em;
}

/* line 1, scss/base/_utility.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 6, scss/base/_utility.scss */
.clearfix:after {
  clear: both;
}

/* line 10, scss/base/_utility.scss */
.screenreaderonly,
.visually-hidden,
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (max-width: 767px) {
  /* line 17, scss/base/_utility.scss */
  .desktop {
    display: none;
  }
}
@media (min-width: 48em) {
  /* line 22, scss/base/_utility.scss */
  .mobile {
    display: none;
  }
}
/* line 27, scss/base/_utility.scss */
.nowrap {
  white-space: nowrap;
}

/* line 30, scss/base/_utility.scss */
.right {
  float: right;
}

/* line 33, scss/base/_utility.scss */
.left {
  float: left;
}

/* line 36, scss/base/_utility.scss */
.clear {
  clear: both;
}

/* line 39, scss/base/_utility.scss */
.hide {
  display: none;
}

/* line 42, scss/base/_utility.scss */
.ir {
  display: block;
  overflow: hidden;
  text-indent: -999px;
}

/* line 1, scss/layout/_base.scss */
.wrapper {
  margin: 0 10px;
}
@media (min-width: 48em) {
  /* line 1, scss/layout/_base.scss */
  .wrapper {
    margin: 0 20px;
  }
}
@media (min-width: 64em) {
  /* line 1, scss/layout/_base.scss */
  .wrapper {
    max-width: 984px;
    margin: 0 auto;
  }
}

/* line 12, scss/layout/_base.scss */
[class*="list-"] {
  margin-left: 0;
  list-style: none;
}

/* line 17, scss/layout/_base.scss */
[class*="ss-grid"] {
  clear: both;
}
/* line 19, scss/layout/_base.scss */
[class*="ss-grid"] .col {
  margin-bottom: 20px;
}

@media (min-width: 48em) {
  /* line 25, scss/layout/_base.scss */
  [class*="ss-grid"] {
    font-size: 0;
  }
  /* line 27, scss/layout/_base.scss */
  [class*="ss-grid"] .col {
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 34, scss/layout/_base.scss */
  [class*="ss-grid"] .col-1of2:nth-child(odd) {
    padding-left: 0;
  }
  /* line 37, scss/layout/_base.scss */
  [class*="ss-grid"] .col-1of2:nth-child(even) {
    padding-right: 0;
  }

  /* line 41, scss/layout/_base.scss */
  .col-1of3 {
    width: 33.3%;
  }

  /* line 44, scss/layout/_base.scss */
  .col-1of4,
  .col-1of2 {
    width: 50%;
  }

  /* line 48, scss/layout/_base.scss */
  .col-2of3 {
    width: 66.6%;
  }

  /* line 51, scss/layout/_base.scss */
  .col-3of4 {
    width: 75%;
  }

  /* line 54, scss/layout/_base.scss */
  .col-2of4 {
    width: 100%;
  }
}
@media (min-width: 64em) {
  /* line 60, scss/layout/_base.scss */
  .col-1of4 {
    width: 25%;
  }

  /* line 63, scss/layout/_base.scss */
  .col-2of4 {
    width: 50%;
  }
}
/* line 68, scss/layout/_base.scss */
.alignright,
.alignleft,
.aligncenter {
  margin: 0 auto 20px;
  clear: both;
}
/* line 73, scss/layout/_base.scss */
.alignright > img,
.alignleft > img,
.aligncenter > img {
  margin: 0 auto;
}

/* line 77, scss/layout/_base.scss */
.alignnone {
  margin: 0 0 20px;
  clear: both;
}

@media (min-width: 48em) {
  /* line 82, scss/layout/_base.scss */
  .alignright {
    margin: 0 0 20px 20px;
    float: right;
    clear: right;
  }

  /* line 87, scss/layout/_base.scss */
  .alignleft {
    margin: 0 20px 20px 0;
    float: left;
    clear: left;
  }

  /* line 92, scss/layout/_base.scss */
  .aligncenter {
    margin: 0 auto 20px;
  }
}
/* line 1, scss/layout/_header.scss */
.header {
  text-align: center;
  padding: 15px 0;
  position: relative;
  z-index: 10;
}
@media (min-width: 48em) {
  /* line 1, scss/layout/_header.scss */
  .header {
    padding: 20px 0 0;
  }
}
/* line 9, scss/layout/_header.scss */
.header .heading3 {
  width: 160px;
  height: 68px;
  float: left;
  background: url(../images/logo.gif) no-repeat;
  text-indent: -9999px;
}
/* line 16, scss/layout/_header.scss */
.header .heading5, .header legend {
  width: 263px;
  height: 15px;
  float: left;
  background: url(../images/byline.gif) no-repeat;
  text-indent: -9999px;
  margin: 10px 0 0 0;
  clear: left;
}
@media (min-width: 31.4375em) {
  /* line 16, scss/layout/_header.scss */
  .header .heading5, .header legend {
    margin: 36px 0 0 25px;
    clear: none;
  }
}
/* line 29, scss/layout/_header.scss */
.header .contacttop {
  float: right;
  text-align: right;
  width: 100%;
  font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Calibri, sans-serif;
  color: #012563;
  margin-top: 31px;
}
@media (min-width: 51.4375em) {
  /* line 29, scss/layout/_header.scss */
  .header .contacttop {
    width: 40%;
  }
}
/* line 39, scss/layout/_header.scss */
.header .contacttop .telephone {
  background: url(../images/telephone.gif) left 5px no-repeat;
  padding: 0 0 0 25px;
  float: right;
  line-height: 1.6em;
}
@media (min-width: 48em) {
  /* line 39, scss/layout/_header.scss */
  .header .contacttop .telephone {
    border-right: 1px solid #012563;
    padding-right: 20px;
  }
}
/* line 49, scss/layout/_header.scss */
.header .contacttop .email {
  color: #012563;
  float: right;
  padding: 0 0 0 20px;
}

/* line 1, scss/layout/_navigation.scss */
.nav {
  display: none;
  clear: both;
}
@media (min-width: 48em) {
  /* line 1, scss/layout/_navigation.scss */
  .nav {
    display: block !important;
  }
}

/* line 9, scss/layout/_navigation.scss */
.show-nav {
  margin: 0;
}
@media (min-width: 48em) {
  /* line 9, scss/layout/_navigation.scss */
  .show-nav {
    display: none;
  }
}

/* line 16, scss/layout/_navigation.scss */
.list-primary-nav {
  font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Calibri, sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding-top: 20px;
  font-size: 0.875em;
}
/* line 22, scss/layout/_navigation.scss */
.list-primary-nav ul, .list-primary-nav li {
  margin: 0;
  list-style: none;
}
@media (min-width: 48em) {
  /* line 26, scss/layout/_navigation.scss */
  .list-primary-nav li {
    float: left;
  }
}
@media (min-width: 48em) {
  /* line 31, scss/layout/_navigation.scss */
  .list-primary-nav li.remote_support {
    float: right;
  }
}
/* line 36, scss/layout/_navigation.scss */
.list-primary-nav a {
  display: block;
  color: #6c6c6c;
}
/* line 40, scss/layout/_navigation.scss */
.list-primary-nav ul {
  display: none;
}
/* line 43, scss/layout/_navigation.scss */
.list-primary-nav > li > a {
  padding: 0.7142857143em 1.0714285714em;
  text-decoration: none;
  border-top: 1px solid #d9d9d9;
}
/* line 48, scss/layout/_navigation.scss */
.list-primary-nav > li.current-menu-item > a,
.list-primary-nav > li.current_page_parent > a,
.list-primary-nav > li.current-menu-ancestor > a,
.list-primary-nav > li a:hover {
  color: #FFF;
  background: #fede01;
}
/* line 55, scss/layout/_navigation.scss */
.list-primary-nav > li.remote_support {
  background: #d9d9d9;
  text-transform: none;
}
/* line 58, scss/layout/_navigation.scss */
.list-primary-nav > li.remote_support a {
  color: #012563;
}

@media (min-width: 48em) {
  /* line 66, scss/layout/_navigation.scss */
  .list-primary-nav > li {
    display: inline-block;
  }
  /* line 69, scss/layout/_navigation.scss */
  .list-primary-nav > li > a {
    border: 0;
  }
  /* line 73, scss/layout/_navigation.scss */
  .list-primary-nav li {
    position: relative;
  }
  /* line 76, scss/layout/_navigation.scss */
  .list-primary-nav li ul {
    position: absolute;
    left: 0;
    z-index: 10;
    display: none;
    text-align: left;
  }
  /* line 82, scss/layout/_navigation.scss */
  .list-primary-nav li ul ul {
    left: 100%;
    top: 0;
  }
  /* line 87, scss/layout/_navigation.scss */
  .list-primary-nav li:hover > ul,
  .list-primary-nav li:focus > ul {
    display: block;
    background: #f2f2f2;
  }
  /* line 93, scss/layout/_navigation.scss */
  .list-primary-nav li li a {
    padding: .75em;
    width: 150px;
    text-decoration: none;
  }
}
@media (min-width: 64em) {
  /* line 103, scss/layout/_navigation.scss */
  .list-primary-nav > li > a {
    padding: 0.7142857143em 2.1428571429em 1.4285714286em;
  }
}
/* line 1, scss/layout/_content.scss */
.content {
  padding: 40px 0;
  position: relative;
  clear: both;
}

/* line 8, scss/layout/_content.scss */
.page-template-page-services-php .content-main, .page-template-page-products-php .content-main {
  float: right;
  padding: 0 10px 0 0;
}
/* line 12, scss/layout/_content.scss */
.page-template-page-services-php .sidebar, .page-template-page-products-php .sidebar {
  float: left;
  padding: 0 10px 0 0;
}

@media (min-width: 48em) {
  /* line 19, scss/layout/_content.scss */
  .content-main {
    padding-right: 10px;
    width: 67%;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 25, scss/layout/_content.scss */
  .sidebar {
    padding-left: 10px;
    width: 33%;
    float: right;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 64em) {
  /* line 34, scss/layout/_content.scss */
  .content-main {
    width: 75%;
  }

  /* line 37, scss/layout/_content.scss */
  .sidebar {
    width: 25%;
  }
}
@media (min-width: 48em) {
  /* line 44, scss/layout/_content.scss */
  .contentextra {
    width: 100%;
    float: left;
  }

  /* line 49, scss/layout/_content.scss */
  .extrafield {
    width: 100%;
    float: right;
  }
}
@media (min-width: 64em) {
  /* line 57, scss/layout/_content.scss */
  .contentextra {
    width: 55%;
    float: left;
    margin-right: 20px;
  }

  /* line 63, scss/layout/_content.scss */
  .extrafield {
    width: 37%;
    float: right;
    border-left: 3px solid #fede01;
    padding-left: 20px;
  }

  /* line 70, scss/layout/_content.scss */
  .page-id-15 .contentextra {
    width: 30%;
  }
  /* line 73, scss/layout/_content.scss */
  .page-id-15 .extrafield {
    width: 57%;
  }
}
/* line 80, scss/layout/_content.scss */
.home .slideshow {
  background-color: #172A3B;
}
/* line 83, scss/layout/_content.scss */
.home .slideshow-content img {
  width: 100% !important;
}
/* line 86, scss/layout/_content.scss */
.home .portfolio-slideshow {
  margin: 0;
}
/* line 89, scss/layout/_content.scss */
.home .bottomsection {
  width: 100%;
  clear: both;
  padding: 20px 0;
}
@media (min-width: 48em) {
  /* line 89, scss/layout/_content.scss */
  .home .bottomsection {
    padding: 60px 0;
  }
}
/* line 96, scss/layout/_content.scss */
.home .bottomsection .widget {
  border-top: none;
  margin-top: 20px;
  padding-top: 0;
  width: 100%;
  float: left;
  clear: none;
}
@media (min-width: 48em) {
  /* line 96, scss/layout/_content.scss */
  .home .bottomsection .widget {
    width: 31%;
    margin-right: 3%;
    margin-top: 0;
  }
}
/* line 108, scss/layout/_content.scss */
.home .bottomsection .widget h6 {
  text-transform: uppercase;
  font-size: 1.2em;
}
/* line 113, scss/layout/_content.scss */
.home .bottomsection .widget_sf_widget_constantcontact {
  margin-right: 0;
}
/* line 115, scss/layout/_content.scss */
.home .bottomsection .widget_sf_widget_constantcontact p {
  margin-top: 15px;
}
/* line 120, scss/layout/_content.scss */
.home .bottomsection .wptt_TwitterTweets h6 {
  background: url(../images/tweetstop.gif) 30px bottom no-repeat;
  margin-bottom: 0;
  padding-bottom: 18px;
  position: relative;
  z-index: 9;
}
/* line 127, scss/layout/_content.scss */
.home .bottomsection .wptt_TwitterTweets .twitbutton {
  background-color: #d9d9d9;
  overflow: auto;
}
/* line 130, scss/layout/_content.scss */
.home .bottomsection .wptt_TwitterTweets .twitbutton a {
  display: block;
  text-indent: -9999px;
  background: url(../images/twitterfollowus.gif) top left no-repeat;
  width: 155px;
  height: 34px;
  float: right;
}
/* line 139, scss/layout/_content.scss */
.home .bottomsection .wptt_TwitterTweets ul.fetched_tweets {
  position: relative;
}
/* line 141, scss/layout/_content.scss */
.home .bottomsection .wptt_TwitterTweets ul.fetched_tweets .tweets_avatar {
  margin-bottom: 0;
}
/* line 144, scss/layout/_content.scss */
.home .bottomsection .wptt_TwitterTweets ul.fetched_tweets li {
  word-break: normal !important;
  box-shadow: none;
  border-radius: 0;
  padding: 20px 20px 0 20px !important;
  color: #012563;
  background-color: #d9d9d9;
  font-family: Georgia, Times New Roman, serif;
  min-height: 130px;
}
/* line 153, scss/layout/_content.scss */
.home .bottomsection .wptt_TwitterTweets ul.fetched_tweets li .times {
  font-size: 0.9em;
  font-style: italic;
}
/* line 157, scss/layout/_content.scss */
.home .bottomsection .wptt_TwitterTweets ul.fetched_tweets li .tweet_data {
  color: #012563 !important;
}
/* line 159, scss/layout/_content.scss */
.home .bottomsection .wptt_TwitterTweets ul.fetched_tweets li .tweet_data a {
  color: #012563 !important;
  text-decoration: underline;
}
/* line 162, scss/layout/_content.scss */
.home .bottomsection .wptt_TwitterTweets ul.fetched_tweets li .tweet_data a:hover {
  text-decoration: none;
}
/* line 171, scss/layout/_content.scss */
.home .bottomsection #recent-posts-3 h6 {
  background: url(../images/blog_top.gif) 30px bottom no-repeat;
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative;
  z-index: 9;
}
/* line 178, scss/layout/_content.scss */
.home .bottomsection #recent-posts-3 ul {
  border: 3px solid #fede01;
  margin: 0;
  padding: 20px;
  position: relative;
  top: -3px;
  z-index: 0;
  min-height: 140px;
}
/* line 186, scss/layout/_content.scss */
.home .bottomsection #recent-posts-3 ul li {
  list-style: none;
  padding: 5px 0 5px 10px;
  background: url(../images/liststyle.gif) left 14px no-repeat;
}
/* line 190, scss/layout/_content.scss */
.home .bottomsection #recent-posts-3 ul li a {
  color: #012563;
  text-decoration: underline;
}
/* line 193, scss/layout/_content.scss */
.home .bottomsection #recent-posts-3 ul li a:hover {
  color: #fede01;
  text-decoration: none;
}

/* line 204, scss/layout/_content.scss */
.homevideo {
  width: 100%;
  float: left;
}
@media (min-width: 29.5em) {
  /* line 204, scss/layout/_content.scss */
  .homevideo {
    width: 48%;
  }
}
/* line 210, scss/layout/_content.scss */
.homevideo .video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
/* line 216, scss/layout/_content.scss */
.homevideo .video iframe, .homevideo .video object, .homevideo .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 226, scss/layout/_content.scss */
.homecontent {
  float: left;
  width: 100%;
  margin-top: 20px;
}
/* line 230, scss/layout/_content.scss */
.homecontent h2 {
  font-size: 1.45em;
  font-weight: bold;
  background: url(../images/titleborderbottom.gif) bottom left no-repeat;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
@media (min-width: 29.5em) {
  /* line 226, scss/layout/_content.scss */
  .homecontent {
    width: 48%;
    margin-left: 4%;
    margin-top: 0;
  }
}

/* line 244, scss/layout/_content.scss */
.titlebg {
  width: 100%;
  background: url(../images/titlebackground.jpg) repeat-x;
}
/* line 247, scss/layout/_content.scss */
.titlebg h1.page-title {
  color: #FFF;
  font-size: 2.6em;
  padding: 30px 0;
}

/* line 255, scss/layout/_content.scss */
.adobe img {
  float: left;
  padding: 5px;
  clear: both;
}
/* line 260, scss/layout/_content.scss */
.adobe .included a {
  padding: 2px 5px;
  float: left;
}

/* line 267, scss/layout/_content.scss */
.formright {
  width: 35%;
  margin-left: 20px;
  float: right;
}
/* line 271, scss/layout/_content.scss */
.formright p {
  margin-bottom: 0;
}

/* line 276, scss/layout/_content.scss */
.videoembed {
  float: right;
  background-color: #fede01;
  line-height: 0;
}
@media (min-width: 29.5em) {
  /* line 276, scss/layout/_content.scss */
  .videoembed {
    margin-left: 20px;
    padding: 10px;
  }
}

/* line 287, scss/layout/_content.scss */
.sidebar .widget_nav_menu {
  padding-bottom: 30px !important;
}
/* line 289, scss/layout/_content.scss */
.sidebar .widget_nav_menu ul {
  margin: 0;
}
/* line 291, scss/layout/_content.scss */
.sidebar .widget_nav_menu ul li {
  list-style: none;
}
/* line 293, scss/layout/_content.scss */
.sidebar .widget_nav_menu ul li.current_page_item {
  padding-left: 15px;
  background: url("../images/liststyle.gif") no-repeat scroll left 9px transparent;
}
/* line 297, scss/layout/_content.scss */
.sidebar .widget_nav_menu ul li a {
  text-transform: uppercase;
  font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Calibri, sans-serif;
  font-size: 0.9em;
  color: #012563;
}
/* line 303, scss/layout/_content.scss */
.sidebar .widget_nav_menu ul li .sub-menu {
  border-left: 3px solid #d9d9d9;
}
/* line 305, scss/layout/_content.scss */
.sidebar .widget_nav_menu ul li .sub-menu li.current_page_item {
  background: url("../images/liststyle.gif") no-repeat scroll 17px 9px transparent;
}
/* line 308, scss/layout/_content.scss */
.sidebar .widget_nav_menu ul li .sub-menu a {
  font-family: Georgia, Times New Roman, serif;
  text-transform: none;
  margin-left: 15px;
  color: #012563;
}

/* line 321, scss/layout/_content.scss */
.single .titlebg {
  min-height: 50px;
}

/* line 327, scss/layout/_content.scss */
.blog article > header h1, .single article > header h1, .archive article > header h1 {
  font-size: 2em;
}
/* line 330, scss/layout/_content.scss */
.blog #recent-posts-2 ul, .blog #categories-2 ul, .single #recent-posts-2 ul, .single #categories-2 ul, .archive #recent-posts-2 ul, .archive #categories-2 ul {
  margin-left: 0;
}
/* line 332, scss/layout/_content.scss */
.blog #recent-posts-2 ul li, .blog #categories-2 ul li, .single #recent-posts-2 ul li, .single #categories-2 ul li, .archive #recent-posts-2 ul li, .archive #categories-2 ul li {
  list-style: none;
  background: url("../images/liststyle.gif") no-repeat scroll left 9px transparent;
  padding-left: 15px;
  font-size: 0.9em;
}
/* line 337, scss/layout/_content.scss */
.blog #recent-posts-2 ul li a, .blog #categories-2 ul li a, .single #recent-posts-2 ul li a, .single #categories-2 ul li a, .archive #recent-posts-2 ul li a, .archive #categories-2 ul li a {
  color: #012563;
}

/* line 344, scss/layout/_content.scss */
.content-main p a, .content-main li a, .contentextra p a, .extrafield p a, #acf_field_group_widget-3 a {
  color: #CFB400;
}

/* line 349, scss/layout/_content.scss */
.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  left: -9000px;
  position: absolute !important;
}

/* line 1, scss/layout/_footer.scss */
.footer {
  padding: 30px 0;
  background: #172A3B;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.4em;
  overflow: auto;
}
/* line 10, scss/layout/_footer.scss */
.footer .sidebar {
  width: 100%;
}
/* line 12, scss/layout/_footer.scss */
.footer .sidebar #text-3 {
  width: 100%;
  margin-top: 40px;
  float: left;
  border-top: none;
  padding-top: 0;
}
@media (min-width: 34.375em) {
  /* line 12, scss/layout/_footer.scss */
  .footer .sidebar #text-3 {
    width: 35%;
  }
}
/* line 21, scss/layout/_footer.scss */
.footer .sidebar #text-3 img {
  float: left;
  margin: 0 15px 15px 0;
}
/* line 24, scss/layout/_footer.scss */
.footer .sidebar #text-3 img:nth-child(2) {
  margin-right: 0;
}
/* line 29, scss/layout/_footer.scss */
.footer .sidebar #text-4 {
  width: 100%;
  border-top: 3px solid #fede01;
  margin-top: 40px;
  padding-top: 20px;
  text-align: left;
  clear: right;
  float: right;
}
@media (min-width: 34.375em) {
  /* line 29, scss/layout/_footer.scss */
  .footer .sidebar #text-4 {
    width: 63%;
  }
}
/* line 40, scss/layout/_footer.scss */
.footer .sidebar #text-4 .footleftcol {
  width: 100%;
  float: left;
}
@media (min-width: 29.25em) {
  /* line 40, scss/layout/_footer.scss */
  .footer .sidebar #text-4 .footleftcol {
    width: 55%;
    margin-right: 3%;
  }
}
/* line 48, scss/layout/_footer.scss */
.footer .sidebar #text-4 .footrightcol {
  width: 100%;
  float: left;
}
@media (min-width: 29.25em) {
  /* line 48, scss/layout/_footer.scss */
  .footer .sidebar #text-4 .footrightcol {
    width: 42%;
  }
}
/* line 54, scss/layout/_footer.scss */
.footer .sidebar #text-4 .footrightcol a:hover {
  color: #d9d9d9;
}
/* line 58, scss/layout/_footer.scss */
.footer .sidebar #text-4 img {
  float: left;
  margin-right: 5px;
}

/* line 67, scss/layout/_footer.scss */
.list-footer-nav ul {
  display: none;
}
/* line 70, scss/layout/_footer.scss */
.list-footer-nav li {
  display: inline-block;
}

/* line 77, scss/layout/_footer.scss */
.footer nav {
  clear: both;
  border-top: 1px dotted #6c6c6c;
  padding: 15px 0;
  margin-top: 20px;
}
/* line 82, scss/layout/_footer.scss */
.footer nav a {
  color: #6c6c6c;
  font-size: 0.8em;
}
/* line 86, scss/layout/_footer.scss */
.footer nav li {
  float: left;
  padding: 0 10px;
  border-right: 1px solid #6c6c6c;
}
/* line 90, scss/layout/_footer.scss */
.footer nav li:first-child {
  padding-left: 0;
}
/* line 93, scss/layout/_footer.scss */
.footer nav li:last-child {
  border: none;
}

/* line 101, scss/layout/_footer.scss */
.credits {
  float: left;
  color: #53626e;
  padding: 40px 0 10px 0;
}
/* line 105, scss/layout/_footer.scss */
.credits a {
  color: #53626e;
}
/* line 107, scss/layout/_footer.scss */
.credits a:hover {
  color: #d9d9d9;
}

/* line 1, scss/wordpress/_base.scss */
.entry {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #d9d9d9;
  overflow: hidden;
}

/* line 8, scss/wordpress/_base.scss */
article > header h1 {
  margin-bottom: 10px;
}
/* line 11, scss/wordpress/_base.scss */
article > header p {
  color: #6c6c6c;
  font-style: italic;
  font-size: 0.75em;
}
/* line 15, scss/wordpress/_base.scss */
article > header p a {
  color: #6c6c6c;
}

/* line 21, scss/wordpress/_base.scss */
.sticky {
  padding: 10px;
  background: #d9edf7;
}

/* line 26, scss/wordpress/_base.scss */
.wp-caption {
  max-width: 100%;
  text-align: center;
}
/* line 29, scss/wordpress/_base.scss */
.wp-caption img {
  margin-bottom: 10px;
}

/* line 33, scss/wordpress/_base.scss */
.gallery-caption,
.wp-caption-text {
  overflow: hidden;
  max-height: 3.2em;
  color: #d9d9d9;
  font-size: 0.875em;
}

/* line 40, scss/wordpress/_base.scss */
.gallery-icon img {
  clear: both;
  margin: 0 auto 1.5em;
}

/* line 45, scss/wordpress/_base.scss */
.meta {
  color: #6c6c6c;
  font-style: italic;
  font-size: 0.75em;
}
/* line 49, scss/wordpress/_base.scss */
.meta a {
  color: #6c6c6c;
}

/* line 54, scss/wordpress/_base.scss */
.page-numbers {
  list-style: none;
  margin-left: 0;
  text-align: center;
  color: #FFF;
  padding: 5px;
  font-size: 0.875em;
}
/* line 61, scss/wordpress/_base.scss */
.page-numbers li {
  display: inline-block;
}
/* line 64, scss/wordpress/_base.scss */
.page-numbers a {
  color: #222;
}
/* line 67, scss/wordpress/_base.scss */
.page-numbers .next,
.page-numbers .prev {
  text-transform: lowercase;
  font-family: GillSansRegular, "Gill Sans MT", "Gill Sans", Calibri, sans-serif;
  font-style: italic;
}
/* line 73, scss/wordpress/_base.scss */
.page-numbers .page-numbers {
  padding: 10px;
}

/* line 78, scss/wordpress/_base.scss */
.current {
  background-color: #fede01;
}

/* line 82, scss/wordpress/_base.scss */
.dots {
  color: #222;
}

/* line 2, scss/wordpress/_comments.scss */
.list-comments li.comment {
  padding: 10px;
  background: #fafafa;
  border: 1px solid #d9d9d9;
}
/* line 7, scss/wordpress/_comments.scss */
.list-comments li.even {
  background: #f2f2f2;
}
/* line 10, scss/wordpress/_comments.scss */
.list-comments li.bypostauthor {
  background: #fcf8e3;
}
/* line 13, scss/wordpress/_comments.scss */
.list-comments ul.children {
  margin: 0 0 0 10px;
  list-style: none;
}

/* line 20, scss/wordpress/_comments.scss */
.post-comment > img {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 65px;
}
/* line 25, scss/wordpress/_comments.scss */
.post-comment > div {
  clear: both;
}
/* line 27, scss/wordpress/_comments.scss */
.post-comment > div ul, .post-comment > div ol {
  margin-bottom: 1.5em;
}
/* line 30, scss/wordpress/_comments.scss */
.post-comment > div li ul,
.post-comment > div li ol {
  margin-bottom: 0;
}
/* line 35, scss/wordpress/_comments.scss */
.post-comment > header h1 {
  margin-bottom: 0;
}

/* line 1, scss/wordpress/_widgets.scss */
.list-widgets {
  margin: 0;
}
/* line 3, scss/wordpress/_widgets.scss */
.list-widgets > li {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #d9d9d9;
}
/* line 7, scss/wordpress/_widgets.scss */
.list-widgets > li:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}
@media (min-width: 30em) {
  /* line 3, scss/wordpress/_widgets.scss */
  .list-widgets > li {
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 16, scss/wordpress/_widgets.scss */
  .list-widgets > li.widget-2 {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }
  /* line 21, scss/wordpress/_widgets.scss */
  .list-widgets > li.widget-odd {
    clear: left;
    padding-right: 10px;
  }
  /* line 25, scss/wordpress/_widgets.scss */
  .list-widgets > li.widget-even {
    padding-left: 10px;
  }
}
/* line 30, scss/wordpress/_widgets.scss */
.list-widgets ul {
  margin-bottom: 1.5em;
}
/* line 32, scss/wordpress/_widgets.scss */
.list-widgets ul ul {
  margin: 0;
}

@media (min-width: 48em) {
  /* line 40, scss/wordpress/_widgets.scss */
  .list-widgets > li {
    width: 100%;
    float: none;
  }
  /* line 43, scss/wordpress/_widgets.scss */
  .list-widgets > li.widget-2 {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #d9d9d9;
  }
  /* line 48, scss/wordpress/_widgets.scss */
  .list-widgets > li.widget-odd {
    padding-right: 0;
  }
  /* line 51, scss/wordpress/_widgets.scss */
  .list-widgets > li.widget-even {
    padding-left: 0;
  }
}
/* line 1, scss/wordpress/_gforms.scss */
.validation_message {
  margin-top: -0.7272727273em;
  color: #b94a48;
  text-transform: uppercase;
  font-size: 0.6875em;
}

/* line 8, scss/wordpress/_gforms.scss */
.validation_error,
#gforms_confirmation_message {
  clear: both;
  overflow: hidden;
  margin: 0 0 1em;
  padding: 1em;
  border: 1px solid #3a87ad;
  background: #d9edf7;
  color: #3a87ad;
}

/* line 18, scss/wordpress/_gforms.scss */
.validation_error {
  border-color: #b94a48;
  color: #b94a48;
  background-color: #f2dede;
}

/* line 23, scss/wordpress/_gforms.scss */
#gforms_confirmation_message {
  border-color: #468847;
  color: #468847;
  background-color: #dff0d8;
}

/* line 29, scss/wordpress/_gforms.scss */
.gform_fields {
  margin: 0;
  list-style: none;
}
/* line 32, scss/wordpress/_gforms.scss */
.gform_fields .gfield {
  text-align: left;
}

@media only print {
  /* line 20, scss/style.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 21, scss/style.scss */
  .header, .footer, .sidebar, img, form {
    display: none !important;
  }

  /* line 22, scss/style.scss */
  .wrapper, .content, .content-main {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  /* line 23, scss/style.scss */
  a {
    text-decoration: underline;
  }

  /* line 24, scss/style.scss */
  pre, blockquote, tr, h2, h3 {
    page-break-inside: avoid;
  }

  /* line 25, scss/style.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
}
