.d-inline {display:inline !important;}

    .icon-1{
      position:absolute;
      top:-100px;
      left:0px;
      -webkit-animation: s1 5s linear 0s infinite;
    }
    .icon-2{
      position:absolute;
      top:-100px;
      left:0px;
    -webkit-animation: s2 4s linear 1s infinite;
    }
    .icon-3{
      position:absolute;
      top:-100px;
      left:0px;
    -webkit-animation: s3 5s linear 1.5s infinite;
    }
    .icon-4{
      position:absolute;
      top:-100px;
      left:0px;
    -webkit-animation: s4 4s linear 1.6s infinite;
    }
  .icon-5{
      position:absolute;
      top:-100px;
      left:0px;
    -webkit-animation: s5 5s linear 2s infinite;
    }
    .icon-6{
      position:absolute;
      top:-100px;
      left:0px;
    -webkit-animation: s6 4s linear 2.1s infinite;
    }
  .icon-7 {
      position:absolute;
      top:-100px;
      left:0px;
    -webkit-animation: s7 5s linear 2.5s infinite;
    }
  .icon-8 {
      position:absolute;
      top:-100px;
      left:0px;
    -webkit-animation: s8 4s linear 2.6s infinite;
    }
    .s1{ -webkit-animation: s1 5s linear 0s infinite;}
    .s2{-webkit-animation: s2 4s linear 1s infinite;}
    .s3{ -webkit-animation: s3 5s linear 1.5s infinite;}
    .s4{ -webkit-animation: s4 4s linear 1.6s infinite;}
    .s5{ -webkit-animation: s5 5s linear 2s infinite;}
    .s6{-webkit-animation: s6 4s linear 2.1s infinite;}
    .s7{-webkit-animation: s7 5s linear 2.5s infinite;}
    .s8{-webkit-animation: s8 4s linear 2.6s infinite; }
     @-webkit-keyframes s1
    {
      0% { top:-3px;left:50%; }
      100% { top:600px;left:55%; }
    }
    @-webkit-keyframes s2
    {
      0% { top:-3px;left:30%; }
      100% { top:600px;left:25%; }
    }
    @-webkit-keyframes s3
    {
      0% { top:-3px;left:90%; }
      100% { top:600px;left:70%; }
    }
    @-webkit-keyframes s4
    {
      0% { top:-3px;left:45%; }
      100% { top:600px;left:48%; }
    }
    @-webkit-keyframes s5
    {
      0% { top:-3px;left:8%; }
      100% { top:600px;left:13%; }
    }
    @-webkit-keyframes s6
    {
      0% { top:-3px;left:78%; }
      100% { top:600px;left:65%; }
    }
    @-webkit-keyframes s7
    {
      0% { top:-3px;left:22%; }
      100% { top:600px;left:33%; }
    }
    @-webkit-keyframes s8
    {
      0% { top:-3px;left:88%; }
      100% { top:600px;left:75%; }
    }
  
  

input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

#ss-submits {
    display: block;
  width:100%;
  margin: 0.5rem auto;
  padding: 0.5rem 30px;
	font-size: 26px;
	font-family: 'gee';
	cursor: pointer;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align: center;
  text-transform: uppercase;
  color: #f0dbba;
  border: none;
  border-radius:0;
  background:rgb(39, 123, 182);
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  
}

input {
  margin-top:15px;height: 40px;
  width: 85%;
	background: none;
	border: none;
	border-bottom: 2px solid rgb(39, 123, 182);
}
.subx{
    transform: scale(1, .7);
    letter-spacing: 1px;
    font-size:1.5rem;
    font-weight:550;
    line-height:2rem;
    
}
.centerish {
	
    position:absolute;
	top:40%;
	left:75%;
	transform: translate(-50%, -50%);
}
.center {
    position:absolute;
	top:50%;
	left:25%;
	transform: translate(-50%, -50%);
}

    /* Layout: */

.col-main {
  flex: 1;  
}
  
@font-face {
	font-family: "gee";
	src: url(https://files.persona.co/71184/Morion-Regular.woff);
}

.col-complementary {
  flex: 1;  
}

/* Responsive: */

@media only screen and (min-width: 640px) {
  .layout {
    display: flex;
  }
}




@media (max-width: 599px) {
    .mobile-only {
        display:block !important;
    }
 
    .desktop-only  {
        display:none !important;
    }


}

@media (min-width:599px) {
    .desktop-only  {
        display:block !important;
    }
     .mobile-only {
        display:none !important;

    }
    

    

}
/* etc */

.tooltip {
    text-decoration:none;
    position:relative;
}
.tooltip span {
    display:none;
    text-align: center;
}

.tooltip:hover span {
    display:block;
    position:fixed;
    overflow:hidden;
    text-align: center;
}


	span {
  position:relative;
}
span[data-tooltip]:before {
  position: absolute;
  left: 0;
  top: -20px;
  background-color:none;
  color: #ffffff;
  height: 80px;
  font-size:50px;
  line-height: 30px;
  border-radius: 5px;
  padding: 0 15px;
  content: attr(data-tooltip);
  white-space: nowrap;
  display: none;
}
    span[data-tooltip]:after {
    position: absolute;
    left: 20px;
    top: -10px;
     background: none;
    content: "";
    display: none;
    }
    span[data-tooltip]:hover:after, span[data-tooltip]:hover:before {
    display: block;
    }



.container {


}

::-webkit-scrollbar { 
    display: none; 
}
.col {
  padding: 0em;
  margin: 0;
  width:100%;
  height:110vh;
  overflow: scroll;
  background: #f0dbba;
}

.col1 {
  padding: 0em;
  margin: 0em;
  width:100%;
  height:100vh;
  overflow: hidden;
  background:rgb(39, 123, 182);
}

/**
 * Resets
 */


* {
	-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 {
    background:#f0dbba;
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
}

html {
	position: relative;
}

body {

}

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: transparent/*!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: 3.1rem/*!main_margin*/;
}

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

[data-css-presets="true"] #backdrop {
	width: calc(100% - 50%)/*!right_fit*/;
	left: 0 /*!right_fit*/;
}

[data-predefined-style="true"] main {
	font-size: 2.8rem;
	font-weight: 500;
	color: rgb(39, 123, 182);
	font-family: "gee", Social /*!Persona*/;
	font-style: normal;
	line-height: 1.1;
    letter-spacing:-.5px;
   
}

[data-predefined-style="true"] main a {
	color: rgba(255, 255, 255, 1);
    padding-bottom: 0.05em;
    border-bottom: 0em solid rgba(255, 255, 255, 0.31);
    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: 'gee', Social /*!Persona*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 9.9rem;
	line-height: 0.835;
	color: dfds;
	text-rendering: optimizeLegibility;
    letter-spacing: -3px;

    
}

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

[data-predefined-style="true"] h2 {
	font-family: 'gee', Social /*!Persona*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgb(39, 123, 182);
	font-size: 2rem;
	line-height: 1.1;
	text-rendering: optimizeLegibility;
        text-transform: uppercase;
    letter-spacing:1px;
}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	font-family: 'Freight Micro', Social /*!Persona*/;
	font-style: normal;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}

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


[data-css-presets="true"] .subpage_overlay {
	background-color: transparent/*!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%;
}
