body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  height: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #646464;
  overflow-y: scroll !important;
  /* FORCES SCROLLBAR ON WINDOW - STOPS CONTENT JUMPING AROUND WHEN SCROLLBAR APPEARS AND DISAPPEARS*/
  font-family: 'Torino Modern W90 Regular';
  margin-top: 70px; }

div {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* IE 8+ */ }

.solidcolor, .reverse {
  color: white !important; }

.lightergrey {
  background-color: transparent !important;
  padding: 0;
  width: 90%; }

.lightgrey {
  background-color: rgba(217, 236, 241, 0.5); }

.grey {
  background-color: #646464; }

img {
  max-width: 100%;
  width: auto;
  /* for ie 8 */
  height: auto !important;
  padding: 0;
  margin: 0;
  border: none; }

hr {
  height: 1px;
  color: rgba(217, 236, 241, 0.5);
  background: rgba(217, 236, 241, 0.5);
  padding: 1;
  margin: 0px; }

h1, h2, h3, h4, h5, h6 {
  line-height: 120%;
  margin: 0;
  padding: 0;
  font-weight: 300; }

h1 {
  font-size: 2.25em;
  margin-bottom: -10px;
  padding-bottom: 0 !important; }

h2 {
  font-size: 1.75em; }

.footer h2 {
  font-size: 1.3125em; }

#home h1, #home h2 {
  color: #0082a0;
  margin: 10px 0 20px 0; }

.logo {
  width: 169px;
  height: 30px;
  background-image: url(images/top-logo-out.svg);
  background-position: left 0px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin-top: 5px; }

.logo:hover {
  background-position: left -30px; }

.contact {
  width: 100%;
  height: 25px;
  background-image: url(images/contact.svg);
  background-position: center top;
  background-repeat: no-repeat;
  margin: auto;
  margin-top: 15px; }

.footer {
  color: white !important; }

.textleft {
  text-align: left !important; }

p, li {
  font-size: 1.4375em; }

.full {
  padding: 40px 40px 40px 40px;
  margin-bottom: 40px;
  margin-top: 0;
  border: 1px solid #990000; }

.container {
  padding: 0;
  margin: 0; }

.container-fluid {
  padding: 0;
  margin: auto;
  text-align: center; }

.wrapper, .footer {
  max-width: 1200px;
  padding: 0px 20px;
  margin: auto;
  text-align: center;
  position: relative; }

.footer {
  text-align: center !important;
  color: white;
  background-color: #0082a0;
  min-height: 100%;
  -webkit-box-shadow: 0 2000px 0 2000px #0082a0;
  box-shadow: 0 2000px 0 2000px #0082a0; }

.header {
  background-image: url(images/background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: fixed;
  height: 400px;
  margin-top: -70px; }

.banner {
  height: 400px;
  padding: 0;
  margin: auto;
  width: 100%; }

.solidcolor {
  background-color: #0082a0; }

/* Vertical centering divs */
.vc-container {
  height: 85%;
  text-align: center; }

.banner:before, .vc-container:before, .textbanner:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */ }

.vc {
  display: inline-block;
  vertical-align: middle;
  width: 99%;
  text-align: center;
  margin: auto; }

.vc img {
  width: 400px;
  margin-bottom: 0;
  padding-top: 70px; }

.divspacer {
  padding: 20px;
  padding-bottom: 10px !important; }

.culture {
  background-image: url(images/culture.jpg);
  background-size: cover;
  background-position: right center;
  transition: all 2s ease; }

.people {
  background-image: url(images/people.jpg);
  background-size: cover;
  background-position: right center;
  transition: all 2s ease; }

.studies {
  background-image: url(images/studies.jpg);
  background-size: cover;
  background-position: right center;
  transition: all 2s ease; }

.quote, p .quote, h2 .quote {
  margin: 0;
  font-size: 2em !important;
  line-height: 140%;
  color: #0082a0;
  margin-bottom: 30px; }

.quotecontainer {
  padding: 0; }

p.attribution {
  font-size: 1em;
  margin-top: 10px; }

.footer p {
  font-size: 1em; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #0082a0; }

li {
  margin-bottom: 5px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }

.hidedesktop {
  display: none !important; }

.mobile {
  display: inline-block !important; }

.half, .thirds, .twothirds, .full {
  width: 100%;
  max-width: 800px;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top; }

.middle {
  vertical-align: midddle; }

.balance-text {
  text-wrap: balanced;
  /* Apply (proposed) CSS style */ }

.zero {
  padding: 0;
  margin: 0;
  margin: auto;
  height: auto; }

.images {
  margin: 40px 5px;
  -webkit-box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, 0.25);
  border: 15px solid #f0f0f0;
  width: 380px; }

strong {
  font-weight: normal;
  color: #0082a0 !important; }

.fadebackground {
  background-image: url(/images/fadebackground2.svg); }

.fadebackgroundout {
  background-image: url(/images/fadebackgroundout2.svg);
  padding: 15px; }

/* NAVBAR */
.navbar {
  height: 70px;
  padding: 0px 20px;
  font-family: 'NewsGothicBTW01-BoldCn';
  background-color: #0082a0;
  border: none; }

.navbar-brand img {
  margin: 0;
  padding: 0; }

.navbar-nav > ul {
  padding: 0; }

.navbar-nav > li > a {
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 10px;
  margin: 0;
  font-size: .875em !important;
  text-align: left; }

.navbar-fixed-top {
  margin-bottom: 0;
  border: none; }

.navbar .container-fluid {
  background-color: #0082a0;
  margin: 0;
  padding: 0;
  border: none;
  max-width: 1200px;
  margin: auto; }

.navbar.navbar-default .navbar-collapse {
  border: none;
  box-shadow: none; }

a:link, a:visited {
  color: #0082a0;
  text-decoration: none; }

.footer a:link, .footer a:visited {
  color: white;
  text-decoration: underline; }

a:hover {
  color: #646464;
  text-decoration: underline; }

.navbar-nav a:link, .navbar-nav a:visited {
  color: white !important;
  text-decoration: none; }

.navbar-nav a:hover {
  color: rgba(217, 236, 241, 0.5) !important;
  text-decoration: none; }

.reverse a:link, #home .reverse a:visited {
  color: white !important;
  text-decoration: none; }

.reverse a:hover {
  color: #0082a0;
  text-decoration: none !important; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: white; }

.navtoggle {
  margin-top: 17px !important; }

@media screen and (min-width: 400px) {
  .peoplelist {
    width: 33%; } }

/* minimum 500px ends */
/* minimum 500px ends */
@media screen and (min-width: 768px) {
  .hidemobile {
    display: none !important; }
  .hidedesktop {
    display: inline-block !important; }
  .half, .twothirds, .thirds {
    width: 50%;
    min-height: 400px;
    padding: 0px 20px;
    padding-bottom: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top; }
  .twothirds {
    width: 66%; }
  .thirds {
    width: 33%; }
  .divspacer {
    padding: 40px;
    padding-bottom: 35px; }
  .navbar {
    background-color: rgba(0, 0, 0, 0.5); }
  .navbar .container-fluid {
    background-color: transparent; } }

/* minimum 768px ends */
@media screen and (min-width: 950px) {
  .half, .full, .twothirds {
    padding: 40px; }
  .twothirds {
    width: 66%; }
  .peoplelist {
    width: 20%; }
  #studies .studieslogo {
    width: 550px;
    max-height: 165px; }
  .lightergrey {
    width: 60%; } }

/* minimum 950px ends */
/* minimum 1200px ends */
/* minimum 1600px ends */
/* minimum 1600px ends */
/* minimum 1600px ends */
/* testimonials slider css */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }
