/**
 * Global
 *
 * Styles and mixins that are used throughout the website. Keep things logically
 * separated into concern-based filenames (ie typography, forms, etc).
 * The order of these includes is important.
 **/
/**
 * [Subtracts the border and padding from the width of the element.]
 */
/**
 * [scale description]
 * @param  {[int]} $zoom [The level of zoom you want on the element. eg: '1.1'.]
 */
/**
 * [Pass the angle you want the element to rotate. eg: 90deg. NOTE: You need to add 'deg' to the angle. eg: 90deg.]
 * @param  {[int with 'deg' appended]} $deg [The angle of the rotation]
 */
/**
 * [Rotate and vertically align element within a relatively positioned element. NOTE: You need to add 'deg' to the angle. eg: 90deg.]
 * @param  {[percentage]} $topPos [Pass the vertical position as a percetage. eg 50% will horizontally center align the element.]
 * @param  {[int with 'deg' appended]} $deg [The angle of the rotation]
 */
/**
 * [Rotate and horizontally align element within a relatively positioned element. NOTE: You need to add 'deg' to the angle. eg: 90deg.]
 * @param  {[percentage]} $topPos [Pass the vertical position as a percetage. eg 50% will horizontally center align the element.]
 * @param  {[int with 'deg' appended]} $deg [The angle of the rotation]
 */
/**
 * [Vertically align element within a relatively positioned element.]
 * @param  {[percentage]} $topPos [Pass the vertical position as a percetage. eg 50% will vertically center align the element.]
 */
/**
 * [Horizontally align element within a relatively positioned element.]
 * @param  {[percentage]} $leftPos [Pass the vertical position as a percetage. eg 50% will horizontally center align the element.]
 */
/**
 * [Horizontally and vertically align element within a relatively positioned element.]
 * @param  {[percentage]} $leftPos [Pass the horizontally position as a percetage. eg 50% will horizontally center align the element.]
 * @param  {[percentage]} $topPos [Pass the vertical position as a percetage. eg 50% will horizontally center align the element.]
 */
/**
 * [transition description]
 * @param  {[style]} $propertie [The style you want to animate. Defaults to 'all'.]
 * @param  {[int in seconds]} $time      [The speed at which you want the transition to take. Defaults to '0.3s'.]
 * @param  {[movement type]} $mode      [The type of movement you want eg: linear, ease, ease-in, ease-out. Defaults to 'linear'.]
 */
/**
 * Grid panels
 * Creates a grid of items that have a fixed height
 * @param $cols int = number of items per row
 * @param $col_gap percent = gap between items in each row (optional, defaults to 2%)
 * @param $row_gap percent = gap between row (optional, defaults to two times col_gap (4%))
 **/
/**
 * Ease between states
 * Use this to smooth hover/active/focus events
 **/
/**
 * Clearfix
 **/
/**
 * Multi-column
 * @param $cols int = number of columns to span
 * @param $sum int = total number of columns
 * @param $gap mixed = gap between items (optional, defaults to 1rem)
 **/
/*
--- CLIENT
--- Editor stylesheet
--- By James Barnsley
*/
body {
  color: #011628;
}

/* ================================================================================= HEADINGS ============== */
/* ========================================================================================================= */
h1, h2, h3 {
  color: #011628;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 36px;
  font-weight: normal;
  padding-bottom: 10px;
}

h3 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
}

h4 {
  font-size: 22px;
  /*font-style: italic;*/
  padding-bottom: 10px;
}

h6 {
  color: #024565;
  font-size: 16px;
  padding-bottom: 5px;
}

.bright_blue_heading {
  color: #024565;
  font-size: 16px;
}

@media (max-width: 405px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
}
/* ================================================================================ BODY COPY ============== */
/* ========================================================================================================= */
/*p {
	margin-bottom: 20px;
}*/
.page-content p {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0.5rem;
}
.page-content ul, .page-content ol {
  margin-left: 1.5rem;
}
.page-content ul li, .page-content ol li {
  padding-left: 0.5rem !important;
  margin-bottom: 0.5rem;
}
.page-content ul li p, .page-content ol li p {
  margin-bottom: 0 !important;
}

p a {
  color: #011628;
  font-weight: bold;
}

p.extra-details {
  margin-bottom: -5px;
  font-size: 14px;
}

p a:hover {
  color: #024565;
  text-decoration: none;
}

.small {
  font-size: 0.75em;
}

.button {
  background: #011628;
  color: #fff;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
}

.button:hover {
  color: #fff;
  background: #024565;
}

.blue a {
  color: #024565;
}

.blue-text {
  color: #024565;
}

/* ========================================================================== UNIQUE ELEMENTS ============== */
/* ========================================================================================================= */
ul li a {
  color: #011628;
}

ul li a:hover {
  color: #024565;
  text-decoration: none;
}

/*
ul li,
ol li{
	margin-left: 20px;
}*/
a {
  text-decoration: none;
  color: #011628;
}

.typography .readmore {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
  font-size: 1.15em;
  border-bottom: none;
}

.typography .readmore:hover {
  color: #024565;
  border-bottom: none;
}

.accordian {
  margin-top: 2em;
}

.accordian .expand {
  margin-bottom: 1em;
  cursor: pointer;
  display: inline-block;
  float: right;
}

.accordian .expand:hover {
  color: #011628;
}

.accordian .trigger {
  position: relative;
}

.accordian .trigger .expand_icon {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordian .trigger .expand_icon.active .first_line {
  display: none;
}

.accordian .trigger .expand_icon span {
  background-color: #011628;
  position: absolute;
  height: 20px;
  width: 2px;
  top: 50%;
  right: 50%;
}

.accordian .trigger .expand_icon .first_line {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.accordian .trigger .expand_icon .last_line {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordian .trigger:hover {
  cursor: pointer;
  color: #fff;
  /*background-color: #f1f1f1;*/
  /*background-color: #011628;*/
  background-color: #012333;
}

.accordian .trigger:hover .expand_icon span {
  background-color: #fff;
}

.accordian .trigger .title {
  padding: 15px 50px 15px 20px;
  line-height: 1.2;
  margin: 0;
  font-weight: normal;
}

.content_section {
  border-top: solid 1px #a0a0a0;
}

.content_section.show .trigger {
  background-color: #012333;
  color: #fff;
  /*display: block;*/
}

.content_section.show .trigger .expand_icon span {
  background-color: #fff;
}

/*.accordian .trigger .title {
	@include coloured-text( $blue );
	@include easeanimate();
	line-height: 40px;
}
*/
.accordian .content_section .panel {
  display: none;
  padding: 20px 20px 100px;
}

@media all and (max-width: 767px) {
  .accordian {
    padding-bottom: 50px;
  }
}
.child_nav {
  color: #fff;
  margin-bottom: 50px;
  box-sizing: border-box;
  width: auto;
  display: inline-block;
}

.child_nav a {
  padding: 7px 20px 7px 0;
  color: #024565 !important;
  position: relative;
  letter-spacing: 1;
  font-weight: bold;
  display: inline-block;
}

.child_nav a:before {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  top: 50%;
  background-color: #024565;
  left: -13px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.child_nav a:first-child:before {
  content: none;
}

.child_nav a:hover {
  color: #011628;
}

/*
--- CLIENT
--- Editor stylesheet
--- By James Barnsley
*/
/*
--- CLIENT
--- Editor stylesheet
--- By James Barnsley
*/
body {
  color: #011628;
}

/* ================================================================================= HEADINGS ============== */
/* ========================================================================================================= */
h1, h2, h3 {
  color: #011628;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 36px;
  font-weight: normal;
  padding-bottom: 10px;
}

h3 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
}

h4 {
  font-size: 22px;
  /*font-style: italic;*/
  padding-bottom: 10px;
}

h6 {
  color: #024565;
  font-size: 16px;
  padding-bottom: 5px;
}

.bright_blue_heading {
  color: #024565;
  font-size: 16px;
}

@media (max-width: 405px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
}
/* ================================================================================ BODY COPY ============== */
/* ========================================================================================================= */
/*p {
	margin-bottom: 20px;
}*/
.page-content p {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0.5rem;
}
.page-content ul, .page-content ol {
  margin-left: 1.5rem;
}
.page-content ul li, .page-content ol li {
  padding-left: 0.5rem !important;
  margin-bottom: 0.5rem;
}
.page-content ul li p, .page-content ol li p {
  margin-bottom: 0 !important;
}

p a {
  color: #011628;
  font-weight: bold;
}

p.extra-details {
  margin-bottom: -5px;
  font-size: 14px;
}

p a:hover {
  color: #024565;
  text-decoration: none;
}

.small {
  font-size: 0.75em;
}

.button {
  background: #011628;
  color: #fff;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
}

.button:hover {
  color: #fff;
  background: #024565;
}

.blue a {
  color: #024565;
}

.blue-text {
  color: #024565;
}

/* ========================================================================== UNIQUE ELEMENTS ============== */
/* ========================================================================================================= */
ul li a {
  color: #011628;
}

ul li a:hover {
  color: #024565;
  text-decoration: none;
}

/*
ul li,
ol li{
	margin-left: 20px;
}*/
a {
  text-decoration: none;
  color: #011628;
}

.typography .readmore {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
  font-size: 1.15em;
  border-bottom: none;
}

.typography .readmore:hover {
  color: #024565;
  border-bottom: none;
}

body.mceContentBody {
  min-height: 200px;
  font-size: 62.5%;
}

body.mceContentBody a.broken {
  background-color: #FF7B71;
  border: 1px red solid;
}

.bright_blue_heading {
  color: #024565;
  font-size: 16px;
}

/*
--- CLIENT
--- Editor stylesheet
--- By James Barnsley
*/
/* ============================================================================ GENERIC FORMS ============== */
/* ========================================================================================================= */
/* =============== TEXT AREAS ==== */
input.text,
textarea {
  padding: 8px 10px;
  border: 1px solid #012333;
  width: 100%;
  margin-bottom: 12px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

textarea {
  resize: none;
  overflow: auto;
  margin-top: 10px;
}

.optionset.checkbox {
  margin: 10px 0;
}

input[type=submit] {
  font-family: "Open Sans", sans-serif;
  background: #011628;
  color: #fff;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
}

#EditableCheckboxGroupField17,
#EditableCheckboxGroupField29 {
  margin-bottom: 10px;
}

li.odd.valYes {
  float: left;
  margin-right: 15px;
}

fieldset li {
  list-style: none;
}

input[type=submit]:hover {
  background: #024565;
}

#SearchForm_SearchForm fieldset {
  min-width: auto;
}

#Search {
  float: left;
  width: 178px;
}

#Search input.text {
  margin-bottom: 0;
  border: none;
  height: 35px;
}

#SearchForm_SearchForm_action_results {
  font-family: "Open Sans", sans-serif;
  background: #024565;
  color: #fff;
  border: none;
  padding: 8px 12px 9px 12px;
  cursor: pointer;
  float: left;
  height: 35px;
  width: 42px;
}

.required.message {
  color: red;
  margin-top: -5px;
  display: block;
  margin-bottom: 15px;
}

#ForgotPassword a {
  font-style: italic;
  color: #011628;
  text-decoration: none;
  vertical-align: top;
  margin-bottom: 0;
}

#ForgotPassword a:hover {
  color: #024565;
}

#MemberLoginForm_LoginForm_action_dologin {
  margin: 15px 0;
}

#Remember {
  font-style: italic;
}

#MemberLoginForm_LoginForm_Email,
#MemberLoginForm_LoginForm_Password {
  max-width: 400px;
}

#Email label,
#Password label {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

/*.details.right{
	float: right;
}
*/
/*-----------------------------TENANCY FORM-----------------------------------*/
.userform-fields .field.recaptcha {
  margin-bottom: 2rem;
}
.userform-fields .message.error, .userform-fields .message.validation {
  color: red;
  display: block;
  margin-bottom: 1.5rem;
}

fieldset {
  min-width: 300px;
}

/*#Postcode*/
h3#Form_ApplicationForm_HeaderFieldContact-Information,
h3#Form_ApplicationForm_HeaderFieldTenancy-Details,
h3#Form_ApplicationForm_HeaderFieldPersonal-Details,
h3#Form_ApplicationForm_HeaderFieldCurrent-Address,
h3#Form_ApplicationForm_HeaderFieldAddress-for-Service,
h3#Form_ApplicationForm_HeaderFieldSource-of-Income,
h3#Form_ApplicationForm_HeaderFieldReferences,
h3#Form_ApplicationForm_HeaderFieldOther-Occupants-all-occupants-must-be-named,
h3#Form_ApplicationForm_HeaderFieldPets,
h3#Form_ApplicationForm_HeaderFieldSmoker,
h3#Form_ApplicationForm_HeaderFieldConsent {
  border-top: 2px solid #ccc;
  padding-top: 20px;
}

h3#Form_ApplicationForm_HeaderFieldAddress-of-property-being-applied-for {
  padding-top: 20px;
}

#City.field.text,
#Postcode.field.text,
#CurrentCity.field.text,
#CurrentPostcode.field.text,
#EmergencyCity.field.text,
#EmergencyPostcode.field.text,
#EmploymentPhone.field.text,
#OccupationLength.field.text,
#Occupant1Name.field.text,
#Occupant1Relationship.field.text,
#Occupant2Name.field.text,
#Occupant2Relationship.field.text,
#Occupant3Name.field.text,
#Occupant3Relationship.field.text,
#Occupant4Name.field.text,
#Occupant4Relationship.field.text {
  max-width: 400px;
  padding-bottom: 20px;
  width: 100%;
}

#City.field.text,
#CurrentCity.field.text,
#EmergencyCity.field.text,
#EmploymentPhone.field.text,
#Occupant1Name.field.text,
#Occupant2Name.field.text,
#Occupant3Name.field.text,
#Occupant4Name.field.text {
  float: left;
}

#Postcode.field.text,
#CurrentPostcode.field.text,
#EmergencyPostcode.field.text,
#OccupationLength.field.text,
#Occupant1Relationship.field.text,
#Occupant2Relationship.field.text,
#Occupant3Relationship.field.text,
#Occupant4Relationship.field.text {
  float: right;
}

#CurrnetlyRenting.field.optionset,
#EmergencyPhone.field.text,
#Pets.field.optionset,
h3#Form_ApplicationForm_HeaderFieldPets,
h3#Form_ApplicationForm_HeaderFieldContact-Information,
h3#Form_ApplicationForm_HeaderFieldReferences {
  clear: both;
}

#Email.field.email.text,
#LeasePeriod.field.text,
h5#Form_ApplicationForm_HeaderFieldPLEASE-NOTE-If-you-are-not-an-Australian-or-New-Zealand-Citizen-please-provide-a-copy-of-your-current-Visa-or-proof-of-residency,
#ReasonLeaving.field.textarea,
#EmergencyPhone.field.text,
#Smoker.field.optionset {
  padding-bottom: 20px;
}

h4#Form_ApplicationForm_HeaderFieldIf-Yes {
  padding-top: 20px;
  padding-bottom: 10px;
}

#Reference1.field.upload.ss-upload.ss-uploadfield,
#Reference2.field.upload.ss-upload.ss-uploadfield,
#PersonalID.field.upload.ss-upload.ss-uploadfield {
  padding: 20px 0;
  max-width: 400px;
}

.ss-uploadfield .middleColumn {
  background-image: none !important;
  /*border: none !important;*/
  min-width: 300px !important;
}

b {
  display: none;
}

.ss-uploadfield .ss-uploadfield-item .ss-uploadfield-item-preview.ss-uploadfield-dropzone {
  width: 100px;
}

h5#Form_ApplicationForm_HeaderFieldIf-you-are-Australian-log-on-to-www-mycreditfile-com-au-Cost-36-95-AUD {
  padding: 20px 0;
}

/*
--- CLIENT
--- Editor stylesheet
--- By James Barnsley
*/
* {
  margin: 0;
  padding: 0;
  border: 0;
}

.clearfix {
  content: "";
  display: table;
  clear: both;
}

.clearfix-home {
  content: "";
  display: table;
  clear: both;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.clear-both {
  clear: both;
}

.hide {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

.right {
  padding-left: 20px;
}

.left {
  padding-right: 20px;
}

.wrapper {
  overflow-x: hidden;
  position: relative;
}

/* ================================================================================ STRUCTURE ============== */
/* ========================================================================================================= */
body {
  font-family: "Open Sans", sans-serif;
  position: relative;
}

header {
  background-color: #024565;
  min-height: 125px;
  height: 100%;
  border-bottom: 1px solid #9acff7;
}

header .header-inner {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
}

#logo {
  display: inline-block;
  margin: 20px 0 0 10px;
}

.page-container {
  padding: 100px 0;
  width: 100%;
}

.inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/*-------------------Navigation-------------*/
.breadcrumbs {
  display: block;
  color: #333333;
  margin-bottom: 10px;
}

.breadcrumbs a {
  color: #333333;
}

.breadcrumbs a:hover {
  color: #011628;
  /*text-decoration: underline;*/
}

.menu-inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.mainnav {
  padding-top: 15px;
  float: right;
}

.mainnav ul.menu {
  list-style: none;
  font-family: "Open Sans";
  font-size: 18px;
  color: #fff;
  padding-top: 25px;
  margin-left: 5px;
  float: right;
  text-transform: uppercase;
}

.mainnav ul.menu li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  letter-spacing: 1px;
  font-size: 16px;
  color: #fff !important;
  font-weight: 700;
}

.mainnav ul.menu li.login {
  border: 1px solid #fff;
  padding: 20px 40px;
  border-radius: 30px;
  color: #fff;
}

.mainnav ul.menu li.login a {
  color: #fff;
}

#mainnav ul.menu li a.link {
  color: #fff !important;
  text-decoration: none;
  padding: 4px 15px;
  display: inline-block;
  text-transform: uppercase;
}

a.link {
  color: #fff;
}

a.link:hover {
  color: #fff;
}

a.current,
a.section {
  border-bottom: 40px solid #fff;
  padding: 0 2px 10px 2px;
  color: #fff;
}

a.current:hover,
a.section:hover {
  color: #fff;
}

ul.subnav {
  display: none;
  position: absolute;
  background: #fff;
  height: auto;
  max-width: 400px;
  z-index: 10;
}

ul.subnav li.second-level {
  list-style: none;
  position: relative;
  display: block;
  padding: 0;
  font-size: 14px;
}

ul.subnav .second-level a {
  color: #011628 !important;
  display: block;
  padding: 10px;
  border-bottom: 1px dashed #011628;
  white-space: nowrap;
}

.mainnav ul.menu li:hover ul.subnav {
  display: block;
}

.hamburglar {
  display: none;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 100;
  cursor: pointer;
}

.hamburglar span {
  display: block;
  position: absolute;
  height: 20%;
  width: 100%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all, 0.25s, ease-in-out;
  -moz-transition: all, 0.25s, ease-in-out;
  -o-transition: all, 0.25s, ease-in-out;
  transition: all, 0.25s, ease-in-out;
}

.hamburglar span:nth-child(1) {
  top: 0;
}

.hamburglar span:nth-child(2) {
  top: 40%;
}

.hamburglar span:nth-child(3) {
  bottom: 0;
}

.hamburglar.open span:nth-child(2) {
  opacity: 0;
  width: 0;
}

.hamburglar.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 120%;
  top: 40%;
  background: #024565;
}

.hamburglar.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 120%;
  bottom: 40%;
  background: #024565;
}

/*Home*/
.statement {
  background-color: #024565;
  position: relative;
}
.statement svg {
  display: block;
}

.statement-title {
  padding-top: 80px;
}

.statement-title h1,
.statement-title h2 {
  color: #fff;
  text-align: center;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  line-height: 55px;
}

.statement-title h1 {
  /*font-family: 'Times New Roman', sans-serif;*/
  /*font-style: italic;*/
  font-weight: 400;
  /*	text-transform: uppercase;*/
  font-size: 50px;
  letter-spacing: 1px;
  padding-bottom: 40px;
}

.statement-title .line {
  border-bottom: 1px solid #fff;
  width: 200px;
  margin: 0 auto;
}

.statement-title h2 {
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
  padding-top: 30px;
}

.houses {
  position: absolute;
  bottom: 0;
}

.middle-content {
  position: relative;
  min-height: 600px;
  height: 100%;
}

.middle-content .content h3 {
  color: #024565;
  font-family: "Times New Roman", sans-serif;
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.middle-content .content h2 {
  font-weight: 700;
  padding-bottom: 30px;
}

.middle-content .content hr {
  width: 100px;
  border-top: 2px solid #011628;
  padding-bottom: 40px;
}

.middle-content .content p {
  font-size: 21px;
  line-height: 25px;
  padding-bottom: 50px;
}

.middle-content .content p.line {
  padding: 0 30px 10px 30px;
  border-bottom: 2px solid #024565;
  border-left: 2px solid #024565;
  border-right: 2px solid #024565;
  text-align: center;
}

.middle-content .content p.line a {
  color: #024565;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
}

.middle-content .hero-image {
  /*	max-width: 500px;*/
  width: 40%;
  float: left;
}

.middle-content .hero-image img {
  width: 100%;
}

.middle-content .home-inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

.middle-content .home-inner .content {
  /*	max-width: 650px;*/
  width: 57%;
  position: relative;
  float: left;
  padding-right: 3%;
}

.featured-blogs {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}

.featured-blogs h3 {
  color: #024565;
  font-family: "Times New Roman", sans-serif;
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.featured-blogs .home-blog {
  max-width: 1000px;
  width: 100%;
}

.home_blog_item_image {
  width: 40%;
  float: left;
  box-sizing: border-box;
}

.home_blog-entry-item img {
  width: 100%;
  max-width: 500px;
  float: left;
}

.home_blog_item_content {
  float: right;
  width: 60%;
  padding-left: 20px;
  box-sizing: border-box;
}

.home-blog-entry-item h2 {
  font-size: 1.6em;
  color: #000;
  font-weight: 700;
}

.home-blog-entry-item .line {
  border-bottom: 1px solid #000;
  width: 100px;
  margin-bottom: 30px;
}

.home-blog-entry-item .introduction {
  padding-bottom: 40px;
}

.home-blog-entry-item .readmore {
  text-transform: uppercase;
  color: #024565;
  font-weight: 700;
  padding: 0 30px 10px 30px;
  border-bottom: 2px solid #024565;
  border-left: 2px solid #024565;
  border-right: 2px solid #024565;
}

.read {
  padding-bottom: 60px;
}

.read .home-inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

.read .home-inner .read-more {
  color: #024565;
  text-transform: uppercase;
  border: 1px solid #024565;
  border-radius: 30px;
  padding: 15px 35px;
  font-weight: 700;
  letter-spacing: 2px;
}

/*Basic Page*/
.call-to-action {
  margin: 40px 0;
}

.call-to-action a {
  background-color: #024565;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: inline-block;
}

.call-to-action a:hover {
  background-color: #011628;
  /*color: #011628;*/
}

.BasicPage section .sectionDivider,
.PropertiesPage section .sectionDivider,
.UserDefinedForm section .sectionDivider,
.Page section .sectionDivider {
  width: 130px;
  height: 3px;
  background: #011628;
  margin: 35px 0;
}

.page-content {
  padding-top: 25px;
}

.intro-holder {
  width: 50%;
  padding-right: 10%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intro-holder-width {
  margin-bottom: 50px;
}

.intro-image h3 {
  font-size: 22px;
  font-family: "Roboto" !important;
  font-weight: 400;
}

.intro-image h2 {
  font-family: "Open Sans";
  font-weight: 300italic;
}

.intro-image {
  margin: 25px 0;
}
.intro-image:after {
  content: "";
  display: block;
  clear: both;
}
.intro-image img {
  float: right;
  width: 50%;
  height: auto;
}

.pdf {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #011628;
  background: url("../images/icon-pdf.png") no-repeat;
  height: 22px;
  line-height: 22px;
  padding: 6px 0 6px 40px;
  margin-top: 70px;
}

.pdf:hover {
  background-position: left bottom;
  color: #024565;
}

/*Footer*/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

footer {
  font-size: 16px;
  line-height: 1.3;
  background-color: #012333;
  width: 100%;
  float: left;
  padding: 50px 0 80px;
}

footer h4 {
  font-size: 1.2em;
  color: #fff;
  padding-bottom: 10px;
}

.footer-nav {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 30px;
}

.footer-col li {
  /*display: block;*/
  list-style: none;
}

.nav-list {
  max-width: 600px;
  margin: 0 auto;
}

footer li {
  clear: both;
  margin: 0;
}

footer li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8) !important;
  font-family: "Open Sans";
  font-weight: normal;
  float: left;
  padding: 5px 0;
}
footer li a:hover {
  color: rgb(255, 255, 255) !important;
}

.sitemap a {
  text-decoration: none;
  color: #024565;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: normal;
  margin: 15px;
  line-height: 80px;
  float: left;
}

.sitemap {
  float: right;
}

/*Contact Page*/
.UserDefinedForm .page-content {
  width: 100%;
}

.page-content .col {
  width: 46%;
  float: left;
  margin-right: 3%;
}

.page-content .col.right {
  margin-right: 0;
}

.fa-map-marker {
  font-size: 30px;
}

.address,
.phones {
  position: relative;
  font-size: 22px;
  font-style: italic;
  margin-bottom: 25px;
  width: 500px;
}
.address .svg-inline--fa,
.phones .svg-inline--fa {
  vertical-align: top;
}

.address span,
.phones span {
  padding-left: 20px;
  display: inline-block;
}

.phones .fa-mobile {
  font-size: 35px;
}

.email .fa-envelope-o {
  margin-top: 0;
}

.email a {
  font-size: 18px;
  font-style: italic;
  color: #011628;
  text-decoration: none;
  vertical-align: top;
  margin-left: 9px;
  width: 500px;
}

.phones a:hover,
.email a:hover {
  color: #024565;
  text-decoration: underline;
}

.map {
  padding-top: 25px;
  max-height: 350px;
  clear: both;
  width: 100%;
}

/*Search Results*/
ul#SearchResults {
  list-style: none;
  /*	padding-bottom: 30px;*/
}

ul#SearchResults li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #024565;
}

ul#SearchResults li:last-child {
  padding-bottom: 0;
  margin-bottom: 30px;
  border-bottom: none;
}

.searchResultHeader {
  color: #011628;
  text-decoration: none;
  font-style: italic;
  font-size: 22px;
}

.readMoreLink {
  color: #011628;
  text-decoration: none;
}

/*About Page - Team Members*/
.team-member {
  width: 250px;
  height: 250px;
  margin: 10px 22px 15px 22px;
  display: inline-block;
  position: relative;
}

.team-member h3 {
  font-size: 1.5em !important;
  position: absolute;
  height: 237px;
  width: 250px;
  top: -233px;
  left: 0px;
  color: #fff;
  background: #024565;
  text-align: center;
  font-weight: bold;
  margin: 0;
  opacity: 0;
  padding-top: 15px;
}

.team-member h4 {
  font-size: 1.2em !important;
  font-style: normal;
  position: absolute;
  height: 192px;
  width: 250px;
  top: -182px;
  left: 0px;
  color: #fff;
  background: #024565;
  text-align: center;
  font-weight: bold;
  margin: 0;
  opacity: 0;
}

.TeamMemberPage .back_to_team_btn {
  float: right;
  display: block;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 10px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222;
}

.TeamMemberPage h2 {
  display: block;
  width: 100%;
}

.TeamMemberPage .image_holder {
  float: left;
  width: 100%;
  max-width: 250px;
  padding: 0 20px 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.TeamMemberPage .staff_content h3 {
  margin-bottom: 10px;
}

.team-member:hover h3,
.team-member:hover h4 {
  opacity: 1;
}

.fancybox {
  position: relative;
}

/*Properties Page*/
.properties ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*.properties ul li {
	margin: 0;
	padding: 0;
}*/
.property_content {
  margin-bottom: 20px;
}

.listings strong,
.listings em {
  display: block;
}

.listing {
  padding: 0 0 1em 0;
  border-bottom: 1px solid #ddd;
  margin: 0 0 50px 0;
  clear: left;
}

.listings .images {
  width: 100%;
}
.listings .images.slide:not(.current) {
  display: none;
}

.listings .images li {
  margin: 0;
  padding: 0;
}

.listings .images li a {
  display: block;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.listings .images img {
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  max-height: 450px;
}

.listings .content {
  margin: 40px;
  position: relative;
  padding-bottom: 40px;
}

.listings .description {
  margin-top: 15px;
  /*min-height: 300px;*/
}

.listings .button {
  position: absolute;
  bottom: 0;
  right: 0;
}

.agent {
  margin-top: 20px;
  clear: both;
}

/*.agent p{
	margin-bottom: 5px;
}
*/
.extra-details-outer {
  width: 250px;
  height: 40px;
}

.property-icon {
  height: 25px;
  margin-right: 5px;
  margin-top: 5px;
  font-size: 16px;
  float: left;
}

.extra-details {
  /*	float: left;*/
  line-height: 32px;
  /*	margin-left: 7px;*/
}

.left.col {
  width: 300px;
  float: left;
}

.right.col {
  width: 30% !important;
  /*	float: right;*/
}

/*------------------BLOG-----------------*/
/*---PAGINATION----*/
.pagination {
  position: relative;
  min-height: 60px;
  height: 100%;
}

.pagination .navigation-link {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  margin-top: 0;
  border-bottom: none !important;
}

.pagination .navigation-link:hover {
  color: #024565;
}

.pagination .previous {
  float: left;
}

.pagination .next {
  float: right;
}

.pagination .all {
  width: 20%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -10%;
  top: 0;
}

/*
 * Blog
 */
/* landing page */
/* .section.main > .inner {
    padding: 80px 0 30px 0;
} */
.Blog .section.main {
  margin-top: 100px;
}

.blog-entry {
  margin-top: 100px;
}
.blog-entry--image {
  margin-top: 0;
}

.blog-entry-item,
.home-blog-entry-item {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: solid 1px #a0a0a0;
  text-decoration: none !important;
  width: 100%;
  display: block;
}

.c-blog__header {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  margin: 2em 0;
}

.blog_item_image {
  width: 30%;
  float: left;
  box-sizing: border-box;
}

.blog-entry-item img {
  width: 100%;
  max-width: 333px;
  float: left;
}

.blog_item_content {
  float: right;
  width: 70%;
  padding-left: 20px;
  box-sizing: border-box;
}

.blog_meta {
  color: #333333;
  font-size: 14px;
  margin-bottom: 10px;
}

.blog-entry-item:hover img {
  /*opacity: 0.8;*/
}

.blog-entry-item h2 {
  font-size: 1.7em;
  color: #000;
}

.blog-entry-item .introduction {
  color: #000;
}

.blog-entry-item:hover h2,
.blog-entry-item:hover .introduction {
  color: #000;
}

/* individual blog entry */
.blog-entry .content {
  padding-bottom: 1em;
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 3em;
}

.c-blog__content--columns {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 3em; /* Chrome, Safari, Opera */
  -moz-column-gap: 3em; /* Firefox */
  column-gap: 3em;
}

.blog-entry .content img {
  max-width: 100%;
  height: auto;
}

.row {
  clear: both;
}

.row .col {
  float: left;
  min-height: 1px;
}

.w30 {
  width: 30%;
}

.w33 {
  width: 33.3334%;
}

.col.one-of-3 {
  margin-right: 5%;
}

/*.blog_grid {
	float: left;
	width: 30.66667%;
	box-sizing: border-box;
	margin: 0 2%;
}
.blog_grid:nth-of-type(n),
.blog_grid:nth-of-type(1n + 1) {
	margin: 2% 2% 0;
	clear: none;
}
.blog_grid:nth-of-type(1) {
	margin-top: 0;
}
.blog_grid:nth-of-type(2) {
	margin-top: 0;
}
.blog_grid:nth-of-type(3) {
	margin-top: 0;
}
.blog_grid:nth-of-type(3n + 1) {
	margin-left: 0;
	clear: both;
}
.blog_grid:first-of-type {
	margin-left: 0;
}
.blog_grid:nth-of-type(3n) {
	margin-right: 0;
	position: relative;
}
.blog_grid:nth-of-type(3n):after {
	clear: both;
}
.blog_grid:last-of-type {
	margin-bottom: 0;
}*/
/*
@media all and (max-width: 1000px) {
	.blog_grid {
		width: 48%;
		box-sizing: border-box;
		margin: 0 2%;
	}
	.blog_grid:nth-of-type(n),
	.blog_grid:nth-of-type(1n + 1) {
		margin: 2% 2% 0;
		clear: none;
	}
	.blog_grid:nth-of-type(1) {
		margin-top: 0;
	}
	.blog_grid:nth-of-type(2) {
		margin-top: 0;
	}
	.blog_grid:nth-of-type(2n + 1) {
		margin-left: 0;
		clear: both;
	}
	.blog_grid:first-of-type {
		margin-left: 0;
	}
	.blog_grid:nth-of-type(2n) {
		margin-right: 0;
		position: relative;
	}
	.blog_grid:nth-of-type(2n):after {
		clear: both;
	}
	.blog_grid:last-of-type {
		margin-bottom: 0;
	}
}

@media all and (max-width: 450px) {
	.blog_grid {
		width: 100%;
		box-sizing: border-box;
		margin: 0 0;
	}
	.blog_grid:nth-of-type(n),
	.blog_grid:nth-of-type(1n + 1) {
		margin: 0 0 0;
		clear: none;
	}
	.blog_grid:nth-of-type(1) {
		margin-top: 0;
	}
	.blog_grid:nth-of-type(1n + 1) {
		margin-left: 0;
		clear: both;
	}
	.blog_grid:first-of-type {
		margin-left: 0;
	}
	.blog_grid:nth-of-type(1n) {
		margin-right: 0;
		position: relative;
	}
	.blog_grid:nth-of-type(1n):after {
		clear: both;
	}
	.blog_grid:last-of-type {
		margin-bottom: 0;
	}
}*/
/*Media Queries*/
@media (max-width: 1500px) {
  .featured-blogs {
    width: 98%;
  }
}
@media (max-width: 1400px) {
  .HomePage section h3 {
    font-size: 20px;
  }
}
@media (max-width: 1220px) {
  /*------------MOBILE NAVIGATION------------*/
  .hamburglar {
    display: block;
  }
  .mainnav {
    background-color: #FFF;
    position: absolute;
    top: 0;
    right: -100%;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: right, 0.3s, linear;
    -moz-transition: right, 0.3s, linear;
    -o-transition: right, 0.3s, linear;
    transition: right, 0.3s, linear;
    height: 100%;
    padding: 70px 0;
    bottom: unset;
    z-index: 50;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .mainnav.open {
    right: 0;
    max-width: 600px;
    width: 100%;
  }
  .mainnav ul.menu {
    float: left;
    width: 100%;
  }
  .mainnav ul.menu li {
    display: block;
    border-bottom: 1px dashed #024565;
    padding: 10px;
  }
  .mainnav ul.menu li.togglable a.toggle-button {
    background-image: url("../images/plus.png");
    background-position: center;
    background-size: cover;
    /*display: block;*/
    width: 20px;
    height: 20px;
    float: right;
    margin-right: 10px;
  }
  .mainnav ul.menu li.togglable a.toggle-button.open {
    background-image: url("../images/minus.png");
    background-position: center;
    background-size: cover;
    /*display: block;*/
    width: 20px;
    height: 20px;
    float: right;
    margin-right: 10px;
  }
  .mainnav ul.menu li a {
    color: #024565 !important;
  }
  .mainnav ul.menu li.login {
    border: none;
    padding: 10px;
  }
  .mainnav ul.menu li:hover ul.subnav {
    display: none;
  }
  ul.subnav {
    position: relative;
  }
  ul.subnav li.second-level:last-child {
    border-bottom: none;
  }
  ul.subnav li.second-level a {
    border-bottom: none;
    padding: 0;
  }
  .HomePage section h1 {
    font-size: 36px;
  }
  .HomePage section h3 {
    font-size: 18px;
  }
  .HomePage section .sectionDivider {
    margin: 30px auto;
  }
  .middle-content .home-inner {
    width: 96%;
  }
  .read .home-inner {
    width: 98%;
  }
}
@media (max-width: 1024px) {
  /*.HomePage header {
  	position: relative;
  	background: #fff;
  	padding-bottom: 20px;
  }

  .HomePage .fa-bars,
  .HomePage #secondarynav ul li .fa,
  .HomePage #secondarynav ul li,
  .HomePage #secondarynav ul li a {
  	color: $darkBlue;
  }

  .HomePage #logo {
  	display: block;
  }*/
  .HomePage section {
    float: none;
    width: 100%;
  }
  .HomePage section img {
    height: 100%;
    width: auto;
  }
  .intro-holder {
    width: auto;
    padding-right: 0;
    float: none;
  }
  .intro-image {
    padding: 0 30px;
  }
  .intro-image img {
    float: none;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .intro-image .inner {
    padding: 0;
  }
  .pdf {
    float: none;
    display: block;
  }
  .section-logo {
    display: none;
  }
  .section.page-heading {
    width: 100%;
  }
  .HomePage section .sectionDivider {
    display: none;
  }
  /*.HomePage section h3,*/
  .HomePage section .Panel-Page-Summary {
    display: none;
  }
}
@media (max-width: 1000px) {
  .BlogEntry .menu-title {
    display: none;
  }
  /* .section.main > .inner {
     	padding: 2%;
  } */
}
@media (max-width: 940px) {
  .statement-title h1,
  .statement-title h2 {
    width: 96%;
  }
}
@media (max-width: 870px) {
  #City.field.text,
  #CurrentCity.field.text,
  #EmergencyCity.field.text,
  #EmploymentPhone.field.text,
  #Occupant1Name.field.text,
  #Occupant2Name.field.text,
  #Occupant3Name.field.text,
  #Occupant4Name.field.text {
    float: none !important;
  }
  #Postcode.field.text,
  #CurrentPostcode.field.text,
  #EmergencyPostcode.field.text,
  #OccupationLength.field.text,
  #Occupant1Relationship.field.text,
  #Occupant2Relationship.field.text,
  #Occupant3Relationship.field.text,
  #Occupant4Relationship.field.text {
    float: none !important;
  }
}
@media (max-width: 767px) {
  .menu-title {
    display: none;
  }
  .page-container {
    padding-top: 40px;
  }
  .page-content {
    padding-top: 40px;
  }
  .mobile-menu-title {
    /*display: block;*/
    margin: 40px 0 10px 0;
    text-align: left;
    padding: 0 30px;
  }
  .HomePage .mobile-menu-title,
  .BlogEntry .mobile-menu-title {
    display: none;
  }
  #logo {
    margin-top: 45px;
  }
  .HomePage section {
    border-bottom: 1px solid #fff;
  }
  .HomePage section#section-4 {
    border-bottom: none;
  }
  .HomePage section h3 {
    display: none;
  }
  /*	.HomePage section .sectionDivider {
  	display: none;
  }*/
  /*	.clearfix {
  		display: block;
  	}
  */
  .address,
  .phones,
  .email {
    min-width: 400px;
  }
  .email {
    padding-bottom: 20px;
  }
  .middle-content .content p.line {
    margin-bottom: 30px;
  }
}
@media (max-width: 700px) {
  .middle-content .home-inner .content {
    width: 100%;
    padding-right: 0;
  }
  .middle-content .hero-image {
    width: 75%;
    margin-bottom: 30px;
  }
  .statement-title {
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  .sitemap {
    float: none !important;
  }
  footer li {
    height: 20px;
  }
}
@media (max-width: 580px) {
  .TeamMemberPage .staff_content {
    width: 100%;
    clear: both;
  }
}
@media (max-width: 560px) {
  .blog_item_image,
  .home_blog_item_image {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .blog-entry-item img,
  .home-blog-entry-item img {
    width: 100%;
    max-width: none;
    float: none;
  }
  .blog_item_content,
  .home_blog_item_content {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .featured-blogs {
    width: 96%;
  }
}
@media (max-width: 550px) {
  table,
  tbody,
  td,
  tr {
    display: block;
  }
  table {
    width: 100% !important;
    height: auto !important;
  }
  td {
    width: 100%;
  }
  .intro-image h4 {
    padding-bottom: 20px;
  }
  .blog-entry .content,
  .section.sub-pages .sub-page-content .content {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .blog-entry .content img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 490px) {
  .menu-title {
    display: none;
  }
  .slicknav_nav {
    width: 100% !important;
    left: 0 !important;
    top: 93px !important;
  }
  .right {
    padding: 0;
  }
  .sitemap {
    float: left !important;
  }
  .clearfix {
    display: inline;
  }
  footer li {
    height: 20px;
  }
  .middle-content .hero-image {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .statement-title h1 {
    font-size: 40px;
  }
}
@media (max-width: 400px) {
  .secondary-blog,
  .secondary-divider {
    display: none !important;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  .address,
  .phones,
  .email {
    min-width: 300px;
    font-size: 14px;
  }
  .email a {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .mobile-menu-title {
    padding: 0 15px;
  }
  .slicknav_btn {
    margin-left: 17px !important;
  }
  #mainnav {
    left: 15px;
  }
  #secondarynav {
    right: 15px;
  }
  .page-container {
    padding: 35px 0;
  }
  .inner {
    padding: 0 15px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 22px;
  }
  .BasicPage section .sectionDivider,
  .PropertiesPage section .sectionDivider,
  .UserDefinedForm section .sectionDivider {
    margin: 20px 0;
  }
  .page-content {
    padding-top: 30px;
  }
  .intro-image {
    margin-bottom: 35px;
  }
  .intro-image img {
    margin-top: 35px;
  }
  .pdf {
    margin-top: 35px;
  }
  .page-content .col.right {
    margin-top: 35px;
  }
  .address span,
  .phones span {
    width: 85%;
  }
  .email a {
    display: inline-block;
    width: 85%;
    word-break: break-word;
  }
}
.slider {
  /*min-height: 450px;*/
  overflow: hidden;
  position: relative;
}

.slider .sizing_image {
  visibility: hidden;
}

.slider .slide {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slider .slide img {
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.slider .slide .button {
  display: inline-block;
  font-size: 1.5em;
  padding: 0.5em 1em;
  background: #000;
  color: #FFF;
  border: none;
  margin-top: 2em;
}

.slider .slide.dark-text p {
  color: colour(black);
}

.slider .slide.light-text p {
  color: colour(white);
}

.slider .slider-nav {
  position: relative;
  top: -50px;
  text-align: center;
}

.slider .slider-nav a {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  display: inline-block;
  border-radius: 20px;
  border: 4px solid #FFF;
  outline: none;
}

.slider .slider-nav.current {
  background: #333;
}

.slider .svg-inline--fa {
  color: #011628;
  display: inline-block;
  font-size: 40px;
  /*text-shadow: 0px 0px 3px #232128;*/
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}

.slider .slider-nav-arrow {
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: block;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 60px;
  z-index: 100;
  text-decoration: none;
  border: none;
  height: 100%;
  top: 0;
}

.slider .slider-nav-arrow:hover {
  background-color: rgba(233, 233, 233, 0.8);
}

/*.slider	.slider-nav-arrow:hover .fa {
	color: $midBlue;
}*/
.slider .slider-nav-arrow.prev {
  left: 0px;
}

.slider .slider-nav-arrow.next {
  right: 0px;
}

@media all and (max-width: 550px) {
  .listings .content {
    margin: 20px 0;
  }
  .page-content .col {
    float: none;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 20px;
  }
  .slider .slider-nav-arrow {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .slider .slider-nav-arrow:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .slider .fa {
    color: rgb(255, 255, 255);
  }
  .slider .slider-nav-arrow {
    width: 50px;
  }
}
.BlogEntry ul, .BlogEntry ol {
  margin-left: 30px;
}
.BlogEntry p {
  padding-bottom: 20px;
}

.e-single-image__wrapper--thumb {
  width: 150px;
  height: 150px;
  border: 3px solid #024565;
  border-radius: 100em;
  overflow: hidden;
}
@media (min-width: 768px) {
  .e-single-image__wrapper--inline {
    max-width: 50%;
    float: right;
    margin: 0 0 30px 30px;
  }
}

.e-single-image__picture-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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