/* ----------------------------------------------------------------
 * lightgrid.less
 * 
 * Made by shash7, licensed under the MIT license
 * https://github.com/shash7/lightgrid
 * 
 * This will compile into lightgrid.css
 * ---------------------------------------------------------------- */
/* ----------------------------------------------------------------
 * config.less
 * 
 * Configurable options are defined here
 * ---------------------------------------------------------------- */
/* ----------------------------------------------------------------
 * colors.less
 * 
 * All color variables come in here
 * ---------------------------------------------------------------- */
/* ----------------------------------------------------------------
 * normalize.less
 * 
 * Modified version of normalize.css v3.0.2. Licensed under the MIT license
 * ---------------------------------------------------------------- */
/* ----------------------------------------------------------------
 * config.less
 * 
 * Configurable options are defined here
 * ---------------------------------------------------------------- */
/* ----------------------------------------------------------------
 * colors.less
 * 
 * All color variables come in here
 * ---------------------------------------------------------------- */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: 'Open Sans', sans-serif;
  /* 1 */

  font-weight: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */

  color: #444444;
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */

  vertical-align: baseline;
  /* 2 */

}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  height: 0;
  margin: 16px 0;
  border: none;
  border-top: 1px solid #D4DEDF;
  box-sizing: content-box;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, 'monospace';
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */

  font: inherit;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* ----------------------------------------------------------------
 * fonts.less
 * 
 * Custom fonts and other stuff come here
 * ---------------------------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?-b6onnl');
  src: url('../fonts/icomoon.eot?#iefix-b6onnl') format('embedded-opentype'), url('../fonts/icomoon.woff?-b6onnl') format('woff'), url('../fonts/icomoon.ttf?-b6onnl') format('truetype'), url('../fonts/icomoon.svg?-b6onnl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-location:before {
  content: "\f060";
}
.icon-mail-read:before {
  content: "\f03c";
}
.icon-phone:before {
  content: "\e942";
}
.icon-quotes-left:before {
  content: "\e977";
}
.icon-quotes-right:before {
  content: "\e978";
}
.icon-google:before {
  content: "\ea87";
}
.icon-google-plus:before {
  content: "\ea88";
}
.icon-facebook:before {
  content: "\ea8c";
}
.icon-facebook2:before {
  content: "\ea8d";
}
.icon-facebook3:before {
  content: "\ea8e";
}
.icon-twitter2:before {
  content: "\ea92";
}
.icon-twitter3:before {
  content: "\ea93";
}
.icon-youtube3:before {
  content: "\ea99";
}
.icon-linkedin:before {
  content: "\eac8";
}
.icon-linkedin2:before {
  content: "\eac9";
}
/* ----------------------------------------------------------------
 * form.less
 * 
 * Basic form elements shim is defined here
 * ---------------------------------------------------------------- */
/* ----------------------------------------------------------------
 * config.less
 * 
 * Configurable options are defined here
 * ---------------------------------------------------------------- */
/*Resets inputs across browsers*/
input,
textarea,
button,
.error {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  border: none;
  box-sizing: border-box;
  margin: 6px 0;
}
input[type="button"],
input[type="submit"],
button,
.error {
  display: inline-block;
  padding: 4px 14px;
  font-size: 1.2em;
  color: #FFF;
  background-color: #3498DB;
  border: #3498DB solid 1px;
  border-radius: 3px;
  background-clip: padding-box;
  font-family: 'Open Sans', sans-serif;
}
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
  border-color: #2383C4;
}
input[type="button"]:active,
input[type="submit"]:active,
button:active {
  border-color: #2383C4;
  background-color: #2383C4;
}
input[type="button"]:focus,
input[type="submit"]:focus,
button:focus {
  outline: none;
  border-color: #F1C40F;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"] {
  padding: 4px 14px;
  border: rgba(0, 0, 0, 0.3) solid 1px;
  border-radius: 3px;
  font-size: 1.1em;
  font-family: 'Open Sans', sans-serif;
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover {
  box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.14);
}
.positive {
  background-color: #94DB65 !important;
  border-color: #94DB65 !important;
}
.positive:hover {
  border-color: #7ED343!important;
}
.positive:active {
  border-color: #7ED343!important;
  background-color: #7ED343!important;
}
.positive:focus {
  border-color: #F1C40F!important;
}
.hidden {
  display: none;
}
.error {
  font-size: 0.9em;
  border-color: #DDD;
  background-color: #FFFCA3;
  color: #F26B1D;
}
textarea {
  padding: 4px 14px;
  border: rgba(0, 0, 0, 0.3) solid 1px;
  border-radius: 3px;
  border-width: 1px;
  font-size: 1.1em;
  font-family: 'Open Sans', sans-serif;
}
textarea:hover {
  box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.14);
}
label {
  display: inline-block;
  margin-top: 6px;
  font-size: 1.1em;
}
.errorPanel ul li {
  text-decoration: none;
}
.center {
  text-align: center;
}
/* ----------------------------------------------------------------
 * typography.less
 * 
 * Typographic styles are declared here.
 * The code is taken from http://www.gridlover.net/app/ and edited to better fit with the
 * rest of the library
 * 
 * The base font size is 16px, line height is 1.4 and scale factor is 1.333(perfect fourth)
 * ---------------------------------------------------------------- */
/* ----------------------------------------------------------------
 * config.less
 * 
 * Configurable options are defined here
 * ---------------------------------------------------------------- */
/* ----------------------------------------------------------------
 * colors.less
 * 
 * All color variables come in here
 * ---------------------------------------------------------------- */
h1,
h2,
h3,
h4 {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  font-weight: 300;
}
h1 {
  font-size: 2.375em;
  line-height: 1.1em;
  margin-top: 1em;
  margin-bottom: 0;
  font-weight: 600;
}
h2 {
  font-size: 1.75em;
  line-height: 1.571428572em;
  margin-top: 1.57142857em;
  margin-bottom: 0.7em;
}
h3 {
  font-size: 1.3125em;
  line-height: 1.047619048em;
  margin-top: 1.04761905em;
  margin-bottom: 0.6em;
}
h4 {
  font-size: 1em;
  line-height: 1.375em;
  margin-top: 1.375em;
  margin-bottom: 0.5em;
}
h5 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
h6 {
  margin-top: 0.8em;
  margin-bottom: 0.5em;
}
p,
ul,
ol,
pre,
table,
blockquote {
  margin-top: 1.375em;
  margin-bottom: 1.375em;
}
/* Sanitation */
ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
b,
strong {
  font-weight: bold;
}
b,
em,
small,
code {
  line-height: 1.375;
  font-size: 1em;
}
sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub {
  top: 0.4em;
}
/* ----------------------------------------------------------------
 * grid.less
 * 
 * 12 col width is defined here
 * ---------------------------------------------------------------- */
/* ----------------------------------------------------------------
 * config.less
 * 
 * Configurable options are defined here
 * ---------------------------------------------------------------- */
.row {
  width: 100%;
  height: 1%;
  margin: 0 auto;
}
.row:after {
  clear: both;
  content: '';
  display: block;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  margin-right: 2%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: .5s;
}
.row .col-1 {
  width: 6.5%;
}
.row .col-2 {
  width: 15%;
}
.row .col-3 {
  width: 23.5%;
}
.row .col-4 {
  width: 32%;
}
.row .col-5 {
  width: 40.5%;
}
.row .col-6 {
  width: 49%;
}
.row .col-7 {
  width: 57.5%;
}
.row .col-8 {
  width: 66%;
}
.row .col-9 {
  width: 74.5%;
}
.row .col-10 {
  width: 83%;
}
.row .col-11 {
  width: 91.5%;
}
.row .col-12 {
  width: 100%;
}
.offset-1 {
  margin-left: 8.5%;
}
.offset-2 {
  margin-left: 17%;
}
.offset-3 {
  margin-left: 25.5%;
}
.offset-4 {
  margin-left: 34%;
}
.offset-5 {
  margin-left: 42.5%;
}
.offset-6 {
  margin-left: 51%;
}
.offset-7 {
  margin-left: 59.5%;
}
.offset-8 {
  margin-left: 68%;
}
.offset-9 {
  margin-left: 76.5%;
}
.offset-10 {
  margin-left: 85%;
}
.offset-11 {
  margin-left: 93.5%;
}
.row [class^='col-']:last-child {
  margin-right: 0;
}
.row .last {
  margin-right: 0;
}
/* ----------------------------------------------------------------
 * utils.less
 * 
 * Utility classes are defined here
 * ---------------------------------------------------------------- */
.clearfix:after {
  display: block;
  content: '';
  clear: both;
}
.center {
  text-align: center;
}
.full {
  width: 100%;
}
/* ----------------------------------------------------------------
 * layout.less
 * 
 * Layout of the theme is defined here
 * 
 * Menu :
 *  header
 *   nav
 *  main
 *  footer
 * 
 * ---------------------------------------------------------------- */
/* ----------------------------------------------------------------
 * fonts.less
 * 
 * Custom fonts and other stuff come here
 * ---------------------------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?-b6onnl');
  src: url('../fonts/icomoon.eot?#iefix-b6onnl') format('embedded-opentype'), url('../fonts/icomoon.woff?-b6onnl') format('woff'), url('../fonts/icomoon.ttf?-b6onnl') format('truetype'), url('../fonts/icomoon.svg?-b6onnl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-location:before {
  content: "\f060";
}
.icon-mail-read:before {
  content: "\f03c";
}
.icon-phone:before {
  content: "\e942";
}
.icon-quotes-left:before {
  content: "\e977";
}
.icon-quotes-right:before {
  content: "\e978";
}
.icon-google:before {
  content: "\ea87";
}
.icon-google-plus:before {
  content: "\ea88";
}
.icon-facebook:before {
  content: "\ea8c";
}
.icon-facebook2:before {
  content: "\ea8d";
}
.icon-facebook3:before {
  content: "\ea8e";
}
.icon-twitter2:before {
  content: "\ea92";
}
.icon-twitter3:before {
  content: "\ea93";
}
.icon-youtube3:before {
  content: "\ea99";
}
.icon-linkedin:before {
  content: "\eac8";
}
.icon-linkedin2:before {
  content: "\eac9";
}
/* ----------------------------------------------------------------
 * config.less
 * 
 * Configurable options are defined here
 * ---------------------------------------------------------------- */
/* ----------------------------------------------------------------
 * $body
 * ---------------------------------------------------------------- */
body,
#wrapper {
  width: 100%;
  min-height: 100%;
  height: 100%;
  font-size: 1em;
}
body {
  background: #007cc3;
  /* Old browsers */

  background: -moz-linear-gradient(left, rgba(0, 124, 195, 0.3) 0%, rgba(116, 196, 239, 0) 14%, rgba(182, 223, 253, 0.1) 14%, rgba(224, 243, 250, 0) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 124, 195, 0.3)), color-stop(14%, rgba(116, 196, 239, 0)), color-stop(14%, rgba(182, 223, 253, 0.1)), color-stop(100%, rgba(224, 243, 250, 0)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, rgba(0, 124, 195, 0.3) 0%, rgba(116, 196, 239, 0) 14%, rgba(182, 223, 253, 0.1) 14%, rgba(224, 243, 250, 0) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(left, rgba(0, 124, 195, 0.3) 0%, rgba(116, 196, 239, 0) 14%, rgba(182, 223, 253, 0.1) 14%, rgba(224, 243, 250, 0) 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(left, rgba(0, 124, 195, 0.3) 0%, rgba(116, 196, 239, 0) 14%, rgba(182, 223, 253, 0.1) 14%, rgba(224, 243, 250, 0) 100%);
  /* IE10+ */

  background: linear-gradient(to right, rgba(0, 124, 195, 0.3) 0%, rgba(116, 196, 239, 0) 14%, rgba(182, 223, 253, 0) 14%, rgba(224, 243, 250, 0) 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74c4ef', endColorstr='#e0f3fa', GradientType=1);
  /* IE6-9 */

}
.section1 {
  height: 100%;
}
.section2 {
  height: 100%;
}
/* ----------------------------------------------------------------
 * $header
 * ---------------------------------------------------------------- */
.home #header {
  width: 100%;
  background-color: #999;
  background-size: cover;
  box-sizing: border-box;
}
#header.expanded {
  height: 100%!important;
}
#header:after {
  content: '';
  display: block;
  clear: both;
}
#branding,
#access {
  width: 40%;
  float: left;
}
#access {
  width: 60%;
  float: right;
}
.skip-link {
  display: none;
}
/* ------------------
 * $section1 header
 * ------------------ */
/* ------------------
 * $section2 - about blurb
 * ------------------ */
.section2 {
  width: 100%;
  min-height: 100%;
  padding-top: 34px;
  box-sizing: border-box;
  margin-top: 10px;
}
.section2 > .row {
  width: 70%;
}
.text-content {
  margin-bottom: 16px!important;
}
.about-blurb {
  text-align: left;
}
.about-blurb p:first-child::first-letter {
  font-size: 2.2em;
  margin-top: -4px;
  font-family: georgia;
}
.contact {
  width: 100%;
  min-height: 100%;
  padding-top: 34px;
  box-sizing: border-box;
  padding-left: 2%;
  float: right;
}
.contact > .row {
  width: 70%;
}
.contact p {
  position: relative;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
}
.contact h2 {
  margin-top: 0;
  font-weight: 600;
}
.contact-form {
  position: relative;
  clear: both;
  float: right;
  width: 80%;
  margin: 0.5em auto;
}
.contact-form label {
  display: inline-block;
  float: left;
  clear: left;
  text-align: left;
  width: 100%;
}
.contact-form input,
textarea,
button {
  margin: .4em;
  width: 100%;
}
.contact-form input[type="submit"] {
  width: 50%;
}
.blog-post {
    border-bottom: 1px solid #666;
    padding: 0 16px;
}
.blog-post h3 a {
    color: #333;
    font-weight: 500;
}
.date {
    margin-top: 0px;
    font-size: 0.8em;
}
.blog-post h3 {
    margin-bottom: 8px;
}
#cntctfrm_contact_form {
  margin-top: 50px;
}
.errorPanel {
  float: left;
  max-width: 100%;
  margin: 1em 0;
  margin-left: 5em;
  border: 2px solid #f95359;
  border-radius: .7em;
  background-color: rgba(255, 0, 0, 0.2);
}
.errorPanel ul {
  max-width: 100%;
  list-style: inside;
  padding: 0 2em!important;
  font-size: .9em;
}
.errorPanel ul li {
  font-weight: 400;
  color: red;
}
/* --------------------
 * $section3 content - services
 * -------------------- */
.section3 {
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
}
.section3 > .row {
  width: 70%;
}
.section3 > .services-button {
  padding: 10px;
  border: 3px solid red!important;
}
.services-button:hover {
  background-color: #000;
}
.box {
  width: 90%;
  margin: 0 auto;
}
.box h2 {
  margin: 2.2em auto;
  width: 90%;
}
.box h2 a {
  text-decoration: none;
  color: #333333;
}
.box h2 a:hover {
  border-bottom: 2px solid #666;
}
.column {
  margin-top: 20px!important;
}
.services-page h2 a {
  text-decoration: none;
  color: #333;
  border-bottom: 2px solid #666!important;
}
.services-page h2 a:hover {
  border-bottom: 3px solid #666!important;
}
/* --------------------
 * $section4 content - testimonial
 * -------------------- */
.section4 {
  width: 100%;
  min-height: 100%;
  padding: 34px 0;
  box-sizing: border-box;
}
.section4 > .row {
  width: 70%;
}
.section4 p {
  padding: 50px 0;
}
/* --------------------
 * $section5 content - enqurie
 * -------------------- */
.section5 {
  width: 100%;
  min-height: 100%;
  padding: 34px 0;
  box-sizing: border-box;
}
.section5 > .row {
  width: 70%;
}
.section5 a {
  margin-top: 64px;
  padding: 16px 12px;
  text-decoration: none;
  text-align: center;
  line-height: 24px;
  color: #fff;
  background-color: #007CC3;
  border: #74C4EF solid 1px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  /*padding: 12px 0;
    color: #fff;
    border: #1ABC6C solid 2px;
    background-color: #1ABC6C;
    border-radius: 3px;
    font-family: @header-font;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.3);*/

}
.enquire {
  width: 100%;
  min-height: 100%;
  padding: 34px 0;
  box-sizing: border-box;
  margin: 0 auto;
}
.enquire > .row {
  width: 70%;
}
.enquire a {
  padding: 12px 12px;
  text-decoration: none;
  text-align: center;
  line-height: 24px;
  color: #fff;
  background-color: #007CC3;
  border: #74C4EF solid 1px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  /*padding: 12px 0;
    color: #fff;
    border: #1ABC6C solid 2px;
    background-color: #1ABC6C;
    border-radius: 3px;
    font-family: @header-font;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.3);*/

}
/* ----------------
 * $nav
 * ---------------- */
.nav {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  width: 70%;
  margin: 15px auto;
  transition: 0.5s;
}
#nav-items {
  width: 70%;
  margin: 0 auto;
  transition: 0.5s;
}
.nav ul {
  text-decoration: none;
  display: inline;
  padding: 0;
  float: right;
  margin: 0;
  text-align: center;
}
.nav ul li {
  display: block;
  float: left;
  height: 46px;
}
.nav ul li:last-child {
  padding-right: 0;
  border-right: none;
}
.nav ul li a {
  display: block;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 1em;
  outline: 0;
  color: #555;
  padding: 0 15px;
  line-height: 2.89em;
  font-weight: 600;
}
.menu-menu-container {
  float: left;
  margin: 10px 0;
}
.nav ul li:hover {
  background-color: #007CC3;
}
.nav ul li a:hover {
  color: #fff;
}
.nav ul ul {
  display: none;
  position: absolute;
  background-color: #fff;
}
.nav ul ul li {
  width: 100%;
  float: left;
  clear: left;
  border-right: transparent;
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
}
.nav ul li:hover > ul {
  display: block;
  -webkit-animation: fadein .5s;
  /* Safari, Chrome and Opera > 12.1 */

  -moz-animation: fadein .5s;
  /* Firefox < 16 */

  -ms-animation: fadein .5s;
  /* Internet Explorer */

  -o-animation: fadein .5s;
  /* Opera < 12.1 */

  animation: fadein .5s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.logo img {
  padding: 16px 8px;
  background-color: #fff;
  max-width: 60%;
  margin: 58px;
}
.header-img img {
  border-bottom-left-radius: 10%;
  max-height: 250px;
  float: right;
}
.current_page_item {
  background-color: #74C4EF;
}
.sub-menu {
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
/* ----------------------------------------------------------------
 * $main
 * ---------------------------------------------------------------- */
.services {
  width: 70%;
  min-height: 100%;
  padding: 34px 0 34px 25px;
  box-sizing: border-box;
  margin: 0 auto;
}
.services > h1 {
  text-align: left;
  padding-bottom: 10px;
  font-size: 2em;
  margin-top: 0px;
}
.shadow {
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
/* ----------------------------------------------------------------
 * $sidebars
 * ---------------------------------------------------------------- */
#primary {
  width: 100%;
  margin: 0 auto;
}
#secondary {
  width: 100%;
  margin: 0 auto;
}
/* ----------------------------------------------------------------
 * $footer
 * ---------------------------------------------------------------- */
.footer {
  width: 70%;
  padding: 34px 0;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  text-align: center;
  margin-top: 3em;
  color: #999999;
  font-size: .9em;
  font-style: italic;
}
.footer .row {
  width: 70%;
}
/* ----------------------------------------------------------------
 * hacks.less
 * 
 * Fights IE compatibility issues
 * ---------------------------------------------------------------- */
@media all and (-ms-high-contrast: none) {
  input[type='button'],
  input[type='submit'],
  button,
  .error {
    background-clip: border-box;
  }
  *::-ms-backdrop,
  input[type='button'],
  input[type='submit'],
  button,
  .error {
    background-clip: border-box;
  }
}
/* ----------------------------------------------------------------
 * media-queries.less
 * 
 * All media queries are defined here
 * Don't forget to put the meta tag <meta name="viewport" content="width=device-width">
 * inside the head tag
 * Extra media queries taken from http://responsivedesign.is/develop/browser-feature-support/media-queries-for-common-device-breakpoints
 * ---------------------------------------------------------------- */
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-6,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    margin: 0;
    width: 100%!important;
  }
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .col-5,
  .col-7 {
    margin: 0;
    width: 100%!important;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 375px) {
  .contact > .row {
    width: 80%;
  }
  .contact p {
    font-size: .7em;
  }
.services {
    padding: 18px 4px;
      width: 90%;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /**/.site-header .col-5 {
    width: 40.5%!important;
  }
  .site-header .col-7 {
    width: 57.5%!important;
  }
  .nav ul li a {
    padding: 0 20px;
  }
  .logo img {
    margin: 23px;
  }
  .section3 h1 {
    margin-top: 0.2em;
  }
  .section3 .col-3 {
    width: 100%;
    margin: 0;
  }
  .section5 .col-4 {
    width: 100%;
    margin: 40px 0;
  }
  .contact {
    padding-top: 0;
  }
  .services {
    padding: 10px 0 0 0;
  }
  .enquire a {
    width: 30%;
  }
  .menu-menu-container {
    margin: 10px 0 20px 0;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .logo {
    text-align: center;
  }
  .logo img {
    margin: 0;
  }
}
/* Ipad 3 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  
}
/* Desktops and laptops ----------- */
@media only screen and (max-width: 1224px) {
  #nav-items {
    width: 90%;
    margin: 0 auto;
  }
  .nav ul li a {
    padding: 0 20px;
  }
  .logo img {
    margin: 23px;
  }
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  
}
/* iPhone 4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  
}
/* Navigation ---------------*/
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  
}
/*    .menu-menu-container{
    width: 100%;
    display: block;
    background-color: #fff;
}
.nav ul{
    text-align: left;
    float: none;
}
.nav ul li{
    float: none;
    border-top: 1px solid #ccc;
    height: 0%;
}
.nav ul li a{
    line-height: 2em
}
.nav ul ul{
    display: initial;
    float: none;
    position: relative;
    float: none
}
.nav ul ul li{
    width: inherit;
    float: none;
    border: none;
    border-top: 1px solid #ccc!important;
    margin-left: 35px;
    
    
    
    
    
        .main-nav{
    display: none;
}
#show-nav{
    display: block;
}
}*/

div#wpcf7-f59-p22-o1 {
    padding: 35px 100px 0 0;
}

div.wpforms-container-full {
    margin-top: 50px!important;
}
