/*---------------------------------------------------

	LESS Stylesheet by You Marketing Solutions

----------------------------------------------------- */
/* Imports
* ----------------------------------------------------------------- */
/* ---- YM Grid System ---- */
.ym-container {
  width: 1140px;
  margin: 0 auto !important;
}
.ym5 {
  float: left;
  width: 5%;
}
.ym10 {
  float: left;
  width: 10%;
}
.ym15 {
  float: left;
  width: 15%;
}
.ym20 {
  float: left;
  width: 20%;
}
.ym25 {
  float: left;
  width: 25%;
}
.ym30 {
  float: left;
  width: 30%;
}
.ym33 {
  float: left;
  width: 33.33%;
}
.ym35 {
  float: left;
  width: 35%;
}
.ym40 {
  float: left;
  width: 40%;
}
.ym45 {
  float: left;
  width: 45%;
}
.ym50 {
  float: left;
  width: 50%;
}
.ym55 {
  float: left;
  width: 55%;
}
.ym60 {
  float: left;
  width: 60%;
}
.ym65 {
  float: left;
  width: 65%;
}
.ym66 {
  float: left;
  width: 66.66%;
}
.ym70 {
  float: left;
  width: 70%;
}
.ym75 {
  float: left;
  width: 75%;
}
.ym80 {
  float: left;
  width: 80%;
}
.ym85 {
  float: left;
  width: 85%;
}
.ym90 {
  float: left;
  width: 90%;
}
.ym95 {
  float: left;
  width: 95%;
}
.ym100 {
  float: left;
  width: 800%;
}
/*
------------------- GENERAL MIXINS -------------------
*/
/* Display hand pointer across all browsers */
/* Apply border-box to any elements */
/*
------------------- TWITTER BOOTSTRAP CSS3 MIXINS -------------------
*/
/* Typography
* ----------------------------------------------------------------- */
/* ------ General ------ */
html,
body {
  margin: 0;
  padding: 0;
}
/* ---- Block Baselines ---- */
body.front-end {
  /* ---- Headings ---- */
  /* ---- Paragraph Elements ---- */
  /* ---- Block Elements ---- */
  /* ---- General Elements ---- */
}
body.front-end h1,
body.front-end h2,
body.front-end h3,
body.front-end h4,
body.front-end h5,
body.front-end h6,
body.front-end p,
body.front-end ul,
body.front-end ol,
body.front-end pre,
body.front-end blockquote,
body.front-end textarea,
body.front-end button {
  margin-bottom: 0 0 20px 0;
}
body.front-end h1,
body.front-end h2,
body.front-end h3,
body.front-end h4,
body.front-end h5,
body.front-end h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
body.front-end p,
body.front-end li {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #525050;
  line-height: 23px;
}
body.front-end a,
body.front-end a:link {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #26a2b2;
}
body.front-end a {
  text-decoration: none;
}
body.front-end a:hover {
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}
body.front-end a:active {
  text-decoration: none;
}
body.front-end img {
  border: none;
}
body.front-end button:hover {
  cursor: pointer;
  cursor: hand;
}
body.front-end code {
  font-family: Consolas, "Courier New", Courier, mono;
}
body.front-end strong {
  font-weight: 600;
}
body.front-end ul,
body.front-end ol {
  margin-left: 10px;
  padding-left: 20px;
}
body.front-end blockquote {
  display: block;
  opacity: .95;
  border-left: 4px solid;
  padding: 0 10px;
  font-style: italic;
  margin-left: 10px;
}
body.front-end blockquote p:last-child {
  margin-bottom: 10px;
}
body.front-end pre {
  font-family: Consolas, "Courier New", Courier, mono;
  background: black;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.9);
  color: #eee;
  padding: 10px 20px;
}
body.front-end .col-full,
body.front-end #wrapper {
  width: 100% !important;
  max-width: 100% !important;
}
body.front-end .vc_row {
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Main Styles
* ----------------------------------------------------------------- */
body.front-end {
  /* Header Styles
	* ----------------------------------- */
  /* Footer Styles
	* ----------------------------------- */
}
body.front-end header .header-desktop {
  padding: 30px 0 0;
  border-bottom: 1px solid #eee;
}
body.front-end header .header-desktop .ym-container {
  width: 1100px;
  padding: 0 15px;
}
body.front-end header .header-desktop .logo {
  padding: 0 0 30px;
}
body.front-end header .header-desktop .menu ul {
  margin: 0;
  padding-left: 0;
  position: relative;
}
body.front-end header .header-desktop .menu ul li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
}
body.front-end header .header-desktop .menu ul li {
  display: inline-block;
}
body.front-end header .header-desktop .menu ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #676767;
  display: inline-block;
  padding: 60px 10px 30px;
}
body.front-end header .header-desktop .menu ul li > ul.sub-menu {
  position: absolute;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: #f4f4f4;
  padding: 25px 0;
  border: 1px solid #eee;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s linear;
}
body.front-end header .header-desktop .menu ul li > ul.sub-menu li {
  float: left;
  width: 29%;
  padding: 0px 10px;
  border-right: 1px solid #eee;
  min-height: 187px;
}
body.front-end header .header-desktop .menu ul li > ul.sub-menu li a {
  font-size: 16px;
  font-weight: 400;
  color: #26a2b2;
  padding: 5px 10px 15px;
}
body.front-end header .header-desktop .menu ul li > ul.sub-menu li > ul.sub-menu {
  width: 100%;
  left: inherit;
  position: relative;
  padding: 0;
  border: none;
  display: block;
}
body.front-end header .header-desktop .menu ul li > ul.sub-menu li > ul.sub-menu li {
  float: none;
  width: 100%;
  padding: 0;
  border-right: 0;
  min-height: inherit;
}
body.front-end header .header-desktop .menu ul li > ul.sub-menu li > ul.sub-menu li a {
  font-size: 13px;
  font-weight: 300;
  color: #878787;
  padding: 0px 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.front-end header .header-desktop .menu ul li > ul.sub-menu li > ul.sub-menu li a:hover {
  color: #26a2b2;
}
body.front-end header .header-desktop .menu ul li > ul.sub-menu li:last-child {
  border-right: none;
}
body.front-end header .header-desktop .menu ul li.current-menu-item a,
body.front-end header .header-desktop .menu ul li a:hover {
  color: #26a2b2;
}
body.front-end header .header-desktop .phone p {
  font-size: 20px;
  font-weight: 500;
  color: #26a2b2;
  text-align: right;
  margin: 0;
  padding: 57px 0 0;
}
body.front-end header .header-desktop .phone p img {
  margin: 0px 5px -2px 0px;
}
body.front-end .footer-banner .ym-container,
body.front-end footer .ym-container {
  width: 1110px;
  padding: 0 15px;
}
body.front-end .footer-newsletter {
  background: #26a2b2;
  padding: 55px 0;
}
body.front-end .footer-newsletter .ym-container {
  width: 1110px;
  padding: 0 15px;
}
body.front-end .footer-newsletter .ym-container h3 {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  padding: 0 0 5px;
}
body.front-end .footer-newsletter .ym-container p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
body.front-end .footer-newsletter .ym-container #mc4wp-form-1 form {
  text-align: right;
  padding: 0 0;
}
body.front-end .footer-newsletter .ym-container #mc4wp-form-1 form div {
  display: inline-block;
  margin-left: 15px;
}
body.front-end .footer-newsletter .ym-container #mc4wp-form-1 form div input {
  font-size: 15px;
  font-weight: 300;
  color: #525050;
  padding: 11px 25px;
  border: 1px solid transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body.front-end .footer-newsletter .ym-container #mc4wp-form-1 form div input.email {
  width: 250px;
}
body.front-end .footer-newsletter .ym-container #mc4wp-form-1 form div input.submit {
  font-weight: 600;
  color: #fff;
  background: #626262;
  border: 0px solid transparent;
}
body.front-end .footer-newsletter .ym-container #mc4wp-form-1 .mc4wp-response .mc4wp-alert {
  font-family: 'Roboto', sans-serif;
  font-weight: 300 !important;
  text-align: right;
  color: #ffffff;
  padding: 10px;
  margin: 10px 0px 0px;
}
body.front-end .footer-banner {
  background: #26a2b2;
  padding: 45px 0;
}
body.front-end .footer-banner h3 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
body.front-end .footer-banner p {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  float: left;
  margin: 7px 0;
}
body.front-end .footer-banner p a {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
body.front-end .footer-banner p.phone {
  padding-right: 30px;
  border-right: 1px solid #fff;
}
body.front-end .footer-banner p.phone img {
  margin: 0 0 -3px;
  padding: 0 5px 0 0;
}
body.front-end .footer-banner p.locations-parra {
  padding-left: 20px;
}
body.front-end .footer-banner p.locations-parra img {
  padding-right: 15px;
  margin: 0 0 -2px;
}
body.front-end .footer-banner p.locations-epping {
  padding-left: 15px;
}
body.front-end footer {
  background: #626262;
  padding: 50px 0;
}
body.front-end footer p {
  font-size: 13px;
  color: #fff;
  line-height: 21px;
  margin: 0;
}
body.front-end footer p a,
body.front-end footer p a:link {
  font-size: 13px;
  color: #fff;
}
body.front-end footer p.small {
  font-size: 10px;
  line-height: 16px;
  max-width: 75%;
  padding: 5px 0;
}
body.front-end footer p.small a,
body.front-end footer p.small a:link {
  font-size: 10px;
  color: #fff;
}
body.front-end footer p.images {
  padding: 0 0 25px;
}
body.front-end footer p.images img {
  padding-right: 20px;
}
body.front-end footer p.images img.count-member {
  padding-top: 5px;
}
body.front-end footer #credit p {
  text-align: right;
}
body.front-end footer #credit p img {
  margin: 0px 0px -5px 5px;
}
/* Default Page Template
* ----------------------------------- */
body.page-template-default .meta-title .ym-container {
  width: 1100px;
  padding: 0 15px;
}
body.page-template-default .meta-title h1 {
  font-size: 30px;
  font-weight: 400;
  color: #525050;
  margin: 0;
  padding: 35px 0 25px;
}
body.page-template-default .meta-title .border {
  width: 85px;
  height: 8px;
  background: #26A2B2;
}
body.page-template-default .meta-title p#breadcrumbs {
  font-size: 13px;
  font-weight: 400;
  color: #636363;
  text-align: right;
  margin: 0px;
  padding: 43px 0px 0px;
}
body.page-template-default .meta-title p#breadcrumbs a {
  font-size: 13px;
  font-weight: 400;
  color: #a2a2a2;
  margin-right: 5px;
}
body.page-template-default .meta-title p#breadcrumbs span {
  margin-left: 5px;
}
body.page-template-default .section-1 {
  padding: 160px 0;
}
body.page-template-default .section-1 h2 {
  font-size: 60px;
  font-weight: 500;
  color: #fff;
  line-height: 70px;
  margin: 0;
  text-shadow: 1px 0px 3px rgba(0, 0, 0, 0.3);
}
body.page-template-default .section-1 p {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  line-height: 32px;
  margin: 10px 0 0;
  text-shadow: 1px 0px 3px rgba(0, 0, 0, 0.3);
}
/* Home Styles
* ----------------------------------- */
body.home .section-1,
body.home .section-2,
body.home .section-3,
body.home .section-4,
body.home .section-5,
body.home .section-6 {
  margin: 0;
}
body.home .vc_sep_width_20 {
  width: 15%;
}
body.home .section-1 {
  padding: 150px 0;
}
body.home .section-1 h1 {
  font-size: 60px;
  font-weight: 500;
  color: #fff;
  line-height: 70px;
  margin: 0;
  text-shadow: 1px 0px 3px rgba(0, 0, 0, 0.3);
}
body.home .section-1 p {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  text-shadow: 1px 0px 3px rgba(0, 0, 0, 0.3);
  line-height: 30px;
}
body.home .section-1 img {
  padding: 90px 0;
}
body.home .section-2 {
  padding: 25px 0;
}
body.home .section-2 .left ul {
  margin-left: 0;
  padding-left: 0;
}
body.home .section-2 .left ul li {
  display: inline-block;
}
body.home .section-2 .left ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #676767;
  padding: 0 7px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.home .section-2 .left ul li ul.sub-menu {
  display: none;
}
body.home .section-2 .left ul li.current-menu-item a,
body.home .section-2 .left ul li a:hover {
  color: #26a2b2;
}
body.home .section-2 .right ul {
  margin-left: 0;
  padding-left: 0;
  float: left;
}
body.home .section-2 .right ul li {
  display: inline-block;
}
body.home .section-2 .right ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #26a2b2;
  border-right: 1px solid #26a2b2;
  padding: 0 8px 0 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.home .section-2 .right ul li a:hover {
  color: #676767;
}
body.home .section-2 .right ul li:last-child a {
  border-right: 0;
}
body.home .section-2 .right p {
  font-size: 16px;
  font-weight: 500;
  color: #26a2b2;
  float: right;
}
body.home .section-2 .right p img {
  margin: 0px 3px -3px 0px !important;
}
body.home .section-3 {
  padding: 75px 0;
}
body.home .section-3 h2 {
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  margin: 0;
}
body.home .section-3 p {
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  line-height: 23px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
body.home .section-3 a.vc_btn3 {
  background-image: none;
}
body.home .section-3 a:hover {
  opacity: 0.6;
}
body.home .section-4 {
  background-color: #626262;
  padding: 65px 0;
}
body.home .section-4 h2 {
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  line-height: 40px;
  margin: 0;
  padding: 0 50px 0 0;
}
body.home .section-4 p {
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  line-height: 23px;
  margin: 0;
}
body.home .section-5 {
  padding: 60px 0;
}
body.home .section-5 h2 {
  font-size: 35px;
  font-weight: 400;
  color: #26a2b2;
  margin: 0;
}
body.home .section-5 h2 a {
  font-size: 35px;
  font-weight: 400;
}
body.home .section-5 ul {
  margin-left: 0;
  padding-left: 0;
}
body.home .section-5 ul li {
  font-size: 18px;
  font-weight: 400;
  color: #878787;
  line-height: 30px;
  list-style: none;
}
body.home .section-5 ul li a {
  font-size: 18px;
  font-weight: 400;
  color: #878787;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.home .section-5 ul li a:hover {
  color: #26a2b2;
}
body.home .section-6 {
  padding: 60px 0;
}
body.home .section-6 h2 {
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
body.home .section-6 div.tmls_text {
  font-family: 'Roboto', sans-serif;
  font-weight: 300 !important;
  line-height: 23px !important;
}
body.home .section-6 div.tmls_name {
  font-family: 'Roboto', sans-serif;
}
body.home .section-6 .tmls_next,
body.home .section-6 .tmls_prev {
  background-color: #037787 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
/* Who We Are
* ----------------------------------- */
body.page-id-24 .section-1 {
  padding: 160px 0;
}
body.page-id-24 .section-1 h2 {
  font-size: 60px;
  font-weight: 500;
  color: #fff;
  line-height: 70px;
  margin: 0;
  text-shadow: 1px 0px 3px rgba(0, 0, 0, 0.3);
}
body.page-id-24 .section-1 p {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  line-height: 32px;
  margin: 10px 0 0;
  text-shadow: 1px 0px 3px rgba(0, 0, 0, 0.3);
}
body.page-id-24 .section-2,
body.page-id-24 .section-3 {
  margin: 0;
}
body.page-id-24 .section-2 h2,
body.page-id-24 .section-3 h2 {
  font-size: 30px;
  font-weight: 400;
  color: #525050;
  margin: 0 0 10px;
}
body.page-id-24 .section-2 .wpb_text_column,
body.page-id-24 .section-3 .wpb_text_column {
  margin-bottom: 15px;
}
body.page-id-24 .section-2 {
  padding: 20px 0 15px;
}
body.page-id-24 .section-3 {
  padding: 25px 0 40px;
}
body.page-id-24 .staff {
  padding: 0 0 35px;
}
body.page-id-24 .staff h3 {
  font-size: 17px;
  font-weight: 500;
  color: #26a2b2;
  margin: 0;
}
body.page-id-24 .staff h4 {
  font-size: 15px;
  font-weight: 300;
  color: #525050;
  margin: 7px 0 0;
}
body.page-id-24 .staff hr {
  border: 1px solid #ddd;
  margin: 25px 0 20px;
}
body.page-id-24 .staff p {
  font-size: 14px;
  font-weight: 300;
}
body.page-id-24 .staff ul {
  margin-left: 0;
}
body.page-id-24 .staff ul li {
  font-size: 14px;
  font-weight: 300;
}
body.page-id-24 .section-team-photo {
  margin: 0;
  padding: 230px 0 100px;
}
body.page-id-24 .section-team-photo h3 {
  font-size: 60px;
  color: #fff;
}
/* Services We offer
* ----------------------------------- */
body.page-id-26 .section-1 {
  padding: 160px 0;
  margin: 0;
}
body.page-id-26 .section-1 h2 {
  font-size: 60px;
  font-weight: 500;
  color: #fff;
  line-height: 70px;
  margin: 0;
  text-shadow: 1px 0px 3px rgba(0, 0, 0, 0.3);
}
body.page-id-26 .section-2 {
  background: #626262;
  margin: 0;
  padding: 30px 0 50px;
}
body.page-id-26 .section-2 h4 {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  margin: 20px 0 0;
}
body.page-id-26 .section-2 p {
  color: #fff;
}
body.page-id-26 .section-3 {
  margin: 0;
  padding: 40px 0 50px;
}
body.page-id-26 .section-3 h2 {
  font-size: 35px;
  font-weight: 400;
  color: #26a2b2;
  margin: 0;
}
body.page-id-26 .section-3 h2 a {
  font-size: 35px;
  font-weight: 400;
}
body.page-id-26 .section-3 ul {
  margin-left: 0;
  padding-left: 0;
}
body.page-id-26 .section-3 ul li {
  font-size: 18px;
  font-weight: 400;
  color: #878787;
  line-height: 30px;
  list-style: none;
}
body.page-id-26 .section-3 ul li a {
  font-size: 18px;
  font-weight: 400;
  color: #878787;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.page-id-26 .section-3 ul li a:hover {
  color: #26a2b2;
}
/* Resources
* ----------------------------------- */
body.page-id-28 .section-1 {
  padding: 160px 0;
}
body.page-id-28 .section-1 h2 {
  font-size: 60px;
  font-weight: 500;
  color: #fff;
  line-height: 70px;
  margin: 0;
  text-shadow: 1px 0px 3px rgba(0, 0, 0, 0.3);
}
body.page-id-28 .section-2 h2 {
  font-size: 30px;
  font-weight: 400;
  color: #525050;
  margin: 0 0 10px;
}
body.page-id-28 .section-2 .wpb_text_column {
  margin-bottom: 15px;
}
body.page-id-28 .section-2 h4 {
  font-size: 17px;
  font-weight: 500;
  color: #525050;
  margin: 20px 0 0;
}
body.page-id-28 .section-2 ul {
  margin-left: 0;
}
body.page-id-28 .section-2 ul li {
  padding: 3px 0;
}
body.page-id-28 .section-2 ul li a {
  font-size: 17px;
  line-height: 23px;
}
body.page-id-28 .section-2 ul li a span {
  color: #525050;
}
/* Services We offer
* ----------------------------------- */
body.page-id-30 .section-1 {
  padding: 160px 0;
}
body.page-id-30 .section-1 h2 {
  font-size: 60px;
  font-weight: 500;
  color: #fff;
  line-height: 70px;
  margin: 0;
  text-shadow: 1px 0px 3px rgba(0, 0, 0, 0.3);
}
/* Wealth Creation
* ----------------------------------- */
body.page-id-134 .section-2 p {
  margin: 0;
}
body.page-id-134 .section-2 .left p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
/* Estate Planning
* ----------------------------------- */
body.page-id-177 .section-1 {
  margin: 0;
}
body.page-id-177 .section-2 {
  margin: 0;
  padding: 20px 0 40px;
}
body.page-id-177 .section-3 {
  background: #f4f4f4;
  margin: 0;
  padding: 20px 0 40px;
}
body.page-id-177 .section-3 h3 {
  font-size: 17px;
  font-weight: 500;
  color: #26A2B2;
}
body.page-id-177 .section-4 {
  margin: 0;
  padding: 20px 0 40px;
}
/* Investment Advice
* ----------------------------------- */
body.page-id-144 .section-1 {
  margin: 0;
}
body.page-id-144 .section-2 {
  margin: 0;
  padding: 20px 0 40px;
}
body.page-id-144 .section-2 p {
  font-size: 21px;
  color: #26A2B2;
  line-height: 31px;
}
body.page-id-144 .section-3 {
  background: #ececec;
  margin: 0;
  padding: 20px 0 40px;
}
body.page-id-144 .section-3 p {
  font-size: 18px;
  line-height: 28px;
}
body.page-id-144 .section-3 ul li {
  padding: 3px 0;
}
body.page-id-144 .section-4 {
  margin: 0;
  padding: 20px 0 40px;
}
/* Retirement Planning
* ----------------------------------- */
body.page-id-173 .section-1 {
  margin: 0;
}
body.page-id-173 .section-2 {
  margin: 0;
  padding: 20px 0 40px;
}
body.page-id-173 .section-2 ul li {
  padding: 3px 0;
}
body.page-id-173 .section-3 {
  background: #26a2b2;
  margin: 0;
  padding: 20px 0 40px;
}
body.page-id-173 .section-3 p {
  font-size: 21px;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  line-height: 31px;
}
body.page-id-173 .section-4 {
  margin: 0;
  padding: 20px 0 40px;
}
body.page-id-173 .section-4 .wpb_text_column {
  margin-bottom: 15px;
}
body.page-id-173 .section-4 h2 {
  font-size: 21px;
  font-weight: 400;
  color: #525050;
}
body.page-id-173 .section-4 h2 strong {
  font-size: 35px;
  font-weight: 400;
}
body.page-id-173 .section-4 table {
  width: 100%;
  border-collapse: collapse;
}
body.page-id-173 .section-4 table tr td {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #525050;
  padding: 10px 0px;
}
body.page-id-173 .section-4 table thead tr td {
  font-size: 15px;
  font-weight: 500;
  color: #26a2b2;
  border-bottom: 5px solid #ececec;
}
body.page-id-173 .section-4 table tbody tr td {
  border-bottom: 2px solid #ececec;
}
body.page-id-173 .section-4 table tbody tr:last-child td {
  border-bottom: 5px solid #ececec;
}
/* SMSF Advice
* ----------------------------------- */
body.page-id-170 .section-1 {
  margin: 0;
}
body.page-id-170 .section-2 {
  background: #ececec;
  margin: 0;
  padding: 20px 0 40px;
}
body.page-id-170 .section-2 p {
  font-size: 21px;
  line-height: 30px;
}
body.page-id-170 .section-3 {
  margin: 0;
  padding: 20px 0 40px;
}
body.page-id-170 .section-3 h3 {
  font-size: 17px;
  font-weight: 500;
  color: #26A2B2;
}
body.page-id-170 .section-3 p {
  font-size: 24px;
  font-weight: 400;
  color: #26A2B2;
  line-height: 34px;
  margin: 10px 0 0;
}
body.page-id-170 .section-3 ul li {
  padding: 3px 0;
}
/* Superannuation
* ----------------------------------- */
body.page-id-161 .section-1 {
  margin: 0;
}
body.page-id-161 .section-2 {
  margin: 0;
  padding: 20px 0 40px;
}
body.page-id-161 .section-3 {
  background: #26a2b2;
  margin: 0;
  padding: 20px 0 40px;
}
body.page-id-161 .section-3 p {
  font-size: 21px;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  line-height: 31px;
}
body.page-id-161 .section-4 {
  background: #ececec;
  margin: 0;
  padding: 20px 0 40px;
}
body.page-id-161 .section-4 p {
  font-size: 17px;
  line-height: 27px;
}
body.page-id-161 .section-4 ul li {
  padding: 3px 0;
}
body.page-id-161 .section-5 {
  margin: 0;
  padding: 20px 0 40px;
}
body.page-id-161 .section-5 .wpb_text_column {
  margin-bottom: 15px;
}
body.page-id-161 .section-5 h2 {
  font-size: 21px;
  font-weight: 400;
  color: #525050;
}
body.page-id-161 .section-5 h2 strong {
  font-size: 35px;
  font-weight: 400;
}
body.page-id-161 .section-5 table {
  width: 100%;
  border-collapse: collapse;
}
body.page-id-161 .section-5 table tr td {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #525050;
  padding: 10px 0px;
}
body.page-id-161 .section-5 table thead tr td {
  font-size: 15px;
  font-weight: 500;
  color: #26a2b2;
  border-bottom: 5px solid #ececec;
}
body.page-id-161 .section-5 table tbody tr td {
  border-bottom: 2px solid #ececec;
}
body.page-id-161 .section-5 table tbody tr:last-child td {
  border-bottom: 5px solid #ececec;
}
/* Aged Care
* ----------------------------------- */
body.page-id-208 .section-1 {
  margin: 0;
}
body.page-id-208 .section-2 {
  margin: 0;
  padding: 20px 0 40px;
}
body.page-id-208 .section-3 {
  background: #26a2b2;
  margin: 0;
  padding: 20px 0 40px;
}
body.page-id-208 .section-3 p {
  font-size: 21px;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  line-height: 31px;
}
body.page-id-208 .section-4 {
  margin: 0;
  padding: 20px 0 40px;
}
body.page-id-208 .section-4 p {
  font-size: 17px;
  line-height: 27px;
}
body.page-id-208 .section-4 ul li {
  padding: 3px 0;
}
body.page-id-208 .section-4 p:last-child {
  display: block;
  position: relative;
}
body.page-id-208 .section-4 p:last-child a {
  margin-top: 15px;
  display: inline-block;
  position: relative;
  background-color: #26a2b2;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  padding: 14px 20px;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
body.page-id-208 .section-4 p:last-child a:hover {
  opacity: .8;
}
/* Wealth Protection
* ----------------------------------- */
body.page-id-180 .section-1 {
  margin: 0;
}
body.page-id-180 .section-2 {
  margin: 0;
  padding: 20px 0 40px;
}
body.page-id-180 .section-3 {
  background: #26a2b2;
  margin: 0;
  padding: 20px 0 40px;
}
body.page-id-180 .section-3 p {
  font-size: 21px;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  line-height: 31px;
}
body.page-id-180 .section-4 {
  margin: 0;
  padding: 20px 0 40px;
}
body.page-id-180 .section-4 p {
  font-size: 17px;
  line-height: 27px;
}
body.page-id-180 .section-4 ul li {
  padding: 3px 0;
}
/* Business Insurance
* ----------------------------------- */
body.page-id-183 .section-1 {
  margin: 0;
}
body.page-id-183 .section-2 {
  background: #626262 none repeat scroll 0% 0%;
  margin: 0;
  padding: 30px 0;
}
body.page-id-183 .section-2 ul {
  margin-top: 0;
}
body.page-id-183 .section-2 ul li {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}
body.page-id-183 .section-3 {
  margin: 0;
  padding: 20px 0 40px;
}
/* Finance Solutions
* ----------------------------------- */
body.page-id-186 .section-1 {
  margin: 0;
}
body.page-id-186 .section-2 {
  background: #ececec;
  margin: 0;
  padding: 20px 0 40px;
}
body.page-id-186 .section-3 {
  margin: 0;
  padding: 20px 0 40px;
}
/* Business & Asset Finance
* ----------------------------------- */
body.page-id-205 .section-1 {
  margin: 0;
}
body.page-id-205 .section-2 {
  margin: 0;
  padding: 20px 0 40px;
}
body.page-id-205 .section-3 {
  background: #ececec;
  margin: 0;
  padding: 20px 0 40px;
}
body.page-id-205 .section-3 p {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 28px;
}
body.page-id-205 .section-4 {
  margin: 0;
  padding: 20px 0 40px;
}
/* Home Loans
* ----------------------------------- */
body.page-id-199 .section-1 {
  margin: 0;
}
body.page-id-199 .section-2 {
  margin: 0;
  padding: 20px 0 40px;
}
body.page-id-199 .section-2 p {
  font-size: 21px;
  line-height: 31px;
}
body.page-id-199 .section-3 {
  background: #ececec;
  margin: 0;
  padding: 20px 0 40px;
}
body.page-id-199 .section-3 li {
  font-weight: 300;
  font-style: italic;
  line-height: 25px;
}
body.page-id-199 .section-4 {
  margin: 0;
  padding: 20px 0 40px;
}
/* Investment Loans
* ----------------------------------- */
body.page-id-202 .section-1 {
  margin: 0;
}
body.page-id-202 .section-2 {
  margin: 0;
  padding: 20px 0 40px;
}
body.page-id-202 .section-2 p {
  font-size: 21px;
  line-height: 31px;
}
body.page-id-202 .section-3 {
  background: #26a2b2;
  margin: 0;
  padding: 20px 0 40px;
}
body.page-id-202 .section-3 p {
  font-size: 21px;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  line-height: 31px;
}
body.page-id-202 .section-4 {
  margin: 0;
  padding: 20px 0 40px;
}
/* News/Blog
* ----------------------------------- */
body.blog .footer-newsletter {
  display: none;
}
body.blog .meta-title {
  border-bottom: 1px solid #eee;
  margin-bottom: 35px;
}
body.blog .meta-title h1 {
  font-size: 30px;
  font-weight: 400;
  color: #525050;
  margin: 0;
  padding: 35px 0 25px;
}
body.blog .meta-title .border {
  width: 85px;
  height: 8px;
  background: #26A2B2;
}
body.blog .meta-title p#breadcrumbs {
  font-size: 13px;
  font-weight: 400;
  color: #636363;
  text-align: right;
  margin: 0px;
  padding: 43px 0px 0px;
}
body.blog .meta-title p#breadcrumbs a {
  font-size: 13px;
  font-weight: 400;
  color: #a2a2a2;
  margin-right: 5px;
}
body.blog .meta-title p#breadcrumbs span {
  margin-left: 5px;
}
body.blog .col-left {
  width: 730px;
  float: left;
}
body.blog .col-left article {
  border: 1px solid #eee;
  margin-bottom: 30px;
}
body.blog .col-left article img {
  max-width: 100%;
  height: auto;
}
body.blog .col-left article .entry {
  padding: 30px 25px;
}
body.blog .col-left article .entry h2 {
  font-size: 23px;
  font-weight: 300;
  margin: 0;
}
body.blog .col-left article .entry h2 a {
  font-size: 23px;
  font-weight: 300;
}
body.blog .col-left article .entry .date {
  font-size: 15px;
  font-weight: 300;
  color: #a2a2a2;
}
body.blog .col-left article .entry .content {
  font-size: 15px;
  font-weight: 300;
  color: #525050;
}
body.blog .col-left article .entry .button {
  line-height: 17px;
  padding-left: 10px;
  border-left: 4px solid #26a2b2;
}
body.blog .col-right {
  width: 350px;
  float: right;
}
body.blog .col-right .widget_woo_tabs ul.wooTabs {
  margin: 0;
  padding-left: 0;
}
body.blog .col-right .widget_woo_tabs ul.wooTabs li {
  float: left;
  list-style: none;
}
body.blog .col-right .widget_woo_tabs ul.wooTabs li a {
  font-weight: 400;
  color: #939393;
  background: #f5f5f5;
  padding: 10px 25px;
  display: inline-block;
}
body.blog .col-right .widget_woo_tabs ul.wooTabs li a.selected {
  color: #fff;
  background: #26a2b2;
}
body.blog .col-right .widget_woo_tabs .boxes {
  border: 1px solid #eee;
}
body.blog .col-right .widget_woo_tabs .boxes ul {
  margin: 0;
  padding-left: 0;
}
body.blog .col-right .widget_woo_tabs .boxes ul li {
  list-style: none;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}
body.blog .col-right .widget_woo_tabs .boxes ul li a {
  color: #676565;
  display: block;
}
body.blog .col-right .widget_woo_tabs .boxes ul li span {
  font-size: 12px;
  font-weight: 400;
  color: #a2a2a2;
}
body.blog .col-right .widget_archive {
  padding: 25px 0 0;
}
body.blog .col-right .widget_archive h3 {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 23px;
  background: #26a2b2;
  display: inline-block;
  padding: 10px 25px;
  margin: 0;
}
body.blog .col-right .widget_archive ul {
  margin: 0;
  padding: 25px;
  border: 1px solid #eee;
  list-style: none;
}
body.blog .col-right .widget_archive ul li a {
  color: #676565;
}
body.blog .col-right .widget_text {
  padding: 25px 0 0;
}
body.blog .col-right #text-5 .blue-box {
  padding: 23px;
  background: #26a2b2;
}
body.blog .col-right #text-5 .blue-box h3 {
  font-size: 25px;
}
body.blog .col-right #text-5 .blue-box h3 img {
  width: 31px;
  height: auto;
}
body.blog .col-right #text-5 .blue-box p {
  font-size: 18px;
}
body.blog .col-right #text-5 .blue-box h3,
body.blog .col-right #text-5 .blue-box p {
  font-weight: 300;
  color: #fff;
  margin: 0;
}
body.blog .col-right #text-5 #mc4wp-form-1 {
  padding: 23px;
  background: #ededed;
}
body.blog .col-right #text-5 #mc4wp-form-1 form input {
  font-size: 15px;
  font-weight: 300;
  color: #525050;
  text-indent: 15px;
  border: 0 none;
  width: 100%;
  padding: 10px 0;
  margin: 0 0 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body.blog .col-right #text-5 #mc4wp-form-1 form input.submit {
  font-weight: 600;
  color: #fff;
  text-indent: 0;
  background: #626262;
  border: 0px solid transparent;
}
body.blog .col-right #text-5 #mc4wp-form-1 .mc4wp-response .mc4wp-alert {
  font-family: 'Roboto', sans-serif;
  font-weight: 300 !important;
  text-align: right;
  color: #626262;
  padding: 10px;
  margin: 10px 0px 0px;
}
/* News/Blog - Single
* ----------------------------------- */
body.single-post .footer-newsletter {
  display: none;
}
body.single-post .meta-title {
  border-bottom: 1px solid #eee;
  margin-bottom: 35px;
}
body.single-post .meta-title h5 {
  font-size: 30px;
  font-weight: 400;
  color: #525050;
  margin: 0;
  padding: 35px 0 25px;
}
body.single-post .meta-title .border {
  width: 85px;
  height: 8px;
  background: #26A2B2;
}
body.single-post .meta-title p#breadcrumbs {
  font-size: 13px;
  font-weight: 400;
  color: #636363;
  text-align: right;
  margin: 0px;
  padding: 43px 0px 0px;
}
body.single-post .meta-title p#breadcrumbs a {
  font-size: 13px;
  font-weight: 400;
  color: #a2a2a2;
  margin-right: 5px;
}
body.single-post .meta-title p#breadcrumbs span {
  margin-left: 5px;
}
body.single-post .col-left {
  width: 730px;
  float: left;
}
body.single-post .col-left article {
  border: 1px solid #eee;
}
body.single-post .col-left article .entry {
  padding: 30px 25px;
}
body.single-post .col-left article .entry h2 {
  font-size: 23px;
  font-weight: 300;
  margin: 0;
}
body.single-post .col-left article .entry h2 a {
  font-size: 23px;
  font-weight: 300;
}
body.single-post .col-left article .entry .date {
  font-size: 15px;
  font-weight: 300;
  color: #a2a2a2;
}
body.single-post .col-left article .entry p {
  font-size: 15px;
  font-weight: 300;
  color: #525050;
}
body.single-post .col-left .disclaimer {
  background: #626262;
  padding: 30px 25px;
}
body.single-post .col-left .disclaimer img {
  margin-bottom: 10px;
}
body.single-post .col-left .disclaimer h4 {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}
body.single-post .col-left .disclaimer p {
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  line-height: 18px;
  margin: 5px 0px;
}
body.single-post .col-left .post-nav {
  padding: 35px 0;
}
body.single-post .col-left .post-nav .previous {
  background: #26A2B2;
  float: left;
}
body.single-post .col-left .post-nav .previous a {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding: 15px 25px;
}
body.single-post .col-left .post-nav .next {
  background: #26A2B2;
  float: right;
}
body.single-post .col-left .post-nav .next a {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding: 15px 25px;
}
body.single-post .col-right {
  width: 350px;
  float: right;
}
body.single-post .col-right .widget_woo_tabs ul.wooTabs {
  margin: 0;
  padding-left: 0;
}
body.single-post .col-right .widget_woo_tabs ul.wooTabs li {
  float: left;
  list-style: none;
}
body.single-post .col-right .widget_woo_tabs ul.wooTabs li a {
  font-weight: 400;
  color: #939393;
  background: #f5f5f5;
  padding: 10px 25px;
  display: inline-block;
}
body.single-post .col-right .widget_woo_tabs ul.wooTabs li a.selected {
  color: #fff;
  background: #26a2b2;
}
body.single-post .col-right .widget_woo_tabs .boxes {
  border: 1px solid #eee;
}
body.single-post .col-right .widget_woo_tabs .boxes ul {
  margin: 0;
  padding-left: 0;
}
body.single-post .col-right .widget_woo_tabs .boxes ul li {
  list-style: none;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}
body.single-post .col-right .widget_woo_tabs .boxes ul li a {
  color: #676565;
  display: block;
}
body.single-post .col-right .widget_woo_tabs .boxes ul li span {
  font-size: 12px;
  font-weight: 400;
  color: #a2a2a2;
}
body.single-post .col-right .widget_archive {
  padding: 25px 0 0;
}
body.single-post .col-right .widget_archive h3 {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 23px;
  background: #26a2b2;
  display: inline-block;
  padding: 10px 25px;
  margin: 0;
}
body.single-post .col-right .widget_archive ul {
  margin: 0;
  padding: 25px;
  border: 1px solid #eee;
  list-style: none;
}
body.single-post .col-right .widget_archive ul li a {
  color: #676565;
}
body.single-post .col-right .widget_text {
  padding: 25px 0 0;
}
body.single-post .col-right #text-5 .blue-box {
  padding: 23px;
  background: #26a2b2;
}
body.single-post .col-right #text-5 .blue-box h3 {
  font-size: 25px;
}
body.single-post .col-right #text-5 .blue-box h3 img {
  width: 31px;
  height: auto;
}
body.single-post .col-right #text-5 .blue-box p {
  font-size: 18px;
}
body.single-post .col-right #text-5 .blue-box h3,
body.single-post .col-right #text-5 .blue-box p {
  font-weight: 300;
  color: #fff;
  margin: 0;
}
body.single-post .col-right #text-5 #mc4wp-form-1 {
  padding: 23px;
  background: #ededed;
}
body.single-post .col-right #text-5 #mc4wp-form-1 form input {
  font-size: 15px;
  font-weight: 300;
  color: #525050;
  text-indent: 15px;
  border: 0 none;
  width: 100%;
  padding: 10px 0;
  margin: 0 0 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body.single-post .col-right #text-5 #mc4wp-form-1 form input.submit {
  font-weight: 600;
  color: #fff;
  text-indent: 0;
  background: #626262;
  border: 0px solid transparent;
}
body.single-post .col-right #text-5 #mc4wp-form-1 .mc4wp-response .mc4wp-alert {
  font-family: 'Roboto', sans-serif;
  font-weight: 300 !important;
  text-align: right;
  color: #626262;
  padding: 10px;
  margin: 10px 0px 0px;
}
/* Contact Us
* ----------------------------------- */
body.page-id-30 .section-1 {
  margin: 0;
}
body.page-id-30 .section-2 {
  margin: 0;
  padding: 30px 0 30px;
  border-bottom: 1px solid #dddddd;
}
body.page-id-30 .section-2 .col-1 p {
  font-size: 25px;
  font-weight: 300;
  color: #818285;
  line-height: 35px;
  min-height: 125px;
  margin: 0;
  border-right: 1px solid #ddd;
}
body.page-id-30 .section-2 .col-1 p strong {
  color: #26a2b2;
  font-weight: 500;
}
body.page-id-30 .section-2 .col-2 .wpb_text_column,
body.page-id-30 .section-2 .col-3 .wpb_text_column,
body.page-id-30 .section-2 .col-4 .wpb_text_column {
  padding-left: 20px;
}
body.page-id-30 .section-2 .col-2 h4,
body.page-id-30 .section-2 .col-3 h4,
body.page-id-30 .section-2 .col-4 h4 {
  font-size: 17px;
  font-weight: 500;
  color: #26a2b2;
  margin: 0 0 5px;
}
body.page-id-30 .section-2 .col-2 p,
body.page-id-30 .section-2 .col-3 p,
body.page-id-30 .section-2 .col-4 p {
  font-size: 15px;
  font-weight: 300;
  color: #525050;
  margin: 5px 0 0;
}
body.page-id-30 .section-2 .col-2 a,
body.page-id-30 .section-2 .col-3 a,
body.page-id-30 .section-2 .col-4 a {
  text-decoration: underline;
}
body.page-id-30 .section-3 {
  margin: 0;
  padding: 30px 0 30px;
}
body.page-id-30 .section-3 .vc_col-sm-3 .wpb_text_column {
  margin-bottom: 10px;
}
body.page-id-30 .section-3 .vc_col-sm-3 h2 {
  font-size: 25px;
  font-weight: 300;
  color: #26a2b2;
  margin: 0;
}
body.page-id-30 .section-3 .vc_col-sm-3 p {
  font-size: 15px;
  line-height: 25px;
  padding-right: 30px;
}
body.page-id-30 .section-3 .vc_col-sm-9 form p {
  margin: 0 0 10px;
}
body.page-id-30 .section-3 .vc_col-sm-9 form input {
  font-size: 15px;
  text-indent: 15px;
  background: #ededed;
  border: 1px solid #ededed;
  width: 95%;
  padding: 10px 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body.page-id-30 .section-3 .vc_col-sm-9 form input.wpcf7-not-valid {
  border: 1px solid #b22626 !important;
}
body.page-id-30 .section-3 .vc_col-sm-9 form span.wpcf7-not-valid-tip {
  display: none !important;
}
body.page-id-30 .section-3 .vc_col-sm-9 form textarea {
  font-family: 'Roboto', sans-serif;
  text-indent: 15px;
  background: #ededed;
  border: 1px solid #ededed;
  height: 69px;
  width: 100%;
  padding: 10px 0px;
  resize: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body.page-id-30 .section-3 .vc_col-sm-9 form input.wpcf7-submit {
  color: #fff;
  width: 100%;
  background: #26a2b2;
  border: 1px solid #26a2b2;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
body.page-id-30 .section-3 .vc_col-sm-9 form input.wpcf7-submit:hover {
  cursor: pointer;
  cursor: hand;
  opacity: 0.6;
}
body.page-id-30 .section-3 .vc_col-sm-9 form div.wpcf7-response-output {
  margin: 0;
  padding: 10px 25px;
}
body.page-id-30 .section-3 .vc_col-sm-9 form div.wpcf7-validation-errors {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background: #b2b026;
  border: 2px solid #b2b026;
}
body.page-id-30 .section-3 .vc_col-sm-9 form div.wpcf7-mail-sent-ok {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background: #26b24e;
  border: 2px solid #26b24e;
}
/* Error 404
* ----------------------------------- */
body.error404 .section-1 {
  padding: 50px 0 100px;
}
body.error404 .section-1 h1 {
  font-size: 150px;
  font-weight: 300;
  color: #404041;
  text-align: center;
  margin: 0;
}
body.error404 .section-1 p {
  text-align: center;
}
body.error404 .section-1 p a {
  color: #fff;
  padding: 10px 20px;
  margin: 25px 0 0;
  display: inline-block;
  background: #1CAABB none repeat scroll 0% 0%;
  border: 1px solid #1CAABB;
  transition: all 0.2s ease-in-out 0s;
}
body.error404 .section-1 p a:hover {
  color: #1CAABB;
  background: #FFF none repeat scroll 0% 0%;
  border: 1px solid #1CAABB;
}
/* ===== General CSS ===== */
#copyright p.images,
#copyright #media_image-2 {
  display: inline-block;
}
#copyright p.images img,
#copyright #media_image-2 img {
  max-height: 35px;
  width: auto;
}
