/*------------------------------------*\
  CONTENT
\*------------------------------------*/
#content {

}

/* ADD ANY WRAPPERS THAT NEED CONTAINING */
#content .accordian-section-wrapper,
#content .gallery-listing-wrapper,
#content .carousel-listings-outer-wrapper,
#content .content-area,
#conference-wrapper .content-area  {
  max-width: 1500px;
  margin: 0 auto;
  padding: 42px 52px;
  overflow: hidden;
}

#content .accordian-section-wrapper.home {
  padding: 42px 0;
}

#conference-wrapper .content-area {
  margin-bottom: 32px;
  padding-top: 0;
}

#content .content-area.full-width {
  max-width: inherit;
  width: 100%;
  padding: 0;
  margin: 42px 0;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#content .content-area.full-width.solid-color {
  background-color: #0E466A;
}

#content .content-area.full-width.with-image {
  text-shadow: 2px 2px 10px rgba(0,0,0,.7);
}

#content .content-area.full-width.with-image,
#content .content-area.full-width.solid-color {
  font-size: 20px;
  line-height: 28px;
}

#content .content-area.full-width.with-image a.button {
  text-shadow: none;
}

#content .slider {
  width: 100%;
  margin: 42px 0;
  float: left;
}

#content .flexible-element:first-of-type {
  padding-top: 0;
  margin-top: 0;
}

#content .flexible-element:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}

#content div.te-left-col, #content div.te-right-col {
  float: left;
  width: 48%;
}

#content .inner.copy {
  width: 70%;
  float: left;
  padding: 10% 15%;
  background: rgba( 2,31,48, 0.4);
  color: #FFFFFF;
}

#content .content-area.full-width.solid-color .inner.copy {
  padding: 5% 15%;
}

#content .inner.copy h1,
#content .inner.copy h2,
#content .inner.copy h3,
#content .inner.copy h4,
#content .inner.copy h5 {
  color: #FFFFFF;
}

#content .te-col-copy {
  position: relative;
}

#content .te-col-copy .inner {
  padding: 122px;
  position: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Maven Pro', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

#content .te-col-image {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

#content div.te-left-col {
  margin-right: 2%;
}

#content div.te-right-col {
  margin-left: 2%;
}

#content div.te-col-image,
#content div.te-col-copy {
  width: 50%;
  margin: 0;
  min-height: 500px;
}

#content div.te-col-image.left,
#content div.te-col-copy.left {
  float: left;
}

#content div.te-col-image.right,
#content div.te-col-copy.right {
  float: right;
}

#content div.te-first-col, #content div.te-second-col, #content div.te-third-col {
  float: left;
  width: 30.66%;
}

#content div.te-second-col, #content div.te-third-col {
  margin-left: 4%;
}

#content .te-wrapper.four-col div.te-first-col, #content .te-wrapper.four-col div.te-second-col, #content .te-wrapper.four-col div.te-third-col, #content .te-wrapper.four-col div.te-fourth-col {
  float: left;
  width: 22%;
}

#content .te-wrapper.four-col div.te-second-col, #content .te-wrapper.four-col div.te-third-col, #content .te-wrapper.four-col div.te-fourth-col {
  margin-left: 4%;
}

#content .two-column-split-image {
  width: 50%;
  float: left;
  margin: 0 50% 18px 0;
}

#content .two-column-split-left {
  width: 50%;
  float: left;
}

#content .two-column-split-right {
  width: 44%;
  float: left;
  margin-left: 6%;
  position: relative;
}

#content .two-column-split-right .two-column-split-right-copy {
  width: 100%;
  float: left;
  padding-bottom: 40px;
}

#content .two-column-split-cta {
  position: absolute;
  bottom: 0;
}

.content-area.downloads a.button {
  width: 42%;
  padding: 24px 2%;
  text-align: center;
}

.content-area.downloads a.button.right {
  margin-right: 4%;
}

#content .content-area.full-width.feedback {
  text-align: center;
  margin: 0 0 32px 0;
}

#content .content-area.full-width.feedback a.button {
  display: block;
  padding: 24px 2%;
}

/*------------------------------------*\
  FEATURE PODS
\*------------------------------------*/
.feature-pods {
  width: 100%;
  float: left;
  margin: 32px 0;
}

.list-item {
    width: 100%;
    float: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-position: fixed;
    position: relative;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    outline: solid 24px #FFFFFF;
    overflow: hidden;
}

.list-item h3 {
  color: #FFFFFF;
  font-size: 32px;
  line-height: 32px;
}

.list-item.half h3 {
    font-size: 30px;
  line-height: 30px;
}

.list-item.third h3 {
    font-size: 20px;
  line-height: 20px;
}

.list-item.quarter h3 {
    font-size: 16px;
  line-height: 16px;
}


.list-item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.list-item.half {
    width: 50%;
}

.list-item.third,
.list-item.third.last {
    width: 33.33%;
}

.list-item.quarter {
    width: 25%;
}

.list-item .list-item-title {
  margin: 0 5%;
  width: 90%;
  padding: 14px 0;
  position: absolute;
  bottom: 32px;
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  transition: all .6s linear;
  opacity: 1;
}

.list-item:hover .list-item-title {
  opacity: 0;
  bottom: -100px;
}

.list-item .copy {
  width: 80%;
  float: left;
    padding: 7% 10%;
    background: rgba( 2,31,48, 0.4);
    -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear;
}

.list-item .copy .list-item-icon {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list-item:hover .copy .list-item-icon {
  opacity: 0;
}

.list-item .copy-text {
  position: absolute;
  bottom: -400px;
  opacity: 0;
  -webkit-transition: all 1.4s ease;
  -moz-transition: all 1.4s ease;
  transition: all 1.4s ease;
  width: 80%;
  float: left;
    padding: 7% 10%;
}

p.copy-text-read-more {
  text-transform: uppercase;
  font-family: 'Maven Pro', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.list-item.half .copy {
  padding: 10% 10%;
}

.list-item.third .copy,
.list-item.third.last .copy {
  padding: 15% 10%;
}

.list-item.quarter .copy {
  padding: 15% 10%;
}

.list-item:hover .copy {
    background: rgba( 2,31,48, 0.8);
}

.list-item:hover .copy.no-link {
  background: rgba( 2,31,48, 0.6);
}

.list-item:hover .copy-text {
  bottom: 32px;
  opacity: 1;
}

/*------------------------------
   RESPONSIVE VIDEOS & MAPS
-------------------------------*/

.video-container-wrapper {
  max-width: 1100px;
  overflow: hidden;
  padding: 32px 52px;
  margin: 0 auto;
  position: relative;
}

.video-container,
.map-container {
  position: relative;
  padding-bottom: 56.25%;
}

.single-video {
  width: 100%;
  float: left;
  margin: 24px 0;
}

.left-video,
.right-video {
  width: 48%;
  float: left;
  margin: 0 0 4% 0;
}

.right-video {
  margin-left: 4%;
}

.video-container iframe,
.video-container object,
.video-container embed,
.map-container iframe,
.map-container object,
.map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------
   REUSEABLE ACCORDIAN SECTION
-------------------------------*/
.accordian-section {
  width: 100%;
  float: left;
  margin-bottom: 12px;
}

.accordian-title {
  width: 100%;
  padding: 12px 0;
  line-height: 32px;
  color: #e94e1f;
  position: relative;
  font-size: 20px;
  border-bottom: solid 1px #e94e1f;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 500;
}

.accordian-title a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  float: right;
  z-index: 1;
  cursor: pointer;
}

span.accordian-title-text {
  padding: 0;
  display: block;
  text-align: left;
  pointer-events: none;
}

.accordian-title a img {
  float: right;
  margin: 16px 12px 0 0;
}

.accordian-content {
  float: left;
  width: 100%;
  text-align: left;
  padding: 1% 0;
  margin-bottom: 8px;
}

/*------------------------------------*\
  REUSEABLE INPAGE CAROUSEL
\*------------------------------------*/
#content .carousel-listings-wrapper {
  width: 100%;
  float: left;
}

.carousel {
  margin-top: 12px;
}

#content .carousel-listings-wrapper .carousel-listing {
  float: left;
  background: #FFFFFF;
}

#content .carousel-listings-wrapper .carousel-listing a {
  display: block;
  width: 100%;
  height: 100%;
  float: left;
}

#content .carousel-listings-wrapper .carousel-listing .carousel-listing-image {
  width: 100%;
  float: left;
}

#content .carousel-listings-wrapper .carousel-listing a .carousel-listing-image img {
  width: 100%;
  float: left;
  height: auto;
}

#content .carousel-listings-wrapper .carousel-listing .carousel-listing-title {
  float: left;
  width: 80%;
  padding: 14px 10%;
  position: absolute;
  bottom: 0;
  background: rgba( 2,31,48, 0.8);
    text-align: center;
    -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear;
}

#content .carousel-listings-wrapper .carousel-listing a:hover .carousel-listing-title {
  background: rgba( 14,70,106, 0.8);

}

#content .carousel-listings-wrapper .carousel-listing .carousel-listing-title h4 {
  color: #FFFFFF;
  margin: 0;
  padding: 0 12px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

/*------------------------------------*\
  REUSEABLE GALLERY SECTION
\*------------------------------------*/
#content .gallery-listing-wrapper {
  margin-bottom: -1% !important;
}

span.gallery-tool-tip {
  color: #FFFFFF;
}

span.gallery-tool-tip img {
  padding: 0 6px;
}

.gallery-image {
  margin: 0 1% 2%;
  width: 23%;
  height: auto;
  float: left;
  position: relative;
  overflow: hidden;
}

.gallery-image a .overlay {
  position: absolute;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  -webkit-transition: background-color .4s linear;
  -moz-transition: background-color .4s linear;
  -o-transition: background-color .4s linear;
  transition: background-color .4s linear;
}

.gallery-image a:hover .overlay {
  background-image: url(../images/gallery-link-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.7);
}

.gallery-image img {
  width: 100%;
  height: auto;
  float: left;
}

/*------------------------------------*\
  SLIDER
\*------------------------------------*/
#content .slider {
  position: relative;
}

#content .slider .theslider {
  position: relative;
  overflow: auto;
  background: none;
}

#content .slider .theslider ul,
#content .slider .theslider ul li {
  float: left;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}

#content .slider .theslider ul li img {
  float: left;
  width: 100%;
  height: auto;
}

#content .slider .theslider .slide-content {
  width: 100%;
  float: left;
  position: relative;
}

#content .slider .theslider .dots {
  width: 100%;
  height: 24px;
  position: absolute;
  padding: 0;
  bottom: 20px;
  margin: 0 auto;
  text-align: center;
}

#content .slider .theslider .dot {
  padding: 0;
  margin: 5px 3px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid 2px #FFFFFF;
  text-indent: -9999px;
  overflow: hidden;
  background: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#content .slider .theslider .dot:hover {
  cursor: pointer;
  border: solid 2px #FFFFFF;
  background: #FFFFFF;
}

#content .slider .theslider .dot.active {
  border: solid 2px #FFFFFF;
  background: #FFFFFF;
}

@media only screen and (max-width: 1279px) {

#content .te-col-copy .inner {
  padding: 72px;
  font-size: 20px;
  line-height: 24px;
}

.list-item.half,
.list-item.third.last {
    width: 100%;
}

.list-item.half .copy,
.list-item.third.last .copy {
  padding: 14% 10%;
}

.list-item.quarter,
.list-item.third {
    width: 50%;
}

.list-item h3,
.list-item.third.last h3 {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 28px;
}

.list-item.third h3,
.list-item.quarter h3 {
    font-size: 16px;
  line-height: 20px;
}

}

@media only screen and (max-width: 1023px) {

  #content .two-column-split-left {
    width: 100%;
  }

  #content .two-column-split-right {
    width: 100%;
    margin-left: 0;
  }

  #content .te-wrapper.four-col div.te-first-col, #content .te-wrapper.four-col div.te-second-col, #content .te-wrapper.four-col div.te-third-col, #content .te-wrapper.four-col div.te-fourth-col {
    width: 48%;
  }

  #content .te-wrapper.four-col div.te-first-col, #content .te-wrapper.four-col div.te-second-col {
    margin-bottom: 4%;
  }

  #content .te-wrapper.four-col div.te-third-col {
    margin-left: 0;
  }

.accordian-title {
  line-height: 26px;
  font-size: 18px;
}

}

@media only screen and (max-width: 769px) {

  #content .te-wrapper.membership .te-col.te-left-col, #content .te-wrapper.membership .te-col.te-right-col, #content div.te-left-col, #content div.te-right-col, #content div.te-first-col, #content div.te-second-col, #content div.te-third-col {
    width: 100%;
    margin: 0 0 32px 0;
}

#content .te-wrapper.four-col div.te-first-col, #content .te-wrapper.four-col div.te-second-col, #content .te-wrapper.four-col div.te-third-col, #content .te-wrapper.four-col div.te-fourth-col {
  width: 100%;
  margin-bottom: 32px;
}

#content .te-wrapper.four-col div.te-second-col, #content .te-wrapper.four-col div.te-fourth-col {
  margin-left: 0;
}

.single-video,
.left-video,
.right-video {
  width: 100%;
  margin: 18px 0;
}

.right-video {
  margin-left: 0;
}

#content .carousel-listings-wrapper .carousel-listing .carousel-listing-title h4 {
  font-size: 16px;
  line-height: 22px;
}

}

@media only screen and (max-width: 767px) {

#content div.te-col-image {
  width: 100%;
}

#content div.te-col-copy {
  width: 100%;
  min-height: auto !important;
}

#content .te-col-copy .inner {
  padding: 42px 32px;
  position: inherit;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  float: left;
  font-size: 18px;
  line-height: 22px;
}

#content .te-col-copy .inner {
  height: auto !important;
}

.gallery-image {
  margin: 0 2% 4%;
  width: 29.33%;
}

}

@media only screen and (max-width: 599px) {

#content .two-column-split-image {
  width: 75%;
  float: left;
  margin: 0 25% 24px 0;
}

.list-item {
    font-size: 16px;
}

.list-item .copy,
.list-item.half .copy,
.list-item.third.last .copy {
  padding: 25% 10%;
}

.list-item.quarter,
.list-item.third {
    width: 100%;
}

.list-item h3,
.list-item.half h3,
.list-item.third h3,
.list-item.quarter h3 {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 20px;
}

.accordian-title {
  line-height: 22px;
  font-size: 16px;
}

.accordian-title a img {
    max-width: 16px;
}

.gallery-image {
  margin: 0 2% 4%;
  width: 46%;
  overflow: hidden;
}

}

@media only screen and (max-width: 490px) {

#content .accordian-section-wrapper,
#content .gallery-listing-wrapper,
#content .carousel-listings-outer-wrapper,
.video-container-wrapper,
#content .content-area,
#conference-wrapper .content-area {
  padding: 32px;
}

#content .accordian-section-wrapper.home {
  padding: 32px 0;
}

}

@media only screen and (max-width: 420px) {

#content .accordian-section-wrapper,
#content .gallery-listing-wrapper,
#content .carousel-listings-outer-wrapper,
.video-container-wrapper,
#content .content-area,
#conference-wrapper .content-area {
  padding: 32px 20px;
}

}

@media only screen and (max-width: 900px) {
#content div.te-wrapper.full-width {
    background-attachment: scroll;
}

}

/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

/* TEXT EDITOR RESPONSIVE TABLE STYLING */
table.responsive {
	border-left: 1px solid #FFFFFF;
	margin: 32px 0;
	width: 100% !important;
}

table.responsive.large-only {
	border-collapse: collapse;
	table-layout: fixed;
}

table.responsive.large-only tr:first-child td {
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #95cdbc;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 20px;
}

table.responsive td {
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: #e0e0e0;
	padding: 6px 6px 6px 12px;
  font-weight: 700;
}

table.responsive td:first-child {
  background: #fabf54;
}

table.responsive.small-only,
table.responsive.small-only td,
table.responsive.small-only th {
	border: none;
}

table.responsive.small-only {
  margin-bottom: 42px;
}

table.responsive.small-only th {
	padding: 2% 4%;
}

table.responsive.small-only th {
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #95cdbc;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
  font-weight: 700;
	font-size: 18px;
}

table.responsive .st-head-row.st-head-row-main {
	background-color: #722246;
	color: #FFFFFF;
	padding: 6px 6px 6px 12px;
}

@media (max-width: 800px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }

  .timetable_wrapper h3 {
	padding: 12px;
  }
}
