
/* =============================================================== */
/* Overwrite Foundation/Normalize defaults
================================================================ */
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

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


a, a:visited {
    color: #0167ac;
}

a:hover, a:focus {
  color: #11496f;
}


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

button, .button { 
  background: #0068ac;
  text-transform: uppercase; 
  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), transform 0.3s ease-out;
  border-radius: 2px;
  font-weight: 600;
  color: #FFFFFF !important;
}

button:hover, button:focus, .button:hover, .button:focus { 
  background: #01548f;
}

button.expand, .button.expand {
    border-radius: 2px;
}

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

h1.content_title {
  font-size: 1.8rem;
  letter-spacing:2px;
  margin: 1rem 0;
  text-align: center;
  text-transform: uppercase;
  color: #0068ac;
    margin: 40px 0;
    padding-bottom: 20px;
    font-size: 2.2rem;
    font-weight: 900;
    border-bottom: 2px solid #cccccc; 
  }
/* =============================================================== */
/* Generic Content Styling 
================================================================ */
.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: #0068ac;
}

.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: 1.3rem;
  font-weight:400;
  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: #6782CB;
}

.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: #0068ac;
  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: #0167ac; }

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

}

.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: #0068ac;
}

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

.journey-row-2 {padding-left: 0;padding-right: 0;}

/* min-width 641px, medium screens */
@media only screen and (min-width: 1000px) {
  .section-area { padding: 2.5rem 2rem; }
  .journey-row-2 {padding-left: 0.9375rem;padding-right: 0.9375rem;}
} 

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


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




/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 25%;
    left: 30%;
    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: ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“LatoÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢, sans-serif;
    font-size: 2em;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
     }
.hero h3 { font-size: 16px;
letter-spacing: 1px;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff; }

/********************************/
/*            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:1024px) {
  .hero { top: 35%; left: 35%; }
  .hero h1 { font-size: 4em; }   
  .hero h3 { font-size: 30px; }
}


/* =============================================================== */
/* 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: #0067ac;
  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: #0067ac;
  opacity: 0.85;
}

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

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

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

.contact-bar .fixed-contact ul { margin: 0; padding: 0; list-style-type: none;}

.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:250px;
  margin-bottom:10px;
  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; }

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

.sub-nav {
      margin-top: 30px;
}

.fixed .menu-bar { box-shadow: 4px 4px 10px rgba(160, 160, 160, 0.26); }

.menu-bar .sub-nav dt a, 
.menu-bar .sub-nav dd a, 
.menu-bar .sub-nav li a {
  border-radius: 2px;
  color: #191919;
  padding: 0.1875rem 0.29rem;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size:15px;
}

.fixed .menu-bar .sub-nav li.active a, .menu-bar .sub-nav li.active a {
    background: #fff0;
    color:#191919;
}
.fixed .menu-bar .sub-nav li.active a:hover, .menu-bar .sub-nav li.active a:hover { background: #ddd; }

.menu-bar .sub-nav li {
    padding:2px;
}

.menu-bar .sub-nav li:hover {
  background: #57a0c3;
  color:#5a5a5a;
  border-radius:5px;
  padding:2px;
}
.menu-bar .sub-nav li.dropdown.active:hover button a { background: #95AAE2; }

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

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .menu-bar {padding: 0.5rem;transition: padding 1s ease;height: 115px;}
  .fixed .menu-bar { background: #fff; padding: 0.5rem ; height: 80px;  }

  .menu-bar .sub-nav dt a, 
  .menu-bar .sub-nav dd a, 
  .menu-bar .sub-nav li a {color: #191919;font-size: 15px;}

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

  .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) {
  .fixed .menu-bar {height: 115px;}
  .contact-bar .fixed-contact .fixed-email { display: inline-block; }
}

/* Mobile Menu */
.mobile-menu { padding-top: 10px; }
.mobile-menu .menu-collapser {background: #0166ac;margin-top: 20px;}
.mobile-menu .collapse-button { background: #FFFFFF; }
.mobile-menu .collapse-button .icon-bar {background: #0365ac;}
.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; }

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


/* The dropdown container */
.dropdown {
  float:none;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  color: #191919!important;
  padding: 0.00rem 0.3rem;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background:none;
  margin: 0; /* Important for vertical align on mobile phones */
  font-size: 15px;
  box-shadow:none;
  border-radius:6px;
  margin-top: 0px;
  text-transform: none;
}


/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  /* font-size: 11px; */
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 16px 20px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px!important;
}


/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}




/*-----------------------------------------------------------------------------------*/
/*  SLIDER
/*-----------------------------------------------------------------------------------*/
.bannercontainer {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 700px !important;
    overflow: hidden;
}
.portfolio-bannercontainer {
    padding: 0px;
    background-color: #fff;
    width: 1110px;
    position: relative;
    margin-bottom: 50px;
}
.portfolio-banner {
    width: 1110px;
    height: 750px;
    position: relative;
    overflow: hidden;
}
.banner ul,
.portfolio-banner ul {
  visibility: hidden;
}
.tp-hide-revslider,
.tp-caption.tp-hidden-caption {
    visibility: hidden !important;
    display: none !important;
}
.tp-caption {
    z-index: 1
}
.tp-caption.huge {
    position: absolute;
    color: #d9d9d9;
    text-shadow: none;
    font-weight: 300;
    font-size: 60px;
    white-space: nowrap;
}
.tp-caption.big {
    position: absolute;
    color: #d9d9d9;
    text-shadow: none;
    font-weight: 300;
    font-size: 40px;
    white-space: nowrap;
}
.tp-caption strong {
    font-weight: 900
}
.tp-caption .colored {
    color: #a8cae0;
    text-shadow: 2px 2px 5px #262626;
}
.tp_inner_padding {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none !important;
}
.tp-caption.boxshadow {
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    box-shadow: rgb(38, 38, 38) 2px 2px 5px;;
}
.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img {
    -webkit-transform: translateZ();
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
}
.tp-simpleresponsive img {
    max-width: none
}
.noFilterClass {
    filter: none !important
}
.caption.fullscreenvideo {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.caption.fullscreenvideo iframe {
    width: 100% !important;
    height: 100% !important;
}
.tp-caption.fullscreenvideo {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.tp-caption.fullscreenvideo iframe {
    width: 100% !important;
    height: 100% !important;
}
.tpclear {
    clear: both
}
.tp-bullets {
    z-index: 1000;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
}
.tp-bullets.hidebullets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.tparrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
}
.tparrows.hidearrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.tp-bullets {
    z-index: 1000;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
}
.tp-bullets.simplebullets {
    bottom: 10px
}
.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background-color: #ebebeb;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    float: left;
    margin-right: 5px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.top-wrapper .tp-bullets.simplebullets.round .bullet {
    background-color: #595959
}
.tp-bullets.simplebullets.round .bullet.last {
    margin-right: 5px;
    float: left !important;
    clear: none !important;
}
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
    background-color: #2c90c1
}
.tparrows:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0;
    margin-top: 6px;
    text-align: center;
    width: 37px;
    font-size: 15px;
}
/* FIREFOX FIX */
@-moz-document url-prefix() { 
  .tparrows:before {
      margin-top: 7px
  }
}
.tparrows {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #ebebeb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #4a4a4a;
    width: 37px;
    height: 37px;
    top: 50% !important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.top-wrapper .tparrows {
    background: #595959;
    color: #dfdfdf;
}
.tp-leftarrow:before {
    content: '\e813'
}
.tp-rightarrow:before {
    content: '\e812'
}
.tparrows.tp-rightarrow:before {
    margin-left: 1px
}
/* FIREFOX FIX */
@-moz-document url-prefix() { 
  .tparrows.tp-rightarrow:before {
      margin-left: 2px
  }
}
.tparrows:hover {
    background-color: #2c90c1;
    color: #FFF;
}
/* WEBKIT FIX */
media_tag_2 {media_subcode:2}
.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(../images/timer.png);
    position: absolute;
    z-index: 200;
}
.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}
media_tag_3 {media_subcode:3}
.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.tp-simpleresponsive a {
    text-decoration: none
}
.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}
.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}
.tp-loader {
    background: url(../images/loading.gif) no-repeat;
    background-color: #2a2a2a;
    margin: -15px -15px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}
.top-wrapper .tp-loader {
    background-image: url(../images/loading-dark.gif)
}
media_tag_2 {media_subcode:4}



/* =============================================================== */
/* 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: 'Lato', sans-serif; font-weight: 400;text-transform: uppercase; color: #ffffff  }

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

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

.orange-intro p {
  width:100%;
  font-family: 'Philosopher', 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: 18px;
    font-weight: 300;
    line-height: 1.3; }

.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: #0067ac;
  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: #a7cae033;
  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: #a3b9c794;
  color: #222222;
}

.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: #eef4f8;
  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: #0068ac;
    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 ---------------------------------------------
*/

/* 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: 70px; min-height:70px; background: #0068ac; }
.msgbox_message { width: 100%; }
.msgbox_title { font: bold 24px Philosopher, sans-serif; color: #FFF; display: block; line-height: 70px; text-align: center; }
.msgbox_title a { font: bold 24px Philosopher, sans-serif; color: #FFF; display: block; line-height: 70px; 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: 70px; overflow: hidden; width: 100%; }
.msgbox_prevnext a { color: #AAA; display: block; width: 50%; float: left; font: bold 32px arial; line-height: 70px; 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}

/* =============================================================== */
/* Footer
================================================================ */
.footer-main { background: #414042; }
.footer-main p { color: #FFFFFF; margin-bottom: 0.4rem; font-family: Lato; 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: Lato; 
  font-weight: 200;
}

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

.compliance-text { text-align: right; }
.compliance-text p { font-size: 0.8rem; line-height: 1.6; }
.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: 3rem;
}

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

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

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

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

.scrollingtext { position: absolute; }

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

#jsticker_scroll div { display: inline-block; margin: 0; }
#jsticker_scroll a { color: #ffffff; 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: 'Lato', 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; }


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

/* =============================================================== */
/* 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-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-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: #2c90c1; }
.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);
  }
}
 