﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
} 
body {
    font-family: 'proximanova-regular-webfont', Helvetica, Arial, sans-serif;
    color: #333;
    font-weight: 400;
    background: linear-gradient(180deg, rgba(26,26,26,1) 5%, rgba(22,28,54,1) 10%, rgba(26,26,26,1) 50%, rgba(23,27,44,1) 55%, rgba(26,26,26,1) 100%);    padding-top: 75px;
}
#pricing{
	margin-bottom: 60px;
}
.mobile, .mobileInline {
    display: none !important;
}

.desktop {
    display: block !important;
}

br.desktop, img.desktop {
    display: inline-block;
}

.transition {
    transition: all 1.2s cubic-bezier(0.22, 0, 0.12, 1);
    -moz-transition: all 1.2s cubic-bezier(0.22, 0, 0.12, 1);
    -webkit-transition: all 1.2s cubic-bezier(0.22, 0, 0.12, 1);
}
.shadow {
	-webkit-box-shadow: 0px 0px 23px 0px rgba(37,134,204,1);
	-moz-box-shadow: 0px 0px 23px 0px rgba(37,134,204,1);
	box-shadow: 0px 0px 23px 0px rgba(37,134,204,1);
}
.transition2 {
	transition: all 0.5s cubic-bezier(0.22, 0, 0.12, 1);
	-moz-transition: all 0.5s cubic-bezier(0.22, 0, 0.12, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.22, 0, 0.12, 1);
	opacity: 1;
}
#menu.open {
    height: 100%;
}
#menuToggle input {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 4;
    -webkit-touch-callout: none;
    margin: 0;
}
#menu {
    transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
}
.opacita.off {
    opacity: 0;
}

.comparsa {
    position: relative;
    top: 0;
}

    .comparsa.off {
        top: 50px;
    }

/* headline */
h1 {
	font-family: 'proximanova-bold-webfont';
	font-size: 35px;
	line-height: 34px;
	letter-spacing: 3px;
	color: #09a5f5;
	/* text-transform: uppercase; */
}
h2 {
    font-family: 'proximanova-bold-webfont';
    font-size: 40px;
    line-height: 39px;
    letter-spacing: 3px;
    color: #09a5f5;
    text-transform: uppercase;
}
h3 {
    font-family: 'proximanova-bold-webfont';
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #09a5f5;
    text-transform: uppercase;
}
h4 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'proximanova-bold-webfont';
    color: #09a5f5;
    line-height: 18px;
}
h5{
    font-size: 20px;
    letter-spacing: 3px;
    font-family: 'proximanova-bold-webfont';
    color: #09a5f5;
    line-height: 18px;
}
p {
    font-size: 16px;
    color: white;
    letter-spacing: 0.6px;
    line-height: 20px;
    font-family: 'proximanova-regular-webfont';
}
a {
    font-family: 'proximanova-semibold-webfont';
    color: #09a5f5;
}
a:hover
{
    color: #333;
}
/* colors */
.white
{
    color: white;
}
.blueBtn {
    color: #09a5f5;
    border-color: #09a5f5;
}
    .blueBtn:hover {
        color: white;
        border-color: #09a5f5;
        background-color: #09a5f5;
    }
.black {
    color: #333;
}
.blackBtn {
    color: #333;
    border-color: #333;
}
    .blackBtn:hover {
        color: white;
        border-color: #333;
        background-color: #333;
    }
/* header */
/* fonts font-family: 'proximanova-bold-webfont';    font-family: 'proximanovalight';*/
.focus {
    max-width: 88%;
    margin: auto;
    text-align: center;
}
.focusSml {
    max-width: 70%;
    margin: auto;
    text-align: center;
}
#header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 20;
    background-color: #1a1a1a;
    height: 75px;
    width: 100%;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.1);
}
#menu nav {
    width: 100%;
}
#menu ul {
	display: inline-block;
	margin-bottom: 0px;
}
#menu ul li {
    display: inline-block;
    margin-right: 40px;
    font-family: 'proximanova-semibold-webfont';
    position:relative;
}
#menu ul li a {    
    font-size: 15px;
    line-height: 40px;
    cursor: pointer;
    letter-spacing: 1px;
}
#menu ul li a:not(.button){
    color: white;
}
#menu ul li a:hover:not(.btnGeneric) {
    color: #05a9f9;
}
#menu ul li a.sel {
    color: #05a9f9 !important;
}
#btnLogin {
    margin-right: 15px;
    background-color: white;
    color:black;
}
.btnGeneric{
    line-height: 40px;
}
/* Border expand from center */
.whatIs{
    border-bottom: 1px solid transparent;
}
.whatIs:after {
    display:block;
    content: '';
    border-bottom: solid 1px #05a9f9;  
    transform: scaleX(0);  
    transition: transform 200ms ease-in-out;
}
.whatIs:hover:after {
    transform: scaleX(1);
}
#header .focus {
    max-width: 98%;
    height: 100%;
    margin: auto;
}
#header .tabella {
    width: 100%;
    height: 100%;
}
.logo a {
    display: inline-block;
    vertical-align: middle;
}

a.button, button{
    border-radius: 6px;
    display: inline-block;
    vertical-align: middle;
    min-width: 150px;
    text-align: center;
    line-height: px;
    font-family: 'proximanova-semibold-webfont';
    letter-spacing: 1px;
    font-size: 14px;
    background-color: #05a9f9;
    color:white;
}
	button#signup_nl {
		height: 35px;
		margin-left: 10px;
		min-width: 170px;
		transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
	}

/* HOME - What section */
/* SOLUTIONS - What section */

.what{    
    /* background-color: black; */
}
.what .columns{
    height: calc(100vh - 75px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.what .flex{
    align-items: center;
    width: 100%;
}
.what .flex .btnGeneric{
    margin-right: 40px;
}
.what p{
    color:white;
    font-weight: lighter;
    margin: 25px 0px;
}
.what .whatIs {
    font-size: 14px;
    font-weight: bold;
}
.what .carousel{
    width: 100%;
    height: 400px;
}
.what img{
    width: 550px;
}
.titleSection {
    margin-bottom: 60px;
}
.boxText p{
    margin-top:20px;
}

/* HOME - Why section */

.why{
    /* background-color: black; */
    padding: 0 50px;
}
.why .row, #section1 .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.why .graph{
    margin-top: 50px;
    height: 300px;
    width: 100%;    
}
.why .btnGeneric{
    margin: 40px 0px;
    padding: 0 40px;
}
.applicationsTitle{
    margin: 50px 0px 50px;
    text-align: center;
}
.why .applicationsText{
    min-height: 150px;
}
.why .applicationsText h4{
    margin-bottom: 25px;
}
.why .applicationsColumns img{
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 50px -20px rgba(5,169,249,0.5); 
    box-shadow: 10px 10px 50px -20px rgba(5,169,249,0.5);
}

/* HOME - ApplicationsQuote section */
/* SOLUTION - Cloud section */
/* ABOUT - Offices section */
/* PRICING - section */

.applicationsQuote, .cloud, .offices, #pricing{
    width: 100%;
    min-height: 600px;
    /* background-color: black; */
}
.applicationsQuote .skew_bg, .cloud .skew_bg, .offices .skew_bg, #pricing .skew_bg{
    width: 100%;
    min-height: 500px;
    transform: skew(0deg, 4deg);
    background-image: url("./images/rectangle_bg_2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 92px;
}
.applicationsQuote .content, .cloud .content, .offices .content, #pricing .content{
    transform: skew(0deg, -4deg);
}
.applicationsQuote img{
    padding-top: 100px;
}
.applicationsQuote p{
    color: black;
    font-style: italic;
    padding-top: 40px;
}
.cloud .skew_bg{    
    padding: 50px 0px 0px 0px;
    margin-top: 120px;
    min-height: 550px;
}
.cloud p{
    color: black;
}
.cloud h1{
    margin-bottom: 25px;
}
.cloud img{
    height: 420px;
}
.offices h1{
    padding: 30px 0 25px 0;
}
.offices img{
    max-width: 240px;
    min-width: 150px;
}
.offices p{
    color:black;
    margin-top: 25px;
    font-weight: bold;
}
#pricing p{
    color:black;
}
#pricing .skew_bg{
    padding-bottom: 240px;
}
#aboutOffices .skew_bg{
    margin-bottom: 100px;
}


/* HOME - Benefit section */

.benefit, .events{
    padding: 0 50px;
}
.benefit img{
    margin: 0 0 25px 25px;
    height: 80px;
}
.benefit .cardDescription{
    background-color: rgba(168,168,168,0.1);
    padding: 25px;
    min-height: 220px;
}
.benefit .cardDescription p:nth-of-type(2){
    margin: 0;
}

/* HOME - Energy section */
/* DEMOFORM - list style */

.energy .row{
    margin: 100px 0;
}
.carouselEnergy .energySlide{
    width: 100%;
    height: 550px;
    display: flex;
}
.energy .image1{ 
    background-image: url("./images/eolic.png");    
}

.energy .image2{ 
    background-image: url("./images/city.png");
}

.energy .image3{
    background-image: url("./images/bridge.png");
}
.energy .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.energySlide{
    width: 100%;
    padding: 0 50px;
}
[class*="image"] {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background-position: center;
    margin: auto;
}
.energySlide ul, .demoForm ul{
    padding-left: 20px;
}
.energySlide ul li, .demoForm ul li, .secondaryDescription ul li{
    list-style-type: disc !important;
    color: white;
}
.energySlide p{
    margin: 0
}
.energySlide h1{
    margin-bottom: 10px;
}
.energySlide a{
    width: 210px;
    margin-top: 20px;
}

/* HOME - Events section */

.events .card img{
    width: 100%;
}
.events .cardDescription{
    background-color: rgba(168,168,168,0.1);
    padding: 25px;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
}
.events .cardDescription p{
    margin-bottom: 0;
}
.events .button{
    margin: 100px auto;
    padding: 0 40px;
}
.events .row > p{
    margin: 20px 0px 40px;
}

/* SOLUTION - Decision section */

.decision{
    padding: 0 50px;
}
.decision p:first-of-type{
    margin: 25px 0;
}
.decision .button{
    margin-bottom: 25px;
}
.decision img{
    border-radius: 10px;
}

/* SOLUTION - Digitalization section */

.digitalization{
    margin: 100px 0;
}
.digitalization p{
    margin: 50px auto;
}

/* ABOUT - Profiles section */

.profiles{
    padding: 0 50px;
}
.profiles > h1{
    margin: 25px 0;
}
.profilesCard{
    width: 150px;
    margin-right: 40px;
}
.profilesImage{
    width: 150px;
    height: 150px;
    background-image: url("./images/bridge.png");
    border-radius: 50%;   
}
.profileLayer{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #05a9f9;
    transition: 0.7s;
    opacity: 0;
    position:relative;
}
.profileLayer:hover{
    opacity: 0.8;    
}
.profileLayer a{
    color:white;
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.profilesDescription p{
    margin: 20px 0;
}

/* ABOUT - ContactUs section */

.contactUs{
    max-width: 900px;
    margin: 50px auto;
    padding: 0 50px;
    position: relative;
}
.contactUs a{
    position: absolute;
    bottom: 35px;
    right: 70px;
}
.contactUs h5{
    margin-bottom: 20px;
} 
.contactUs .firstLine{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.contactUs .firstLine > div {
    width: 30%;
}
.contactUs .firstLine > div *{
    width: 100%;
}

/* RESOURCES section */
/* EVENTS - section */
.resources, .events{
    margin: 25px 0;
}
.resources h1, .events h1{
    margin-bottom: 20px;
}
.resources .resourcesSubtitle{
    margin: 50px 0;
}
.singleResource .row, .singleEvent .row{
    padding: 20px 0;
}
.singleResource img{
    height: 160px;
    width: 110px;
}
.resourceDescription, .eventDescription{
    font-size: 16px;
    color:grey;
}
.arrowColumn{
    display: flex;
    align-items: center;
    height: 160px;
    cursor: pointer;
}
.arrowColumn a{
    color:inherit;
}
.singleEvent img{
    height: 155px;
    width: 100%;
}

/* SINGLE RESOURCE */

.resourceDisplay{
    margin-top: 50px;
}
.resourceDisplay a{
    width: 100%;
    margin-top: 10px;
}
.resourceDisplay img{
    width: 350px;
    border-radius: 4px;
    -webkit-box-shadow: 10px 10px 50px -20px rgba(5,169,249,0.5); 
    box-shadow: 10px 10px 50px -20px rgba(5,169,249,0.5);
}
.resourceDisplay .primaryDescription{
    margin: 0;
    padding: 20px;
}
.resourceDisplay h3:last-of-type{
    margin: 30px 0 10px;
}
.resourceDisplay .secondaryDescription{  
    border-radius: 4px;  
    background-color: rgba(16, 226, 255, 0.15);
    padding: 20px;
}
.resourceDisplay ul{
    padding-left: 40px;
}
.resourceDisplay ul li{
    list-style-type: disc !important;
    color: white;
}
.resourceDisplay ul li p{
    margin-bottom: 5px;
}
.secondaryDescription ul{
    padding: 20px;
    margin-bottom: 0px;
}
.secondaryDescription p{
    margin-bottom: 10px;
}
.W-100{
    width: 100%;
}
.secondLineForm{
    display: flex;
    justify-content: space-between;
}
.secondLineForm > .mc-field-group{
    flex-basis: 48%;
}


/* DEMOFORM */
.demoForm .row{
    margin: 75px 0;
}
.requiredField{
    color:red;
}
.demoForm ul li{
    margin-top: 40px;
}
.demoForm .formContainer,
.demoForm .mc-field-group,
.demoForm input,
.demoForm textarea{
    width: 100%;
}
#mc-embedded-subscribe{
background-color: red;
border-radius: 6px;
display: inline-block;
vertical-align: middle;
min-width: 150px;
text-align: center;
line-height: 40px;
font-family: 'proximanova-semibold-webfont';
letter-spacing: 1px;
font-size: 14px;
background-color: #05a9f9;
color:white;
}
#mc-embedded-subscribe:hover{

}




.boxBenefits h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}
p.sentence {
    font-size: 18px;
    margin: auto;
    width: 85%;
    margin-top: 45px;
    margin-bottom: 40px;
    position: relative;
}
    /*p.sentence:after {
        content: "";
        display: block;
        background-image: url(../Content/images/quoteSecond.svg);
        width: 45px;
        height: 34px;
        position: absolute;
        bottom: -30px;
        right: -30px;
    }
    p.sentence:before {
        content: "";
        display: block;
        background-image: url(../Content/images/quoteFirst.svg);
        width: 45px;
        height: 34px;
        position: absolute;
        top: -30px;
        left: -30px;
    }*/
.quotes {
	margin-bottom: 50px;
}
.quote {
	margin-left: 40px;
	border: 2px solid #eee;
	border-radius: 20px;
	padding: 20px;
	padding-top: 30px;
	padding-bottom: 0px;
	margin-bottom: 40px;
	transition: all .25s ease-in-out;
	margin-top: 30px;
}
	.quote:hover {
		-webkit-box-shadow: 0px 0px 23px 0px rgba(37,134,204,1);
		-moz-box-shadow: 0px 0px 23px 0px rgba(37,134,204,1);
		box-shadow: 0px 0px 23px 0px rgba(37,134,204,1);
	}

.introduction{
    width:55%;
    text-align:left;
}
.introduction h3 {
    color: #333;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.solution {
    margin-left: 40px;
}
.noMargin{
    margin:0px !important;
}
.roundLogo {
    width: 50px !important;
    margin-bottom: 10px;
}
.imgSolu
{
    margin-top:10px;
    margin-bottom:10px;
}
footer {
    border-top: 2px solid #05a9f9;
    background-color: #1a1a1a;
    position: relative;
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
}
    footer p {
        color: white;
        margin-bottom: 30px;
        font-size: 12px;
        font-family: 'proximanovalight';
        /* letter-spacing: 0.5px; */
    }
    footer a
    {
        color:white;
        text-decoration:underline;

    }
    footer a:hover{
        color:#09a5f5;
    }

    .footerList ul li:not(:first-of-type){
        font-size: 0.7em;
    }

.lastChild{
    margin-bottom:0px;
}
.menuFooter ul li 
{
    margin-bottom:10px;
}
.menuFooter ul li a {
    letter-spacing:0.5px;
    margin-left: 100px;
}
.menuBottomFooter{
    display: flex;
    justify-content: flex-end; 
}
.menuBottomFooter li{
    margin-left: 35px;
}
.menuBottomFooter li i{
    font-size: 2rem;
}
.follow{
display:inline-block;
vertical-align:middle;
}
    .follow p, .follow img {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0px;
        font-size: 14px;
        margin-right: 10px;
    }

.foo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newsletter {
    margin-top: 50px;
}
#subscribe_nl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}

input.textbox.email_nl {
    border-radius: 40px;
    width: 70%;
    height: 35px;
}
a#signup_nl {
    line-height: 30px;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-decoration: none;
    min-width: 115px;
    height: 30px;
    cursor:pointer;
}
.nlTitle {
    text-align: left;
    margin-bottom: 11px;
    font-size: 15px;
}

.submenu {
    overflow: hidden;
    max-height: 0px;
    position: absolute;
    top: 53px;
    left: 50%;
    opacity: 0;
    background-color: white;
    transform-origin: center;
    margin-left: -300px;
    width: 600px;
    text-align: center;
    border-top: 2px solid #e2e2e2;
    align-items: center;
    display: flex;
    justify-content: center;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.1);
}

#menu li:hover .submenu {
    max-height: 135px;
    opacity: 1;
    /* width: 100%; */
}
#menu ul li .submenu a {
    line-height: 21px;
}
#menu .submenu li {
    text-align: center;
    margin-left: 2%;
    margin-right: 2%;
    display: inline-block;
    width: 15%;
    margin-top: 20px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.submenu span {
    text-transform: uppercase;
}

.submenu li:hover .svgColor {
    fill: #09a5f5 !important;
}

.imgSvg {
    position: relative;
    display: block;
}
#menu .submenu a {
    display: inline-block;
}


/* Solution Template */
#solution h2
{
    margin-bottom:50px;
}
.textSolution {
    margin-bottom: 0px;
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}

.buttons .blueBtn {
    margin-right: 20px;
}

/* animation solution */

.singleCase {
	max-height: 550px;
	position: relative;
}
.textSection{
    margin-top:60px;
    margin-bottom:20px;
    text-align:left;
}
.custom-switch {
    display: flex;
    position: relative;
    justify-content: center;
    padding-top: 20px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
    margin: 0 10px;
}
.switch input {
    display: none;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #A0B1B8;
    -webkit-transition: .4s;
    transition: .4s;
}
    .slider.round:before {
        border-radius: 50%;
    }
    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }
    .slider.round {
        border-radius: 34px;
    }
input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}
input:checked + .slider {
    background-color: #09a5f5;
}
p#month, p#year {
    opacity: 0.4;
    font-family: 'proximanova-bold-webfont';
    text-align: left;
    -webkit-transition: .4s;
    transition: .4s;
}

p.active#month, p.active#year {
    opacity: 1;
}
span.offer {
    color: #58ce58;
    /* text-align: left; */
}
.cardPricing {
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.21);
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.21);
    padding: 30px;
    -webkit-transition: .4s;
    transition: .4s;
    cursor: pointer;
    height: 380px;
    position: relative;
}
    .cardPricing:hover, .btnGeneric:hover, #mc-embedded-subscribe:hover {
        -webkit-box-shadow: 0px 0px 23px 0px rgba(37,134,204,1);
        -moz-box-shadow: 0px 0px 23px 0px rgba(37,134,204,1);
        box-shadow: 0px 0px 23px 0px rgba(37,134,204,1);
    }
.cardPricing p {
    font-family: 'proximanova-bold-webfont';
    margin-top: 20px;
}
.btnContactSales{
    position: absolute;
    bottom: 20px;
    transform: translate(-50%, 0);
}
.btnBuyNow{
    position: absolute;
    bottom: 20px;
    transform: translate(-50%, 0);
}
.btnRequestDemo{
    position: absolute;
    bottom: 20px;
    transform: translate(-50%, 0);
}
.num {
    font-family: 'proximanova-bold-webfont';
    font-size: 36px;
    letter-spacing: 5px;
}
.valuta {
    font-family: 'proximanova-bold-webfont';
    font-size: 40px;
    letter-spacing: 5px;
}
.granularity {
    font-family: 'proximanova-bold-webfont';
    font-size: 24px;
    letter-spacing: 0px;
}
.cardPricing .button.green
{
    margin-bottom:20px;
}
.granularitySpecial {
    font-family: 'proximanova-bold-webfont';
    font-size: 14px;
    letter-spacing: 5px;
    margin-top: -30px;
    position: relative;
    display: block;
    margin-bottom:20px;
}
.priceSpecial {
    margin-top: -30px;
}
.valutaM {
    font-family: 'proximanova-bold-webfont';
    font-size: 36px;
    letter-spacing: 5px;
    line-height: 35px;
    margin-bottom: 45px;
    display: block;
    margin-top: 45px;
}
svg {
    vertical-align: middle;
}
/* terms */


#conditions
{
    margin-bottom:60px;
}
#conditions h3 {
    letter-spacing: 4px;
}
    #conditions p {
        font-family: 'proximanova-semibold-webfont';
    }
.middleSpace {
    margin-top: 10px;
    margin-bottom: 15px;
}
.titleTerm {
    color: #333;
    margin-bottom: 40px;
}
.blue {
    color: #09a5f5;
}
.bold {
    font-family: 'proximanova-bold-webfont' !important;
}

/* form */

#form{
    display:flex;
    justify-content:space-between;
}
#freeTrialForm .row p {
    font-family: 'proximanova-bold-webfont';
}
input[type="radio"] {
    display: none;
}
.checkmark.investment {
    background-image: url('images/investmentLogo.svg');
    background-size: 47%;
    background-repeat: no-repeat;
    background-position: center 65px;
}
.checkmark.mining {
    background-image: url('images/miningLogo.svg');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center 90px;
}
.checkmark.erm {
    background-image: url('images/ermLogo.svg');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center 75px;
}
.checkmark.oil {
    background-image: url('images/oilLogo.svg');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center 85px;
}

span.labelName {
    position: relative;
    top: 30px;
    cursor: pointer;
    text-transform: uppercase;
    opacity: 1;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'proximanova-bold-webfont';
    color: #09a5f5;
    line-height: 18px;
}
.labelDescr {
    position: absolute;
    bottom: 10px;
    cursor: pointer;
    opacity: 1;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: 'proximanova-bold-webfont';
    color: #333;
    line-height: 18px;
    width: 100%;
    left: 5px;
    text-align: center;
    margin-bottom: 0px;
}

.radio-container input:hover ~ .checkmark {
    -webkit-box-shadow: 0px 0px 23px 0px rgba(37,134,204,1);
    -moz-box-shadow: 0px 0px 23px 0px rgba(37,134,204,1);
    box-shadow: 0px 0px 23px 0px rgba(37,134,204,1);
}

input[type="radio"] {
    display: none;
}

.form-check {
    display: inline-block;
    height: 250px;
    width: 250px;
    position: relative;
    vertical-align: bottom;
}

.radio-container .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 250px;
    width: 250px;
    cursor: pointer;
    opacity: 1;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.21);
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.21);
}



.radio-container input:checked ~ span.labelName {
    opacity: 1;
}

.radio-container input:hover ~ span.labelName {
    opacity: 1;
}

.radio-container input:checked ~ .checkmark {
    background-image: url(../Content/images/checked.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.radio-container input:hover ~ .checkmark {
    -webkit-box-shadow: 0px 0px 23px 0px rgba(37,134,204,1);
    -moz-box-shadow: 0px 0px 23px 0px rgba(37,134,204,1);
    box-shadow: 0px 0px 23px 0px rgba(37,134,204,1);
}

.radio-container input:checked ~ .checkmark:after {
    display: block;
}

.radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
#form2 {
    margin-top: 40px;
    margin-bottom: 40px;
}
    #form2 input, #form2 textarea {
        font-family: 'proximanova-semibold-webfont';
        font-style:italic;
        width: 100%;
    }
	#form2 select, #form2 textarea {
		font-family: 'proximanova-semibold-webfont';
		font-style: italic;
		width: 100%;
	}

.labelTitle {
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'proximanova-bold-webfont';
    color: #09a5f5;
    line-height: 18px;
    text-align: left;
}

label.invalid {
	color: red!important;
}

#form2 span {
	text-align: left;
	display: block;
	font-family: 'proximanova-bold-webfont';
	color: #333;
}
    #form2 span a {
        font-family: 'proximanova-bold-webfont';
        color: #09a5f5;
    }
#message
{
    height:300px;
    width:100%;
}
#freeTrialForm
{
    padding-bottom:60px;
}
input#about-checkbox {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin-bottom: 0px;
}
.subscribe-description {
    font-family: 'proximanova-semibold-webfont';
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    line-height: 18px;
}
#contact-checkSubscribe {
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkmark.subscribe {
    background-color:white;
}
#contact-checkSubscribe .form-check {
    display: inline-block;
    margin-right: 20px;
    height: 30px;
    width: 30px;
    position: relative;
    vertical-align: middle;
}
#contact-checkSubscribe .radio-container .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 30px;
    width: 30px;
    cursor: pointer;
    opacity: 1;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0);
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0);
    border:2px solid #b2b2b2;
    border-radius:2px;
}


#contact-checkSubscribe .radio-container input:checked ~ .checkmark:after {
    display: block;
}

#contact-checkSubscribe .radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.maps {
    margin: auto;
    margin-top: 60px;
    margin-bottom: 40px;
    position: relative;
}
/* maps */
    /*.maps svg #circle1_medium.hover,
    .maps svg #circle2_medium.hover,
    .maps svg #circle3_medium.hover,
    .maps svg #circle4_medium.hover {
        r: 25;
        fill: rgba(255, 255, 255, 0.2);
        transition: fill 0.2s;
        transition: r 0.25s;
    }

svg #circle5_medium {
    fill: rgba(37, 134, 204, 0.2);
    transition: fill 0.2s;
    transition: r 0.25s;
}

svg #circle5_medium.hover {
    r: 25;
    fill: rgba(255, 255, 255, 0.2);
    transition: fill 0.2s;
    transition: r 0.25s;
}

svg #circle6_medium,
svg #circle7_medium,
svg #circle8_medium,
svg #circle9_medium,
svg #circle10_medium,
svg #circle11_medium,
svg #circle12_medium,
svg #circle13_medium,
svg #circle14_medium,
svg #circle15_medium,
svg #circle16_medium 
{
    fill: rgba(37, 134, 204, 0.2);
    transition: fill 0.2s;
    transition: r 0.25s;
}

    svg #circle6_medium.hover,
    svg #circle7_medium.hover,
    svg #circle8_medium.hover,
    svg #circle9_medium.hover,
    svg #circle10_medium.hover,
    svg #circle11_medium.hover,
    svg #circle12_medium.hover,
    svg #circle13_medium.hover,
    svg #circle14_medium.hover,
    svg #circle15_medium.hover,
    svg #circle16_medium.hover {
        r: 25;
        fill: rgba(255, 255, 255, 0.2);
        transition: fill 0.2s;
        transition: r 0.25s;
    }

.bullet {
    width: 10px;
    height: 10px;
    background-color: #474747;
    transition: all 0.2s;
    cursor: pointer;
    border-radius: 50%;
}
    .bullet:hover {
        background-color: white;
    }
.bulletExternal {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: -20px;
    left: -21px;
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #474747;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    position: absolute;
}
.bullet:hover .bulletExternal {
    opacity: 1;
}
.chicago {
    position: absolute;
    top: 31%;
    left: 25%;
}
.detroit {
    position: absolute;
    top: 35.6%;
    left: 21.4%;
}
.mexico {
    position: absolute;
    top: 51.6%;
    left: 21.4%;
    z-index: 999999;
}
.bogota {
    position: absolute;
    bottom: 35.6%;
    left: 27.4%;
}
.lima {
    position: absolute;
    bottom: 27.6%;
    left: 27.9%;
}
.santiago {
    position: absolute;
    bottom: 13%;
    left: 29.5%;
}
.rio {
    position: absolute;
    bottom: 22%;
    left: 35%;
}
.lisbon {
    position: absolute;
    top: 39.8%;
    left: 44.5%;
}
.spain {
    position: absolute;
    top: 39.8%;
    left: 45.8%;
}
.france {
    position: absolute;
    top: 34.8%;
    left: 47.8%;
}
.england {
    position: absolute;
    top: 31.2%;
    left: 46.5%;
}
.germany {
    position: absolute;
    top: 31.8%;
    left: 49.8%;
}
.milano {
    position: absolute;
    top: 36.5%;
    left: 49.5%;
}
.rome {
    position: absolute;
    top: 38.2%;
    left: 50.3%;
}
.arabia {
    position: absolute;
    top: 51.2%;
    left: 58.3%;
}
.bullet:hover .bulletExternal {
    opacity: 1;
}

.chica {
visibility:hidden;
    transition:all 0.25s ease-in-out;
    opacity:0;
}

.bullet:hover .chica {
    opacity:1;
    visibility: visible;
}*/
.cardAddress {
    background-color: white;
    width: 250px;
    padding: 20px;
    border-radius: 15px;
    left: 35px;
    top: -85px;
    position: absolute;
    z-index: 99999;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.21);
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.2);
}
    .cardAddress p{
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .cardAddress a{
        margin-bottom: 20px;
        margin-top: 20px;
        position: relative;
        display: block;
    }
.features {
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: start;
	align-items: center;
}
    .features h3 {
        text-align: left;
    }
	.features img {
		margin: 0px 10px 0px 0px;
		width: 30px;
	}
    .features span {
        font-family: 'proximanova-bold-webfont';
        font-size: 15px;
    }
#conditionsNotes {
    margin-top: 20px;
    margin-bottom: 30px;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    padding: 20px;
}
#conditionsNotes p {
    margin-bottom:0px;
}
.textScroll {
    max-height: 120px;
    overflow-y: scroll;
}

.loader-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #969696;
	opacity: 0.5;
}

.loader-container {
	position: fixed;
	top: 30vh;
	text-align: center;
	width: 100%;
	font-size: 150px;
	color: #09a5f5;
	left: 0;
}

#form-message {
	color: red;
	font-weight: bold;
	font-size: 18px;
}

.grecaptcha-badge {
	display: none!important;
}
.containerSection
{
	display:flex;
	align-content:center;
	justify-content:space-between;
}
.containerSection .quote{
	margin-left:20px;
	border-radius:0px;
	margin-right:20px;
}
p.phrase {
	font-size: 14px;
	font-style: italic;
	margin: auto;
	width: 85%;
	margin-top: 45px;
	margin-bottom: 40px;
	position: relative;
}
section#thank_you {
	margin-bottom: 50px;
}
/* REST CHOSEN */
.chosen-container {
	background: white;
	/* border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom: transparent; */
	line-height: 38px !important;
	height: 38px;
	width: 100%;
	/* font-size: 15px; */
	border-radius: 4px;
	/* vertical-align: baseline;
	font-weight: 600;
	letter-spacing: 0.5px;
	font-style: italic;
	font-family: 'proximanova-regular-webfont', serif;
	color: grey;
	border: 1px solid #D1D1D1;
	width: 100% !important; */
	margin-bottom: 1.5rem!important;
}

	.chosen-container .chosen-search-input {
		color: #333 !important;
		border-color: #333 !important;
	}


	.chosen-container a {
		padding: 0 0 0 0 !important;
		height: 38px !important;
		border-radius: 0 !important;
		border: none !important;
		color: grey !important;
		background-clip: none !important;
		box-shadow: none !important;
		background: none !important;
		line-height: 38px !important;
	}
		.chosen-container a div

{
	/* display: none !important; */
    line-height: 38px !important;
}


.chosen-container .chosen-container-active a 
{
	background: white !important;
}

}

.chosen-container.chosen-container-active a
{
	color: #333 !important;
	background: pink;
}

.chosen-container.chosen-container-single:after {
	display: none;
}

.chosen-container .chosen-search input[type=text] {
	border-color: #333;
}

.chosen-container .no-results {
	background: none !important;
}

.chosen-container .chosen-results {
	color: #333 !important;
}
.chosen-drop {
	background: $white !important;
	background-clip: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	border: 1px solid #333;
}

	.chosen-drop .active-result {
		font-size: 12px;
		color: grey !important;
	}

.chosen-results {
	color: violet !important;
}
.chosen-container .chosen-results li.highlighted {
	background: #09a5f5 !important;
	color: white !important;
	background-image: none !important
}

#goal{
    width: 100%;
}

.chosen-container .chosen-single {
	padding: 0 0 0 10px !important;
}
.chosen-container .chosen-container-single {
    width: 100% !important;
}

.chosen-container:after {
	display: inline-block;
	content: "\f107";
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 18px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.imgIcon{
	max-height:80px;
}
#toTop {
	position: fixed;
	z-index: 999999999999;
	bottom: 180px;
	right: 22px;
	cursor: pointer;
	display:none;
}
li {
	/* font-family: 'proximanova-semi-bold-webfont' !important; */
	font-family: 'proximanova-semibold-webfont';
	letter-spacing: 0.6px;
}
ul{
	margin-bottom:30px;
}
#section1 p.phrase {
	font-size: 14px;
	font-style: italic;
	margin: auto;
	width: 85%;
	margin-top: 25px;
	margin-bottom: 25px;
	position: relative;
}
.textIntro {
	font-size: 34px;
	line-height: 35px;
	font-family: 'proximanova-semibold-webfont';
}
.textIntro b{
	color:#09a5f5;
}
.no-focus{
	padding-left:5%;
}
.no-focus-rx {
	padding-right: 5%;
}
.center{
	text-align:center;
}
.slick-center {
	background-color: #2586CC;
	color: white !important;
}
	.slick-center h4, .slick-center p.sentence, .slick-center p {
		color: white;
	}
.slick-dots {
	bottom: -35px;
}
.accordion {
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
}

	.active, .accordion:hover {
	}
	.accordion.active:after {
		content: "\2212";
	}
	.accordion:after {
		content: '\002B';
		color: #09a5f5;
		font-weight: bold;
		margin-left: 5px;
		font-size: 20px;
	}
.panel {
	padding: 0 18px;
	display: none;
	overflow: hidden;
}
div.panel {
	display: none;
}

	div.panel.show {
		display: block !important;
	}

.container{
	overflow-x:hidden;
}
.logo img {
	height: 30px;
}
.LongTitle {
	margin-bottom: 10px;
}

/* Misc */
.flex{
    display: flex;
}
.flexColumn{
    display: flex;
    flex-direction: column;
}
.justifyContentCenter{
    justify-content: center;
}
.flexCenter{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.border1{
    border: 1px solid red;
}
.border2{
    border: 1px solid green;
}
.boxShadow{
    -webkit-box-shadow: 10px 10px 50px -20px rgba(5,169,249,0.5); 
    box-shadow: 10px 10px 50px -20px rgba(5,169,249,0.5);
}
/* Apply margin-top when a link redirect to a specific div (footer) */
:target{
    scroll-margin-top: 100px; 
}
.padSection{
    padding-right: 150px;
    padding-left: 150px;
}
.contactUsMar{
    margin-bottom: 200px;
}