@charset "UTF-8";
/* ==========================================================================
Bootstrap
========================================================================== */
@import url(bootstrap.min.css);
/* ==========================================================================
Normalise
========================================================================== */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900");
@import url(owl.carousel.css);
@import url(owl.theme.default.css);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

p {
  margin: 0 0 15px;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
Section Styling
========================================================================== */
/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
Base Styles, Colors, Fonts, Mixins
========================================================================== */
/* ---------------------
COLORS
------------------------*/
/* ---------------------
FONTS
------------------------*/
/* ----------------------
MIXINS
------------------------*/
/* ==========================================================================
Theme Style Sheet
========================================================================== */
html, body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

ul.content {
  padding-left: 15px;
}
ul.content li {
  list-style: none;
}
ul.content li:before {
<<<<<<< HEAD
  content: "•";
=======
  content: "â€¢";
>>>>>>> f88081bce50c899d8ee8533aa53c19af3c1dac5f
  color: #e68c2b;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

body#scrollToTop {
  position: relative;
  z-index: 1;
}
body#scrollToTop a.topScroll {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transform: translateX(90px);
  width: 50px;
  height: 50px;
  z-index: 99;
  background: url("../images/back-to-top.png") center center no-repeat;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  -webkit-transition: 1s ease-in-out;
}
body#scrollToTop a.topScroll.slideRight {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

header .row.top {
  background: #0d75a0;
  padding: 0px 0 9px;
}
header .row.top a.tel {
  color: #ffffff;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  padding-top: 5px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 3em;
  display: inline-block;
  text-decoration: none;
}
header .row.top .right {
  margin-right: 0px;
  float: right;
  display: inline-block;
  text-align: right;
  line-height: 0;
  padding: 0;
  margin: 0;
}
header .row.top .right a {
  color: #ffffff;
  display: block;
  margin: 20px 0px 0px;
  font-size: 20px;
}
header .row.top .left {
  float: right;
  display: inline-block;
  margin-right: 20px;
  padding-top: 20px;
}
header .row.top .left button.dropbtn {
  position: relative;
  background: transparent;
  box-shadow: 0;
  border: 0;
  text-align: center;
  color: #ffffff;
  outline: 0;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
header .row.top .left button.dropbtn span {
  display: inline-block;
  padding-left: 5px;
  top: 2px;
  color: #ffffff;
  font-size: 14px;
}
header .row.top .left ul.dropdown-content {
  width: 22%;
  padding: 10px 0;
  position: absolute;
  display: block;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  background-color: #d1d7ea;
  padding: 0;
  margin: 0;
  top: 0%;
  right: 0;
  transform: translate(-12%, 67%);
  z-index: 999;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  header .row.top .left ul.dropdown-content {
    width: 54%;
    right: 29px;
  }
}
header .row.top .left ul.dropdown-content.open {
  display: block;
  opacity: 1;
  padding: 10px 0;
}
header .row.top .left ul.dropdown-content .square {
  width: 15px;
  height: 15px;
  background-color: #d1d7ea;
  position: absolute;
  top: -8%;
  left: 47%;
  transform: rotate(45deg);
}
header .row.top .left ul.dropdown-content li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
  line-height: 1px;
}
header .row.top .left ul.dropdown-content li a {
  padding-bottom: 11px;
  padding-top: 16px;
  margin: 0;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  color: #201637;
  width: auto;
  height: auto;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-font-weight: bold;
  text-decoration: none;
}
header .row.top .left ul.dropdown-content li a:hover {
  color: #e68c2b;
}
header .row.bottom {
  background: #ffffff;
  padding: 25px 0px 1px;
}
@media (min-width: 768px) {
  header .row.bottom .container .col-sm-10 {
    padding-right: 0;
  }
}
header .row.bottom .navbar {
  margin-bottom: 0;
}
header .row.bottom .navbar-default {
  background: none;
  border: none;
}
header .row.bottom .navbar-default.navbar-collapse {
  border: 0;
}
header .row.bottom .navbar-default .navbar-nav > li > a {
  background-color: transparent;
  border-top: none;
  color: #0d75a0;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  header .row.bottom .navbar-default .navbar-nav > li > a {
    padding: 10px;
  }
}
header .row.bottom .navbar-default .navbar-nav > li > a:hover {
  color: #e68c2b;
}
header .row.bottom .navbar-default .navbar-nav > .active > a {
  background-color: transparent;
  border-top: 1px dotted #0d75a0;
  color: #e68c2b;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}
<<<<<<< HEAD
@media screen and (max-width: 768px) {
  header .row.bottom a.edx_logo.desktop {
    display: none;
  }
}
=======
>>>>>>> f88081bce50c899d8ee8533aa53c19af3c1dac5f
header .row.bottom a.edx_logo.mobile {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  header .row.bottom a.edx_logo.mobile {
    display: none;
  }
}

section.hero {
    background: #5c5c5c;
    position: relative;
}
.not-front section.hero {
    overflow: hidden;
}
section.hero .centered-block {
  position: absolute;
  top: 20%;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  padding: 0 5% 3%;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}
@media (max-width: 1200px) {
  section.hero .centered-block {
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  section.hero .centered-block {
    position: relative;
  }
}
section.hero .centered-block h1 {
  font-weight: 700;
  font-size: 3.5rem;
  padding-left: 150px;
  padding-right: 150px;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  section.hero .centered-block h1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 2.5rem;
  }
}
section.hero .centered-block h2 {
  padding-left: 150px;
  padding-right: 150px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  section.hero .centered-block h2 {
    padding-left: 0;
    padding-right: 0;
  }
}
section.hero .centered-block a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #0d75a0;
  color: #ffffff;
  border: 0;
  padding: 18px 55px;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-align: center;
  margin-top: 5%;
  font-size: 1rem;
}
section.hero .centered-block a:hover {
  text-decoration: none;
  background-color: #e68c2b;
  color: #ffffff;
  transform: scale(1.1);
}

section.lowerstrip {
  background: #000000;
  padding: 10px 0;
}
section.lowerstrip ul {
  display: block;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
section.lowerstrip ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
section.lowerstrip ul li.active > a {
  font-weight: 700;
  family: "Lato", sans-serif;
  font-size: 1.1rem;
  text-decoration: none;
}
section.lowerstrip ul li a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #000000;
  color: #ffffff;
  border: 0;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  font-weight: 300;
  family: "Lato", sans-serif;
  font-size: 1.1rem;
}
section.lowerstrip ul li a:hover {
  text-decoration: none;
  color: #e68c2b;
}

section.broker-details {
  padding-bottom: 90px;
}
section.broker-details h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #000000;
  margin-bottom: 30px;
}
section.broker-details h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  color: #000000;
}
section.broker-details ul.items {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.broker-details ul.items li {
  list-style: none;
  padding: 0;
  padding-left: 25px;
  margin: 0;
}
section.broker-details ul.items li.office {
  background: url("../images/telephone_icon.png") left center no-repeat;
  background-size: 2%;
}
section.broker-details ul.items li.mobile {
  background: url("../images/mobile_icon.png") left center no-repeat;
  background-size: 1.5%;
  background-position-x: calc(100px - 97px);
}
section.broker-details ul.items li.fax {
  background: url("../images/fax_icon.png") left center no-repeat;
  background-size: 2%;
}
section.broker-details ul.items li.email {
  background: url("../images/email_icon.png") left center no-repeat;
  background-size: 2%;
}
section.broker-details ul.items li.address {
  background: url("../images/house_icon.png") left center no-repeat;
  background-size: 2.5%;
  background-position: calc(100px - 101px) calc(100px - 95px);
}
section.broker-details ul.items li a {
  display: block;
  padding: 3px 3px 3px 0;
  color: #000000;
  text-decoration: none;
}
section.broker-details ul.items li a:hover {
  color: #0d75a0;
  text-decoration: none;
}
section.broker-details ul.items li:last-child a {
  cursor: none;
}
section.broker-details ul.items li:last-child a:hover {
  color: #000000;
  text-decoration: none;
}

section.video {
  padding: 60px 0;
}
section.video .row.video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
section.video .row.video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.home section.hero {
  height: 100vh;
  background: url("../images/hero_home_fade.jpg") center center no-repeat;
  background-size: cover;
}

body.intro section.hero {
  height: 50vh;
  background: url("../images/intro_ppsr_bg.jpg") center center no-repeat;
  background-size: cover;
}

body.article section.hero {
  height: 50vh;
  background: url("../images/article_fade.jpg") center center no-repeat;
  background-size: cover;
}
body.article section.hero h1 {
  margin-bottom: 0;
}
body.article section.text-block .row.content h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #000000;
}
body.article section.text-block .row.slides .owl-carousel {
  padding: 20px;
  border: 1px dashed #d1d1d1;
  margin-top: 40px;
  position: relative;
}
body.article section.text-block .row.slides .owl-carousel:before {
  position: absolute;
  width: 27px;
  height: 24px;
  content: "";
  top: -10px;
  left: -12px;
  background: url("../images/up_quote.png") center center no-repeat;
  background-size: contain;
}
body.article section.text-block .row.slides .owl-carousel:after {
  position: absolute;
  width: 27px;
  height: 24px;
  content: "";
  bottom: -10px;
  right: -12px;
  background: url("../images/down_quote.png") center center no-repeat;
  background-size: contain;
}
body.article section.text-block .row.slides .owl-carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: -50px;
  margin-top: 0;
}
body.article section.text-block .row.slides .owl-carousel .owl-dots .active {
  color: #e68c2b;
  outline: none;
}
body.article section.text-block .row.slides .owl-carousel .owl-dots span {
  outline: none;
}
body.article section.text-block .row.slides .owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  border: 1px solid #e68c2b;
}
body.article section.text-block .row.slides .owl-theme .owl-dots .owl-dot.active span, body.article section.text-block .row.slides .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #e68c2b;
}
body.article .row.social {
  margin-top: 90px;
}
body.article .row.social hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dashed #d1d1d1;
  margin: 1em 0;
  padding: 0;
}
body.article .row.social ul.social-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.article .row.social ul.social-items li {
  width: 40px;
  height: 40px;
  list-style-type: none;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
body.article .row.social ul.social-items li:last-child {
  margin-right: 0;
}
body.article .row.social ul.social-items li a {
  transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  display: block;
}
body.article .row.social ul.social-items li a.twitter {
  background: #000000 url("../images/twitter-logo-silhouette.svg") center center no-repeat;
  background-size: 45%;
  transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: background 1s, scale(1);
}
body.article .row.social ul.social-items li a.twitter:hover {
  background-color: #0d75a0;
  margin-top: 5px;
}
body.article .row.social ul.social-items li a.facebook {
  background: #000000 url("../images/facebook-logo.svg") center center no-repeat;
  background-size: 45%;
  transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
body.article .row.social ul.social-items li a.facebook:hover {
  background-color: #0d75a0;
  margin-top: 5px;
}
body.article .row.social ul.social-items li a.linkedin {
  background: #000000 url("../images/linkedin-logo.svg") center center no-repeat;
  background-size: 45%;
  transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
body.article .row.social ul.social-items li a.linkedin:hover {
  background-color: #0d75a0;
  margin-top: 5px;
}
body.article .row.social ul.social-items li a.share {
  background: #000000 url("../images/share-option.svg") center center no-repeat;
  background-size: 45%;
  transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
body.article .row.social ul.social-items li a.share:hover {
  background-color: #0d75a0;
  margin-top: 5px;
}

body.contact section.hero {
  height: 50vh;
<<<<<<< HEAD
  background: url("../images/contact_bg.jpg") center center no-repeat;
=======
  background: url('/sites/default/files/Contact-Us.jpg');
>>>>>>> f88081bce50c899d8ee8533aa53c19af3c1dac5f
  background-size: cover;
}
body.contact .row.top h2 {
  font-size: 2.375rem;
}
body.contact .row.broker-details {
  padding-bottom: 90px;
}
body.contact .row.broker-details h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #000000;
  margin-bottom: 30px;
}
body.contact .row.broker-details h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  color: #000000;
}
body.contact .row.broker-details ul.items {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 30px;
}
body.contact .row.broker-details ul.items li {
  list-style: none;
  padding: 0;
  padding-left: 25px;
  margin: 0;
}
body.contact .row.broker-details ul.items li.office {
  background: url("../images/telephone_icon.png") left center no-repeat;
  background-size: 4%;
}
body.contact .row.broker-details ul.items li.mobile {
  background: url("../images/mobile_icon.png") left center no-repeat;
  background-size: 3%;
  background-position-x: calc(100px - 97px);
}
body.contact .row.broker-details ul.items li.fax {
  background: url("../images/fax_icon.png") left center no-repeat;
  background-size: 4%;
}
body.contact .row.broker-details ul.items li.email {
  background: url("../images/email_icon.png") left center no-repeat;
  background-size: 4%;
}
body.contact .row.broker-details ul.items li.address {
  background: url("../images/house_icon.png") left center no-repeat;
  background-size: 5%;
  background-position: calc(100px - 101px) calc(100px - 95px);
}
body.contact .row.broker-details ul.items li a {
  display: block;
  padding: 3px 3px 3px 0;
  color: #000000;
  text-decoration: none;
}
body.contact .row.broker-details ul.items li a:hover {
  color: #0d75a0;
  text-decoration: none;
}
body.contact .row.broker-details ul.items li:last-child a {
  cursor: none;
  margin-top: 30px;
}
body.contact .row.broker-details ul.items li:last-child a:hover {
  color: #000000;
  text-decoration: none;
}
body.contact section.post-banner {
  padding-bottom: 0;
}
body.contact section.post-banner.bottom {
  padding-top: 30px;
}
body.contact section.broker-details h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 2.375rem;
  margin-top: 0;
}
body.contact section.broker-details h3 {
  margin-top: 10px;
  font-weight: 300;
}
body.contact section.broker-details ul.items li.office {
  background-size: 5%;
}
body.contact section.broker-details ul.items li.mobile {
  background-size: 3.5%;
}
body.contact section.broker-details ul.items li.fax {
  background-size: 5%;
}
body.contact section.broker-details ul.items li.email {
  background-size: 5%;
}
body.contact section.broker-details ul.items li.address {
  background-size: 6%;
}

section.broker-tabs ul.nav-pills {
  display: inline-block;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
section.broker-tabs ul.nav-pills li {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 0 1 23%;
}
section.broker-tabs ul.nav-pills li.active a {
  color: #ffffff;
  display: block;
  background: transparent;
  transition: 0.5s ease-inn-out;
  -moz-transition: 0.5s ease-inn-out;
  -o-transition: 0.5s ease-inn-out;
  -webkit-transition: 0.5s ease-inn-out;
}
section.broker-tabs ul.nav-pills li.active a:hover .img-box img {
  transform: scale(1.1);
}
section.broker-tabs ul.nav-pills li a {
  color: #e68c2b;
  display: block;
  transition: 0.5s ease-inn-out;
  -moz-transition: 0.5s ease-inn-out;
  -o-transition: 0.5s ease-inn-out;
  -webkit-transition: 0.5s ease-inn-out;
}
section.broker-tabs ul.nav-pills li .img-box {
  position: relative;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
section.broker-tabs ul.nav-pills li .img-box img {
  width: 100%;
  transition: 0.5s ease-inn-out;
  -moz-transition: 0.5s ease-inn-out;
  -o-transition: 0.5s ease-inn-out;
  -webkit-transition: 0.5s ease-inn-out;
}
section.broker-tabs ul.nav-pills li .img-box span {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
  background: #000000;
  opacity: 1;
}
section.broker-tabs .tab-content {
  clear: left;
  margin-top: 40px;
}

body.broker section.hero {
  height: 50vh;
  background: url("../images/broker_bg.jpg") center center no-repeat;
  background-size: cover;
}
body.broker section.text-block.top {
  padding-top: 90px;
}
body.broker section.text-block.top > .container {
  padding: 0;
  border: 0;
}
body.broker section.text-block.top p:first-of-type {
  font-weight: 700;
}
body.broker section.text-block.top .img-box {
  display: block;
  width: 100%;
}
body.broker section.text-block.top .img-box > img {
  width: 100%;
}

section.broker-tabs {
  padding: 60px 0;
}

body.resources section.hero {
  height: 50vh;
  background: url("../images/resources_fade.jpg") center center no-repeat;
  background-size: cover;
}
body.resources section.hero .centered-block {
  position: absolute;
  width: 100%;
  top: 20%;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  padding: 0 5% 3%;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}
@media (max-width: 1200px) {
  body.resources section.hero .centered-block {
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  body.resources section.hero .centered-block {
    position: relative;
  }
}
body.resources section.hero .centered-block h1 {
  font-weight: 700;
  font-size: 3rem;
  padding-left: 150px;
  padding-right: 150px;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  body.resources section.hero .centered-block h1 {
    padding-left: 0;
    padding-right: 0;
  }
}
body.resources section.hero .centered-block form.resources-search {
  width: 60%;
  display: block;
  margin: 0 auto;
  position: relative;
}
body.resources section.hero .centered-block form.resources-search input[type="search"] {
  width: 100%;
  height: 42px;
  padding: 12px 50px 10px 10px;
  border: 0;
  outline: 0;
  float: left;
  background-color: #ffffff;
}
body.resources section.hero .centered-block form.resources-search input[type="search"]::-webkit-input-placeholder {
  color: #0d75a0;
}
body.resources section.hero .centered-block form.resources-search input[type="search"]:focus {
  background-color: rgba(255, 255, 255, 0.8);
}
body.resources section.hero .centered-block form.resources-search input[type="search"]:focus::-webkit-input-placeholder {
  color: #000000;
}
body.resources section.hero .centered-block form.resources-search input[type="submit"] {
    position: absolute;
    width: 72px;
    height: 42px;
    line-height: 42px;
    background: white;
    border: 0;
    border-radius: 0;
    margin-top: 0;
    color: transparent;
    background: transparent;
    right: 0;
    z-index: 3;
}
body.resources section.hero .centered-block form.resources-search input[type="submit"] i {
  font-size: 1.5rem;
  top: -10px;
}
body.resources section.blog-posts .row.heading {
  padding-top: 50px;
}
body.resources section.blog-posts .row.heading a.cta.filter-btn {
  padding: 15px 23px 15px 20px;
  font-size: 16px;
}
body.resources section.blog-posts .row.heading a.cta.filter-btn span {
  color: #ffffff;
}
body.resources section.blog-posts .row.heading a.cta.filter-btn span i {
  top: 5px;
}
body.resources section.blog-posts .row.heading .filter-wrap {
  position: relative;
}
body.resources section.blog-posts .row.heading .filter-wrap .filter-block {
  padding: 20px;
  background: #0d75a0;
  position: absolute;
  z-index: 99;
  top: 58px;
  right: 15px;
  opacity: 0;
  display: none;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  transform: translate(0%, -50%);
}
body.resources section.blog-posts .row.heading .filter-wrap .filter-block.open {
  display: inline-block;
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
}
body.resources section.blog-posts .row.heading .filter-wrap .filter-block .left {
  /* The customcheck */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
body.resources section.blog-posts .row.heading .filter-wrap .filter-block .left h5 {
  margin-top: 0;
  line-height: 2em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #ffffff;
}
body.resources section.blog-posts .row.heading .filter-wrap .filter-block .left .customcheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  line-height: 27px;
}
body.resources section.blog-posts .row.heading .filter-wrap .filter-block .left .customcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
body.resources section.blog-posts .row.heading .filter-wrap .filter-block .left .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border-radius: 0px;
}
body.resources section.blog-posts .row.heading .filter-wrap .filter-block .left .customcheck:hover input ~ .checkmark {
  background-color: #e68c2b;
}
body.resources section.blog-posts .row.heading .filter-wrap .filter-block .left .customcheck input:checked ~ .checkmark {
  background-color: #e68c2b;
  border-radius: 0px;
}
body.resources section.blog-posts .row.heading .filter-wrap .filter-block .left .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
body.resources section.blog-posts .row.heading .filter-wrap .filter-block .left .customcheck input:checked ~ .checkmark:after {
  display: block;
}
body.resources section.blog-posts .row.heading .filter-wrap .filter-block .left .customcheck .checkmark:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.resources section.blog-posts .row.heading .filter-wrap .filter-block .right {
  /* The customcheck */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
body.resources section.blog-posts .row.heading .filter-wrap .filter-block .right h5 {
  margin-top: 0;
  line-height: 2em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #ffffff;
}
body.resources section.blog-posts .row.heading .filter-wrap .filter-block .right .customcheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  line-height: 27px;
}
body.resources section.blog-posts .row.heading .filter-wrap .filter-block .right .customcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
body.resources section.blog-posts .row.heading .filter-wrap .filter-block .right .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border-radius: 0px;
}
body.resources section.blog-posts .row.heading .filter-wrap .filter-block .right .customcheck:hover input ~ .checkmark {
  background-color: #e68c2b;
}
body.resources section.blog-posts .row.heading .filter-wrap .filter-block .right .customcheck input:checked ~ .checkmark {
  background-color: #e68c2b;
  border-radius: 0px;
}
body.resources section.blog-posts .row.heading .filter-wrap .filter-block .right .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
body.resources section.blog-posts .row.heading .filter-wrap .filter-block .right .customcheck input:checked ~ .checkmark:after {
  display: block;
}
body.resources section.blog-posts .row.heading .filter-wrap .filter-block .right .customcheck .checkmark:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.resources section.blog-posts .row.posts {
  padding-top: 30px;
}
body.resources section.blog-posts .row.posts.all-posts {
  display: none;
}
body.resources section.blog-posts .row.posts.all-posts.open {
  display: block;
}
body.resources section.blog-posts .row.button {
  text-align: center;
}
body.resources section.blog-posts .row.button a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #0d75a0;
  color: #ffffff;
  border: 0;
  padding: 18px 55px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-align: center;
  margin-top: 5%;
  font-size: 1rem;
  text-decoration: none;
}
body.resources section.blog-posts .row.button a:hover {
  text-decoration: none;
  background-color: #e68c2b;
  color: #ffffff;
}

section.faq > .container {
<<<<<<< HEAD
  padding: 100px 0;
=======
  padding: 50px 0;
>>>>>>> f88081bce50c899d8ee8533aa53c19af3c1dac5f
  border-top: 1px dashed #d1d1d1;
  border-bottom: 1px dashed #d1d1d1;
}
section.faq h2 {
  margin-top: 0;
  line-height: 2em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}
section.faq .panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border: none;
}
section.faq .panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #e9e9e9;
  border-color: #EEEEEE;
}
section.faq .panel-title {
  font-size: 14px;
  font-weight: 700;
}
section.faq .panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.4em;
  color: #000000;
}
section.faq .more-less {
  float: right;
  color: #0d75a0;
  font-size: 0.7rem;
  line-height: 2em;
}
section.faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
  font-size: 1rem;
}

section.glossary > .container {
  padding: 100px 0;
  border-top: 1px dashed #d1d1d1;
  border-bottom: 1px dashed #d1d1d1;
}
section.glossary h2 {
  margin-top: 0;
  line-height: 1.2em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}
section.glossary table thead {
  background-color: #0d75a0;
}
section.glossary table thead tr th {
  vertical-align: middle;
}
section.glossary table thead tr th:first-child {
  width: 25%;
}
section.glossary table thead tr th:nth-child(2) {
  width: 40%;
}
section.glossary table thead .content h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  color: #ffffff;
  padding: 0 7px;
}
section.glossary table tbody tr td:first-child {
  width: 25%;
}
section.glossary table tbody tr td:nth-child(2) {
  width: 40%;
}
section.glossary table tbody tr p {
  padding: 0 7px;
  color: #000000;
}
section.glossary table tbody tr:nth-child(2n+2) {
  background-color: #d1d1d1;
}
section.glossary table tbody tr:nth-child(2n+2) td p {
  color: #000000;
}

section.financing-block > .container {
<<<<<<< HEAD
  padding: 100px 0;
=======
  padding: 50px 0;
>>>>>>> f88081bce50c899d8ee8533aa53c19af3c1dac5f
  border-top: 1px dashed #d1d1d1;
  border-bottom: 1px dashed #d1d1d1;
}
section.financing-block table {
  margin-top: 40px;
}
section.financing-block table thead {
  background-color: #0d75a0;
}
section.financing-block table thead tr th {
  vertical-align: middle;
}
section.financing-block table thead tr th:first-child {
  width: 80%;
}
section.financing-block table thead tr th:nth-child(2) {
  width: auto;
  text-align: center;
}
section.financing-block table thead tr th:nth-child(3) {
  width: auto;
  text-align: center;
}
section.financing-block table thead .content h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  color: #ffffff;
  padding: 0 7px;
}
section.financing-block table tbody tr td:first-child {
  width: 80%;
}
section.financing-block table tbody tr td:nth-child(2) {
  width: auto;
  text-align: center;
}
section.financing-block table tbody tr td:nth-child(3) {
  width: auto;
  text-align: center;
}
section.financing-block table tbody tr p {
  padding: 0 7px;
  color: #000000;
  margin-bottom: 0;
}
section.financing-block h2 {
  margin-top: 0;
  line-height: 1.2em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}
section.financing-block .img-box {
  display: inline-block;
  margin-bottom: 50px;
}

section.intro {
  padding-bottom: 90px;
}
@media (max-width: 540px) {
  section.intro {
    padding-bottom: 0;
  }
}
section.intro .top {
  padding: 90px 0 70px;
}
@media (max-width: 540px) {
  section.intro .top {
    padding-bottom: 20px;
    padding-top: 50px;
  }
}
section.intro .top h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  margin-top: 0;
}
@media (max-width: 540px) {
  section.intro .top h2 {
    text-align: center;
  }
}
@media (max-width: 540px) {
  section.intro .bottom .block-wrapper {
    padding: 20px 20px 40px;
    background-color: #0d75a0;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
  }
}
section.intro .bottom .block-wrapper h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #000000;
}
@media (max-width: 540px) {
  section.intro .bottom .block-wrapper h2 {
    color: #ffffff;
  }
}
section.intro .bottom .block-wrapper a {
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  color: #0d75a0;
  display: inline-block;
  margin-top: 25px;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
}
section.intro .bottom .block-wrapper a:hover {
  color: #e68c2b;
}
section.intro .bottom .block-wrapper a span {
  color: #e68c2b;
  margin-right: 10px;
}
@media (max-width: 540px) {
  section.intro .bottom .block-wrapper a {
    background-color: #ffffff;
    color: #e68c2b;
    padding: 10px 15px;
    font-weight: bold;
  }
  section.intro .bottom .block-wrapper a:hover {
    background-color: #e68c2b;
    color: #ffffff;
  }
  section.intro .bottom .block-wrapper a:hover span {
    color: #ffffff;
  }
}

section.banner .banner-wrapper {
  background-color: #0d75a0;
  overflow: hidden;
}
section.banner .banner-wrapper .img-box {
  display: inline-block;
  float: left;
  width: 26%;
}
@media (max-width: 540px) {
  section.banner .banner-wrapper .img-box {
    float: none;
    width: 100%;
  }
}
@media (max-width: 540px) {
  section.banner .banner-wrapper .img-box {
    float: none;
    width: 100%;
  }
}
section.banner .banner-wrapper .img-box img {
  width: 100%;
}
section.banner .banner-wrapper .content {
  color: #ffffff;
  width: 67%;
  display: inline-block;
  padding: 2% 0 2% 3%;
}
@media (max-width: 540px) {
  section.banner .banner-wrapper .content {
    padding: 20px;
    width: 100%;
  }
}
section.banner .banner-wrapper .content h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
section.banner .banner-wrapper .content p {
  font-size: 1.125rem;
  font-family: "Lato", sans-serif;
  color: #ffffff;
}
section.banner .banner-wrapper .content a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #0d75a0;
  color: #ffffff;
  border: 0;
  font-size: 1rem;
  float: right;
  text-transform: uppercase;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
}
@media (max-width: 540px) {
  section.banner .banner-wrapper .content a {
    float: left;
    background: #ffffff;
    margin: 12px 0;
    color: #e68c2b;
    padding-right: 18px;
  }
}
section.banner .banner-wrapper .content a:Hover {
  text-decoration: none;
  color: #000000;
}
section.banner .banner-wrapper .content a span {
  color: #e68c2b;
  margin-right: 10px;
}

section.post-banner {
  padding-bottom: 90px;
}
@media (max-width: 540px) {
  section.post-banner {
    padding-bottom: 30px;
  }
}
section.post-banner .row.top {
  padding: 90px 0 70px;
}
@media (max-width: 540px) {
  section.post-banner .row.top {
    padding-bottom: 0;
  }
}
section.post-banner .row.top h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  margin-top: 0;
}
@media (max-width: 540px) {
  section.post-banner .row.top h2 {
    padding-left: 10px;
  }
}
section.post-banner .row.top p {
  padding-left: 30px;
}
@media (max-width: 540px) {
  section.post-banner .row.top p {
    padding-left: 10px;
  }
}
section.post-banner .row.top p a {
  color: #0d75a0;
}
section.post-banner .row.top a.cta {
  margin-left: 30px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #0d75a0;
  color: #ffffff;
  border: 0;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  padding: 15px 40px 15px 30px;
  margin-top: 20px;
  font-size: 20px;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
}
section.post-banner .row.top a.cta span {
  color: #e68c2b;
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}
section.post-banner .row.top a.cta:hover {
  color: #ffffff;
  background-color: #e68c2b;
}
section.post-banner .row.top a.cta:hover span {
  color: #0d75a0;
}
@media (max-width: 540px) {
  section.post-banner .row.top a.cta {
    margin-left: 10px;
  }
}
section.post-banner .middle h2 {
<<<<<<< HEAD
  margin-top: 150px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}
=======
  margin-top: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}
.front .view.view-contact-team.view-id-contact_team.view-display-id-block {
    padding-bottom: 0;
}
>>>>>>> f88081bce50c899d8ee8533aa53c19af3c1dac5f
section.post-banner .middle .img-box {
  position: relative;
  /*pulse*/
  /*close pulse*/
}
section.post-banner .middle .img-box .pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 100px;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #0d75a0;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(13, 117, 160, 0.4);
  animation: pulse 2s infinite;
}
section.post-banner .middle .img-box .pulse [data-placement="top"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
section.post-banner .middle .img-box .pulse:hover {
  animation: none;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(13, 117, 160, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(13, 117, 160, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(13, 117, 160, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(13, 117, 160, 0.4);
    box-shadow: 0 0 0 0 rgba(13, 117, 160, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(13, 117, 160, 0);
    box-shadow: 0 0 0 10px rgba(13, 117, 160, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(13, 117, 160, 0);
    box-shadow: 0 0 0 0 rgba(13, 117, 160, 0);
  }
}
section.post-banner .middle .img-box #wa {
  transform: translate(-1927%, -500%);
}
section.post-banner .middle .img-box #wa:hover {
  background: #e68c2b;
}
section.post-banner .middle .img-box #sa {
  transform: translate(-127%, -100%);
}
section.post-banner .middle .img-box #sa:hover {
  background: #e68c2b;
}
section.post-banner .middle .img-box #vic {
  transform: translate(233%, 538%);
}
section.post-banner .middle .img-box #vic:hover {
  background: #e68c2b;
}
section.post-banner .middle .img-box #tas {
  transform: translate(452%, 987%);
}
section.post-banner .middle .img-box #tas:hover {
  background: #e68c2b;
}
section.post-banner .middle .img-box #nsw {
  transform: translate(853%, 64%);
}
section.post-banner .middle .img-box #nsw:hover {
  background: #e68c2b;
}
section.post-banner .middle .img-box #qld {
  transform: translate(900%, -600%);
}
section.post-banner .middle .img-box #qld:hover {
  background: #e68c2b;
}
@media screen and (max-width: 1200px) {
  section.post-banner .middle .img-box #wa {
    transform: translate(-1722%, -375%);
  }
  section.post-banner .middle .img-box #sa {
    transform: translate(-127%, -100%);
  }
  section.post-banner .middle .img-box #vic {
    transform: translate(86%, 303%);
  }
  section.post-banner .middle .img-box #tas {
    transform: translate(262%, 710%);
  }
  section.post-banner .middle .img-box #nsw {
    transform: translate(635%, -21%);
  }
  section.post-banner .middle .img-box #qld {
    transform: translate(700%, -600%);
  }
}
@media screen and (max-width: 992px) {
  section.post-banner .middle .img-box #wa {
    transform: translate(-1363%, -375%);
  }
  section.post-banner .middle .img-box #sa {
    transform: translate(-200%, -181%);
  }
  section.post-banner .middle .img-box #vic {
    transform: translate(-59%, 109%);
  }
  section.post-banner .middle .img-box #tas {
    transform: translate(90%, 435%);
  }
  section.post-banner .middle .img-box #nsw {
    transform: translate(330%, -125%);
  }
  section.post-banner .middle .img-box #qld {
    transform: translate(348%, -600%);
  }
}
@media screen and (max-width: 768px) {
  section.post-banner .middle .img-box #wa {
    transform: translate(-1925%, -375%);
  }
  section.post-banner .middle .img-box #sa {
    transform: translate(-22%, 132%);
  }
  section.post-banner .middle .img-box #vic {
    transform: translate(190%, 473%);
  }
  section.post-banner .middle .img-box #tas {
    transform: translate(407%, 944%);
  }
  section.post-banner .middle .img-box #nsw {
    transform: translate(924%, 49%);
  }
  section.post-banner .middle .img-box #qld {
    transform: translate(916%, -600%);
  }
}
@media screen and (max-width: 540px) {
  section.post-banner .middle .img-box #wa {
    transform: translate(-1133%, -375%);
  }
  section.post-banner .middle .img-box #sa {
    transform: translate(-277%, -273%);
  }
  section.post-banner .middle .img-box #vic {
    transform: translate(-149%, -70%);
  }
  section.post-banner .middle .img-box #tas {
    transform: translate(-44%, 167%);
  }
  section.post-banner .middle .img-box #nsw {
    transform: translate(152%, -257%);
  }
  section.post-banner .middle .img-box #qld {
    transform: translate(146%, -551%);
  }
}
section.post-banner .bottom {
  padding-top: 100px;
}
section.post-banner .bottom .img-box {
  display: block;
  width: 100%;
  position: relative;
}
@media (max-width: 540px) {
  section.post-banner .bottom .img-box {
    margin-bottom: 20px;
  }
}
section.post-banner .bottom .img-box img {
  width: 100%;
}
section.post-banner .bottom .img-box span {
  display: block;
  background: #000000;
  color: #ffffff;
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 15px;
}

section.text-block > .container {
  padding: 90px 0;
  border-bottom: 1px dashed #d1d1d1;
}
section.text-block > .container.none {
  border-bottom: 0;
}
section.text-block p {
  padding-left: 0;
}
section.text-block h2 {
  margin-top: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}

section.blog-posts {
  padding-bottom: 100px;
}
@media (max-width: 540px) {
  section.blog-posts {
    padding-bottom: 30px;
  }
}
section.blog-posts .row.heading h2 {
  margin-top: 0;
  line-height: 2em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}
@media (max-width: 540px) {
  section.blog-posts .row.heading {
    color: #ffffff;
    text-align: center;
    background: #0d75a0;
  }
}
section.blog-posts .row.heading a.cta {
  margin-left: 30px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #0d75a0;
  color: #ffffff;
  border: 0;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  padding: 15px 40px 15px 30px;
  margin-top: 20px;
  font-size: 20px;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  float: right;
  margin-top: 0;
}
section.blog-posts .row.heading a.cta span {
  color: #e68c2b;
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}
section.blog-posts .row.heading a.cta:hover {
  color: #ffffff;
  background-color: #e68c2b;
}
section.blog-posts .row.heading a.cta:hover span {
  color: #0d75a0;
}
section.blog-posts .row.posts {
  padding-top: 80px;
}
@media (max-width: 540px) {
  section.blog-posts .row.posts {
    padding-top: 30px;
  }
}
section.blog-posts .row.posts .post-wrapper {
  position: relative;
}
section.blog-posts .row.posts .post-wrapper .img-box {
  display: block;
  width: 100%;
}
@media (max-width: 540px) {
  section.blog-posts .row.posts .post-wrapper .img-box {
    margin: 20px 0;
  }
}
section.blog-posts .row.posts .post-wrapper .img-box img {
  width: 100%;
<<<<<<< HEAD
=======
  height: auto;
>>>>>>> f88081bce50c899d8ee8533aa53c19af3c1dac5f
}
section.blog-posts .row.posts .post-wrapper .content {
  position: relative;
}
section.blog-posts .row.posts .post-wrapper .content h3 {
  margin-top: 30px;
  margin-bottom: 25px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}
section.blog-posts .row.posts .post-wrapper .content a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #ffffff;
  color: #0d75a0;
  border: 0;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  padding: 15px 40px 15px 0px;
  margin-top: 10px;
  font-size: 20px;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  bottom: 0;
  left: 0;
}
section.blog-posts .row.posts .post-wrapper .content a span {
  color: #e68c2b;
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}
section.blog-posts .row.posts .post-wrapper .content a:hover {
  color: #e68c2b;
}
section.blog-posts .row.posts .post-wrapper .content a:hover span {
  color: #0d75a0;
}

section.upper-footer {
  padding: 70px 0px 90px;
  background-color: #0d75a0;
  color: #ffffff;
}
@media screen and (max-width: 540px) {
  section.upper-footer .drop {
    margin-top: 30px;
  }
  section.upper-footer .drop:first-child {
    margin-top: 60px;
  }
}
@media (max-width: 540px) {
  section.upper-footer .content.newsletter h5, section.upper-footer .content.newsletter p {
    text-align: center;
  }
}
section.upper-footer .content h5 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 0;
}
@media (max-width: 540px) {
  section.upper-footer .content h5.push {
<<<<<<< HEAD
    padding-left: 30px;
=======
    padding-left: 0;
  }
  .view.view-contact-team.view-id-contact_team.view-display-id-block {
  	padding: 0 15px;
>>>>>>> f88081bce50c899d8ee8533aa53c19af3c1dac5f
  }
}
section.upper-footer .content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 540px) {
  section.upper-footer .content ul.push {
<<<<<<< HEAD
    padding-left: 30px;
=======
    padding-left: 0;
>>>>>>> f88081bce50c899d8ee8533aa53c19af3c1dac5f
  }
}
section.upper-footer .content ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 5px;
}
section.upper-footer .content ul li a {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #ffffff;
  text-align: left;
  font-size: .8rem;
  text-decoration: none;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
}
section.upper-footer .content ul li a:Hover {
  color: #e68c2b;
}
section.upper-footer .content.newsletter h5 {
  font-size: 1.4rem;
}
section.upper-footer .content.newsletter form.newsletter input[type='email'] {
  background-color: transparent;
  height: 34px;
  border: 0;
  border-bottom: 2px dotted #e68c2b;
  appearance: none;
  -webkit-appearance: none;
  -moz-webkit-appearance: none;
  width: 80%;
  float: left;
  outline: none;
}
section.upper-footer .content.newsletter form.newsletter input[type='email']::placeholder {
  color: white;
  font-size: .8rem;
}
section.upper-footer .content.newsletter form.newsletter input[type='email']::focus {
  border: 0;
  border-bottom: 2px dotted #e68c2b;
}
section.upper-footer .content.newsletter form.newsletter input[type='submit'] {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #0d75a0;
  color: #e68c2b;
  border: 0;
  margin-top: -10px;
  width: 20%;
  float: left;
  margin-top: -29px;
  font-size: 27px;
  outline: none;
}
section.upper-footer .content.newsletter form.newsletter input[type='submit']:hover {
  transform: scale(1.3);
}

footer {
  background: #000000;
  padding: 70px 0px 30px;
  position: relative;
}
footer a.topScroll {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 0;
  right: 20px;
  background: red;
  z-index: 999;
}
footer * {
  color: #ffffff;
  font-family: "Lato", sans-serif;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
footer ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
  float: left;
  border-right: 1px solid #ffffff;
}
footer ul li:last-child {
  border-right: 0;
}
footer ul li a {
  font-size: .8rem;
  display: block;
  color: #ffffff;
  padding: 3px 9px;
  text-decoration: none;
}
footer ul li a:hover {
  color: #e68c2b;
  text-decoration: none;
}
footer p {
  margin-top: 0px;
  padding-left: 3px;
  font-size: 0.8rem;
}

/* --------
Navigation with Search
---------------- */
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 1;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 99999;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  left: 12%;
  color: #ffffff;
  background: transparent;
  font-size: 60px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  margin-right: 200px;
  margin-left: 200px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  padding-bottom: 15px;
  border-bottom: 2px dotted #e68c2b;
}

input::placeholder {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

#search .btn {
  position: absolute;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #0d75a0;
  color: #ffffff;
  border: 0;
  padding: 15px 40px;
  top: 0%;
  left: 0%;
  top: 50%;
  left: 50%;
  border-radius: 0;
  transform: translate(-55%, 123%);
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #0d75a0;
  border-color: transparent;
  opacity: 1;
  padding: 10px 17px;
  font-size: 16px;
}

/* ==========================================================================
Additional Styles
========================================================================== */
/* ==========================================================================
Media Queries
========================================================================== */
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .navbar-right {
    margin-top: 30px;
  }

  header .row.bottom .navbar-default .navbar-nav > .active > a {
    padding-top: -2px;
  }
}
/* Extra Small Devices, Phones */

/*# sourceMappingURL=styles.css.map */

img#logo {
    max-width: 109px;
}

.view-banner.view-id-banner.view-display-id-block .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    position: absolute;
    top: 0;
}

.view-banner.view-id-banner.view-display-id-block .carousel-inner > .item.active {
    left: 0;
    right: 0;
    z-index: 90;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.view-banner.view-id-banner.view-display-id-block .carousel-caption h3 {
    font-weight: 700;
    font-size: 3.5rem;
    padding-left: 150px;
    padding-right: 150px;
    color: #ffffff;
}
.view-banner.view-id-banner.view-display-id-block .carousel-inner {
    width: 100%;
    overflow: hidden;
    height: 70vh;
    display: table;
}
.view-banner.view-id-banner.view-display-id-block .carousel-caption {
    position: relative;
    left: 0;
    right: 0;
}
.view-banner.view-id-banner.view-display-id-block .carousel-indicators {
    z-index: 10000;
}

.view-banner.view-id-banner.view-display-id-block .carousel-caption > p {
    padding-left: 150px;
    padding-right: 150px;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #ffffff;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
}

.view-banner.view-id-banner.view-display-id-block .carousel-caption > p > a.btn.btn-primary {
    display: inline-block;
    border-radius: 0;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    line-height: 1.6em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #0d75a0;
    color: #ffffff;
    border: 0;
    padding: 18px 55px;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    text-align: center;
    margin-top: 5%;
    font-size: 1rem;
}

.navbar-default .navbar-nav>li>span {
    color: #777;
}
.navbar-nav>li>span {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.nav>li>span {
    position: relative;
    display: block;
    padding: 10px 15px;
    cursor: pointer;
}
@media (min-width: 768px) {
.navbar-nav>li>span {
    padding-top: 15px;
    padding-bottom: 15px;
}
}
header .row.bottom .navbar-default .navbar-nav > li > span {
    background-color: transparent;
    border-top: none;
    color: #0d75a0;
    font-size: 1rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
}
header .row.bottom .navbar-default .navbar-nav > li > span:hover {
    color: #e68c2b;
}
header .row.bottom .navbar-default .navbar-nav > .active > span {
    background-color: transparent;
    border-top: 1px dotted #0d75a0;
    color: #e68c2b;
    font-size: 1rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
}

.breadcrumb {
    background: transparent;
    border: none;
    margin-bottom: 0;
    position: absolute;
    z-index: 100;
}

.breadcrumb > a, .breadcrumb > span {
    font-weight: bold;
    color: #000;
}

.breadcrumb {
    font-weight: bold;
}
.breadcrumb > span.sep {
    margin: 0 10px;
}

.breadcrumb {
    color: #0d75a0;
}

.navbar-nav>li>.dropdown-menu {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.dropdown-menu>li>a {
    background-color: transparent;
    border-top: none;
    color: #0d75a0;
    font-size: 1rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    position: relative;
    padding: 10px 15px 10px 40px;
}
.dropdown-menu>li>a:before {
    content: ">";
    position: absolute;
    left: 17px;
    color: #e68c2b;
    font-weight: bold;
    font-size: 21px;
    top: 6px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background: transparent;
    color: #e68c2b;
}

.view-text-sections.view-id-text_sections.view-display-id-block_3 .carousel-caption {
	position: static;
}
.tests-outer {
    padding: 40px;
    border: 1px dashed #d1d1d1;
    margin: 40px;
    position: relative;
    text-align: left;
}
.tests-outer:after {
  position: absolute;
  width: 27px;
  height: 24px;
  content: "";
  bottom: -10px;
  right: -12px;
  background: url("../images/down_quote.png") center center no-repeat;
  background-size: contain;
}

.tests-outer:before {
  position: absolute;
  width: 27px;
  height: 24px;
  content: "";
  top: -10px;
  left: -12px;
  background: url("../images/up_quote.png") center center no-repeat;
  background-size: contain;
}

.carousel-indicators li.active {
    background: #e68c2b;
}

.carousel-indicators li {
    border-color: #e68c2b;
}

.tests-outer p {
    color: #0c4258;
    text-shadow: none;
    font-style: italic;
}

.view-text-sections.view-id-text_sections.view-display-id-block_3 .author {
    text-shadow: none;
    color: #0c4258;
    font-weight: bold;
}
ol.carousel-indicators > li:only-child {
    display: none;
}
.test-outter-wrap h2.pane-title {
    margin-top: 0;
    line-height: 1.2em;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    margin-top: 50px;
    text-align: center;
}

iframe.iframe-center {
    margin: 50px auto;
    display: block;
}

section.hero .centered-block {
    position: relative;
    padding: 120px 5%;
}

.not-front section.hero > img {
    position: absolute;
    width: 100%;
}
span.article-type {
    background: #333;
    color: #fff;
    padding: 15px 30px;
    margin-top: 50px;
    display: inline-block;
}

.body-article {
    margin-top: 70px;
}

.tags-article {
    margin-bottom: 70px;
}

.tags-article a {
    float: left;
    display: inline-block;
    background: #0d75a0;
    color: #fff;
    padding: 10px 20px;
    margin-right: 25px;
    margin-bottom: 10px;
}

.breadcrumb > a:last-child {
    color: #337ab7;
    pointer-events: none;
}

.node-type-article header .row.bottom .navbar-default .navbar-nav > li.menu-link-resources > a {
    background-color: transparent;
    border-top: 1px dotted #0d75a0;
    color: #e68c2b;
    font-size: 1rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
}

.pane-articles h2.pane-title {
    margin-top: 0;
    line-height: 2em;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
}

.not-front.node-type-page section.hero:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    content: "";
    z-index: 1;
}


section.hero .centered-block {
    z-index: 2;
}
.not-front section.hero .centered-block p, .not-front section.hero .centered-block h1, .not-front section.hero .centered-block h2 {
    color: #fff;
}

.breadcrumb {
    color: #fff;
}

.content-view.container > .pane-title {
    float: left;
    width: 33.3333%;
    margin-top: 0;
    line-height: 2em;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    position: relative;
}

.content-view .pane-content {
    float: left;
    width: 66.6666%;
}

.content-view .pane-title, .content-view .pane-content {
    padding: 0 15px;
}

.panel-default>.panel-heading {
    border-radius: 0;
    border: none;
    background: #e9e9e9;
    padding: 15px 20px;
    position: relative;
}

.panel-default>.panel-heading:before {
    content: "+";
    position: absolute;
    right: 22px;
    font-size: 30px;
    top: 2px;
    font-weight: bold;
    color: #0d75a0;
}
.panel-group .panel {
    border-radius: 0;
    border: none;
}

.content-view.container {
    margin-bottom: 70px;
}
<<<<<<< HEAD

=======
header .row.bottom a.edx_logo.desktop {
	display: inline-block;
}
>>>>>>> f88081bce50c899d8ee8533aa53c19af3c1dac5f
@media screen and (max-width: 768px) {
header .row.bottom a.edx_logo.desktop {
 margin-left: 15px;
}
header .row.bottom a.edx_logo.desktop img#logo {
max-width: 90px;
padding-bottom: 15px
}
}

.view.view-jargon.view-id-jargon.view-display-id-block table thead {
    background: #0d75a0;
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    color: #ffffff;
    padding: 0 7px;
    font-size: 18px;
}

.view.view-jargon.view-id-jargon.view-display-id-block table tbody > tr:nth-child(odd) {
    background: #fff;
    border: none;
}

.view.view-jargon.view-id-jargon.view-display-id-block table tbody > tr, .view.view-jargon.view-id-jargon.view-display-id-block table tbody > tr > td {
    border: none;
}

.page-search form#search-form {
    max-width: 1170px;
    margin: 70px auto 150px;
}

.page-search input#edit-submit {
    margin-top: 15px;
}

.page-search .region.region-content {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto 80px;
}

.page-search .region.region-content {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto 80px;
}

.page-search p.search-info {
    display: none;
}

.page-search .search-results li {
    border-bottom: 1px solid #e5e5e5;
    margin: 30px 0;
    display: block;
}

.node-type-page h1.title, .node-type-article h1.title {
    display: none;
}

.page-search h1.title {
    max-width: 1170px;
    padding: 0 15px;
    margin: 70px auto 0;
}

body.resources section.hero .centered-block form.resources-search:before {
        font-family: 'Glyphicons Halflings';
        position: absolute;
        z-index: 2;
        color: #0d75a0;
        right: 0;
        content: "\e003";
        padding: 10px;
        width: 72px;
        height: 42px;
}
.region-content a.btn.btn-primary {
    background: #0d75a0;
    border: none;
    padding: 15px 35px;
    border-radius: 0;
}

.region-content a.btn.btn-primary:hover, .region-content a.btn.btn-primary:focus {
    opacity: 0.8;
}


body.contact .view.view-contact-team.view-id-contact_team.view-display-id-block h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 2.375rem;
  margin-top: 0;
}
body.contact .view.view-contact-team.view-id-contact_team.view-display-id-block h3 {
  margin-top: 10px;
  font-weight: 300;
}
body.contact .view.view-contact-team.view-id-contact_team.view-display-id-block ul.items li.office {
  background-size: 5%;
}
body.contact .view.view-contact-team.view-id-contact_team.view-display-id-block ul.items li.mobile {
  background-size: 3.5%;
}
body.contact .view.view-contact-team.view-id-contact_team.view-display-id-block ul.items li.fax {
  background-size: 5%;
}
body.contact .view.view-contact-team.view-id-contact_team.view-display-id-block ul.items li.email {
  background-size: 5%;
}
body.contact .view.view-contact-team.view-id-contact_team.view-display-id-block ul.items li.address {
  background-size: 6%;
}

<<<<<<< HEAD
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.nav.nav-tabs {
  display: inline-block;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.nav.nav-tabs li {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 0 1 50%;
}
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.nav.nav-tabs li.active a {
  color: #ffffff;
  display: block;
  background: transparent;
  transition: 0.5s ease-inn-out;
  -moz-transition: 0.5s ease-inn-out;
  -o-transition: 0.5s ease-inn-out;
  -webkit-transition: 0.5s ease-inn-out;
}
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.nav.nav-tabs li.active a:hover .img-box img {
  transform: scale(1.1);
}
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.nav.nav-tabs li a {
  color: #e68c2b;
  display: block;
  transition: 0.5s ease-inn-out;
  -moz-transition: 0.5s ease-inn-out;
  -o-transition: 0.5s ease-inn-out;
  -webkit-transition: 0.5s ease-inn-out;
=======
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.nav.nav-tabs li.active {
    background: #efefef;
}

.view.view-contact-team.view-id-contact_team.view-display-id-block ul.nav.nav-tabs li.active span.state {
    color: #e68c2b;
>>>>>>> f88081bce50c899d8ee8533aa53c19af3c1dac5f
}
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.nav.nav-tabs li .img-box {
  position: relative;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
<<<<<<< HEAD
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.nav.nav-tabs li .img-box img {
  width: 100%;
  transition: 0.5s ease-inn-out;
  -moz-transition: 0.5s ease-inn-out;
  -o-transition: 0.5s ease-inn-out;
  -webkit-transition: 0.5s ease-inn-out;
}
=======
>>>>>>> f88081bce50c899d8ee8533aa53c19af3c1dac5f
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.nav.nav-tabs li .img-box span {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
  background: #000000;
  opacity: 1;
}
.view.view-contact-team.view-id-contact_team.view-display-id-block .tab-content {
  clear: left;
  margin-top: 40px;
}


.view.view-contact-team.view-id-contact_team.view-display-id-block ul.nav.nav-tabs li .img-box img {
    height: auto;
}

<<<<<<< HEAD

=======
>>>>>>> f88081bce50c899d8ee8533aa53c19af3c1dac5f
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.nav.nav-tabs {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.nav.nav-tabs li {
  float: left;
  width: 50%;
}
<<<<<<< HEAD
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.nav.nav-tabs li.active a {
  color: #ffffff;
  display: block;
  background: transparent;
  transition: 0.5s ease-inn-out;
  -moz-transition: 0.5s ease-inn-out;
  -o-transition: 0.5s ease-inn-out;
  -webkit-transition: 0.5s ease-inn-out;
}
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.nav.nav-tabs li.active a:hover .img-box img {
  transform: scale(1.1);
}
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.nav.nav-tabs li a {
  color: #e68c2b;
  display: block;
  transition: 0.5s ease-inn-out;
  -moz-transition: 0.5s ease-inn-out;
  -o-transition: 0.5s ease-inn-out;
  -webkit-transition: 0.5s ease-inn-out;
=======
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.nav.nav-tabs li a {
  color: #e68c2b;
  display: block;
>>>>>>> f88081bce50c899d8ee8533aa53c19af3c1dac5f
}
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.nav.nav-tabs li .img-box {
  position: relative;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.nav.nav-tabs li .img-box img {
  max-width: 300px;
<<<<<<< HEAD
  transition: 0.5s ease-inn-out;
  -moz-transition: 0.5s ease-inn-out;
  -o-transition: 0.5s ease-inn-out;
  -webkit-transition: 0.5s ease-inn-out;
=======
>>>>>>> f88081bce50c899d8ee8533aa53c19af3c1dac5f
}
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.nav.nav-tabs li .img-box span {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
  background: #000000;
  opacity: 1;
}
.view.view-contact-team.view-id-contact_team.view-display-id-block .tab-content {
  clear: left;
  margin-top: 40px;
}


.view.view-contact-team.view-id-contact_team.view-display-id-block ul li .img-box img {
    height: auto;
}

.view.view-contact-team.view-id-contact_team.view-display-id-block {
  padding-bottom: 90px;
}
.view.view-contact-team.view-id-contact_team.view-display-id-block h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #000000;
  margin-bottom: 30px;
}
.view.view-contact-team.view-id-contact_team.view-display-id-block h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  color: #000000;
}
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.items {
  padding: 0;
  margin: 0;
  list-style: none;
}
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.items li {
  list-style: none;
  padding: 0;
  padding-left: 25px;
  margin: 0;
}
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.items li.office {
  background: url("../images/telephone_icon.png") left center no-repeat;
  background-size: 2%;
}
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.items li.mobile {
  background: url("../images/mobile_icon.png") left center no-repeat;
  background-size: 1.5%;
  background-position-x: calc(100px - 97px);
}
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.items li.fax {
  background: url("../images/fax_icon.png") left center no-repeat;
  background-size: 2%;
}
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.items li.email {
  background: url("../images/email_icon.png") left center no-repeat;
  background-size: 2%;
}
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.items li.address {
  background: url("../images/house_icon.png") left center no-repeat;
  background-size: 2.5%;
  background-position: calc(100px - 101px) calc(100px - 95px);
}
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.items li a {
  display: block;
  padding: 3px 3px 3px 0;
  color: #000000;
  text-decoration: none;
}
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.items li a:hover {
  color: #0d75a0;
  text-decoration: none;
}
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.items li:last-child a {
  cursor: none;
}
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.items li:last-child a:hover {
  color: #000000;
  text-decoration: none;
}
.view.view-contact-team.view-id-contact_team.view-display-id-block ul.nav.nav-tabs, .view.view-contact-team.view-id-contact_team.view-display-id-block ul.nav.nav-tabs li a {
	border: none;
<<<<<<< HEAD
=======
	background: transparent;
}
section.blog-posts .row.posts .post-wrapper .content a {
    position: absolute;
    bottom: 0;
}

section.blog-posts .row.posts .post-wrapper .content {
    padding-bottom: 90px;
>>>>>>> f88081bce50c899d8ee8533aa53c19af3c1dac5f
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section.upper-footer .content h5 > a {
    color: #fff;
<<<<<<< HEAD
=======
}

section.financing-block ul {
  list-style: none;
  padding: 0;
}

section.financing-block ul > li {
  position: relative;
  padding-left: 35px;
}

section.financing-block ul li:before {
  content: '✓';
  position: absolute;
  left: 0;
  font-size: 20px;
  font-weight: bold;
  color: #0d75a0;
  top: -2px;
}

section.financing-block h2 {
    margin: 0 0 20px;
}

.node-type-page .body-sec {
    padding-top: 80px;
    padding-bottom: 100px;
}

.not-front.node-type-article section.hero > img {
    width: 100%;
    height: auto;
    min-width: 1400px;
    max-width: initial;
}

.not-front.node-type-article section.hero:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 1;
}

.node-type-article section.hero .centered-block h1 {
    padding: 0;
}

.view.view-articles.view-id-articles .views-bootstrap-grid-plugin-style > .row {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    section.blog-posts .row.posts .post-wrapper .img-box img {
        height: auto;
    }

    .content-view.container > .pane-title {
        width: 100%;
    }

    .content-view .pane-content {
        width: 100%;
    }
    .view-banner.view-id-banner.view-display-id-block .carousel-caption h3 {
    padding: 0 15px;
}
.view.view-contact-team.view-id-contact_team.view-display-id-block {
	padding: 0 15px;
}
.view-banner.view-id-banner.view-display-id-block .carousel-caption {
	    padding: 80px 0;
}
.view-banner.view-id-banner.view-display-id-block .carousel-inner {
    display: inline-block;
}

.view-banner.view-id-banner.view-display-id-block .carousel-inner > .item.active {
    display: inline-block;
}

.view-banner.view-id-banner.view-display-id-block .carousel-caption > p {
    padding: 0 15px;
}
.view-banner.view-id-banner.view-display-id-block .carousel-inner>.item>img {
    max-width: initial;
}
}


.navbar-toggle {
    background: transparent;
    border: 1px solid #0d729c;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    background: #0d729c;
}

.navbar-header {
    float: right;
}

.navbar {
    min-height: 1px;
}

.view.view-contact-team.view-id-contact_team.view-display-id-block ul.items li {
    background-size: initial !important;
    padding-left: 30px;
}

.page-resources .dropdown-menu>.active>a {
    background: transparent;
    color: #337ab7;
}

.page-resources .dropdown-menu>.active>a:hover, .page-resources .dropdown-menu>.active>a:focus {
    color: #e68c2b;
}

a.btn.btn-login {
    color: #fff;
    position: relative;
    background: transparent;
    box-shadow: 0;
    border: 0;
    text-align: center;
    color: #ffffff;
    outline: 0;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    padding-top: 0;
}

p.bg-primary {
    background: rgba(100,100,100,0.1);
    padding: 20px;
    border: 1px dashed #d1d1d1;
    color: #337ab7;
}

p.bg-primary a {
    color: #e68c2b;
}

p.thumbs-icon {
    padding: 20px 20px 20px 100px;
    position: relative;
}

p.thumbs-icon:before {
    font-family: "FontAwesome";
    content: "\f164";
    position: absolute;
    left: 33px;
    font-size: 42px;
    color: #337ab7;
    top: calc(50% - 20px);
    line-height: 40px;
>>>>>>> f88081bce50c899d8ee8533aa53c19af3c1dac5f
}