
/* =============================================================== */
/* Overwrite Foundation/Normalize defaults
================================================================ */
* { outline: none; border: none; }

body {
  font-family: 'Helvetica', sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Stolzl', sans-serif;
  font-weight: 900;
}


a, a:visited {
  color: #41adbd;
}

a:hover, a:focus {
  color: #4f8f98;
  text-decoration: none;
}

strong { font-weight: 700; }
img { width: 100%; } /* IE9 fix for SVG images */
ul, ol, dl { margin-left: 2.5rem; }

button, .button { 
  
  color: #FFFFFF;
  background: #41adbd;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  border:#41adbd;
  border-style: solid;
  border-radius: 30px;  
}

button:hover, button:focus, .button:hover, .button:focus { 
  background: #fff; 
  color: #41adbd;
  border: #41adbd;
  border-style: solid;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: background 0.3s ease-out, box-shadow 0.3s cubic-bezier(.25,.8,.25,1);
  padding: 10px 30px;
}


button.expand, .button.expand {
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Stolzl', sans-serif;
    font-weight: 900;
    padding: 10px 30px;
    color: #fff;
}

button.expand:hover, .button.expand:hover {
  color:#40adbd;
  
}

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%; width: 100%; }

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

/* =============================================================== */
/* Generic Content Styling 
================================================================ */

.testimonials { background: #f8f8f8; }

.welcome { background: #f8f8f8; }

.service-text {
  padding:20px;
  text-align: center;
}

.service-text h3{
    letter-spacing: -.7px;
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Stolzl', sans-serif;
    color: #191919;
    margin-bottom: .5rem;
    text-transform: uppercase;
}

.service-text a {
    color: #0521c2;
    line-height: inherit;
    text-decoration: none;
    font-size:14px;
}


.partner-text {
  padding:20px;
  text-align: left;
}

.partner-text h3{
    letter-spacing: -.7px;
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Stolzl', sans-serif;
    color: #41adbd;
    margin-bottom: .5rem;
    text-transform: uppercase;
}

.partner-text a {
    color: #0521c2;
    line-height: inherit;
    text-decoration: none;
    font-size:14px;
}



.section-area { padding: 2.5rem 0; }
.section-title { text-align: center; margin: 0 0 1rem 0; }

.section-title h2 {
  font-size: 1.8rem;
  letter-spacing:2px;
  margin: 1rem 0;
  text-align: center;
  text-transform: uppercase;
  color: #41adbd;
}

.section-title h2:after {  background: #999999; content: ""; display: block; margin-left: auto;
  margin-right: auto; margin-top: 5px; height: 3px; width: 80px; }

.section-desc {
  color: #585858;
  text-align: center;
  font-size: 1rem;
  font-weight:400;
  font-family: Helvetica, sans-serif;
  margin-bottom: 50px;
}



.section-row { margin-bottom: 1.6rem; }
.section-text h2 { font-size: 1.4rem; text-transform: uppercase; display: inline; }

.section-text h4 {
  text-transform: uppercase;
  color: #4f8f98;
}

.section-text p, .section-text li { margin: 0 0 15px 0;
padding: 0;
font-size: 18px;
line-height: 30px;
font-weight: 325 ;
color: #666666; 
}

.section-image { margin-bottom: 2rem; }

.section-image p {
  color: #FFFFFF;
  background: #4f8f98;
  padding: 0.4rem 1rem;
  font-size: 0.95rem;
  font-style: italic;
  text-align: center;
}

.option-title {
  display: table;
  width: 100%;
}

.option-title h4 {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

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

.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: #BE1E2D; margin: 1.4rem auto 2rem auto; width: 100px; }
.sub-section-desc p { font-size: 1.25rem; 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: #BE1E2D; }

.section-popup h4 {
  text-align: center;
  color: #FFFFFF;
  background: #41adbd;
  margin: 0;
  padding: 0.8rem 0;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;

}

.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; 
}
.section-popup:hover p { border-color: #FFFFFF; color: #FFFFFF; }

.remodal-content-container {
  text-align: left;
}

.remodal-content-container p {
  text-align: left;
  padding: 0;
font-size: 16px;
line-height: 25px;
font-weight: 325 ;
color: #666666; 
}
.remodal-content-container li {
  text-align: left;
  padding: 0;
font-size: 16px;
line-height: 25px;
font-weight: 325 ;
color: #666666; 
}


.remodal-content-container h2 {
  font-size: 1.8rem;
  letter-spacing:2px;
  margin: 1rem 0;
  text-transform: uppercase;
  color: #41adbd;
}

.remodal-content-container h2:after { background: #999999; content: ""; display: block; height: 3px; width: 80px; margin: 1rem 0 0 0; }

.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); }

img.staff-image {
  width: unset;
  float: right;
  margin: 0 0 1rem 2rem;
}

.fp-disclaimer {
  background: #E5E5E5;
  padding: 2rem 3rem 1rem;
  color: #000000;
}

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .section-area { padding: 2.5rem 2rem; }
} 

.what-we-do .programs-title { text-transform: uppercase; color: #000000; margin-bottom: 40px; text-align: center; font-weight: 700; font-size: 30px; }
.what-we-do .programs-title-img { display: none; }
.what-we-do .programs-accordion { margin-bottom: 40px; }
.what-we-do .accordion .accordion-navigation, .what-we-do .accordion dd { margin-bottom: 5px !important; position: relative; }
.what-we-do .accordion .accordion-navigation a, .what-we-do .accordion dd a { color: #1b75bc; text-transform: uppercase; font-size: 18px; background: #f6f6f6; position: relative; outline: none;  }
.what-we-do .accordion .accordion-navigation a:after, .what-we-do .accordion dd a:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #1b75bc;
  border-bottom: 1px solid #1b75bc;
  position: absolute;
  right: 30px;
  content: "";
  top: 24px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.what-we-do .accordion .accordion-navigation.active a:after, .what-we-do .accordion dd.active a:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.what-we-do .accordion .accordion-navigation .content.active, .what-we-do .accordion dd .content.active { padding-top: 0; background: #f6f6f6; }


.what-we-do .programs-brochure { display: block; position: relative; }
.what-we-do .programs-brochure .programs-brochure-text { position: absolute; left: 15px; bottom: 15px; text-transform: uppercase; font-weight: 700; line-height: 1.2; }
.what-we-do .programs-brochure .programs-brochure-text .white-text { color: #FFFFFF; font-size: 24px; margin-bottom: 10px; }
.what-we-do .programs-brochure .programs-brochure-text .orange-text { color: #f78e1e; font-size: 16px; }

.content p{
  font-size:14px;
  margin-top:10px;
}

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: transparent;
    border-color: #fff;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #fff;
    border-color: #fff;
}


.quote.section-area {
    background: #2f3234;
    color: #fff;
    text-align: center;
}
.quote.section-area h4 {font-size:20px;color: #fff;font-weight: 400;}

.quote.section-area p {margin: 20px 0 0 0;font-size:15px;color: #fff;}



/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    margin-top: -85px;
    margin-left: 50%;
    width:100%;
    z-index: 3;
    color: #fff;
    text-align: center;
  -webkit-transform: translate3d(-50%,-70%,0);
  -moz-transform: translate3d(-50%,-70%,0);
  -ms-transform: translate3d(-50%,-70%,0);
  -o-transform: translate3d(-50%,-70%,0);
  transform: translate3d(-50%,-70%,0);
}
.hero h1 { 
font-family: ‘Stolzl’, sans-serif;
    font-size: 2em;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    text-shadow: 4px 4px 10px rgba(49, 49, 49, 1);
     }
.hero h3 { font-size: 12px;
  font-family: Helvetica, sans-serif;
  letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff; }

.hero-button-area { text-align: center; margin-top: 15px; }

.hero-button { 
  color: #fff !important;
  background: #41adbd; 
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  border:#41adbd;
  border-style: solid;
  border-radius: 10px;
  font-size: 0.875rem;
  font-family: 'Stolzl', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: background 0.3s ease-out, box-shadow 0.3s cubic-bezier(.25,.8,.25,1);
  padding: 8px 30px;
  display: inline-block;
  margin: 0 10px 15px 10px;
  width: 310px;
}

.hero-button:hover, .hero-button:focus { 
  background: #fff; 
  color: #41adbd !important;
  border: #41adbd;
  border-style: solid;
  border-radius: 10px;
  margin: 0 10px 15px 10px;
}



/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url('../images/abacus-header.jpg'); 
}

/********************************/
/*          Media Queries       */
/********************************/
@media only screen and (min-width:280px) {
  .hero { top: 350px; width: 75%; position: absolute; background:transparent; padding-bottom: 0px; }
  .mobile-hero h3{
color: #585858;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    font-family: Helvetica, sans-serif;
  }
}

@media only screen and (min-width:600px) {
  .hero { top: 470px; }
  .hero h1 { font-size: 4em;}   
  .hero h3 { font-size: 20px; }
  .hero-button-area { margin-top: 40px; }
  .hero-button { padding: 5px 10px; }
}

@media only screen and (min-width:768px) {
  
}


@media only screen and (min-width:1000px) {
  .hero { top: 500px; }
    .hero-button { padding: 15px 30px; }
      .hero-button-area { margin-top: 60px; }
}

/* min-width 1025px, large screens */
@media only screen and (min-width: 1400px) {
  .hero { top: 600px; }
}

/* min-width 1025px, large screens */
@media only screen and (min-width: 2000px) {
  .hero { top: 750px; }
}

.container3 {position: relative;}

.container3 p {
margin: 0;
position: absolute;
top: 50%; 
transform: translate(0, -50%) }

@media only screen and (orientation:landscape) and (min-width:280px) {
  .iframe-container {
  overflow: hidden;
  height:1550px;
  width:;
  position: relative;
  }

  .iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
  }
}

@media only screen and (orientation:portrait) and (min-width:280px) {
  .iframe-container {
  overflow: hidden;
  height:1350px;
  position: relative;
  }

  .iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
  }
}

@media only screen and (min-width:600px) {
.iframe-container {
  overflow: hidden;
  height:1000px;
  position: relative;
  }

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
  }
}

/* =============================================================== */
/* 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: #41adbd;
  opacity: 0.5;
  -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: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #FFFFFF;
  line-height: 40px;
  font-size: 20px;
}

.backtotop a:hover {
  background: #41adbd;
  opacity: 0.85;
}

.backtotop a i {
  margin: 0;
  padding-left: 9px;
}

/* =============================================================== */
/* Header & Fixed/Sticky Navigation
================================================================ */


.interest h1{
  font-size:5rem;
  font-weight:300;
  color:#40adbd;
}

.interest h3{
  font-size:20px;
}

.interest h4{
  color:#40adbd;
  font-weight:500;
  padding: 40px 0px 20px 0px;
}

.contact-bar {
  background: transparent; padding: 0.4rem 0;
}

.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: 1rem;
}

.contact-bar .fixed-contact .fixed-address {
  margin-top: 1rem;
}

.contact-bar .fixed-contact a:hover, .fixed-contact a:focus {
  text-decoration: underline;
}

.contact-bar .fixed-contact [class^="icon-"]::before {
  color: #AAAAAA;
  font-size: 1.25rem;
  position: relative;
  top: 2px;
}

.fixed-logo img {
  max-width:200px;
  margin: 0 auto 25px auto;
  display: block;
}

.fixed-logo img.fixed-logo-colour { display: none; }
.fixed .fixed-logo img.fixed-logo-colour { display: block; }
.fixed .fixed-logo img.fixed-logo-white { display: none; }

.sub-nav {
  overflow: visible;
  display:inline-block;
  position: absolute; 
top: 50%; 
transform: translate(0, -50%)
}

.sub-nav ul {
  display:inline-block;
}


.menu-bar { background: transparent; padding: 1.3rem 0; transition: padding 1s ease; }
.menu-bar ul { list-style-type: none; }
.menu-bar li { float: none; display: inline-block; }

.menu-bar { box-shadow: 4px 4px 10px rgba(49, 49, 49, 1); }

.menu-bar .sub-nav dt a, 
.menu-bar .sub-nav dd a, 
.menu-bar .sub-nav li a {
  border-radius: 2px;
  color: #323232;
  padding: 0.1875rem 0.4rem;
  font-family: 'Stolzl', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.fixed .menu-bar .sub-nav li.active a, .menu-bar .sub-nav li.active a {
    color:#323232;
    background:transparent;
}

.menu-bar .sub-nav li.active a:hover {
  color:#40adbd;
}

.menu-bar .sub-nav li a:hover {
color:#40adbd
}

.fixed-logo {
  max-width: 160px;
  display:inline-block;
}

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

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .fixed-logo img { margin: 0 auto; }
  .menu-bar { padding: 1.3rem; transition: padding 1s ease;  }
  .fixed .menu-bar { background: #FFF; padding: 1.3rem ;  }

  .menu-bar .sub-nav dt a, 
  .menu-bar .sub-nav dd a, 
  .menu-bar .sub-nav li a { color: #323232; }

  .contact-bar .fixed-contact ul { text-align: center; }
  .contact-bar .fixed-contact li { padding: 0 0 0 1.6rem; display: inline-block; }

  .contact-bar .fixed-contact .fixed-address {
    margin-top: 0;
    margin: 2.5rem 0 0;
  }

  .contact-bar .fixed-contact .fixed-email { display: none; }
} 

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


.header-button { 
  background: #fff; 
  color: #41adbd;
  border: #41adbd;
  border-style: solid;
  border-radius: 30px;
  font-size: 0.875rem;
  font-family: 'Stolzl', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: background 0.3s ease-out, box-shadow 0.3s cubic-bezier(.25,.8,.25,1);
  padding: 10px 30px;
  overflow: visible;
  position: absolute; 
top: 50%; 
transform: translate(0, 70%)
}

.header-button:hover, .header-button:focus { 
  color: #FFFFFF;
  background: #41adbd; 
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  border:#41adbd;
  border-style: solid;

}


#social-media, #contact-details { list-style-type: none; margin: 0; padding: 0; }
#social-media li { float: left; margin-right: 15px; }
.sm-icon a{ display: block; width: 30px; line-height: 30px; text-align: center; cursor: pointer; color: #08166d; }
  .sm-icon a:hover { color: #08166d; }


/* =============================================================== */
/* Bootstrap 3 menu
================================================================ */


nav.navbar.bootsnav .navbar-brand { display: block; padding: 10px 0 0 10px; height: auto; }
nav.navbar.bootsnav .navbar-toggle { float: right; margin: 0; color: #ffffff; background: transparent; box-shadow: none; font-size: 44px; margin-top: 15px; }
nav.navbar.bootsnav .navbar-toggle i.fa-times { color: #41adbd; } 
nav.navbar.bootsnav .navbar-nav { background: #303234; padding-top: 20px; }
nav.navbar.bootsnav .active { background: transparent; color: #41adbd; }
nav.navbar.bootsnav ul.nav > li.active > a { color: #41adbd; }
nav.navbar.bootsnav ul.nav > li.non-active > a { color: #d4d4d5; }
nav.navbar.bootsnav ul.nav > li > a { text-transform: uppercase; letter-spacing: 2px; font-weight: 400; border: none; }
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a { border: none; color: #6f6f6f;font-family:'Helvetica', sans-serif; font-size:12px; text-transform: uppercase; letter-spacing:1px; }
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {color:#41adbd;}
.banner { margin-top: 100px; background: #f8f8f8; }
.section-area.welcome { margin-top: -100px; }

nav.navbar.bootsnav ul.nav > li > a.nav-hero-button, nav.navbar.bootsnav.no-background.white ul.nav > li > a.nav-hero-button { padding: 5px 20px; background: #41adbd; border: 3px solid #41adbd; color: #FFFFFF; text-align: center; width: 250px; margin: 20px auto; }
nav.navbar.bootsnav ul.nav > li > a.nav-hero-button:hover, nav.navbar.bootsnav.no-background.white ul.nav > li > a.nav-hero-button:hover { background: #FFFFFF; border: 3px solid #41adbd; color: #41adbd;  }

/*bootstrap 3 breakpoints */
@media only screen and (min-width:280px){
  .section-area.welcome { margin-top: 0; }
    nav.navbar.bootsnav.navbar-fixed {
    height:70px;
}

  nav.navbar.bootsnav.navbar-fixed .logo-scrolled{
  width:80px;
  float:left;
  }
  nav.navbar.bootsnav .navbar-brand {
    width: 80px;
  }
  nav.navbar.bootsnav .navbar-toggle {
    font-size: 30px;
    margin-top:10px;
  }
  .banner {
    margin-top: 70px;
  }
}

@media only screen and (min-width:768px){
nav.navbar.bootsnav.navbar-fixed {
  height:100px;
}
  nav.navbar.bootsnav .navbar-toggle {
    font-size: 44px;
    margin-top:10px;
  }
  nav.navbar.bootsnav .navbar-brand {
    width:110px;
  }
  nav.navbar.bootsnav.navbar-fixed .logo-display { display: none; }
}
@media only screen and (min-width:992px){
  nav.navbar.bootsnav.navbar-fixed { display: flex; align-items: center; }
  .navbar-collapse.collapse { flex-grow: 1; }
  ul.navbar-nav { text-align: left; width: 100%; margin-top: 15px; padding-left: 40px; }
  .navbar-nav > li { float: none; display: inline-block; }
  .nav > li.nav-button-right { float: right; display: block; top: -7px; }
  nav.navbar.bootsnav ul.nav li > a { padding: 0; margin: 0 15px; }
  nav.navbar.bootsnav ul.nav > li > a.nav-hero-button, nav.navbar.bootsnav.no-background.white ul.nav > li > a.nav-hero-button { width: auto; margin: 0 15px 0 0; }
  
}
@media only screen and (min-width:1024px) {
  .banner { margin-top: 0; }
  nav.navbar.bootsnav .navbar-nav { background: transparent; padding-top: 0; }
}
@media(min-width:1200px){}

/* =============================================================== */
/* Slider
================================================================ */

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
}

[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; width: 100%; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

/* Slider Theme */
.slick-loading .slick-list { background: #fff url('../images/ajax-loader.gif') center center no-repeat; }

/* Arrows */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 2rem;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 0;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; }

.slick-prev:before, .slick-next:before {
    font-family: 'fontello';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0; z-index: 2;
}

.slick-prev:before {
  content: '\e813'; margin-left: 0px;
}

.slick-next {
  right: 0; z-index: 2;
}

.slick-next:before {
  content: '\e812'; margin-left: 0px;
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before { opacity: .75; color: black; }

/* Custom styles */
.slick-slide
.slider-nav-item {
  background: #003767;
  color: #bbbbbb;
  text-align: center;
  margin: 1.2rem;
  padding: 1rem 0;
  opacity: 0.8;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
.slide-info {  
  background: #003767;
  padding: 1rem;
  display: block;
  position: relative;
}
.slide-info h3, .slide-info p {
  color: #FFFFFF;
}

.slide-info a {
  margin: 0;
  color: #FFFFFF;
}

.slick-current .slider-nav-item { background: #2098D1; color: #FFFFFF; opacity: 1; }

.slick-slider-nav { margin-top: -100px; }


.testimonial-slider p {
  font-style: italic;
  color: #222222;
}

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

  .testimonial-slider .slick-prev, .testimonial-slider .slick-next {
    top: -1.5rem;
    background: #1C8F9A;
    border-radius: 2px;
    width: 25px;
    height: 25px;
  }

}

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

  .testimonial-text {
    text-align: center;
    margin: 0 6rem;
  }
  
} 

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  .slick-next:before { margin-left: 5px; }

  .slick-prev, .slick-next {
    background: #4f8f98;
    height: 40px;
    width: 40px;
    top: 50%;
    border-radius: 2px;
  }

  .slick-prev:hover, .slick-next:hover {
    background: #95AAE2;
  }

  .slide-info {
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 10%;
    left: 10%;
    border-radius: 2px;
    max-width: 40%;
  }
  .slide-info h3 { font-size: 1.8rem; text-shadow: 2px 2px 2px #333333; }
  .slide-info p { font-size: 1.2rem; }
}

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

  .slide-info h3 {
    font-size: 2.15rem;
  }

  .slide-info p {
    font-size: 1.6rem;
  }
} 

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

/* =============================================================== */
/* Intro Splash
================================================================ */
.intro { position: relative; display: inline-block; margin-bottom: -7px; }
.intro .intro-image { background-image: url(../images/background-albury.jpg); 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: 55%; }
.intro h3, .intro h1 { 
  color: #FFFFFF;
  text-transform: uppercase; 
  text-align: center;
}

.intro-mobile {text-align: center; padding: 10rem 0 5rem 0; background-image: url(../images/abacus-header.jpg); }
.intro-mobile h3 {  font-family: 'Stolzl', sans-serif; font-weight: 400;text-transform: uppercase; color: #ffffff  }

.intro-mobile h1 { font-family: 'Stolzl', sans-serif; font-weight: 900;text-transform: uppercase; font-size: 2rem; letter-spacing: 2px; color: #ffffff ; }

.orange-intro {
  background: #41adbd;
  text-align: center;
  padding-top: 15px;
  padding-bottom:15px;
}

.orange-intro p {
  width:100%;
  font-family: 'Stolzl', sans-serif;
  text-align: center;
  margin: 0; padding: 0;
  font-size: 1.6em;
  color: #FFFFFF;
}

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

/* 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; }
}

/* 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; }
  .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; }
}

/* =============================================================== */
/* Latest News & Market Watch
================================================================ */
.news-item-container { position: relative; }
.news-item-container:after { content: ''; display: block; height: 1px; width: 100%; margin: 0 0 25px 0; background: #AAAAAA; clear: both; }
.news-item-container img { margin-bottom: 0.6rem; }
.news-title { font-size: 1.3rem; font-weight: 700; margin-bottom: 0.3rem; line-height: 1.2; }
.news-description { margin-bottom: 0.2rem; }
.news-read-more { margin-bottom: 1rem; }

.read-more-articles {
  font-size: 1.4rem;
  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: 1.6rem; font-weight: 700; margin-bottom: 2rem; line-height: 1.2; }
.news-content-area p, .news-content-area li { font-size: 1.2rem; }

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

.news-sidebar { margin-top: 40px; }
.aid38128 .news-sidebar h4:before { content: 'Accounting '; }
.aid38313 .news-sidebar h4:before { content: 'Financial Planning '; }

.news-sidebar h4 {
  padding: 0.7rem 1rem;
  background: #4f8f98;
  color: #FFFFFF;
  font-weight: 700;
  margin: 0;
  border-bottom: 1px 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 a { 
  color: #222222;
  background: #E9EFFF;
  display: block;
  padding: 0.25rem 1rem;
  transition-duration: 0.2s, 0.4s;
  transition-property: padding, background, font-weight;
  transition-timing-function: ease-in-out;
}
.news-sidebar a:hover, .news-sidebar a:focus, .news-sidebar a.active {
  background: #4f8f98;
  color: #FFFFFF;
}

.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; }
.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; }


/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  .market-watch { float: right; }
}

/* =============================================================== */
/* About Us
================================================================ */
.profile-item { margin-bottom: 2rem; }
.profile-item figure { padding-top: 140%; }
.profile-item h3 { text-align: center; transition: all 0.25s ease-out; margin-bottom: 0; }
.profile-item:hover h3 { color: #A5313E; }
.profile-item p { text-align: center; transition: all 0.25s ease-out; font-style: italic; color: #999999; margin-bottom: 0; }
.profile-item:hover p { color: #444444; }

.profile-holder { text-align: left; }
.profile-holder h3 { margin: 1rem 0; }
.profile-holder h3:after { background: #e0952f; content: ""; display: block; height: 3px; width: 80px; margin: 1rem 0 0 0; }
.profile-holder .photo-column { width: 100%; margin: 1rem 0 1.6rem 0; }
.profile-holder .profile-column { width: 100%; margin-left: 0; }

.staff-title { font-size: 1.3rem; color: #999999; font-style: italic; }

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .profile-holder .photo-column { width: 35%; float: left; }
  .profile-holder .profile-column { width: 60%; margin-left: 4%; float: left; }
} 

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  .profile-holder .photo-column { width: 35%; float: left; }
  .profile-holder .profile-column { width: 60%; margin-left: 4%; float: left; }
}

/* =============================================================== */
/* Contact Us
================================================================ */
.contact-us p { margin-bottom: 2rem; font-size: 1rem; }
.contact-us ul { list-style-type: none; margin: 0 0 2rem 0; }

.contact-us li {
  margin: 0 0 1rem 0; font-size: 1rem;
}

.contact-us li i { color: #696986; }

.contact-us a, .contact-us a:visited { color: #222222; }

.contact-us a:hover, .contact-us a:focus {
  color: #3C9FA8;
  text-decoration: underline;
}
.contact-us h4 {

    color: #41adbd;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
}

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


.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 */

.submit_error_message { display: none; transition: all 0.2s ease-in; }

/* =============================================================== */
/* Message Box
================================================================ */

/* message box */
.msgbox_messages {
  width: 100%;
  background: #4f8f98;
}

.msgbox_messages:after { content: ''; display: table; clear: both; }

.msgbox_message {
  width: 100%;
}

.msgbox_title {
  color: #FFF;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}

.msgbox_title a {
  color: #FFF;
  display: block;
  padding: 20px;
  text-decoration: none;
  transition-property: background-position;
  transition-duration: 1s;
  font-size: 1.4rem;
  font-weight: 600;
  background: #40aebd;
}

.msgbox_title a:hover {
  background: #4f8f97;
  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: 60px; overflow: hidden; width: 100%; }
.msgbox_prevnext a { color: #AAA; display: block; width: 50%; float: left; font: bold 32px arial; line-height: 60px; text-align: center; }
.msgbox_prevnext a:hover { color: #FFF; background: #222; }

.message-box-sidebar .msgbox_messages a {
  background: #1753E4;
  padding: 1rem;
  line-height: 2rem;
  height: 170px;
}

.message-box-sidebar .msgbox_messages a:hover {
  text-decoration: none;
  padding: 1rem;
  line-height: 2rem;
  background: #3E6EE6;
}

/* 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}

/* =============================================================== */
/* Footer
================================================================ */
.footer-main { background: #414042; }
.footer-main p { color: #FFFFFF; margin-bottom: 0.4rem; font-family: 'Stolzl', sans-serif; font-weight: 200;}
.footer-main ul { margin-left: 0; list-style-type: none; }
.footer-main a { color: #FFFFFF; }
.footer-main a:hover { text-decoration: underline; }

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

.footer-bottom { background: #303234; }

.footer-bottom p {
  color: #FFFFFF;
  font-family: 'Stolzl', sans-serif;
  font-weight: 300;
  font-size: 11px;
}

.footer-bottom a {
 color: #C1D2FF;
}

.footer-logo img {
    position:block;
    max-width: 300px;
    float: right;
    padding:10px;
  }

.footer-bottom a:hover {
  color: #D2DFFF;
  text-decoration: underline;
}

.footer-bottom h6 {
  color: #FFFFFF;
}

.footer-bottom ul {
  list-style: none;
  margin-left: 0;
}

.footer-bottom .copyright {
  font-size:13px;
    font-weight: 200;
}

.footer-bottom .plannerweb {
  font-size:15px;
    font-weight: 200;
}

.compliance-text { text-align: center; }
.compliance-text p { font-size: 0.8rem; line-height: 1.3; }
.compliance-text a, .compliance-text a:visited { color: #222222; text-decoration: underline; }
.compliance-text a:hover, .compliance-text a:focus { text-decoration: none; }
.compliance-logo { text-align: center; }
.compliance-logo img { display: inline-block; }
.charter-logo, .cqap-logo { margin-bottom: 1.4rem; }
.charter-logo { max-width: 200px; }
.cqap-logo { max-width: 150px; }

.copyright-area {
  margin-top: 1rem;
}

@media only screen and (min-width:450px) {
  .copyright {
    font-size: 12px;
  }
  .plannerweb {
    float:none;
    margin-top:0px;
  }
}

@media only screen and (min-width:600px) {
  .copyright {
    font-size: 20px;
  }
  .plannerweb {
  }
}

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .compliance-text { text-align: left; }
  .compliance-logo { text-align: right; }
} 

.staff-member-details {
  padding:2px;
}

.staff-member-details p{
  font-size: 14px;
}
.staff-member-details h4 {
    color: #41adbd;
    display: inline;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}

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

.scrollingtext { position: absolute; }

#jsticker_scroll {
  font-family: 'Stolzl', sans-serif;
  font-weight: 400;
  position: relative;
  height: 45px;
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  background: #ffffff;
}

#jsticker_scroll div { display: inline-block; margin: 0; }
#jsticker_scroll a { color: #41adbd; display: block; padding: 0 20px; line-height: 45px; }
#jsticker_scroll a:hover { text-decoration: underline; }
#jsticker_scroll .scrollingtext { white-space: nowrap; }

/* =============================================================== */
/* 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: 15px 20px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.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: 'Stolzl', sans-serif !important;
  font-weight: 400;
  font-size: 22px;
  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; }


/* Slideshow container */
.slideshow-container {
  position: relative;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px 50px 20px 50px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  color: #323232;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-size: 1.3rem;line-height: 1.5em;}

/* Add a blue color to the author */
.author {color: #41adbd;/* color: black; */font-size: 1.em;margin-top: 2em;}




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

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

  .remodal {
    max-width: 700px;
    padding: 30px;
  }

  .files-area {
    text-align: right;
  }

} 

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

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

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

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


  .footer-logo img {
    max-width: 250px;
  }

} 

/* 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 1285px, larger screens */
@media only screen and (min-width: 80.313em) {

  li.top-divider {
    height: 42px;
    position: relative;
    top: 16px;
    border-right: 1px solid #AEAEAE;
  }

}

/* 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) { } 



/*bootstrap 3 breakpoints */
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}