@charset "UTF-8";
/* This reset is loosely derived from HTML5 boilerplate 
for more information visit http://html5boilerplate.com/ */
/* Every browser has its own default ÔÇÿuser agentÔÇÖ stylesheet, that it uses to make unstyled websites appear more legible.
Using a CSS Reset, CSS authors can force every browser to have all its styles reset to null, thus avoiding cross-browser differences as much as possible.
From the consistent base that youÔÇÖve set up via your reset, you can then go on to re-style your document,
safe in the knowledge that the browsersÔÇÖ differences in their default rendering of HTML canÔÇÖt touch you! */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  overflow-y: auto; }

body {
  -webkit-text-size-adjust: none; }

.clear:before, .clear:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clear:after {
  clear: both; }

.clear {
  zoom: 1; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px; }

textarea {
  overflow: auto; }

.ie6 legend, .ie7 legend {
  margin-left: -7px; }

input[type="radio"], input.radio {
  vertical-align: text-bottom; }

input[type="checkbox"], input.checkbox, .checkboxes input {
  vertical-align: bottom; }

.ie7 input[type="checkbox"], .ie7 input.checkbox, .ie7 .checkboxes input {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

label, input[type="button"], input[type="submit"], input[type="image"], button, .btn {
  cursor: pointer; }

button, input, select, textarea {
  margin: 0; }

/* .checkbox, .radio {float:left; width:13px; height:13px; margin-right:6px; padding:0;} */
button {
  width: auto;
  overflow: visible; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.hidden {
  display: none;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

a:hover, a:active {
  outline: none; }

.content ul, .content ol {
  margin-left: 2em; }

ol {
  list-style-type: decimal; }

ul li {
  list-style-type: none; }

nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none; }

strong, b, th {
  font-weight: bold; }

/* Scss Document */
 html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/***
* Phone size: <=400px (25em) class col-xxs
* Phone size landscape: 480px 30em
* Small tablet size: 768px (48em) class col-xs
* large tablet size: 1024px (64em) class col-sm
* laptop size: 1440px (90em) class col-md
* desktop size: 1920px (120em) class col-lg
* extra lagre: > 1920px (120em) class col-xl
***/
.container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 1024px) {
    .container {
      max-width: 900px;
      margin-left: auto;
      margin-right: auto; }
      .container::after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (max-width: 960px) {
    .container {
      max-width: 768px;
      margin-left: auto;
      margin-right: auto; }
      .container::after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (max-width: 768px) {
    .container {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: 0 30px; }
      .container::after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (max-width: 360px) {
    .container {
      padding: 0 15px; } }

.row {
  display: block; }
  .row::after {
    clear: both;
    content: "";
    display: table; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

.visible-xs {
  display: none; }
 body {
  margin: 0;
  padding: 0; }

a {
  transition: all 0.3s; }

a img {
  border: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.clearfix {
  clear: both; }

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

.align-center, .align-centre {
  text-align: center; }

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

.float-left {
  float: left; }

.float-right {
  float: right; }

.visual-hidden {
  display: none; }

.image-holder {
  position: relative; }
  .image-holder.right-wrap {
    float: right;
    max-width: 40%;
    margin: 0px 0px 15px 15px; }
  .image-holder.left-wrap {
    float: left;
    max-width: 40%;
    margin: 0px 15px 15px 0px; }
  .image-holder.centre-above {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; }
  .image-holder.centre-below {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px; }
  .image-holder img {
    width: 100%;
    height: auto; }

.shift-up-60 {
  position: relative;
  top: -60px; }
 @font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?gdsqbn");
  src: url("../fonts/icomoon.eot?gdsqbn#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?gdsqbn") format("truetype"), url("../fonts/icomoon.woff?gdsqbn") format("woff"), url("../fonts/icomoon.svg?gdsqbn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"], .fa-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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;
  transition: all 0.3s; }

.icon-email:before, .icon-mail:before {
  content: "\e900"; }

.icon-facebook:before, .fa-facebook:before {
  content: "\e901"; }

.icon-fax:before {
  content: "\e902"; }

.icon-phone-old:before {
  content: "\e903"; }

.icon-car:before {
  content: "\e904"; }

.icon-truck:before {
  content: "\e905"; }

.icon-community:before {
  content: "\e906"; }

.icon-agribusiness:before {
  content: "\e907"; }

.icon-construction:before {
  content: "\e908"; }

.icon-tools:before {
  content: "\e909"; }

.icon-coffee:before {
  content: "\e90a"; }

.icon-property:before {
  content: "\e90b"; }

.icon-left-arrow:before {
  content: "\e90c"; }

.icon-right-arrow:before {
  content: "\e90d"; }

.icon-menu:before {
  content: "\e90e"; }

.icon-cross:before {
  content: "\e90f"; }
 html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

body {
  font-size: 13px; }

p, li, td {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 100%;
  color: #282e41; }

p {
  line-height: 1.3;
  margin-bottom: 11px; }

strong {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 700; }

h1 {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #3aacdc;
  font-size: 154%;
  line-height: 25px;
  margin-bottom: 12px; }
  @media screen and (max-width: 960px) {
    h1 {
      font-size: 138.46154%; } }

h2 {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #282e41;
  font-size: 115.3%;
  margin-bottom: 12px; }

h3 {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #3aacdc;
  font-size: 100%;
  margin-bottom: 12px;
  line-height: 1.3; }

h4 {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  font-size: 100%;
  margin-bottom: 12px; }

h5 {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 700; }

h6 {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 700; }

a {
  text-decoration: none;
  color: #3aacdc;
  transition: all 0.3s; }
  a:hover {
    color: #3aacdc; }

.page-content ul {
  margin-bottom: 20px; }

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 20px; }

.script {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 400; }

.intro {
  font-size: 117%; }

.read-more {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #282e41;
  text-align: right;
  margin-top: 20px; }
  .read-more a {
    color: #282e41;
    text-decoration: none; }

.h1_bold {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 307.69%;
  line-height: 51px; }
  @media screen and (max-width: 960px) {
    .h1_bold {
      font-size: 230.76923%;
      line-height: 40px; } }

.sc-link {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 3px; }
  .sc-link .icon {
    color: #3aacdc;
    margin-right: 5px; }
  .sc-link .icon-mail {
    font-size: 10px; }

.phone-link {
  font-weight: 400;
  color: #282e41; }

.border-bottom {
  border-bottom: 2px dotted #c2c7d9;
  padding-bottom: 10px;
  margin-bottom: 30px; }

.border-left {
  border-left: 2px dotted #c2c7d9;
  padding-left: 43px; }

.back-link {
  display: block;
  text-transform: uppercase;
  padding: 12px 0; }
 html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*****HEADER*****/
#main-header {
  display: block;
  background-color: #fff;
  background-image: -webkit-linear-gradient(#fff, #e3e4e5);
  background-image: linear-gradient(#fff, #e3e4e5); }
  #main-header::after {
    clear: both;
    content: "";
    display: table; }

.header_right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  float: right;
  margin-right: 0;
  text-align: right; }
  .header_right:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .header_right {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-right: 0; }
      .header_right:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 430px) {
    .header_right {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0; }
      .header_right:last-child {
        margin-right: 0; } }

.hr_address-block {
  float: left;
  text-align: right;
  width: calc(100% - 340px); }
  @media screen and (max-width: 768px) {
    .hr_address-block {
      float: none;
      position: absolute;
      right: 70px;
      top: 50px;
      width: 100%; } }
  @media screen and (max-width: 430px) {
    .hr_address-block {
      top: 140px;
      text-align: left;
      left: 40px; } }
  @media screen and (max-width: 360px) {
    .hr_address-block {
      left: 20px; } }
  .hr_address-block p {
    line-height: 40px; }

.hr_social-media {
  float: left;
  text-align: right;
  position: relative;
  width: 40px; }
  @media screen and (max-width: 768px) {
    .hr_social-media {
      float: none;
      position: absolute;
      right: 30px;
      top: 50px; } }
  @media screen and (max-width: 430px) {
    .hr_social-media {
      top: 140px; } }
  @media screen and (max-width: 360px) {
    .hr_social-media {
      right: 10px; } }
  .hr_social-media .social-link {
    position: absolute;
    top: 8px;
    right: 0; }
    .hr_social-media .social-link .fa-icon {
      font-size: 25px;
      color: #282e41; }
      .hr_social-media .social-link .fa-icon:hover {
        color: #3aacdc; }

.hr_phone-block {
  background-image: url(../../images/tab.svg);
  background-repeat: no-repeat;
  background-position: 100% -2px;
  background-size: contain;
  width: 300px;
  height: 45px;
  text-align: right;
  float: right;
  padding-right: 13px; }
  .hr_phone-block p {
    line-height: 40px;
    font-size: 146%; }
  .hr_phone-block a {
    color: #282e41;
    text-decoration: none; }
  .hr_phone-block strong {
    color: #008ac5; }
  .hr_phone-block .pipe:after {
    display: inline-block;
    content: "|";
    margin: 0 8px 0 5px; }
  @media screen and (max-width: 480px) {
    .hr_phone-block {
      width: 260px; }
      .hr_phone-block p {
        font-size: 120%; } }

.logo-holder {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  padding: 30px 0 20px; }
  .logo-holder:last-child {
    margin-right: 0; }
  .logo-holder img, .logo-holder svg {
    width: 100%;
    height: auto;
    max-width: 160px; }
    @media screen and (max-width: 960px) {
      .logo-holder img, .logo-holder svg {
        max-width: 120px; } }
  @media screen and (max-width: 480px) {
    .logo-holder {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .logo-holder:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 430px) {
    .logo-holder {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      padding-top: 60px;
      text-align: center; }
      .logo-holder:last-child {
        margin-right: 0; } }

.top-menu {
  display: block;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  float: right;
  margin-right: 0;
  text-align: right;
  padding-top: 60px; }
  .top-menu::after {
    clear: both;
    content: "";
    display: table; }
  .top-menu:last-child {
    margin-right: 0; }
  .top-menu li {
    font-size: 138.46%;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 40px; }
    .top-menu li:first-child {
      margin-left: 0; }
    .top-menu li a:hover {
      color: #282e41; }
  @media screen and (max-width: 960px) {
    .top-menu {
      padding-top: 40px; } }
  @media screen and (max-width: 768px) {
    .top-menu {
      padding-top: 50px; } }
  @media screen and (max-width: 650px) {
    .top-menu {
      width: 100%;
      position: relative;
      top: -20px;
      padding: 0; } }
  @media screen and (max-width: 480px) {
    .top-menu {
      padding-top: 20px;
      text-align: center; }
      .top-menu li {
        font-size: 130%; } }
  @media screen and (max-width: 430px) {
    .top-menu {
      top: 5px;
      padding-bottom: 20px;
      text-align: left; }
      .top-menu li {
        margin-left: 19px; } }

.menu-holder {
  display: block;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background: #3aacdc;
  border-radius: 0px 15px 0px 0px;
  height: 105px;
  overflow: hidden; }
  .menu-holder::after {
    clear: both;
    content: "";
    display: table; }
  .menu-holder:last-child {
    margin-right: 0; }
  .menu-holder li {
    width: calc(100% / 8);
    border-right: 1px solid #99D0e8;
    height: 105px;
    text-align: center; }
    .menu-holder li.last {
      border-right: none; }
    .menu-holder li:hover {
      background: #99D0e8; }
      .menu-holder li:hover .icon {
        color: #fff; }
    .menu-holder li.current {
      background: #282e41; }
      .menu-holder li.current a {
        color: #fff; }
      .menu-holder li.current .icon {
        color: #bec0c6; }
  .menu-holder .icon {
    display: block;
    width: 100%;
    padding: 10px 0 5px;
    color: #99D0e8;
    font-size: 45px; }
  @media screen and (max-width: 960px) {
    .menu-holder .icon {
      font-size: 38px; } }

.page-title {
  margin-bottom: 30px; }
  .page-title .container {
    height: 80px;
    background: #282e41;
    border-radius: 0px 0px 0px 15px;
    padding-top: 15px; }
    @media screen and (max-width: 960px) {
      .page-title .container {
        height: 65px;
        padding-top: 8px; } }
    @media screen and (max-width: 768px) {
      .page-title .container {
        max-width: calc(100% - 60px);
        height: auto;
        min-height: 65px; } }
    @media screen and (max-width: 360px) {
      .page-title .container {
        max-width: calc(100% - 30px); } }
  .page-title h1 {
    color: #fff;
    margin: 0; }

.intro-text h1 {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #282e41;
  font-size: 307.69%;
  line-height: 48px;
  margin-bottom: 20px; }
  @media screen and (max-width: 960px) {
    .intro-text h1 {
      font-size: 230.76923%;
      line-height: 38px; } }

/****Home Page ****/
.flexslider {
  height: 354px;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .flexslider {
      height: 340px; }
      .flexslider .slide {
        height: 306px; }
        .flexslider .slide h1, .flexslider .slide h2 {
          font-size: 270%;
          line-height: 45px; }
        .flexslider .slide p {
          font-size: 120%;
          line-height: 21px; }
      .flexslider .hb_content {
        margin-top: 10px; }
        .flexslider .hb_content > p {
          margin-top: 10px; } }
  @media screen and (max-width: 960px) {
    .flexslider {
      height: 292px; }
      .flexslider .slide {
        height: 261px; }
        .flexslider .slide h1, .flexslider .slide h2 {
          font-size: 240%;
          line-height: 40px; }
        .flexslider .slide p {
          font-size: 110%;
          line-height: 20px; } }
  @media screen and (max-width: 767px) {
    .flexslider {
      height: 292px; }
      .flexslider .slide {
        height: 261px; }
        .flexslider .slide h1, .flexslider .slide h2 {
          font-size: 240%;
          line-height: 40px; }
        .flexslider .slide p {
          font-size: 110%;
          line-height: 20px; } }
  @media screen and (max-width: 650px) {
    .flexslider {
      height: 235px; }
      .flexslider .slide {
        height: 201px; }
        .flexslider .slide h1, .flexslider .slide h2 {
          font-size: 180%;
          line-height: 30px; }
        .flexslider .slide p {
          font-size: 100%;
          line-height: 18px; }
        .flexslider .slide .hb_content {
          margin-top: 5px; }
          .flexslider .slide .hb_content > p {
            margin-top: 5px; }
        .flexslider .slide .caption .inner {
          width: 70%;
          padding: 16px 10px 16px 0; } }
  @media screen and (max-width: 575px) {
    .flexslider {
      height: 208px; }
      .flexslider .slide {
        height: 174px; }
        .flexslider .slide h1, .flexslider .slide h2 {
          font-size: 150%;
          line-height: 25px; }
        .flexslider .slide p {
          display: none; }
      .flexslider .caption .inner {
        width: 80%;
        padding: 26px 20px 26px 0;
        text-align: right; } }
  @media screen and (max-width: 480px) {
    .flexslider {
      height: 177px; }
      .flexslider .slide {
        height: 143px; }
        .flexslider .slide h1, .flexslider .slide h2 {
          font-size: 150%;
          line-height: 25px; }
        .flexslider .slide p {
          display: none; }
      .flexslider .caption .inner {
        width: 80%;
        padding: 26px 20px 26px 0;
        text-align: right; } }
  @media screen and (max-width: 400px) {
    .flexslider {
      height: 311px; }
      .flexslider .slide {
        height: 277px; }
        .flexslider .slide h1, .flexslider .slide h2 {
          font-size: 130%;
          line-height: 25px; }
        .flexslider .slide p {
          display: none; }
      .flexslider .caption .inner {
        width: 90%;
        padding: 26px 20px 26px 0;
        text-align: right;
        position: absolute;
        bottom: 20px;
        right: 20px; } }
  .flexslider img {
    border-radius: 0px 0px 0px 15px; }

.slide {
  height: 320px; }
  .slide .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 46, 65, 0.7);
    border-radius: 0px 0px 0px 15px; }
    .slide .caption .inner {
      float: right;
      width: 60%;
      padding: 26px 20px 26px 0; }
  .slide h1 {
    color: #3aacdc;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 307.69%;
    line-height: 51px;
    padding: 0px 9px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 2px; }
    .slide h1:after {
      content: "";
      display: table;
      clear: both; }
  .slide h2 {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 307.69%;
    line-height: 51px;
    padding: 0px 9px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 2px; }
  .slide p {
    color: #fff;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 146%;
    line-height: 24px; }

.hb_content {
  margin-top: 17px; }
  .hb_content > p {
    margin-top: 20px; }

.divisions {
  display: block;
  margin-bottom: 40px; }
  .divisions::after {
    clear: both;
    content: "";
    display: table; }

.division-title {
  color: #3aacdc;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 153.84%;
  margin-bottom: 20px; }

.division {
  float: left;
  margin-left: 50px; }
  .division:first-of-type {
    margin-left: 0; }
  .division img {
    opacity: 0.5;
    transition: all 0.3s;
    height: 65px;
    width: auto; }
  .division:hover img {
    opacity: 1; }

@media screen and (max-width: 1024px) {
  .division {
    max-width: 192px; }
    .division img {
      height: 46px; } }
@media screen and (max-width: 768px) {
  .division {
    max-width: 50%;
    width: calc(50% - 50px);
    text-align: center;
    margin-bottom: 30px; }
    .division:nth-of-type(odd) {
      margin-left: 0; }
    .division img {
      height: 65px; } }
@media screen and (max-width: 600px) {
  .division img {
    height: 50px; } }
@media screen and (max-width: 480px) {
  .division {
    margin-bottom: 20px; }
    .division img {
      height: 40px; } }
@media screen and (max-width: 400px) {
  .division {
    max-width: 100%;
    width: 100%;
    margin-bottom: 60px;
    margin-left: 0; }
    .division img {
      max-height: 100px;
      max-width: 300px;
      height: auto;
      width: auto; } }
#content {
  padding-bottom: 80px; }

/*****Division Pages*****/
aside {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  padding-right: 20px; }
  aside:last-child {
    margin-right: 0; }
  @media screen and (max-width: 960px) {
    aside {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      aside:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 650px) {
    aside {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%;
      margin-top: 30px; }
      aside:last-child {
        margin-right: 0; } }

.sb_map {
  margin: 20px 0; }
  .sb_map img {
    width: 100%;
    height: auto;
    border-radius: 0px 15px; }

.sb_button a {
  display: inline-block;
  color: #fff;
  background: #008ac5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #008ac5 0%, #47b6e5 60%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #008ac5 0%, #47b6e5 60%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #008ac5 0%, #47b6e5 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 0px 8px;
  padding: 0 15px;
  line-height: 35px;
  text-align: center;
  box-shadow: inset 1px 1px 4px #fff;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 123%;
  transition: background 0.3s ease-in-out;
  background-size: 200% 35px;
  background-position: 60% 0; }
  .sb_button a:hover {
    background-position: 0 0; }

.main-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .main-content:last-child {
    margin-right: 0; }
  .main-content::after {
    clear: both;
    content: "";
    display: table; }
  .main-content.has-sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    float: right; }
    .main-content.has-sidebar:last-child {
      margin-right: 0; }
    @media screen and (max-width: 960px) {
      .main-content.has-sidebar {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        float: right; }
        .main-content.has-sidebar:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 650px) {
      .main-content.has-sidebar {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%; }
        .main-content.has-sidebar:last-child {
          margin-right: 0; } }
  .main-content ul {
    margin: 13px 0; }
  .main-content li {
    list-style: inside;
    line-height: 1.3;
    margin-bottom: 10px; }

.client-logos {
  display: block; }
  .client-logos::after {
    clear: both;
    content: "";
    display: table; }
  .client-logos::after {
    clear: both;
    content: "";
    display: table; }

.client {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  position: relative;
  height: 70px; }
  .client:last-child {
    margin-right: 0; }
  .client a {
    position: relative;
    display: block; }
  .client:nth-of-type(4n) {
    margin-right: 0; }
  .client:nth-of-type(4n + 1) {
    clear: both; }
  .client img {
    width: 100%;
    height: auto;
    position: absolute;
    transition: opacity 0.3s; }
    .client img.col-logo {
      z-index: 1; }
    .client img.grey-logo {
      z-index: 2; }
  .client:hover img.grey-logo {
    opacity: 0; }
  @media screen and (max-width: 960px) {
    .client {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .client:last-child {
        margin-right: 0; }
      .client:nth-of-type(4n) {
        margin-right: 2.35765%; }
      .client:nth-of-type(4n + 1) {
        clear: none; }
      .client:nth-of-type(2n) {
        margin-right: 0; }
      .client:nth-of-type(2n + 1) {
        clear: both; }
      .client img {
        width: auto;
        height: auto;
        max-width: 100%; } }

.property-listing {
  display: block;
  width: 100%;
  margin: 80px 0; }
  .property-listing::after {
    clear: both;
    content: "";
    display: table; }
  .property-listing::after {
    clear: both;
    content: "";
    display: table; }

#property-list {
  width: 100%;
  overflow: hidden; }
  #property-list .inner {
    padding: 0 50px;
    width: 500%; }

.property {
  width: 380px;
  margin-right: 50px;
  float: left; }
  .property img {
    border-radius: 0 10px; }
  @media screen and (max-width: 960px) and (min-width: 768px) {
    .property {
      width: 280px; } }
  @media screen and (max-width: 550px) {
    .property {
      width: 280px; } }
  @media screen and (max-width: 400px) {
    .property {
      width: 200px; } }

.property_title {
  color: #3aacdc;
  font-size: 153.84615%;
  line-height: 1.25;
  font-weight: 400; }

.property-lightbox {
  background: #fff;
  max-width: 850px;
  padding: 13px 13px 30px 13px;
  border-radius: 0 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .property-lightbox .title-holder {
    width: 70%; }
  .property-lightbox .property_title {
    color: #282e41;
    margin-bottom: 6px; }
  .property-lightbox .close-btn {
    position: absolute;
    bottom: 60px;
    top: initial;
    right: 13px;
    width: auto;
    height: auto;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 153.84615%;
    opacity: 1;
    color: #282e41;
    background: none;
    line-height: 1;
    padding: 0 30px 0 0; }
    .property-lightbox .close-btn span.mfp-close {
      display: inline-block;
      color: #fff;
      background: #838eb2;
      border-radius: 100%;
      width: 27px;
      height: 27px;
      font-size: 26px;
      line-height: 26px;
      padding: 0;
      opacity: 1;
      top: -3px; }

/*****Gallery pages*****/
.gallery-holder {
  margin-top: 13px; }

.swipe {
  overflow: hidden;
  position: relative;
  max-width: 940px;
  width: 100%;
  height: 250px;
  padding: 0 40px; }

.swipe-wrap {
  overflow: hidden;
  position: relative; }

.swipe-wrap > .swipe-item {
  float: left;
  width: 50%;
  position: relative;
  max-width: 400px; }
  .swipe-wrap > .swipe-item.gallery {
    width: 25%;
    max-width: 175px; }

@media screen and (max-width: 1024px) {
  .swipe {
    max-width: 900px; }

  .swipe-wrap > .swipe-item {
    max-width: 375px; } }
@media screen and (max-width: 960px) {
  .swipe {
    max-width: 768px;
    height: 220px; }

  .swipe-wrap > .swipe-item {
    max-width: 310px; } }
@media screen and (max-width: 768px) {
  .swipe {
    max-width: 100%;
    height: 220px; }

  .swipe-wrap > .swipe-item {
    max-width: 275px; } }
@media screen and (max-width: 650px) {
  .swipe {
    height: 280px; }

  .swipe-wrap > .swipe-item {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important; } }
#il-slider {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0 50px; }
  #il-slider::after {
    clear: both;
    content: "";
    display: table; }
  #il-slider .inner {
    width: 500%;
    position: relative;
    left: 0;
    transition: left 0.3s ease-in-out; }

.gallery {
  width: 175px;
  float: left;
  margin-right: 50px; }
  .gallery .image-holder {
    position: relative;
    width: 100%;
    height: 150px; }
    .gallery .image-holder a {
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%; }
      .gallery .image-holder a.colour {
        opacity: 0;
        z-index: 2; }
  .gallery img {
    border-radius: 0 10px; }
  .gallery:hover .image-holder a.colour {
    opacity: 1; }
  .gallery.single-gallery {
    width: auto;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px 20px 60px;
    border-radius: 0 25px;
    min-width: 600px; }
    .gallery.single-gallery .image-holder {
      height: auto; }
    .gallery.single-gallery .gallery-navigation {
      display: none; }
    .gallery.single-gallery .back-link {
      display: none; }
    .gallery.single-gallery .close-btn {
      position: absolute;
      bottom: 60px;
      top: initial;
      right: 13px;
      width: auto;
      height: auto;
      font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
      font-weight: 400;
      text-transform: none;
      font-size: 153.84615%;
      opacity: 1;
      color: #282e41;
      background: none;
      line-height: 1;
      padding: 0 30px 0 0; }
      .gallery.single-gallery .close-btn span.mfp-close {
        display: inline-block;
        color: #fff;
        background: #838eb2;
        border-radius: 100%;
        width: 27px;
        height: 27px;
        font-size: 26px;
        line-height: 26px;
        padding: 0;
        opacity: 1;
        top: -3px; }

@media screen and (max-width: 750px) {
  .gallery.single-gallery {
    min-width: 500px; } }
@media screen and (max-width: 650px) {
  #il-slider {
    height: 250px; }

  .gallery {
    width: 225px; }
    .gallery .image-holder a.mono {
      opacity: 0; }
    .gallery .image-holder a.colour {
      opacity: 1; }

  .gallery_title {
    padding-top: 30px; } }
.gallery_title {
  color: #3aacdc;
  font-size: 153.84615%;
  line-height: 1.25;
  font-weight: 400; }

.mfp-title {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #3aacdc;
  font-size: 154%;
  line-height: 25px; }

.mfp-counter {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 154%;
  line-height: 25px; }

img.mfp-img {
  padding: 0 0 40px; }

.mfp-figure .close-btn {
  position: absolute;
  top: -28px;
  right: 5px;
  width: auto;
  height: auto;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 153.84615%;
  opacity: 1;
  color: #fff;
  background: none;
  line-height: 1;
  padding: 0 30px 0 0; }
  .mfp-figure .close-btn span.mfp-close {
    display: inline-block;
    color: #000;
    background: #fff;
    border-radius: 100%;
    width: 27px;
    height: 27px;
    font-size: 26px;
    line-height: 26px;
    padding: 0;
    opacity: 1;
    top: -3px;
    text-align: center; }

@media screen and (max-width: 600px) {
  .GalleryImage {
    background: #000; }

  .gallery.single-gallery {
    width: 100%;
    min-width: 100%;
    padding: 0 0 60px;
    background: #000;
    border-radius: 0px; }
    .gallery.single-gallery .close-btn {
      display: none; }
    .gallery.single-gallery .back-link {
      display: block;
      font-size: 1rem; }
      .gallery.single-gallery .back-link .fa-icon {
        color: #3aacdc;
        margin-right: 5px; }
    .gallery.single-gallery .gallery_title {
      color: #fff; } }
/*****Slider Controls ****/
.il-slider {
  position: relative; }

.il-slide {
  position: relative; }
  .il-slide.first {
    left: 0; }

.slider-nav a {
  display: inline-block;
  padding: 0 3px;
  position: absolute;
  z-index: 5;
  height: 100%;
  background: #fff;
  width: 40px;
  top: 0; }
  .slider-nav a:hover {
    cursor: pointer; }
    .slider-nav a:hover .icon {
      color: #282e41; }
.slider-nav .icon {
  font-size: 57px;
  color: #7e818d;
  position: absolute;
  top: 45%;
  transform: translateY(-50%); }
.slider-nav .slide-prev {
  left: 0; }
  .slider-nav .slide-prev .icon {
    left: 2px; }
.slider-nav .slide-next {
  right: 0;
  text-align: right; }
  .slider-nav .slide-next .icon {
    right: 2px; }

/*****Locations *****/
.locations-holder {
  display: block;
  background: rgba(40, 46, 65, 0.1);
  border-radius: 0 0 0 15px;
  padding: 15px;
  margin-bottom: 45px; }
  .locations-holder::after {
    clear: both;
    content: "";
    display: table; }
  .locations-holder .right-column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%; }
    .locations-holder .right-column:last-child {
      margin-right: 0; }
    @media screen and (max-width: 960px) {
      .locations-holder .right-column {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%; }
        .locations-holder .right-column:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .locations-holder .right-column {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%;
        margin-top: 30px;
        padding-top: 10px;
        border-top: 2px dotted #c2c7d9; }
        .locations-holder .right-column:last-child {
          margin-right: 0; }
        .locations-holder .right-column.border-left {
          border-left: none;
          padding-left: 0; } }

.section-title {
  display: block;
  width: 100%; }
  .section-title::after {
    clear: both;
    content: "";
    display: table; }

.office-hours {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%; }
  .office-hours:last-child {
    margin-right: 0; }
  @media screen and (max-width: 960px) {
    .office-hours {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .office-hours:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .office-hours {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      .office-hours:last-child {
        margin-right: 0; } }

.columns, .locations {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px; }
  .columns table, .locations table {
    page-break-inside: avoid;
    display: inline-block; }
  @media screen and (max-width: 960px) {
    .columns, .locations {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media screen and (max-width: 550px) {
    .columns, .locations {
      -webkit-column-count: initial;
      -moz-column-count: initial;
      column-count: initial; }
      .columns table, .locations table {
        width: 100%; } }

/*.location, .locations-holder table {
  float:left;
  margin-left: 2%;
  width:32%;
  
  &:first-of-type {
    margin-left:0;
  }
  @include media(max-width 960px){
    width:49%;
    
    &:nth-of-type(odd){
      margin-left:0;
      clear:both;
    }
  }
  @include media(max-width 768px, 6){
    width:100%;
    margin-left:0;
  }
}*/
.form-holder {
  display: block;
  padding-bottom: 50px; }
  .form-holder::after {
    clear: both;
    content: "";
    display: table; }

.form-title {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%; }
  .form-title:last-child {
    margin-right: 0; }
  @media screen and (max-width: 960px) {
    .form-title {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .form-title:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .form-title {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      .form-title:last-child {
        margin-right: 0; } }

.form-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .form-container:last-child {
    margin-right: 0; }
  .form-container.right-column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    padding-left: 45px; }
    .form-container.right-column:last-child {
      margin-right: 0; }
    @media screen and (max-width: 960px) {
      .form-container.right-column {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%; }
        .form-container.right-column:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .form-container.right-column {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%;
        padding-left: 0; }
        .form-container.right-column:last-child {
          margin-right: 0; } }

/*****MAP*****/
.MapPage #content {
  padding-bottom: 0; }

.map-holder img {
  position: relative;
  bottom: -5px; }

.ssgm-infobox p {
  font-size: 13px; }
.ssgm-infobox .web-link {
  margin-top: 12px; }

/*****Footer***/
#main-footer {
  background: #282e41;
  position: relative;
  padding-bottom: 80px; }
  #main-footer .arrow {
    position: absolute;
    top: 0;
    background: url("../../images/triangle.svg") no-repeat top center;
    width: 100%;
    text-align: center;
    height: 30px; }
  #main-footer .container {
    padding-top: 70px; }
  #main-footer h3 {
    font-size: 123%;
    color: #3aacdc;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-bottom: 40px; }
  #main-footer p, #main-footer li {
    color: #fff; }
  #main-footer p {
    font-size: 84.6%;
    line-height: 1.2;
    margin-bottom: 13px; }
    #main-footer p.sc-link {
      margin-bottom: 3px; }
  #main-footer .icon {
    font-size: 12px;
    color: #3aacdc;
    display: inline-block;
    margin-right: 5px; }

.MapPage #main-footer .arrow {
  background: url(../../images/triangle-grey.svg) no-repeat top center; }

.footer-menu {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  padding-right: 20px; }
  .footer-menu:last-child {
    margin-right: 0; }
  .footer-menu a {
    color: #fff; }
    .footer-menu a:hover {
      color: #3aacdc; }
  @media screen and (max-width: 768px) {
    .footer-menu {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .footer-menu:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 550px) {
    .footer-menu {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 47.58542%; }
      .footer-menu:last-child {
        margin-right: 0; }
      .footer-menu:nth-of-type(even) {
        margin-right: 0; } }
  @media screen and (max-width: 450px) {
    .footer-menu {
      float: left;
      display: block;
      margin-right: 16.03631%;
      width: 100%;
      margin-right: 0;
      margin-top: 30px; }
      .footer-menu:last-child {
        margin-right: 0; }
      .footer-menu:first-of-type {
        margin-top: 0; } }

.footer-contact {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .footer-contact:last-child {
    margin-right: 0; }
  .footer-contact a {
    color: #fff; }
    .footer-contact a:hover {
      color: #3aacdc; }
  @media screen and (max-width: 768px) {
    .footer-contact {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-right: 0; }
      .footer-contact:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 550px) {
    .footer-contact {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 47.58542%;
      margin-top: 30px; }
      .footer-contact:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 450px) {
    .footer-contact {
      float: left;
      display: block;
      margin-right: 16.03631%;
      width: 100%;
      margin-right: 0; }
      .footer-contact:last-child {
        margin-right: 0; } }

.footer-social {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  margin-right: 0;
  text-align: right; }
  .footer-social:last-child {
    margin-right: 0; }
  .footer-social li {
    font-size: 153.8%;
    text-align: right;
    position: relative;
    padding-right: 48px; }
    .footer-social li a {
      color: #3aacdc; }
    .footer-social li .fa-icon {
      color: #fff;
      position: absolute;
      right: 0;
      top: 7px;
      font-size: 40px; }
      .footer-social li .fa-icon:hover {
        color: #3aacdc; }
  @media screen and (max-width: 768px) {
    .footer-social {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      display: block; }
      .footer-social:last-child {
        margin-right: 0; }
      .footer-social::after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (max-width: 550px) {
    .footer-social {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 47.58542%;
      margin-top: 30px; }
      .footer-social:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 450px) {
    .footer-social {
      float: left;
      display: block;
      margin-right: 16.03631%;
      width: 100%;
      margin-right: 0; }
      .footer-social:last-child {
        margin-right: 0; }
      .footer-social li {
        text-align: left; }
        .footer-social li .fa-icon {
          left: 150px; } }

/*****browser tweaks*****/
.ie #main-footer .arrow {
  top: -3px; }

.ie-new .main-content {
  padding-bottom: 40px; }
.ie-new .page-title {
  position: relative;
  top: -1px; }

.ie10 .division, .ie9 .division {
  width: 20%;
  text-align: center; }
  .ie10 .division img, .ie9 .division img {
    max-width: 250px;
    max-height: 60px;
    height: auto;
    width: auto; }
.ie10 .main-content, .ie9 .main-content {
  padding-bottom: 40px; }
.ie10 .page-title, .ie9 .page-title {
  position: relative;
  top: -1px; }

.ie8 #content, .ie8 .container, .ie8 .gm-holder, .ie8 .property-listing, .ie7 #content, .ie7 .container, .ie7 .gm-holder, .ie7 .property-listing {
  clear: both; }
.ie8 aside, .ie8 .main-content.has-sidebar, .ie8 .office-hours, .ie8 .right-column, .ie8 .form-title, .ie7 aside, .ie7 .main-content.has-sidebar, .ie7 .office-hours, .ie7 .right-column, .ie7 .form-title {
  margin-right: 0; }
.ie8 .right-column, .ie7 .right-column {
  max-width: 700px; }
.ie8 #main-footer, .ie7 #main-footer {
  clear: both; }

.firefox #main-footer .arrow {
  top: -2px; }

.no-cssgradients #main-header {
  background-image: none;
  background-color: #e3e4e5;
  height: 250px; }
.no-cssgradients #main-footer {
  min-height: 300px; }
.no-cssgradients .sb_button a {
  background: #47b6e5; }
  .no-cssgradients .sb_button a:hover {
    background: #008ac5; }

.no-svg .logo-holder {
  height: 102px;
  background-image: url(../../images/kbsa-logo.png);
  background-repeat: no-repeat; }
  .no-svg .logo-holder img {
    display: none; }
  .no-svg .logo-holder a {
    display: block; }
.no-svg .divisions {
  display: none; }

.no-csscalc .menu-holder li {
  width: 11.3%; }

.no-rgba .slide .caption {
  background: url(../../images/blue-transparency.png) repeat; }
.no-rgba .locations-holder {
  background: #eee;
  height: 700px; }

.no-csscolumns .locations table {
  width: 32%;
  float: left; }
 html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

nav li {
  list-style: none;
  display: inline-block; }
nav#primary ul {
  padding: 0;
  margin: 0; }
nav#primary li {
  display: inline-block;
  float: left;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 115.38%;
  line-height: 17px;
  color: #282e41;
  position: relative;
  margin: 0;
  padding: 0 5px;
  transition: all 0.3s; }
  nav#primary li.close {
    display: none; }
  nav#primary li:first-child {
    margin-left: 0; }
  nav#primary li.close + li {
    margin-left: 0; }
  nav#primary li a {
    text-decoration: none;
    color: #282e41;
    display: block; }
    nav#primary li a:hover {
      color: #fff; }
  nav#primary li.current a, nav#primary li.section a {
    color: #fff; }
  nav#primary li.current:hover a, nav#primary li.section:hover a {
    color: #fff; }
  nav#primary li:hover a {
    color: #282e41; }
  @media screen and (max-width: 960px) {
    nav#primary li {
      font-size: 95%; } }
  @media screen and (max-width: 768px) {
    nav#primary li {
      font-size: 85%;
      line-height: 14px; } }

@media screen and (max-width: 700px) {
  .main-menu {
    position: fixed;
    width: 80vw;
    height: 100vh;
    overflow-y: auto;
    left: -105%;
    top: 0;
    background: #3aacdc;
    z-index: 10;
    box-shadow: 0px 0px 12px 0px #333;
    transition: left 0.3s ease-in-out; }
    .main-menu li.close {
      display: block !important;
      width: 100% !important;
      border-right: none;
      height: 60px; }
      .main-menu li.close .icon {
        display: inline-block;
        width: 40px; }

  .reveal .main-menu {
    left: 0; }

  .menu-holder {
    height: 75px; }

  .menu-toggle {
    display: block; }

  #menu_btn {
    width: 100% !important;
    border-right: none;
    font-size: 115.38% !important; }
    #menu_btn .icon {
      padding: 5px 0 0; }

  nav#primary li.close {
    padding: 0;
    text-align: left; }
    nav#primary li.close .icon {
      position: relative;
      top: 10px;
      font-size: 38px; }
  nav#primary li {
    border-bottom: 1px solid #99D0e8;
    width: 50%;
    font-size: 115.38%; }
    nav#primary li .icon {
      font-size: 45px; } }
.footer-menu li {
  display: block;
  font-size: 84.6%;
  line-height: 1.2;
  margin-bottom: 13px;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 700; }
 *:focus {
  outline: none !important; }

.form-title h1 {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #282e41;
  font-size: 307.69%;
  line-height: 48px;
  margin-bottom: 20px; }

.button {
  line-height: 40px;
  border-radius: 5px;
  padding: 0 25px;
  display: inline-block;
  transition: all 0.3s;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase; }

input.text, select {
  background: #fff;
  line-height: 30px;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid #282e41;
  width: 100%; }
  input.text::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #e3e4e5;
    font-style: italic; }
  input.text::-moz-placeholder, select::-moz-placeholder {
    color: #e3e4e5;
    font-style: italic; }
  input.text:-moz-placeholder, select:-moz-placeholder {
    color: #e3e4e5;
    font-style: italic; }
  input.text:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #e3e4e5;
    font-style: italic; }

select {
  height: 32px; }

input:focus, textarea:focus, select:focus {
  outline: none !important;
  border: 1px solid #282e41;
  box-shadow: 0 0 3px #282e41; }

textarea {
  background: #fff;
  padding: 0 10px;
  border: 1px solid #282e41;
  width: 100%; }

label {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  color: #282e41;
  font-size: 84.61538%; }

input[type=submit], button {
  display: inline-block;
  color: #fff;
  background: #008ac5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #008ac5 0%, #47b6e5 60%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #008ac5 0%, #47b6e5 60%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #008ac5 0%, #47b6e5 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 0px 8px;
  padding: 0 65px;
  line-height: 40px;
  text-align: center;
  box-shadow: inset 1px 1px 4px #fff;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 123%;
  transition: background 0.3s ease-in-out;
  background-size: 200% 40px;
  background-position: 60% 0;
  border: none; }
  input[type=submit]:hover, button:hover {
    background-position: 0 0; }

.Actions {
  width: 100%;
  text-align: right;
  margin-top: 8px; }

div.field {
  width: 100%;
  float: left;
  margin-bottom: 12px; }
  div.field.left {
    clear: both; }
  div.field.right {
    float: right; }
  div.field.full {
    width: 100%;
    clear: both; }

.requiredField label:after {
  content: " *"; }

p.required {
  width: 100%;
  text-align: right;
  font-size: 92.30769%;
  line-height: 1.17647;
  margin: 8px 0;
  color: #7b858d; }

.userform .left {
  font-weight: normal; }

/****DATE PICKER ****/
.ui-widget-header {
  border: 1px solid #282e41;
  background: #3aacdc;
  color: #282e41;
  font-size: 14px; }

.ui-datepicker th {
  color: #666;
  font-size: 0.9em; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  background: #3aacdc;
  border: 1px solid #282e41;
  color: #3aacdc; }
