/* Normal weight; Normal style */
@font-face {
  font-family: 'C';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.cargocollective.com/c42771/CReg.woff') format('woff'),
       url('https://files.cargocollective.com/c42771/CReg.eot'), 
       url('https://files.cargocollective.com/c42771/CReg.eot?#iefix') format('embedded-opentype'),
       url('https://files.cargocollective.com/c42771/CReg.ttf')  format('truetype');
}

/* Bold weight; Normal style */
@font-face {
  font-family: 'C';
  font-weight: bold;
  font-style: normal;
  src: url('https://files.cargocollective.com/c42771/CMed.woff') format('woff'),
       url('https://files.cargocollective.com/c42771/CMed.eot'), 
       url('https://files.cargocollective.com/c42771/CMed.eot?#iefix') format('embedded-opentype'),
       url('https://files.cargocollective.com/c42771/CMed.ttf')  format('truetype');
}

/* Normal weight; Italic style */
@font-face {
  font-family: 'C';
  font-weight: normal;
  font-style: italic;
  src: url('https://files.cargocollective.com/c42771/CRegItal.woff') format('woff'),
       url('https://files.cargocollective.com/c42771/CRegItal.eot'), 
       url('https://files.cargocollective.com/c42771/CRegItal.eot?#iefix') format('embedded-opentype'),
       url('https://files.cargocollective.com/c42771/CRegItal.ttf')  format('truetype');
}

/* Bold weight; Italic style */
@font-face {
  font-family: 'C';
  font-weight: bold;
  font-style: italic;
  src: url('https://files.cargocollective.com/c42771/CMedItal.woff') format('woff'),
       url('https://files.cargocollective.com/c42771/CMedItal.eot'), 
       url('https://files.cargocollective.com/c42771/CMedItal.eot?#iefix') format('embedded-opentype'),
       url('https://files.cargocollective.com/c42771/CMedItal.ttf')  format('truetype');
}


@font-face {
  font-family: 'VR';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.cargocollective.com/c42771/VR.woff') format('woff'),
       url('https://files.cargocollective.com/c42771/VR.eot'), 
       url('https://files.cargocollective.com/c42771/VR.eot?#iefix') format('embedded-opentype'),
       url('https://files.cargocollective.com/c42771/VR.ttf')  format('truetype');
}

@font-face {
  font-family: 'VL';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.cargocollective.com/c42771/VL.woff') format('woff'),
       url('https://files.cargocollective.com/c42771/VL.eot'), 
       url('https://files.cargocollective.com/c42771/VL.eot?#iefix') format('embedded-opentype'),
       url('https://files.cargocollective.com/c42771/VL.ttf')  format('truetype');
}

@font-face {
  font-family: 'MP';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.cargocollective.com/c42771/MP.woff') format('woff'),
       url('https://files.cargocollective.com/c42771/MP.eot'), 
       url('https://files.cargocollective.com/c42771/MP.eot?#iefix') format('embedded-opentype'),
       url('https://files.cargocollective.com/c42771/MP.ttf')  format('truetype');
}

@font-face {
  font-family: 'B';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.cargocollective.com/c42771/B.woff') format('woff'),
       url('https://files.cargocollective.com/c42771/B.eot'), 
       url('https://files.cargocollective.com/c42771/B.eot?#iefix') format('embedded-opentype'),
       url('https://files.cargocollective.com/c42771/B.ttf')  format('truetype');
}





/**
 * Content
 */


.jblogo img {
	height:75px;
	width:75px;
    line-height: 75px;
}

span.logomark {
  	line-height:75px;
  	display: block;
  	height: 75px;
  	position: absolute;
  	top: -20px;
  	width: 75px;
  	transform: rotate(360deg);
    transition: -webkit-transform .8s ease-in-out,-moz-transform 1s ease-in-out,-o-transform 1s;
}

.jblogo:hover span.logomark {
  	transform: rotate(0deg);
    transition: -webkit-transform 2s ease-in-out,-moz-transform 1s ease-in-out,-o-transform 1s;
}



body {
	background-color: #fff;
	color: #000;
}

a:active {
	opacity: 1;
}

.main_container a.active {
	opacity: 1;
    border-bottom: 3px solid rgba(30, 179, 30, 1);
    border-bottom: 2px solid rgba(0, 0, 0, 1);
}

i,
em {
	font-style: initial;
    color:#000;
}

small i,
em {
	font-style: initial;
    color:#8b8b8b;
}

b,
strong {
	font-weight: 600;
    letter-spacing: 0.05rem;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0 0 0.0em 0;
    list-style-type: none;
    list-style-position: outside;
    counter-increment: decimal-leading-zero;

}

li::before {
	content: counter(decimal-leading-zero);
    vertical-align: super;
    font-size:63%;
    margin-left:-12px;
    padding-right:6px;
	font-weight: 500;  
    color:rgba(30, 179, 30, 1);
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.0);
    border:none;
	border-bottom: 1px solid rgba(0,0,0,1.10);
	height: 14px;
	display: block;
    margin-bottom: 3.0em;
    margin-top:0.9em;
}

.foot {
	font-size:15px;
}


@media screen and (max-width: 769px) 
{
.foot { font-size:14px;
padding-top:5px;}
}



.content img {
	float: none;
	margin-bottom: .5em;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.3;	
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

.header-type {
    font-family: "MP", "Neue Haas Grotesk", Icons;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.07rem;
    padding-bottom:24px;
    width:100%;
    text-transform: uppercase;

}

.header-type a {
    color:#000;
}

@media screen and (max-width: 769px) 
{
.header-type {
    padding-top:10px;
	font-size: 15px;
}
}





[data-predefined-style="true"] bodycopy {
	font-size: 25px;
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
	font-family: "B", "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 33px;
    letter-spacing:.0rem;
}



@media screen and (max-width: 769px) 
{
[data-predefined-style="true"] bodycopy {
	font-size: 20px;
	line-height: 28px;
}
}







[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 1);
	padding-bottom: 0em;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	text-decoration: none;
    transition: .3s ease;


}

.content_container bodycopy a  {
	color: rgba(0, 0, 0, 1);
	padding-bottom: 0em;
	border-bottom: 2px dotted rgba(0, 0, 0, 0.25);
	text-decoration: none;
    transition: .3s ease;


}
	


[data-predefined-style="true"] bodycopy a:hover {
    border-bottom: 2px solid rgba(30, 179, 30, 1);
    border-bottom: 2px solid rgba(0, 0, 0, 1);
    transition: .5s linear;
    color: rgba(30, 179, 30, 1);
    color: rgba(0, 0, 0, 1);
    transition: .7s linear;

   
}

.text br
{   content: "" !important;
    display: block !important;
    margin-bottom: .4em !important;
}

h2 br, small br
{   content: "" !important;
    display: block !important;
    margin-bottom: -13px !important;
}

bodycopy br
{   content: "" !important;
    display: block !important;
    padding-bottom: 16px !important;
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "MP","Freight Big", Icons;
	font-style: regular;
	font-weight: 400;
	padding: 0;
    padding-top:0.08em;
	margin: 0;
	font-size: 77px;
	line-height: 64px;
    letter-spacing:-0.03em;
	color: rgba(0, 0, 0, 1);
	    margin-left:-0.03em;
}

@media screen and (max-width: 1020px) 
{
[data-predefined-style="true"] h1 {
	font-size: 54px;
    line-height: 51px;

}
}

@media screen and (max-width: 769px) 
{
[data-predefined-style="true"] h1 {
	font-size: 58px;
    line-height: 51px;

}
}

.private-links h1, .private-links h1 a, .private-links h1 a:hover  {
	font-size: 5.7rem;
	line-height: 0.44;
    letter-spacing:-0.03em;
	margin-bottom:0.7em;
    display: inline-block;
    border-bottom-width:5px;
}

.private-links h1 {
	font-size: 1.8rem;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.3);
    line-height: 1.78;
    color: rgba(30, 179, 30, 1);
}

.borderX {
    content:'';
    position:absolute;
    width: 100%;
    height: 0;    
    left:0;
    bottom:2px;
    border-bottom: 3px solid rgba(30, 179, 30, 1);
    transition: .5s linear;  
}


[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
    line-height:1.0em;
}

[data-predefined-style="true"] h2 {
    font-size: 33px;
	font-weight: 100;
	color: rgba(0, 0, 0, 1.0);
	font-family: "MP", "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 33px;   
    letter-spacing:-0.07rem;
	padding: 0.20em 0 0 0 ;
	margin: 0;
	margin-top:0.2em;
    margin-bottom:0.5em;
}

@media screen and (max-width: 769px) 
{
[data-predefined-style="true"] h2 {
	font-size: 27px;
    line-height:30px;
    margin-bottom:0.7em;
}
}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 1);
    transition: .7s linear;

}

[data-predefined-style="true"] small {
	display: block;
	font-size: 17px;
	line-height: 23px;
	font-family: "B", "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
    letter-spacing: 0.01rem;
	color: rgba(0, 0, 0, 1.00);
    padding-top:0px;
    padding-bottom:0.8em;
}


@media screen and (max-width: 769px) 
{
[data-predefined-style="true"] small {
	font-size: 15px;
	line-height: 20px;
    padding-bottom:0.8em
}
}



[data-predefined-style="true"] small a {
	border-bottom: 2px solid rgba(30, 179, 30, 0);
    color: rgba(30, 179, 30, 1);
    color: rgba(0, 0, 0, 1);
    transition: .7s linear;


}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
        
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgba(255, 255, 255, 0)/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 97%/*!content_center*/;

}

[data-css-preset] .content_padding {
	padding-top: 6rem /*!main_margin*/;
	padding-bottom: 6rem /*!main_margin*/;
	padding-left: 6rem /*!main_margin*/;
	padding-right: 6rem /*!main_margin*/;
    
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 2.5rem/*!thumbnails_padding*/;
    
}

[data-css-preset] [thumbnails-gutter] {
    margin: -5rem/*!thumbnails_padding*/;
    
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 2rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -4rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	/*outline: 1px solid rgba(0,0,0,.12);*/
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size:25px;
	font-weight: normal;
	color: rgba(0, 0, 0, 1.0);
	font-family:"MP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.3;
    letter-spacing:-0.01em;
}

.thumbnails .tags {
    margin-top: 0.0rem;
    margin-bottom: 0.3rem;
    font-size: 2.4rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: "C", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.0em;
    letter-spacing:0.00em;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 2px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    top: 3rem /*!site_menu_button*/;
	left: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(255, 255, 255, 0.95) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}

.name-link {

}


.web {
    margin-top:-2.0em;
    display:block;
}

.web img {
    border: 1px solid rgba(0,0,0,.05);
    border-radius:4px;
    border-top: 0.64em solid rgba(0,0,0,0.10);
}

.web::before {
  display:block;
    text-align:left;
  content: "•••";
  font-size:0.9em;
  color:  rgba(0,0,0,0.09);
  position:relative;
  top:1.09em;
  padding-left:0.35em;
  letter-spacing:0.13em;

}
/*
.phone {
    background-color: rgba(0,0,0,0.10);
    border-radius:0.6em;
    padding-top:0.5em;
    padding-bottom:0.9em;
    display:block;
    display:block;
}

.phone img {
    border-radius:0.2em;
    border: 0.3em solid rgba(0,0,0,0.00);
      display:block;
    width:100%;
    height:auto;

}

.phone::before {
  content: "—";
    margin:0 auto;
  font-size:3.2em;
  color:  rgba(0,0,0,0.05);
  position:relative;
  top:0.13em;
  text-align:center;
  letter-spacing:0.00em;
  display:block;
      padding-left:-0.01em;

}
    
.phone::after {
  content: "•";
  margin:0 auto;
  text-align:center;
  font-size:6.6em;
  color:  rgba(0,0,0,0.05);
  position:relative;
  padding-left:0.02em;
  top:0.11em;
  letter-spacing:0.00em;
      display:block;

}
*/
.phone img {
    border: 1px solid rgba(0,0,0,0.10);
    border-radius:6px;
}

.phone {
    margin-top:-0.9em;}
/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}



video {
    width: 100%;
    height:100%;
    }


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

    
    #hide-me-mobile {
    display: none;
    }
   
}

@media screen and (min-width: 770px) 
{

    
    #hide-me-desktop {
    display: none;
    }
   
}

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

    
    .hide-time {
        display: none;
        visibility: hidden;
    }
   
}






/* Global Button Styles */
bodycopy a.animated-button {
	margin: 0 auto;
    padding: 18px 85px 16px 85px;
    border-bottom:none;
    border:none;
    font-family: "MP";
    text-transform: uppercase;
    font-size:19px;
    letter-spacing:.2rem;
}

@media screen and (max-width: 769px) 
{
bodycopy a.animated-button {
    padding: 18px 44px 16px 44px;
    font-size:15px;  
}
}
    
    

bodycopy a.animated-button:link, a.animated-button:visited {

    position: relative;
	display: inline;
	color: #fff;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
bodycopy a.animated-button:link:after, a.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
bodycopy a.animated-button:link:hover, a.animated-button:visited:hover {
	color: #FFF;
	text-shadow: none;
}
bodycopy a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
}
bodycopy a.animated-button:link, a.animated-button:visited {
	position: relative;
	display: inline;
	color: #fff;
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}




bodycopy a.animated-button.thar-three {
	color: #fff;
	cursor: pointer;
	display: inline;
	position: relative;
	border: 2px solid #fff;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
bodycopy a.btn-invert.animated-button.thar-three {
	color: #000;
	border: 2px solid #000;
}
bodycopy a.animated-button.thar-three:hover {
	color: #000 !important;
	background-color: transparent;
}
bodycopy a.btn-invert.animated-button.thar-three:hover {
	color: #fff !important;
}

bodycopy a.animated-button.thar-three:hover:before {
	left: 0%;
	right: auto;
	width: 100%;
}
bodycopy a.animated-button.thar-three:before {
	display: inline;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #fff;
	transition: all 0.4s cubic-bezier(0.42,0,0.58,1);
}

bodycopy a.btn-invert.animated-button.thar-three:before {
	color: #fff !important;
	background: #000;
}



.biglink {
    border:none;
    color:#000;
    padding-left:16px;
    padding-right:16px;
}

a.biglink {
    display: block;
    margin:0 auto;
    text-align: center;
	width:100%;
    border:none;
    color:#000;

}

bodycopy a.biglink {
    margin:0 auto;
color:#000;
	width:100%;
    padding-top:18px;
    padding-bottom:16px;
    font-family: "MP";
    text-transform: uppercase;
    font-size:19px;
    letter-spacing:.2rem;
     border: 2px solid #000;
	transition: all 1s ease;

}

bodycopy a.biglink:hover {
    color:#FFF;
    background: #fff;
    transition: all .5s ease;

}





bodycopy a.biglink:visited {

    position: relative;
    display: block;
	color: #000;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
bodycopy a.biglink:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
bodycopy a.biglink:link:hover, a.biglink:visited:hover {
	color: #FFF;
	text-shadow: none;
}
bodycopy a.biglink:link:hover:after, a.biglink:visited:hover:after {
}
bodycopy a.biglink:link, a.biglink:visited {
	position: relative;
    display: block;
	color: #000;
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}




bodycopy a.biglink {
	color: #fff;
	cursor: pointer;
    display: block;
	position: relative;
	border: 2px solid #fff;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
bodycopy a.biglink {
	color: #000;
	border: 2px solid #000;
}
bodycopy a.biglink:hover {
	color: #fff !important;
	background-color: transparent;
}

bodycopy a.biglink:hover:before {
	left: 0%;
	right: auto;
	width: 100%;
}
bodycopy a.biglink:before {
    display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	content: '';
	color: #FFF !important;
	background: #000;	transition: all 0.4s cubic-bezier(0.42,0,0.58,1);
}
























[data-css-preset] .page.container.container_width {
    margin: 0 auto;
    max-width:1380px;
	
}



body.password_protected {
    background: #000 !important;
    color: #000 !important;
}









.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}

.hover-image {
    visibility: hidden;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}



.hover-image {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/* Change width and height to scale images */
    width: 75vw;
    height: 75vh;
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}







.intro-adjust {
	margin-bottom:-10px;
}



@media screen and (max-width: 769px) 
{
.intro-adjust {
	margin-bottom:-40px;
}
}






.full-bg-cover-black,
.full-bg-cover-purple,
.full-bg-cover-gray,
.full-bg-cover-blue,
.full-bg-cover-white
{
    margin:60px -1000px !important;
    padding: 80px 1000px !important;
}

.full-bg-cover-black {
    background-color: #000 !important;
}

.full-bg-cover-blue {
    background-color: #00205b !important;
}

.full-bg-cover-purple {
    background-color: #230560 !important;
}

.full-bg-cover-gray {
    background-color: #efefef !important;
}

.full-bg-cover-white {
    background-color: #fff !important;
}

.full-bg-cover-black, 
.full-bg-cover-black h1,
.full-bg-cover-black h2,
.full-bg-cover-black small,
.full-bg-cover-black small a,
.full-bg-cover-black bodycopy,
.full-bg-cover-black a, 
.full-bg-cover-purple, 
.full-bg-cover-purple h1,
.full-bg-cover-purple h2,
.full-bg-cover-purple small,
.full-bg-cover-purple small a,
.full-bg-cover-purple bodycopy,
.full-bg-cover-purple a, 
.full-bg-cover-blue, 
.full-bg-cover-blue h1,
.full-bg-cover-blue h2,
.full-bg-cover-blue small,
.full-bg-cover-blue small a, 
.full-bg-cover-blue bodycopy,
.full-bg-cover-blue a {
    color:  #FFF !important;
}

bodycopy .full-bg-cover-black a, 
bodycopy .full-bg-cover-purple a, 
bodycopy .full-bg-cover-blue a {
		border-bottom: 2px dotted rgba(255, 255, 255, 0.4);
}

bodycopy .full-bg-cover-black small a, 
bodycopy .full-bg-cover-purple small a, 
bodycopy .full-bg-cover-blue small a {
		border-bottom: 2px solid rgba(255, 255, 255, 0.0);
}

bodycopy .full-bg-cover-black a:hover, 
bodycopy .full-bg-cover-purple a:hover, 
bodycopy .full-bg-cover-blue a:hover {
		border-bottom: 2px solid rgba(255, 255, 255, 1.0);
}





bodycopy .color-fix a {
		border-bottom: 2px dotted rgba(255, 255, 255, 0.4);
}

bodycopy .color-fix small a {
		border-bottom: 2px solid rgba(255, 255, 255, 0.0);
}

bodycopy .color-fix a:hover {
		border-bottom: 2px solid rgba(255, 255, 255, 1.0);
}

/*
.pinned.pinned_top .page_container.overlay {
	border-bottom: 1px solid #000;
    background: rgba(255,255,255,.0);
    margin-bottom:22px;
}
*/






/*
.pinned.pinned_top .page_container.overlay {
    z-index:-99999;
}

.pinned .page_container.overlay.fixed {
    position: absolute;
    z-index: 1;
}
*/




.rotate {
    display: inline-block;
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}






.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
    
}




