/* Content */
body, html {
    display: table;
    background: #f5f8fa;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    overflow: hidden;
    font-size: 15px;
    color: rgba(9, 34, 60, 0.75);
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    line-height: 1.5;
}

a {
    text-decoration: none !important;
    color: inherit;
}

/* header */
.header {
    position: fixed;
    height: 82px;
    background: #f5f8fa;
    z-index: 69;
    display: block;
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    margin: 0 25px;
    -webkit-box-shadow: 0 0 25px 0 rgba(9, 34, 60, 0.05);
    -moz-box-shadow: 0 0 25px 0 rgba(9, 34, 60, 0.05);
    box-shadow: 0 0 25px 0 rgba(9, 34, 60, 0.05);
}
.header-inner {
    width: 100%;
	max-width: 1200px;
	margin: auto;
}
.header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    background: #f5f8fa;
    width: calc(100% + 50px);
    width: -webkit-calc(100% + 50px);
    width: -moz-calc(100% + 50px);
    margin: 0 -25px;
    z-index: 70;
}

/* logo */
.logo {
    float: left;
    padding: 15px 25px;
    position: relative;
    z-index: 71;
}

.logo img {
    display: block;
    width: 130px;
}


/* menu */
#menu li {
    display: inline-block;
    margin: 0 10px;
    color: rgba(9, 34, 60, .25);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

#menu li.active {
    color: rgba(9, 34, 60, .75) !important;
    background: transparent;
}

#menu li:hover, #menu li:visited {
    color: rgba(9, 34, 60, .75) !important;
    background: transparent;
}

#menu {
    float: right;
    margin: 0;
    padding: 25px 15px;
    position: relative;
    z-index: 71;
}

#menu li a.signup {
    color: #8fc74c !important;
    border: 1px solid #8fc74c;
    padding: 15px;
    border-radius: 4px;
    margin-right: -20px;
    margin-top: -9px;
}

#menu li a.signup:hover {
    color: #fff !important;
    background: #8fc74c;
}

#menu li a.login {
    border: 1px solid rgba(9, 34, 60, .1);
    padding: 15px;
    color: rgba(9, 34, 60, .5);
    border-radius: 4px;
    margin-top: -9px;
    margin-right: -10px;
}

#menu li a.login:hover {
    border: 1px solid rgba(9, 34, 60, .25);
    color: rgba(9, 34, 60, .75);
}

* {
    box-sizing: border-box;
}

@media all and (min-width:767px) {
    * {
        text-decoration: none;
        transition: color .4s ease-in-out, font-weight .4s ease-in-out, background .4s ease-in-out, border .4s ease-in-out;
        -webkit-transition: color .4s ease-in-out, font-weight .4s ease-in-out, background .4s ease-in-out, border .4s ease-in-out;
        -moz-transition: color .4s ease-in-out, font-weight .4s ease-in-out, background .4s ease-in-out, border .4s ease-in-out;
        -o-transition: color .4s ease-in-out, font-weight .4s ease-in-out, background .4s ease-in-out, border .4s ease-in-out;
    }
}

.content {
    display: table;
    width: 100%;
    height: 100%;
    padding: 150px 0 25px;
    text-align: center;
    border-bottom: 1px solid rgba(9, 34, 60, .05);
    box-shadow: inset 0 25px 50px -7px rgba(9, 34, 60, 0.025);
}

.content-inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

#section0 .content {
    padding: 108px 25px 25px;
}
#section1 .content {
    padding: 100px 25px 50px;
	background: url(/landing/assets/bg-network-top.png) center top, url(/landing/assets/bg-network-bottom.png) right bottom, url(/landing/assets/bg-network-left.png) left 50%;
	background-repeat: no-repeat, no-repeat, no-repeat;
}
#section1 .content.terms {
    padding: 100px 25px 50px;
	background: url(/landing/assets/bg-network-top.png) center top;
	background-repeat: no-repeat, no-repeat, no-repeat;
}
#section2 .content {
    padding: 0;
}
#section4 .content {
    padding: 0;
	border: 0;
}

#section3 .content {
    padding: 25px 0 0;
	background: url(/landing/assets/bg-world.png) center;
	background-repeat: no-repeat;
	position: relative;
}
#section3 .content:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(245,248,250,1);
background: -moz-linear-gradient(left, rgba(245,248,250,1) 0%, rgba(245,248,250,0) 20%, rgba(245,248,250,0) 80%, rgba(245,248,250,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,248,250,1)), color-stop(20%, rgba(245,248,250,0)), color-stop(80%, rgba(245,248,250,0)), color-stop(100%, rgba(245,248,250,1)));
background: -webkit-linear-gradient(left, rgba(245,248,250,1) 0%, rgba(245,248,250,0) 20%, rgba(245,248,250,0) 80%, rgba(245,248,250,1) 100%);
background: -o-linear-gradient(left, rgba(245,248,250,1) 0%, rgba(245,248,250,0) 20%, rgba(245,248,250,0) 80%, rgba(245,248,250,1) 100%);
background: -ms-linear-gradient(left, rgba(245,248,250,1) 0%, rgba(245,248,250,0) 20%, rgba(245,248,250,0) 80%, rgba(245,248,250,1) 100%);
background: linear-gradient(to right, rgba(245,248,250,1) 0%, rgba(245,248,250,0) 20%, rgba(245,248,250,0) 80%, rgba(245,248,250,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f8fa', endColorstr='#f5f8fa', GradientType=1 );
}

#particles-js { position: absolute; height: 100%; width: 100%; left: 0; top: 0; z-index: 999; }

.section-header {
    font-size: 104px;
    color: rgba(9, 34, 60, 0.075);
    font-weight: 900;
    margin-bottom: 35px;
    line-height: 1;
    display: block;
	text-transform: uppercase;
	letter-spacing: 10px;
}

.section-header:last-of-type {
    margin-top: 150px;
}
.panel { background: #fff; text-align: left; border: 1px solid rgba(9, 34, 60, 0.05); border-radius: 4px; max-width: 1200px; padding: 50px; margin: auto; }
.content-header {
    font-size: 48px;
    color: rgba(9, 34, 60, 1);
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1;
    display: block;
	text-transform: uppercase;
	letter-spacing: -2px;
}
.content-header .date {
    font-size: 16px;
    color: rgba(9, 34, 60, .25);
    font-weight: 400;
    margin-top: 5px;
	letter-spacing: 0;
	text-transform: none;
}

.display {
    display: table;
    width: 100%;
    height: 100%;
    text-align: left;
    margin: auto;
    padding: 0;
    border-radius: 4px;
    position: relative;
    -webkit-box-shadow: 0 0 25px 0 rgba(9, 34, 60, 0.15);
    -moz-box-shadow: 0 0 25px 0 rgba(9, 34, 60, 0.15);
    box-shadow: 0 0 25px 0 rgba(9, 34, 60, 0.15);
}

.display:before {
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: rgba(9, 34, 60, .75);
    border-radius: 4px;
}

.display-inner {
    height: 100%;
    height: 100%;
    padding: 25px;
    position: relative;
    z-index: 30;
    display: table-cell;
    vertical-align: middle;
    background: rgba(9, 34, 60, 0);
    background: -moz-linear-gradient(top, rgba(9, 34, 60, 0) 0%, rgba(9, 34, 60, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9, 34, 60, 0)), color-stop(100%, rgba(9, 34, 60, 1)));
    background: -webkit-linear-gradient(top, rgba(9, 34, 60, 0) 0%, rgba(9, 34, 60, 1) 100%);
    background: -o-linear-gradient(top, rgba(9, 34, 60, 0) 0%, rgba(9, 34, 60, 1) 100%);
    background: -ms-linear-gradient(top, rgba(9, 34, 60, 0) 0%, rgba(9, 34, 60, 1) 100%);
    background: linear-gradient(to bottom, rgba(9, 34, 60, 0) 0%, rgba(9, 34, 60, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#09223c', endColorstr='#09223c', GradientType=0 );
    border-radius: 4px;
    width: 100%;
    text-align: center;
}

.display-inner .quote {
    font-size: 48px;
    padding-top: 75px;
    color: #fff;
    max-width: 600px;
    margin: auto;
    font-weight: 100;
    line-height: 1;
}

.display-inner .info {
    font-size: 16px;
    padding-top: 15px;
    color: rgba(255, 255, 255, .75);
    max-width: 600px;
    margin: auto;
    font-weight: 100;
    line-height: 1.5;
}
.display .play-movie {
	margin-top: 30px;
	color: rgba(255,255,255,.5);
	text-transform: uppercase;
	font-size: 12px;
}
.display .play {
    cursor: pointer;
    position: relative;
    z-index: 30;
    font-size: 40px;
    margin: auto;
    display: block;
    padding: 5px 0 5px 7.5px;
    text-align: center;
    border: 2px solid #8fc74c;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.display .play:focus {
    color: rgba(255, 255, 255, .75);
    background-color: #8fc74c;
    border-color: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.display .play:hover {
    color: rgba(255, 255, 255, .75) !important;
    border-color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-shadow: inset 0 0 0 50px rgba(143, 199, 76, 1) !important;
}

.display .play-shadow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 29;
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 50%;
    width: 95px;
    height: 95px;
}

.display .play-shadow-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 29;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    width: 105px;
    height: 105px;
}

.display .play-shadow-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 29;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 50%;
    width: 115px;
    height: 115px;
}

.display .play-shadow-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 29;
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 50%;
    width: 125px;
    height: 125px;
}

.display .play-shadow-ex {
    position: absolute;
    z-index: 29;
    border: 5px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    top: -6px;
    bottom: -6px;
    left: -6px;
    right: -6px;
}

.display .bt-play {
    color: rgba(255, 255, 255, .75);
}

.display .play:hover .bt-play {
    font-weight: 900;
    color: rgba(255, 255, 255, 1) !important;
}

.display .play:hover .play-shadow {
    width: 85px;
    height: 85px;
}

.display .play:hover .play-shadow-1 {
    width: 95px;
    height: 95px;
}

.display .play:hover .play-shadow-2 {
    width: 105px;
    height: 105px;
}

.display .play:hover .play-shadow-3 {
    width: 115px;
    height: 115px;
}

.col-2 {
    display: table;
    width: 100%;
	max-width: 1200px;
    margin: 150px auto;
}

.col-2 .item {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: left;
}

.col-2 .item-figure {
    display: table-cell;
    width: 50%;
    padding: 0;
    vertical-align: middle;
}

.col-2 .item-figure .item-inner {
    padding: 0 25px;
}

.col-2 .item-figure img {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: auto;
}

.col-2 .item-inner {
    display: block;
    width: 100%;
    padding: 0 25px;
    line-height: 1.5;
    font-size: 16px;
}

.col-2 .item .item-inner {
    max-width: 767px;
    color: rgba(9, 34, 60, 0.5);
}

.col-2 .item .title {
    font-size: 48px;
    color: rgba(9, 34, 60, 1);
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
    display: block;
	margin-left: -4px;
	text-transform: uppercase;
	letter-spacing: -2px;
}

.benefits {
    width: 100%;
    margin: 0;
	padding: 0;
    display: block;
}

.benefits-inner {
    padding: 0;
    display: block;
    width: 100%;
}

.benefits .item {
    width: 100%;
	height: 450px;
    text-align: left;
    display: block;
    position: relative;
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
}

.benefits .item .title {
    font-size: 48px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
	position: absolute;
	top: -50px;
	right: 25px;
    text-align: center;
    -webkit-text-shadow: 0 -10px 25px rgba(9, 34, 60, 0.2);
    -moz-text-shadow: 0 -10px 25px rgba(9, 34, 60, 0.2);
    text-shadow: 0 -10px 25px rgba(9, 34, 60, 0.2);
}

.benefits .grid {
    display: table;
    width: 100%;
    height: 100%;
	text-align: center;
}

.benefits .block {
    position: relative;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
	padding: 100px 50px;
    width: 100%;
    height: auto;
}

.benefits .block-inner {
    display: block;
	padding: 25px;
    width: 100%;
	margin: auto;
	max-width: 768px;
    height: auto;
	background: rgba(255,255,255,1);
	border-radius: 4px;
	position: relative;
	z-index: 1;
    border: 1px solid rgba(9, 34, 60, .10);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(9, 34, 60, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(9, 34, 60, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(9, 34, 60, 0.15);
}
.map {
    width: 100%;
    display: block;
    margin: 100px auto;
    padding: 0;
    position: relative;
    height: 500px;
}

.map-inner {
    width: 100%;
    display: block;
    max-width: 650px;
    position: absolute;
	z-index: 1000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #09223c;
    font-size: 24px;
}
blockquote { display: inline-block; position: relative; color: rgba(9, 34, 60,1); border: 0; font-size: 32px; line-height: 1.25; }
blockquote:before { content: "\F036"; font-family: "Black Tie"; font-size: 48px; font-weight: 200; color: rgba(9, 34, 60,.25); position: absolute; left: -35px; top: -25px; }


footer { background: rgba(9, 34, 60, 1); font-size: 14px; text-align: center; width:100%; height:auto; }
footer .social { font-family: 'Kotta One', serif; display: block; color: rgba(255,255,255,.3); padding: 75px 25px 0; }
footer .social-logos { padding-top: 10px; padding-bottom: 25px; position: relative; width: auto; display: inline-block; }
footer .social-logos:before { position: absolute; content: ""; bottom: 0; left: 50%; transform: translate(-50%,0); width: 35px; height: 1px; background: rgba(255,255,255,0.1); }
footer .social a { display: inline-block; padding: 0 10px; color: rgba(255,255,255,.3); font-size: 24px; }
footer .social a:hover { color: rgba(255,255,255,.5); }
footer .copy { color: rgba(255,255,255,.5); font-weight: 400; width: 100%; max-width: 1200px; margin: auto; padding: 25px; font-size: 12px; }
footer .legal a { color: rgba(255,255,255,.5); }
footer .legal a:hover { color: rgba(255,255,255,.75); }
footer .legal i { color: rgba(255,255,255,.25); }

.form-control {
    max-width: 300px;
    padding: 25px 15px;
    margin: auto;
    line-height: normal;
    border: 1px solid rgba(9, 34, 60, .1);
    margin-top: 25px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(9, 34, 60, 1);
    text-align: center;
}

.form-control:focus {
    border: 1px solid rgba(9, 34, 60, .25);
    box-shadow: none;
}

input::-webkit-input-placeholder {
    color: rgba(9, 34, 60, .25);
}

input:-moz-placeholder {
    color: rgba(9, 34, 60, .25) !important;
    opacity: 1 !important;
}

input::-moz-placeholder {
    color: rgba(9, 34, 60, .25) !important;
    opacity: 1 !important;
}

input:-ms-input-placeholder {
    color: rgba(9, 34, 60, .25);
}

input:placeholder-shown {
    color: rgba(9, 34, 60, .25);
}

.btn-ulinq {
    display: block;
}

.btn-ulinq a {
    color: #fff;
    background: #8fc74c;
    border: 2px solid transparent;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 25px;
    font-weight: 400;
    padding: 15px 25px;
    border-radius: 4px;
    display: inline-block;
}

.btn-ulinq a:hover {
    border: 2px solid #8fc74c;
    background: transparent;
    color: #8fc74c;
}


  ::-webkit-input-placeholder {
	 color: rgba(9,34,60,0.4);
	 font-weight: 300;
  }
  :-moz-placeholder { /* Firefox 18- */
	 color: rgba(9,34,60,0.4);  
	 font-weight: 300;
  }
  ::-moz-placeholder {  /* Firefox 19+ */
	 color: rgba(9,34,60,0.4);  
	 font-weight: 300;
  }
  :-ms-input-placeholder {  
	 color: rgba(9,34,60,0.4);  
	 font-weight: 300;
  }
  *:focus {
	outline-style:none;
	box-shadow:none;
	border-color:transparent;
  }

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

    .logo {
        padding: 23px 0;
    }
	
	.logo img {
		width: 90px;
	}


    #menu {
        float: none;
        z-index: 50;
        padding: 25px;
    }

    #menu li {
        display: block;
        margin: 15px 0;
        width: 100%;
        text-align: center;
    }

    #menu li a {
        display: inline-block;
    }

    #menu li a.signup {
        margin-left: 5px;
        margin-right: 0;
        margin-top: 0;
        display: inline-block;
    }

    #menu li a.login {
        margin-top: 0;
        margin-right: 0;
        display: inline-block;
    }

    .content {
        display: table;
        width: 100%;
        height: 100%;
        padding: 120px 15px 15px;
        text-align: center;
    }

    #section0 .content {
        padding: 95px 15px 15px;
    }

    .display-inner .quote {
        font-size: 24px;
    }

    .display-inner .info {
        font-size: 12px;
    }
	
	.section-header {
		font-size: 40px;
		margin-bottom: 35px;
		letter-spacing: 3px;
	}
	
	.section-header:last-of-type {
		margin-top: 150px;
	}

	.panel { padding: 25px; }
	.content-header {
		font-size: 32px;
		letter-spacing: -1px;
	}
	.content-header .date {
		font-size: 14px;
	}

    .col-2 {
        margin: 25px auto 40px;
    }

    .col-2:last-of-type {
        border-bottom: 0;
    }

    .col-2 .item {
        display: table-footer-group;
        text-align: left;
    }

    .col-2 .item .item-inner {
        padding: 0 0 25px;
    }

    .col-2 .item .title {
        font-size: 24px;
        margin: 0 auto 10px;
		letter-spacing: -1px;
    }

    .col-2 .item-figure .item-inner {
        padding: 25px 0;
    }

    .col-2 .item-figure {
        display: table-header-group !important;
        float: none;
    }
	
	.benefits .item {
		height: 450px;
	}
		
	.benefits .block {
		padding: 50px 35px;
	}

   .benefits .item .title {
		font-size: 24px;
		top: -25px;
	}
	
	.map-inner {
		padding-left: 50px;
	}
	
	.map-inner .btn-ulinq {
		padding-right: 50px;
	}

	blockquote { font-size: 22px; }
	blockquote:before { font-size: 32px; font-weight: 200; color: rgba(9, 34, 60,.25); position: absolute; left: -20px; top: -25px; }

    .flickity-prev-next-button.previous {
        left: 0;
    }

    .flickity-prev-next-button.next {
        right: 0;
    }
}


