
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,900);
@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light');

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

footer,
header,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b {
  font-weight: 700;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

.logo {float:left;width:auto; height:auto; max-width:240px; margin:5px 0 0 3em; padding:0;}

button,
input,
select {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

#contdiv, #discdiv, #privacy {
  display: none;
}


@media print {
  *,
  :after,
  :before {
    color: #000!important;
    text-shadow: none!important;
    background: 0 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]:after {
    content: "";
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100%!important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

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

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

button,
input,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

h1,
h2,
h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

p {
  margin: 0 0 10px;
}

.text-center {
  text-align: center;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

.small {
	font-size: .85em;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:768px) {
  .container {
    width: 750px;
  }
}

@media (min-width:992px) {
  .container {
    width: 970px;
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.col-lg-12,
.col-lg-4,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-8,
.col-md-9,
.col-sm-12,
.col-sm-6,
.col-xs-6,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-6, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-6 {
  width: 50%;
}

@media (min-width:768px) {
  .col-sm-12,
  .col-sm-6 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-6 {
    width: 50%;
  }
}

@media (min-width:992px) {
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-offset-2{margin-left:16.66666667%}
}

@media (min-width:1200px) {
  .col-lg-12,
  .col-lg-4 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width:768px) {
  .navbar-header {
    float: left;
  }
}

.container>.navbar-header {
  margin-right: 0;
  margin-left: 0;
}

@media (min-width:768px) {
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width:768px) {
  .navbar-fixed-top {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.clearfix:after,
.container:after,
.navbar-header:after,
.navbar:after,
.row:after {
  clear: both;
}

@-ms-viewport {
  width: device-width;
}

.visible-sm,
.visible-xs {
  display: none!important;
}

@media (max-width:767px) {
  .visible-sm, .visible-xs {
    display: block!important;
  }
  .col-sm-12, .col-xs-12 {
  float: none;
}

.col-xs-12 {
  width: 100%;
}
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block!important;
  }
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2') format('woff2'),url('../fonts/fontawesome-webfont.woff') format('woff'),url('../fonts/fontawesome-webfont.ttf') format('truetype'),url('../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-play-circle:before {
  content: "\f144";
}
.fa-big {
	text-decoration:none;
	border-bottom:none;	
	font-size:5em;
	color:#fff;
}
.fa-big:hover {
	color: #006600;
}
.fa-bigger, .fa-bigger-b {
	margin:.5em .5em 0;
	font-size:3em;
	color:#006600;
	text-align:center;
}
.fa-bigger-b {
	color:#ED7D31;
}

.fa-bank:before {
  content: "\f19c";
}

.fa-shield:before {
  content: "\f132";
}

.fa-usd:before {
  content: "\f155";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-home:before {
  content: "\f015";
}

.fa-user:before {
  content: "\f007";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-search:before {
  content: "\f002";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-times:before {
  content: "\f00d";
}

.fa-phone:before {
  content: "\f095";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-circle:before {
  content: "\f111";
}

.fa-dollar:before {
  content: "\f155";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-biggest {
	font-size:16em;
	line-height:0.75em;
	color: #006600;
	box-sizing: none;
}
.fa-question-circle:before {
  content: "\f059";
}

.fa-question:before {
  content: "\f128";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-login {
	float:left;
	margin:0 0.5em 0 0;
	padding:0;
	color: #006600;
	font-size:2em;
}
.fa-green {
	margin:0 0.35em 0 0;
	padding:0;
	color: #006600;
	font-size:1.1em;
}

/* ------------------------------------------------------------------
Author: TheMatter
Template: Adventura
Version: 1.1.0 - Copyright 2016 TheMatter
------------------------------------------------------------------- */

footer,
header,
nav,
section {
  display: block;
}

:-moz-placeholder {
  color: #FFF;
}

::-moz-placeholder {
  color: #FFF;
}

:-ms-input-placeholder {
  color: #FFF;
}

.arrow {
  float: right;
  margin: -320px -65px 0 0;
  padding: 0;
  border: none;
  clear: both;
}

.infobox,
.infobox2 {
  position: relative;
  padding: .5em 1em;
  background-color: #fff;
  width: 21em;
  margin: 0 0 0 -15px;
  color: #222;
  height: 100px;
  text-align: right;
}

.infobox2 {
  padding: .5em .2em;
  width: 14em;
  height: 80px;
}

.infobox::after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -50px;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #fff;
}

.infobox2::after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -40px;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #fff;
}

.infobox h1 {
  font-size: 2.65em;
  line-height: 1em;
  margin: 0.6em .1em 0 0;
}

.regboxcont {
  z-index: 20;
  float: right;
  width: auto;
  padding: 2em 0;
  margin: 1em 0 0 0;
  color: #fff;
  clear: both;
}

.regbox, .regbox2 {
  padding: 1.5em 1em 1em 1em;
  width: 30em;
  margin: .5em 1em 1em;
  color: #222;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  background: #fff;
  border: solid 10px rgba(255,255,255,.9);
  background-color: rgba(255,255,255,.5);
  border-color: rgba(255,255,255,.9);
}
.regbox2 {
  background: #fff;
  border: solid 10px rgba(255,255,255,1);
  background-color: rgba(255,255,255,.4);
  border-color: rgba(255,255,255,1);
}

.whitebox {
  padding: 1em 1.5em;
  background-color: #fff;
  width: auto;
  margin: 1em 0;
  color: #222;
  height: inherit;
}

.mart {
	margin:1em 0;
}
.mart2 {
	margin:1.3em 0;
}

.space {
  height: 0;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}

:-ms-input-placeholder {
  /* Internet Explorer */
  color: #333;
}

.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}

.row-same-height {
  display: table;
  /* fix overflow */
  table-layout: fixed;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.col-sm-height {
  display: table-cell;
  float: none !important;
}
.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

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

/* ==========================================================================
Base
========================================================================== */

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

html,
input,
select {
  font-family: 'Lato', sans-serif;
}

body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}

/* ==========================================================================
Typography
========================================================================== */

.navbar-header > h1 {
  font-size: 1.75em;
  color: #fff;
  font-weight: 400;
  margin: 1em 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
  color: #353535;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.2em;
  margin: 1em 0;
  line-height: 1.2em;
}

.flinks {
  line-height: 1.5em;
}

.white {
  color: #fff;
}

.blue {
  color: #1D4998;
}

.orange {
  color: #ED7D31;
}

.banner-title {
  font-family: 'Shadows Into Light', cursive;
  /*color: #1D4998;*/
  color: #fff;
  font-size: 3.5em;
  line-height: 1.2em;
  font-weight: bold;
  margin: .25em 0 .5em;
  word-spacing:-.1em;
}

.banner-sub-title {
  /*color: #222;*/
  color: #fff;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 1.5em;
}

.logos {
  width: auto;
  height: auto;
  margin: 0;
}

/* ==========================================================================
Lists
========================================================================== */

ol,
ul {
  margin: 1em 0;
}

ol,
ul {
  padding: 0 0 0 40px;
}

/* ==========================================================================
Navigation
========================================================================== */

.navbar-default {
  background-color: rgba(0,0,0,.2);
  height: 55px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: min-height 0.3s ease-out, background 0.3s linear;
  -moz-transition: min-height 0.3s ease-out, background 0.3s linear;
  -o-transition: min-height 0.3s ease-out, background 0.3s linear;
  -ms-transition: min-height 0.3s ease-out, background 0.3s linear;
  transition: min-height 0.3s ease-out, background 0.3s linear;
}
.navbar-change {
	background-color: rgba(0,0,0,.01);
	height: 1px;
	min-height: 1px;
    -webkit-transition: min-height 0.4s ease-out, background 0.3s linear;
    -moz-transition: min-height 0.4s ease-out, background 0.3s linear;
    -o-transition: min-height 0.4s ease-out, background 0.3s linear;
    -ms-transition: min-height 0.4s ease-out, background 0.3s linear;
    transition: min-height 0.4s ease-out, background 0.3s linear;
}

.navbar-default .navbar-header > h1 {
  margin: .5em 0;
}

.navbar-default {
  border: none !important;
}

/* ==========================================================================
Buttons
========================================================================== */

.button {
  width: auto;
  display: block;
  margin: auto;
  padding: .4em 1em .4em 1em;
  border: none;
  vertical-align: middle;
  position: relative;
  color: #FFF;
  background: #ED7D31;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1.2em;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 1em;
  outline: none;
}

.button:hover {
  background: #182B4C;
}

/* ==========================================================================
Blocks
========================================================================== */

h2::after {
  border: solid 0px #D8D8D8!important;
}

.bottom {
  margin-top: 0;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */

/* columns of same height styles */

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
}

/* ==========================================================================
Forms
========================================================================== */

form {
  margin: 0;
}

input,
select {
  font-size: 100%;
  margin: .35em 0;
  vertical-align: baseline;
  vertical-align: middle;
  outline: none;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: .2em .5em;
  width: 80%;
  border: 1px solid #fff;
}

input {
  line-height: normal;
}

input:focus, select:focus {
  border: 1px solid #ED7D31;
}

input::-moz-focus-inner {
  border: 1px solid #ED7D31;
  padding: 0;
}

/* ==========================================================================
Global Styles
========================================================================== */

a {
  color: #0571DC;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a .orange {
  color: #ED7D31;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover .orange {
  color: #0571DC;
}

a:hover,
a:focus {
  color: #ED7D31;
  text-decoration: none;
  outline: none;
}

p {
  color: #222;
  line-height: 1.3em;
  font-size: 1.1em;
}

h2 {
  color: #353535;
  font-weight: bold;
}

h2::after {
  content: " ";
  border: solid 1px #D8D8D8;
  display: block;
  width: 45px;
  margin: 25px auto;
}

.section-parallax-dark {
  background: url(../img/bannerbg.jpg);
  background-attachment: fixed;
  background-position:top center;
}

.overlay {
  background: -webkit-linear-gradient(left, rgba(0,0,0,.0), rgba(0,0,0,.6)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(0,0,0,.0), rgba(0,0,0,.6)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(0,0,0,.0), rgba(0,0,0,.6)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(0,0,0,.0), rgba(0,0,0,.6)); /* Standard syntax (must be last) */
}

.section-color-dark {
  background-color: #252629;
}

.section-color-grey {
  background-color: #E7E6E6;
  padding: 2em 0;
}

.section-color-blue {
  background-color: #182B4C;
}

.section-color-blue a {
  color: #0571DC;
}

.section-color-blue a:hover {
  color: #fff;
}

.section-color-orange {
  background-color: rgba(237,125,49,.5);
  text-align: left;
  margin-top: -100px;
  z-index: 5;
}

.section-color-grey h1,
.section-color-blue h1 {
  font-size: 2.2em;
  line-height: 1.1em;
  vertical-align: bottom;
}

.section-blog input:-moz-placeholder {
  color: #C0C0C0;
}

.section-blog input::-moz-placeholder {
  color: #C0C0C0;
}

.section-blog input:-ms-input-placeholder {
  color: #C0C0C0;
}

.flex-control-paging li a {
  width: 26px;
  height: 4px;
  background: #000;
  background: rgba(206, 206, 206, 0.6);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 0px solid #000;
}

/* ==========================================================================
Footer
========================================================================== */

footer a {
  color: #0571DC;
}

footer a:hover {
  color: #fff;
}

footer {
  padding: 15px 0 20px;
}

footer p {
  color: #fff;
  margin: 5px 0;
  font-size: 15px;
}

.footer-brd-top {
  border-top: 8px solid #ED7D31;
}

.floating-broker-check {
    width: auto;
    height: auto;
    background: #fff;
    text-align: center;
    border: 1px solid #ddd;
    position: fixed;
    bottom: 0;
    right: 2em;
    z-index: 9999;
    margin-top: 0;
    box-sizing: border-box;
    padding: 0.35em .75em 0.5em .75em;
}

.floating-broker-check > img {
    vertical-align: middle;
}

/* ==========================================================================
FlexSlider
========================================================================== */

#teamSlider ul {
  -webkit-padding-start: 0;
}

ul.slides li {
  margin-bottom: 20px;
}

/* ==========================================================================
Waypoints
========================================================================== */

.fadeInUp {
  visibility: visible;
}

.delay-05s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

/* ------------------------------------------------------------------
Responsive Media queries
------------------------------------------------------------------- */

/* Large Devices, Wide Screens */

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
  .banner-title {
    font-size: 3.2em;
    line-height: 1.1em;
    margin: 0 0 .5em;
  }

  .banner-sub-title {
    font-size: 1.5em;
    margin-bottom: .7em;
  }

  .regbox, .regbox2 {
    padding: 2em 1em;
    width: 28em;
    margin: 1em 0;
  }
  .regbox {
    background-color: rgba(255,255,255,.6);
  }
  
  .infobox2 {
    margin-bottom:1em;
  }

  .arrow {
    width: 120px;
    height: auto;
    margin: -330px -75px 0 0;
  }

  .space {
    height: 80px;
  }
  
  .mart {
	margin:.7em 0;
  }
  .mart2 {
	margin:.5em 0 .9em;
  }

  .logos {
    margin: 1em 0;
  }

  .bottom {
    /*margin-top:4em;*/
  }
  footer {
  padding: 15px 0 0;
  }
  .floating-broker-check {
	width:170px;
	position:relative;
    margin: 1em auto 0 auto;
	right:auto;
	left:auto;
	}
}

/* Medium Devices, Desktops */

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
  .banner-title {
    font-size: 3em;
  }

  .banner-sub-title {
    font-size: 1.35em;
  }

  .regbox, .regbox2 {
    padding: 1.5em .5em;
    width: auto;
    max-width: 80%;
    margin: 1em 0;
  }

  .arrow {
    width: 100px;
    height: auto;
    margin: -330px -50px 0 0;
  }

  .infobox {
    width: 19em;
    height: 90px;
  }

  .infobox::after {
    margin-top: -45px;
    border-top: 45px solid transparent;
    border-right: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 45px solid #fff;
  }
  
  .logo {float:left;width:auto; height:auto; max-width:216px; margin:4px 0 0 2.2em; padding:0;}

  .infobox h1 {
    font-size: 2.2em;
  }

  .section-color-grey h1,
  .section-color-blue h1 {
    font-size: 2em;
  }

  .button {
    padding: 0.5em 1em;
  }

  .logos {
    margin: .5em 0;
  }

  .section-color-grey h1,
  .section-color-blue h1 {
    line-height: 1.1em;
    padding-top: 0;
  }
  .floating-broker-check {
    margin: 1em auto 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .infobox2 {
   width: 15em;
   height: 60px;
  }
  .infobox2::after {
    margin-top: -30px;
    border-top: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #fff;
  }
  .infobox2 h2 {
    font-size: 1.5em;
    margin: 0.3em 0 0 1em;
	text-align:left;
  }
  .arrow, #engco {
    display: none;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
  .regbox, .regbox2 {
    max-width: 95%;
  }

  .infobox {
    width: 16em;
    height: 80px;
  }

  .infobox::after {
    margin-top: -40px;
    border-top: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #fff;
  }
  
  .logo {float:left;width:auto; height:auto; max-width:190px; margin:3px 0 0 2em; padding:0;}
}

/*** uncss> filename: https://entrepreneurmap.com/HCM/SDBA/css/animate.css ***/

@charset "UTF-8";

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* Browser Resets
*********************************/

.slides,
.flex-control-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/

/* Font-face Icons */

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

/* FlexSlider Necessary Styles
*********************************/

/* Hide the slides before the JS is loaded. Avoids image jumping */

/* Clearfix for the .slides element */

.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* Direction Nav */

/* Pause/Play */

/* Control Nav */

.flex-control-nav {
  width: 100%;
  position: relative;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 1em;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #ED7D31;
  cursor: pointer;
  text-indent: -9999px;
}

.flex-control-paging li a:hover {
  background: #182B4C;
}

.flex-control-paging li a.flex-active {
  background: #182B4C;
  cursor: default;
}

/*** uncss> filename: https://entrepreneurmap.com/HCM/SDBA/css/magnific-popup.css ***/

/* Magnific Popup CSS */

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Main image in popup */

/* The shadow behind the image */

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
}
