/* Scss Document */

/* Start slider1 */

@font-face {
  font-family: "CabinetGrotesk-light";
  src: url("http://lucasroussy.com/fonts/cabinet-grotesk/CabinetGrotesk-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CabinetGrotesk-extrabold";
  src: url("assets/fonts/cabinet-grotesk/CabinetGrotesk-Extrabold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.bigTitle {
  font-family: "CabinetGrotesk-extrabold", sans-serif;
  line-height: 0.9;
  font-size: 13vw;
}
@media (min-width: 425px) {
  .bigTitle {
    font-size: 10vw;
  }
}
@media (min-width: 1024px) {
  .bigTitle {
    font-size: 6vw;
  }
}
.bigTitle .orangeIcon {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #f7970e;
  display: inline-block;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .bigTitle .orangeIcon {
    width: 13px;
    height: 13px;
  }
}
@media (min-width: 1440px) {
  .bigTitle .orangeIcon {
    width: 16px;
    height: 16px;
  }
}

#block-webform-3  .webform-flex--container {
margin:0;

}
#block-webform-3  .webform-flexbox {
	margin:0;
	
}

#block-webform-3 .mb-3 {
  margin-bottom: 10px !important;
}
#block-webform-3 .webform-flexbox { 
margin-bottom: 0 !important;
}

.arrow-button {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: "CabinetGrotesk-extrabold", sans-serif;
  color: #000;
  transition: padding 1s cubic-bezier(0.16, 1, 0.3, 1);
  width: fit-content;
  font-size: 12px;
}
.arrow-button svg {
  width: 33px;
  margin-left: 10px;
}
.arrow-button svg circle {
  transition: fill 0.75s ease;
  fill: transparent;
}
@media (min-width: 425px) {
  .arrow-button {
    font-size: 16px;
  }
  .arrow-button svg {
    width: 45px;
  }
}
@media (min-width: 1024px) {
  .arrow-button {
    font-size: 20px;
  }
  .arrow-button svg {
    width: 62px;
  }
  .arrow-button:hover {
    padding-left: 20px;
  }
  .arrow-button:hover svg circle {
    fill: #8c97d0;
  }
}
@media (min-width: 1440px) {
  .arrow-button {
    font-size: 15px;
  }
  .arrow-button svg {
    width: 60px;
  }
}
@media (min-width: 1920px) {
  .arrow-button {
    font-size: 18px;
  }
  .arrow-button svg {
    width: 70px;
  }
}

.home-showcase {
  padding: 0 var(--columnExt) 0;
  position: relative;
  margin: 2rem 0 20vw;
}
.home-showcase .home-showcaseSlider {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
  position: relative;
  height: 72vh;
  overflow: hidden;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image {
  padding: 5vw;
  width: calc(100% - (5vw*2));
  height: calc(100% - (5vw*2));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container {
  max-width: 100%;
  margin: 0 0 5rem;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle {
  transform: translate(-140%, 0);
  transition: transform 1.15s cubic-bezier(0.58, 0, 0.28, 0.99) 0.4s;
  color: #fff;
  margin: 0 0 2.5rem;
  text-shadow: #21212121 0px 0px 5px;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button {
  transform: translate(-160%, 0);
  transition: transform 0.6s cubic-bezier(0.58, 0, 0.28, 0.99) 1s;
  width: fit-content;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button .arrow-button {
  color: #fff;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button svg path {
  fill: #fff;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button svg circle {
  stroke: #fff;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button:hover svg circle {
  stroke: #8c97d0;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .filter {
  width: 100%;
  height: 100%;
  background-color: #10112b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
  transition: opacity 0.8s ease-in 0.5s;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .text-container .bigTitle, .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .text-container .container-arrow-button {
  transform: translate(0, 0);
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .filter {
  opacity: 0;
}
.home-showcase .home-showcaseSlider .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 0;
  width: fit-content;
  padding: 3.5% 0;
}
.home-showcase .home-showcaseSlider .swiper-pagination-bullet {
  width: 4vw;
  border-radius: 50px;
  height: 2px;
  background-color: #8f9397;
  opacity: 1;
  transition: width 0.8s ease-in-out, 0.4s ease-in-out;
  margin: 0 4px !important;
}
.home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
  background-color: #f7970e;
  width: 8vw;
}
.home-showcase .home-showcaseSlider .showcaseSlider-nav {
  display: flex;
  flex-direction: row;
  padding: 0 0 3.5% 5%;
  padding-right: 0;
}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
  position: static;
  display: flex;
  align-items: flex-end;
  font-weight: 900;
  margin: 0 2vw;
  width: 20px;
  height: auto;
}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev.swiper-button-disabled, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next.swiper-button-disabled {
  opacity: 1;
}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev.swiper-button-disabled:after, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next.swiper-button-disabled:after {
  color: #8f9397;
}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev::after, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next::after {
  font-size: 4vw;
  color: #f7970e;
}
.home-showcase .home-showcaseSlider #macaron {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  margin: 5%;
  width: 30%;
}
.home-showcase .home-showcaseSlider #macaron #text-circle {
  animation: rotate-360 12s linear 0s infinite reverse forwards;
  transform-origin: center;
}
.home-showcase .scrollSliderButton {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, 0%);
  color: #fff !important;
  text-decoration: none;
  font-size: 3.5vw;
  height: 21vw;
  font-family: "CabinetGrotesk-light", sans-serif;
}
.home-showcase .scrollSliderButton .line {
  height: 15vw;
  width: 1px;
  background: #8c97d0;
  margin-top: 5px;
  animation: scroll-anim-mobile 1.6s cubic-bezier(0.62, 0.01, 0.71, 0.47) 0s infinite normal forwards;
}
@media (min-width: 1024px) {
  .home-showcase {
    margin: 2rem 0 7.9vw;
  }
  .home-showcase .home-showcaseSlider {
    display: block;
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
    height: clamp(45rem, 75vh, 5000px);
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image {
    align-items: center;
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container {
    max-width: 75%;
    margin: 0;
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle {
    margin: 0 0 1.25rem;
  }
  .home-showcase .home-showcaseSlider .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 2.5% 5%;
  }
  .home-showcase .home-showcaseSlider .swiper-pagination-bullet {
    width: 1.5vw;
    height: 3px;
    margin: 0 8px !important;
  }
  .home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
    width: 3vw;
  }
  .home-showcase .home-showcaseSlider .showcaseSlider-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 0 5% 2.5% 5%;
  }
  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
    margin: 0 0.6vw;
  }
  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev::after, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next::after {
    font-size: 1vw;
  }
  .home-showcase .home-showcaseSlider #macaron {
    width: fit-content;
    width: 8.4vw;
  }
  .home-showcase .scrollSliderButton {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-50%, 40%);
    color: #fff !important;
    text-decoration: none;
    font-size: 0.9vw;
    height: 4.8vw;
    font-family: "CabinetGrotesk-light", sans-serif;
  }
  .home-showcase .scrollSliderButton .line {
    height: 4.8vw;
    width: 2px;
    background: #8c97d0;
    margin-top: 5px;
    animation: scroll-anim 1.6s cubic-bezier(0.62, 0.01, 0.71, 0.47) 0s infinite normal forwards;
  }
}

/* End slider1 */

/* Start slider2 */

#block-exfin-homepagestaticbanner {
height:500px
}
.banner {
	position: absolute;
	width: 100%;
	height: 480px;
}

.img-1, .img-2, .img-3, .img-4 {
	position: absolute;
	top: 0;
	width: 100%;
	height: 480px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -18;
	opacity: 0;
	animation-name: fade;
	animation-duration: 24s;
	animation-iteration-count: infinite;
}

section .img-1, section .img-2, section .img-3, section .img-4 {
	opacity: 1;
	animation-name: iris;
	animation-duration: 24s;
	animation-iteration-count: infinite;
}

.img-1 { animation-delay: 0s; }
.img-2 { animation-delay: 8s; }
.img-3 { animation-delay: 16s; }



@keyframes crossfade {
	/* This is the default behaviour as described by Jonathan Snook*/
	00.00%	{ opacity: 0; }
	06.25%	{ opacity: 1; }
	25.00%	{ opacity: 1; }
	31.25%	{ opacity: 0; }
	100.0%	{ opacity: 0; }
}

@keyframes fade {
	/* By offsetting the fade out and animating z-index, we can prevent the background from showing up at all*/
	00.00%	{ opacity: 0; z-index: -10; }
	06.25%	{ opacity: 1; z-index: -10; }
	31.25%	{ opacity: 1; z-index: -12; }
	37.50%	{ opacity: 0; z-index: -14; }
	100.0%	{ opacity: 0; z-index: -16; }
}

/* Animating a clip-path in Google Chrome can destroy performance...it's crazy CPU intensive */
@keyframes iris {
	00.0%	{ clip-path: circle(0% at 50% 0%); z-index: -10; }
	12.5%	{ clip-path: circle(120% at 50% 0%); z-index: -10; }
	31.25%	{ clip-path: circle(120% at 50% 0%); z-index: -12; }
	37.50%	{ clip-path: circle(0% at 50% 0%); z-index: -14; }
	100%	{ clip-path: circle(0% at 50% 0%); z-index: -16; }
}

/* end slider2 */

body {
  font-family: 'Open Sans', sans-serif; }

h1 {
  margin-bottom: 40px; }

h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  color: #0071b3; }

h2 {
  font-size: 1.7rem;
  font-family: 'Roboto', sans-serif;
  color: #e14800;
  margin-bottom: 20px;
  line-height: 1.5; }

h3 {
  color: #5c5c5c; }

h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  line-height: 1.7; }

h4 {
  font-size: 1.15rem;
  color: #808080;
  font-weight: 600; }

p {
  margin-bottom: 30px; }

.node__content {
  font-size: 1rem; }

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.gwd-span-1rtx {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
}
.gwd-span-2nnn {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
}

/* Start slider3 */
.slideshow {
  width: 2701px;
  height: 700px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.slideshow img {
  float: left;
}

#prev,
#next {
  position: absolute;
  z-index: 9999;
  display: block;
  top: 100px;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
}

#prev {
  left: 0;
  background: url(https://image.ibb.co/jevVLk/prev.png);
  background-size: 100px 100px;
  background-repeat: no-repeat;
}

#next {
  right: 0;
  background: url(https://image.ibb.co/eGoT6Q/next.png);
  background-size: 100px 100px;
  background-repeat: no-repeat;
}


/* end slider3 */

#rev_slider_4_1 .tp-leftarrow {
  background: rgba(255, 255, 255, 0.5); }

#rev_slider_4_1 .tp-rightarrow {
  background: rgba(255, 255, 255, 0.5); }

/* Scss Document */
#navbar-main {
  /*.dropdown-item.active a:visited {
  	color:#0071b3!important;
  }*/
  /*.dropdown-item.menu-item--expanded.dropdown,  li.active:nth-child(2) > a:nth-child(1) {
  	color: #fff!important; 
  
  }*/ }
  @media (max-width: 767px) {
    #navbar-main .navigation {
      margin-left: 40px; } }
  #navbar-main #block-exfin-main-menu > ul:nth-child(3) > li:nth-child(3) > ul:nth-child(2) {
    width: 250px; }
  #navbar-main .dropdown-item.active, #navbar-main .dropdown-item:active {
    background-color: unset;
    background-color: #dae2ff; }
  #navbar-main .dropdown-item.active, #navbar-main .dropdown-item:active {
    color: unset; }
  #navbar-main .dropdown:hover > .dropdown-menu {
    display: block; }
  #navbar-main .dropdown-menu li a {
    font-size: 13px;
    font-weight: normal; }
  #navbar-main .dropdown-menu li a:hover {
    text-decoration: none; }
  #navbar-main .dropdown-item:focus,
  #navbar-main .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #dae2ff; }
  #navbar-main ul.dropdown-menu:before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    border-top-color: transparent;
    border-top-width: medium;
    border-right-color: transparent;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-color: transparent;
    border-left-width: medium;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #FFF;
    border-width: 11px;
    margin-left: -11px; }
  #navbar-main .dropdown-menu {
    margin: -1px 0 0; }

#block-exfin-main-menu a.nav-link {
  color: #FFF;
  font-size: 11.5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .05em; }

a.nav-link:hover {
  color: #72CAF7 !important;
  transition: all .7s ease-in-out; }

.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end; }

#search-block-form {
  padding: 0 !important; }

#navbar-main {
  margin: 0 auto;
  width: 1140px;
  padding: 0;
  background-color: #0D66D0; }
  @media (max-width: 767px) {
    #navbar-main {
      width: auto; } }

#navbar-top {
  padding: 0;
  height: 38px;
  margin: 0 auto;
  border-bottom: 1px solid #548fdb; }

@media (max-width: 767px) {
  .navbar-toggler {
    margin: 0 30px; } }

#block-exfin-topsubnav {
  right: 1px;
  font-size: 10px;
  line-height: 37px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600; }

#block-exfin-topsubnav a {
  font-family: 'Open Sans', sans-serif; }

#block-exfin-topsubnav a:link, #block-exfin-topsubnav a:visited {
  font-family: 'Open Sans', sans-serif;
  color: #0CC5F3; }

#block-exfin-topsubnav a {
  margin-right: 10px; }

.services-block > div:nth-child(1) {
  margin-bottom: 70px; }

.services-block > div:nth-child(2) {
  margin-bottom: 100px; }

.region-secondary-menu {
  width: 1140px;
  margin: 0 auto; }

.region-secondary-menu {
  justify-content: flex-end; }

.navbar-brand {
  padding-top: 5px;
  padding-bottom: 0; }

.top-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

#block-tagline {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2 0 auto;
  -ms-flex: 2 0 auto;
  flex: 2 0 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto; }

#block-exfin-topsubnav {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2 0 auto;
  -ms-flex: 2 0 auto;
  flex: 2 0 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  text-align: right; }

ul.show > li:last-child {
  border-bottom: none; }

#block-mainexfinnav li:first-child,
#block-mainexfinnav-1 li:first-child,
#block-mainexfinnav-2 li:first-child,
#block-mainexfinnav-3 li:first-child, ul.dropdown-menu.show,
#block-mainexfinnav-4 li:first-child, ul.dropdown-menu.show,
#block-mainexfinnav-5 li:first-child, ul.dropdown-menu.show,
#block-mainexfinnav-6 li:first-child, ul.dropdown-menu.show,
#block-mainexfinnav-7 li:first-child, ul.dropdown-menu.show,
#block-mainexfinnav-8 li:first-child, ul.dropdown-menu.show {
  border-top: none; }

#block-mainexfinnav- li:last-child,
#block-mainexfinnav-1 li:last-child,
#block-mainexfinnav-2 li:last-child,
#block-mainexfinnav-3 li:last-child,
#block-mainexfinnav-4 li:last-child,
#block-mainexfinnav-5 li:last-child,
#block-mainexfinnav-6 li:last-child,
#block-mainexfinnav-7 li:last-child,
#block-mainexfinnav-8 li:last-child {
  border-bottom: none; }

ul.dropdown-menu.show {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.22); }

ul.dropdown-menu.show .dropdown-item {
  padding-left: 10px; }

#block-mainexfinnav-2 .navbar-nav {
  padding: .2rem 0rem;
  margin-left: 0px;
  font-size: 0.8rem; }

#block-mainexfinnav-2 li {
  width: 100%;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #e6e6e6; }

#block-mainexfinnav-2 .nav-link.is-active {
  color: #FF5800 !important; }

.sidebar nav .nav {
  margin: 0 -1rem; }

#block-mainexfinnav-3 .navbar-nav, ul.dropdown-menu.show {
  padding: .2rem 0rem;
  margin-left: 0px;
  font-size: 0.8rem; }

#block-mainexfinnav-3 li, ul.dropdown-menu.show {
  width: 100%;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #e6e6e6; }

#block-mainexfinnav-3 .nav-link.is-active, ul.dropdown-menu.show {
  color: #FF5800 !important; }

#block-mainexfinnav-3 li .dropdown-item:hover {
  text-decoration: none !important; }

#block-mainexfinnav .navbar-nav, ul.dropdown-menu.show {
  padding: .2rem 0rem;
  margin-left: 0px;
  font-size: 0.8rem; }

#block-mainexfinnav li, ul.dropdown-menu.show {
  width: 100%;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #e6e6e6; }

#block-mainexfinnav .nav-link.is-active, ul.dropdown-menu.show {
  color: #FF5800 !important; }

#block-mainexfinnav li .dropdown-item:hover {
  text-decoration: none !important; }

#block-mainexfinnav-4 .navbar-nav, ul.dropdown-menu.show {
  padding: .2rem 0rem;
  margin-left: 0px;
  font-size: 0.8rem; }

#block-mainexfinnav-4 li, ul.dropdown-menu.show {
  width: 100%;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #e6e6e6; }

#block-mainexfinnav-4 .nav-link.is-active, ul.dropdown-menu.show {
  color: #FF5800 !important; }

#block-mainexfinnav-4 li .dropdown-item:hover {
  text-decoration: none !important; }

#block-mainexfinnav-5 .navbar-nav, ul.dropdown-menu.show {
  padding: .2rem 0rem;
  margin-left: 0px;
  font-size: 0.8rem; }

#block-mainexfinnav-5 li, ul.dropdown-menu.show {
  width: 100%;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #e6e6e6; }

#block-mainexfinnav-5 .nav-link.is-active, ul.dropdown-menu.show {
  color: #FF5800 !important; }

#block-mainexfinnav-5 li .dropdown-item:hover {
  text-decoration: none !important; }

#block-mainexfinnav-6 .navbar-nav, ul.dropdown-menu.show {
  padding: .2rem 0rem;
  margin-left: 0px;
  font-size: 0.8rem; }

#block-mainexfinnav-6 li, ul.dropdown-menu.show {
  width: 100%;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #e6e6e6; }

#block-mainexfinnav-6 .nav-link.is-active, ul.dropdown-menu.show {
  color: #FF5800 !important; }

#block-mainexfinnav-6 li .dropdown-item:hover {
  text-decoration: none !important; }

#block-mainexfinnav-7 .navbar-nav, ul.dropdown-menu.show {
  padding: .2rem 0rem;
  margin-left: 0px;
  font-size: 0.8rem; }

#block-mainexfinnav-7 li, ul.dropdown-menu.show {
  width: 100%;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #e6e6e6; }

#block-mainexfinnav-7 .nav-link.is-active, ul.dropdown-menu.show {
  color: #FF5800 !important; }

#block-mainexfinnav-7 li .dropdown-item:hover {
  text-decoration: none !important; }

#block-exfin-ozforexticker-2 .content {
	margin: 0 auto;
	width: 1140px;
}
#block-exfin-exfinhomepagebanner .content {
	height: 500px;
}
#block-ustaxrelatedpages .navbar-nav, ul.dropdown-menu.show {
  padding: .2rem 0rem;
  margin-left: 0px;
  font-size: 0.8rem; }

#block-ustaxrelatedpages li, ul.dropdown-menu.show {
  width: 100%;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #e6e6e6; }

#block-ustaxrelatedpages .nav-link.is-active, ul.dropdown-menu.show {
  color: #FF5800 !important; }

#block-ustaxrelatedpages li .dropdown-item:hover {
  text-decoration: none !important; }

/* Scss Document */
@media (min-width: 767px) and (max-width: 992px) {
  .block-webform, .block-webform-block {
    margin-left: 0 !important; } }
@media (max-width: 767px) {
  .block-webform, .block-webform-block {
    margin-left: 0 !important; } }

.webform-flex--container {
  margin: 0; }

.select-wrapper-contact {
  margin-left: 0 !important; }

.form-group {
  margin-bottom: unset; }

.webform-flexbox, #edit-flexbox-01 > div:nth-child(2) > div:nth-child(1),
#edit-flexbox-02 > div:nth-child(2), #edit-amount-to-borrow, .form-item-property-finance-value, .form-item-lender, #edit-flexbox > div:nth-child(2) {
  margin: 0 0 auto 0.5em; }

#edit-amount-to-borrow, .form-item-property-finance-value {
  margin: 0 0 20px 0 !important; }

@media (max-width: 767px) {
  .js-form-item-number-of-dependants {
    margin: 0 0 20px 0 !important; } }

#block-webform-6,
#block-webform-7 {
  width: 100%; }

@media (max-width: 767px) {
  #edit-flexbox-04 > div:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%; } }

#edit-flexbox-08 > div:nth-child(1) {
  flex: 0 0 100%;
  max-width: 100%; }

#block-webform-4,
#block-webform-3,
.block-webform {
  width: 100%; }
  @media (max-width: 400px) {
    #block-webform-4,
    #block-webform-3,
    .block-webform {
      max-width: 100%;
      margin-left: 5%;
      width: 87%; } }

#webform-submission-australian-mortgage-inquiry-add-form .form-text {
  margin-top: 0 !important; }

.section h1 {
  font-size: 1.7rem; }

block-webform-3
.webform-submission-form {
  margin-top: 0px !important; }

.block-webform h2 {
  color: #055a8e;
  margin-left: 10px; }

.js-form-item-add-second-applicant > label:nth-child(2) {
  font-size: 14px !important;
  margin-bottom: 0px !important;
  color: #777; }

#edit-mandatory-markup {
  font-size: 14px; }

.form-item-add-second-applicant .form-check-input {
  margin-top: 0.35rem !important; }

#edit-flexbox-01a .webform-flex--container {
  width: 195px;
  background: #eee8e8;
  padding: 4px 4px 4px 6px;
  border-radius: 5px;
  border: 1px solid #dfc3c3; 
margin-bottom: 10px;}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-right-color: #cccccc;
  border-right-style: solid;
  border-right-width: 1px;
  border-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.webform-flexbox {
  display: -webkit-flex;
  display: flex;
  margin: 0; }

.webform-flexbox .webform-flexbox {
  margin-bottom: unset; }

.select-wrapper-contact {
  padding: 0;
  margin-left: 8px;
  margin-bottom: 25px;
  width: 390px; }
  @media (max-width: 400px) {
    .select-wrapper-contact {
      width: 100% !important; } }
  @media (max-width: 767px) {
    .select-wrapper-contact {
      width: 100% !important; } }

.form-item-name-last, #edit-second-applicant-last, #edit-annual-income-other-applicants {
  margin-left: 10px; }

fieldset.webform-composite-hidden-title {
  margin-bottom: 0;
  margin-top: 0; }

@media (max-width: 767px) {
  #edit-flexbox > div:nth-child(2) > div:nth-child(1) {
    margin: 0; } }

#webform-submission-australian-mortgage-inquiry-add-form #edit-flexbox-05 {
  padding-left: 0; }

#webform-submission-contact-add-form #edit-flexbox,
#ebform-submission-contact-node-3-add-form #edit-flexbox,
.webform-submission-form #edit-flexbox {
  margin-bottom: 10px; }

#webform-submission-contact-add-form .form-textarea-wrapper,
#ebform-submission-contact-node-3-add-form #edit-flexbox,
.webform-submission-form .form-textarea-wrapper {
  padding: unset; }

.page-node-18 #block-webform-4, .block-webform {
  width: 100%; }

fieldset.js-form-item:nth-child(13) {
  margin-bottom: 1.5rem !important; }

/* Scss Document */
table {
  font-size: 1rem; }

.table-striped-v1 {
  /**
   * Responsive tables.
   */ }
  .table-striped-v1 table {
    border: 0;
    border-spacing: 0;
    margin: 10px 0;
    width: 100%;
    font-size: 1rem; }
  .table-striped-v1 table table {
    font-size: 1em; }
  .table-striped-v1 tr {
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
    background: #B0CCF2; }
  .table-striped-v1 thead > tr {
    border-bottom: 1px solid #000; }
  .table-striped-v1 thead tr th {
    padding: 12px 18px;
    background: #1371E4 !important; }
  .table-striped-v1 tr.odd {
    background: #1371E4; }
  .table-striped-v1 tr:nth-of-type(2n+1) {
    background: #93B8E887; }
  .table-striped-v1 table tr th {
    background: #1371E4;
    background: rgba(0, 0, 0, 0.51);
    border-bottom-style: none; }
  .table-striped-v1 table tr th,
  .table-striped-v1 table tr th a,
  .table-striped-v1 table tr th a:hover,
  .table-striped-v1 table tr th a:focus {
    color: #fff;
    font-weight: bold; }
  .table-striped-v1 table tbody tr th {
    vertical-align: top; }
  .table-striped-v1 tr td,
  .table-striped-v1 tr th {
    padding: 8px 18px;
    border: 1px solid #fff;
    text-align: left;
    /* LTR */ }
  .table-striped-v1 [dir="rtl"] tr td,
  .table-striped-v1 [dir="rtl"] tr th {
    text-align: right; }
  @media screen and (max-width #1371E4: 37.5em) {
    .table-striped-v1 {
      /* 600px */ }
      .table-striped-v1 th.priority-low,
      .table-striped-v1 td.priority-low,
      .table-striped-v1 th.priority-medium,
      .table-striped-v1 td.priority-medium {
        display: none; } }
  @media screen and (max-width: 60em) {
    .table-striped-v1 {
      /* 920px */ }
      .table-striped-v1 th.priority-low,
      .table-striped-v1 td.priority-low {
        display: none; } }

/* Scss Document */
body {
  overflow-x: hidden; }

figcaption {
  font-family: courier, courier new, serif;
  font-size: 12px;
  margin-bottom: 30px; }

.tagl {
  color: #FFF;
  font-size: .8rem;
  line-height: 37px;
  position: relative;
  font-family: 'open sans', sans-serif;
  letter-spacing: 1px; }
  @media (max-width: 767px) {
    .tagl {
      display: none; } }

#content {
  margin-top: 70px; }

#header {
  border-bottom: 1px solid #e6e6e6;
  background: #0d66d0; }

.services-block .image img {
  width: 100px;
  text-align: center; }

.services-block .image,
.home-block-col {
  text-align: center; }

.services-block {
  margin: 20px 0; }

.services-block .caption {
  width: 100%; }

@media (max-width: 767px) {
  .services-block > div:nth-child(1) {
    margin-bottom: inherit; } }

#accordion-exfin .card .fa-question-circle {
  font-size: 30px;
  position: absolute;
  color: #007bff;
  left: 10px; }

.img-fluid {
  width: 180px;
  padding: 16px 0 20px 0; }
  @media (max-width: 767px) {
    .img-fluid {
      padding: 16px 0 20px 20px; } }
#edit-submit {
  display: inline-block;
  border: 1px solid transparent;
  padding: .24rem .28rem;
  font-size: 11px;
  line-height: 1.5;
  border-radius: .25rem;
  margin-top: 5px; }

.more-link2 {
  background: #0071b3;
  padding: 10px 20px;
  color: white;
  border-radius: 5px;
  float: right;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.36); }

.more-link2:hover {
  background: #0095e0;
  transition: all .3s ease-in-out;
  text-decoration: none; }

.more-link2 a:link {
  color: white; }

.more-link2 a:hover {
  color: white;
  text-decoration: none; }

.more-link {
  background: #0071b3;
  padding: 4px 8px;
  color: white;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.36);
  margin-top: 50px; }

.more-link:hover {
  background: #0095e0;
  transition: all .3s ease-in-out;
  text-decoration: none; }

.more-link a:link {
  color: white; }

.more-link a:hover {
  color: white;
  text-decoration: none; }

.more-link a {
  color: white;
  text-decoration: none; }

.more-link a:visited {
  color: white;
  text-decoration: none; }

a.btn {
  color: white;
  text-decoration: none; }

.more-link3 {
  /* background: #054e8e;*/
  background: #0d65d0;
  padding: 10px 20px;
  color: white;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.36);
  display: inline-block;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-top: 30px; }

.more-link3:hover {
  background: #007bff;
  transition: all .3s ease-in-out;
  text-decoration: none; }

.more-link3 a:link {
  color: #FFF; }

.more-link3 a:visited {
  color: #FFF; }

.more-link3 > a:nth-child(1) {
  color: #FFF; }

.more-link3 a:hover {
  color: white;
  text-decoration: none; }

.more-link4,
button#edit-submit,
button#edit-actions-submit {
  background: #054e8e;
  padding: 10px 20px;
  color: white;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.36);
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-top: 30px;
  display: inline-block; }

.more-link4:hover,
button#edit-submit:hover,
button#edit-submit:focus,
button#edit-actions-submit:hover,
button#edit-actions-submit:focus {
  background: #007bff;
  transition: all .3s ease-in-out;
  text-decoration: none; }

.more-link4 a:link,
ton#edit-submit:link {
  color: #FFF; }

.more-link4 a:visited,
.btn-primary a:visited {
  color: #FFF; }

.more-link4 > a:nth-child(1) {
  color: #FFF; }

.more-link4 a:hover,
button#edit-submit:hover,
button#edit-submit:focus {
  color: white;
  text-decoration: none; }

button#edit-submit {
  margin-left: 20px; }

.form-control {
  padding: 0; }

.wide-breakout {
  margin: 0 -9999rem;
  /* add back negative margin value */
  padding: 0.25rem 9999rem;
  background-color: #EAEAEA;
  position: relative;
  background-position: center center;
  height: 600px;
  background-image: url("/sites/default/files/inline-images/exfin-homepage-banner.jpg");
  background-repeat: no-repeat; }

.article.unpublished-node {
  background: #ecd6d666;
  padding: 0 50px; }

#block-bannerhome {
  padding-right: -15px;
  padding-left: -15px;
  margin-right: auto;
  margin-left: auto; }

.banner-text {
  font-family: 'Roboto', sans-serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.36);
  font-size: 37px;
  color: #FFF;
  font-weight: 500;
  line-height: 1.2; }

span.banner-text {
  width: 90%;
  display: inline-block;
  background: rgba(13, 101, 208, 0.5);
  padding: 20px;
  margin: 50px 0; }
  @media (max-width: 767px) {
    span.banner-text {
      width: 90%; } }

#edit-flexbox {
  padding: 0; }

.site-footer {
  margin-top: 20px;
  background: #054E8E; }

#block-forexticker {
  margin: 0 -9999rem;
  /* add back negative margin value */
  padding: 0.25rem 9999rem;
  background: #F58E10;
  height: 35px;
  width: 100%; }

#block-topsubnav > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) {
  float: right; }

.page-node-2 .field--name-title {
  display: none; }

.page-node-2 #content {
  margin-top: 0; }

.currency,
.raquo {
  float: left; }

.currency,
.rate,
.raquo {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: 600; }

#block-exfin-ozforexticker-2 {
  background: #ff6c00;
  height: 35px;
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem; }

.raquo {
  margin: 0 5px; }

.ozf-rt {
  line-height: 26px; }

#block-exfin-powered {
  display: none; }

#block-exfin-footer ul li {
  display: inline;
  padding-right: 11px;
  margin-right: 10px;
  background: url(../images/footer-li-bg.png) right 50% no-repeat; }
  @media (max-width: 767px) {
    #block-exfin-footer ul li {
      padding-right: 1px; } }

#block-exfin-footer .navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: unset;
  flex-direction: unset; }

#block-exfin-footer ul li a:link,
#block-exfin-footer ul li a:visited {
  font-family: 'Open Sans', sans-serif;
  color: #7db0cf;
  font-size: 12px;
  font-weight: 600; }

#block-exfin-copyright {
  margin-top: 50px; }

.site-footer__bottom {
  letter-spacing: 0.2px;
  margin-top: 0;
  border-top: none; }

#block-exfin-footer a:link,
#block-exfin-footer a:visited,
#block-exfin-footer li a {
  color: #7db0cf; }

#edit-mandatory-markup ul li {
  list-style: none;
  float: right; }

.webform-submission-form .form-control,
#webform-submission-financial-planning-inquiry-add-form .form-control,
.webform-submission-form .form-control,
#webform-submission-international-mortgage-inquiry-add-form .form-control,
.webform-submission-form .form-control,
#webform-submission-australian-mortgage-inquiry-add-form .form-control {
  padding: 5px 5px 5px 15px;
  font-size: 13px;
  background-color: #f0f2f4;
  border: 1px solid #a6b1bc; }

.webform-submission-form,
.webform-submission-form #edit-flexbox-03 {
  margin: 2em 0.1em; }

.webform-submission-form .col-auto {
  padding-right: 5px;
  padding-left: 5px; }

#webform-submission-international-mortgage-inquiry-add-form label {
  font-weight: 400;
  font-family: "roboto";
  color: #054e8e; }

@media (max-width: 400px) {
  .webform-submission-form .form-select,
  .webform-submission-form .form-group,
  .webform-submission-form .form-text {
    margin-bottom: 5px; } }

.form-control::placeholder {
  color: #000; }

.form-textarea-wrapper {
  padding: 5px 10px; }

:not(output):-moz-ui-invalid {
  box-shadow: 0 0 1.5px 1px #0dce0d; }

.webform-submission-form .form-text {
  margin-top: 0; }

.webform-webform-telephone-international {
  padding-left: 20px; }

#edit-flexbox,
#edit-flexbox-01,
#edit-flexbox-02,
#edit-flexbox-01--2,
#edit-flexbox-04,
#edit-flexbox-01a,
#edit-flexbox-03,
#edit-flexbox-04,
#edit-flexbox-05,
#edit-flexbox-07,
#edit-flexbox-08,
#edit-flexbox-09,
#edit-flexbox-10 {
  margin: 0!important;
}

#edit-flexbox-07,
#edit-flexbox-08 {
  margin-bottom: 1.8rem; }

/*


#edit-flexbox .webform-flex--container fieldset {
	margin: 0 0.2em;
}
.webform-flex--container fieldset{
	
}
*/
.js-form-item-name-first {
  margin: 0; }

.webform-submission-form #edit-residency-status label,
.checkboxes--wrapper label,
.webform-submission-form .fieldset-wrapper label {
  font-size: 14px; }

.webform-submission-form label {
  font-size: 20px; }

.form-group legend {
  font-size: 20px; }

#webform-submission-financial-planning-inquiry-add-form--2 .webform-flex--container .js-form-item-name-first {
  padding-left: 0; }

#block-webform .js-webform-telephone-international,
#webform-submission-financial-planning-inquiry-add-form .js-webform-telephone-international {
  padding-left: 50px; }

#edit-disclaimer {
  font-size: 0.8rem;
  margin: 20px; }

.iti {
  display: block; }

.site-footer__bottom .block {
  font-size: 0.7rem; }

.site-footer {
  padding: 0 5px;
  background-color: #0056b1; }

#block-disclaimer > div:nth-child(2) > div:nth-child(1),
#block-disclaimer .content p,
#block-exfin-disclaimer > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) {
  font-size: .7rem;
  font-family: 'Open Sans', sans-serif; }

#sidebar_second h2 {
  color: #444;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.3rem; }

#block-relatedpages li.nav-item {
  font-size: .78rem; }

#block-relatedpages li.nav-item:before {
  content: "\f054";
  font-family: FontAwesome;
  position: relative;
  float: left;
  top: 9px;
  left: 5px;
  padding-right: 5px;
  font-weight: 300;
  color: #A7C3EE;
  font-size: 11px; }

#block-relatedpages ul {
  padding-left: 10px; }

.form-control::placeholder {
  margin-left: 10px;
  opacity: .5; }

.node--type-page #block-webform h2 {
  margin-left: 20px; }

.home-block-col h3 {
  color: #333; }

@media (max-width: 767px) {
  .home-block-col {
    margin-bottom: 30px; } }

#block-webform {
  margin-top: 50px; }

@media (min-width: 767px) {
  .navbar .dropdown-toggle:not(.nav-link)::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .5em;
    vertical-align: 0;
    border-bottom: .3em solid transparent;
    border-top: .3em solid transparent;
    border-left: .3em solid; } }
.dropdown-item ul.dropdown-menu:before {
  border: none; }

.dropdown-item.menu-item--expanded.dropdown {
  position: relative; }

.dropdown-item.menu-item--expanded.dropdown > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-item.menu-item--expanded.dropdown:hover > .dropdown-menu {
  display: block; }

.inquiry-intro {
  font-weight: 700; }

.dropdown-item.menu-item--expanded.dropdown > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-item.menu-item--expanded.dropdown:hover > a:after {
  border-left-color: #fff; }

.dropdown-item.menu-item--expanded.dropdown.pull-left {
  float: none; }

.dropdown-item.menu-item--expanded.dropdown.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

#accordion-exfin .btn {
  white-space: inherit;
  text-align: left; }

.card-header .fa-comment-dots {
  position: absolute;
  left: 10px;
  font-size: 35px;
  color: #0D65D0; }

/*#accordion-exfin h5:before { 
  content: "\f059";
  font-family: FontAwesome;
  position: absolute;
 left:10px;
  font-size: 35px;
  color: #0D65D0;
}*/
#accordion-exfin h5 {
  margin-left: 30px; }

/*#accordion-exfin .card-body:before {
	  content: "\f075";
  font-family: FontAwesome;
  position: absolute;
 left:10px;
  font-size: 30px;
  color: #0D65D0;
}*/
#accordion-exfin .card-body {
  margin-left: 40px; }

.table-striped tbody tr:nth-of-type(2n+1) {
  background: #E3E3E3; }

.table-striped thead {
  background: #062E5F;
  font-size: 18px;
  color: #FFF;
  font-weight: 600; }

.table {
  margin-bottom: 30px; }

.fas {
  color: #0A4896;
  font-size: 22px;
  margin-right: 5px; }

.table td {
  font-size: 16px; }

.table-striped-v2 tbody tr:nth-of-type(2n+1) {
  background-color: #E8E8E8; }

.table-striped-v2 tbody tr:nth-of-type(2n+2) {
  background-color: #F1F1F1; }

.table-striped-v2 thead tr th {
  background: #D55416;
  font-size: 18px;
  color: #FFF;
  font-weight: 700; }

#block-exfin-pensiontransfers h2 {
  margin: 0 0 0.5em;
  border-bottom: 0;
  padding-bottom: 5px;
  text-shadow: unset;
  font-size: inherit;
  line-height: 1.2; }

#block-exfin-pensiontransfers .block .block-title {
  padding: 10px 15px;
  margin: 0;
  background: #3D79B6;
  border-radius: 3px 3px 0 0; }

#block-exfin-pensiontransfers h2.block-title {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 500; }

#block-exfin-pensiontransfers .pension-transfers-footer {
  padding: 20px;
  background: #33699F;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -ms-border-bottom-left-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -ms-border-bottom-right-radius: 3px;
  -o-border-bottom-right-radius: 3px; }

#block-block-7 .block-content .pension-transfers-footer a {
  text-decoration: none; }

#block-block-7 .block-content .pension-transfers-footer a:hover {
  text-decoration: none; }

#block-exfin-pensiontransfers .pension-transfers-footer a {
  text-decoration: underline;
  color: #fff;
  white-space: normal;
  font-size: 13px; }

#block-exfin-pensiontransfers .pension-transfers-footer {
  text-align: center; }

#block-exfin-pensiontransfers {
  padding: 0; }

#block-exfin-pensiontransfers .block-content p {
  padding: 10px;
  margin: 0;
  background-color: #578FC8; }

#block-exfin-pensiontransfers img {
  width: 100%; }

#block-exfin-pensiontransfers .block {
  padding: 0px; }

.menu--related-pages-tax li {
  font-size: 0.8rem;
  width: 100%;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #e6e6e6; }

.block-menu .navigation li {
  font-size: 0.8rem;
  width: 100%;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #e6e6e6; }

.exfin-orange {
  color: #e14800; }

.exfin-bright-blue {
  color: #0D65D0; }

.exfin-light-blue {
  color: #97D7F0; }

.exfin-light-grey {
  color: #B5B5B5; }

.quote1 {
  background: #D0DFEE;
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
  font-size: 18px;
  border-left: 10px solid #a5bcd2;
  margin: 1.5em 10px;
  padding: 0.5em 10px; }

.quote1 {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px; }

.quote1:before {
  color: #ccc;
  font-family: Open Sans;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em; }

.quote1 p {
  display: inline; }

.quote3 {
  font-size: 1.2em;
  width: 90%;
  margin: 50px auto;
  font-family: Open Sans;
  font-style: italic;
  color: #555555;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #0056B1;
  line-height: 1.6;
  position: relative;
  background: #EDEDED; }

.quote3::before {
  font-family: FontAwesome;
  content: "\F105";
  color: #0056b1;
  font-style: normal;
  opacity: 0.3;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px; }

.quote4 {
  background: #E6F3FF;
  font-family: "roboto";
  font-size: 1.2em;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  padding-left: 40px; }

.quote4b {
  background: #EBF5FE;
  font-family: "roboto";
  font-size: 1.2em;
  margin: 0 10px 1.5em 10px;
  padding: 0.5em 10px;
  padding-left: 40px;
  border-top: 1px solid #FFF; }

.quote5 {
  background: #E6F3FF;
  font-family: "roboto";
  font-weight: 400;
  font-size: 1.1em;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  padding: 1.2em 30px 1.2em 75px; }



.quote5b {
  background: #EBF5FE;
  font-family: "roboto";
  font-weight: 400;
  font-size: 1.1em;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  border-top: 1px solid #FFF;
  padding: 1.2em 30px 1.2em 75px; }

.quote5b::before {
  font-family: FontAwesome;
  content: "\F105";
  color: #A1C4E8;
  font-style: normal;
  opacity: 0.6;
  font-size: 4em;
  position: absolute;
  left: 20px; }


	.gwd-span-1rtx {
		left:19.5%;
		font-size: 3px !important;
	}

@media (max-width: 570px) {
.container {
	width: 100%!important;
}
}

@media (max-width: 1980px) {
	.gwd-span-1rtx {
		left:19.5%;
		font-size: 3px !important;
	}
}

@media (min-width: 1981px) {
	html body.document-body gwd-genericad#gwd-ad gwd-pagedeck#pagedeck.gwd-page-container.gwd-pagedeck gwd-page#banner-page.gwd-page-wrapper.banner.gwd-lightbox.gwd-page.gwd-play-animation div.gwd-page-content.banner span.gwd-span-1rtx.gwd-gen-1xfkgwdanimation{
		left:27%;
	}
	.gwd-span-2nnn {
		left: 27px !important;
	}
}
#block-exfin-superannuation a{
	font-size: 0.8em;
}