@charset "UTF-8";

@font-face {
  font-family: "home2018";
  src:url("/fonts/home2018.eot");
  src:url("/fonts/home2018.eot?#iefix") format("embedded-opentype"),
    url("/fonts/home2018.woff") format("woff"),
    url("/fonts/home2018.ttf") format("truetype"),
    url("/fonts/home2018.svg#home2018") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[data-icon]:before {
  font-family: "home2018" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="investtech-"]:before,
[class*=" investtech-"]:before {
  font-family: "home2018" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.investtech-2:before {
  content: "\61";
}
.investtech-3-final:before {
  content: "\62";
}
.investtech-4:before {
  content: "\63";
}
.investtech-5:before {
  content: "\64";
}
.investtech-6:before {
  content: "\65";
}
.investtech-7:before {
  content: "\66";
}
.investtech-8:before {
  content: "\67";
}
.investtech-9:before {
  content: "\68";
}
.investtech-10:before {
  content: "\69";
}
.investtech-11:before {
  content: "\6a";
}
.investtech-12:before {
  content: "\6b";
}
.investtech-13-final:before {
  content: "\6c";
}
.investtech-test:before {
  content: "\6d";
}







@font-face {
    font-family: officina;
    src: url(/fonts/officina_sans_book.TTF);
    font-display: swap;
}
@font-face {
    font-family: officina;
    src: url(/fonts/officina_sans_bold.TTF);
    font-weight: bold;
    font-display: swap;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
html {
	scroll-behavior: smooth;
}
/* cookie consent starts*/
#cookieConsentDialogue { border: none; border-radius: 10px; max-width: 632px; font-family: Work Sans; box-shadow: 0px 1px 10px #999;position: fixed;bottom: 30px; padding: 50px;}
#cookieConsentDialogue *  {font-family: arial;}
#cookieConsentDialogue h2, #cookieConsentDialogue p {text-align: left;}
#cookieConsentDialogue_content {padding: 50px;}
#CookieReadMore {cursor: pointer;text-decoration: underline;}
#CookieReadMore:hover {color: #ff6600;}
.cookieExpandedItems {display: flex;flex-direction: column;align-items: flex-start;margin-bottom: 15px;}
#cookieConsentDialogue p { text-align: justify; font-size: 15px; }
#googleCookieCheckbox { margin: 10px 10px 0 0; }
#CookieReadMoreExpanded {display: none; margin-top: 15px;}
#cookieConsentDialogue h2 {color: #707070;font-size: 18px;}
#cookieConsentDialogue_content p {margin-bottom: 10px;}
/*dialog::backdrop {}*/
.cookieDialogAction {margin-top: 15px; text-align: center;}
/* cookie consent ends*/

.solidButton2023 {
  border: 0px;
  margin: 0px;
  border-radius: 6px;
  vertical-align: top;
  font-weight: normal;
  color: white;
  padding: 10px 25px;
  cursor: pointer;
  background-color: #5C00D0;
  font-size: 17px;
  fill: white;
}

#container, .section, .section h2, .section h3 {
	font-family: officina;
	color: #5e5e5e;
}


#nav_bar_free_trial {
	text-decoration: none;
	font-size: 15px;
	display: inline-block;
	padding: 10px 30px;
	background: #71c042;
	color: #fff;
	border-radius: 2px;
}
a#login_button {
	color: #71c042;
	text-decoration: none;
	font-size: 15px;
	
}
#container a:hover {
	text-decoration: underline;
}
#logo_eye {
	display: none;
}
#nav_bar {
	background: #fff;
	opacity: 0.98;
	padding: 10px;
	overflow: visible;
	width: 100%;
	z-index: 1;
	position: fixed;
}
#nav_bar_right {
	text-align: right;
}
#nav_bar_right {
	width: 30%;
}
#nav_bar_left {
	width: 70%;
}
#free_trial_nav {
	display: none;
}
#country_selector, #login {
	display: inline-block;
	vertical-align: middle;
}
#country_selector button > * {
  pointer-events: none;
}
/* Dropdown Button */
.dropbtn {
    background: none;
    padding: 0 10px;
    color: #5e5e5e;
    font-family: officina;
    font-size: 16px;
    border: none;
    cursor: pointer;
    vertical-align: middle;
}
.dropbtn img{
	vertical-align: bottom;
	margin-right: 5px;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #efefef;
}

/* The container <div> - needed to position the dropdown content */
.dropdown2018 {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown2018-content {
    display: none;
    position: absolute;
    text-align: left;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown2018-content img{
	vertical-align: bottom;
	padding-right: 5px;
}
/* Links inside the dropdown */
.dropdown2018-content a, #container .dropdown2018-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 15px;
}

/* Change color of dropdown links on hover */
.dropdown2018-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

#phone_dropdown {
	width: 25%;
}

#soForm #phone_dropdown {
	width: 15%;
}

.orderingPage input[name="mm_form_data_RegForm01[PHONE]"] {
	width: 18%;
}

#phone_dropdown_content.dropdown2018-content {
	min-width: 350px;
	max-height: 400px;
	overflow: scroll;
}
#phone_dropdown a.dropbtn {
	padding: 9px 5px;
	color: #5e5e5e;
}
.fixedWithSpan {
    display: inline-block;
    width: 15%;
}
.col-2, .col-3, .col-4, .col-5 {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	border: 0;
	margin: 0;
	padding: 0;
}
.col-2 {
	width: 50%;
}
.col-3 {
	width: 33.33%;
}
.col-4 {
	width: 25%;
}
.col-5 {
	width: 20%;
}

#nav_bar_left, #nav_bar_right, #partners .col-4 {
	vertical-align: middle;
	font-size: 15px;
}
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  box-shadow: 0px 1px 10px #999;
}
#container {
	margin: 0 auto;
}
#container.fixed {
	position: fixed;
}
.section {
	margin-bottom: 50px;
}
.dropdown_filters .section {
	margin-bottom: 0;
}
#news {
	margin-bottom: 0;
}
.section h2 {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 20px;
}
#pricing h1 {
	font-family: officina;
	color: #5e5e5e;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 20px;
}
#pricing .section_content_title h1 {
	font-family: officina;
	color: #5e5e5e;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 0;
}
.section_content {
	/*max-width: 1690px;*/
	max-width: 1542px; /* Brought down from 1690 --> 1542 to match old page contents */
	margin: 0 auto;
	padding: 50px;
}
.section_content_head{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#nav_bar .section_content{
	padding: 0 50px;
}
#nav_bar_full .section_content {
	padding: 0;
}
#news .section_content {
	padding-bottom: 0;
}

.off_white {
	background: #f6f7f8;
}
#hero {
	position: relative;
}
#hero_banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(/images/home2018/hero_designerSample1.jpg);
	background-position: center center;
	padding: 200px 50px 0 50px;
	color: #fff;
}
#hero_bannerNordnet {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(/images/home2018/hero_designerSample1.jpg);
	background-position: center center;
	padding: 0px 50px 0 50px;
	color: #fff;
}
#hero_banner h1 {
	font-weight: normal;
	font-size: 60px;
	margin-bottom: 0;
}
#hero_banner p {
	margin-top: 10px;
	font-size: 20px;
	padding-right: 50%;
}
#hero_bannerNordnetSubtitle {
	font-size: 24px;
}
.section_contentMain {

}
.section_contentMain *{
	width: 50%;
	/*background-color: #1b3446;*/
}

#key_features {
	width: 60%;
}
.key_image img {
	float: left;
	padding-right: 10px;
}
#selling_points .row {
	margin-bottom: 40px;
}
#selling_points .col-2 {
	padding-right: 80px;
}
#selling_points {
	width: 60%;
}
#selling_pointsNordnet {
	margin: 50px 0 0 20px;
}
#selling_pointsNordnet li {
	font-size: 19px;
}
#free_trial_box {
	width: 40%;
}
#free_trial {
	background: #dbdfe0;
	padding: 40px 40px 0px 40px;
	position: absolute;
	max-width: 400px;
	top: 300px;
}
#selling_points_and_trialNordnet {
	padding-bottom: 100px;
}
#selling_points_and_trialNordnet #free_trial {
	top: 70px;
}
.free_trial_hide {
	display: none;
}
#free_trial_success {
	text-align: center;
	padding: 50px 0 100px 0;
}
#partners .col-4, #investtech_media .col-5, #how_it_works .col-3, #investtech_numbers {
	text-align: center;
}
#partners .col-4 img {
	max-width: 100%;
	height: auto;
}
#how_it_works .col-3 {
	padding: 0 50px;
}
#research_statement {
	background-image: url(/images/home2018/book-bookcase-books.jpg);
	/* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 60px 0;
	margin-bottom: 0;
	color: #fff;
}
#free_trial input[type=text], #free_trial input[type=email], #free_trial input[type=tel],
#login_form_box input[type=text], #login_form_box input[type=password], #newsletter  input[type=email] {
	width: 100%;
    font-family: officina;
	font-size: 16px;
	margin-bottom: 6px;
	padding: 8px;
	box-sizing: border-box;
	border: 2px solid #dbdfe0;
	border-radius: 2px;
}
#free_trial input[type=tel] {
	width: 75%;
}

#free_trial .submit, #login_form_box .submit, #newsletter .submit {
	width: 100%;
	background-color: #71c042;
	color: #fff;
	display: block;
    font-family: officina;
	font-size: 18px;
	padding: 8px 0;
	margin: 8px 0;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	height: 38px;
	outline: none;
}

.submit.active {
	outline: none;
	background: #71c042 url("/images/home2018/ajax-loader.gif") no-repeat center center;
}

#free_trial input:invalid {
	/*border: 2px dashed red;*/
}
#free_trial input:valid {
	background: url(/images/home2018/checkmark.svg) no-repeat center right;
	background-size: 5%;
	background-color: #fff;
}
.action_button, .LP_webinar_action_button {
	background: #71c042;
	color: #fff;
	display: inline-block;
    font-family: officina;
	font-size: 18px;
	padding: 10px 50px;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	margin: 20px 0;
}
#free_trial p {
	margin-bottom: 10px;
}
#free_trial .info {
	margin-top: 10px;
}
#free_trial_nav_button {
	display: inline-block;
	padding: 10px 50px;
	background: #71c042;
	color: #fff;
	border-radius: 2px;
}
a#free_trial_nav_button {
	color: #fff;
}
#research_council_logo {
	float: right;
	padding-top: 60px;
}
#research_statement h2 {
	font-size: 40px;
	font-weight: normal;
	text-transform: none;
}
.working_image img {
	width: 200px;
}
#todays_analyses .col-2 {
	padding-right: 50px;
}
.chart_head {
	display: table;
	width: 100%;
}
.chart_head_title, .chart_head_evaluation {
	display: table-cell;
	vertical-align: top;
}
.chart_head_evaluation {
	text-align: right;
}
.chart_head_name_ticker, .section_content .chart_head_name_ticker {
	text-align: left;
}
.section_content .chart_head_name_ticker, .chart_head_evaluation_term, #container .chart_head_name_ticker a {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #5e5e5e;
}
.chart_head_evaluation_term {
	border-bottom-width: 10px;
	border-bottom-style: solid;
}
.eval2 {
	border-color: DarkGreen;
}
.eval1 {
	border-color: Green;
}
.eval0 {
	border-color: #f0f005; /*DarkOliveGreen;*/
}
.eval-1 {
	border-color: #cc1700;
}
.eval-2 {
	border-color: DarkRed;
}
#results_and_book h2, #webinar h2, #events h2 {
	text-align: left;
}
#book_on_technical_analysis {
	padding-left: 50px;
}
#book_on_technical_analysis img {
	float: right;
}
#research_video {
	border-right: 1px solid #efefef;
}
#investtech_numbers .col-5 h2 {
	color: #f36f3b;
	font-size: 40px;
	padding: 0;
}
.investtech_numbers_suffix {
	font-size: 16px;
	padding-left: 5px; 
}
#webinar_text_section {
	padding-right: 50px;
}
#webinar_image_section {
	background-image: url(/images/home2018/arm-break-business-257897.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 400px;
	text-align: right;
	position: relative;
}
#webinar_countdown_wrapper {
	display: block;
	background: #000;
	padding: 20px;
	box-sizing: border-box;
	opacity: 0.6;
	height: 100%;
	color: #fff;
	position: absolute;
	right: 0;
	vertical-align: middle;
	text-align: center;
}
#webinar_countdown {
	opacity: 1;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.countdown_digit {
	font-size: 50px;
	color: #fff;
}
.countdown_row {
	margin-bottom: 20px;
}
#footer {
	background: #919293;
	color: #fff;
	margin: 0;
	width: auto;
	max-width: none;
}
#footer a{
	color: #fff;
	float: none;
	font-size: initial;
}
#footer_links ul {
	list-style: none;
}
#footer_details {
	width: 70%;
	vertical-align: middle;
	text-align: center;
}
#footer_contact {
	width: 30%;
	padding-left: 20px;
	border-left: 1px solid #efefef;
	vertical-align: middle;
}
#footer_call_number, #footer_call_number a, #footer_contact_us, #footer_contact_us a, #footer_request_call, #footer_request_call a {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: normal;
	vertical-align: middle;
	margin-bottom: 30px;
}
#footer_call_number {
	margin-top: 30px;
}
#footer_request_call {
	margin-bottom: 0;
}
#footer_call_number img, #footer_contact_us img, #footer_request_call img {
	color: #fff;
	margin-right: 15px;
	width: 30px;
	vertical-align: middle;
}
.address_section:first-child {
	margin-bottom: 40px;
}
.address_section {
	font-size: 18px;
}
#address_wrapper h3 {
	color: #fff;
	font-family: officina;
	font-weight: normal;
	text-transform: uppercase;
}
#footer_newsletter img {
	float: left;
	width: 100px;
	padding-right: 10px;
}

#built_for_term {
	display:inline-block;
	text-align: right;
	margin-right:10px;
	width:45%;
}

#built_for_values {
	display:inline-block; 
	text-align: left;
	width:45%; 
	color: #ef6b38;
} 

.collapsible_div {
	width: 100%;
	margin-top: 20px;
	max-height: 0px;
	-webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
	overflow: hidden;
}
.collapsible_div.fixed {
	max-height: none;
}

.collapsible_table {
	width: 100%;
	border-collapse: collapse;
}

.collapsible_div.active {
	width: 100%;
	margin-top: 20px;
	max-height: 500px;
	-webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.collapsible_div td, .collapsible_div th {
	text-align: left;
	padding: 20px 20px;
}

.collapsible_div tr:nth-child(even) {
    background-color: #f6f7f8;
}

.collapsible_div tr:nth-child(odd) {
    background-color: #ffffff;
}

.collapsible_div td:last-child{
	text-align: left;
}

.collapsible {
	background: transparent;
	color: #71c042;
	display: inline-block;
    font-family: officina;
	font-size: 18px;
	cursor: pointer;
	border: 0;
	padding-left: 0px;
}

.collapsible:focus {
	outline: 0;
}

.freeTrialTerms.form_error {
	color: red;
}

#grecaptcha-badge-box {
}
.grecaptcha-badge {
	margin: 20px auto;
}

#events_image_section, #about_image_section {
	padding-right: 50px;
}

#events_image_section img, #about_us img{
	max-width: 100%;
}

.built_for_row {
	margin-bottom: 3em;
}
#builtFor_image_section img{
	max-width: 100%;
}
.event_specifics img{
	float: left;
	margin-right: 5px;
}
.event_specifics h3{
	font-weight: normal;
	padding: 10px 0;
}
.built_for_col {
	vertical-align: middle;
}
.built_for_col:first-child {
	padding-right: 50px;
}

/* Modal Content*/

.modal {
	display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 101; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(255,255,255,0.95); /* Black w/ opacity */
    background-color: rgba(246,247,248,0.95); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin: auto;
    padding: 0 20px;
    /*border: 1px solid #888;*/
    max-width: 500px;
}

/* The Close Button */
.close2018 {
    color: #aaaaaa;
    float: right;
    font-size: 40px;
    font-weight: normal;
    border: 0;
}

.close2018:hover,
.close2018:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#login_form_box {
	padding: 80px 100px 100px 100px;
	text-align: center;
}
#login_form {
	text-align: left;
}
#login_form_box img {
	margin-bottom: 50px;
}
#login_form h2 {
	margin-bottom: 10px;
}
#login_button {
	margin-right: 10px;
}
#login_error {
	color: red;
	display: none;
}
#login_form_submit.submit {
	margin-bottom: 50px;
}
.home2018_icon {
	padding: 0;
	overflow: hidden;
	font-size: 55px;
	height: 55px;
	margin: 0 auto;
	color: #ef6b38;
	margin-right: 10px;
	padding-top: 8px;
}
#selling_points .key_image,  #built_for .key_image{
	float: left;
}


#market_dropdown {
	min-width: 300px;
	max-height: 600px;
	overflow: scroll;
}

#language_dropdown_footer {
	bottom: 24px;
}

#user_dropdown #language_dropdown_button {
	color: #5e5e5e;
	border: none;
}
#user_dropdown {
	right: 0;
	padding: 10px;
}
#user_dropdown .dropdown2018 {
	display: block;
}
.user_dropdown_section {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
#language_dropdown_button {
	color: #fff;
	border: 1px solid #fff;
	padding: 4px 10px;
}
#social {
	text-align: center;
	margin-top: 30px;
}
.social_links{
	padding: 10px;
	margin-right: 10px;
}
.social_links img{
	width: 24px;
}

/* 2019 Research pages - start */
.researchSummaryBox, .researchBox {
	padding: 40px;
	background: #efefef;
	border: 1px dashed #999;
	clear: both;
}
.researchSummaryBox h2{
	font-size: 18px;
	color: #000;
}
.researchSummaryBox div{
	display: inline-block;
	box-sizing: border-box;
}
.researchSummaryBox div:first-child{
	width: 30%;
}
.researchSummaryBox div:last-child{
	width: 70%;
}
.researchSummaryMetric {
	font-size: 26px;
	font-weight: bold;
	color: #000;
}
.researchSummary .alignleft {
	margin-bottom: 10px;
}
/* 2019 Research pages - end */


/* First breakpoint - start */
@media screen and (max-width : 1050px) {
	body {
		/*background-color: red;*/
	}

	#productSegments .col-4 {
		width: 50%;
	}
}
/* First breakpoint - end */


/* Second breakpoint - start */
@media screen and (max-width : 640px) {
	body {
		/*background-color: yellow;*/
	}
	#cookieConsentDialogue {
		max-height: 80%;
		overflow-y: auto;
	}
	#logo, .logoDescription {
		display: none;
	}
	#logo_eye {
		display: block;
		width: 80%;
	}
	.col-2, .col-3, .col-4, .col-5, #productSegments .col-4 {
		display: block;
		width: auto;
		margin-bottom: 40px;
	}
	#selling_points, #free_trial_box, #footer_details, #footer_contact {
		width: auto;
	}
	#hero_bannerNordnet {
		padding: 0;
	}
	#selling_points .col-2 {
		padding: 0;
		clear: left;
	}
	#nav_bar {
		padding-bottom: 0;
	}
	#nav_bar .section_content {
		padding: 0 20px;
	}

	.home2018_icon {
		margin-left: 10px;
	}
	#nav_bar_left, #nav_bar_right {
		display: inline-block;
		margin: 0;
		margin-bottom: 10px;
	}
	#nav_bar_left {
		width: 15%;
	}
	#nav_bar_right {
		width: 85%;
	}
	#hero_banner p {
		padding: 0;
	}

	#free_trial {
		position: relative;
		top: 0;
		max-width: 100%;
	}
	#login_form_box {
    	padding: 80px 10px 20px 10px;
    	text-align: center;
	}
	.section_content {
		padding: 20px;
	}
	#hero_banner .section_content {
		padding-left: 0;
	}
	#research_council_logo {
		padding: 0;
	}
	#book_on_technical_analysis {
		padding: 0;
		text-align: center;
	}
	#book_on_technical_analysis p{
		text-align: left;
	}
	#book_on_technical_analysis img {
		float: none;
	}
	#footer_contact {
		border: 0;
		padding: 0;
		padding-top: 20px;
	}
	#research_video iframe {
		width: 100%;
	}
	#hero_banner p {
		display: none;
	}
	#footer_call_number, #footer_call_number a, #footer_contact_us, #footer_contact_us a, #footer_request_call, #footer_request_call a {
		text-align: center;
	}
	
}
/* Second breakpoint - end */

