body {
  overflow-x: hidden;
  background: #fff;
  position: relative;
}
body.color1 {
  background: #EAEAEA;
}
body.color2 {
  background: #f7f7f7;
}
body > #pushobj {
  text-align: center;
  margin: 0;
  padding: 100px 0 0 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100vh;
  display: block;
  float: left;
  clear: both;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
  -webkit-transition: right 0.5s ease-in-out;
  -o-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
}
@media only screen and (max-width: 991px) {
  body > #pushobj {
    padding-top: 50px;
  }
}
body > #pushobj.pushed {
  right: -280px;
}
body > #pushobj.scrolled {
  padding-top: 50px;
}
body section {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1280px;
  display: block;
  float: none;
  clear: both;
  box-shadow: none;
}
body section.color1 {
  background: #EAEAEA;
}
body section.color2 {
  background: #f7f7f7;
}
body section.carousel,
body section.full,
body section.page-title {
  max-width: none;
  float: left;
}
body section.height-fix {
  min-height: 50vh;
}
@media only screen and (max-width: 1440px) {
  body section.height-fix {
    min-height: 70vh;
  }
}
@media only screen and (max-width: 991px) {
  body section.height-fix {
    min-height: 175vh;
  }
}
body section.parallax {
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 500px;
  /* fallback for older browsers */
  height: 100vh;
  display: block;
  float: left;
  clear: both;
}
body section > .panel {
  text-align: left;
  margin: 0 auto;
  padding: 30px 15px;
  max-width: 1170px;
  height: auto;
  display: block;
  float: none;
  clear: both;
  background: #fff;
  border-radius: 0px;
  box-shadow: none;
}
body section > iframe {
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1280px;
  height: 600px;
  display: block;
  float: none;
  clear: both;
  background: none;
  border: none;
  outline: none;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: .03em;
}
a {
  color: #009CA7;
  text-decoration: none;
  position: relative;
}
a:focus,
a:hover {
  color: #00afbb;
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0 25px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}
h1.centered-text,
h2.centered-text,
h3.centered-text,
h4.centered-text {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  h1,
  h2,
  h3,
  h4 {
    padding: 0px 15px;
  }
}
h1 {
  color: #006c73;
  font-family: 'Sofia Pro Soft W01', sans-serif;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 35px;
  font-weight: 700;
}
h2 {
  color: #646767;
  font-family: 'Museo Slab W01', serif;
  font-weight: 100;
  font-size: 30px;
  line-height: 30px;
  margin: 25px 0;
  font-weight: 200;
}
h3 {
  color: #646767;
  font-family: 'Sofia Pro Soft W01', sans-serif;
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 7px;
  font-weight: 500;
}
h4 {
  font-size: 17px;
  line-height: 22px;
  font-weight: 900;
  margin-bottom: 7px;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a {
  color: #009CA7;
  text-decoration: none;
  position: relative;
}
h1 > a:before,
h2 > a:before,
h3 > a:before,
h4 > a:before {
  display: none;
}
h1 > a:focus,
h2 > a:focus,
h3 > a:focus,
h4 > a:focus,
h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover {
  color: #00afbb;
  text-decoration: none;
}
p {
  font-size: 17px;
  line-height: 28px;
  margin: 0 0 35px 0;
  padding: 0 25px;
}
@media only screen and (max-width: 991px) {
  p {
    padding: 0px 15px;
  }
}
p.centered-text {
  text-align: center;
}
p.buttons {
  margin-bottom: 0px;
  padding: 0 10px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  position: relative;
}
p.buttons.align-bottom {
  margin: 0px;
  position: absolute;
  bottom: 30px;
  left: 0px;
}
p strong {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
p > a,
p > span a {
  color: #c29400;
  border-bottom: 2px rgba(194, 148, 0, 0.3) dotted;
}
p > a:before,
p > span a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #d6a400;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
p > a:focus,
p > span a:focus,
p > a:hover,
p > span a:hover {
  color: #d6a400;
}
p > a:focus:before,
p > span a:focus:before,
p > a:hover:before,
p > span a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
blockquote {
  color: #646767;
  font-size: 17px;
  line-height: 28px;
  font-style: italic;
  margin: 0 25px 30px 25px;
  padding: 25px;
  padding-left: 180px;
  min-height: 148px;
  width: calc(100% - 50px);
  display: inline-block;
  float: none;
  clear: both;
  background: url(../images/bgr-blockqoute.png) top left no-repeat #EAEAEA;
  background-size: auto 148px;
  border: none;
  border-radius: 4px;
}
@media only screen and (max-width: 991px) {
  blockquote {
    margin: 0 15px;
    padding-left: 90px;
    width: calc(100% - 30px);
    min-height: 74px;
    background-size: auto 74px;
  }
}
blockquote > span {
  font-weight: 700;
  padding-right: 5px;
}
.table {
  margin: 0 25px;
  width: auto !important;
  max-width: calc(100% - 50px);
}
.table > thead > tr > th {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 106%;
  padding: 8px 16px !important;
  border-bottom: 2px solid #ddd !important;
}
.table > tbody > tr > td {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 106%;
  padding: 8px 16px !important;
  border-bottom: 1px solid #ddd !important;
}
.table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table.full {
  width: 100% !important;
  max-width: calc(100% - 50px);
}
ul {
  font-size: 17px;
  line-height: 28px;
  list-style: none;
  margin: 0px 0 35px 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}
ul > li {
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 28px;
  position: relative;
}
ul > li.centered-text {
  text-align: center;
}
ul > li:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #B3B8B8;
  border: 1px #a6acac solid;
  border-radius: 1px;
  margin: 0 15px 0 0;
  display: block;
  position: absolute;
  top: 9px;
  left: 16px;
}
ul > li > a {
  color: #c29400;
  border-bottom: 2px rgba(194, 148, 0, 0.3) dotted;
}
ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #d6a400;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
ul > li > a:focus,
ul > li > a:hover {
  color: #d6a400;
}
ul > li > a:focus:before,
ul > li > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
ol {
  font-size: 17px;
  line-height: 28px;
  counter-reset: li;
  list-style: none;
  margin: 10px 0 35px 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}
ol > li {
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 20px;
  position: relative;
}
ol > li:before {
  color: #a6acac;
  font-family: 'Museo Slab W01', serif;
  font-weight: 200;
  font-size: 17px;
  line-height: 17px;
  text-align: right;
  content: counter(li) ". ";
  counter-increment: li;
  margin: 0px;
  width: 30px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
ol > li > a {
  color: #c29400;
  border-bottom: 2px rgba(194, 148, 0, 0.3) dotted;
}
ol > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #d6a400;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
ol > li > a:focus,
ol > li > a:hover {
  color: #d6a400;
}
ol > li > a:focus:before,
ol > li > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn {
  font-family: 'Sofia Pro Soft W01', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  padding: 12px 15px;
  width: auto;
  min-width: 170px;
  max-width: 100%;
  border-radius: 4px;
  border: none;
  box-shadow: none;
}
.btn:before {
  display: none;
}
.btn:hover,
.btn:active {
  box-shadow: none;
}
@media only screen and (max-width: 360px) {
  .btn {
    width: 100%;
  }
}
.btn.btn-sm {
  padding: 5px 15px;
  min-width: 80px;
}
.btn.primary,
.btn.btn-primary {
  color: #fff;
  background: #009CA7;
}
.btn.primary:hover,
.btn.btn-primary:hover {
  color: #fff;
  background: #00848e;
}
.btn.secondary,
.btn.btn-secondary {
  color: #fff;
  background: #646767;
}
.btn.secondary:hover,
.btn.btn-secondary:hover {
  color: #fff;
  background: #575a5a;
}
.btn.tertiary,
.btn.btn-tertiary {
  color: #515454;
  background: #EAEAEA;
}
.btn.tertiary:hover,
.btn.btn-tertiary:hover {
  color: #009CA7;
  background: #dddddd;
}
.btn.link,
.btn.btn-link {
  color: #009CA7;
  background: none;
  min-width: 0px;
}
.btn.link:before,
.btn.btn-link:before {
  display: block;
}
.btn.link:hover,
.btn.btn-link:hover {
  text-decoration: none;
}
.btn.btn-join-maddie {
  overflow: hidden;
  color: #fff;
  font-family: 'Museo Slab W01', serif;
  font-weight: 200;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: none;
  white-space: normal;
  margin: 5px auto;
  padding: 15px 25px;
  width: auto;
  max-width: 100%;
  display: inline-block;
  float: none;
  background: #009CA7;
  border: 1px #EAEAEA solid;
}
@media only screen and (max-width: 768px) {
  .btn.btn-join-maddie {
    font-size: 30px;
    padding: 15px;
  }
}
.btn.btn-join-maddie > .fa {
  color: #fff;
  display: inline-block;
  margin: 2px 10px 2px 0;
}
@media only screen and (max-width: 768px) {
  .btn.btn-join-maddie > .fa {
    margin: 0 auto;
    display: block;
    float: none;
    clear: both;
  }
}
.btn.btn-join-maddie > br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .btn.btn-join-maddie > br {
    width: 100%;
    display: block;
    clear: both;
  }
}
.btn.btn-join-maddie > span {
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  font-size: 30px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .btn.btn-join-maddie > span {
    text-align: center;
    margin: 7px 0;
    width: 100%;
    display: block;
    float: left;
    clear: both;
    font-size: 24px;
  }
}
.btn.btn-join-maddie:hover {
  color: #fff;
  background: #00848e;
}
.btn.btn-join-maddie:hover > .fa {
  color: #fff;
}
.btn.btn-section-toggle {
  color: #009CA7;
  margin: 0 auto;
  float: none;
  background: #fff;
  border: 1px #EAEAEA solid;
}
.btn.btn-section-toggle > .fa {
  color: #009CA7;
}
.btn.btn-section-toggle:hover {
  color: #00afbb;
}
.btn.btn-section-toggle:hover > .fa {
  color: #00afbb;
}
.btn.btn-goto-top {
  color: #009CA7;
  text-align: center;
  margin: 0 auto;
  padding: 8px 15px 16px 15px;
  float: none;
  background: url(../images/btn-goto-top.png) center center no-repeat;
  background-size: auto 100%;
}
.btn.btn-goto-top > .fa {
  color: #009CA7;
}
.btn.btn-goto-top:hover {
  color: #00afbb;
}
.btn.btn-goto-top:hover > .fa {
  color: #00afbb;
}
.btn.btn-see-more {
  color: #009CA7;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0;
  width: 330px;
  display: block;
  clear: both;
  background: url(../images/btn-see-more.png) center no-repeat #fff;
}
.btn.btn-see-more > span {
  margin: 0 auto;
  padding: 10px 15px;
  width: 110px;
  display: block;
  clear: both;
  background: #fff;
  border: 1px #EAEAEA solid;
}
.btn.btn-see-more > span > i {
  font-style: normal;
  margin: 0 auto;
  padding: 0;
  display: block;
  clear: both;
}
.btn.btn-see-more > span > i :last-child {
  display: none;
}
.btn.btn-see-more:hover,
.btn.btn-see-more:active {
  color: #00afbb;
  background: url(../images/btn-see-more.png) center no-repeat #fff;
  box-shadow: none;
}
.btn.btn-see-all {
  color: #009CA7;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0;
  width: 330px;
  display: block;
  clear: both;
  background: url(../images/btn-see-more.png) center no-repeat #fff;
}
.btn.btn-see-all > span {
  margin: 0 auto;
  padding: 10px 15px;
  width: 110px;
  display: block;
  clear: both;
  background: #fff;
  border: 1px #EAEAEA solid;
}
.btn.btn-see-all > span > i {
  font-style: normal;
  margin: 0 auto;
  padding: 0;
  display: block;
  clear: both;
}
.btn.btn-see-all:hover,
.btn.btn-see-all:active {
  color: #00afbb;
  background: url(../images/btn-see-more.png) center no-repeat #fff;
  box-shadow: none;
}
span.register-button {
  color: #fff;
  font-family: 'Sofia Pro Soft W01', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  padding: 12px 15px;
  width: auto;
  min-width: 170px;
  max-width: 100%;
  background: #009CA7;
  border-radius: 4px;
  border: none;
  box-shadow: none;
}
span.register-button:before {
  display: none;
}
span.register-button:hover,
span.register-button:active {
  color: #fff;
  background: #00848e;
  box-shadow: none;
}
@media only screen and (max-width: 360px) {
  span.register-button {
    width: 100%;
  }
}
img {
  margin: 0 0 15px 0;
  padding: 0;
  width: 100%;
  height: auto;
  float: left;
  clear: both;
}
img.rounded {
  border-radius: 4px;
}
img.rounded-top {
  border-radius: 4px 4px 0 0;
}
img.left {
  margin: 0 15px 15px 0;
  width: 33.33%;
  float: left;
  clear: left;
}
img.right {
  margin: 0 0 15px 15px;
  width: 33.33%;
  float: right;
  clear: right;
}
.figure {
  margin: 0 0 25px 0;
  padding: 0;
  width: 100%;
  display: table;
  float: left;
  clear: both;
}
.figure > img {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  border-radius: 4px;
}
.figure.caption {
  color: #646767;
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
}
.figure.caption img {
  margin-bottom: 10px;
}
.figure.caption e {
  font-weight: 700;
  padding-right: 5px;
}
.figure.left {
  padding: 0 25px !important;
  width: 33.33%;
  float: left;
  clear: left;
}
@media only screen and (max-width: 768px) {
  .figure.left {
    padding: 0;
    width: 100%;
  }
}
.figure.right {
  padding: 0 25px !important;
  width: 33.33%;
  float: right;
  clear: right;
}
@media only screen and (max-width: 768px) {
  .figure.right {
    padding: 0;
    width: 100%;
  }
}
.credit {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}
.credit > div {
  margin: 0;
  padding: 30px 0 0 145px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  border-top: 1px #d5d5d5 dashed;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .credit > div {
    padding: 30px 0 0 120px;
  }
}
@media only screen and (max-width: 480px) {
  .credit > div {
    padding: 30px 15px 0 15px;
  }
}
.credit > div > h3 {
  color: #646767;
  font-family: 'Museo Slab W01', serif;
  font-weight: 100;
  font-size: 24px;
  line-height: 115%;
  margin: 0 0 10px 0;
  padding: 0;
}
.credit > div > p {
  padding: 0;
}
.credit > div > img {
  max-width: 120px;
  padding: 0;
  border-radius: 4px;
  position: absolute;
  top: 30px;
  left: 0px;
}
@media only screen and (max-width: 768px) {
  .credit > div > img {
    max-width: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .credit > div > img {
    text-align: left;
    max-width: 100%;
    position: static;
    float: left;
    clear: both;
  }
}
.panel > a.enlarge-this {
  text-align: center;
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: both;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.panel > a.enlarge-this > img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: both;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.panel > a.enlarge-this > .lt,
.panel > a.enlarge-this > .rt {
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  clear: both;
  background: aqua;
  position: absolute;
  top: 0px;
}
.panel > a.enlarge-this > .lt.lt,
.panel > a.enlarge-this > .rt.lt {
  left: 0px;
  background: url(../images/radius-10px-top.png) top left no-repeat;
  background-size: auto 20px;
}
.panel > a.enlarge-this > .lt.rt,
.panel > a.enlarge-this > .rt.rt {
  right: 0px;
  background: url(../images/radius-10px-top.png) top right no-repeat;
  background-size: auto 20px;
}
.panel > a.enlarge-this:hover > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.video-container {
  overflow: hidden;
  margin: 0 auto;
  padding: 25px;
  width: 100%;
  max-width: 100%;
  max-height: 935px;
  display: block;
  float: none;
  clear: both;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .video-container {
    max-height: 735px;
  }
}
.video-container > h2 {
  color: #515454;
  text-align: left;
  margin: 10px auto 25px auto;
  padding: 0;
  width: 100%;
  max-width: 1280px;
  display: block;
  float: none;
  clear: both;
}
.video-container .embed-responsive {
  margin: 0 auto;
  width: 100%;
  max-height: 800px;
  max-width: 1280px;
  display: inline-block;
  height: auto;
  position: relative;
  overflow: visible;
  margin-top: 50px;
}
@media only screen and (max-width: 1440px) {
  .video-container .embed-responsive {
    max-height: 600px;
  }
}
.video-container .embed-responsive iframe {
  width: 100%;
  max-height: 800px;
  border: 10px #B3B8B8 solid;
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1440px) {
  .video-container .embed-responsive iframe {
    max-height: 600px;
  }
}
.video-container .embed-responsive > div {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 10px;
}
.video-container .embed-responsive > div > a {
  color: white;
}
.video-container.video-style2 {
  background: rgba(0, 156, 167, 0.8);
}
.video-container.video-style2 > h2 {
  color: #fff;
}
#header {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100px;
  display: block;
  float: left;
  clear: both;
  background: #ffffff;
  box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: padding 0.3s ease-in-out, height 0.3s ease-in-out, background 0.3s ease-in-out, left 1s ease-in-out;
  -o-transition: padding 0.3s ease-in-out, height 0.3s ease-in-out, background 0.3s ease-in-out, left 1s ease-in-out;
  transition: padding 0.3s ease-in-out, height 0.3s ease-in-out, background 0.3s ease-in-out, left 1s ease-in-out;
}
@media only screen and (max-width: 991px) {
  #header {
    height: 50px;
  }
}
#header > section {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  position: relative;
}
#header > section > nav {
  margin: 0;
  padding: 32px 10px;
  width: auto;
  height: auto;
  display: block;
  float: right;
  clear: right;
  -webkit-transition: padding 0.3s ease-in-out, height 0.3s ease-in-out;
  -o-transition: padding 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out, height 0.3s ease-in-out;
}
#header > section > nav.left {
  float: left;
  clear: left;
}
@media only screen and (max-width: 991px) {
  #header > section > nav {
    padding: 7px 10px;
  }
}
#header > section > nav > a {
  color: #646767;
  font-family: 'Sofia Pro Soft W01', sans-serif;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  vertical-align: middle;
  margin: 0 2px;
  padding: 9px 15px 0 15px;
  height: 36px;
  display: block;
  float: left;
  clear: none;
  background: rgba(255, 255, 255, 0.5);
  border: 1px #EAEAEA solid;
  border-radius: 4px;
  -webkit-transition: color 0s ease-in-out, height 0.3s ease-in-out, border 0s ease-in-out;
  -o-transition: color 0s ease-in-out, height 0.3s ease-in-out, border 0s ease-in-out;
  transition: color 0s ease-in-out, height 0.3s ease-in-out, border 0s ease-in-out;
}
@media only screen and (max-width: 991px) {
  #header > section > nav > a {
    display: none;
  }
}
#header > section > nav > a:hover {
  color: #009CA7;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
  border-color: #009CA7;
  opacity: 0.7;
}
#header > section > nav > a.logo {
  text-indent: -5000px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 220px;
  height: 100%;
  display: block;
  float: left;
  clear: left;
  background: url(../images/logo-header.png) left center no-repeat;
  background-size: auto 90px;
  border: none;
  position: absolute;
  top: 0px;
  left: 100px;
  -webkit-transition: left 1s ease-in-out, background 0.3s ease-in-out;
  -o-transition: left 1s ease-in-out, background 0.3s ease-in-out;
  transition: left 1s ease-in-out, background 0.3s ease-in-out;
}
#header > section > nav > a.logo:before {
  display: none;
}
@media only screen and (max-width: 991px) {
  #header > section > nav > a.logo {
    display: none;
  }
}
#header > section > nav > a.logo-mobile {
  text-indent: -5000px;
  overflow: hidden;
  margin-left: 20px;
  width: 188px;
  display: none;
  background: url(../images/btn-logo-mobile.png) left center no-repeat;
  background-size: auto 30px;
  border: none;
}
@media only screen and (max-width: 991px) {
  #header > section > nav > a.logo-mobile {
    display: block;
  }
}
#header > section > nav > a.menu-toggle {
  text-align: center;
  margin-left: 21px;
  padding: 9px 0 0 0;
  width: 50px;
  display: block;
  background: url(../images/btn-menu-toggle.png) center center no-repeat rgba(255, 255, 255, 0.5);
  background-size: auto 30px;
  position: relative;
}
#header > section > nav > a.menu-toggle:hover {
  background: url(../images/btn-menu-toggle-hover.png) center center no-repeat rgba(255, 255, 255, 0.5);
  background-size: auto 30px;
}
#header > section > nav > a.menu-toggle:before {
  display: none;
}
#header > section > nav > a.menu-toggle > span {
  font-size: 12px;
  margin: 5px 0 0 0;
  padding: 0;
  width: 100%;
  display: block;
  position: absolute;
  top: 100%;
  left: 0px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  #header > section > nav > a.menu-toggle {
    text-indent: -5000px;
    overflow: hidden;
    padding: 0;
    width: 50px;
    min-width: 50px;
  }
}
#header > section > nav > a.active {
  color: #006c73;
  background: rgba(27, 191, 206, 0.05);
  border-color: rgba(0, 108, 115, 0.2);
}
#header > section > nav > a.active:hover {
  color: #009CA7;
  border-color: #009CA7;
}
#header > section > nav > form.header-search {
  margin: 0 0 0 10px;
  padding: 0;
  width: 200px;
  display: block;
  float: left;
  clear: none;
  position: static;
}
@media only screen and (max-width: 991px) {
  #header > section > nav > form.header-search {
    float: right;
  }
}
@media only screen and (max-width: 540px) {
  #header > section > nav > form.header-search {
    display: none;
  }
}
#header > section > nav > form.header-search > div {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  position: relative;
}
#header > section > nav > form.header-search > div > .form-control {
  color: #515454;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: .03em;
  margin: 0;
  padding: 6px 35px 6px 15px;
  width: 100%;
  min-height: 36px;
  background: #f5f5f5;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  cursor: pointer;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}
#header > section > nav > form.header-search > div > .form-control:focus {
  background: #ededed;
  cursor: text;
}
#header > section > nav > form.header-search > div > .icon {
  color: #009CA7;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  top: 9px;
  right: 15px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
#header > section .btn-nav-toggle {
  text-indent: -5000px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 30px;
  display: block;
  background: url(../images/btn-nav-toggle.png) center no-repeat;
  background-size: 100% 100%;
  border: 1px #EAEAEA solid;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 1100;
}
#header.pushed {
  left: 320px;
}
@media only screen and (max-width: 991px) {
  #header.pushed {
    left: 320px;
  }
}
#header.scrolled {
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
}
#header.scrolled > section > nav {
  padding: 7px 10px;
}
#header.scrolled > section > nav > .logo {
  background-size: auto 45px;
}
#header.scrolled > section > nav > .menu-toggle > span {
  opacity: 0.0;
}
#header2 {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: none;
  float: left;
  clear: both;
  background: #f4f4f4;
  box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 950;
  -webkit-transition: left 1s;
  -o-transition: left 1s;
  transition: left 1s;
}
@media only screen and (max-width: 991px) {
  #header2 {
    display: block;
  }
}
#header2 > section {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  position: relative;
}
#header2 > section > nav {
  text-align: center;
  margin: 0 auto;
  padding: 5px;
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: both;
  -webkit-transition: padding .3s, height .3s;
  -o-transition: padding .3s, height .3s;
  transition: padding .3s, height .3s;
}
#header2 > section > nav > a {
  color: #646767;
  font-family: 'Sofia Pro Soft W01', sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  vertical-align: middle;
  margin: 0 2px;
  padding: 9px 0 0 0;
  height: 36px;
  width: 200px;
  max-width: 31%;
  display: inline-block;
  float: none;
  clear: none;
  background: rgba(255, 255, 255, 0.5);
  border: 1px #EAEAEA solid;
  border-radius: 4px;
  -webkit-transition: color .3s, height .3s, border .3s;
  -o-transition: color .3s, height .3s, border .3s;
  transition: color .3s, height .3s, border .3s;
}
@media only screen and (max-width: 480px) {
  #header2 > section > nav > a {
    font-size: 14px;
  }
}
#header2 > section > nav > a:hover {
  color: #009CA7;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
  border-color: #009CA7;
  opacity: 0.7;
}
#header2 > section > nav > a.active {
  color: #006c73;
  background: rgba(27, 191, 206, 0.05);
  border-color: rgba(0, 108, 115, 0.2);
}
#header2 > section > nav > a.active:hover {
  color: #009CA7;
  border-color: #009CA7;
}
#header2.pushed {
  left: 320px;
}
#print-header {
  display: none;
}
.mega-menu {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: both;
  position: relative;
  background: #009CA7;
}
.mega-menu > nav {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1280px;
  height: auto;
  display: block;
  clear: both;
  position: relative;
}
.mega-menu > nav .btn-mega-toggle {
  text-indent: -5000px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  display: block;
  float: left;
  clear: both;
  background: url(../images/btn-close.png) center center no-repeat;
  background-size: auto 30px;
  border: none;
  outline: none;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999;
}
.mega-menu > nav .btn-mega-toggle:hover {
  opacity: 0.7;
}
.mega-menu > nav .panel {
  margin: 0 auto;
  padding: 25px 55px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  display: none;
  float: left;
  clear: both;
  background: #009CA7;
  border-radius: 0px;
  box-shadow: none;
  position: relative;
}
.mega-menu > nav .panel .row {
  margin: 0;
  padding: 0 0 25px 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}
.mega-menu > nav .panel .row:last-child {
  padding: 0;
}
.mega-menu > nav .panel .col {
  margin: 0;
  padding: 0;
  height: auto;
  display: block;
  float: left;
  clear: none;
  border-right: 1px #009CA7 solid;
}
.mega-menu > nav .panel .col.title {
  padding: 0 15px;
}
.mega-menu > nav .panel .col.title h2 {
  margin-bottom: 10px;
  padding: 0 0 5px 0;
  border-bottom: 1px #009CA7 solid;
}
.mega-menu > nav .panel .col .col {
  border-right: none;
}
.mega-menu > nav .panel .col .col.border {
  border-right: 1px #009CA7 solid;
}
.mega-menu > nav .panel .col:last-child {
  border-right: none;
}
.mega-menu > nav h2 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: .03em;
  margin: 0 0 10px 0;
  padding: 0 15px;
}
.mega-menu > nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}
.mega-menu > nav ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}
.mega-menu > nav ul li:before {
  display: none;
}
.mega-menu > nav ul li a {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: .03em;
  text-decoration: none;
  margin: 0;
  padding: 10px 15px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}
.mega-menu > nav ul li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}
.mega-menu > nav ul.large {
  margin-top: -5px;
}
.mega-menu > nav ul.large > li > a {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  padding: 10px 15px;
}
.mega-menu > nav ul.large > li:first-child > a {
  padding: 5px 15px;
}
.mega-menu > nav .promo-box {
  padding: 0 15px;
}
.mega-menu > nav .promo-box h2 {
  color: #009CA7;
  font-family: 'Museo Slab W01', serif;
  font-weight: 100;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
  margin: 0;
  padding: 10px 15px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  background: #EAEAEA;
  border-radius: 0 0 4px 4px;
}
.mega-menu .fa-angle-right {
  color: #1BBFCE;
  font-weight: 700;
  padding-left: 10px;
  display: inline;
  position: static;
}
footer {
  text-align: center;
  margin: 30px 0 0 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  background: #515454;
  z-index: 100;
}
footer.no-margin {
  margin: 0;
}
footer > .container {
  color: #fff;
  text-align: left;
  margin: 0 auto;
  padding: 35px 0 60px 0;
  width: 100%;
  max-width: 1260px;
  display: inline-block;
  float: none;
  clear: both;
}
footer > .container > .logo {
  text-align: center;
  margin: 0;
  padding: 26px 0 0 0;
  width: 17%;
  float: left;
  clear: none;
}
@media only screen and (max-width: 1260px) {
  footer > .container > .logo {
    padding: 26px 0;
    width: 100%;
    clear: both;
  }
}
footer > .container > .logo > img {
  margin: 0 0 0 15px;
  width: 155px;
  height: 125px;
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 1260px) {
  footer > .container > .logo > img {
    margin: 0 auto;
    float: none;
  }
}
footer > .container > .contact-info {
  text-align: left;
  margin: 0;
  padding: 25px 0 0 0;
  width: 33%;
  display: block;
  float: left;
  clear: none;
}
@media only screen and (max-width: 1260px) {
  footer > .container > .contact-info {
    margin: 0 auto;
    width: 100%;
    float: none;
    clear: both;
  }
}
footer > .container > .contact-info > p {
  margin: 1px 0 14px 0;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 1260px) {
  footer > .container > .contact-info > p {
    text-align: center;
    width: 100%;
  }
}
footer > .container > .contact-info > p > a {
  color: #fff;
  padding: 3px 0;
}
footer > .container > .contact-info > p > a:before {
  background-color: #fff;
}
footer > .container > .contact-info > p > a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
footer > .container > .navigation {
  text-align: left;
  margin: 0;
  padding: 25px 0 0 0;
  width: 50%;
  display: block;
  float: left;
  clear: right;
}
@media only screen and (max-width: 1260px) {
  footer > .container > .navigation {
    margin: 0 auto;
    width: auto;
    float: none;
    clear: both;
  }
}
footer > .container > .navigation nav {
  margin: 0;
  padding: 0;
  display: block;
  float: none;
  clear: both;
}
@media only screen and (max-width: 1260px) {
  footer > .container > .navigation nav {
    margin: 0 auto;
    text-align: center;
  }
}
footer > .container > .navigation nav > li {
  margin: 0;
  padding: 0 15px;
  display: inline-block;
  border-left: 1px #fff solid;
  position: inherit;
}
@media only screen and (max-width: 1260px) {
  footer > .container > .navigation nav > li {
    padding: 0 6px;
  }
}
footer > .container > .navigation nav > li:before {
  display: none;
}
footer > .container > .navigation nav > li:first-child {
  border: none;
}
footer > .container > .navigation nav > li > a {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding: 0;
  margin: 2px 0 0 0;
  padding: 3px 0;
  display: block;
  float: left;
  clear: none;
}
footer > .container > .navigation nav > li > a:before {
  background-color: #fff;
}
footer > .container > .navigation nav > li > a:hover {
  text-decoration: none;
  background: none;
  opacity: 0.7;
}
footer > .container > .navigation nav.social {
  margin: 15px 0 0 0;
  padding: 0 12px;
  display: block;
  float: none;
  clear: both;
}
footer > .container > .navigation nav.social > li {
  margin: 0 3px;
  padding: 0;
  display: inline-block;
  border: none;
}
footer > .container > .navigation nav.social > li > a {
  color: #009CA7;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  clear: none;
}
footer > .container > .navigation nav.social > li > a:before {
  display: none;
}
footer > .container > .navigation nav.social > li > a:hover {
  text-decoration: none;
}
footer > .container > .navigation nav.social > li > a:hover > i {
  opacity: 0.7;
}
footer > .container > .navigation nav.social > li > a > i {
  margin: 0 auto;
  padding: 9px;
  width: 50px;
  height: 50px;
  display: block;
  float: none;
  clear: none;
  background: #fff;
  border-radius: 50px;
}
.page-title {
  text-align: left;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: both;
  background: #f5f5f5;
  border-radius: 0px;
  box-shadow: none;
}
.page-title > div {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1280px;
  height: auto;
  display: block;
  float: none;
  clear: both;
  background: none;
  border-radius: 0px;
  box-shadow: none;
}
.page-title > div > h1 {
  color: #515454;
  line-height: 105%;
  margin: 30px 0 15px 0;
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  .page-title > div > h1 {
    padding: 15px;
  }
}
.page-title > div > .breadcrumb {
  text-align: left;
  font-size: 14px;
  line-height: 28px;
  list-style: none;
  margin: 15px auto 5px auto;
  padding: 0 30px;
  width: auto;
  max-width: 100%;
  display: inline-block;
  clear: both;
  background: none;
  border-radius: 0px;
}
@media only screen and (max-width: 991px) {
  .page-title > div > .breadcrumb {
    padding: 0 15px;
  }
}
.page-title > div > .breadcrumb > li {
  margin-bottom: 0;
  padding-left: 0px;
  display: block;
  float: left;
}
.page-title > div > .breadcrumb > li:before {
  margin: 0 8px -1px 8px;
  display: inline;
}
.page-title > div > .breadcrumb > li > a {
  color: #009CA7;
}
.page-title > div > .breadcrumb > li > a:hover {
  color: #00b4c1;
}
.page-title > div > .breadcrumb > li > a:before {
  display: none;
}
.page-title > div > .breadcrumb > li.active {
  color: #515454;
}
.page-title > div > .breadcrumb > li.active > .fa {
  display: none;
}
.page-title > div.banner {
  max-width: 100%;
  background: #EAEAEA;
  box-shadow: inset 2px 4px 10px 0 rgba(0, 0, 0, 0);
}
.page-title > div.banner > div {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1280px;
  height: auto;
  display: block;
  float: none;
  clear: both;
  background: none;
  border-radius: 0px;
  box-shadow: inset 2px 4px 10px 0 rgba(0, 0, 0, 0.02);
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .page-title > div.banner > div {
    max-width: 1440px;
  }
}
.page-title > div.banner > div > img {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1440px;
  height: auto;
  display: block;
  float: none;
  clear: both;
  background: none;
  border-radius: 0px;
  box-shadow: none;
}
.content-boxes {
  text-align: left;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1170px;
  height: auto;
  display: inline-block;
  float: none;
  clear: both;
  background: #fff;
  border-radius: 0px;
}
.content-boxes > header {
  margin: 0 0 15px 0;
  padding: 0 15px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  background: none;
  border: none;
  box-shadow: none;
  position: static;
}
.content-boxes > header h2,
.content-boxes > header a h2 {
  color: #646767;
  font-family: 'Museo Slab W01', serif;
  font-weight: 100;
  font-size: 36px;
  line-height: 36px;
  text-align: left;
  margin: 0;
  padding: 0;
}
.content-boxes > header.border-top > h2 {
  margin: 0 0 -15px 0;
  padding: 20px 0 0 0;
  border-top: 2px #EAEAEA solid;
}
.content-boxes > footer {
  margin: 0;
  padding: 0 15px 40px 15px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  background: none;
  border: none;
  box-shadow: none;
  position: static;
}
@media only screen and (max-width: 768px) {
  .content-boxes > footer {
    display: none;
  }
}
.content-boxes > footer > a,
.content-boxes > footer > a:active {
  color: #009CA7;
  font-family: 'Museo Slab W01', serif;
  font-weight: 100;
  font-size: 32px;
  line-height: 34px;
  text-align: left;
  background: url(../images/btn-learn-more.png) right no-repeat;
  background-size: auto 28px;
  box-shadow: none;
  margin: 0 auto;
  padding: 0 40px 0 0;
  display: block;
  float: right;
  clear: both;
  position: static;
}
@media only screen and (max-width: 991px) {
  .content-boxes > footer > a,
  .content-boxes > footer > a:active {
    font-size: 36px;
    line-height: 36px;
    background-size: auto 30px;
  }
}
.content-boxes > footer > a:hover,
.content-boxes > footer > a:active:hover,
.content-boxes > footer > a:active,
.content-boxes > footer > a:active:active {
  opacity: 0.7;
}
.content-boxes > footer > a:before,
.content-boxes > footer > a:active:before {
  display: none;
}
.content-boxes > div {
  margin: 30px 0 0 0;
  padding: 0 15px;
  min-height: 1px;
  display: block;
  float: left;
  clear: none;
}
.content-boxes > div.no-margin-top {
  margin-top: 0;
}
.content-boxes > div.neg-bottom-margin {
  margin-bottom: -30px;
}
.content-boxes > div > .panel {
  margin: 0;
  padding: 0 0 80px 0;
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: both;
  background: #EAEAEA;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  position: relative;
}
.content-boxes > div > .panel h2 {
  color: #222;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  font-size: 23px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
}
.content-boxes > div > .panel h3 {
  color: #009CA7;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 30px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 7px;
}
.content-boxes > div > .panel h4 {
  color: #009CA7;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 30px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 7px;
}
.content-boxes > div > .panel p {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 35px;
}
.content-boxes > div > .panel > a:hover {
  color: #00848e;
  text-decoration: none;
}
.content-boxes > div > .panel > a:hover > h3,
.content-boxes > div > .panel > a:hover > h4 {
  color: #00848e;
  text-decoration: underline;
}
.content-boxes > div > .panel > a > img:first-child {
  border-radius: 4px 4px 0 0;
}
.content-boxes > div > .panel > img:first-child {
  border-radius: 4px 4px 0 0;
}
.content-boxes > div > .panel footer {
  margin: 0px;
  padding: 0 10px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  background: none;
  position: absolute;
  bottom: 30px;
  left: 0px;
}
.content-boxes > div > .panel.section-toggle {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 0px;
  display: block;
  float: left;
  clear: both;
  opacity: 0.0;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.content-boxes > div > .panel.section-toggle.toggled {
  max-height: 1500px;
  opacity: 1.0;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.content-boxes > div > .btn-section-toggle {
  display: inline-block;
}
.content-boxes > div > .btn-goto-top {
  width: 33.33%;
  display: none;
  position: absolute;
  bottom: 0px;
  left: 100%;
}
.content-boxes.box-style2 > div > .panel {
  padding-bottom: 80px;
  background: #EAEAEA;
}
.content-boxes.box-style3 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: both;
  background: url(../content/banner-6.png) center top fixed;
  background-size: cover;
  border: none;
  position: static;
  -webkit-transform: none;
  transform: none;
}
@media only screen and (max-width: 768px) {
  .content-boxes.box-style3 {
    border: none;
  }
}
.content-boxes.box-style3 > div {
  margin: 0 auto;
  padding: 0;
  max-width: 1220px;
  float: none;
}
@media only screen and (min-height: 1340px) {
  .content-boxes.box-style3 > div {
    max-width: 1340px;
  }
}
.content-boxes.box-style3 > div > .panel {
  overflow: hidden;
  text-align: left;
  margin: 0;
  padding: 20px 40px;
  width: 33.33%;
  max-width: 33.33vw;
  height: 33.33vh;
  display: block;
  float: left;
  clear: none;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
@media screen and (max-height: 900px) {
  .content-boxes.box-style3 > div > .panel {
    height: 48vh;
  }
}
@media only screen and (max-width: 768px) {
  .content-boxes.box-style3 > div > .panel {
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    border: none;
  }
}
.content-boxes.box-style3 > div > .panel.alt {
  background: rgba(179, 184, 184, 0.15);
}
.content-boxes.box-style3 > div > .panel > .content {
  margin: 0;
  padding: 30px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .content-boxes.box-style3 > div > .panel > .content {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}
.content-boxes.box-style3 > div > .panel h2 {
  color: #006c73;
  font-family: 'Museo Slab W01', serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0;
}
.content-boxes.box-style3 > div > .panel p {
  font-size: 17px;
  line-height: 140%;
  margin: 10px 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .content-boxes.box-style3 > div > .panel p {
    font-size: 15px;
  }
}
.content-boxes.box-style3 > div > .panel a:before {
  display: none;
}
.content-boxes.box-style3 > div > .panel.image {
  padding: 0;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .content-boxes.box-style3 > div > .panel.image {
    width: 100%;
    height: auto;
  }
}
.content-boxes.box-style3 > div > .panel.image > div {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 33.33vh;
}
@media screen and (max-height: 1024px) {
  .content-boxes.box-style3 > div > .panel.image > div {
    height: 48vh;
  }
}
@media screen and (max-width: 768px) {
  .content-boxes.box-style3 > div > .panel.image > div {
    height: auto;
  }
}
.content-boxes.box-style3 > div > .panel.image > div img {
  margin: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .content-boxes.box-style3 > div > .panel.image > div img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.content-boxes.box-style4 {
  width: 100%;
  max-width: 1280px;
  background: none;
}
.content-boxes.box-style4.margin-fix {
  margin-bottom: -200px;
  z-index: 1000;
  position: relative;
  background: #fff;
}
.content-boxes.box-style4 > header {
  margin: 0;
  padding: 30px 15px 10px 15px;
}
.content-boxes.box-style4 > header h1 {
  color: #006c73;
  font-family: 'Sofia Pro Soft W01', sans-serif;
  font-size: 36px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  clear: both;
  letter-spacing: 0em;
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  .content-boxes.box-style4 > header h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
.content-boxes.box-style4 > div {
  text-align: center;
}
.content-boxes.box-style4 > div > .panel {
  text-align: left;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  position: relative;
}
.content-boxes.box-style4 > div > .panel h1 {
  color: #006c73;
  font-family: 'Sofia Pro Soft W01', sans-serif;
  font-size: 36px;
  line-height: 46px;
  margin: 5px 0 7px 0;
  padding: 0;
  font-weight: 700;
}
.content-boxes.box-style4 > div > .panel h2 {
  color: #646767;
  font-family: 'Lato', sans-serif;
  font-size: 23px;
  line-height: 30px;
  text-align: left;
  margin: 5px 0 7px 0;
  padding: 0;
  font-weight: 200;
}
.content-boxes.box-style4 > div > .panel h2 > a,
.content-boxes.box-style4 > div > .panel h2 > strong {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.content-boxes.box-style4 > div > .panel h3 {
  color: #009CA7;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 22px;
  text-align: left;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 400;
}
.content-boxes.box-style4 > div > .panel h3 > strong {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.content-boxes.box-style4 > div > .panel h4 {
  font-size: 17px;
  line-height: 22px;
  font-weight: 900;
  margin: 0 0 5px 0;
  padding: 0;
}
.content-boxes.box-style4 > div > .panel p {
  font-size: 17px;
  line-height: 28px;
  margin: 0 0 15px 0;
  padding: 0;
}
.content-boxes.box-style4 > div > .panel p.date {
  color: #646767;
  font-family: 'Lato', sans-serif;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 400;
}
.content-boxes.box-style4 > div > .panel > div {
  margin: 0;
  padding: 0;
}
.content-boxes.box-style4 > div > .panel > div.dataTables_wrapper {
  margin: 10px 0;
}
.content-boxes.box-style4 > div > .panel > div.padding-left {
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .content-boxes.box-style4 > div > .panel > div.padding-left {
    padding: 0;
  }
}
.content-boxes.box-style4 > div > .panel > div.padding-right {
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  .content-boxes.box-style4 > div > .panel > div.padding-right {
    padding: 0;
  }
}
.content-boxes.box-style4 > div > .panel .credit > div > h3 {
  color: #646767;
  font-family: 'Museo Slab W01', serif;
  font-weight: 100;
  font-size: 24px;
  line-height: 115%;
  margin: 0 0 10px 0;
  padding: 0;
}
.content-boxes.box-style4 > div > .panel.primary {
  margin: 0;
  padding: 0 15px 15px 280px;
  min-height: 280px;
}
@media only screen and (max-width: 768px) {
  .content-boxes.box-style4 > div > .panel.primary {
    margin: 0;
    padding: 0;
  }
}
.content-boxes.box-style4 > div > .panel.primary > h3 {
  color: #646767;
}
.content-boxes.box-style4 > div > .panel.primary > img {
  width: 250px;
  border-radius: 4px;
  position: absolute;
  height: 250px;
  top: 10px;
  left: 0px;
}
@media only screen and (max-width: 768px) {
  .content-boxes.box-style4 > div > .panel.primary > img {
    width: 100%;
    height: auto;
    position: static !important;
  }
}
.content-boxes.box-style4 > div > .panel.primary > a.enlarge-this {
  width: 250px;
  border-radius: 4px;
  position: absolute;
  height: 250px;
  top: 10px;
  left: 0px;
}
@media only screen and (max-width: 768px) {
  .content-boxes.box-style4 > div > .panel.primary > a.enlarge-this {
    width: 100%;
    height: auto;
    position: static !important;
  }
}
.content-boxes.box-style4 > div > .panel.primary.no-image {
  padding-left: 0px;
  min-height: none;
}
.content-boxes.box-style4 > div > .panel.primary.no-image > img,
.content-boxes.box-style4 > div > .panel.primary.no-image > a.enlarge-this {
  display: none;
}
.content-boxes.box-style4 > div > .panel.secondary {
  margin: 0;
  padding: 0 0 15px 145px;
  min-height: 160px;
}
@media only screen and (max-width: 991px) {
  .content-boxes.box-style4 > div > .panel.secondary {
    padding: 25px 0 25px 145px;
    min-height: 170px;
    border-top: 2px rgba(0, 0, 0, 0.07) solid;
  }
}
@media only screen and (max-width: 768px) {
  .content-boxes.box-style4 > div > .panel.secondary {
    margin: 0;
    padding: 25px 0;
  }
}
.content-boxes.box-style4 > div > .panel.secondary h2 {
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .content-boxes.box-style4 > div > .panel.secondary h2 {
    font-size: 23px;
    line-height: 30px;
  }
}
.content-boxes.box-style4 > div > .panel.secondary p {
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (max-width: 991px) {
  .content-boxes.box-style4 > div > .panel.secondary p {
    font-size: 17px;
    line-height: 28px;
  }
}
.content-boxes.box-style4 > div > .panel.secondary > img {
  width: 120px;
  height: 120px;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .content-boxes.box-style4 > div > .panel.secondary > img {
    top: 35px;
    left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .content-boxes.box-style4 > div > .panel.secondary > img {
    width: 100%;
    height: auto;
    position: static !important;
  }
}
.content-boxes.box-style4 > div > .panel.secondary > a.enlarge-this {
  width: 120px;
  height: 120px;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .content-boxes.box-style4 > div > .panel.secondary > a.enlarge-this {
    top: 35px;
    left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .content-boxes.box-style4 > div > .panel.secondary > a.enlarge-this {
    width: 100%;
    height: auto;
    position: static !important;
  }
}
.content-boxes.box-style4 > div > .panel.secondary > div {
  padding: 0 15px;
}
.content-boxes.box-style4 > div > .panel.secondary.no-image {
  padding-left: 0px;
  min-height: none;
}
.content-boxes.box-style4 > div > .panel.secondary.no-image > img,
.content-boxes.box-style4 > div > .panel.secondary.no-image > a.enlarge-this {
  display: none;
}
.content-boxes.box-style4 > div > .panel.tertiary {
  margin: 0;
  padding: 15px 0;
  border-top: 2px rgba(0, 0, 0, 0.07) solid;
}
@media only screen and (max-width: 991px) {
  .content-boxes.box-style4 > div > .panel.tertiary {
    padding: 0;
    border: none;
  }
}
@media only screen and (max-width: 768px) {
  .content-boxes.box-style4 > div > .panel.tertiary {
    padding: 0;
  }
}
.content-boxes.box-style4 > div > .panel.tertiary h2 {
  font-size: 17px;
  line-height: 22px;
  margin: 0 0 5px 0;
}
@media only screen and (max-width: 991px) {
  .content-boxes.box-style4 > div > .panel.tertiary h2 {
    font-size: 23px;
    line-height: 30px;
  }
}
.content-boxes.box-style4 > div > .panel.tertiary h2 > strong {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.content-boxes.box-style4 > div > .panel.tertiary h2 > span {
  color: #009CA7;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  text-align: left;
  margin: 5px 0 0 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}
@media only screen and (max-width: 991px) {
  .content-boxes.box-style4 > div > .panel.tertiary h2 > span {
    font-size: 23px;
  }
}
.content-boxes.box-style4 > div > .panel.tertiary p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 23px;
}
@media only screen and (max-width: 991px) {
  .content-boxes.box-style4 > div > .panel.tertiary p {
    font-size: 17px;
    line-height: 28px;
  }
}
.content-boxes.box-style4 > div > .panel.tertiary img {
  display: none;
}
.content-boxes.box-style4 > div > .panel.tertiary > div {
  padding: 0;
  border: 2px rgba(0, 0, 0, 0.07) solid;
}
.content-boxes.box-style4 > div > .panel.tertiary > div:nth-child(odd) {
  padding-right: 15px;
  border-width: 0 1px 0 0;
}
@media only screen and (max-width: 991px) {
  .content-boxes.box-style4 > div > .panel.tertiary > div:nth-child(odd) {
    padding: 25px 0;
    border-width: 2px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .content-boxes.box-style4 > div > .panel.tertiary > div:nth-child(odd) {
    border-radius: 0;
  }
}
.content-boxes.box-style4 > div > .panel.tertiary > div:nth-child(even) {
  padding-left: 15px;
  border-width: 0 0 0 1px;
}
@media only screen and (max-width: 991px) {
  .content-boxes.box-style4 > div > .panel.tertiary > div:nth-child(even) {
    padding: 25px 0;
    border-width: 2px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .content-boxes.box-style4 > div > .panel.tertiary > div:nth-child(even) {
    border-radius: 0;
  }
}
@media only screen and (max-width: 768px) {
  .content-boxes.box-style4 > div > .panel.tertiary > div:first-child {
    border-radius: 0;
  }
}
@media only screen and (max-width: 768px) {
  .content-boxes.box-style4 > div > .panel.tertiary > div:last-child {
    border-radius: 0;
  }
}
.content-boxes.box-style4 > div.no-padding {
  padding: 0;
}
.content-boxes.box-style4 > div.no-padding > p {
  padding: 0 15px;
}
.content-boxes.box-style4 > div.text-align-left {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .content-boxes.box-style4 > div.no-padding-mobile {
    padding: 0;
  }
}
.content-boxes.box-style5 {
  text-align: center;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.content-boxes.box-style5 > div {
  padding: 0 30px 0 0;
  min-height: 320px;
}
@media only screen and (max-width: 991px) {
  .content-boxes.box-style5 > div:nth-child(odd) {
    padding: 0 15px 0 0;
  }
  .content-boxes.box-style5 > div:nth-child(even) {
    padding: 0 0 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .content-boxes.box-style5 > div:nth-child(odd) {
    padding: 0 10px 0 0;
  }
  .content-boxes.box-style5 > div:nth-child(even) {
    padding: 0 0 0 10px;
  }
}
.content-boxes.box-style5 > div > .panel {
  color: #222;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  float: none;
  clear: both;
  background: #fff;
  position: relative;
}
.content-boxes.box-style5 > div > .panel > a {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}
.content-boxes.box-style5 > div > .panel > a > div {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: both;
  border: 1px #ededed solid;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  position: relative;
  z-index: 1;
}
.content-boxes.box-style5 > div > .panel > a > div > img {
  margin-bottom: 0;
  z-index: 0;
}
.content-boxes.box-style5 > div > .panel > a > div > .lt,
.content-boxes.box-style5 > div > .panel > a > div > .rt {
  margin: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  display: block;
  float: left;
  clear: both;
  background: aqua;
  position: absolute;
  top: 0px;
  z-index: ;
}
.content-boxes.box-style5 > div > .panel > a > div > .lt.lt,
.content-boxes.box-style5 > div > .panel > a > div > .rt.lt {
  left: 0px;
  background: url(../images/radius-10px-top.png) top left no-repeat;
  background-size: auto 10px;
}
.content-boxes.box-style5 > div > .panel > a > div > .lt.rt,
.content-boxes.box-style5 > div > .panel > a > div > .rt.rt {
  right: 0px;
  background: url(../images/radius-10px-top.png) top right no-repeat;
  background-size: auto 10px;
}
.content-boxes.box-style5 > div > .panel > a > p {
  color: #009CA7;
  font-family: 'Sofia Pro Soft W01', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  margin: 0;
  padding: 12px 0;
  width: 100%;
  float: left;
  clear: both;
  background: #fff;
  border: 1px #ededed solid;
  border-top: none;
  border-radius: 0 0 4px 4px;
}
.content-boxes.box-style5 > div > .panel > a > p > small {
  color: #B3B8B8;
  font-family: 'Museo Slab W01', serif;
  font-weight: 200;
  font-size: 14px;
  line-height: 120%;
  margin: 12px 0 -12px 0;
  padding: 10px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  background: #fafafa;
  border-radius: 0 0 4px 4px;
}
.content-boxes.box-style5 > div > .panel.highlight {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 400px;
  display: block;
  float: none;
  clear: both;
}
.content-boxes.box-style5 > hr {
  margin: -50px auto -10px -30px;
  padding: 0;
  border: 2px solid #EAEAEA;
  width: 90%;
  display: inline-block;
  float: none;
  clear: both;
}
.content-boxes.box-style6 {
  text-align: center;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.content-boxes.box-style6 > div {
  padding: 0 30px 0 0;
}
@media only screen and (max-width: 991px) {
  .content-boxes.box-style6 > div:nth-child(odd) {
    padding: 0 15px 0 0;
  }
  .content-boxes.box-style6 > div:nth-child(even) {
    padding: 0 0 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .content-boxes.box-style6 > div:nth-child(odd) {
    padding: 0 10px 0 0;
  }
  .content-boxes.box-style6 > div:nth-child(even) {
    padding: 0 0 0 10px;
  }
}
.content-boxes.box-style6 > div > .panel {
  color: #222;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  background: #f2f2f2;
  border: 1px #ededed solid;
  border-radius: 4px;
  position: relative;
}
.content-boxes.box-style6 > div > .panel > a {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}
.content-boxes.box-style6 > div > .panel > a > h2 {
  color: #B3B8B8;
  font-family: 'Sofia Pro Soft W01', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  margin: 0;
  padding: 8px 0;
  width: 100%;
  float: left;
  clear: both;
  background: none;
  border: none;
  border-radius: 4px 4px 0 0;
}
.content-boxes.box-style6 > div > .panel > a > h2 > .fa {
  color: #c21e28;
  display: none;
}
.content-boxes.box-style6 > div > .panel > a > div.image {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: both;
  background: #fff;
  border: 1px #fff solid;
  border-radius: 0px;
  position: relative;
  z-index: 1;
}
.content-boxes.box-style6 > div > .panel > a > div.image > button {
  text-indent: -5000px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: none;
  float: left;
  clear: both;
  background: url(../images/btn-play-video.png) center center no-repeat;
  background-size: auto 100px;
  border: none;
  outline: none;
  box-shadow: none;
  opacity: 0.0;
  position: absolute;
  top: 0px;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.content-boxes.box-style6 > div > .panel > a > div.image > img {
  z-index: 0;
  opacity: 0.5;
}
.content-boxes.box-style6 > div > .panel > a > div.description {
  text-align: left;
  margin: 0;
  padding: 15px 25px;
  width: 100%;
  height: auto;
  min-height: 135px;
  display: block;
  float: left;
  clear: both;
  background: none;
  border: none;
  border-radius: 0 0 4px 4px;
  position: relative;
  z-index: 1;
}
.content-boxes.box-style6 > div > .panel > a > div.description > h3 {
  color: #B3B8B8;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  margin: 0;
  padding: 0 0 8px 0;
  width: 100%;
  float: left;
  clear: both;
  background: none;
}
.content-boxes.box-style6 > div > .panel > a > div.description > p {
  color: #B3B8B8;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin: 0;
  padding: 0 0 10px 0;
  width: 100%;
  float: left;
  clear: both;
  background: none;
}
.content-boxes.box-style6 > div > .panel > a > div.description > p > small {
  font-size: 80%;
}
.content-boxes.box-style6 > div > .panel > a:hover > div > button {
  opacity: 1.0;
}
.content-boxes.box-style6 > div > .panel.on-air {
  background: #fafafa;
}
.content-boxes.box-style6 > div > .panel.on-air > a > h2 {
  color: #222;
}
.content-boxes.box-style6 > div > .panel.on-air > a > h2 > .fa {
  display: inline-block;
}
.content-boxes.box-style6 > div > .panel.on-air > a > div.image > button {
  display: block;
}
.content-boxes.box-style6 > div > .panel.on-air > a > div.image > img {
  opacity: 1.0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.content-boxes.box-style6 > div > .panel.on-air > a > div.image:hover > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.content-boxes.box-style6 > div > .panel.on-air > a > div.description > h3,
.content-boxes.box-style6 > div > .panel.on-air > a > div.description > p {
  color: #222;
}
.content-boxes.box-style6 > hr {
  margin: -50px auto -10px -30px;
  padding: 0;
  border: 2px solid #EAEAEA;
  width: 90%;
  display: inline-block;
  float: none;
  clear: both;
}
.content-boxes.more-less > div > .panel {
  padding: 0;
  width: 100%;
  float: left;
  clear: both;
  background: none;
  border: none;
  box-shadow: none;
}
.content-boxes.more-less > div > .panel > ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  display: block;
  float: left;
  clear: both;
}
.content-boxes.more-less > div > .panel > ul > li {
  color: #222;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  margin: 0 0 40px 0;
  padding: 0;
  width: 50%;
  display: block;
  float: left;
  clear: none;
  position: relative;
}
.content-boxes.more-less > div > .panel > ul > li:before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .content-boxes.more-less > div > .panel > ul > li {
    width: 100%;
  }
}
.content-boxes.more-less > div > .panel > ul > li:nth-child(odd) {
  padding-right: 25px;
}
@media only screen and (max-width: 768px) {
  .content-boxes.more-less > div > .panel > ul > li:nth-child(odd) {
    padding: 0;
  }
}
.content-boxes.more-less > div > .panel > ul > li:nth-child(even) {
  padding-left: 25px;
}
@media only screen and (max-width: 768px) {
  .content-boxes.more-less > div > .panel > ul > li:nth-child(even) {
    padding: 0;
  }
}
.content-boxes.more-less > div > .panel > ul > li > .fa-stop {
  display: none;
}
.content-boxes.more-less > div > .panel > ul > li > img {
  width: 68px;
  height: 68px;
  border-radius: 4px;
  position: absolute;
  top: 20px;
  left: -5px;
}
.content-boxes.more-less > div > .panel > ul > li > a {
  margin: 0;
  padding: 0;
}
.content-boxes.more-less > div > .panel > ul > li > a > h3 {
  color: #009CA7;
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 2px;
  padding: 0;
}
.content-boxes.more-less > div > .panel > ul > li > h4 {
  color: #515454;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 10px;
  padding: 0;
}
.content-boxes.more-less > div > .panel > ul > li p {
  font-size: 17px;
  line-height: 28px;
  margin: 0 0 35px 0;
  padding: 0 15px;
}
.content-boxes.more-less > div > .panel > ul > li p.buttons {
  display: none;
}
.content-boxes.more-less > div > .panel > ul > li p.buttons.see-all {
  display: block;
}
.content-boxes.more-less.alt > div > .panel {
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: both;
  background: none;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  position: relative;
}
.content-boxes.more-less.alt > div > .panel > ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0 20px 20px 20px;
  display: block;
  float: left;
  clear: both;
  background: #EAEAEA;
  border-radius: 4px;
}
.content-boxes.more-less.alt > div > .panel > ul > li {
  color: #222;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  margin: 0;
  padding: 15px 15px 0 82px;
  min-height: 93px;
  width: 25%;
  display: block;
  float: left;
  clear: none;
  position: relative;
}
.content-boxes.more-less.alt > div > .panel > ul > li:before {
  display: none;
}
.content-boxes.more-less.alt > div > .panel > ul > li > img {
  width: 68px;
  height: 68px;
  border-radius: 4px;
  position: absolute;
  top: 20px;
  left: 0px;
}
.content-boxes.more-less.alt > div > .panel > ul > li > h3 {
  color: #646767;
  font-size: 18px;
  line-height: 22px;
  margin-top: 1px;
  margin-bottom: 3px;
  padding: 0;
}
.content-boxes.caption {
  background: none;
}
.content-boxes.caption > section {
  text-align: left;
  margin: 0;
  padding: 30px;
  width: 100%;
  max-width: 520px;
  display: inline-block;
  float: none;
  clear: both;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {
  .content-boxes.caption > section {
    padding: 15px;
    max-width: 100%;
    border-radius: 0 0 4px 4px;
  }
}
.content-boxes.caption > section > h1 {
  font-family: 'Sofia Pro Soft W01', sans-serif;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 20px 0 -10px 0;
  padding: 0;
  display: block;
  float: left;
  clear: both;
  letter-spacing: 0em;
}
@media only screen and (max-width: 768px) {
  .content-boxes.caption > section > h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
.content-boxes.caption > section > h2 {
  color: #646767;
  font-family: 'Museo Slab W01', serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 34px;
  margin: 20px 0;
  padding: 0;
  display: block;
  float: left;
  clear: both;
  letter-spacing: 0em;
}
@media only screen and (max-width: 768px) {
  .content-boxes.caption > section > h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
.content-boxes.caption > section > p {
  color: #222;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}
@media only screen and (max-width: 991px) {
  .content-boxes.caption > section > p {
    font-size: 17px;
    line-height: 26px;
  }
}
.content-boxes.caption > section > p.text-right {
  margin-bottom: 0;
  text-align: right;
}
.content-boxes.caption > section > p > a,
.content-boxes.caption > section > p > a:active {
  color: #009CA7;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  display: inline;
  float: none;
  clear: none;
  border: none;
  position: static;
  cursor: pointer;
}
.content-boxes.caption > section > p > a:before,
.content-boxes.caption > section > p > a:active:before {
  display: none;
}
.content-boxes.caption > section > p > a:hover,
.content-boxes.caption > section > p > a:active:hover,
.content-boxes.caption > section > p > a:active,
.content-boxes.caption > section > p > a:active:active {
  opacity: 0.7;
}
.content-boxes.caption > section > p > a.callToAction,
.content-boxes.caption > section > p > a:active.callToAction {
  font-family: 'Museo Slab W01', serif;
  font-weight: 100;
  font-size: 32px;
  line-height: 34px;
  margin: 0 auto 20px auto;
  padding: 0 40px 0 0;
  display: block;
  float: right;
  clear: both;
  background: url(../images/btn-learn-more.png) right no-repeat;
  background-size: auto 28px;
  position: static;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .content-boxes.caption > section > p > a.callToAction,
  .content-boxes.caption > section > p > a:active.callToAction {
    font-size: 36px;
    line-height: 36px;
    background-size: auto 30px;
  }
}
.content-boxes.caption > section.text-centered > h1,
.content-boxes.caption > section.text-centered > h2,
.content-boxes.caption > section.text-centered > p {
  text-align: center;
}
.content-boxes.carousel {
  overflow: hidden;
  margin: -2px auto 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: 448px;
  display: block;
  float: left;
  clear: both;
  background: #EAEAEA;
  box-shadow: inset 2px 4px 10px 0 rgba(0, 0, 0, 0);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .content-boxes.carousel {
    height: auto;
    background: #fff;
  }
}
.content-boxes.carousel > .owl-carousel {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1280px;
  display: block;
  float: none;
  clear: both;
  position: relative;
}
.content-boxes.carousel > .owl-carousel .owl-item > .item {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: 448px;
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .content-boxes.carousel > .owl-carousel .owl-item > .item {
    height: auto;
  }
}
.content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  clear: both;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0.0;
  position: relative;
  z-index: 900;
  -webkit-transition: opacity 1.5s ease-in-out;
  -o-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay {
    padding: 15px;
    height: auto;
    background: #fff;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
.content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay.color1 {
  background: rgba(0, 156, 167, 0.8);
}
@media only screen and (max-width: 768px) {
  .content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay.color1 {
    background: #fff;
  }
}
.content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay > .content-boxes {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  display: block;
  float: none;
  clear: both;
  background: none;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay > .content-boxes {
    height: auto;
    float: left;
  }
}
.content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay > .content-boxes > .content {
  text-align: left;
  overflow-x: hidden;
  margin: -65px auto 0 auto;
  padding: 30px 25px;
  width: 100%;
  max-width: 520px;
  height: auto;
  min-height: 300px;
  display: block;
  float: left;
  clear: both;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  opacity: 0.0;
  position: absolute;
  left: 65px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%) translateX(0%);
  -webkit-transition: opacity 0.8s ease-in-out 0s;
  -o-transition: opacity 0.8s ease-in-out 0s;
  transition: opacity 0.8s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  .content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay > .content-boxes > .content {
    margin: 0;
    padding: 0 0 30px 0;
    max-width: 100%;
    min-height: 0px;
    background: #fff;
    position: static !important;
    transform: none !important;
  }
}
.content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay > .content-boxes > .content > h2 {
  color: #515454;
  font-family: 'Museo Slab W01', serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 130%;
  text-align: left;
  margin: 20px 0 20px 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
  opacity: 0.0;
  -webkit-transition: opacity 0.8s ease-in-out 0.5s;
  -o-transition: opacity 0.8s ease-in-out 0.5s;
  transition: opacity 0.8s ease-in-out 0.5s;
}
@media only screen and (max-width: 1140px) {
  .content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay > .content-boxes > .content > h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay > .content-boxes > .content > h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay > .content-boxes > .content > h2 {
    font-size: 30px;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay > .content-boxes > .content > h2 {
    font-size: 26px;
  }
}
.content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay > .content-boxes > .content > p {
  color: #222;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
  opacity: 0.0;
  -webkit-transition: opacity 0.8s ease-in-out 0.75s;
  -o-transition: opacity 0.8s ease-in-out 0.75s;
  transition: opacity 0.8s ease-in-out 0.75s;
}
@media only screen and (max-width: 1140px) {
  .content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay > .content-boxes > .content > p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay > .content-boxes > .content > p {
    font-size: 20px;
    padding: 0;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
.content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay > .content-boxes > .content > p > a {
  color: #009ca7;
  border-bottom: none;
}
.content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay > .content-boxes > .content > p > a:before {
  display: none;
}
.content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay > .content-boxes > .content > p > a:focus,
.content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay > .content-boxes > .content > p > a:hover {
  color: #00afbb;
}
.content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay > .content-boxes > .content > h4 {
  color: #222;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: right;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
  opacity: 0.0;
  -webkit-transition: opacity 0.8s ease-in-out 1s;
  -o-transition: opacity 0.8s ease-in-out 1s;
  transition: opacity 0.8s ease-in-out 1s;
}
@media only screen and (max-width: 1140px) {
  .content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay > .content-boxes > .content > h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay > .content-boxes > .content > h4 {
    font-size: 20px;
    padding: 0;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
.content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay > .content-boxes > .content > h4 > a {
  color: #009ca7;
  border-bottom: none;
}
.content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay > .content-boxes > .content > h4 > a:before {
  display: none;
}
.content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay > .content-boxes > .content > h4 > a:focus,
.content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay > .content-boxes > .content > h4 > a:hover {
  color: #00afbb;
}
.content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay > img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: none;
  float: left;
  clear: both;
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  .content-boxes.carousel > .owl-carousel .owl-item > .item > .overlay > img {
    display: block;
    border-radius: 4px;
  }
}
.content-boxes.carousel > .owl-carousel .owl-item > .item .scroll-for-more {
  display: none;
}
.content-boxes.carousel > .owl-carousel .owl-item > .item.content-right > .overlay > .content-boxes > div.content {
  left: auto;
  right: 65px;
}
.content-boxes.carousel > .owl-carousel .owl-item > .item.content-top > .overlay > .content-boxes > div.content {
  top: 250px;
}
.content-boxes.carousel > .owl-carousel .owl-item > .item.content-bottom > .overlay > .content-boxes > div.content {
  top: auto;
  bottom: 0px;
}
.content-boxes.carousel > .owl-carousel .owl-item > .item.content-height-auto > .overlay > .content-boxes > div.content {
  min-height: 100px;
}
.content-boxes.carousel > .owl-carousel .owl-item > .item.item-style2 > .overlay > .content-boxes > div.content {
  background: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 768px) {
  .content-boxes.carousel > .owl-carousel .owl-item > .item.item-style2 > .overlay > .content-boxes > div.content {
    background: #fff;
  }
}
.content-boxes.carousel > .owl-carousel .owl-item > .item.item-style2 > .overlay > .content-boxes > div.content > h2,
.content-boxes.carousel > .owl-carousel .owl-item > .item.item-style2 > .overlay > .content-boxes > div.content > p,
.content-boxes.carousel > .owl-carousel .owl-item > .item.item-style2 > .overlay > .content-boxes > div.content > h4 {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .content-boxes.carousel > .owl-carousel .owl-item > .item.item-style2 > .overlay > .content-boxes > div.content > h2,
  .content-boxes.carousel > .owl-carousel .owl-item > .item.item-style2 > .overlay > .content-boxes > div.content > p,
  .content-boxes.carousel > .owl-carousel .owl-item > .item.item-style2 > .overlay > .content-boxes > div.content > h4 {
    color: #222;
  }
}
.content-boxes.carousel > .owl-carousel .owl-item > .item.item-style3 > .overlay {
  background: rgba(0, 156, 167, 0.7);
}
.content-boxes.carousel > .owl-carousel .owl-item > .item.item-style4 > .overlay {
  background: rgba(0, 156, 167, 0.7);
}
.content-boxes.carousel > .owl-carousel .owl-item > .item.item-style4 > .overlay > .content-boxes > div.content {
  background: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 768px) {
  .content-boxes.carousel > .owl-carousel .owl-item > .item.item-style4 > .overlay > .content-boxes > div.content {
    background: #fff;
  }
}
.content-boxes.carousel > .owl-carousel .owl-item > .item.item-style4 > .overlay > .content-boxes > div.content > h2,
.content-boxes.carousel > .owl-carousel .owl-item > .item.item-style4 > .overlay > .content-boxes > div.content > p,
.content-boxes.carousel > .owl-carousel .owl-item > .item.item-style4 > .overlay > .content-boxes > div.content > h4 {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .content-boxes.carousel > .owl-carousel .owl-item > .item.item-style4 > .overlay > .content-boxes > div.content > h2,
  .content-boxes.carousel > .owl-carousel .owl-item > .item.item-style4 > .overlay > .content-boxes > div.content > p,
  .content-boxes.carousel > .owl-carousel .owl-item > .item.item-style4 > .overlay > .content-boxes > div.content > h4 {
    color: #222;
  }
}
.content-boxes.carousel > .owl-carousel .owl-item > .item.item-style5 > .overlay > .content-boxes > div.content {
  color: #222;
  background: rgba(255, 255, 255, 0.55);
}
@media only screen and (max-width: 768px) {
  .content-boxes.carousel > .owl-carousel .owl-item > .item.item-style5 > .overlay > .content-boxes > div.content {
    background: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .content-boxes.carousel > .owl-carousel .owl-item > .item.item-style5 > .overlay > .content-boxes > div.content > h2,
  .content-boxes.carousel > .owl-carousel .owl-item > .item.item-style5 > .overlay > .content-boxes > div.content > p,
  .content-boxes.carousel > .owl-carousel .owl-item > .item.item-style5 > .overlay > .content-boxes > div.content > h4 {
    color: #222;
  }
}
.content-boxes.carousel > .owl-carousel .owl-item.active > .item > .overlay {
  opacity: 1.0;
}
@media only screen and (max-width: 768px) {
  .content-boxes.carousel > .owl-carousel .owl-item.active > .item > .overlay {
    background: #fff;
  }
}
.content-boxes.carousel > .owl-carousel .owl-item.active > .item > .overlay > .content > .content,
.content-boxes.carousel > .owl-carousel .owl-item.active > .item > .overlay > .content-boxes > .content {
  opacity: 1.0;
}
.content-boxes.carousel > .owl-carousel .owl-item.active > .item > .overlay > .content > .content > h2,
.content-boxes.carousel > .owl-carousel .owl-item.active > .item > .overlay > .content-boxes > .content > h2 {
  opacity: 1.0;
}
.content-boxes.carousel > .owl-carousel .owl-item.active > .item > .overlay > .content > .content > p,
.content-boxes.carousel > .owl-carousel .owl-item.active > .item > .overlay > .content-boxes > .content > p {
  opacity: 1.0;
}
.content-boxes.carousel > .owl-carousel .owl-item.active > .item > .overlay > .content > .content > h4,
.content-boxes.carousel > .owl-carousel .owl-item.active > .item > .overlay > .content-boxes > .content > h4 {
  opacity: 1.0;
}
.content-boxes.carousel > .owl-carousel .owl-controls {
  opacity: 0.0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .content-boxes.carousel > .owl-carousel .owl-controls {
    opacity: 1.0;
  }
}
.content-boxes.carousel > .owl-carousel .owl-controls > .owl-nav > div {
  text-indent: -5000px;
  overflow: hidden;
  margin: -65px 0 0 0;
  padding: 0;
  width: 55px;
  height: 50px;
  display: block;
  float: left;
  clear: both;
  opacity: 0.5;
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .content-boxes.carousel > .owl-carousel .owl-controls > .owl-nav > div {
    width: 40px;
    height: 40px;
    transform: none;
    top: auto;
    bottom: 0px;
  }
}
.content-boxes.carousel > .owl-carousel .owl-controls > .owl-nav > div.owl-prev {
  background: url(../images/buttons/owl-prev.png) center center no-repeat rgba(0, 0, 0, 0.5);
  background-size: auto 55%;
  border-radius: 0 25px 25px 0;
  left: 0px;
}
.content-boxes.carousel > .owl-carousel .owl-controls > .owl-nav > div.owl-prev:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 768px) {
  .content-boxes.carousel > .owl-carousel .owl-controls > .owl-nav > div.owl-prev {
    border-radius: 0 20px 20px 0;
  }
}
.content-boxes.carousel > .owl-carousel .owl-controls > .owl-nav > div.owl-next {
  background: url(../images/buttons/owl-next.png) center center no-repeat rgba(0, 0, 0, 0.5);
  background-size: auto 55%;
  border-radius: 25px 0 0 25px;
  right: 0px;
}
.content-boxes.carousel > .owl-carousel .owl-controls > .owl-nav > div.owl-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 768px) {
  .content-boxes.carousel > .owl-carousel .owl-controls > .owl-nav > div.owl-next {
    border-radius: 20px 0 0 20px;
  }
}
.content-boxes.carousel > .owl-carousel:hover .owl-controls {
  opacity: 1.0;
}
.content-boxes.carousel > .owl-carousel.promo {
  max-width: 600px;
}
.content-boxes.carousel > .owl-carousel.promo .owl-item > .item {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: none;
  border: none;
  border-radius: none;
  position: relative;
}
.content-boxes.carousel > .owl-carousel.promo .owl-item > .item > section.content {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  clear: both;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.content-boxes.carousel > .owl-carousel.promo .owl-item > .item > section.content h2 {
  color: #fff;
  font-family: 'Sofia Pro Soft W01', sans-serif;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0;
  width: auto;
  display: inline-block;
  float: none;
  clear: both;
  background: none;
  border-bottom: 5px transparent solid;
  font-weight: 700;
  -webkit-transition: border 0.5s ease-in-out;
  -o-transition: border 0.5s ease-in-out;
  transition: border 0.5s ease-in-out;
}
.content-boxes.carousel > .owl-carousel.promo .owl-item > .item > section.content h3 {
  color: #fff;
  font-family: 'Museo Slab W01', serif;
  font-weight: 200;
  font-size: 25px;
  line-height: 130%;
  letter-spacing: .1em;
  text-transform: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: inline-block;
  float: none;
  clear: both;
  background: none;
  border: none;
  font-weight: 400;
}
.content-boxes.carousel > .owl-carousel.promo .owl-item > .item > section.content button {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: .1em;
  text-transform: none;
  text-align: center;
  margin: 0;
  padding: 5px 30px 7px 30px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  outline: none;
}
.content-boxes.carousel > .owl-carousel.promo .owl-item > .item > section.content > a {
  text-align: center;
  margin: 0;
  padding: 15px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.content-boxes.carousel > .owl-carousel.promo .owl-item > .item > section.content > a:before {
  display: none;
}
.content-boxes.carousel > .owl-carousel.promo .owl-item > .item > section.content > a.button {
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0px;
  -webkit-transform: none;
  transform: none;
}
.content-boxes.carousel > .owl-carousel.promo .owl-item > .item > section.image {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  clear: both;
}
.content-boxes.carousel > .owl-carousel.promo .owl-item > .item > section.image > .overlay {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  clear: both;
  background: rgba(0, 156, 167, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
.content-boxes.carousel > .owl-carousel.promo .owl-item > .item > section.image > img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: both;
  border-radius: 4px;
  position: static;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.content-boxes.carousel > .owl-carousel.promo:hover > section h2 {
  border-color: #1BBFCE;
}
.content-boxes.carousel > .owl-carousel.promo:hover > section > .overlay {
  background: rgba(27, 191, 206, 0.7);
}
.content-boxes.carousel > .owl-carousel.promo:hover > section > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.content-boxes.carousel > .owl-carousel.promo.promo-style2 > a > h2 {
  border-radius: 0 0 4px 4px;
}
.content-boxes.carousel > .owl-carousel.promo.promo-style2 > a > section {
  border-radius: 4px 4px 0 0;
}
.content-boxes.carousel > .owl-carousel.promo.promo-style2 > a > section img {
  border-radius: 4px 4px 0 0;
}
.content-boxes.carousel.full-width {
  max-width: 100%;
}
.content-boxes.carousel.full-width > .owl-carousel {
  max-width: 100%;
}
.content-boxes.carousel.full-screen {
  max-width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  .content-boxes.carousel.full-screen {
    height: auto;
  }
}
.content-boxes.carousel.full-screen > .owl-carousel {
  max-width: 100%;
}
.content-boxes.carousel.full-screen > .owl-carousel .item {
  margin: 0 auto;
  padding: 0;
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  .content-boxes.carousel.full-screen > .owl-carousel .item {
    height: auto;
  }
}
.content-boxes.carousel.full-screen > .owl-carousel .item .scroll-for-more {
  color: #fff;
  font-family: 'Museo Slab W01', serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 50px 0;
  width: 400px;
  height: auto;
  min-height: 0px;
  display: block;
  float: left;
  clear: both;
  background: url(../images/buttons/scroll-down.png) center bottom no-repeat transparent;
  background-size: auto 50px;
  opacity: 1.0;
  position: absolute;
  left: 50%;
  bottom: 115px;
  z-index: 1;
  transform: translateY(0%) translateX(-50%);
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .content-boxes.carousel.full-screen > .owl-carousel .item .scroll-for-more {
    display: none;
  }
}
.content-boxes.carousel.full-screen > .owl-carousel .item .scroll-for-more.scrolled {
  opacity: 0.0;
}
.content-boxes.carousel.full-screen > .owl-carousel .item .scroll-for-more > span {
  padding: 5px;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.25);
}
.content-boxes.carousel.content-right > .owl-carousel .item > .overlay > .content-boxes > div.content {
  text-align: left;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 30px 25px;
  width: 100%;
  max-width: 520px;
  height: auto;
  min-height: 300px;
  display: block;
  float: left;
  clear: both;
  position: absolute;
  left: auto;
  right: 65px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%) translateX(0%);
}
.gallery > .panel.content-boxes {
  padding-bottom: 0px;
}
.gallery > .panel.content-boxes > div {
  margin-bottom: 30px;
  width: 25%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .gallery > .panel.content-boxes > div {
    width: 33.33%;
  }
}
@media only screen and (max-width: 768px) {
  .gallery > .panel.content-boxes > div {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .gallery > .panel.content-boxes > div {
    width: 100%;
  }
}
.gallery > .panel.content-boxes > div > .panel {
  margin: 0;
  padding: 0;
}
.gallery > .panel.content-boxes > div > .panel > img {
  margin: 0;
  border-radius: 4px;
}
.gallery > .panel.content-boxes > div > .panel > section {
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 15px 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  opacity: 0.0;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
.gallery > .panel.content-boxes > div > .panel > section:hover {
  opacity: 1.0;
}
.gallery > .panel.content-boxes > div > .panel > section > h2 {
  color: #fff;
}
.gallery > .panel.content-boxes > div > .panel > section > p {
  color: #fff;
}
.promo-box {
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: none;
  border: none;
  border-radius: none;
  position: relative;
}
.promo-box > section {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  clear: both;
}
.promo-box > section.content {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  clear: both;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.promo-box > section.content h2 {
  color: #fff;
  font-family: 'Sofia Pro Soft W01', sans-serif;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0;
  width: auto;
  display: inline-block;
  float: none;
  clear: both;
  background: none;
  border-bottom: 5px transparent solid;
  font-weight: 700;
  -webkit-transition: border 0.5s ease-in-out;
  -o-transition: border 0.5s ease-in-out;
  transition: border 0.5s ease-in-out;
}
.promo-box > section.content h3 {
  color: #fff;
  font-family: 'Museo Slab W01', serif;
  font-weight: 200;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: .1em;
  text-transform: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: inline-block;
  float: none;
  clear: both;
  background: none;
  border: none;
}
.promo-box > section.content button {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: .1em;
  text-transform: none;
  text-align: center;
  margin: 0;
  padding: 5px 30px 7px 30px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  outline: none;
}
.promo-box > section.content > a {
  text-align: center;
  margin: 0;
  padding: 15px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.promo-box > section.content > a:before {
  display: none;
}
.promo-box > section.content > a.button {
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0px;
  -webkit-transform: none;
  transform: none;
}
.promo-box > section.image > .overlay {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  clear: both;
  background: rgba(0, 156, 167, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
.promo-box > section.image > img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: both;
  border-radius: 4px;
  position: static;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.promo-box:hover > section h2 {
  border-color: #1BBFCE;
}
.promo-box:hover > section > .overlay {
  background: rgba(27, 191, 206, 0.7);
}
.promo-box:hover > section > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.promo-box.promo-style2 > section.content h2 {
  color: #fff;
}
.promo-box.promo-style2 > section.content h3 {
  color: #fff;
}
.promo-box.promo-style2 > section.content button {
  color: #fff;
}
.promo-box.promo-style2 > section.image > .overlay {
  background: rgba(25, 25, 25, 0.5);
}
.promo-box.promo-style2:hover > section h2 {
  border-color: #fff;
}
.promo-box.promo-style2:hover > section > .overlay {
  background: rgba(105, 105, 105, 0.5);
}

/*dss new */
.pet-forum-promo-header {
	font-size:32px !important;	
}
.pet-forum-promo-subheader {
	font-size:24px !important;	
}
@media only screen and (max-width: 768px) {
	.pet-forum-promo-header {
		font-size:18px !important;	
	}
	.pet-forum-promo-subheader {
		font-size:14px !important;	
	}	
}

@media only screen and (max-width: 480px) {
	.pet-forum-promo-header {
		font-size:18px !important;
		display:none !important;	
	}
	.pet-forum-promo-subheader {
		font-size:16px !important;	
	}	
}

.related-items {
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: both;
  background: #009CA7;
  border-radius: 4px;
}
.related-items > nav {
  text-align: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: both;
  position: relative;
}
.related-items > nav > h2 {
  color: #fff;
  font-family: 'Museo Slab W01', serif;
  font-weight: 200;
  font-size: 19px;
  line-height: 25px;
  margin: 0;
  padding: 15px 15px 5px 15px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}
@media only screen and (max-width: 991px) {
  .related-items > nav > h2 {
    font-size: 23px;
    line-height: 27px;
    padding: 25px 25px 10px 25px;
  }
}
.related-items > nav > ul {
  margin: 0 0 37px 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: both;
}
.related-items > nav > ul > li {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: both;
}
.related-items > nav > ul > li:before {
  display: none;
}
.related-items > nav > ul > li > a {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: .03em;
  text-decoration: none;
  margin: 0;
  padding: 10px 15px;
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: both;
  border: none;
}
.related-items > nav > ul > li > a:before {
  display: none;
}
@media only screen and (max-width: 991px) {
  .related-items > nav > ul > li > a {
    font-size: 15px;
    line-height: 24px;
    padding: 10px 25px;
  }
}
.related-items > nav > ul > li > a:hover {
  background: rgba(255, 255, 255, 0.15);
}
.related-items > nav > ul > li > a > .fa-angle-right {
  padding-left: 10px;
  display: inline;
  position: static;
}
.related-items > nav > .round-corner {
  text-indent: -5000px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  display: block;
  float: left;
  clear: both;
  background: url(../images/nav-corner.png) top left no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.related-items.style2 {
  background: #EAEAEA;
}
.related-items.style2 > nav > h2 {
  color: #a6acac;
}
.related-items.style2 > nav > ul > li > a {
  color: #222;
}
.related-items.style2 > nav > ul > li:hover {
  background: rgba(0, 0, 0, 0.05);
}
.related-items.style2 > nav > .round-corner {
  background: url(../images/nav-corner-grey.png) top left no-repeat;
  background-size: 100% 100%;
}
#side-nav {
  margin: 0;
  padding: 0;
  width: 280px;
  max-width: 100%;
  height: 100vh;
  display: block;
  float: left;
  clear: both;
  background: rgba(0, 108, 115, 0);
  border: none;
  box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 100px;
  left: -280px;
  z-index: 999;
  -webkit-transition: top 0.3s ease-in-out, left 0.5s ease-in-out, background 0.5s ease-in-out;
  -o-transition: top 0.3s ease-in-out, left 0.5s ease-in-out, background 0.5s ease-in-out;
  transition: top 0.3s ease-in-out, left 0.5s ease-in-out, background 0.5s ease-in-out;
}
@media only screen and (max-width: 991px) {
  #side-nav {
    top: 50px;
  }
}
#side-nav.pushed {
  width: 100vw;
  background: rgba(0, 108, 115, 0.25);
  left: 0px;
}
#side-nav.pushed > button {
  display: block;
}
#side-nav.scrolled {
  top: 50px;
}
#side-nav.scrolled > nav {
  padding-bottom: 100px;
}
#side-nav > nav {
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0 0 100px 0;
  width: 280px;
  height: 100vh;
  display: block;
  float: left;
  clear: both;
  background: #009CA7;
  position: relative;
  -webkit-transition: margin .5s;
  -o-transition: margin .5s;
  transition: margin .5s;
}
@media only screen and (max-width: 991px) {
  #side-nav > nav {
    padding-bottom: 150px;
  }
}
#side-nav > nav > form {
  margin: 0;
  padding: 15px 20px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}
#side-nav > nav > form > .search {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  position: relative;
  z-index: 950;
  opacity: 1.0;
  -webkit-transition: width 1s, opacity .5s;
  -o-transition: width 1s, opacity .5s;
  transition: width 1s, opacity .5s;
}
#side-nav > nav > form > .search > .form-control {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  padding-right: 47px;
  background: #007b83;
  border: none;
  box-shadow: none;
}
#side-nav > nav > form > .search > .icon {
  color: #fff;
  position: absolute;
  top: 9px;
  right: 15px;
}
#side-nav > nav button {
  text-indent: -5000px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50px;
  min-width: 50px;
  height: 45px;
  display: block;
  background: none;
  border: none;
  border-radius: none;
  outline: none;
  opacity: 0.5;
  position: absolute;
  -webkit-transition: padding .5s, background 0;
  -o-transition: padding .5s, background 0;
  transition: padding .5s, background 0;
}
#side-nav > nav button.show-parents {
  background: url(../images/buttons/prev.png) center center no-repeat rgba(255, 255, 255, 0);
  background-size: auto 30px;
  top: 0px;
  left: 0px;
}
#side-nav > nav button.show-subs {
  background: url(../images/buttons/next.png) center center no-repeat rgba(255, 255, 255, 0);
  background-size: auto 30px;
  top: 0px;
  right: 0px;
}
#side-nav > nav button.toggle {
  background: url(../images/buttons/toggle-closed.png) center center no-repeat rgba(255, 255, 255, 0);
  background-size: auto 30px;
  top: 0px;
  right: 0px;
}
#side-nav > nav button:hover {
  opacity: 1.0;
}
#side-nav > nav > section {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  position: relative;
}
#side-nav > nav > section > h2 {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  position: relative;
  cursor: pointer;
}
#side-nav > nav > section > h2 > a {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  font-size: 17px;
  line-height: 120%;
  text-align: left;
  margin: 0;
  padding: 13px 50px 13px 20px;
  width: 100%;
  min-height: 45px;
  display: block;
  float: left;
  clear: both;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
  background-size: auto 250px;
  border-radius: 0;
}
#side-nav > nav > section > h2 > a:hover {
  background: rgba(27, 191, 206, 0.5);
}
#side-nav > nav > section > ul {
  display: none;
  background: #fff;
  border: none;
}
#side-nav > nav > section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  -webkit-transition: left .5s;
  -o-transition: left .5s;
  transition: left .5s;
}
#side-nav > nav > section ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  background: none;
  position: relative;
  cursor: pointer;
}
#side-nav > nav > section ul li:before {
  display: none;
}
#side-nav > nav > section ul li > h2 {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 45px;
  display: none;
  float: left;
  clear: both;
  background: rgba(255, 255, 255, 0);
  background-size: auto 250px;
  border-radius: 0;
  position: relative;
  -webkit-transition: padding .5s, background .3s;
  -o-transition: padding .5s, background .3s;
  transition: padding .5s, background .3s;
}
#side-nav > nav > section ul li > h2:hover {
  text-decoration: none;
  background: #f5f5f5;
}
#side-nav > nav > section ul li > h2 > a {
  color: #515454;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 120%;
  text-align: left;
  margin: 0 0 0 100%;
  padding: 13px 50px;
  width: 100%;
  min-height: 100%;
  display: block;
  float: left;
  clear: both;
  background: none;
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
  right: 0;
  opacity: 1.0;
}
#side-nav > nav > section ul li > h3 {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 45px;
  display: none;
  float: left;
  clear: both;
  background: rgba(255, 255, 255, 0);
  background-size: auto 250px;
  border-radius: 0;
  position: relative;
  -webkit-transition: padding .5s, background .3s;
  -o-transition: padding .5s, background .3s;
  transition: padding .5s, background .3s;
}
#side-nav > nav > section ul li > h3:hover {
  text-decoration: none;
  background: #f5f5f5;
}
#side-nav > nav > section ul li > h3 > a {
  color: #515454;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 120%;
  text-align: left;
  margin: 0 0 0 100%;
  padding: 13px 50px 13px 60px;
  width: 100%;
  min-height: 100%;
  display: block;
  float: left;
  clear: both;
  background: none;
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
  right: 0;
  opacity: 1.0;
}
#side-nav > nav > section ul li > h3 > a.current {
  color: #222;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background: #f5f5f5;
}
@-webkit-keyframes slidein-left {
  100% {
    right: 100%;
  }
}
@keyframes slidein-left {
  100% {
    right: 100%;
  }
}
#side-nav > nav > section ul.active > li > h2 {
  display: block;
}
#side-nav > nav > section ul.active > li > h2 > a {
  -webkit-animation: slidein-left 0.3s ease-in-out forwards;
  -o-animation: slidein-left 0.3s ease-in-out forwards;
  animation: slidein-left 0.3s ease-in-out forwards;
}
#side-nav > nav > section ul.active > li > h3 {
  display: block;
}
#side-nav > nav > section ul.active > li > h3 > a {
  -webkit-animation: slidein-left 0.3s ease-in-out forwards;
  -o-animation: slidein-left 0.3s ease-in-out forwards;
  animation: slidein-left 0.3s ease-in-out forwards;
}
#side-nav > nav > section.open > h2 > a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background: #1BBFCE;
}
#side-nav > nav > section.open > h2 > button.toggle {
  background: url(../images/buttons/toggle-open.png) center center no-repeat rgba(255, 255, 255, 0);
  background-size: auto 30px;
}
#side-nav > nav > section.current-section > h2 > a {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}
#side-nav > nav > section.current-section.open > h2 > a {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: #1BBFCE;
}
#side-nav > nav > section.current-section.open > h2 > button.toggle {
  background: url(../images/buttons/toggle-open.png) center center no-repeat rgba(255, 255, 255, 0);
  background-size: auto 30px;
}
#side-nav > button {
  text-indent: -5000px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  position: absolute;
  top: 0px;
  left: 280px;
}
.juicer-feed h1.referral,
.juicer-feed.user h1.referral {
  display: none;
}
.juicer-feed .j-stack,
.juicer-feed.user .j-stack {
  width: 100%;
}
.juicer-feed li.feed-item,
.juicer-feed.user li.feed-item {
  color: #222;
  margin: 0 0 15px 0;
  padding: 0 0 40px 0;
  width: 100%;
  float: left;
  clear: both;
  background: #fff;
  border: 1px #ededed solid;
  border-radius: 4px;
  position: relative;
  hyphens: auto;
  overflow-wrap: break-word;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
}
.juicer-feed li.feed-item .j-poster,
.juicer-feed.user li.feed-item .j-poster {
  overflow: hidden;
  margin: 0;
  padding: 3px;
  width: 100%;
  height: 36px;
  background: #fafafa;
  border: none;
  border-radius: 4px 4px 0 0;
  zoom: 1;
}
.juicer-feed li.feed-item .j-poster a img,
.juicer-feed.user li.feed-item .j-poster a img {
  margin: 0 7px 0 0;
  padding: 0;
  width: 30px !important;
  float: left;
  border-radius: 4px;
  display: none;
}
.juicer-feed li.feed-item .j-poster a h3,
.juicer-feed.user li.feed-item .j-poster a h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #009CA7;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  margin: 0;
  padding: 5px;
  max-width: 67%;
  float: left;
  clear: none;
  text-indent: -5000px;
  width: 30px;
  height: 30px;
}
.juicer-feed li.feed-item .j-poster a .j-date,
.juicer-feed.user li.feed-item .j-poster a .j-date {
  color: #B3B8B8;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  margin-top: 4px;
  padding: 0 5px 0 0;
  float: right;
}
.juicer-feed li.feed-item .j-image,
.juicer-feed.user li.feed-item .j-image {
  overflow: hidden;
  margin: 0;
  padding: 0 0 100% 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  position: relative;
}
.juicer-feed li.feed-item .j-image > img,
.juicer-feed.user li.feed-item .j-image > img {
  margin: -50% 0 0 0;
  min-height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.juicer-feed li.feed-item:hover .j-image > img,
.juicer-feed.user li.feed-item:hover .j-image > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.juicer-feed li.feed-item.twitter .j-poster > a > h3,
.juicer-feed.user li.feed-item.twitter .j-poster > a > h3 {
  background: url(../images/icons/twitter.png) center center no-repeat;
  background-size: auto 30px;
}
.juicer-feed li.feed-item.facebook .j-poster > a > h3,
.juicer-feed.user li.feed-item.facebook .j-poster > a > h3 {
  background: url(../images/icons/facebook.png) center center no-repeat;
  background-size: auto 30px;
}
.juicer-feed li.feed-item.instagram .j-poster > a > h3,
.juicer-feed.user li.feed-item.instagram .j-poster > a > h3 {
  background: url(../images/icons/instagram.png) center center no-repeat;
  background-size: auto 30px;
}
.juicer-feed li.feed-item.pinterest .j-poster > a > h3,
.juicer-feed.user li.feed-item.pinterest .j-poster > a > h3 {
  background: url(../images/icons/pinterest.png) center center no-repeat;
  background-size: auto 30px;
}
.juicer-feed li.feed-item.googleplus .j-poster > a > h3,
.juicer-feed.user li.feed-item.googleplus .j-poster > a > h3 {
  background: url(../images/icons/googleplus.png) center center no-repeat;
  background-size: auto 30px;
}
.juicer-feed li.feed-item.youtube .j-poster > a > h3,
.juicer-feed.user li.feed-item.youtube .j-poster > a > h3 {
  background: url(../images/icons/youtube.png) center center no-repeat;
  background-size: auto 30px;
}
.juicer-feed li.feed-item .j-text,
.juicer-feed.user li.feed-item .j-text {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 85px;
  display: block;
  float: left;
  clear: both;
}
.juicer-feed li.feed-item .j-text > .j-message,
.juicer-feed.user li.feed-item .j-text > .j-message {
  color: #222;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: .03em;
  font-weight: 400;
  margin: 10px 0;
  padding: 0 15px;
  width: 100%;
  display: inline-block;
  float: none;
  clear: both;
}
.juicer-feed li.feed-item .j-text > .j-message p,
.juicer-feed.user li.feed-item .j-text > .j-message p {
  color: #222;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: .03em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  float: none;
  clear: both;
}
.juicer-feed li.feed-item .j-text > .j-message a,
.juicer-feed.user li.feed-item .j-text > .j-message a {
  color: #009CA7;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  margin: 0 7px;
  padding: 0;
  width: auto;
  display: inline-block;
  float: none;
  clear: both;
  border: none;
}
.juicer-feed li.feed-item .j-text > .j-message a:before,
.juicer-feed.user li.feed-item .j-text > .j-message a:before {
  display: none;
}
.juicer-feed li.feed-item .j-text > .j-message a:focus,
.juicer-feed.user li.feed-item .j-text > .j-message a:focus,
.juicer-feed li.feed-item .j-text > .j-message a:hover,
.juicer-feed.user li.feed-item .j-text > .j-message a:hover {
  color: #00afbb;
  text-decoration: none;
  border: none;
}
.juicer-feed li.feed-item .j-text > .j-message a.j-truncate,
.juicer-feed.user li.feed-item .j-text > .j-message a.j-truncate {
  color: #222;
  font-size: 0px;
  margin: 0;
}
.juicer-feed li.feed-item .j-text > .j-message a.j-truncate:after,
.juicer-feed.user li.feed-item .j-text > .j-message a.j-truncate:after {
  color: #222;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 17px;
  border: none;
  content: '...';
}
.juicer-feed li.feed-item .j-meta,
.juicer-feed.user li.feed-item .j-meta {
  overflow: hidden;
  margin: 0;
  padding: 5px;
  width: 100%;
  height: 40px;
  background: #fafafa;
  border: none;
  border-radius: 0 0 4px 4px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  zoom: 1;
}
.juicer-feed li.feed-item .j-meta > ul,
.juicer-feed.user li.feed-item .j-meta > ul {
  margin: 0;
  padding: 5px 10px 0 10px;
}
.juicer-feed li.feed-item .j-meta > ul > li,
.juicer-feed.user li.feed-item .j-meta > ul > li {
  margin: 0 10px 0 0;
  padding: 0;
  display: inline-block;
  background-image: none;
  border: none;
}
.juicer-feed li.feed-item .j-meta > ul > li:before,
.juicer-feed.user li.feed-item .j-meta > ul > li:before {
  display: none;
}
.juicer-feed li.feed-item .j-meta > ul > li > a,
.juicer-feed.user li.feed-item .j-meta > ul > li > a {
  color: #B3B8B8;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  clear: both;
  background: transparent;
}
.juicer-feed li.feed-item .j-meta > ul > li > a:before,
.juicer-feed.user li.feed-item .j-meta > ul > li > a:before {
  display: none;
}
.juicer-feed li.feed-item .j-meta > ul > li > a.comments,
.juicer-feed.user li.feed-item .j-meta > ul > li > a.comments {
  padding-left: 30px;
  background: url(../images/icons/comments.png) left center no-repeat;
  background-size: auto 25px;
}
.juicer-feed li.feed-item .j-meta > ul > li > a.likes,
.juicer-feed.user li.feed-item .j-meta > ul > li > a.likes {
  padding-left: 28px;
  background: url(../images/icons/likes.png) left center no-repeat;
  background-size: auto 25px;
}
.juicer-feed li.feed-item .j-meta > ul > li > a.heart,
.juicer-feed.user li.feed-item .j-meta > ul > li > a.heart {
  padding-left: 28px;
  background: url(../images/icons/heart.png) left center no-repeat;
  background-size: auto 25px;
}
.juicer-feed li.feed-item .j-meta > nav,
.juicer-feed.user li.feed-item .j-meta > nav {
  display: none;
}
.juicer-feed .juicer-button,
.juicer-feed.user .juicer-button {
  color: #fff;
  font-family: 'Sofia Pro Soft W01', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 20px auto;
  padding: 12px 15px;
  width: auto;
  min-width: 170px;
  max-width: 100%;
  display: inline-block;
  float: none;
  clear: none;
  background: #009CA7;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  cursor: pointer;
  display: none;
}
.juicer-feed .juicer-button:before,
.juicer-feed.user .juicer-button:before {
  display: none;
}
.juicer-feed .juicer-button:hover,
.juicer-feed.user .juicer-button:hover {
  color: #fff;
  text-decoration: none;
  background: #00848e;
  box-shadow: none;
}
.juicer-social-nav {
  text-align: center;
  margin: 10px 0 20px 0;
  padding: 0 12px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}
.juicer-social-nav > ul {
  margin: 0;
  padding: 0;
  width: auto;
  max-width: 1280px;
  display: inline-block;
  float: none;
  clear: both;
  border: none;
  position: inherit;
}
.juicer-social-nav > ul > li {
  margin: 0 3px;
  padding: 0;
  width: auto;
  display: inline-block;
  border: none;
  position: inherit;
}
.juicer-social-nav > ul > li:before {
  display: none;
}
.juicer-social-nav > ul > li > a {
  color: #009CA7;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  clear: none;
  border-bottom: none;
}
.juicer-social-nav > ul > li > a:before {
  display: none;
}
.juicer-social-nav > ul > li > a:hover {
  text-decoration: none;
}
.juicer-social-nav > ul > li > a:hover > i {
  opacity: 0.7;
}
.juicer-social-nav > ul > li > a > i {
  margin: 0 auto;
  padding: 9px;
  width: 50px;
  height: 50px;
  display: block;
  float: none;
  clear: none;
  background: #fff;
  border-radius: 50px;
  border: 1px #ededed solid;
}
.j-post-overlay {
  background: #fafafa;
  position: relative;
}
.j-overlay .j-close:before {
  text-indent: -5000px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 70px;
  display: block;
  float: left;
  clear: both;
  background: url(../images/buttons/close-x.png) center center no-repeat;
  background-size: auto 25px;
  border-left: 2px #fff solid;
  position: absolute;
  top: 0px;
  right: -5px;
}
.j-post-overlay.juicer-feed .j-overlay-text {
  margin: 0;
  padding: 0;
  background: #fafafa;
}
.j-post-overlay.juicer-feed .j-overlay-text .j-poster {
  color: #B3B8B8;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  text-align: left;
  padding: 15px 90px 15px 15px;
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: both;
  background: #fafafa;
}
.j-post-overlay.juicer-feed .j-overlay-text .j-poster img {
  margin: 0;
  padding: 0;
  width: auto !important;
  height: 40px;
}
.j-post-overlay.juicer-feed .j-overlay-text .j-poster h3 {
  color: #009CA7;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 120%;
  text-align: left;
  padding: 5px 0 0 15px;
}
.j-post-overlay.juicer-feed .j-overlay-text .j-poster .j-date {
  color: #B3B8B8;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  padding: 6px 0 0 0;
}
.j-post-overlay.juicer-feed .j-overlay-text .j-message {
  padding: 25px 0 0 0;
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: both;
  background: #fff;
}
.j-post-overlay.juicer-feed .j-overlay-text .j-message p {
  color: #222;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  margin: 0 0 30px 0;
  padding: 0 25px;
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: both;
}
.j-post-overlay.juicer-feed .j-overlay-text .j-meta {
  overflow: hidden;
  margin: 0;
  padding: 0 25px;
  width: 100%;
  min-height: 40px;
  display: block;
  float: left;
  clear: both;
  background: #fafafa;
  border: none;
  zoom: 1;
}
.j-post-overlay.juicer-feed .j-overlay-text .j-meta > ul {
  margin: 0;
  padding: 5px 10px 0 10px;
}
.j-post-overlay.juicer-feed .j-overlay-text .j-meta > ul > li {
  margin: 0 10px 0 0;
  padding: 0;
  display: inline-block;
  background-image: none;
  border: none;
}
.j-post-overlay.juicer-feed .j-overlay-text .j-meta > ul > li:before {
  display: none;
}
.j-post-overlay.juicer-feed .j-overlay-text .j-meta > ul > li > a {
  color: #B3B8B8;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  clear: both;
  background: transparent;
}
.j-post-overlay.juicer-feed .j-overlay-text .j-meta > ul > li > a:before {
  display: none;
}
.j-post-overlay.juicer-feed .j-overlay-text .j-meta > ul > li > a.comments {
  padding-left: 30px;
  background: url(../images/icons/comments.png) left center no-repeat;
  background-size: auto 25px;
}
.j-post-overlay.juicer-feed .j-overlay-text .j-meta > ul > li > a.likes {
  padding-left: 28px;
  background: url(../images/icons/likes.png) left center no-repeat;
  background-size: auto 25px;
}
.j-post-overlay.juicer-feed .j-overlay-text .j-meta > ul > li > a.heart {
  padding-left: 28px;
  background: url(../images/icons/heart.png) left center no-repeat;
  background-size: auto 25px;
}
.j-post-overlay.juicer-feed .j-overlay-text .j-bottom {
  margin: 0;
  padding: 0 25px;
  width: 100%;
  min-height: 40px;
  display: block;
  float: left;
  clear: both;
}
.j-post-overlay.juicer-feed .j-overlay-text .j-bottom .juicer-button {
  color: #fff;
  font-family: 'Sofia Pro Soft W01', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0 30px 0;
  padding: 12px 15px;
  width: auto;
  min-width: 170px;
  max-width: 100%;
  background: #009CA7;
  border-radius: 4px;
  border: none;
  box-shadow: none;
}
.j-post-overlay.juicer-feed .j-overlay-text .j-bottom .juicer-button:before {
  display: none;
}
.j-post-overlay.juicer-feed .j-overlay-text .j-bottom .juicer-button:hover,
.j-post-overlay.juicer-feed .j-overlay-text .j-bottom .juicer-button:active {
  color: #fff;
  background: #00848e;
  box-shadow: none;
}
@media only screen and (max-width: 360px) {
  .j-post-overlay.juicer-feed .j-overlay-text .j-bottom .juicer-button {
    width: 100%;
  }
}
.j-post-overlay.juicer-feed .j-overlay-text .j-share {
  display: none;
}
.related-items > nav > ul,
.related-items > nav > ul > li > ul,
.related-items > nav > ul > li > ul > li > ul {
  margin: 0;
  padding: 5px 15px 15px 15px;
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: both;
  background: none;
}
.related-items > nav > ul:hover,
.related-items > nav > ul > li > ul:hover,
.related-items > nav > ul > li > ul > li > ul:hover {
  background: none;
}
.related-items > nav > ul > li > ul {
  padding: 0;
  border: 1px #eaeaea solid;
  border-width: 4px 0 12px 0;
}
.related-items > nav > ul > li > ul > li > ul {
  padding: 0;
  border: 1px #eaeaea solid;
  border-width: 4px 0 12px 0;
}
.related-items > nav > ul > li,
.related-items > nav > ul > li > ul > li,
.related-items > nav > ul > li > ul > li > ul > li {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: both;
  background: #eaeaea;
  border: 1px #eaeaea solid;
  border-width: 6px 0 0 0;
  position: relative !important;
}
.related-items > nav > ul > li:hover,
.related-items > nav > ul > li > ul > li:hover,
.related-items > nav > ul > li > ul > li > ul > li:hover {
  background: #eaeaea;
}
.related-items > nav > ul > li > label,
.related-items > nav > ul > li > ul > li > label,
.related-items > nav > ul > li > ul > li > ul > li > label {
  color: #515454;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  margin: 0;
  padding: 8px 15px 8px 36px;
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: both;
  background: #fff;
  border: 1px rgba(81, 84, 84, 0.3) solid;
  border-radius: 4px;
  cursor: pointer;
}
.related-items > nav > ul > li > label:hover,
.related-items > nav > ul > li > ul > li > label:hover,
.related-items > nav > ul > li > ul > li > ul > li > label:hover {
  background: #f2f2f2;
  background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
  background-image: -o-linear-gradient(top, #fff, #f2f2f2);
  background-image: linear-gradient(to bottom, #fff, #f2f2f2);
}
.related-items > nav > ul > li > label.cal1,
.related-items > nav > ul > li > ul > li > label.cal1,
.related-items > nav > ul > li > ul > li > ul > li > label.cal1 {
  border-right: 10px #009CA7 solid;
}
.related-items > nav > ul > li > label.cal2,
.related-items > nav > ul > li > ul > li > label.cal2,
.related-items > nav > ul > li > ul > li > ul > li > label.cal2 {
  border-right: 10px #99d7db solid;
}
.related-items > nav > ul > li > label.cal3,
.related-items > nav > ul > li > ul > li > label.cal3,
.related-items > nav > ul > li > ul > li > ul > li > label.cal3 {
  color: #515454;
  background: #e5f5f6;
  border-right: 10px #99d8dc solid;
}
.related-items > nav > ul > li > label.cal3:hover,
.related-items > nav > ul > li > ul > li > label.cal3:hover,
.related-items > nav > ul > li > ul > li > ul > li > label.cal3:hover {
  background: #d2eeef;
  background-image: -moz-linear-gradient(top, #fff, #d2eeef);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#d2eeef));
  background-image: -webkit-linear-gradient(top, #fff, #d2eeef);
  background-image: -o-linear-gradient(top, #fff, #d2eeef);
  background-image: linear-gradient(to bottom, #fff, #d2eeef);
}
.related-items > nav > ul > li > label.cal4,
.related-items > nav > ul > li > ul > li > label.cal4,
.related-items > nav > ul > li > ul > li > ul > li > label.cal4 {
  color: #515454;
  background: #e5f5f6;
  border-right: 10px #4cb9c1 solid;
}
.related-items > nav > ul > li > label.cal4:hover,
.related-items > nav > ul > li > ul > li > label.cal4:hover,
.related-items > nav > ul > li > ul > li > ul > li > label.cal4:hover {
  background: #d2eeef;
  background-image: -moz-linear-gradient(top, #fff, #d2eeef);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#d2eeef));
  background-image: -webkit-linear-gradient(top, #fff, #d2eeef);
  background-image: -o-linear-gradient(top, #fff, #d2eeef);
  background-image: linear-gradient(to bottom, #fff, #d2eeef);
}
.related-items > nav > ul > li > label.cal5,
.related-items > nav > ul > li > ul > li > label.cal5,
.related-items > nav > ul > li > ul > li > ul > li > label.cal5 {
  border-right: 10px #4cb9c1 solid;
}
a.cal1 {
  background: #009CA7;
}
a.cal1:hover {
  background: #00848e;
}
a.cal2 {
  background: #4cb9c1;
}
a.cal2:hover {
  background: #3fadb5;
}
a.cal3 {
  background: #99d7db;
}
a.cal3:hover {
  background: #86d0d4;
}
a.cal4 {
  color: #515454;
  background: #e5f5f6;
}
a.cal4:hover {
  background: #d2eeef;
}
.fc-more-popover {
  margin-top: 100px;
}
.related-items > nav > ul > li > ul > li > label {
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  font-size: 14px;
  letter-spacing: .03em;
  padding: 5px 15px 5px 35px;
  margin-left: 30px;
  width: calc(100% - 30px);
}
.related-items > nav > ul > li > ul > li > ul > li > label {
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  font-size: 14px;
  letter-spacing: .03em;
  padding: 5px 15px 5px 35px;
  margin-left: 60px;
  width: calc(100% - 60px);
}
.related-items > nav > ul > li > input,
.related-items > nav > ul > li > ul > li > input,
.related-items > nav > ul > li > ul > li > ul > li > input {
  position: absolute !important;
  left: 11px;
  top: 7px;
}
.related-items > nav > ul > li > ul > li > input {
  position: absolute !important;
  left: 38px;
  top: 4px;
}
.related-items > nav > ul > li > ul > li > ul > li > input {
  position: absolute !important;
  left: 68px;
  top: 4px;
}
.related-items > nav > ul > li > input[type="checkbox"]:before {
  content: "";
  margin: -5px 0 0 -5px;
  padding: 0;
  width: 24px;
  height: 24px;
  display: block;
  background: url(../images/checkmark.png) center center no-repeat;
  background-size: auto 100%;
  border: none;
  position: relative !important;
}
.related-items > nav > ul > li > ul > li > input[type="checkbox"]:before {
  content: "";
  margin: -3px 0 0 -3px;
  padding: 0;
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/checkmark.png) center center no-repeat;
  background-size: auto 100%;
  border: none;
  position: relative !important;
}
.related-items > nav > ul > li > ul > li > ul > li > input[type="checkbox"]:before {
  content: "";
  margin: -3px 0 0 -3px;
  padding: 0;
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/checkmark.png) center center no-repeat;
  background-size: auto 100%;
  border: none;
  position: relative !important;
}
.related-items > nav > ul > li > input[type="checkbox"]:checked:before,
.related-items > nav > ul > li > ul > li > input[type="checkbox"]:checked:before,
.related-items > nav > ul > li > ul > li > ul > li > input[type="checkbox"]:checked:before {
  background: url(../images/checkmark-selected.png) center center no-repeat;
  background-size: auto 100%;
}
.related-items > nav > ul > li:before,
.related-items > nav > ul > li > ul > li:before,
.related-items > nav > ul > li > ul > li > ul > li:before {
  display: none;
}
.modal-dialog {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 600px;
  position: absolute !important;
  left: 50%;
  top: 50%;
  z-index: 10000;
}
.modal-content {
  border: none;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.25);
  transform: translateX(-50%) translateY(-50%);
}
.modal-backdrop {
  width: 100%;
  height: 100%;
  background: rgba(0, 108, 115, 0.25);
  opacity: 1.0;
  position: absolute !important;
  left: 0px;
  top: 0px;
  z-index: 9999;
}
.social-feeds {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}
.social-feeds > nav {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 80px;
  display: block;
  float: left;
  clear: both;
  position: relative;
}
.social-feeds > nav > ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}
.social-feeds > nav > ul > li {
  margin: 0;
  padding: 0 5px 0 0;
  width: 85px;
  max-width: 16.67%;
  display: block;
  float: left;
  clear: none;
  border: none;
}
@media only screen and (max-width: 1070px) {
  .social-feeds > nav > ul > li {
    width: 16.67%;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .social-feeds > nav > ul > li {
    height: 80px;
  }
}
.social-feeds > nav > ul > li:before {
  display: none;
}
.social-feeds > nav > ul > li:last-child {
  padding-right: 0;
  max-width: 16.65%;
}
@media only screen and (max-width: 1070px) {
  .social-feeds > nav > ul > li:last-child {
    width: 16.65%;
  }
}
.social-feeds > nav > ul > li > a {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  margin: 0;
  padding: 15px 0;
  width: 100%;
  height: 80px;
  display: block;
  float: left;
  clear: none;
  background: #B3B8B8;
  border-radius: 4px 4px 0 0;
  border: none;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
@media only screen and (max-width: 360px) {
  .social-feeds > nav > ul > li > a {
    font-size: 20px;
    line-height: 20px;
    padding: 5px 0;
    width: 100%;
    height: auto;
  }
}
.social-feeds > nav > ul > li > a > i {
  margin: 0 auto;
  padding: 9px;
  width: 50px;
  height: 50px;
  display: block;
  float: none;
  clear: none;
  border-radius: 50px;
  border: 2px #fff solid;
  opacity: 1.0;
  -webkit-transition: margin 0.7s ease-in-out, opacity 0.7s ease-in 0.2s;
  -moz-transition: margin 0.7s ease-in-out, opacity 0.7s ease-in 0.2s;
  -o-transition: margin 0.7s ease-in-out, opacity 0.7s ease-in 0.2s;
  transition: margin 0.7s ease-in-out, opacity 0.7s ease-in 0.2s;
}
.social-feeds > nav > ul > li > a:before {
  display: none;
}
.social-feeds > nav > ul > li:hover {
  background: none;
  border: none;
}
.social-feeds > nav > ul > li:hover > a {
  background: #999f9f;
  border: none;
}
.social-feeds > nav > ul > li.active > a {
  background: #646767;
  border: none;
}
.social-feeds > nav > ul > li.active > a.facebook > i {
  background: #385692;
}
.social-feeds > nav > ul > li.active > a.google > i {
  background: #E34A32;
}
.social-feeds > nav > ul > li.active > a.instagram > i {
  background: #824F34;
}
.social-feeds > nav > ul > li.active > a.linkedin > i {
  background: #0274b3;
}
.social-feeds > nav > ul > li.active > a.pinterest > i {
  background: #C6232C;
}
.social-feeds > nav > ul > li.active > a.twitter > i {
  background: #20B7E8;
}
.social-feeds > nav > ul > li.active > a.youtube > i {
  background: #cd362e;
}
.social-feeds > nav > .round-corner {
  text-indent: -5000px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  display: none;
  float: left;
  clear: both;
  background: url(../images/tab-corner.png) top left no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -22px;
  right: 0px;
}
@media only screen and (max-width: 991px) {
  .social-feeds > nav > .round-corner {
    display: none;
  }
}
.social-feeds > .tab-content {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  background: #646767;
  border-radius: 0 4px 4px 4px;
}
@media only screen and (max-width: 1070px) {
  .social-feeds > .tab-content {
    border-radius: 0 0 4px 4px;
  }
}
.social-feeds > .tab-content > section {
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 25px 10px;
  width: 100%;
  float: left;
  clear: both;
  opacity: 1.0;
  -webkit-transition: margin 0.7s ease-in-out, opacity 0.7s ease-in 0.2s;
  -moz-transition: margin 0.7s ease-in-out, opacity 0.7s ease-in 0.2s;
  -o-transition: margin 0.7s ease-in-out, opacity 0.7s ease-in 0.2s;
  transition: margin 0.7s ease-in-out, opacity 0.7s ease-in 0.2s;
}
.social-feeds.animate > nav > ul > li > a > i {
  margin-top: -50%;
  opacity: 0.0;
}
.social-feeds.animate > .tab-content > section {
  margin-left: -50%;
  opacity: 0.0;
}
.maddies-blog {
  margin: 0;
  padding: 0 0 35px 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  background: url(../images/bgr-happenings-alt1.png) right top #646767;
  background-size: auto 290px;
  background-repeat: no-repeat;
  border-radius: 4px;
  border: none;
  box-shadow: none;
}
@media only screen and (max-width: 991px) {
  .maddies-blog {
    margin-top: 30px;
    background: #646767;
  }
}
@media only screen and (max-width: 768px) {
  .maddies-blog {
    margin-top: 0px;
  }
}
.maddies-blog > h2 {
  color: #1BBFCE;
  text-align: left;
  font-family: 'Sofia Pro Soft W01', sans-serif;
  font-size: 47px;
  line-height: 52px;
  margin: 25px 0;
  padding: 0 100px 0 25px;
  width: 100%;
  display: block;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .maddies-blog > h2 {
    text-align: center;
    padding: 0 25px;
  }
}
.maddies-blog > h2 > span {
  color: #fff;
  font-family: 'Museo Slab W01', serif;
  font-weight: 100;
  font-size: 36px;
  line-height: 36px;
}
.maddies-blog > section {
  font-size: 17px;
  line-height: 28px;
  text-align: left;
  margin: 0;
  padding: 0 210px 0 25px;
  width: 100%;
  display: block;
  clear: both;
  opacity: 1.0;
  -webkit-transition: margin 0.7s ease-in-out, opacity 0.7s ease-in 0.2s;
  -moz-transition: margin 0.7s ease-in-out, opacity 0.7s ease-in 0.2s;
  -o-transition: margin 0.7s ease-in-out, opacity 0.7s ease-in 0.2s;
  transition: margin 0.7s ease-in-out, opacity 0.7s ease-in 0.2s;
}
@media only screen and (max-width: 768px) {
  .maddies-blog > section {
    padding: 0 25px;
  }
}
.maddies-blog > section > a {
  color: #fff;
}
.maddies-blog > section > i {
  color: #646767;
  font-size: 13px;
  line-height: 28px;
  font-style: italic;
  font-weight: 400;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  clear: both;
}
.maddies-blog.animate > section {
  margin-left: -50%;
  opacity: 0.0;
}
.parallax {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  position: relative;
  background-color: #646767;
  background: -webkit-linear-gradient(#fff, #f5f5f5);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fff, #f5f5f5);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fff, #f5f5f5);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fff, #f5f5f5);
  /* Standard syntax (must be last) */
}
.parallax.margin-bottom {
  margin-bottom: 50px;
}
.parallax > div {
  margin: -50px auto 0 auto;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  display: block;
  float: left;
  clear: both;
  background: fixed;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .parallax > div {
    margin: -55px auto;
  }
}
@media only screen and (max-width: 768px) {
  .parallax > div {
    margin: 0 auto;
    background-image: none !important;
    height: auto;
  }
}
.parallax > div > #scroll-for-more {
  color: #fff;
  font-family: 'Museo Slab W01', serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 50px 0;
  width: 400px;
  height: auto;
  min-height: 0px;
  display: block;
  float: left;
  clear: both;
  background: url(../images/buttons/scroll-down.png) center bottom no-repeat transparent;
  background-size: auto 50px;
  opacity: 1.0;
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 1;
  transform: translateY(0%) translateX(-50%);
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .parallax > div > #scroll-for-more {
    display: none;
  }
}
.parallax > div > #scroll-for-more.scrolled {
  opacity: 0.0;
}
.parallax > div > #scroll-for-more > span {
  padding: 5px;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.25);
}
.parallax > div > header {
  margin: 0 auto;
  padding: 30px 15px;
  width: 100%;
  max-width: 1280px;
  display: inline-block;
  float: none;
}
.parallax > div > header > h1,
.parallax > div > header > h2,
.parallax > div > header > p {
  margin: 10px 0;
}
.parallax > div > .content-boxes {
  text-align: left;
  margin: 0 auto;
  padding: inherit;
  width: 100%;
  max-width: 1280px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.parallax > div > .content-boxes.full {
  max-width: 100%;
}
.parallax > div > .content-boxes.padded {
  padding: 30px 25px;
}
@media only screen and (max-width: 768px) {
  .parallax > div > .content-boxes.padded {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .parallax > div > .content-boxes {
    text-align: center;
    padding: 15px 0;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}
.parallax > div > .content-boxes > img {
  margin: 0;
  width: 100%;
  height: auto;
  display: none;
  border-radius: 4px 4px 0 0;
}
@media only screen and (max-width: 768px) {
  .parallax > div > .content-boxes > img {
    display: block;
  }
}
.parallax > div > .overlay {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  background: rgba(0, 0, 0, 0.8);
}
.parallax > div > .overlay.color1 {
  background: rgba(0, 156, 167, 0.8);
}
.parallax > div.content-right > .content-boxes {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .parallax > div.content-right > .content-boxes {
    text-align: center;
  }
}
.parallax > div.content-top > .content-boxes {
  position: absolute;
  left: 50%;
  top: 180px;
  z-index: 1;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
@media only screen and (max-width: 768px) {
  .parallax > div.content-top > .content-boxes {
    text-align: center;
    padding: 15px 0;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}
.parallax > div.content-bottom > .content-boxes {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 180px;
  z-index: 1;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
@media only screen and (max-width: 768px) {
  .parallax > div.content-bottom > .content-boxes {
    text-align: center;
    padding: 15px 0;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}
.parallax > div.parallax-style2 > .content-boxes > section {
  background: rgba(0, 0, 0, 0.5);
}
.parallax > div.parallax-style2 > .content-boxes > section.color1 {
  background: rgba(0, 156, 167, 0.65);
}
.parallax > div.parallax-style2 > .content-boxes > section > h1 {
  color: #fff;
}
.parallax > div.parallax-style2 > .content-boxes > section > h2 {
  color: #fff;
}
.parallax > div.parallax-style2 > .content-boxes > section > p {
  color: #fff;
}
.parallax > div.parallax-style3 > .content-boxes > section {
  background: rgba(0, 0, 0, 0.4);
}
.parallax > div.parallax-style3 > .content-boxes > section > h1 {
  color: #fff;
}
.parallax > div.parallax-style3 > .content-boxes > section > h2 {
  color: #fff;
}
.parallax > div.parallax-style3 > .content-boxes > section > p {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .parallax > div.parallax-style3 > .overlay {
    display: block;
  }
}
.parallax > div.parallax-style4 > .content-boxes > section {
  background: rgba(0, 156, 167, 0.65);
}
.parallax > div.parallax-style4 > .content-boxes > section > h1,
.parallax > div.parallax-style4 > .content-boxes > section > h2,
.parallax > div.parallax-style4 > .content-boxes > section > p {
  color: #fff;
}
.parallax > div.photo1 {
  background-image: url(../content/banner-1.png);
}
@media only screen and (max-width: 768px) {
  .parallax > div.photo1 {
    background: none;
  }
}
.parallax > div.photo2 {
  background-image: url(../content/banner-2.png);
}
@media only screen and (max-width: 768px) {
  .parallax > div.photo2 {
    background: none;
  }
}
.parallax > div.photo3 {
  background-image: url(../content/banner-3.png);
}
@media only screen and (max-width: 768px) {
  .parallax > div.photo3 {
    background: none;
  }
}
.parallax > div.photo4 {
  background-image: url(../content/banner-4.png);
}
@media only screen and (max-width: 768px) {
  .parallax > div.photo4 {
    background: none;
  }
}
.parallax > div.photo5 {
  background-image: url(../content/banner-5.png);
}
@media only screen and (max-width: 768px) {
  .parallax > div.photo5 {
    background: none;
  }
}
.parallax > div.auto-height {
  margin: 0 auto;
  height: auto;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  background-position: fixed;
  background-size: cover;
  position: relative;
}
.parallax > div.auto-height.margin-top {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .parallax > div.auto-height.margin-top {
    margin-top: 0px;
  }
}
.parallax > div.auto-height.margin-bottom {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .parallax > div.auto-height.margin-bottom {
    margin-bottom: 0px;
  }
}
.parallax > div.auto-height > .content-boxes {
  position: static;
  left: auto;
  top: auto;
  z-index: 1;
  -webkit-transform: none;
  transform: none;
}
.parallax > div.auto-height > .embed-responsive-container {
  padding: 30px 40px;
  z-index: 1;
}
.dataTable {
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none;
}
@media only screen and (max-width: 991px) {
  .dataTable {
    margin: 0 !important;
    padding-top: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .dataTable {
    padding-top: 20px !important;
  }
}
.DataTables_Table_0_wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .DataTables_Table_0_wrapper {
    padding: 0 !important;
  }
}
.dataTables_length {
  text-indent: -5000px;
  overflow: hidden;
  height: 0px;
  width: 0px;
}
/* Selector for the number of items per page */
.dataTables_length {
  text-indent: -5000px;
  overflow: hidden;
  height: 0px;
  width: 0px;
}
.dataTables_length select {
  color: #222;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  font-size: 15px;
  margin: 0px;
  padding: 5px;
  min-width: 60px;
  max-width: 100%;
  display: block;
  float: left;
  clear: none;
  background: #fff;
  border-color: #B3B8B8;
  box-shadow: none;
  outline: none;
  border-radius: 4px;
  position: absolute;
  top: 0px;
  left: 1px;
}
@media only screen and (max-width: 991px) {
  .dataTables_length select {
    top: 0px;
    left: 0px;
  }
}
/* Topics and Audience Selectors */
.dataTables-topics-and-audiences {
  text-align: right;
  margin: -2px 0 15px 0;
  padding: 0 0 8px 75px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  border-bottom: 1px #f2f3f2 solid;
}
@media only screen and (max-width: 991px) {
  .dataTables-topics-and-audiences {
    margin-top: -10px;
    padding-left: 0px;
  }
}
.dataTables-topics-and-audiences label {
  margin: 0 0 7px 10px;
  padding: 0;
}
.dataTables-topics-and-audiences select {
  color: #222;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  font-size: 15px;
  margin: 1px 0 0 0;
  padding: 5px;
  min-width: 150px;
  max-width: 100%;
  display: block;
  float: left;
  clear: none;
  background: #fff;
  border-color: #B3B8B8;
  box-shadow: none;
  outline: none;
  border-radius: 4px;
}
/* Filters Checkboxes & Links Container - checkboxes are generated by module.dataTables.checkboxFilter.js */
.dataTables-filters-and-links {
  margin: 0 0 15px 0;
  padding: 0 0 5px 0px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  border-bottom: 1px #f2f3f2 solid;
}
/* Checkbox Filters */
.dataTables_media-filters {
  margin: 10px 0;
  padding: 0;
  display: block;
  width: 70%;
  float: left;
  clear: none;
}
.dataTables_media-filters h4 {
  color: #b0b0b0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: normal;
  margin: 0 0 7px 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}
.checkbox-group {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  float: left;
  clear: both;
}
.checkbox-group .filter-container {
  margin: 0 10px 5px 0;
  padding: 0;
  display: block;
  float: left;
  clear: none;
}
.checkbox-group label {
  color: #828282;
  font-size: 15px;
  line-height: 17px;
  margin: 0px;
  padding: 0;
}
.checkbox-group label input {
  font-size: 17px;
  line-height: 17px;
  margin-right: 2px;
}
@media only screen and (max-width: 1100px) {
  .dataTables_media-filters {
    width: 100%;
    clear: both;
  }
  .dataTables-topics-and-audiences label {
    width: 100%;
    float: right;
  }
  .dataTables-topics-and-audiences select {
    min-width: 100%;
    width: 100%;
  }
}
/* Continuing Education Links */
.dataTables_continuing-ed {
  margin: 0;
  padding: 0 0 15px 15px;
  display: block;
  width: 30%;
  float: right;
  clear: none;
  border-left: 1px #f2f3f2 solid;
}
.dataTables_continuing-ed h4 {
  color: #b0b0b0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: normal;
  margin: 0 0 7px 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}
.dataTables_continuing-ed ul {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  clear: both;
}
.dataTables_continuing-ed li {
  margin: 0 10px 5px 0;
  padding: 0;
  display: block;
  float: left;
  clear: none;
}
.dataTables_continuing-ed li a {
  font-size: 15px;
  line-height: 17px;
  margin: 0px;
  padding: 0;
}
.dataTables_continuing-ed li a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
@media only screen and (max-width: 991px) {
  .dataTables_continuing-ed {
    padding-left: 0;
    width: 100%;
    float: left;
    clear: both;
    border-left: none;
  }
}
/* Data Table Search */
.dataTables_filter {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  display: none;
  float: right;
  clear: right;
}
/* Data Table Wrapper */
.dataTables_wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}
/* Data Table Icons */
.dataTable a.icon {
  text-indent: -5000px;
  overflow: hidden;
  margin: 1px 20px;
  padding: 0;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  clear: both;
}
@media only screen and (max-width: 991px) {
  .dataTable a.icon {
    margin: 1px 15px 1px 0px;
  }
}
.icon-article {
  background: url(../images/icon-article.png) top left no-repeat;
  background-size: 100% 100%;
}
.icon-blog {
  background: url(../images/icon-blog.png) top left no-repeat;
  background-size: 100% 100%;
}
.icon-presentation {
  background: url(../images/icon-presentation.png) top left no-repeat;
  background-size: 100% 100%;
}
.icon-research {
  background: url(../images/icon-research.png) top left no-repeat;
  background-size: 100% 100%;
}
.icon-video {
  background: url(../images/icon-video.png) top left no-repeat;
  background-size: 100% 100%;
}
.icon-webcast {
  background: url(../images/icon-webcast.png) top left no-repeat;
  background-size: 100% 100%;
}
.icon-flash {
  background: url(../images/icon-flash.png) top left no-repeat;
  background-size: 100% 100%;
}
.icon-flashclass {
    background: url(../images/icon-flash.png) top left no-repeat;
    background-size: 100% 100%;
}



.icon-fostering {
  background: url(/assets/apprenticeship-icons/fostering-icon.png) top left no-repeat;
  background-size: 100% 100%;
}

.icon-leadership {
  background: url(/assets/apprenticeship-icons/leadership-icon.png) top left no-repeat;
  background-size: 100% 100%;
}

.icon-lifesaving {
  background: url(/assets/apprenticeship-icons/lifesaving-icon.png) top left no-repeat;
  background-size: 100% 100%;
}

.icon-medical {
  background: url(/assets/apprenticeship-icons/medical-icon.png) top left no-repeat;
  background-size: 100% 100%;
}

.icon-operations {
  background: url(/assets/apprenticeship-icons/operations-icon.png) top left no-repeat;
  background-size: 100% 100%;
}



/* Data Table Content */
.dataTable h3 {
  color: #009ca7;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 2px;
  padding: 0;
  /* letter-spacing: -.05em;*/
}
.content-boxes.box-style4 > div > .panel.dataTable h3 {
  color: rgba(34, 34, 34, 0.7);
  font-size: 22px;
  line-height: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: italic;
  margin: 0 0 15px 0;
  padding: 2px 0 0 0;
}
.content-boxes.box-style4 > div > .panel.dataTable h4 {
  color: rgba(34, 34, 34, 0.7);
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 7px;
  padding: 0;
}
.content-boxes.box-style4 > div > .panel.dataTable h4 span {
  color: #222;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-right: 10px;
  display: inline;
}
.content-boxes.box-style4 > div > .panel.dataTable h4 span:first-child {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}
.dataTable p {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  margin: ;
  padding: 0;
}
/* Data Table Pagination */
.dataTables_info {
  color: #393939;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  font-style: italic;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  clear: left;
}
.dataTables_paginate {
  margin: 0;
  padding: 0;
  display: block;
  float: right;
  clear: right;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-decoration: none;
  margin: 0;
  padding: 5px 8px;
  min-width: 28px;
  display: block;
  float: left;
  clear: none;
}
.paginate_disabled_previous,
.paginate_disabled_previous:active {
  color: #8e8e8e;
  background: #efefef;
  text-decoration: none;
  opacity: 0.7;
}
.paginate_disabled_previous:hover {
  color: #8e8e8e;
  background: #efefef;
  text-decoration: none;
  opacity: 0.7;
}
.paginate_enabled_previous,
.paginate_enabled_previous:active {
  color: #fff;
  background: #009ca7;
  text-decoration: none;
}
.paginate_enabled_previous:hover {
  color: #fff;
  background: #009ca7;
  text-decoration: none;
  opacity: 0.7;
}
.paginate_disabled_next,
.paginate_enabled_next {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-decoration: none;
  margin: 0;
  margin-left: 10px;
  padding: 5px 8px;
  min-width: 28px;
  display: block;
  float: left;
  clear: none;
}
.paginate_disabled_next,
.paginate_disabled_next:active {
  color: #8e8e8e;
  background: #efefef;
  text-decoration: none;
  opacity: 0.7;
}
.paginate_disabled_next:hover {
  color: #8e8e8e;
  background: #efefef;
  text-decoration: none;
  opacity: 0.7;
}
.paginate_enabled_next,
.paginate_enabled_next:active {
  color: #fff;
  background: #009ca7;
  text-decoration: none;
}
.paginate_enabled_next:hover {
  color: #fff;
  background: #009ca7;
  text-decoration: none;
  opacity: 0.7;
}
#pushobj > section > .panel.colors {
  text-align: center;
  margin: 0;
  padding: 0 30px 15px 30px;
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: both;
}
#pushobj > section > .panel.colors:first-child {
  padding-top: 30px;
}
#pushobj > section > .panel.colors:last-child {
  padding-bottom: 30px;
}
#pushobj > section > .panel.colors > h4 {
  color: #515454;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  font-style: italic;
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0;
}
#pushobj > section > .panel.colors > div {
  text-align: center;
  margin: 0;
  padding: 0;
  width: 150px;
  height: 150px;
  display: block;
  float: left;
  clear: none;
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
#pushobj > section > .panel.colors > div > span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  margin: -13px auto 0 auto;
  padding: 4px;
  width: 110px;
  height: 26px;
  display: block;
  float: left;
  clear: both;
  background: rgba(0, 0, 0, 0.25);
  border: 1px rgba(255, 255, 255, 0.2) solid;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 20px;
}
.sans-1-light {
  font-family: 'Lato', sans-serif;
  font-weight: 200;
}
.sans-1-regular {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.sans-1-bold {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}
.sans-1-bolder {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.sans-2-light {
  font-family: 'Sofia Pro Soft W01', sans-serif;
  font-weight: 200;
}
.sans-2-regular {
  font-family: 'Sofia Pro Soft W01', sans-serif;
  font-weight: 400;
}
.sans-2-medium {
  font-family: 'Sofia Pro Soft W01', sans-serif;
  font-weight: 500;
}
.sans-2-bold {
  font-family: 'Sofia Pro Soft W01', sans-serif;
  font-weight: 700;
}
.serif-1-light {
  font-family: 'Museo Slab W01', serif;
  font-weight: 100;
}
.serif-1-regular {
  font-family: 'Museo Slab W01', serif;
  font-weight: 200;
}
.serif-1-bold {
  font-family: 'Museo Slab W01', serif;
  font-weight: 300;
}
.serif-1-bolder {
  font-family: 'Museo Slab W01', serif;
  font-weight: 500;
}
#pushobj > section > .panel.fonts {
  text-align: center;
  margin: 0 0 40px 0;
  padding: 30px;
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: both;
  border-top: 2px #B3B8B8 solid;
}
#pushobj > section > .panel.fonts:first-child {
  border: none;
}
#pushobj > section > .panel.fonts > h4 {
  color: #515454;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-weight: 100;
  text-align: left;
  margin: 0 0 15px 0;
  padding: 0;
}
#pushobj > section > .panel.fonts > p {
  color: #222;
  font-family: inherit;
  font-size: 40px;
  line-height: 40px;
  font-weight: inherit;
  font-style: italic;
  text-align: left;
  margin: 0 0 10px 0;
  padding: 0;
}
#pushobj > section > .panel.fonts > .form-control {
  color: #222;
  font-family: inherit;
  font-size: 40px;
  line-height: 40px;
  font-weight: inherit;
  font-style: italic;
  text-indent: 0px;
  text-align: left;
  margin: 10px 0;
  padding: 10px 15px;
  width: 100%;
  height: auto;
  min-height: 40px;
  display: block;
  float: left;
  clear: both;
  background: #fcfcfc;
  border: none;
  outline: none;
  box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.1);
}
#pushobj > section > .panel.fonts > .form-control.default-text {
  color: #222;
}
#pushobj > section > .panel.fonts.cursive-1-light {
  font-family: 'Sonora W01 Light', cursive;
  letter-spacing: .05em;
}
#pushobj > section > .panel.fonts.cursive-1-light > .form-control {
  letter-spacing: .05em;
}
#pushobj > section > .panel.fonts.sans-1 {
  font-family: 'Lato', sans-serif;
}
#pushobj > section > .panel.fonts.sans-2-light {
  font-family: 'Sofia Pro Soft W01', sans-serif;
  font-weight: 200;
}
#pushobj > section > .panel.fonts.sans-2-regular {
  font-family: 'Sofia Pro Soft W01', sans-serif;
  font-weight: 400;
}
#pushobj > section > .panel.fonts.sans-2-medium {
  font-family: 'Sofia Pro Soft W01', sans-serif;
  font-weight: 500;
}
#pushobj > section > .panel.fonts.sans-2-bold {
  font-family: 'Sofia Pro Soft W01', sans-serif;
  font-weight: 700;
}
#pushobj > section > .panel.fonts.serif-1-light {
  font-family: 'Museo Slab W01', serif;
  font-weight: 100;
}
#pushobj > section > .panel.fonts.serif-1-regular {
  font-family: 'Museo Slab W01', serif;
  font-weight: 200;
}
#pushobj > section > .panel.fonts.serif-1-bold {
  font-family: 'Museo Slab W01', serif;
  font-weight: 300;
}
#pushobj > section > .panel.fonts.serif-1-bolder {
  font-family: 'Museo Slab W01', serif;
  font-weight: 500;
}
@media print {
  body #pushobj {
    padding-top: 60px;
  }
  body #header,
  body footer {
    display: none;
  }
  body #print-header {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 60px;
    display: block;
    float: left;
    clear: both;
    background: none;
    position: static !important;
  }
  body #print-header > h1 {
    color: #515454;
    font-family: 'Museo Slab W01', serif;
    font-weight: 200;
    font-size: 36px;
    text-align: center;
    margin: 15px 0;
    padding: 0 100px;
    width: 100%;
    height: auto;
    display: block;
    float: left;
    clear: both;
  }
  body .breadcrumb li {
    display: none;
  }
  body .content-full {
    width: 100%;
    max-width: 100%;
  }
  body .col-sm-right {
    display: none;
  }
}
body.styleguide {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  display: block;
  float: left;
  clear: both;
  background: url(../images/styleguide/background.jpg) center center fixed repeat;
}
@media only screen and (max-width: 768px) {
  body.styleguide {
    padding: 0 15px 30px 15px;
  }
}
body.styleguide > #styleguide-header {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  min-width: 320px;
  display: block;
  float: left;
  clear: both;
  background: #fff;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  -webkit-transition: background, .3s, opacity .3s, padding .5s;
  -o-transition: background, .3s, opacity .3s, padding .5s;
  transition: background, .3s, opacity .3s, padding .5s;
}
body.styleguide > #styleguide-header > section {
  margin: 0;
  padding: 0;
  min-width: 320px;
}
body.styleguide > #styleguide-header > section > #nav-toggle {
  text-indent: -5000px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  clear: none;
  background: url(../images/btn-nav-toggle.png) center center no-repeat;
  background-size: auto 50px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: margin .5s, background .5s, opacity .5s;
  -o-transition: margin .5s, background .5s, opacity .5s;
  transition: margin .5s, background .5s, opacity .5s;
}
body.styleguide > #styleguide-header > section > #nav-toggle:hover {
  opacity: 0.35;
}
body.styleguide > #styleguide-header > section > h1 {
  color: #222;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  width: auto;
  height: 50px;
  max-height: 50px;
  max-width: 270px;
  display: block;
  float: left;
  clear: none;
  -webkit-transition: background .5s, opacity .5s;
  -o-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}
body.styleguide > #styleguide-header > section > h1:hover {
  opacity: 0.35;
}
body.styleguide > #styleguide-header > section > h1 > a {
  color: #222;
  margin: 0;
  padding: 13px 10px;
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  clear: both;
}
body.styleguide > #styleguide-header > section > h1 > a:before {
  display: none;
}
body.styleguide > #styleguide-header > section > h1 > a:hover {
  color: #222;
}
body.styleguide > #pushobj {
  text-align: center;
  margin: 0;
  padding: 50px 30px 50px 310px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
  -webkit-transition: padding .5s, right .5s;
  -o-transition: padding .5s, right .5s;
  transition: padding .5s, right .5s;
}
@media only screen and (max-width: 1440px) {
  body.styleguide > #pushobj {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 768px) {
  body.styleguide > #pushobj {
    padding: 40px 20px;
  }
}
body.styleguide > #pushobj.pushed {
  padding-left: 30px;
}
@media only screen and (max-width: 1440px) {
  body.styleguide > #pushobj.pushed {
    right: -250px;
  }
}
body.styleguide > #pushobj > h1 {
  color: #646767;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  font-size: 22px;
  line-height: 100%;
  font-style: italic;
  text-align: right;
  margin: 30px auto -30px auto;
  padding: 30px 30px 30px 170px;
  width: 100%;
  max-width: 1280px;
  min-height: 80px;
  display: inline-block;
  float: none;
  clear: both;
  background: #fff;
  box-shadow: none;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.styleguide > #pushobj > h1 {
    padding-left: 80px;
  }
}
body.styleguide > #pushobj > h1 .logo {
  text-indent: -5000px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 160px;
  height: 100%;
  display: block;
  float: left;
  clear: both;
  background: url(../images/logo-header.png) left center no-repeat #fff;
  background-size: auto 75px;
  box-shadow: none;
  position: absolute;
  top: 0px;
  left: 5px;
}
@media only screen and (max-width: 768px) {
  body.styleguide > #pushobj > h1 .logo {
    width: 70px;
  }
}
body.styleguide > #pushobj > h1.full {
  max-width: 100%;
}
body.styleguide > #pushobj > h5 {
  color: #515454;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  text-align: left;
  margin: 30px auto 0 auto;
  padding: 15px 120px 15px 15px;
  width: 100%;
  max-width: 1280px;
  display: inline-block;
  float: none;
  clear: both;
  background: #EAEAEA;
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
body.styleguide > #pushobj > h5.full {
  max-width: 100%;
}
body.styleguide > #pushobj > h5 > i {
  font-size: 13px;
  font-weight: 300;
  margin-left: 5px;
  display: inline;
  clear: none;
}
body.styleguide > #pushobj > h5 > span {
  font-weight: 900;
  display: inline;
  clear: none;
}
body.styleguide > #pushobj > h5 > button {
  color: #fff;
  margin-left: 20px;
  min-width: 110px;
  min-height: 20px;
  background: #075eb6;
  border: 1px #B3B8B8 solid;
  border-radius: 50px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  body.styleguide > #pushobj > h5 > button {
    position: absolute;
    top: 12px;
    right: 16px;
  }
}
body.styleguide > #pushobj > h5 > button:hover {
  background: #054585;
}
body.styleguide > #pushobj > h5 > button.hide-code {
  display: none;
}
body.styleguide > #pushobj > header {
  margin: 0 auto;
  max-width: 1280px;
  float: none;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.15);
  position: static;
}
body.styleguide > #pushobj > header.full {
  max-width: 100%;
}
body.styleguide > #pushobj > footer {
  margin: 0 auto;
  max-width: 1280px;
  float: none;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.15);
  position: static;
}
body.styleguide > #pushobj > footer.full {
  max-width: 100%;
}
body.styleguide > #pushobj > section {
  margin: 0 auto 0 auto;
  padding: 0;
  max-width: 1280px;
  display: inline-block;
  float: none;
  background: #fff;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.15);
}
body.styleguide > #pushobj > section.full {
  max-width: 100%;
}
body.styleguide > #pushobj > section.padded {
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  body.styleguide > #pushobj > section.padded {
    padding: 10px;
  }
}
body.styleguide > #pushobj > section.carousel {
  max-width: 100%;
  background: #EAEAEA;
  box-shadow: inset 2px 4px 10px 0 rgba(0, 0, 0, 0);
}
body.styleguide > #pushobj > section.example-code {
  margin: 0 auto;
  padding: 0px 0 20px 0;
  width: 100%;
  max-width: 1280px;
  display: inline-block;
  float: none;
  clear: both;
  background: #EAEAEA;
  border-radius: 0;
}
body.styleguide > #pushobj > section.example-code.full {
  max-width: 100%;
}
body.styleguide > #pushobj > section.example-code h5 {
  color: #009CA7;
  text-align: left;
  margin: 0;
  padding: 10px 30px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  background: none;
  border-top: 1px dotted #515454;
  border-bottom: 1px dotted #515454;
  box-shadow: none;
}
body.styleguide > #pushobj > section.example-code xmp {
  color: #075eb6;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  overflow-y: auto;
  margin: 0;
  padding: 0px 30px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  background: none;
}
body.styleguide > #pushobj > section > div {
  padding: 0;
}
body.styleguide > #pushobj > section > .panel {
  text-align: left;
  margin: 0 auto;
  padding: 15px;
  width: 100%;
  max-width: 1440px;
  height: auto;
  display: block;
  float: left;
  clear: both;
  background: #fff;
  border-radius: 0px;
  box-shadow: none;
}
body.styleguide > #pushobj > section > .panel h1,
body.styleguide > #pushobj > section > .panel h2,
body.styleguide > #pushobj > section > .panel h3 {
  margin-bottom: 15px;
}
body.styleguide > #pushobj > section > .panel table {
  margin-bottom: 15px;
}
body.styleguide > #pushobj > section .template-list {
  margin: 0 0 70px 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}
body.styleguide > #pushobj > section .template-list > h2,
body.styleguide > #pushobj > section .template-list > h3 {
  color: #515454;
  margin: 0;
  padding: 0 10px;
}
body.styleguide > #pushobj > section .template-list > li {
  margin: 0;
  padding: 7px 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  background: #fff;
  border-radius: none;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
body.styleguide > #pushobj > section .template-list > li:last-child {
  border: none;
}
body.styleguide > #pushobj > section .template-list > li > h2,
body.styleguide > #pushobj > section .template-list > li > a > h2 {
  color: #515454;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  text-align: left;
  margin: 0;
  padding: 0 10px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}
body.styleguide > #pushobj > section .template-list > li > h2:before,
body.styleguide > #pushobj > section .template-list > li > a > h2:before {
  display: none;
}
body.styleguide > #pushobj > section .template-list > li > h2 > span,
body.styleguide > #pushobj > section .template-list > li > a > h2 > span {
  color: #222;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  font-size: 15px;
  margin: 0 8px;
  float: right;
}
@media only screen and (max-width: 768px) {
  body.styleguide > #pushobj > section .template-list > li > h2 > span,
  body.styleguide > #pushobj > section .template-list > li > a > h2 > span {
    margin: 0 0 20px 0;
    width: 100%;
    float: left;
    clear: both;
  }
}
body.styleguide > #pushobj > section .template-list > li > a > h2 {
  color: #075eb6;
}
body.styleguide > #pushobj > section .template-list > li > p {
  color: #646767;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  font-size: 13px;
  text-align: left;
  margin: 0;
  padding: 0 10px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}
body.styleguide > #pushobj > section .template-list > li > p > strong {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-right: 7px;
  font-weight: bold;
}
body.styleguide > #pushobj > section .template-list > li:hover {
  background: #f7f7f7;
}
body.styleguide > #pushobj > section .template-list > li:hover > a {
  color: #086bcf;
}
body.styleguide > #pushobj > section .template-list > li.global {
  padding-bottom: 50px;
  background: #fff;
}
body.styleguide > #styleguide-nav {
  margin: 0;
  padding: 0;
  width: 250px;
  max-width: 100%;
  height: 100vh;
  display: block;
  float: left;
  clear: both;
  background: #fff;
  border: none;
  position: fixed;
  top: 50px;
  left: 0px;
  z-index: 9999;
  -webkit-transition: left .5s;
  -o-transition: left .5s;
  transition: left .5s;
}
@media only screen and (max-width: 1440px) {
  body.styleguide > #styleguide-nav {
    left: -280px;
  }
}
body.styleguide > #styleguide-nav.pushed {
  left: -280px;
}
@media only screen and (max-width: 1440px) {
  body.styleguide > #styleguide-nav.pushed {
    left: 0px;
  }
}
body.styleguide > #styleguide-nav > nav {
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0 0 100px 0;
  width: 100%;
  height: 100vh;
  display: block;
  float: left;
  clear: both;
  position: static;
  -webkit-transition: margin .5s;
  -o-transition: margin .5s;
  transition: margin .5s;
}
body.styleguide > #styleguide-nav > nav > h2 {
  color: #515454;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  margin: 0;
  padding: 7px 15px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  border-top: 15px rgba(0, 0, 0, 0.05) solid;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
body.styleguide > #styleguide-nav > nav > h2:first-child {
  border-top: 30px rgba(0, 0, 0, 0.05) solid;
}
body.styleguide > #styleguide-nav > nav > a {
  color: #075eb6;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
  text-align: left;
  margin: 0;
  padding: 7px 15px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  background: none;
  border: none;
  border-radius: none;
  -webkit-transition: padding .5s, background 0;
  -o-transition: padding .5s, background 0;
  transition: padding .5s, background 0;
}
body.styleguide > #styleguide-nav > nav > a:before {
  display: none;
}
body.styleguide > #styleguide-nav > nav > a:hover {
  text-decoration: none;
  background-color: rgba(7, 94, 182, 0.15);
}
body.styleguide > #styleguide-nav > nav > a.main {
  text-transform: uppercase;
}
body.styleguide > #styleguide-nav > nav > a.active {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  background-color: rgba(7, 94, 182, 0.5);
  cursor: pointer;
}
div.post-header {
  padding: 20px 25px 10px 25px !important;
}
div.post-content > ul {
  margin-bottom: 15px;
  width: !important;
  display: block !important;
  float: none !important;
  clear: none !important;
}
div.post-content > p {
  margin: 0 0 15px 0;
}
div.content-post-image > img {
  height: auto;
  max-width: 400px;
}





/* Added by Chip 5/3/2018 */

.btn.btn-register-wide {
  overflow: hidden;
  color: #fff;
  font-family: 'Museo Slab W01', serif;
  font-weight: 200;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: none;
  white-space: normal;
  margin: 5px auto;
  padding: 15px 25px;
  width: auto;
  max-width: 100%;
  display: block;
  float: none;
  background: #009CA7;
  border: 1px #EAEAEA solid;
}
@media only screen and (max-width: 768px) {
  .btn.btn-register-wide {
    font-size: 30px;
    padding: 15px;
  }
}
.btn.btn-register-wide > .fa {
  color: #fff;
  display: inline-block;
  margin: 2px 10px 2px 0;
}
@media only screen and (max-width: 768px) {
  .btn.btn-register-wide > .fa {
    margin: 0 auto;
    display: block;
    float: none;
    clear: both;
  }
}
.btn.btn-register-wide > br {
  display: block;
}
@media only screen and (max-width: 768px) {
  .btn.btn-register-wide > br {
    width: 100%;
    display: block;
    clear: both;
  }
}
.btn.btn-register-wide > span {
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  font-size: 30px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .btn.btn-register-wide > span {
    text-align: center;
    margin: 7px 0;
    width: 100%;
    display: block;
    float: left;
    clear: both;
    font-size: 24px;
  }
}
.btn.btn-register-wide:hover {
  color: #fff;
  background: #00848e;
}
.btn.btn-register-wide:hover > .fa {
  color: #fff;
}

div.register-today-block{
    border:solid #fff 1px;
    border-radius:4px;
    padding:5px 15px 0px 15px !important;
    background-color:#515454;
    margin-bottom:15px !important;
}
    div.register-today-block p,div.register-today-block h2 {
        color:#ffffff !important;
    }




div.register-today-block h3 {color:#009CA7;
}


blockquote.blue {
  color: #646767;
  font-size: 17px;
  line-height: 28px;
  font-style: italic;
  margin: 0 25px 30px 25px;
  padding: 25px;
  min-height: 148px;
  width: calc(100% - 50px);
  display: inline-block;
  float: none;
  clear: both;
  background: #d2eeef;
  border: none;
  border-radius: 4px;
}
blockquote.dkgray {
  color: #fafafa;
  font-size: 17px;
  line-height: 28px;
  font-style: italic;
  margin: 0 25px 30px 25px;
  padding: 25px;
  min-height: 148px;
  width: calc(100% - 50px);
  display: inline-block;
  float: none;
  clear: both;
  background: #515454;
  border: none;
  border-radius: 4px;
}