/* =============================================================== */
/* Overwrite Foundation/Normalize defaults
================================================================ */
body { font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 15px; }
body.sub-page { background: url(../images/background-texture.jpg); }
h1, h2, h3, h4, h5, h6 { font-family: 'Oswald', sans-serif; font-weight: 400; }
p, li { font-size: 14px; }
a, a:visited { color: #5a86c4; }
a:hover, a:focus { color: #0f004e; }
strong { font-weight: 700; }
img { width: 100%; } /* IE9 fix for SVG images */
ul, ol, dl { font-family: 'Roboto', sans-serif; margin-left: 2.5rem; }
button, .button, a.button {
  background: #ef8b1d;
  color: #FFFFFF;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transform: translateZ(0);
  transition: background 0.3s ease-out, box-shadow 0.3s cubic-bezier(.25,.8,.25,1), transform 0.3s ease-out;
}
button:hover, button:focus, .button:hover, .button:focus, a.button:hover, a.button:focus { 
  color: #FFFFFF;
  background: #fdc485; 
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transform: translateY(-8px);
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.row { max-width: 95%; }
.row.full-width { max-width: 100%; }

/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) {
  .row { max-width: 80rem; }
} 

/* =============================================================== */
/* Generic Content Styling 
================================================================ */
.site-wrapper { background: #ffffff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); margin: 0 auto; max-width: 80rem; width: 95%; }
.section-area { padding: 2.5rem 0; }
.section-title { text-align: center; margin: 0 0 1rem 0; }
.section-title h2 {display: inline-block;padding: 15px;color: #0f004e;text-transform: uppercase;border: 3px solid #231F20;}
.section-desc { color: #999999; text-align: center; font-size: 1rem; margin-bottom: 50px; }

.section-row { margin-bottom: 1.6rem; }
.section-text h2 {font-size: 1.2rem;text-transform: uppercase;color: #ef8b1d;}
.section-text h4 { text-transform: uppercase; color: #5a86c4; }
.section-text p, .section-text li { font-size: 14px; }
.section-image { margin-bottom: 2rem; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
.section-image p {color: #FFFFFF;background: #303235;padding: 0.4rem 0.8rem;font-size: 0.7rem;font-style: italic;text-align: center;}

.section-slogan { text-align: center; background: #231F20; padding: 15px; margin: 1rem 0; }
.section-slogan h3 { text-align: center; color: #FFFFFF; text-transform: uppercase; font-size: 20px; }

.sub-section-title { text-align: center;  }
.sub-section-title h3 { display: inline-block; color: #231F20; margin: 0; }
.sub-section-title h3:after {content: "";display: block;height: 3px;background: #ef8b1d;margin: 1.4rem auto 2rem auto;width: 100px;}
.sub-section-desc p { font-size: 1rem; text-align: center; margin-bottom: 50px; }

.section-popup { 
  display: block; 
  margin-bottom: 2rem; 
  background: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transform: translateZ(0);
  transition: background 0.3s ease-out, box-shadow 0.3s cubic-bezier(.25,.8,.25,1), transform 0.3s ease-out;
}
.section-popup:hover {
  background: #414042;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transform: translateY(-8px);
}
.section-popup.alt:hover { background: #5a86c4; }
.section-popup h4 {text-align: center;color: #FFFFFF;background: #5a86c4;margin: 0;padding: 0.8rem 0;}
.section-popup.alt h4 { background: #414042; }
.section-popup p { 
  padding: 0.6rem; 
  color: #231F20; 
  text-align: center; 
  border-top: 2px solid transparent; 
  transition: border-color 0.3s ease-out, color 0.3s ease-out; 
  font-size: 0.8rem;
}
.section-popup:hover p { border-color: #FFFFFF; color: #FFFFFF; }

.remodal-content-container { text-align: left; }
.remodal-content-container h2 {font-size: 1.6rem;margin: 1rem 0;text-transform: uppercase;color: #5a86c4;}
.remodal-content-container h2:after { background: #999999; content: ""; display: block; height: 3px; width: 80px; margin: 1rem 0 0 0; }
.remodal-content-container .remodal-profile-photo { display: inline-block; margin-bottom: 2rem; text-align: center; width: 100%; vertical-align: top; }
.remodal-content-container .remodal-profile-photo img { width: 100%; }
.remodal-content-container .remodal-profile-text { display: inline-block; width: 100%; }

.section-button { text-align: center; }
.section-button .button { display: inline-block; }

.overlay { position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.45); }

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .section-area { padding: 2.5rem 2rem; }
  .section-desc { font-size: 1.2rem; }
  .section-text h2 { font-size: 1.4rem; }
  .section-text p, .section-text li { font-size: 15px; }
  .section-image p { font-size: 0.8rem; }
  .sub-section-desc p { font-size: 1.15rem; }
  .section-popup p { font-size: 0.9rem; }
  .remodal-content-container .remodal-profile-photo { margin-bottom: 0; margin-right: 5%; width: 38%; }
  .remodal-content-container .remodal-profile-text { width: 55%; }
} 

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  .section-area { padding: 4.5rem 3rem; }
  .section-desc { font-size: 1.6rem; }
  .section-text h2 { font-size: 18px; }
  .section-image p { font-size: 0.9rem; }
  .sub-section-desc p { font-size: 1.25rem; }
  .section-popup p { font-size: 1rem; }
}

.services li {
  list-style-type: '✓';
  padding-inline-start: 2ch;
  /* font-size: 1.1rem; */
  line-height:2em;
}

.services li::marker {
  color: #5a86c4;
}

.tick-list li {
    list-style-type: '✓  ';
    padding-inline-start: 0ch;
    font-size: 1.1rem;
    line-height:2em;
    color:white;
    list-style-position: inside;
}

.tick-list li::marker {
    color:white;
}

.welcome li {
    list-style-type: '✓';
    padding-inline-start: 2ch;
    line-height:2em;
}

.welcome li ul li {
  list-style-type:circle;
  padding-inline-start: 2ch;
  line-height:2em;
}


.welcome li::marker {
    color: #5a86c4;
}

.financial-services li {
    list-style-type: '✓';
    padding-inline-start: 2ch;
    line-height:2em;
}

.financial-services li::marker {
    color: #5a86c4;
}


.special-offering {
    background: white;
    padding: 20px;
    margin: -10px 15px;
    box-shadow: darkgrey 0px 0 5px;
    font-style:italic;
}

.special-offering p {
    font-size:14px;
}


#dingocontent_tax h1:after {display: none!important;}
#dingocontent_tax h1 {font-size:18px!important;}

#dingocontent_tax h2 {
    color: #686868!important;
    font-size: 16px!important;
}

#dingocontent_tax h2:after {
   display:none!important;
}


/* =============================================================== */
/* Back to Top button
================================================================ */

.backtotop {
  position: fixed;
  right:0px;
  display:none;
  bottom: 20px;
  margin: 0 20px 0 0;
}

.backtotop a {
  text-decoration:none;
  border:0 none;
  display:block;
  width:45px;
  height:45px;
  background: #5a86c4;
  opacity: 0.4;
  -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF;
  line-height: 40px;
  font-size: 20px;
}

.backtotop a:hover {background: #5a86c4; opacity: 0.8; }
.backtotop a i { margin: 0; padding-left: 9px; }

/* =============================================================== */
/* Header & Fixed/Sticky Navigation
================================================================ */
[data-magellan-expedition], [data-magellan-expedition-clone] { padding: 0; z-index: 200; }

.contact-bar { background: #ecf0f1; padding: 0.4rem 0; }
.contact-bar .fixed-logo img {display: block;max-width: 135px;width: 100%;margin: 0 auto;}
.contact-bar .fixed-contact ul { margin: 0; padding: 0; list-style-type: none; text-align: center; }
.contact-bar .fixed-contact li { display: block; padding: 0; font-size: 14px; }
.contact-bar .fixed-contact .fixed-address { margin-top: 1rem; }

.menu-bar { background: #414042; padding: 0.6rem 0; transition: padding 1s ease; }
.menu-bar ul { list-style-type: none; text-align: center; }
.menu-bar li { float: none; display: inline-block; }

.menu-bar .sub-nav dt a, 
.menu-bar .sub-nav dd a, 
.menu-bar .sub-nav li a { color: #FFFFFF; padding: 0.1875rem 0.4rem; font-family: 'Oswald', sans-serif; text-transform: uppercase; }
.menu-bar .sub-nav li.active a { background: #ef8b1d; }
.menu-bar .sub-nav li.active a:hover { background: #fdc485; }

.nav-subpage .sub-nav li a:hover, .nav-subpage .fixed-top .sub-nav li a:focus { background: #ef8b1d; border-radius: 3px; } 

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .contact-bar .fixed-logo img { margin: 0; }
  .contact-bar .fixed-contact ul { text-align: right; }
  .contact-bar .fixed-contact li { padding: 0 0 0 1.6rem; display: inline-block; }
  .contact-bar .fixed-contact .fixed-address { margin-top: 0; }
  .contact-bar .fixed-contact .fixed-email { display: none; }
} 

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  .menu-bar ul { text-align: right; }
  .contact-bar .fixed-contact .fixed-email { display: inline-block; }
}

/* =============================================================== */
/* Intro Splash
================================================================ */
.intro { position: relative; /* display: inline-block; margin-bottom: -7px; */ }
.intro .intro-image { background-image: url(../images/placeholder-header2.webp); background-size: cover; display: block; }
.aid47109 .intro-image { background-image: url(../images/placeholder-header2.webp); background-size: cover; display: block; }
.intro .overlay { display: none; }
.intro .intro-text { position: absolute; text-align: center; width: 100%; height: 100%; z-index: 40; }
.intro .intro-text:before {content: '';display: inline-block;/* vertical-align: middle; */height: 35%;/* top: 20%; */}
.intro h3, .intro h1 { 
  color: #FFFFFF;
  text-transform: uppercase; 
  text-align: center;
}

.intro-mobile { text-align: center; padding: 2rem 0; }
.intro-mobile h3 { text-transform: uppercase; margin-bottom: 1rem; }
.intro-mobile h1 { font-size: 1rem; color: #999999; }

.red-intro {background: #5a86c4;text-align: center;}
.red-intro p { text-align: center; margin: 0; padding: 0; font-size: 1rem; color: #FFFFFF; }

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .intro .overlay { display: block; }
  .intro .intro-logo {width: 450px;background: #FFFFFF;padding: 10px;border-radius: 5px;}
  .intro h3 { font-size: 40px; margin-bottom: 10px; }
  .intro h1 { font-size: 20px; }
  .red-intro p { font-size: 1.2rem; }
}

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  .intro .intro-logo { width: 350px; padding: 20px; }
  .intro h3 { font-size: 50px; }
  .intro h1 { font-size: 24px; }
  .red-intro p { font-size: 1.5rem; }
}

/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) {
  .intro .intro-logo { width: 450px; border-radius: 10px; }
  .intro h3 {font-size: 60px;margin-bottom: 30px;margin-top: 30px;}
  .intro h1 { font-size: 28px; }
} 

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 120.063em) {
  .intro .intro-logo { width: 550px; }
  .intro h3 { font-size: 72px; }
  .intro h1 { font-size: 40px; }
}


section.section.parallax {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  height: 50vh;
}
section.section.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 48px;
  line-height: 600px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.section.parallax-1 {
  background-image: url("../images/divider-Orange-6-big.jpg");
}
section.section.parallax-2 {
  background-image: url("../images/divider-Orange-5-big.jpg");
}
section.section.parallax-3 {
  background-image: url("../images/divider-three.jpg");
}
section.section.parallax-4 {
  background-image: url("../images/divider-four.webp");
}

section.section.parallax-5 {
  background-image: url("../images/divider-Orange-4-big.jpg");
}

section.section.parallax-1.lazy {
  background-image: none;
}
section.section.parallax-2.lazy {
  background-image: none;
}
section.section.parallax-3.lazy {
  background-image: none;
}
section.section.parallax-4.lazy {
  background-image: none;
}
section.section.parallax-5.lazy {
  background-image: none;
}

/* =============================================================== */
/* SMSF
================================================================ */
.smsf-logo { box-shadow: none; }

/* =============================================================== */
/* Our Process
================================================================ */
.cd-timeline-content p.process-desc { margin-bottom: 25px; color: #666666; font-size: 17px; }

/* =============================================================== */
/* Pricing Tables
================================================================ */
.pricing-table { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); border: none; }
.pricing-table ul { margin: 0; padding: 0; list-style-type: none; }
.pricing-table .title { 
  font-family: 'Oswald', sans-serif;
  font-size: 1.6375rem; 
  background-color: #be1e2d; 
  color: #FFFFFF; 
  padding: 0.8rem 0.5rem; 
  text-transform: uppercase;
}
.pricing-table .description { background: #303234; border-bottom: none; display: flex; align-items: center; }
.pricing-table .description h4 { color: #FFFFFF; line-height: 1.3; margin-bottom: 0.6rem; }
.pricing-table .description p { color: #d0d0d0; line-height: 1.3; margin-bottom: 0.3rem; }
.pricing-table .accordion { text-align: center; }
.pricing-table .accordion .accordion-navigation > a, .pricing-table .accordion dd > a { font-family: "Roboto", sans-serif; font-weight: 700; }
.pricing-table .accordion .accordion-navigation > a:after, .pricing-table .accordion dd > a:after {
  content: '\e814';
  display: block;
  width: 1rem;
  margin: 5px auto 0 auto;
  color: #be1e2d;
  font-family: fontello;
}
.pricing-table .accordion .accordion-navigation.active > a:after, .pricing-table .accordion dd.active > a:after { content: '\e811'; }
.pricing-table .accordion .accordion-navigation > .content, .pricing-table .accordion dd > .content { padding: 0; }
.pricing-table .bullet-item { line-height: 1.3; }
.pricing-table .price { font-family: "Oswald", sans-serif; text-transform: uppercase; color: #D83848; font-weight: 700; }
.pricing-table .price span { display: block; font-size: 0.9rem; color: #333333; font-weight: 400; }
.pricing-table .price span.top { margin-bottom: 0.4rem; }
.pricing-table .price span.bottom { margin-top: 0.4rem; }

.accounting-services li ul li {
    list-style-type:circle;
    padding-inline-start: 2ch;
    line-height:2em;
  }


/* =============================================================== */
/* FAQ
================================================================ */
.faq .accordion .accordion-navigation { background: #FFFFFF; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); margin-bottom: 1rem !important; }
.faq .accordion .accordion-navigation > a, .faq .accordion dd > a { 
  font-family: 'Roboto', sans-serif; 
  padding-right: 2rem;
}
.faq .accordion .accordion-navigation > a:after, .faq .accordion dd > a:after {
  content: '\e814';
  font-family: fontello;
  color: #be1e2d;
  position: absolute;
  right: 40px;
}
.faq .accordion .accordion-navigation.active > a:after, .faq .accordion dd.active > a:after { content: '\e811'; }
.faq .accordion .accordion-navigation ul { margin-bottom: 1.4rem; margin-left: 2rem; list-style-type: disc; }

/* =============================================================== */
/* About Us
================================================================ */
.staff-member-holder { position: relative; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
.staff-member-holder img { 
  border: 10px solid #FFFFFF; 
  margin: 0; width: 100%; 
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.staff-member-overlay { 
  background: rgba(0, 0, 0, 0.75); 
  width: 100%; 
  height: 100%;
  position: absolute;
  opacity: 0;
  text-align: center;
  transition: opacity 0.25s ease 0s;
  z-index: 100;
}
.staff-member-holder:hover .staff-member-overlay { opacity: 1; }
.staff-member-link { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 80px; margin: auto; }
.staff-member-link a {
  background: transparent;
  color: #FFFFFF;
  border-radius: 40px;
  border: 2px solid #FFFFFF;
  box-shadow: 3px 5px 6px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 15px 0;
  min-width: 195px;
  padding: 15px 25px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
  vertical-align: middle;
  z-index: 1;
}
.staff-member-link a:hover { color: #BE1E2D; background: #FFFFFF; text-decoration: none; }
.staff-member-details { margin-bottom: 2rem; }
.staff-member-details h2 { text-align: center; font-size: 1.4rem; font-weight: 400; color: #BE1E2D; margin: 0.6rem 0 0 0; }
.staff-member-details p { text-align: center; color: #747c83; }

/* =============================================================== */
/* Latest News
================================================================ */
.news-item-container { position: relative; }
.news-item-container:after { content: ''; display: block; height: 1px; width: 100%; margin: 0 0 25px 0; background: #AAAAAA; }
.news-item-container img { margin-bottom: 0.6rem; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
.news-title { font-size: 16px; font-weight: 700; margin-bottom: 0.3rem; line-height: 1.2; }
.news-description { margin-bottom: 0.2rem; font-size: 14px; }
.news-read-more { margin-bottom: 1rem; font-size: 12px; font-weight: 700; }
.read-more-articles { font-size: 1rem; font-style: italic; text-align: center; font-weight: 700; }

.latest-news ul { list-style-type: none; margin: 0; padding: 0; }
.latest-news li { margin-bottom: 1.4rem; }
.latest-news li a { font-size: 1.4rem; font-weight: 700; }
.latest-news li p { margin: 0; }

.market-watch { background: #FFFFFF; float: none; width: 315px; margin: 0 auto; display: block; }

/* News page */
.news-content-area img {
  width: 100%;
  max-width: 95%;
  display: block;
  /*margin-bottom: -60px;  remove this once the blank <p> tag bullshit from stripping social media scripts is fixed */
  margin-top: 35px;
}

.news-content-area h1 { margin: 40px 0; padding-bottom: 20px; font-size: 2.2rem; font-weight: 700; border-bottom: 2px solid #cccccc; }
.articledescription { font-size: 17px; font-weight: 700; margin-bottom: 2rem; line-height: 1.2; }
.news-content-area p, .news-content-area li { font-size: 14px; }

.newsindexheading { 
  display: block;
  color: #FFFFFF;
  background: #828282;
  line-height: 200%;
  margin: 0;
  padding: 0 1rem;
  font-size: 1.4375rem;
}

.news-sidebar { margin-top: 40px; }
.news-sidebar .menu-list { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); }
.aid38913 .news-sidebar h4:before { content: 'Accounting '; }
.aid38914 .news-sidebar h4:before { content: 'Financial Planning '; }
.news-sidebar h4 {padding: 0.7rem 1rem;background: #f08c21;color: #FFFFFF;margin: 0;border-bottom: 5px solid #ffffff;}
.news-sidebar ul { margin: 0 0 2rem 0; padding: 0; list-style-type: none; }
.news-sidebar li { border-bottom: 1px solid #ffffff; }
.news-sidebar li:last-child { border-bottom: none; }
.news-sidebar a { 
  color: #222222;
  background: #dddddd;
  display: block;
  padding: 0.25rem 1rem;
  transition-duration: 0.3s;
  transition-property: background;
  transition-timing-function: ease-in-out;
}
.news-sidebar a:hover, .news-sidebar a:focus, .news-sidebar a.active { background: #a9a9a9; }

.news-share-links-top { margin-bottom: 2rem; }
.news-share-links-top p { display: inline-block; margin-bottom: 0; }
.news-share-links-top ul { display: inline-block; list-style-type: none; padding: 0; margin: 0; }
.news-share-links-top li { display: inline-block; margin-left: 5px; }
.news-share-links-top a { 
  display: block; 
  color: #FFFFFF; 
  width: 2rem; 
  height: 2rem; 
  line-height: 2rem; 
  border-radius: 50%; 
  transition: all 0.3s ease-in-out;
}
.news-share-links-top i { margin-left: 5px; font-size: 1rem; }

.news-share-links { text-align: center; margin-bottom: 2rem; }
.news-share-links p { font-weight: 700; font-size: 1.4rem; margin: 3rem 0 2rem 0; }
.news-share-links p:before { content: ''; display: block; width: 100%; height: 3px; background: #CCCCCC; margin-bottom: 2rem; }
.news-share-links ul { list-style-type: none; padding: 0; margin: 0; }
.news-share-links li { display: inline-block; margin: 0 0.4rem 10px 0.4rem; }
.news-share-links a { 
  display: block; 
  font-size: 1.8rem; 
  color: #FFFFFF; 
  width: 3.6rem; 
  height: 3.6rem; 
  line-height: 3.6rem; 
  border-radius: 50%; 
  transition: all 0.3s ease-in-out;
}

.news-share-links-top .share-fb, .news-share-links .share-fb { background: #4E69A2; } /* facebook */
.news-share-links-top .share-tw, .news-share-links .share-tw { background: #00ACED; } /* twitter */
.news-share-links-top .share-li, .news-share-links .share-li { background: #0976b4; } /* linkedin */
.news-share-links-top .share-em, .news-share-links .share-em { background: #69696e; } /* email */
.news-share-links-top .share-fb:hover, .news-share-links .share-fb:hover { background: #1B356F; } /* 20% darker */
.news-share-links-top .share-tw:hover, .news-share-links .share-tw:hover { background: #0079B8; } /* 20% darker */
.news-share-links-top .share-li:hover, .news-share-links .share-li:hover { background: #004280; } /* 20% darker */
.news-share-links-top .share-em:hover, .news-share-links .share-em:hover { background: #36363A; } /* 20% darker */

.news-form-container {
  padding: 1rem 1rem 0 1rem;
  background: #faf7f1;
  box-shadow: 0 1px 4px rgba(0,0,0,0.25);
  border-radius: 3px;
}
.news-form-container #commentForm { margin-top: 0; }

/* OLIVERS INSIGHTS */

.aid49804 object {
  margin-bottom:1rem;
}

/* =============================================================== */
/* Contact Us
================================================================ */

/* CAREERS */

textarea.careers {
    min-height:100px;
}

.contact-us p { margin-bottom: 2rem; font-size: 0.9rem; }
.contact-us ul { list-style-type: none; margin: 0 0 2rem 0; }
.contact-us li { margin: 0 0 0.4rem 0; font-size: 0.9rem; }
.contact-us li i { color: #696986; }
.contact-us a, .contact-us a:visited { color: #222222; }
.contact-us a:hover, .contact-us a:focus { color: #ef8b1d; }

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .contact-us p, .contact-us li { font-size: 1.1rem; }
} 

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  .contact-us p, .contact-us li { font-size: 1.25rem; }
}

.contact-form { padding: 25px 0; }
.contact-form label { color: #414042; }
.contact-form input:not(.button), .contact-form textarea {
  color: rgba(105,105,105,0.7); 
  border-color: rgba(65,64,66,0.25); 
  -webkit-transition: border-color 0.5s linear 0s, background 0.5s linear 0s;
  -moz-transition: border-color 0.5s linear 0s, background 0.5s linear 0s;
  -o-transition: border-color 0.5s linear 0s, background 0.5s linear 0s;
  transition: border-color 0.5s linear 0s, background 0.5s linear 0s;
  box-shadow: none;
}
.contact-form input:focus:not(.button), .contact-form textarea:focus { border-color: rgba(19,134,169,0.5); color: rgba(105,105,105,1); }
.google-map {margin-bottom:-7px;}
.google-map iframe { pointer-events: none; }

#commentForm textarea { min-height: 120px; }
.t2 { display: none; } /* form spam check - do not remove */

/* VIDEOS */

.video-container {
  margin:1rem 0 2rem 0;
  cursor: pointer;
  padding: 0 1rem;
}

.video-container iframe {
  border:none;
  width:100%;
  aspect-ratio: 16/9;
}

ul.aged-care {
  list-style: none;
  margin:0;
}

/* =============================================================== */
/* Footer
================================================================ */
/* =============================================================== */
/* Footer
================================================================ */
.footer-main {background: #5a86c4;}
.footer-main h2 {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 2;
}
.footer-main h6 { color: #a3c2ff; font-size: 18px; margin-bottom: 20px; font-weight: 700; }
.footer-main p { color: #FFFFFF; font-size: 14px; }
.footer-main ul { margin-left: 0; list-style-type: none; }
.footer-main li { line-height: 1.1; }
.footer-main a { color: #FFFFFF; text-decoration: underline; }
.footer-main a:hover { text-decoration: none; }

.footer-main-block { margin-bottom: 1.25rem; }

.footer-bottom { background: #303234; }
.footer-bottom p { color: #FFFFFF; }
.footer-bottom a { color: #ef8b1d;}
.footer-bottom a:hover { color: #ffc07a; text-decoration: underline; }
.footer-bottom .copyright, .footer-bottom .site-by { text-align: center; }

.compliance-info { background: #FFFFFF; border-radius: 10px; }
.compliance-info img { margin: 0 auto 1rem auto; display: block; padding: 1.6rem; }
.compliance-info p { text-align: center; color: #222222; padding: 10px; margin-bottom: 0; }

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .footer-bottom .copyright { text-align: left; }
  .footer-bottom .site-by { text-align: right; }
  .footer-main h6 { font-size: 26px; }
}

/* =============================================================== */
/* JS Ticker
================================================================ */

.scrollingtext { position: absolute; }
#jsticker_scroll {position: relative;height: 40px;width: 100%;display: block;overflow: hidden;margin: 0 auto;background: #414042;}
#jsticker_scroll div { display: inline-block; margin: 0; }
#jsticker_scroll a { color: #FFFFFF; display: block; padding: 0 20px; line-height: 40px; }
#jsticker_scroll a:hover { text-decoration: underline; }
#jsticker_scroll .scrollingtext { white-space: nowrap; }


/* Mobile Menu */
.mobile-menu { padding-top: 10px; }
.mobile-menu .menu-collapser {background: #f69f04; margin-top: 20px;}
.mobile-menu .collapse-button { background: #FFFFFF; }
.mobile-menu .collapse-button .icon-bar {background: #f69f04;}
.mobile-menu ul.slimmenu li { background: #f1f1f1; }
.mobile-menu ul.slimmenu > li { border-left: none; }
.mobile-menu ul.slimmenu li a { font-size: 11px; padding: 8px 64px 8px 16px }
.mobile-menu ul.slimmenu li a:hover { background: #c4c4c4; }


/* =============================================================== */
/* Remodal
================================================================ */

/* Full credit and many thanks to Vodka Bears */
/* http://vodkabears.github.io/remodal/ */

/* Hide scroll bar */
html.remodal-is-locked { /* overflow: hidden; */ } /* disabling this style prevents the 'shift right' effect when overlay opens */

/* Anti FOUC */
.remodal, [data-remodal-id] { display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay, .remodal-wrapper { backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal { position: relative; text-size-adjust: 100%; }

/* Disable Anti-FOUC */
.remodal-is-initialized { display: inline-block; }

/* remodal-default-theme.css start */

/* Default theme styles for the background */
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened { -webkit-filter: blur(3px); filter: blur(3px); }
.remodal-bg { height: 100%; /* hack to blur entire bg, not sure why needed */ }

/* Default theme styles of the overlay */
.remodal-overlay { background: rgba(43, 46, 56, 0.5); }

.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing { animation-fill-mode: forwards; }
.remodal-overlay.remodal-is-opening { animation: remodal-overlay-opening-keyframes 0.3s; }
.remodal-overlay.remodal-is-closing { animation: remodal-overlay-closing-keyframes 0.3s; }

/* Default theme styles of the wrapper */
.remodal-wrapper { padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal p, .remodal li { font-size: 0.85rem; }

.remodal.remodal-is-opening, .remodal.remodal-is-closing { animation-fill-mode: forwards; }
.remodal.remodal-is-opening { animation: remodal-opening-keyframes 0.3s; }
.remodal.remodal-is-closing { animation: remodal-closing-keyframes 0.3s; }

/* Vertical align of the modal dialog */
.remodal, .remodal-wrapper:after { vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:hover { color: #2b2e38; }
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm, .remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.remodal-confirm { color: #fff; background: #81c784; }
.remodal-confirm:hover { background: #66bb6a; }
.remodal-cancel { color: #fff; background: #e57373; }
.remodal-cancel:hover { background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner { padding: 0; border: 0; }

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay { background: #2b2e38; }
.lt-ie9 .remodal { width: 700px; }


/* Media queries
   ========================================================================== */

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .remodal { max-width: 700px; }
} 

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  .remodal { max-width: 900px; }
  .remodal p, .remodal li { font-size: 1rem; }
}

/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) {
  .remodal { max-width: 1100px; }
} 

/* =============================================================== */
/* Vertical Timeline
================================================================ */

/* Full credit and many thanks to CodyHouse */
/* https://codyhouse.co/gem/vertical-timeline/ */

.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

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

Main components 

-------------------------------- */
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-red { background: #BE1E2D; }
.cd-timeline-img.cd-grey { background: #999999; }

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #e9f0f5;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 { color: #303e49; font-size: 24px; margin-bottom: 25px; }
.cd-timeline-content p { margin-bottom: 5px; }
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #e9f0f5;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 2px;
    font-size: 16px;
    font-size: 1rem;
    padding: 0;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #e9f0f5;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}





/* Define mobile styles */
@media only screen { } 

/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) { } 

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) { } 

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) { } 

/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) { } 

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 120.063em) { } 


.splide {
  z-index:-1;
}

/* OWL TESTIMONIALS */
.testimonials .owl-item .item { 
	background: #FFFFFF;
	/* padding: 35px 20px 55px 20px;  */
	padding:10px 0 0 0;
	font-size: 17px;
	text-align: center;
	line-height: 1.2;
  }
  .testimonials .owl-item .item .testimonial-content { margin-bottom: 30px; }
  .testimonials .owl-item .item .testimonial-author { color: #1a1654; text-transform: uppercase; font-weight: 600;}
  .testimonials .owl-item .item .testimonial-author-title { color: #a8a8a8; font-style: italic; }
  .testimonials .owl-item p {font-size:16px;}
  
  
  
  /**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */
  /*
   *  Owl Carousel - Core
   */
  .owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1; }
	.owl-carousel .owl-stage {
	  position: relative;
	  -ms-touch-action: pan-Y;
	  touch-action: manipulation;
	  -moz-backface-visibility: hidden;
	  /* fix firefox animation glitch */ }
	.owl-carousel .owl-stage:after {
	  content: ".";
	  display: block;
	  clear: both;
	  visibility: hidden;
	  line-height: 0;
	  height: 0; }
	.owl-carousel .owl-stage-outer {
	  position: relative;
	  overflow: hidden;
	  /* fix for flashing background */
	  -webkit-transform: translate3d(0px, 0px, 0px); }
	.owl-carousel .owl-wrapper,
	.owl-carousel .owl-item {
	  -webkit-backface-visibility: hidden;
	  -moz-backface-visibility: hidden;
	  -ms-backface-visibility: hidden;
	  -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  -ms-transform: translate3d(0, 0, 0); }
	.owl-carousel .owl-item {
	  position: relative;
	  min-height: 1px;
	  float: left;
	  -webkit-backface-visibility: hidden;
	  -webkit-tap-highlight-color: transparent;
	  -webkit-touch-callout: none; }
	.owl-carousel .owl-item img {
	  display: block;
	  width: 100%; }
	.owl-carousel .owl-nav.disabled,
	.owl-carousel .owl-dots.disabled {
	  display: none; }
	.owl-carousel .owl-nav .owl-prev,
	.owl-carousel .owl-nav .owl-next,
	.owl-carousel .owl-dot {
	  cursor: pointer;
	  -webkit-user-select: none;
	  -khtml-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none; }
	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next,
	.owl-carousel button.owl-dot {
	  background: none;
	  color: inherit;
	  border: none;
	  padding: 0 !important;
	  font: inherit; 
	  transition:none;
	}
	.owl-carousel button:hover.owl-dot {
	  transition:none;
	}
	.owl-carousel.owl-loaded {
	  display: block; }
	.owl-carousel.owl-loading {
	  opacity: 0;
	  display: block; }
	.owl-carousel.owl-hidden {
	  opacity: 0; }
	.owl-carousel.owl-refresh .owl-item {
	  visibility: hidden; }
	.owl-carousel.owl-drag .owl-item {
	  -ms-touch-action: pan-y;
		  touch-action: pan-y;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none; }
	.owl-carousel.owl-grab {
	  cursor: move;
	  cursor: grab; }
	.owl-carousel.owl-rtl {
	  direction: rtl; }
	.owl-carousel.owl-rtl .owl-item {
	  float: right; }
  
  /* No Js */
  .no-js .owl-carousel {
	display: block; }
  
  /*
   *  Owl Carousel - Animate Plugin
   */
  .owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both; }
  
  .owl-carousel .owl-animated-in {
	z-index: 0; }
  
  .owl-carousel .owl-animated-out {
	z-index: 1; }
  
  .owl-carousel .fadeOut {
	animation-name: fadeOut; }
  
  @keyframes fadeOut {
	0% {
	  opacity: 1; }
	100% {
	  opacity: 0; } }
  
  /*
   *  Owl Carousel - Auto Height Plugin
   */
  .owl-height {
	transition: height 500ms ease-in-out; }
  
  /*
   *  Owl Carousel - Lazy Load Plugin
   */
  .owl-carousel .owl-item {
	/**
		This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
		calculation of the height of the owl-item that breaks page layouts
	   */ }
	.owl-carousel .owl-item .owl-lazy {
	  opacity: 0;
	  transition: opacity 400ms ease; }
	.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
	  max-height: 0; }
	.owl-carousel .owl-item img.owl-lazy {
	  transform-style: preserve-3d; }
  
  /*
   *  Owl Carousel - Video Plugin
   */
  .owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000; }
  
  .owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease; }
  
  .owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
		transform: scale(1.3, 1.3); }
  
  .owl-carousel .owl-video-playing .owl-video-tn,
  .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none; }
  
  .owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease; }
  
  .owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%; }
  
  
  /**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */
  /*
   *  Default theme - Owl Carousel CSS File
   */
  .testimonials .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent; }
	.testimonials .owl-nav [class*='owl-'] {
	  color: #FFF;
	  font-size: 14px;
	  margin: 5px;
	  padding: 4px 7px;
	  background: #D6D6D6;
	  display: inline-block;
	  cursor: pointer;
	  border-radius: 3px; }
	  .testimonials .owl-nav [class*='owl-']:hover {
		background: #869791;
		color: #FFF;
		text-decoration: none; }
	.testimonials .owl-nav .disabled {
	  opacity: 0.5;
	  cursor: default; }
  
  .testimonials .owl-nav.disabled + .owl-dots {
	margin-top: 30px; }
  
  .testimonials .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	box-shadow: none;
	}
	.testimonials .owl-dots .owl-dot {
	  display: inline-block;
	  zoom: 1;
	  box-shadow: none;
	  transform: none;
	  }
	  .testimonials .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
		margin: 0 3px;
		background: #cfcfcf;
		display: block;
		-webkit-backface-visibility: visible;
		transition: opacity 200ms ease;
		border-radius: 30px; }
	  .testimonials .owl-dots .owl-dot.active span, .testimonials .owl-dots .owl-dot:hover span {
		background: #1a1654; }
  

    /*
MESSAGE BOX ---------------------------------------------
*/

/* This is the container for the message box */
#messages { width: 100%; }
#messages:after { content: ''; display: table; clear: both; }

/* message box */
.msgbox_messages { width: 100%; padding: 0px 0px; height: 50px; min-height:50px; background: #2172AF; }
.msgbox_message { width: 100%; }
.msgbox_title { font: bold 24px Calibri, sans-serif; color: #FFF; display: block; line-height: 50px; text-align: center; }
.msgbox_title a { font: bold 24px Calibri, sans-serif; color: #FFF; display: block; padding: 0 10px; line-height: 50px; text-decoration: none; transition-property: background-position; transition-duration: 1s; }
.msgbox_title a:hover { background: #185380; color: #FFF; }
.msgbox_body { padding: 10px; font: 15px arial, sans-serif; line-height: 140%; }
.msgbox_body a { color: #F00; }
.msgbox_prevnext { border-radius: 0 0 5px 5px; background: #444; height: 50px; overflow: hidden; width: 100%; }
.msgbox_prevnext a { color: #AAA; display: block; width: 50%; float: left; font: bold 32px arial; line-height: 50px; text-align: center; }
.msgbox_prevnext a:hover { color: #FFF; background: #222; }

/* LetterFX */

.letterfx{display:inline-block;margin:0;padding:0;transition:all 1s;-ms-transition:all 1s;-webkit-transition:all 1s}.letterfx-spin-before{transform:rotate(3600deg);-ms-transform:rotate(3600deg);-webkit-transform:rotate(3600deg)}.letterfx-spin-after{transform:none}.letterfx-fade-before{opacity:0}.letterfx-grow-before{transform:scale(0,0);-ms-transform:scale(0,0);-webkit-transform:scale(0,0)}.letterfx-grow-after{transform:none}.letterfx-smear-before{color:transparent;text-shadow:-1px -1px 25px transparent}.letterfx-smear-after{color:inherit;text-shadow:0 0 #333}.letterfx-fall-before{visibility:hidden;transform:scale(3,3);-ms-transform:scale(3,3);-webkit-transform:scale(3,3)}.letterfx-fall-after{transform:scale(1,1);-ms-transform:scale(1,1);-webkit-transform:scale(1,1);text-shadow:0}.letterfx-swirl-before{visibility:hidden;transform:scale(3,3) rotate(3600deg);-ms-transform:scale(3,3) rotate(3600deg);-webkit-transform:scale(3,3) rotate(3600deg)}.letterfx-swirl-after{transform:none text-shadow:0}.letterfx-wave-container .letterfx{position:relative}.letterfx-wave-before{bottom:0}.letterfx-wave-after{bottom:15px}.letterfx-fly-left-container .letterfx,.letterfx-fly-right-container .letterfx,.letterfx-fly-top-container .letterfx,.letterfx-fly-bottom-container .letterfx{position:relative}.letterfx-fly-left-before{left:-50em}.letterfx-fly-left-after{left:0}.letterfx-fly-right-before{right:-50em}.letterfx-fly-right-after{right:0}.letterfx-fly-top-before{top:-20em}.letterfx-fly-top-after{top:0}.letterfx-fly-bottom-before{bottom:-20em}.letterfx-fly-bottom-after{bottom:0}