@import  "//fonts.googleapis.com/css?family=Oswald:400,300";

/* Common */
#disklavier {
  position: relative;
  width: 100%;
}

#disklavier .row {
  margin: 0;
}

#disklavier nav {
  background: #314d73;
}

#disklavier .navbar-header {
  color: #fff;
}

#disklavier .navbar-collapse {
  padding: 0;
  border: none;
  box-shadow: none;
}

#disklavier .navbar-nav {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0px;
}

#disklavier .nav:before,#disklavier .nav:after {
  content: none;
}

#disklavier .navbar-nav li {
  float: none;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#disklavier .navbar-nav li a {
  color: #fff;
}

#disklavier .navbar-nav li a:hover,#disklavier .navbar-nav li a:focus {
  background: inherit;
}

@media (max-width: 767px) {
  #disklavier .navbar-nav,#disklavier .navbar-nav li {
    display: block;
  }
}

#disklavier section.panel {
  width: 100%;
  margin: 0;
  border: none;
  overflow: hidden;
}

#disklavier section.panel div[role="tab"] a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  position: relative;
  font-size: 18px;
  padding: 0 20px;
  overflow: hidden;
}

#disklavier .navbar-nav li:nth-of-type(1),#disklavier section.panel:nth-of-type(1) div[role="tab"] a {
  background: #3b4970;
}

#disklavier .navbar-nav li:nth-of-type(2),#disklavier section.panel:nth-of-type(2) div[role="tab"] a {
  background: #3d444c;
}

#disklavier .navbar-nav li:nth-of-type(3),#disklavier section.panel:nth-of-type(3) div[role="tab"] a {
  background: #8cb3da;
}

#disklavier .navbar-nav li:nth-of-type(4),#disklavier section.panel:nth-of-type(4) div[role="tab"] a {
  background: #c6d7e9;
}

#disklavier .navbar-nav li:nth-of-type(5),#disklavier section.panel:nth-of-type(5) div[role="tab"] a {
  background: #959e9d;
}

#disklavier .navbar-nav li:nth-of-type(6),#disklavier section.panel:nth-of-type(6) div[role="tab"] a {
  background: #375176;
}

#disklavier section.panel div[role="tab"] a .fa {
  float: right;
  font-size: 24px;
  margin: 8px;
  line-height: 1;
}

#disklavier section.panel div[role="tab"] a[aria-expanded="true"] .fa:before {
  content: "\f0d8";
}

#disklavier section.panel div[role="tabpanel"] {
  clear: both;
}

#disklavier .row .col {
  position: relative;
  padding: 0;
}

#disklavier .popover {
  display: none;
  width: 200px;
  padding: 30px;
  background: #fff;
  border: none;
  font-size: 16px;
  font-weight: 200;
  font-family: Oswald,'Lucida Grande',sans-serif;
  box-shadow: 0 4px 12px 2px rgba(0,0,0,0.04);
  word-wrap: break-word;
}

#disklavier .popover.left {
  margin: 0 0 0 20px;
}

#disklavier .popover.right {
  margin: 0 0 0 -20px;
}

#disklavier figure.caption-popover {
  position: relative;
  width: 100%;
}

#disklavier figure.caption-popover button {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #3c92e2;
  border: none;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

#disklavier figure.caption-popover button:hover {
  background: #73aef0;
}

#disklavier figure.caption-popover button[aria-describedby] {
  z-index: 1700;
}

#disklavier figure.caption-popover button[aria-describedby] .fa:before {
  content: "\f068";
}

#disklavier figure.caption-popover .carousel-inner {
  padding: 0;
}

#disklavier figure.caption-popover .carousel-inner .item {
  height: 200px;
  padding: 8%;
  font-size: 16px;
  font-weight: 200;
  font-family: Oswald,'Lucida Grande',sans-serif;
}

#disklavier .carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: #777674;
  border: none;
}

#disklavier .carousel-indicators li:hover,#disklavier .carousel-indicators li.active {
  background-color: #7bb3ff;
}

#disklavier .carousel-control {
  width: 7.5%;
}

#disklavier .carousel-control .fa {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  font-size: 30px;
}

#disklavier .carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

#disklavier .carousel-fade .carousel-inner .active {
  opacity: 1;
}

#disklavier .carousel-fade .carousel-inner .active.left,#disklavier .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

#disklavier .carousel-fade .carousel-inner .next.left,#disklavier .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

#disklavier .carousel-fade .carousel-control {
  z-index: 2;
}

@media (max-width: 767px) {
  #disklavier .popover {
    padding: 15px;
    font-size: 14px;
  }

  #disklavier .popover.left {
    margin: 0 0 0 10px;
  }

  #disklavier .popover.right {
    margin: 0 0 0 -10px;
  }

  #disklavier figure.caption-popover button {
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
}

/* Overview */
#overview .division-a header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  overflow: hidden;
}

#overview .division-a header:before {
  display: block;
  /*padding-top: 42%;*/
  padding-top: 56.25%;
  content: "";
}

#overview .division-a header .heading {
  margin: auto;
  font-size: 50px;
  font-weight: 200;
  text-align: center;
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  line-height: 65px;
  color: #fff;
  z-index: 100;
  pointer-events: none;
}

#overview .division-a header .heading span {
  font-size: 80px;
  color: #3d8ec6;
}

#overview .division-a header figure.video {
  position: absolute;
  /*top: -16%;*/
  top: 0;
  left: 0;
  width: 100%;
}

#overview .division-a .row figure.col figcaption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 90%;
  height: 25%;
  font-size: 33px;
  font-weight: 200;
  font-family: Oswald,'Lucida Grande',sans-serif;
  text-align: center;
  line-height: 46px;
  color: #fff;
}

@media (max-width: 991px) {
  #overview .division-a header .heading,#overview .division-a header .heading span {
    font-size: 40px;
  }

  #overview .division-a .row figure.col figcaption {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  #overview .division-a header .heading,#overview .division-a header .heading span {
    font-size: 32px;
    line-height: 40px;
  }

  #overview .division-b .contents .row figure.col .image {
    width: 30%;
  }
}

@media (max-width: 479px) {
  #overview .division-a header .heading,#overview .division-a header .heading span {
    font-size: 20px;
    line-height: 25px;
  }

  #overview .division-a .row figure.col figcaption {
    font-size: 16px;
    line-height: 26px;
  }
}

#overview .division-b {
  width: 100%;
  padding: 3%;
  overflow: hidden;
}

#overview .division-b .contents {
  padding: 5%;
  background: rgba(112,151,190,0.9);
}

#overview .division-b .contents .heading {
  width: 90%;
  margin: 0 auto 15px;
  font-size: 60px;
  font-weight: 200;
  text-align: center;
  text-rendering: optimizelegibility;
  line-height: 70px;
  text-transform: uppercase;
  color: #fff;
}

#overview .division-b .contents .description {
  width: 90%;
  margin: 0 auto 15px;
  font-size: 21px;
  text-align: center;
  line-height: 26px;
  color: #fff;
}

#overview .division-b .contents .row {
  padding: 8% 0 0;
}

#overview .division-b .contents .row figure.col {
  text-align: center;
}

#overview .division-b .contents .row figure.col .image {
  display: inline-block;
  width: 55%;
  border: 5px solid #94d4ff;
  padding: 10px;
  border-radius: 90px;
}

#overview .division-b .contents .row figure.col .image img {
  border-radius: 75px;
}

#overview .division-b .contents .row figure.col figcaption {
  margin: 0 0 15px;
  padding: 25px 0 0;
  font-size: 25px;
  font-weight: 200;
  font-family: Oswald,'Lucida Grande',sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 33px;
  color: #fff;
}

@media (max-width: 991px) {
  #overview .division-b .contents .heading {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  #overview .division-b .contents .row figure.col .image {
    width: 30%;
  }
}

@media (max-width: 479px) {
  #overview .division-b .contents .heading {
    font-size: 22px;
    line-height: 30px;
  }

  #overview .division-b .contents .row figure.col .image {
    width: 55%;
  }
}

#overview .division-c .heading {
  width: 90%;
  margin: 0 auto 15px;
  padding: 50px 0 0;
  font-size: 50px;
  font-weight: 200;
  text-align: center;
  text-rendering: optimizelegibility;
  line-height: 65px;
  text-transform: uppercase;
}

#overview .division-c .description {
  margin: 0 0 50px;
  font-size: 19px;
  text-align: center;
  line-height: 26px;
}

#overview .division-c .caption-popover button:nth-of-type(1) {
  left: 32%;
  top: 50%;
}

#overview .division-c .caption-popover button:nth-of-type(2) {
  left: 52%;
  top: 43%;
}

#overview .division-c .caption-popover button:nth-of-type(3) {
  left: 50%;
  top: 60%;
}

#overview .division-c .caption-popover button:nth-of-type(4) {
  left: 75%;
  top: 55%;
}

#overview .division-c .row .col {
  position: relative;
  color: #fff;
}

#overview .division-c .row .col .text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 63%;
  margin: auto;
  padding: 0 30px;
}

#overview .division-c .row .col .heading {
  font-size: 36px;
  line-height: 40px;
  margin: 0 auto 1em;
  padding: 0;
}

#overview .division-c .row .col .heading span {
  color: #3b91ca;
  vertical-align: bottom;
}

#overview .division-c .row .col .description {
  margin: 0;
  font-size: 26px;
  line-height: 29px;
}

@media (max-width: 991px) {
  #overview .division-c .row .col .heading {
    margin: 0 auto .5em;
    font-size: 25px;
    line-height: 35px;
  }

  #overview .division-c .row .col .description {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  #overview .division-c .heading {
    font-size: 30px;
    line-height: 40px;
  }

  #overview .division-c .row .col .heading {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 479px) {
  #overview .division-c .heading {
    font-size: 22px;
    line-height: 30px;
  }

  #overview .division-c .row .col .heading {
    font-size: 22px;
    line-height: 30px;
  }

  #overview .division-c .row .col .description {
    font-size: 17px;
    line-height: 22px;
  }
}

#overview .division-d .carousel-inner {
  background: #000;
}

#overview .division-d .text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 35%;
  margin: auto;
  padding: 0 8%;
}

#overview .division-d .heading {
  margin: 0 0 1em;
  font-size: 50px;
  font-weight: 200;
  text-align: center;
  line-height: 65px;
  color: #3c92e2;
}

#overview .division-d .heading span {
  color: #fff;
}

#overview .division-d .description {
  font-size: 26px;
  line-height: 29px;
  text-align: center;
  color: #fff;
}

@media (max-width: 991px) {
  #overview .division-d .text {
    height: 75%;
  }

  #overview .division-d .description {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  #overview .division-d .item {
    padding: 10% 0;
  }

  #overview .division-d .text {
    height: 65%;
  }

  #overview .division-d .heading {
    margin: 0 0 .5em;
    font-size: 20px;
    line-height: 30px;
  }

  #overview .division-d .description {
    font-size: 17px;
    line-height: 22px;
  }
}

@media (max-width: 479px) {
  #overview .division-d .text {
    height: 90%;
  }
}

/* For Homes */
#homes .division-a header {
  position: relative;
  overflow: hidden;
}

#homes .division-a header:before {
  display: block;
  /*padding-top: 53%;*/
  padding-top: 56.25%;
  content: "";
}

#homes .division-a header .heading {
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 100%;
  margin: 0;
  font-size: 48px;
  font-weight: 200;
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  line-height: 49px;
  color: #fff;
  z-index: 100;
  pointer-events: none;
}

#homes .division-a header .heading span {
  display: block;
  color: #3d8ec6;
}

#homes .division-a header figure.video {
  position: absolute;
  /*top: -3%;*/
  top: 0;
  left: 0;
  width: 100%;
}

#homes .division-a .row figure.col figcaption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 90%;
  height: 25%;
  text-align: center;
  color: #fff;
}

#homes .division-a .row figure.col:nth-of-type(1) figcaption {
  font-size: 37px;
  font-weight: 200;
  font-family: Oswald,'Lucida Grande',sans-serif;
  line-height: 37px;
}

#homes .division-a .row figure.col:nth-of-type(2) figcaption {
  font-size: 21px;
  line-height: 23px;
}

#homes .division-a .row figure.col:nth-of-type(2) figcaption strong {
  display: block;
  font-size: 44px;
  font-weight: 200;
  font-family: Oswald,'Lucida Grande',sans-serif;
  line-height: 55px;
}

@media (max-width: 991px) {
  #homes .division-a .row figure.col:nth-of-type(1) figcaption {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  #homes .division-a header .heading {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 479px) {
  #homes .division-a header .heading {
    font-size: 20px;
    line-height: 29px;
  }

  #homes .division-a .row figure.col:nth-of-type(1) figcaption {
    font-size: 22px;
    line-height: 24px;
  }

  #homes .division-a .row figure.col:nth-of-type(2) figcaption {
    font-size: 18px;
    line-height: 20px;
  }

  #homes .division-a .row figure.col:nth-of-type(2) figcaption strong {
    font-size: 32px;
    line-height: 36px;
  }
}

#homes .division-b .heading {
  width: 90%;
  margin: 0 auto 15px;
  padding: 50px 0 0;
  font-size: 50px;
  font-weight: 200;
  text-align: center;
  text-rendering: optimizelegibility;
  line-height: 65px;
}

#homes .division-b .description {
  margin: 0 0 50px;
  font-size: 19px;
  text-align: center;
  line-height: 26px;
}

#homes .division-b .caption-popover button:nth-of-type(1) {
  left: 48%;
  top: 19%;
}

#homes .division-b .caption-popover button:nth-of-type(2) {
  left: 82%;
  top: 47%;
}

#homes .division-b .caption-popover button:nth-of-type(3) {
  left: 18%;
  top: 83%;
}

@media (max-width: 479px) {
  #homes .division-b .heading {
    font-size: 33px;
    line-height: 35px;
  }

  #homes .division-b .description {
    font-size: 17px;
    line-height: 22px;
  }
}

#homes .division-c {
  background: #314d73;
  color: #fff;
}

#homes .division-c .heading {
  width: 90%;
  margin: 0 auto 15px;
  padding: 50px 0 0;
  font-size: 50px;
  font-weight: 200;
  text-align: center;
  text-rendering: optimizelegibility;
  line-height: 65px;
}

#homes .division-c .description {
  width: 90%;
  margin: 0 auto 50px;
  font-size: 19px;
  text-align: center;
  line-height: 26px;
}

#homes .division-c .row .col {
  position: relative;
}

#homes .division-c .row .col:before {
  display: block;
  padding-top: 66.64%;
  content: "";
}

#homes .division-c .row .col .text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: rgba(94,133,186,0.6);
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-duration: .3s;
  transition-timing-function: ease-out;
  transition-property: opacity,transform,filter;
  opacity: 0;
}

#homes .division-c .row .col .text:hover {
  opacity: 1;
}

#homes .division-c .row .col .text .contents {
  border: 1px solid rgba(255,255,255,0.7);
  padding: 20px;
}

#homes .division-c .row .col .heading {
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  font-size: 30px;
  font-weight: 200;
  font-family: Oswald,'Lucida Grande',sans-serif;
  line-height: 35px;
}

#homes .division-c .row .col .description {
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 23px;
}

@media (max-width: 991px) {
  #homes .division-c .row .col .text .contents {
    padding: 10px;
  }

  #homes .division-c .row .col .heading {
    font-size: 25px;
    line-height: 30px;
  }

  #homes .division-c .row .col .text {
    padding: 15px;
    opacity: 1;
  }
}

@media (max-width: 479px) {
  #homes .division-c .heading {
    font-size: 33px;
    line-height: 35px;
  }

  #homes .division-c .description {
    font-size: 17px;
    line-height: 22px;
  }
}

/* For Schools */
#schools .division-a header {
  position: relative;
  overflow: hidden;
  color: #fff;
}

#schools .division-a header:before {
  display: block;
  padding-top: 36.621%;
  content: "";
}

#schools .division-a header .text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 95%;
  margin: 0 auto;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#schools .division-a header .heading {
  font-size: 50px;
  font-weight: 200;
  text-align: center;
  text-rendering: optimizelegibility;
  line-height: 65px;
}

#schools .division-a header .heading span {
  color: #29a6d8;
}

#schools .division-a header .description p {
  margin: 0;
  font-size: 16px;
  line-height: 19px;
}

#schools .division-a .row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#schools .division-a .row .col {
  color: #fff;
}

#schools .division-a .row .col:nth-of-type(1) {
  background: #2c3556;
}

#schools .division-a .row .col:nth-of-type(2) {
  background: #3d4a76;
}

#schools .division-a .row .col:nth-of-type(3) {
  background: #5569a4;
}

#schools .division-a .row .col dl {
  margin: 0;
  padding: 5%;
  text-align: center;
}

#schools .division-a .row .col:nth-of-type(2) dt {
  font-size: 20px;
  font-weight: 200;
  font-family: Oswald,'Lucida Grande',sans-serif;
}

#schools .division-a .row .col dd {
  font-size: 40px;
  font-weight: 200;
  font-family: Oswald,'Lucida Grande',sans-serif;
  text-rendering: optimizelegibility;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  #schools .division-a header:before {
    padding-top: 100%;
  }

  #schools .division-a header .heading {
    font-size: 31px;
    line-height: 40px;
  }

  #schools .division-a .row {
    display: block;
  }
}

#schools .division-b .row .col {
  position: relative;
  color: #fff;
}

#schools .division-b .row .col:before {
  display: block;
  padding-top: 50.065%;
  content: "";
}

#schools .division-b .row .col .text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 95%;
  margin: 0 auto;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#schools .division-b .row .col .text .contents {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

#schools .division-b .row .col .heading {
  margin: 0 0 15px;
  font-size: 40px;
  font-weight: 200;
  text-align: center;
  text-rendering: optimizelegibility;
}

#schools .division-b .row .col .description {
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  #schools .division-b .row .col .heading {
    font-size: 31px;
    line-height: 40px;
  }
  #schools .division-b .row .col .description {
  width: 80%;
  margin: 0 auto;
}
}

@media (max-width: 767px) {
  #schools .division-b .row .col:before {
    padding-top: 60%;
  }

  #schools .division-b .row .col .description {
    width: 100%;
  }
}

#schools .division-c {
  background: #314d73;

  color: #fff;
}

#schools .division-c .heading {
  width: 90%;
  margin: 0 auto 15px;
  padding: 50px 0;
  font-size: 50px;
  font-weight: 200;
  text-align: center;
  text-rendering: optimizelegibility;
  line-height: 65px;
}

#schools .division-c .caption-popover button:nth-of-type(1) {
  left: 23%;
  top: 44%;
}

#schools .division-c .caption-popover button:nth-of-type(2) {
  left: 28%;
  top: 57%;
}

#schools .division-c .caption-popover button:nth-of-type(3) {
  left: 45%;
  top: 57%;
}

#schools .division-c .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#schools .division-c .row .col {
  position: relative;
  color: #fff;
}

#schools .division-c .row .col dl {
  padding: 5% 10%;
  font-family: Oswald,'Lucida Grande',sans-serif;
  text-align: center;
  text-rendering: optimizelegibility;
  text-transform: uppercase;
}

#schools .division-c .row .col dt {
  font-size: 25px;
  font-weight: 200;
  line-height: 33px;
}

#schools .division-c .row .col dd {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 200;
  line-height: 26px;
}

@media (max-width: 991px) {
  #schools .division-c .row .col dt {
    font-size: 18px;
  }

  #schools .division-c .row .col dd {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  #schools .division-c .row .col dl {
    padding: 5%;
  }
}

@media (max-width: 479px) {
  #schools .division-c .heading {
    font-size: 33px;
    line-height: 35px;
  }
}

/* For Businesses */
#businesses .division-a header {
  position: relative;
  overflow: hidden;
  color: #fff;
}

#businesses .division-a header:before {
  display: block;
  padding-top: 46.319%;
  content: "";
}

#businesses .division-a header .heading {
  position: absolute;
  bottom: 20%;
  width: 95%;
  margin: 0 auto;
  font-size: 50px;
  font-weight: 200;
  text-align: center;
  text-rendering: optimizelegibility;
  line-height: 65px;
}

#businesses .division-a header .heading span {
  color: #75b0ee;
}

@media (max-width: 767px) {
  #businesses .division-a header .heading {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 479px) {
  #businesses .division-a header .heading {
    font-size: 20px;
    line-height: 29px;
  }
}

#businesses .division-b {
  background: #5b82b8;
  color: #fff;
}

#businesses .division-b .heading {
  width: 90%;
  margin: 0 auto 15px;
  padding: 50px 0;
  font-size: 50px;
  font-weight: 200;
  text-align: center;
  text-rendering: optimizelegibility;
  line-height: 65px;
}

@media (max-width: 479px) {
  #businesses .division-b .heading {
    font-size: 33px;
    line-height: 35px;
  }
}

#businesses .division-c {
  position: relative;
}

#businesses .division-c .row {
  padding: 0 25px;
}

#businesses .division-c .row .col {
  padding: 25px;
  text-align: center;
  color: #fff;
}

#businesses .division-c .row .col .frame:before {
  display: block;
  padding-top: 56.71%;
  content: "";
}

#businesses .division-c .row .col .frame .text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 24px;
  background: rgba(94,133,186,0.6);
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-duration: .3s;
  transition-timing-function: ease-out;
  transition-property: opacity,transform,filter;
  opacity: 0;
}

#businesses .division-c .row .col .frame .text:hover {
  opacity: 1;
}

#businesses .division-c .row .col .frame .contents {
  padding: 20px;
}

#businesses .division-c .row .col .heading {
  margin: 0 0 15px;
  padding: 0;
  font-size: 45px;
  font-weight: 200;
  font-family: Oswald,'Lucida Grande',sans-serif;
  line-height: 55px;
}

#businesses .division-c .row .col .description {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
}

@media (max-width: 991px) {
  #businesses .division-c .row,#businesses .division-c .row .col {
    padding: 0;
  }

  #businesses .division-c .row .col .heading {
    font-size: 25px;
    line-height: 30px;
  }

  #businesses .division-c .row .col .frame .text {
    margin: 0;
    opacity: 1;
  }
}

@media (max-width: 479px) {
  #businesses .division-c .heading {
    font-size: 33px;
    line-height: 35px;
  }

  #businesses .division-c .description {
    font-size: 17px;
    line-height: 22px;
  }
}

#businesses .division-d .row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#businesses .division-d .row .col {
  color: #fff;
}

#businesses .division-d .row .col:nth-of-type(1) {
  background: #75afee;
}

#businesses .division-d .row .col:nth-of-type(2) {
  background: #334f77;
}

#businesses .division-d .row .col dl {
  margin: 0;
  padding: 5%;
  text-align: center;
}

#businesses .division-d .row .col dd {
  font-size: 40px;
  font-weight: 200;
  font-family: Oswald,'Lucida Grande',sans-serif;
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  color: #bad8f7;
}

#businesses .division-e figure.video figcaption {
  position: absolute;
  width: 95%;
  left: 0;
  bottom: 15%;
  right: 0;
  margin: auto;
  font-size: 40px;
  font-weight: 200;
  font-family: Oswald,'Lucida Grande',sans-serif;
  text-align: center;
  text-rendering: optimizelegibility;
  color: #fff;
}

#businesses .division-e figure.video figcaption span {
  color: #7bb3ff;
}

@media (max-width: 767px) {
  #businesses .division-e figure.video figcaption {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 479px) {
  #businesses .division-e figure.video figcaption {
    font-size: 20px;
    line-height: 29px;
  }

  #businesses .division-d .row .col dd {
    font-size: 33px;
    line-height: 35px;
  }
}

#businesses .division-f {
  background: #334f77;
  color: #fff;
}

#businesses .division-f .heading {
  width: 90%;
  margin: 0 auto 15px;
  padding: 50px 0;
  font-size: 50px;
  font-weight: 200;
  text-align: center;
  text-rendering: optimizelegibility;
  line-height: 65px;
}

#businesses .division-f .caption-popover button:nth-of-type(1) {
  left: 34%;
  top: 19%;
}

#businesses .division-f .caption-popover button:nth-of-type(2) {
  left: 24%;
  top: 56%;
}

#businesses .division-f .caption-popover button:nth-of-type(3) {
  left: 36%;
  top: 62%;
}

@media (max-width: 479px) {
  #businesses .division-f .heading {
    font-size: 33px;
    line-height: 35px;
  }
}

/* For Recording Studios */
#studios .division-a header {
  position: relative;
  overflow: hidden;
  color: #fff;
}

#studios .division-a header:before {
  display: block;
  padding-top: 48%;
  content: "";
}

#studios .division-a header .heading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 75%;
  height: 28%;
  margin: auto;
  font-size: 50px;
  font-weight: 200;
  text-rendering: optimizelegibility;
  line-height: 65px;
}

#studios .division-a header .heading span {
  color: #75b0ee;
}

#studios .division-a .row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#studios .division-a .row .col:nth-of-type(1) {
  background: #2e2e2e;
  color: #fff;
}

#studios .division-a .row .col:nth-of-type(2) {
  color: #304c73;
}

#studios .division-a .row .col dl {
  margin: 0;
  padding: 5%;
  text-align: center;
}

#studios .division-a .row .col dt {
  font-weight: 200;
}

#studios .division-a .row .col dt span {
  display: block;
  font-size: 20px;
  font-family: Oswald,'Lucida Grande',sans-serif;
}

@media (max-width: 767px) {
  #studios .division-a header .heading {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 479px) {
  #studios .division-a header .heading {
    font-size: 20px;
    line-height: 29px;
  }
}

#studios .division-b {
  position: relative;
  overflow: hidden;
}

#studios .division-b:before {
  display: block;
  /*padding-top: 41%;*/
  padding-top: 56.25%;
  content: "";
}

#overview .division-b header .heading span {
  font-size: 80px;
  color: #3d8ec6;
}

#studios .division-b figure.video {
  position: absolute;
  /*top: -19%;*/
  top: 0;
  left: 0;
  width: 100%;
}

#studios .division-b figure.video figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  height: 10%;
  margin: auto;
  font-size: 40px;
  font-weight: 200;
  font-family: Oswald,'Lucida Grande',sans-serif;
  text-align: center;
  text-rendering: optimizelegibility;
  color: #fff;
  pointer-events: none;
}

#studios .division-b figure.video figcaption span {
  color: #7bb3ff;
}

@media (max-width: 767px) {
  #studios .division-b figure.video figcaption {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 479px) {
  #studios .division-b figure.video figcaption {
    font-size: 20px;
    line-height: 29px;
  }
}

#studios .division-c .heading {
  width: 90%;
  margin: 0 auto 15px;
  padding: 50px 0;
  font-size: 50px;
  font-weight: 200;
  text-align: center;
  text-rendering: optimizelegibility;
  line-height: 65px;
}

#studios .division-c .caption-popover button:nth-of-type(1) {
  left: 27%;
  top: 19%;
}

#studios .division-c .caption-popover button:nth-of-type(2) {
  left: 48%;
  top: 17%;
}

#studios .division-c .caption-popover button:nth-of-type(3) {
  left: 27%;
  top: 71%;
}

#studios .division-c .caption-popover button:nth-of-type(4) {
  left: 59%;
  top: 89%;
}

#studios .division-c .row .col {
  position: relative;
  color: #fff;
}

#studios .division-c .row .col:before {
  display: block;
  padding-top: 50.065%;
  content: "";
}

#studios .division-c .row .col .text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 95%;
  margin: 0 auto;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#studios .division-c .row .col .text .contents {
  width: 95%;
  margin: 0 auto;
  padding: auto;
  text-align: center;
}

#studios .division-c .row .col .heading {
  margin: 0 auto 15px;
  padding: 0;
  font-size: 40px;
  font-weight: 200;
  text-align: center;
  text-rendering: optimizelegibility;
}

#studios .division-c .row .col .description {
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  #studios .division-c .row .col .heading  {
  margin: 0 auto 0px;
  padding: 0;
  font-size: 36px;
  line-height: 40px
  }
  #studios .division-c .row .col .description  {
  width: 80%;
  }

  }


@media (max-width: 767px) {
  #studios .division-c .row .col:before {
    padding-top: 70%;
  }

  #studios .division-c .row .col .heading {
    font-size: 31px;
    line-height: 40px;
  margin-bottom:20px
  }

  #studios .division-c .row .col .description {
    width: 100%;
  }
}

@media (max-width: 479px) {
  #studios .division-c .heading {
    font-size: 33px;
    line-height: 35px;
  }
}

#studios .division-d {
  background: #314d73;
  color: #fff;
}

#studios .division-d .heading {
  width: 90%;
  margin: 0 auto 15px;
  padding: 50px 0 0;
  font-size: 50px;
  font-weight: 200;
  text-align: center;
  text-rendering: optimizelegibility;
  line-height: 65px;
}

#studios .division-d .description {
  width: 90%;
  margin: 0 auto 50px;
  font-size: 19px;
  text-align: center;
  line-height: 26px;
}

#studios .division-d .row .col {
  position: relative;
}

#studios .division-d .row .col:before {
  display: block;
  padding-top: 100%;
  content: "";
}

#studios .division-d .row .col .text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background: rgba(94,133,186,0.6);
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-duration: .3s;
  transition-timing-function: ease-out;
  transition-property: opacity,transform,filter;
  opacity: 0;
}

#studios .division-d .row .col .text:hover {
  opacity: 1;
}

#studios .division-d .row .col .text .contents {
  border: 1px solid rgba(255,255,255,0.7);
  padding: 20px;
}

#studios .division-d .row .col .heading {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  font-size: 45px;
  font-weight: 200;
  font-family: Oswald,'Lucida Grande',sans-serif;
  line-height: 55px;
}

#studios .division-d .row .col .description {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
}

@media (max-width: 991px) {
  #studios .division-d .row .col .text .contents {
    padding: 10px;
  }

  #studios .division-d .row .col .heading {
    font-size: 25px;
    line-height: 30px;
  }

  #studios .division-d .row .col .text {
    padding: 15px;
    opacity: 1;
  }
}

@media (max-width: 767px) {
  #studios .division-d.row .col .heading {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 479px) {
  #studios .division-d .heading {
    font-size: 33px;
    line-height: 35px;
  }

  #studios .division-d .description {
    font-size: 17px;
    line-height: 22px;
  }
}

#studios .division-e .row .col {
  position: relative;
  color: #fff;
}

#studios .division-e .row .col:before {
  display: block;
  padding-top: 56.714%;
  content: "";
}

#studios .division-e .row .col dl {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 5% 10%;
  font-family: Oswald,'Lucida Grande',sans-serif;
  text-align: center;
  text-rendering: optimizelegibility;
  text-transform: uppercase;
}

#studios .division-e .row .col dt {
  font-size: 25px;
  font-weight: 200;
  line-height: 33px;
}

#studios .division-e .row .col dd {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 200;
  line-height: 26px;
}

@media (max-width: 991px) {
  #studios .division-e .row .col:before {
    padding-top: 100%;
  }
}

@media (max-width: 767px) {
  #studios .division-e.row .col:before {
    padding-top: 70%;
  }

  #studios .division-e.row .col dl {
    padding: 5%;
  }

  #studios .division-e .row .col dt {
    font-size: 18px;
  }

  #studios .division-e .row .col dd {
    font-size: 15px;
  }
}

@media (max-width: 479px) {
  #studios .division-e .row .col:before {
    padding-top: 135%;
  }
}

/* History */
#history .division-a header {
  position: relative;
  overflow: hidden;
  color: #fff;
}

#history .division-a header:before {
  display: block;
  padding-top: 31.583%;
  content: "";
}

#history .division-a header .heading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  height: 20%;
  margin: auto;
  font-size: 50px;
  font-weight: 200;
  text-align: center;
  text-rendering: optimizelegibility;
  line-height: 65px;
}

@media (max-width: 767px) {
  #history .division-a header .heading {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 479px) {
  #history .division-a header .heading {
    font-size: 20px;
    line-height: 29px;
  }
}

#history .division-b {
  padding: 3%;
}

#history .division-b .heading {
    line-height:50px;
}

#history .division-b .block {
  clear: both;
  margin: 0 0 3%;
  line-height: 18px;
  overflow: hidden;
}

#history .division-b .block .pull-left {
  margin: 0 3% 3% 0;
}

#history .division-b .block .pull-right {
  margin: 0 0 3% 3%;
}