/*
	
	MAIN APP

	Compile this file to CSS
	
*/
/*
	
	ALTASEA
	
	LESS-CSS
	
	GLOBAL STYLES
	
*/
/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    #FONTS
\*------------------------------------*/
body {
  font-family: 'Open Sans', sans-serif;
  color: #9c9c9f;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
}
a:hover,
a:link,
a:active,
a:visited {
  text-decoration: none;
}
/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  margin: 0;
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
  margin: 0;
  margin-bottom: 20px;
  color: #00adbb;
}
em {
  font-style: italic;
}
/*------------------------------------*\
    #LAYOUT
\*------------------------------------*/
body {
  background-color: white;
}
html,
body {
  width: 100%;
  position: relative;
}
.hidden {
  display: none;
}
.module {
  position: relative;
}
#page {
  width: 100%;
  overflow-x: hidden;
}
.blackout {
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.blackout.active {
  opacity: 1;
}
/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.button {
  border: 1px solid #ec008b;
  border-radius: 50px;
  color: #ec008b;
}
.button.down-arrow:after {
  content: '▽';
  color: #ec008b;
  font-family: sans-serif;
}
.button.lg {
  border-width: 2px;
  padding: 5px 10px;
  font-size: 28px;
}
.button.sm {
  padding: 5px 10px;
  font-size: 17px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .button.sm {
    font-size: 22px;
  }
}
.button:hover {
  color: #ff3aae;
  border-color: #ff3aae;
}
@media (max-width: 767px) {
  .button-wrapper {
    text-align: center;
  }
}
/*------------------------------------*\
    #BACKGROUND-COLORS
\*------------------------------------*/
.bg-blue {
  background-color: #32b8df;
  color: white;
}
.bg-blue .bg-target {
  background-color: #32b8df;
}
.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue p {
  color: white;
}
.bg-blue div.content h1,
.bg-blue div.content h2,
.bg-blue div.content h3,
.bg-blue div.content h4,
.bg-blue div.content p {
  color: white;
}
.bg-blue a {
  color: white;
  border-color: rgba(255, 255, 255, 0);
  display: inline-block;
}
.bg-blue a:hover {
  border-color: white;
  color: white;
}
.bg-blue .button {
	border: 1px solid #fff;
	color: #fff;
}
.bg-royal-blue {
  background-color: #4d75bf;
  color: white;
}
.bg-royal-blue .bg-target {
  background-color: #4d75bf;
}
.bg-royal-blue h1,
.bg-royal-blue h2,
.bg-royal-blue h3,
.bg-royal-blue h4,
.bg-royal-blue p {
  color: white;
}
.bg-royal-blue div.content h1,
.bg-royal-blue div.content h2,
.bg-royal-blue div.content h3,
.bg-royal-blue div.content h4,
.bg-royal-blue div.content p {
  color: white;
}
.bg-royal-blue a {
  color: white;
  border-color: rgba(255, 255, 255, 0);
  display: inline-block;
}
.bg-royal-blue a:hover {
  border-color: white;
  color: white;
}
.bg-royal-blue .button {
	border: 1px solid #fff;
	color: #fff;
}
.bg-orange {
  background-color: #fbaf40;
  color: white;
}
.bg-orange .bg-target {
  background-color: #fbaf40;
}
.bg-orange h1,
.bg-orange h2,
.bg-orange h3,
.bg-orange h4,
.bg-orange p {
  color: white;
}
.bg-orange div.content h1,
.bg-orange div.content h2,
.bg-orange div.content h3,
.bg-orange div.content h4,
.bg-orange div.content p {
  color: white;
}
.bg-orange a {
  color: white;
  border-color: rgba(255, 255, 255, 0);
  display: inline-block;
}
.bg-orange a:hover {
  border-color: white;
  color: white;
}
.bg-orange .button {
	border: 1px solid #fff;
	color: #fff;
}
.bg-deep-orange {
  background-color: #f88b4f;
  color: white;
}
.bg-deep-orange .bg-target {
  background-color: #f88b4f;
}
.bg-deep-orange h1,
.bg-deep-orange h2,
.bg-deep-orange h3,
.bg-deep-orange h4,
.bg-deep-orange p {
  color: white;
}
.bg-deep-orange div.content h1,
.bg-deep-orange div.content h2,
.bg-deep-orange div.content h3,
.bg-deep-orange div.content h4,
.bg-deep-orange div.content p {
  color: white;
}
.bg-deep-orange a {
  color: white;
  border-color: rgba(255, 255, 255, 0);
  display: inline-block;
}
.bg-deep-orange a:hover {
  border-color: white;
  color: white;
}
.bg-deep-orange .button {
	border: 1px solid #fff;
	color: #fff;
}
.bg-teal {
  background-color: #00adbb;
  color: white;
}
.bg-teal .bg-target {
  background-color: #00adbb;
}
.bg-teal h1,
.bg-teal h2,
.bg-teal h3,
.bg-teal h4,
.bg-teal p {
  color: white;
}
.bg-teal div.content h1,
.bg-teal div.content h2,
.bg-teal div.content h3,
.bg-teal div.content h4,
.bg-teal div.content p {
  color: white;
}
.bg-teal a {
  color: white;
  border-color: rgba(255, 255, 255, 0);
  display: inline-block;
}
.bg-teal a:hover {
  border-color: white;
  color: white;
}
.bg-teal .button {
	border: 1px solid #fff;
	color: #fff;
}
.bg-green {
  background-color: #6fbdab;
  color: white;
}
.bg-green .bg-target {
  background-color: #6fbdab;
}
.bg-green h1,
.bg-green h2,
.bg-green h3,
.bg-green h4,
.bg-green p {
  color: white;
}
.bg-green div.content h1,
.bg-green div.content h2,
.bg-green div.content h3,
.bg-green div.content h4,
.bg-green div.content p {
  color: white;
}
.bg-green a {
  color: white;
  border-color: rgba(255, 255, 255, 0);
  display: inline-block;
}
.bg-green a:hover {
  border-color: white;
  color: white;
}
.bg-green .button {
	border: 1px solid #fff;
	color: #fff;
}
.bg-gray {
  background-color: #9c9c9f;
  color: white;
}
.bg-gray .bg-target {
  background-color: #9c9c9f;
}
.bg-gray h1,
.bg-gray h2,
.bg-gray h3,
.bg-gray h4,
.bg-gray p {
  color: white;
}
.bg-gray div.content h1,
.bg-gray div.content h2,
.bg-gray div.content h3,
.bg-gray div.content h4,
.bg-gray div.content p {
  color: white;
}
.bg-gray a {
  color: white;
  border-color: rgba(255, 255, 255, 0);
  display: inline-block;
}
.bg-gray a:hover {
  border-color: white;
  color: white;
}
.bg-gray .button {
	border: 1px solid #fff;
	color: #fff;
}
/*------------------------------------*\
    #BACKGROUND-TEXTURES
\*------------------------------------*/.bg-gray-texture {
  background-color: #f3f3f3;
  background-image: url(../img/white-texture.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.bg-purple-texture {
  background-image: url(../img/purple-texture.jpg);
  background-size: cover;
}
.bg-purple-texture h1,
.bg-purple-texture h2,
.bg-purple-texture h3,
.bg-purple-texture h4,
.bg-purple-texture p {
  color: white;
}
.bg-purple-texture .button {
	border: 1px solid #fff;
	color: #fff;
}
.bg-green-texture {
  background-image: url(../img/green-texture.jpg);
  background-size: cover;
}
.bg-green-texture h1,
.bg-green-texture h2,
.bg-green-texture h3,
.bg-green-texture h4,
.bg-green-texture p {
  color: white;
}
/*------------------------------------*\
    #LINKS
\*------------------------------------*/
a {
  border-bottom: 1px solid rgba(156, 156, 159, 0);
  -webkit-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  -o-transition: border-color 0.25s;
  transition: border-color 0.25s;
  color: #9c9c9f;
}
a:hover, #menu-primary-nav li.current-menu-item a, .secondary-nav li.current-menu-item a {
  border-color: #9c9c9f;
  color: #9c9c9f;
}
p a,
p a:hover {
  color: #5c5c5f;
}
a.icon {
  border: none;
}
a.loud-link, .loud-link a {
  color: #ec008b;
  border-color: rgba(236, 0, 139, 0);
}
a.loud-link:hover, .loud-link a:hover {
  border-color: #ec008b;
}
/*------------------------------------*\
    #LISTS
\*------------------------------------*/ul.bullets li:before {
  content: "+";
  margin-right: 5px;
}

/* other stuff */

img {
	max-width: 100%;
	height: auto;
}

/*------------------------------------*\
    #RESPONSIVE
\*------------------------------------*/
/*
	
	ALTASEA
	
	LESS-CSS
	
	HOME SCREEN
	
*/
/*
	
	ALTASEA
	
	LESS-CSS
	
	HEADER
	
*/
/*------------------------------------*\
    #HEADER
\*------------------------------------*/
header#page-header {
  padding-top: 20px;
  background: white;
  position: relative;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
header#page-header img.logo {
  height: 100%;
}
header#page-header nav {
  display: inline-block;
  vertical-align: bottom;
}
header#page-header ul {
  list-style: none;
}
header#page-header ul li {
  list-style: none;
  display: inline-block;
}
header#page-header ul li a:not(".icon") {
  padding-right: 2px;
}
header#page-header a.logo-link {
  border: none;
}
@media (min-width: 768px) and (max-width: 1159px) {
  header#page-header a.logo-link {
    margin-left: -52px;
  }
}
header#page-header .primary-nav {
  display: inline-block;
}
header#page-header .primary-nav img.logo {
  vertical-align: bottom;
}
header#page-header .primary-nav ul.primary-nav-list {
  display: inline-block;
  position: relative;
  margin-bottom: 13px;
  margin-left: 40px;
}
header#page-header .primary-nav ul.primary-nav-list li:hover ul.dropdown {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 768px) and (max-width: 1159px) {
  header#page-header .primary-nav ul.primary-nav-list {
    display: block;
    margin-left: 0;
    margin-top: 8px;
  }
}
header#page-header .primary-nav li {
  font-size: 20px;
  margin-right: 20px;
}
header#page-header ul.dropdown {
  background: white;
  position: absolute;
  left: -15px;
  padding-left: 15px;
  padding-bottom: 15px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
header#page-header ul.dropdown li {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  margin-right: 40px;
}
header#page-header .secondary-nav {
  position: absolute;
  right: 0;
  top: 0;
  /*
		.icon{
			color: @magenta;
			font-size: 12px;
			padding: 6px;
			border: 1px solid @magenta;
			border-radius: 50px;
			width: 25px;
			
			&:hover{
				border-color: lighten(@magenta, 15%);
				color: lighten(@magenta, 15%);
			}
		}
*/

}
header#page-header .secondary-nav ul {
  display: inline-block;
}
header#page-header .secondary-nav ul.secondary-nav-list {
  margin-right: 10px;
}
header#page-header .secondary-nav ul.secondary-nav-list li:not(:last-of-type) {
  margin-right: 6px;
}
ul.social-links li {
  margin-right: 3px;
  display: inline-block;
}
ul.social-links .icon {
  color: #ec008b;
  font-size: 12px;
  padding: 6px;
  border: 1px solid #ec008b;
  border-radius: 50px;
  width: 25px;
}
ul.social-links .icon:hover {
  border-color: #ff3aae;
  color: #ff3aae;
}
@media (max-width: 767px) {
  #page {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out,-moz-transform 0.2s ease-out,-o-transform 0.2s ease-out,transform 0.2s ease-out;
  }
  #page.nav-active {
    -webkit-transform: translateX(-75%);
    -moz-transform: translateX(-75%);
    -o-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    transform: translateX(-75%);
  }
  #page.nav-active .mobile-header .hamburger {
    opacity: 0;
  }
  header#page-header {
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  header#page-header nav {
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    width: 75%;
    background: white;
    padding-top: 35px;
    z-index: 10000;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out,-moz-transform 0.2s ease-out,-o-transform 0.2s ease-out,transform 0.2s ease-out;
  }
  header#page-header nav.active {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  header#page-header nav .x {
    font-size: 50px;
    font-weight: 400;
    position: absolute;
    right: 25px;
    top: 20px;
  }
  header#page-header a:active {
    color: #ec008b;
  }
  header#page-header .primary-nav ul.primary-nav-list {
    margin-left: 30px;
  }
  header#page-header .primary-nav ul.primary-nav-list li {
    font-size: 24px;
    display: block;
    padding: 10px 0;
  }
  header#page-header .secondary-nav {
    margin-top: 20px;
    margin-left: 30px;
    bottom: 30px;
    top: auto;
    right: auto;
    left: 0;
  }
  header#page-header .secondary-nav ul.secondary-nav-list li {
    display: block;
    font-size: 18px;
    padding: 5px;
  }
  header#page-header .secondary-nav .social-links {
    display: block;
    margin-top: 30px;
  }
  header#page-header .secondary-nav .social-links li {
    margin-right: 10px;
  }
  header#page-header .secondary-nav .social-links li a {
    font-size: 20px;
    padding: 10px;
  }
  .mobile-header {
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding: 20px 0 10px;
    position: relative;
  }
  .mobile-header .logo-link {
    max-width: 45%;
    display: block;
  }
  .mobile-header .logo-link img {
    width: 100%;
  }
  .mobile-header .hamburger {
    position: absolute;
    right: 30px;
    top: 40px;
    font-size: 32px;
    opacity: 1;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }
}
/*
	
	AltaSea, Less-CSS
	
	FOOTER MODULE
	
*/
/*------------------------------------*\
    #FOOTER
\*------------------------------------*/
footer#page-footer {
  padding: 20px 0;
  z-index: 10;
  position: relative;
}
@media (max-width: 767px) {
  footer#page-footer {
    padding: 20px 15px;
  }
}
footer#page-footer h2 {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 9px;
  color: #9c9c9f;
}
footer#page-footer .quick-links,
footer#page-footer .social {
  margin-top: -30px;
}
@media (max-width: 767px) {
  footer#page-footer .quick-links,
  footer#page-footer .social {
    margin-top: 20px;
  }
}
footer#page-footer a.logo-link {
  border: none;
  margin-left: -53px;
}
@media (max-width: 767px) {
  footer#page-footer a.logo-link {
    margin-bottom: 8px;
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer#page-footer p.site-description {
    text-align: center;
  }
}
footer#page-footer .quick-links {
  padding-left: 13px;
  padding-right: 13px;
}
@media (max-width: 767px) {
  footer#page-footer .quick-links {
    padding: 0;
    margin-top: 40px;
  }
}
footer#page-footer .quick-links li {
  display: block;
}
@media (min-width: 768px) {
  footer#page-footer .quick-links div[class^="col-"]:first-child {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  footer#page-footer .quick-links div[class^="col-"]:nth-child(odd) {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  footer#page-footer .quick-links .link-group {
    margin-bottom: 20px;
  }
}
footer#page-footer .social-links {
  margin-bottom: 20px;
  margin-top: 12px;
}
footer#page-footer a.button {
  display: inline-block;
  margin-top: 5px;
}
@media (min-width: 768px) and (max-width: 1159px) {
  footer#page-footer {
    font-size: 12px;
  }
  footer#page-footer h2 {
    font-size: 16px;
  }
}
/*
	
	AltaSea, Less-CSS
	
	HOME BANNER MODULE
	
*/
/*------------------------------------*\
    #HOME BANNER
\*------------------------------------*/
div.home-banner {
  position: relative;
  overflow: hidden;
}
div.home-banner .banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
div.home-banner .banner-video {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}
div.home-banner .content {
  margin: 130px 0 250px;
  color: white;
}
@media (max-width: 767px) {
  div.home-banner .content {
    margin-bottom: 130px;
  }
}
div.home-banner .header-slideshow h1 {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
div.home-banner .header-slideshow h1.active {
  position: relative;
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 767px) {
  div.home-banner .header-slideshow h1 {
    font-size: 48px;
  }
}
div.home-banner h1 {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  div.home-banner h1 {
    text-align: center;
  }
}
div.home-banner p {
  font-size: 18px;
  margin-bottom: 40px;
}
@media (min-width: 1160px) and (max-width: 1399px) {
  div.home-banner p {
    margin-right: 260px;
  }
}
@media (min-width: 1400px) {
  div.home-banner p {
    margin-right: 150px;
  }
}
@media (max-width: 767px) {
  div.home-banner p {
    font-size: 22px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  div.home-banner .button {
    padding: 5px 14px;
    font-size: 48px;
  }
}
/*
	
	AltaSea, Less-CSS
	
	HOME LINKS MODULE
	
*/
/*------------------------------------*\
    #HOME-LINKS
\*------------------------------------*/
div.home-links .content {
  position: absolute;
  padding-top: 60px;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
}
@media (max-width: 1159px) {
  div.home-links .content {
    padding-bottom: 70px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ffffff+100&amp;1+78,0+100 */
  
    background: -moz-linear-gradient(top, #ffffff 1%, #ffffff 78%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(78%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
  
    background: -webkit-linear-gradient(top, #ffffff 1%, #ffffff 78%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
  
    background: -o-linear-gradient(top, #ffffff 1%, #ffffff 78%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
  
    background: -ms-linear-gradient(top, #ffffff 1%, #ffffff 78%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
  
    background: linear-gradient(to bottom, #ffffff 1%, #ffffff 78%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
  
  }
}
@media (max-width: 767px) {
  div.home-links .content {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 200px;
  }
}
div.home-links .banner-image {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1159px) {
  div.home-links .banner-image {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  div.home-links .banner-image {
    position: absolute;
    bottom: 0;
  }
}
div.home-links h2 {
  color: #00adbb;
  margin-bottom: 20px;
}
@media (min-width: 1160px) and (max-width: 1399px) {
  div.home-links h2 {
    font-size: 30px;
  }
}
div.home-links h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: -35px;
}
@media (min-width: 768px) and (max-width: 1159px) {
  div.home-links h3 {
    margin-top: 0;
  }
}
div.home-links h4 {
  color: #00adbb;
  font-size: 24px;
  font-weight: 200;
  line-height: .8;
  margin-bottom: 10px;
}
div.home-links a.hub {
  display: inline-block;
}
div.home-links a.hub .description {
  color: #9c9c9f;
  display: inline-block;
}
div.home-links .learn-more .container-fluid {
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1159px) {
  div.home-links .learn-more {
    margin-top: 20px;
  }
  div.home-links .learn-more .container-fluid {
    padding: 0;
  }
}
@media (max-width: 767px) {
  div.home-links .learn-more {
    margin-top: 80px;
  }
  div.home-links .learn-more .hub {
    margin-bottom: 20px;
  }
  div.home-links .learn-more .hub h4 {
    line-height: 1;
    margin-bottom: 7px;
  }
  div.home-links .learn-more .hub .description {
    font-size: 16px;
  }
}
div.home-links .explore {
  margin-top: 20px;
}
@media (max-width: 767px) {
  div.home-links .explore {
    text-align: center;
    margin-top: 20px;
  }
}
/*
	
	AltaSea, Less-CSS
	
	FEED PREVIEW MODULE
	
*/
/*------------------------------------*\
    #FEED-PREVIEW
\*------------------------------------*/
div.feed-preview .content {
  padding: 60px 0;
}
/*------------------------------------*\
    #GLOBAL NEWS STYLES
\*------------------------------------*/
.feed div[class^="feed-entry-"] {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  top: 0;
  -webkit-transition: top 0.7s cubic-bezier(0.03, 0.61, 0.32, 0.98);
  -moz-transition: top 0.7s cubic-bezier(0.03, 0.61, 0.32, 0.98);
  -o-transition: top 0.7s cubic-bezier(0.03, 0.61, 0.32, 0.98);
  transition: top 0.7s cubic-bezier(0.03, 0.61, 0.32, 0.98);
}
.feed div[class^="feed-entry-"]:hover {
  top: -5px;
}
.feed div[class^="feed-entry-"]:hover .feed-card {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media (max-width: 767px) {
  .feed div[class^="feed-entry-"] {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 25px;
  }
  .feed div[class^="feed-entry-"] a.thumbnail-link {
    padding-bottom: 0;
    margin-left: 0;
  }
  .feed div[class^="feed-entry-"] a.thumbnail-link:not(.no-image) + .feed-card {
    margin-top: -70px;
  }
  .feed div[class^="feed-entry-"] .feed-card {
    position: relative;
    z-index: 1;
    width: auto;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 0;
  }
}
.feed h2 {
  margin-bottom: 20px;
  color: #00adbb;
}
@media (max-width: 767px) {
  .feed h2 {
    margin-left: 15px;
  }
}
.feed .thumbnail-link {
  border: none;
}
.feed .thumbnail {
  width: 100%;
}
.feed .feed-card {
  display: block;
  background: white;
  position: absolute;
  z-index: 1;
  bottom: 0;
  padding: 20px 20px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.03, 0.61, 0.32, 0.98);
  -moz-transition: -moz-transform 0.7s cubic-bezier(0.03, 0.61, 0.32, 0.98);
  -o-transition: -o-transform 0.7s cubic-bezier(0.03, 0.61, 0.32, 0.98);
  transition: -webkit-transform 0.7s cubic-bezier(0.03, 0.61, 0.32, 0.98),-moz-transform 0.7s cubic-bezier(0.03, 0.61, 0.32, 0.98),-o-transform 0.7s cubic-bezier(0.03, 0.61, 0.32, 0.98),transform 0.7s cubic-bezier(0.03, 0.61, 0.32, 0.98);
}
.feed .feed-card.no-image {
	position: relative !important;
}
.feed .feed-card > * {
  pointer-events: all;
}
.feed .feed-card.news:after {
  content: '';
  background: url(../img/news-teal.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 27px;
  width: 27px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.feed .feed-card.event:after, body.post-type-archive-tribe_events .feed .feed-card.news:after {
  content: '';
  background: url(../img/event-teal.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 27px;
  width: 27px;
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
}
.feed .feed-card a.title {
  font-size: 26px;
  font-weight: 200;
  line-height: 1.3;
  color: #9c9c9f;
  display: inline;
  position: relative;
  z-index: 50;
}
.feed .feed-card .subtitle {
  font-size: 16px;
  display: inline;
  position: relative;
  z-index: 50;
}
.feed .feed-card .subtitle:before {
  content: '';
  display: block;
  margin-top: 10px;
}
.feed .feed-card .feed-link {
  display: block;
}
.feed .feed-card .meta {
  margin-bottom: 15px;
}
.feed .feed-card .category {
  margin-right: 5px;
}
.feed .feed-card .tag {
  margin-left: 5px;
}
.feed .feed-card .twitter-handle {
  font-weight: 200;
  font-size: 26px;
}
.feed .feed-card .tweet-text {
  font-size: 22px;
  font-weight: 200;
}
.feed .feed-card .event-date {
  font-size: 24px;
  color: #00adbb;
  font-weight: 200;
}
.feed .feed-card .event-title {
  font-size: 22px;
  font-weight: 200;
}
.feed .feed-entry-lg {
  margin-left: -20px;
}
@media (max-width: 1159px) {
  .feed .feed-entry-lg {
    margin-bottom: 50px;
  }
}
.feed .feed-entry-lg .thumbnail-link {
  display: block;
  padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 1159px) {
  .feed .feed-entry-lg .thumbnail-link {
    max-height: 450px;
    overflow: hidden;
  }
}
.feed .feed-entry-lg .feed-card.featured-img {
  width: 60%;
  margin-left: 20px;
}
@media (min-width: 768px) and (max-width: 1159px) {
  .feed .feed-entry-lg .feed-card {
    width: 80%;
    margin-bottom: -25px;
  }
}
.feed .feed-entry-md,
.feed .feed-entry-sm {
  padding-left: 10px;
}
.feed .feed-entry-md .thumbnail-link {
  display: block;
  padding-right: 35%;
}
.feed .feed-entry-md .feed-card.featured-img {
  bottom: 25px;
  width: calc(50% - 20px);
  margin-left: calc(50% + 10px);
}
@media (max-width: 1159px) {
  .feed .feed-entry-md {
    padding-left: 0;
    margin-bottom: 100px;
  }
  .feed .feed-entry-md .thumbnail-link {
    padding-right: 0;
    margin-left: -20px;
  }
  .feed .feed-entry-md .feed-card {
    width: 90%;
    margin-left: 0;
    bottom: 0;
    margin-bottom: -125px;
  }
}
.feed .feed-entry-sm {
  padding-top: 10px;
}
@media (max-width: 1159px) {
  .feed .feed-entry-sm {
    padding-top: 0;
  }
}
.feed .feed-entry-sm .thumbnail-link {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.feed .feed-entry-sm:hover {
  top: 0;
}
.feed .feed-entry-sm:hover .feed-card {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.feed .feed-entry-sm .feed-card {
  position: relative;
}
.feed .feed-entry-sm .feed-card.tweet:before {
  content: 'a';
  font-family: 'socicon';
  font-size: 30px;
  color: #55acee;
  position: absolute;
  display: block;
  top: 15px;
  right: 15px;
  z-index: 100;
}
/*
	
	AltaSea, Less-CSS
	
	QUICK FACTS MODULE
	
*/
/*------------------------------------*\
    #QUICK-FACTS
\*------------------------------------*/
div.quick-facts {
  z-index: 900;
  position: relative;
  height: 0;
}
div.quick-facts .facts-wrapper {
  color: white;
  position: absolute;
  right: 0;
  padding: 30px 0px 30px 30px;
  margin-top: -140px;
}
@media (max-width: 767px) {
  div.quick-facts .facts-wrapper {
    position: relative;
    margin-top: 0;
    padding-left: 15px;
  }
}
div.quick-facts .facts-wrapper:after {
  content: '';
  height: 100%;
  width: 9999px;
  position: absolute;
  left: 100%;
  top: 0;
  background: inherit;
}
div.quick-facts .facts-wrapper h2 {
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 15px;
}
div.quick-facts .facts-wrapper .fact {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  max-width: 230px;
}
div.quick-facts .facts-wrapper .fact:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  div.quick-facts .facts-wrapper .fact {
    margin-bottom: 20px;
  }
}
div.quick-facts .facts-wrapper h3 {
  font-size: 35px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 5px;
  line-height: 1;
}
div.quick-facts .facts-wrapper .fact-text {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
}
/*------------------------------------*\
    #ADJACENT-MODULES
\*------------------------------------*/
div.quick-facts + .module {
  padding-top: 80px;
}
@media (max-width: 767px) {
  div.quick-facts + .module {
    padding-top: 40px;
  }
}
div.module.pre-quick-facts {
  padding-bottom: 180px;
}
@media (max-width: 767px) {
  div.module.pre-quick-facts {
    padding-bottom: 0;
  }
}

/*	SLIDER INSIDE PAGES MODULE
	
*/
/*------------------------------------*\
    #SLIDER
\*------------------------------------*/
div.slider .slide {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.slider .banner-image {
  width: 100%;
  height: auto;
  margin-top: -1px;
}
.slider h1 {
  font-size: 32px;
  font-weight: 600;
}
.slider .content {
  margin-top: 0;
  position: absolute;
  top: 60px;
}
.slider .content h1 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 10px;
}
.slider .content h2 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 10px;
}
.cycle-pager {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  bottom: 15px;
  z-index: 1000;
}
.cycle-pager span {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  border: 1px solid white;
  bottom: 0;
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  text-indent: -9999em;
}
.cycle-pager span:last-of-type {
  margin-right: 0;
}
.cycle-pager span:hover,
.cycle-pager span.cycle-pager-active {
  background: white;
}

.slideshow-nav a {
	color: #fff;
	font-size: 4em;
	margin: 0 0.2em;
	position: absolute;
    z-index: 100;
    top: 50%;
}

.slideshow-nav a:hover {
	border: none !important;
	opacity: 0.8;
}

.slideshow-nav #prev, .slideshow-nav .prev {
	left: 0;
}

.slideshow-nav #next, .slideshow-nav .next {
	right: 0;
}

.slide-card {
	background: #fff;
	padding: 20px;
}

/*
	
	AltaSea, Less-CSS
	
	SLIDER MODULE
	
*/
/*------------------------------------*\
    #SLIDER
\*------------------------------------*/
body.home div.slider .slide {
  width: 100vw;
  padding-top: 60px;
  height: 470px;
  position: relative;
}
@media (max-width: 767px) {
  body.home div.slider .slide {
    padding-left: 15px;
  }
}
body.home .slider .banner-image {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
body.home .slider h1 {
  font-size: 32px;
  font-weight: 600;
}
body.home .slider .content {
  margin-top: 60px;
}
body.home .slider .content h1 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 10px;
}
body.home .slider .content h2 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 10px;
}

/*
	
	AltaSea, Less-CSS
	
	HEADLINE MODULE
	
*/
/*------------------------------------*\
    #HEADLINE
\*------------------------------------*/
div.headline {
  padding: 60px 0;
}
div.headline h2 {
  color: #00adbb;
}
div.headline h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  div.headline h2,
  div.headline h3 {
    text-align: center;
  }
  div.headline h2 {
    margin-bottom: 20px;
  }
  div.headline h3 {
    font-size: 20px;
  }
  div.headline .button-wrapper {
    text-align: center;
    margin-top: 40px;
  }
}
/*
	
	AltaSea, Less-CSS
	
	QUOTES MODULE
	
*/
/*------------------------------------*\
    #QUOTES
\*------------------------------------*/
div.quotes {
  padding: 100px 0;
  color: white;
  position: relative;
}
@media (max-width: 767px) {
  div.quotes {
    padding: 80px 15px;
  }
}
div.quotes blockquote {
  position: absolute;
  top: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.75s;
  -moz-transition: opacity 0.75s;
  -o-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
@media (max-width: 767px) {
  div.quotes blockquote {
    margin-top: 40px;
  }
}
div.quotes blockquote.active {
  opacity: 1;
  pointer-events: all;
}
div.quotes blockquote p {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 20px;
}
div.quotes blockquote p:before,
div.quotes blockquote p:after {
  font-size: 46px;
  font-weight: 700;
  position: absolute;
  line-height: 0;
}
div.quotes blockquote p:before {
  content: "“";
  left: 0;
  bottom: 100%;
}
div.quotes blockquote p:after {
  content: "”";
  right: 0;
  top: 100%;
  margin-top: 20px;
}
div.quotes blockquote .name,
div.quotes blockquote .title {
  font-weight: 700;
}
/*
	
	AltaSea, Less-CSS
	
	SPONSORS MODULE
	
*/
/*------------------------------------*\
    #SPONSORS
\*------------------------------------*/
div.sponsors {
  padding: 60px 0;
}

div.sponsors h2 {
	margin: 0;
}

.owl-item img {
  width: auto;
  max-height: 145px;
}

#owl-example {
	margin: 1em;
	width: 98% !important;
}

.owl-item {
	text-align: center;
	height: 150px;
}

.sponsor a:hover {
	border: none !important;
	text-decoration: none !important;
}

/*
	
	AltaSea, Less-CSS
	
	CONTACT MODULE
	
*/
/*------------------------------------*\
    #CONTACT
\*------------------------------------*/
div.contact {
  padding: 30px 0;
  text-align: center;
  color: white;
  z-index: 10;
  position: relative;
}
div.contact h2 {
  margin-bottom: 6px;
}
div.contact a.button {
  display: inline-block;
  margin-top: 20px;
}
/*
	
	AltaSea, Less-CSS
	
	HERO-BANNER MODULE
	
*/
/*------------------------------------*\
    #HERO-BANNER
\*------------------------------------*/
.hero-banner .video-wrapper {
  height: 600px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .hero-banner .video-wrapper {
    height: 400px;
  }
}
.hero-banner .banner-video {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}
.hero-banner .content-wrapper {
  margin-top: -40px;
}
@media (max-width: 767px) {
  .hero-banner .content-wrapper {
    margin-top: -80px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.hero-banner .content-wrapper .content {
  background: white;
  margin: -23px;
  padding: 23px;
  color: #00adbb;
}
@media (max-width: 767px) {
  .hero-banner .content-wrapper .content {
    margin: 0;
    padding: 15px;
  }
}
.hero-banner .content-wrapper .content h1 {
  font-size: 56px;
  font-weight: 500;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .hero-banner .content-wrapper .content h1 {
    font-size: 48px;
  }
}
.hero-banner .content-wrapper .content p {
  font-size: 24px;
  font-weight: 300;
}
/*
	
	AltaSea, Less-CSS
	
	TEXT-GROUP MODULE
	
*/
/*------------------------------------*\
    #TEXT-GROUP
\*------------------------------------*/
.text-group {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .text-group {
    padding: 40px 15px;
  }
}
.text-group .content h1 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #00adbb;
}
.text-group .content img {
  max-width: 100%;
}
.text-group .content p {
  padding-right: 10%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .text-group .content p {
    padding-right: 0;
  }
}
.text-group .content h2 {
  color: #00adbb;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.text-group .content h3 {
  color: #9c9c9f;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.text-group .content h4 {
  font-size: 24px;
  font-weight: 300;
}
.text-group .content li {
  padding-bottom: 6px;
}
.text-group .content[class*="bg-"] div,
.text-group .content[class*="bg-"] h1,
.text-group .content[class*="bg-"] h2,
.text-group .content[class*="bg-"] p {
  color: white;
}
.text-group .content div.column:not(:last-child) {
  margin-bottom: 30px;
}
/*
	
	AltaSea, Less-CSS
	
	NEWS PAGE
	
*/
/*------------------------------------*\
    #NEWS
\*------------------------------------*/
.news .news-menu {
  margin-top: 40px;
  margin-bottom: 60px;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .news .news-menu {
    margin-left: 15px;
  }
}
.news .news-menu li {
  font-size: 28px;
}
@media (max-width: 767px) {
  .news .news-menu li {
    display: block;
  }
}
.news .news-menu li a {
  color: #00adbb;
}
.news ul.link-list li {
  display: inline;
}
.news ul.link-list li:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}
/*.news ul.link-list li.active {
  font-weight: 700;
}*/
.news ul.link-list li.active a, .news ul.link-list li.current-cat a, .news ul.link-list li.current-menu-item a {
  color: #00adbb;
  font-weight: 700;
}
.news .news-sidebar {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .news .news-sidebar {
    padding-left: 15px;
  }
}
.news .news-sidebar .sidebar-group {
  margin-bottom: 30px;
}
.news .news-sidebar ul.link-list li:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 1px;
}
.news .news-sidebar h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}
.news .news-sidebar h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.news .feed {
  margin-bottom: 60px;
}
.news .feed [class^="feed-entry-"]:hover {
  top: auto;
}
.news .feed [class^="feed-entry-"]:hover .feed-card {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.news .feed .feed-entry-sm {
  padding: 0;
  margin-left: -20px;
}
.news .feed .feed-entry-lg {
  width: 100%;
  margin: 0;
  padding-right: 20px;
  margin-bottom: 60px;
  margin-left: -20px;
}
@media (max-width: 767px) {
  .news .feed .feed-entry-lg {
    padding-right: 0;
  }
}
.news .feed .feed-entry-lg img.thumbnail-img {
  width: 100%;
  height: auto;
}
.news .feed .feed-entry-lg .thumbnail-link + .feed-card {
  margin-top: -120px;
}
.news .feed .feed-entry-lg .feed-card {
  width: auto;
  position: relative;
  margin: 0;
  margin-left: 20px;
  margin-right: 20px;
}
.news .feed .feed-entry-lg .title {
  color: #00adbb;
}
.news .feed .feed-entry-lg .title.external:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/external-icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.news .feed .feed-entry-lg .date {
  margin-top: 5px;
  margin-bottom: 15px;
}
.news .feed .feed-entry-lg p.preview-text {
  max-width: 650px;
}
.news .feed .feed-entry-lg .subtitle {
  margin-top: 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .news .feed div[class^="feed-entry-"] {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 25px;
  }
  .news .feed div[class^="feed-entry-"] a.thumbnail-link {
    padding-bottom: 0;
    margin-left: 0;
  }
  .news .feed div[class^="feed-entry-"] a.thumbnail-link:not(.no-image) + .feed-card {
    margin-top: -70px;
  }
  .news .feed div[class^="feed-entry-"] .feed-card {
    position: relative;
    width: auto;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 0;
  }
}
/*------------------------------------*\
    #NEWS-ARTICLE
\*------------------------------------*/
.news-article .banner-image {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .news-article .banner-image {
    height: 400px;
    width: auto;
  }
}
.news-article .banner-wrapper + .content-wrapper {
  margin-top: -100px;
}
.news-article .content {
  background: white;
  position: relative;
  padding: 20px;
  margin-right: -25px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .news-article .content {
    margin-right: 0;
  }
}
.news-article .meta {
  margin-bottom: 15px;
}
.news-article .section {
  margin-right: 5px;
}
.news-article .category {
  margin-right: 5px;
  margin-left: 5px;
}
.news-article .tag {
  margin-left: 5px;
}
.news-article h1 {
  font-size: 48px;
  font-weight: 200;
  color: #00adbb;
  margin-bottom: 30px;
}
.news-article .date {
  margin-bottom: 15px;
}
.news-article .body-content .introduction {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 50px;
}
.news-article .body-content p {
  margin-bottom: 15px;
  max-width: 650px;
}
.news-article .body-content blockquote {
  margin: 50px 0;
  max-width: 650px;
}
.news-article .body-content blockquote p {
  font-size: 24px;
  font-style: italic;
  font-weight: 200;
  position: relative;
  display: inline;
}
.news-article .body-content blockquote p:before,
.news-article .body-content blockquote p:after {
  font-size: 46px;
  font-weight: 700;
  position: absolute;
  line-height: 0;
}
.news-article .body-content blockquote p:before {
  content: "“";
  left: 0;
  bottom: 100%;
}
.news-article .body-content blockquote p:after {
  content: "”";
  position: relative;
  top: 10px;
  margin-left: 5px;
}
.news-article .body-content figure {
  margin: 50px -25px;
}
.news-article .body-content figure img {
  max-width: 100%;
}
.news-article .body-content figure figcaption {
  margin-top: 8px;
  margin-left: 25px;
  font-style: italic;
}
.news-article .social {
  margin-top: 40px;
  display:none;
}
.news-article .social span {
  font-weight: 600;
  display: none;
}
.news-article .social ul {
  display: inline-block;
  margin-left: 10px;
}
/*------------------------------------*\
    #RELATED-ARTICLES
\*------------------------------------*/
.related-articles {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .related-articles {
    padding: 40px 0;
  }
}
.related-articles h2 {
  margin-bottom: 20px;
  color: #00adbb;
}
@media (max-width: 767px) {
  .related-articles h2 {
    margin-left: 15px;
  }
}
.related-articles .feed-entry-md {
  padding-left: 0;
  margin-left: -20px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .related-articles .feed-entry-md {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1159px) {
  .related-articles .feed-entry-md {
    margin-left: 0;
  }
}
/*
	
	AltaSea, Less-CSS
	
	PEOPLE GRID MODULE
	
*/
/*------------------------------------*\
    #PEOPLE-GRID
\*------------------------------------*/
div.people-grid .person {
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s;
}
div.people-grid .person:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
div.people-grid .thumbnail-link {
  width: 100%;
  display: block;
}
div.people-grid .thumbnail-link img.person-thumb {
  width: 100%;
}
div.people-grid h2 {
  margin-left: 15px;
}
div.people-grid .content {
  background: white;
  position: relative;
  padding: 15px;
  margin: -40px 15px 0;
}
div.people-grid .content .open {
  position: absolute;
  display: inline-block;
  right: 10px;
  padding: 4px 3px;
  line-height: .56;
  border-radius: 50px;
  font-size: 14px;
  color: #9c9c9f;
  border-color: #9c9c9f;
}
div.people-grid .content .open:hover {
  color: #00adbb;
  border-color: #00adbb;
}
div.people-grid .content .name {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 4px;
  color: #00adbb;
}
div.people-grid .full-info-wrapper, .sharklab-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
div.people-grid .full-info-wrapper.active, .sharklab-content.active {
  opacity: 1;
  pointer-events: all;
  z-index: 10000
}
div.people-grid .full-info-wrapper .close, .sharklab-content .close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px 7px 13px 7px;
  line-height: .28;
  font-size: 48px;
  font-weight: 300;
  cursor: pointer;
  background: white;
  z-index: 100;
  color: #9c9c9f;
  border-color: #9c9c9f;
  margin-right: 7%;
  margin-top: 7%;
}
@media (max-width: 767px) {
  div.people-grid .full-info-wrapper .close, .sharklab-content .close {
    -webkit-transform: scale(1.35);
    -moz-transform: scale(1.35);
    -o-transform: scale(1.35);
    -ms-transform: scale(1.35);
    transform: scale(1.35);
    margin-top: 3.5%;
    margin-right: 3.5%;
  }
}
div.people-grid .full-info-wrapper .close:hover, .sharklab-content .close:hover {
  color: #00adbb;
  border-color: #00adbb;
}
div.people-grid .full-info-wrapper .full-info, .sharklab-content .full-info {
  padding: 40px;
  margin: 5%;
  border: 1px solid #9c9c9f;
  background: white;
  position: relative;
  max-height: 80vh;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  div.people-grid .full-info-wrapper .full-info, .sharklab-content .full-info {
    max-height: 90vh;
    padding: 0;
  }
  div.people-grid .full-info-wrapper .full-info > .container-fluid, .sharklab-content .full-info > .container-fluid {
    padding: 0;
  }
}
div.people-grid .full-info-wrapper .full-info .content, .sharklab-content .full-info .content {
  padding-left: 15px;
}
div.people-grid .full-info-wrapper .full-info .profile-image {
  width: 100%;
}
div.people-grid .full-info-wrapper .full-info .name {
  font-size: 48px;
  font-weight: 300;
  color: #00adbb;
}
@media (max-width: 767px) {
  div.people-grid .full-info-wrapper .full-info .name {
    font-size: 32px;
  }
}
div.people-grid .full-info-wrapper .full-info .title {
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 767px) {
  div.people-grid .full-info-wrapper .full-info .title {
    font-size: 20px;
  }
}
div.people-grid .full-info-wrapper .full-info .bio p {
  margin-top: 15px;
  max-width: 650px;
}
div.people-grid .full-info-wrapper .full-info .social {
  margin-top: 30px;
}
div.people-grid .full-info-wrapper .full-info .social span {
  font-weight: 600;
  margin-right: 10px;
}
div.people-grid .full-info-wrapper .full-info .social ul {
  display: inline-block;
}
@media (min-width: 1400px) {
  div.people-grid .person-wrapper .person {
    padding: 0 5px;
  }
  div.people-grid .person-wrapper:nth-child(4n+1) {
    clear: both;
  }
  div.people-grid .person-wrapper:nth-child(4n+1) .person {
    padding-left: 0;
    padding-right: 10px;
  }
  div.people-grid .person-wrapper:nth-child(4n+4) .person {
    padding-left: 10px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  div.people-grid .person-wrapper .person {
    padding: 0 5px;
  }
  div.people-grid .person-wrapper:nth-child(3n+1) {
    clear: both;
  }
  div.people-grid .person-wrapper:nth-child(3n+1) .person {
    padding-left: 0;
    padding-right: 10px;
  }
  div.people-grid .person-wrapper:nth-child(3n+3) .person {
    padding-left: 10px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  
}
/*
	
	AltaSea, Less-CSS
	
	TIMELINE PHASE MODULE
	
*/
/*------------------------------------*\
    #TIMELINE-PHASE
\*------------------------------------*/
div.timeline-phase {
  padding: 40px 0;
  overflow-y: hidden;
}
div.timeline-phase .timeline {
  position: absolute;
  left: 0;
  width: 100px;
}
@media (max-width: 767px) {
  div.timeline-phase .timeline {
    width: 50px;
    left: 15px;
  }
}
div.timeline-phase .timeline .phase-number {
  font-size: 90px;
  font-weight: 300;
  line-height: .85;
  margin-top: -5px;
}
@media (max-width: 767px) {
  div.timeline-phase .timeline .phase-number {
    font-size: 45px;
  }
}
div.timeline-phase .timeline .line {
  border-left: 2px dotted white;
  height: 9999px;
  position: absolute;
  left: 0;
  right: 0;
  width: 1px;
  margin: auto;
  margin-top: 10px;
}
div.timeline-phase .content {
  float: left;
  margin-left: 100px;
}
@media (max-width: 767px) {
  div.timeline-phase .content {
    margin-left: 60px;
  }
}
div.timeline-phase .phase-info h1 {
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  div.timeline-phase .phase-info h1 {
    font-size: 26px;
  }
}
div.timeline-phase .phase-info h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 767px) {
  div.timeline-phase .phase-info h2 {
    font-size: 20px;
  }
}
div.timeline-phase .phase-details {
  padding-left: 20px;
}
@media (max-width: 767px) {
  div.timeline-phase .phase-details {
    padding-left: 0;
  }
}
div.timeline-phase .phase-details h2 {
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
}
div.timeline-phase .phase-details h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
div.timeline-phase .phase-details p,
div.timeline-phase .phase-details ul {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  div.timeline-phase .phase-details p,
  div.timeline-phase .phase-details ul {
    font-size: 14px;
  }
}
div.timeline-phase .phase-details .button {
  margin-bottom: 35px;
  display: inline-block;
}
/*
	
	AltaSea, Less-CSS
	
	MEDIA MODULE
	
*/
/*------------------------------------*\
    #MEDIA-DOCUMENTS
\*------------------------------------*/
div.media {
  padding: 40px 0;
}
@media (max-width: 767px) {
  div.media {
    padding-left: 15px;
    padding-right: 15px;
  }
}
div.media h1 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}
div.media .file-size {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}
div.media .file-size:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/download.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-right: 8px;
  margin-bottom: -1px;
}
/*------------------------------------*\
    #MEDIA-IMAGE-GALLERY
\*------------------------------------*/
div.media.image-gallery img {
  margin-bottom: 15px;
  max-width: 100%;
}
div.media.image-gallery .entry {
  margin-bottom: 20px;
}
div.media.image-gallery .file-size:before {
  background-image: url(../img/download-gray.png);
}
@media (min-width: 1160px) {
  div.media.image-gallery .entry:nth-of-type(4n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 1159px) {
  div.media.image-gallery .entry:nth-of-type(3n+1) {
    clear: both;
  }
}
/*
	
	AltaSea, Less-CSS
	
	PRESS RELEASES MODULE
	
*/
/*------------------------------------*\
    #PRESS-RELEASES
\*------------------------------------*/
div.press-releases {
  padding: 40px 0;
}
@media (max-width: 767px) {
  div.press-releases {
    padding-left: 15px;
    padding-right: 15px;
  }
}
div.press-releases .press .entry {
  margin-bottom: 30px;
}
div.press-releases .press .date {
  font-size: 12px;
  margin-bottom: 5px;
}
div.press-releases .press .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
div.press-releases .press p {
  max-width: 500px;
}
div.press-releases .press a {
  margin-top: 10px;
  display: inline-block;
}
/*
	
	AltaSea, Less-CSS
	
	CONNECT PAGE
	
*/
/*------------------------------------*\
    #CONNECT
\*------------------------------------*/
.contact-form {
  margin-bottom: 20px;
}
.contact-form .first-name,
.contact-form .last-name,
.contact-form .email {
  width: 48%;
  float: left;
  margin-bottom: 20px;
}
.contact-form .first-name input,
.contact-form .last-name input,
.contact-form .email input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #9c9c9f;
}
.contact-form .first-name input:focus,
.contact-form .last-name input:focus,
.contact-form .email input:focus {
  border-color: #00adbb;
}
.contact-form .first-name {
  margin-right: 2%;
}
.contact-form .last-name {
  margin-left: 2%;
}
.contact-form .email {
  width: 100%;
}
.contact-form textarea {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 200px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #9c9c9f;
}
.contact-form textarea:focus {
  border-color: #00adbb;
}
.contact-form .button {
  background: none;
  margin-top: 15px;
}

/* additional styles */

.hero-banner .cycle-slideshow {
	z-index: -1000;
}

.hero-banner .cycle-slideshow div {
	height: 600px;
	width: 100%;
}

#nav-below {
	margin-right: 60px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.page-intro {
	color: #00adbb;
	font-size: 24px;
	font-weight: 300;
}

.bg-deep-orange .page-intro, .bg-orange .page-intro, .bg-teal .page-intro, .bg-royal-blue .page-intro, .bg-green .page-intro, .bg-blue .page-intro {
	color: #fff;
}

.copyright {
	font-size: 0.8em;
	text-align: center;
	margin-top: 2em;
}

/* search form */

#searchsubmit {
	background: #fff;
	padding: 3px 10px !important;
    margin-left: 0.3em;
}

/* breadcrumbs */

.breadcrumbs {
	color: #9c9c9f;
	margin-bottom: 2em;
}

.breadcrumbs a {
	color: #00adbb;
}

/* nextgen styles */

.ngg-download-selectall, .ngg-download-download {
	background: none;
}

/* gravity forms */

.gform_button {
	padding: 5px 10px !important;
    font-size: 17px !important;
    border-radius: 8px !important;
    background: #fff !important;
}

/* share this buttons */

div.social-links {    
	display: inline-block;
    position: relative;
    bottom: -7px;
    margin-left: 5px;
}

.stButton .stLarge {
	width: 25px !important;
	height: 25px !important;
}

.st_facebook_large .stLarge {
	background: url('../img/facebook.jpg') no-repeat center !important;
	background-size: cover !important;
}

.st_twitter_large .stLarge {
	background: url('../img/twitter.jpg') no-repeat center !important;
	background-size: cover !important;
}

.st_linkedin_large .stLarge {
	background: url('../img/linkedin.jpg') no-repeat center !important;
	background-size: cover !important;
}

/* calendar */

.tribe-events-user-recurrence-toggle {
	display: none !important;
}

.tribe-events-cal-links, .tribe-events-ical {
	display: none !important;
}

body.post-type-archive-tribe_events #page {
	background-color: #f3f3f3;
    background-image: url('../img/white-texture.png');
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
}

body.post-type-archive-tribe_events .news .feed .feed-entry-lg {
	padding-right: 0;
	margin-left: 0;
}

body.post-type-archive-tribe_events .news .feed .feed-entry-lg .feed-card {
	overflow: hidden;
}

/* newsletter styles */

.BBFormContainer[data-bbox-part-id="97f8bebb-d4df-4825-a2be-91a83a41c8b4"] {
	padding: 0px !important;
}

[data-bbox-part-id='97f8bebb-d4df-4825-a2be-91a83a41c8b4'].BBFormContainer {
	font-family: inherit !important;
	font-style: inherit !important;
	color: inherit !important;
}

[data-bbox-part-id='97f8bebb-d4df-4825-a2be-91a83a41c8b4'].BBFormContainer .BBFormSectionHeading {
	font-size: 20px !important;
	font-weight: 600;
}

.BBFormContainer[data-bbox-part-id="97f8bebb-d4df-4825-a2be-91a83a41c8b4"] .BBFormSubSectionHeading {
	color: inherit !important;
}

[data-bbox-part-id='97f8bebb-d4df-4825-a2be-91a83a41c8b4'].BBFormContainer .BBFormSubSectionHeading {
	font-size: 16px !important;
}

[data-bbox-part-id='97f8bebb-d4df-4825-a2be-91a83a41c8b4'].BBFormContainer .BBFormSubmitbutton {
	background-color: #fff !important;
}

[data-bbox-part-id='97f8bebb-d4df-4825-a2be-91a83a41c8b4'].BBFormContainer .BBFormSubmitbutton:hover {
	background-color: #fff !important;
}

.BBFormContainer[data-bbox-part-id="97f8bebb-d4df-4825-a2be-91a83a41c8b4"] .BBFormSubmitbutton {
	border: 1px solid #ec008b !important;
    box-shadow: none !important;
    border-radius: 7px !important;
    color: #ec008b !important;
    font-size: 16px !important;
    padding: 5px 10px;
}

.BBFormContainer[data-bbox-part-id="97f8bebb-d4df-4825-a2be-91a83a41c8b4"] .BBFormTextbox {
	font-size: 16px !important;
	padding: 6px !important;
}

/* other styles */

.wp-caption {
	width: 100%;
}

/* responsive styles */

@media screen and (max-width: 480px) {
	.slideshow-nav a {
		font-size: 2em;
	}
	
	.slider .content {
		position: relative;
		top: 0;
	}
	
	.feed .feed-entry-md .feed-card.featured-img {
		margin-left: 15px;
		width: calc(100% - 30px);
	}
}