/**
 * Resets
 */

[data-page-id="386282"] .close a {
color:#eee1db !important;
    border-bottom: 1px solid #eee1db !important ;
}

[data-page-id="386282"] main {
    padding-top: 80px ;
    padding-bottom: 80px;
	background: #3a89b1 !important;
}
.nav{
	position: relative;
    height: 100vh;
    width: 100%;
}

[data-page-id="386322"] .nav{
	display: none;
}


[data-page-id="386323"] .nav{
	display: none;
}

[data-page-id="386283"] .nav{
	display: none;
}


[data-page-id="386282"] .nav{
	display: none;
}



.close{
	position: absolute;
    top: 40px;
    margin: 0px auto;
    left: 0px;
     font-family: 'LivornoTrial-Bold';
color:#eee1db;
    right: 0px;
}

.close a{
    border-bottom: 1px solid #3a89b1 !important;

		color: #3a89b1 !important;

}

.nav-left a{
    text-decoration: none;
	 font-family: 'LivornoTrial-Bold';
color:#eee1db;
}

.nav a{
    text-decoration: none;
	 font-family: 'LivornoTrial-Bold';
color:#eee1db;
}

.nav-right a{
    text-decoration: none;
	 font-family: 'LivornoTrial-Bold';
color:#eee1db;
}
.nav-left{
      font-family: 'LivornoTrial-Bold';
color:#eee1db;
    font-size: 20px;
    letter-spacing: 1px;
	position: absolute;
    top: 50px;
    left: 50px;
}

.nav-right{
     font-family: 'LivornoTrial-Bold';
color:#eee1db;
    font-size: 20px;
    letter-spacing: 1px;
	position: absolute;
    top: 50px;
    right: 50px;
}

.left{
    width:15px;
 height: 100%;
    position: fixed;
    left: 0px;
    background: #eee1db;
    top: 0px;
	
}

.nav-bottom-right{
     font-family: 'LivornoTrial-Bold';
color:#eee1db;
    font-size: 20px;
    letter-spacing: 1px;
	position: absolute;
    bottom: 50px;
    right: 50px;
}

.nav-bottom-left{
     font-family: 'LivornoTrial-Bold';
color:#eee1db;
    font-size: 20px;
    letter-spacing: 1px;
	position: absolute;
    bottom: 50px;
    left: 50px;
}

.right{
    width:15px;
 height: 100%;
    position: fixed;
    right: 0px;
    background: #eee1db;
    top: 0px;
	
}

.top{
    width:100%;
 height: 15px;
    top: 0px;
    position: fixed;
    right: 0px;
    background: #eee1db;
    top: 0px;
	
}
.bottom{
    width:100%;
 height: 15px;
    bottom: 0px;
    position: fixed;
    right: 0px;
    background: #eee1db;
	
}

body{
}

.backer{
	display: flex;
    align-self: flex-end;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-end;
    
    
}

.col-left{
    height: 100vh;
    background: #3a89b1;
    background-size: 78vh;
    background-repeat: no-repeat;
    background-position: bottom;
    width:1000%;
	background-image: url("https://files.persona.co/101618/HAF-BACK.png");
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background-color: #09f;
	color: #fff;
}

::selection {
	background-color: #09f;
	color: #fff;
}

:focus {
	outline: 0;
}

customhtml > * {
	position: relative;
    z-index: 10;
}

/**
 * Global
 */

body,
html {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
}

html {
	position: relative;
}

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

a:active {
	opacity: 0.7;
}

/**
 * Backdrop
 */

#backdrop {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: 1;
}

/**
 * Container
 */

main {
	background: #fff;
	clear: both;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 2;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

main > div {
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}


.subpage_overlay {
	display: block;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

body.homepage .subpage_overlay {
	display: none;
}
/**
 * Content
 */

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

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

sup {
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}

sub {
	top: 0.3em;
	vertical-align: baseline;
	position: relative;
}

s {
	
}

.slideshow-nav { 
	margin-bottom: 0.5em; 
}

img {
	border: 0;
	padding: 0;
}

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

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 0.08em;
	display: block;
}

.bodycopy {
	display: none;
}

.container {
	min-height: 100%;
}

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

.clear:after {
	content: "";
	display: table;
	clear: both;
}

.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px; left: 8px;
	z-index: 100;
}

/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background-color: rgb(238, 225, 219)/*!content_right*/;
	text-align: center /*!text_center*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: center /*!vertical_middle*/;
	align-items: center /*!vertical_middle*/;
	right: 0 /*!content_right*/;
}

[data-css-presets="true"] .content_padded {
	padding: 0rem/*!main_margin*/;
}

[data-css-presets="true"] .content_width {
	width: 100%/*!content_right*/;
}

[data-css-presets="true"] #backdrop {
	width: 100% /*!background_cover*/;
}

[data-predefined-style="true"] main {
	font-size: 1.8rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: 'Helvetica Neue', Helvetica, sans-serif, 'Helvetica Roman', Social /*!System*/;
	font-style: normal;
	line-height: 1.3;
}

[data-predefined-style="true"] main a {
	color: rgba(0, 0, 0, 0.85);
    padding-bottom: 0em;
    border-bottom: 0.08em solid rgba(127, 127, 127, 0.2);
    text-decoration: none;
}

[data-predefined-style="true"] main a:hover {

}

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

[data-predefined-style="true"] h1 {
	font-family: 'Helvetica Neue', Helvetica, sans-serif, 'Helvetica Bold', Social /*!System*/;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 4rem;
	line-height: 1.1;
	color: rgba(0, 0, 0, 0.85);
	text-rendering: optimizeLegibility;
}

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

[data-predefined-style="true"] h2 {
     font-family: 'LivornoTrial-Bold';
	font-style: normal;
    max-width: 700px;
    margin: 0px auto;
	font-weight: normal;
	padding: 0;
    padding: 0px 50px;
	color: #3a89b1;
	font-size: 20px;
	line-height: 1.5;
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.3;
	font-family: 'Helvetica Neue', Helvetica, sans-serif, 'Helvetica Roman', Social /*!System*/;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.4);
	border-bottom-width: 0.1em;
}


[data-css-presets="true"] .subpage_overlay {
	background-color: initital/*!subpage_overlay*/;
}
/**
 * Backstage Icon
 */

#backstage_icon {
	display: block;
}

/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #plugin,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
	position: relative;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 80rem) /*!right_fit*/;
	top: 0;
	bottom: auto;
	left: 0 /*!right_fit*/;
}

.mobile main,
[data-css-presets="true"].mobile main {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
}

.mobile main.content_width,
[data-css-presets="true"].mobile main.content_width {
	max-width: 100%;
	width: 100%;
}

@media only screen and (max-width : 768px) {
    
    .nav{
        justify-content: space-between;
        padding: 40px;
	display: flex;
    height: auto;
}
    
    .nav-right{
     font-family: 'LivornoTrial-Bold';
color:#eee1db;
    font-size: 16px;
    letter-spacing: 1px;
	position: relative;
    top: 0px;
    right: 0px;
}
    
      .nav-left{
          display: block;
     font-family: 'LivornoTrial-Bold';
color:#eee1db;
    font-size: 17px;
    letter-spacing: 1px;
	position: relative;
    top: 0px;
    left: 0px;
}
    
      .nav-bottom-right{
                    display: inline-block;

     font-family: 'LivornoTrial-Bold';
color:#eee1db;
    font-size: 16px;
    letter-spacing: 1px;
	position: relative;
    top: 0px;
    right: 0px;
}
    
        .nav-bottom-left{
     font-family: 'LivornoTrial-Bold';
color:#eee1db;
    font-size: 17px;
    letter-spacing: 1px;
	position: relative;
    top: 0px;
    left: 0px;
}
   
    .col-left{
    height: 100vh;
    background: #3a89b1;
    background-size: 71vh;
    background-repeat: no-repeat;
    background-position: bottom;
    width:100%;
	background-image: url("https://files.persona.co/101618/HAF-BACK.png");
}
   
    
}



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

    .backer{
        width: 100vw;
     height: 100%;
    top: 0px;
        position: absolute;
	    background: #3a89b1;

}
    #backdrop{
	display: none;
}
    body, html{
	min-height: 0px;
}
    .container{
		min-height: 0px;

}
    
    .col-left{
        margin: 0px;
   
        top: 0px;
        height: 50vh;
    background: #3a89b1;
    background-size: contain;
        padding: 0px;
    background-repeat: no-repeat;
    background-position: bottom !important;
    width:100%;
	background-image: url("https://files.persona.co/101618/HAF-BACK.png");
}
    [data-predefined-style="true"] h2 {
     font-family: 'LivornoTrial-Bold';
	font-style: normal;
    max-width: 700px;
    margin: 0px auto;
	font-weight: normal;
	padding: 0;
    padding: 0px 50px;
	color: #3a89b1;
	font-size: 16px;
	line-height: 1.5;
	text-rendering: optimizeLegibility;
}
    .image img{
        height: auto !important;
	width: -moz-calc(100% - 50px) !important;
	width: -webkit-calc(100% - 50px) !important;
	width: calc(100% - 50px) !important;
}
    .nav{
        text-align: center;
	flex-direction: column;
}
   
    
    .close{
	font-size: 16px;
}


.nav div{
	margin-bottom: 21px;
}

    .nav a{
        
        margin-bottom: 20px;
	
                border-bottom: 2px solid ;

}
    
      
    
}