/*-----------------------------------------------------------------------------
 * Project		: CommSec Brand Landing Page
 * Description	: Main CSS
 * Date: 27 April 2015;
 -----------------------------------------------------------------------------*/
/*
* Base Styles
---------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*
* CSS
---------------------------------------*/
@font-face {
  font-family: 'HelveticaNeueLTStd-Roman';
  src: url("css/HelveticaNeueLTStd-Roman.eot?") format("eot"), url("css/HelveticaNeueLTStd-Roman.otf") format("opentype"), url("css/HelveticaNeueLTStd-Roman.woff") format("woff"), url("css/HelveticaNeueLTStd-Roman.ttf") format("truetype"), url("css/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman") format("svg");
}

@font-face {
  font-family: 'HNLTStd-Bd';
  src: url("css/HNLTStd-Bd.eot?") format("eot"), url("css/HNLTStd-Bd.otf") format("opentype"), url("css/HNLTStd-Bd.woff") format("woff"), url("css/HNLTStd-Bd.ttf") format("truetype"), url("css/HNLTStd-Bd.svg#HHNLTStd-Bd") format("svg");
}

@font-face {
  font-family: 'AachenComWebMedium';
  src: url("css/aachencomweb-medium.eot");
  src: url("css/aachencomweb-medium.eot?#iefix") format("embedded-opentype"), url("css/aachencomweb-medium.woff") format("woff"), url("css/aachencomweb-medium.ttf") format("truetype"), url("css/aachencomweb-medium.svg#aachencomweb-medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background: #000000;
  font-family: 'HelveticaNeueLTStd-Roman',arial, verdana, sans-serif;
  font-size: 16px;
  color: #cccccc;
  /* stop text from resizing on phone rotation */
  -webkit-text-size-adjust: none;
}

h1 {
  font-family: "AachenComWebBold",arial,sans-serif;
  font-weight: 100;
}

h2, h3, h4, h5, h6 {
  font-family: 'HelveticaNeueLTStd-Roman',arial, verdana, sans-serif;
}

strong {
  font-weight: bold;
}

i {
  font-style: italic;
}

h1 {
  color: white;
}

h2 {
  color: white;
}

h3 {
  color: white;
}

h4 {
  color: white;
}

h5 {
  color: white;
}

h6 {
  color: white;
}

p {
  color: white;
}

input, textarea, button {
  -webkit-appearance: none;
  border-radius: 0;
}

.mobileOnly {
  display: none !important;
}

.webOnly {
  display: block !important;
}

.container {
  width: 1140px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2D2D2D;
  opacity: 0.9;
  filter: alpha(opacity=90);
  z-index: 100;
  display: none;
}

#modal,
.brightcove-video {
  position: fixed;
  z-index: 101;
}

.modal-hidden {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.content-video-popup {
  background: #ffffff;
  width: 920px;
  height: 518px;
}

#close,
.close-popup {
  position: absolute;
  background: url(img/close.png) 0 0 no-repeat;
  width: 24px;
  height: 27px;
  display: block;
  text-indent: -9999px;
  top: -26px;
  right: 0px;
}

.BrightcoveExperience {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#loading,
#loading-popup {
  background: url(img/ajax-loader.gif) no-repeat center center;
  background-color: white;
  width: 100px;
  height: 42px;
  padding: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -60px;
  display: none;
}

#loading-popup {
  z-index: 101;
}

#overlay-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2D2D2D;
  opacity: 0.9;
  filter: alpha(opacity=90);
  display: none;
  z-index: 100;
}

#modal-image {
  position: absolute;
  z-index: 101;
}

#content-image {
  width: 870px;
}
#content-image .popup-header {
  background: #191919;
  font-family: 'HelveticaNeueLTStd-Roman';
  font-size: 28px;
  padding: 26px 0 26px 33px;
}
#content-image .popup-content-inner {
  background: white;
  line-height: 1px;
  font-size: 1px;
}
#content-image .popup-footer {
  background: #191919;
  padding: 10px 0;
}
#content-image .popup-footer h2 {
  float: left;
  font-family: 'AachenComWebMedium';
  font-size: 20px;
  line-height: normal;
  color: white;
  padding: 0 0 0 29px;
  margin-top: -2px;
}
#content-image .popup-footer a {
  float: right;
  background: url(img/commsec-logo-popup.png) no-repeat;
  width: 128px;
  height: 33px;
  display: block;
  text-indent: -9999px;
  margin-right: 28px;
}
#content-image .popup-tc {
  padding-top: 9px;
}
#content-image .popup-tc p {
  font-size: 9px;
  line-height: normal;
  color: #83878d;
}

#close-image {
  position: absolute;
  background: url(img/close.png) 0 0 no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  top: -28px;
  right: -51px;
}

#wrapper {
  width: 100%;
  padding-top: 68px;
}
#wrapper p.btn {
  position: relative;
  z-index: 1;
}
#wrapper p.btn a {
  background: #2a7ab8;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0 3px #555;
  color: white;
  display: block;
  font-family: 'HelveticaNeueLTStd-Roman';
  padding: 6px 12px 8px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
}
#wrapper p.btn a:hover {
  background: #4898d6;
}
#wrapper .fixed {
  position: fixed !important;
  top: 68px;
  left: 0;
  width: 100%;
  z-index: 99;
}
#wrapper .people-list {
  padding: 30px 0 54px 0;
}
#wrapper .people-list .more-content {
  padding-top: 30px;
  display: none;
}
#wrapper .people-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#wrapper .people-list ul li {
  background: none;
  padding: 0 0 0 30px;
  margin: 0;
  float: left;
}
#wrapper .people-list ul li:first-child {
  padding: 0;
}
#wrapper .people-list ul li .content-image {
  border: 1px solid #303030;
  width: 260px;
  height: 178px;
  position: relative;
  transition: all 0.2s ease;
}
#wrapper .people-list ul li .content-image:hover {
  border: 1px solid #ffca05;
}
#wrapper .people-list ul li .content-image:hover .mask {
  background: rgba(0, 0, 0, 0.2) !important;
}
#wrapper .people-list ul li .content-image .mask {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
#wrapper .people-list ul li .content-image .text {
  position: absolute;
  top: 128px;
  left: 15px;
}
#wrapper .people-list ul li .content-image .text a {
  background: url(img/button-play-sm.png) no-repeat 0 2px;
  font-family: 'HNLTStd-Bd';
  font-size: 16px;
  line-height: 20px;
  color: white;
  text-decoration: none;
  padding-left: 50px;
  padding-right: 15px;
  display: block;
}
#wrapper .people-list ul li .content-image .one-line a {
  height: 38px;
  line-height: 38px;
}
#wrapper .people-list ul li .content-text {
  text-align: center;
  padding-top: 11px;
}
#wrapper .people-list ul li a.download-pdf {
  background: url(img/icon-pdf.png) no-repeat 0 0;
  font-family: 'HelveticaNeueLTStd-Roman';
  font-size: 12px;
  color: #aaaaaa;
  text-decoration: none;
  display: inline-block;
  padding: 5px 0 5px 26px;
}
#wrapper .people-list ul li a.download-pdf:hover {
  color: white;
}
#wrapper .people-list-mobile {
  display: none;
}
#wrapper .people-list-mobile .more-content {
  padding-top: 30px;
  display: none;
}
#wrapper #header {
  background: #191919;
  width: 100%;
  height: 54px;
  padding-top: 14px;
  top: 0;
}
#wrapper #header #logo {
  float: left;
  background: url(img/commsec-logo.png) no-repeat;
  width: 170px;
  height: 44px;
  display: block;
  text-indent: -9999px;
}
#wrapper #header #nav-mobile {
  display: none;
}
#wrapper #header .nav-mobile {
  display: none;
}
#wrapper #header h3 {
  float: right;
  font-family: 'AachenComWebMedium';
  font-size: 28px;
  line-height: normal;
  color: white;
  padding-top: 0;
  margin-top: -2px;
}
#wrapper #header p.btn {
  display: none;
}
#wrapper #carousel {
  height: 550px;
}
#wrapper #carousel h1 {
  font-family: 'AachenComWebMedium';
  font-size: 68px;
  line-height: normal;
  color: #ffca05;
  letter-spacing: -1px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -30px 0 0 -320px;
  pointer-events: none;
}
#wrapper #carousel .brightcove-block .content-video-popup {
  height: 518px;
}
#wrapper #carousel .brightcove-block .content-video-popup iframe, #wrapper #carousel .brightcove-block .content-video-popup object {
  -webkit-transform: none;
}
#wrapper #carousel .desktop-video {
  cursor: pointer;
  height: 550px;
  overflow: hidden;
  position: relative;
}
#wrapper #carousel .desktop-video ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
}
#wrapper #carousel .desktop-video ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  background: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 2%;
  text-align: center;
  color: rgba(255, 255, 255, 0);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
#wrapper #carousel .desktop-video ul li:hover {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  color: white;
}
#wrapper #carousel .desktop-video ul li:hover .short-dec {
  left: 0;
}
#wrapper #carousel .desktop-video ul li.image1 {
  background-image: url(img/ballet-dancer.gif);
}
#wrapper #carousel .desktop-video ul li.image2 {
  background-image: url(img/gennaro-site-cinegraph-01.gif);
}
#wrapper #carousel .desktop-video ul li.image3 {
  background-image: url(img/amanda-site-cinegraph-01.gif);
}
#wrapper #carousel .desktop-video ul li.image4 {
  background-image: url(img/soccer.gif);
}
#wrapper #carousel .desktop-video ul li img {
  display: none;
}
#wrapper #carousel .desktop-video ul li .short-dec {
  background: rgba(75, 61, 14, 0.8);
  position: absolute;
  left: -800px;
  padding: 17px 30px 0 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: left;
  bottom: 20px;
}
#wrapper #carousel .desktop-video ul li .short-dec h2 {
  background: url(img/button-play-lg.png) no-repeat;
  font-family: 'AachenComWebMedium';
  font-size: 32px;
  color: #ffca05;
  padding: 20px 0 0 87px;
  min-height: 60px;
}
#wrapper #carousel img {
  width: 100%;
  height: 550px;
}
#wrapper #carousel .flexslider {
  display: none;
}
#wrapper #carousel .flexslider ul.slides {
  padding: 0;
  margin: 0;
  list-style: none;
}
#wrapper #carousel .flexslider ul li {
  background: none;
  padding: 0;
  margin: 0;
  line-height: 0;
}
#wrapper #nav {
  background: url(img/bg-nav.jpg) repeat-x;
  width: 100%;
  height: 101px;
  position: relative;
}
#wrapper #nav .global-nav {
  float: left;
  width: 910px;
  border-left: 1px solid #353535;
}
#wrapper #nav .button-wrap {
  float: left;
  width: 186px;
  height: 71px;
  padding: 30px 0 0 42px;
  border-left: 1px solid #000000;
}
#wrapper #nav .button-wrap p.btn {
  width: 136px;
}
#wrapper #nav .button-wrap p.btn a {
  font-size: 16px;
  line-height: normal;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  -ms-border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 13px 28px;
  box-shadow: 0 3px #555;
  display: block;
}
#wrapper #nav .button-wrap p.btn a span {
  background: url("img/button-arrow.png") no-repeat;
  height: 12px;
  line-height: 1px;
  position: absolute;
  right: 20px;
  text-indent: -9999px;
  top: 16px;
  width: 8px;
}
#wrapper #nav ul > li {
  background: transparent;
  border-right: 1px solid #353535;
  border-left: 1px solid #000000;
  width: 180px !important;
  height: 101px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s ease;
}
#wrapper #nav ul > li.current {
  background: url(img/bg-nav-current.jpg) repeat-x;
}
#wrapper #nav ul > li.current a {
  color: #ffca05;
}
#wrapper #nav ul > li:hover {
  background: url(img/bg-nav-hover.jpg) repeat-x;
}
#wrapper #nav ul > li a {
  font-family: 'HNLTStd-Bd';
  font-size: 16px;
  color: white;
  text-decoration: none;
  display: block;
  width: 180px;
  height: 101px;
  display: table-cell;
  vertical-align: middle;
}
#wrapper #article-intro {
  height: 375px;
}
#wrapper #article-intro h1 {
  font-family: 'AachenComWebMedium';
  font-size: 40px;
  line-height: normal;
  color: white;
  padding-bottom: 10px;
}
#wrapper #article-intro p {
  font-family: 'HelveticaNeueLTStd-Roman';
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 22px;
}
#wrapper #article-intro p.btn {
  width: 136px;
  display: none;
}
#wrapper #article-intro p.btn a {
  font-size: 16px;
  line-height: normal;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  -ms-border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 13px 28px;
  box-shadow: 0 3px #555;
}
#wrapper #article-intro p.btn a span {
  background: url("img/button-arrow.png") no-repeat;
  height: 12px;
  line-height: 1px;
  position: absolute;
  right: 20px;
  text-indent: -9999px;
  top: 16px;
  width: 8px;
}
#wrapper #article-intro .welcome-block .text {
  float: left;
  width: 100%;
  padding-top: 73px;
  text-align: center;
}
#wrapper #article-intro .welcome-block .view-video-block {
  float: left;
  padding: 140px 0 0 0;
  width: 50%;
}
#wrapper #article-intro .welcome-block .view-video-block a.button-play {
  background: url(img/button-play.png) no-repeat top center;
  font-family: 'HelveticaNeueLTStd-Roman';
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  padding-top: 95px;
  display: block;
  text-align: center;
}
#wrapper #article-basics {
  background: #191919;
  padding: 53px 0 0 0;
}
#wrapper #article-basics.active h2 {
  color: #ffca05;
}
#wrapper #article-basics h2 {
  font-family: 'HelveticaNeueLTStd-Roman';
  font-size: 28px;
  line-height: normal;
  text-align: center;
  padding-bottom: 22px;
}
#wrapper #article-basics p {
  font-family: 'HelveticaNeueLTStd-Roman';
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
#wrapper #article-strategies {
  background: #282828;
  padding: 53px 0 0 0;
}
#wrapper #article-strategies.active h2 {
  color: #ffca05;
}
#wrapper #article-strategies h2 {
  font-family: 'HelveticaNeueLTStd-Roman';
  font-size: 28px;
  line-height: normal;
  text-align: center;
  padding-bottom: 22px;
}
#wrapper #article-strategies p {
  font-family: 'HelveticaNeueLTStd-Roman';
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
#wrapper #article-strategies .people-list {
  width: 848px;
  margin: 0 auto;
}
#wrapper #article-trade-commsec {
  background: #191919;
  padding: 53px 0 40px 0;
}
#wrapper #article-trade-commsec.active h2 {
  color: #ffca05;
}
#wrapper #article-trade-commsec h2 {
  font-family: 'HelveticaNeueLTStd-Roman';
  font-size: 28px;
  line-height: normal;
  text-align: center;
  padding-bottom: 22px;
}
#wrapper #article-trade-commsec p {
  font-family: 'HelveticaNeueLTStd-Roman';
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
#wrapper #article-trade-commsec .people-list {
  padding: 30px 0 33px;
}
#wrapper #article-trade-commsec .people-list ul li .content-image .mask {
  background: rgba(0, 0, 0, 0.3);
}
#wrapper #article-trade-commsec .people-list ul li .content-image .text a {
  background: url("img/icon-page.png") no-repeat 0 2px;
}
#wrapper #article-trade-commsec p.btn {
  width: 120px;
  margin: 0 auto;
  text-align: left;
}
#wrapper #article-trade-commsec p.btn a {
  background: #454545;
  font-size: 12px;
  line-height: normal;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  -ms-border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 13px 20px;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2);
}
#wrapper #article-trade-commsec p.btn a span {
  background: url("img/icon-plus.png") no-repeat;
  height: 11px;
  line-height: 1px;
  position: absolute;
  right: 20px;
  text-indent: -9999px;
  top: 14px;
  width: 11px;
}
#wrapper #article-trade-commsec p.btn a:hover {
  background-color: #656565;
}
#wrapper #article-market {
  background: black;
  padding: 53px 0 40px 0;
}
#wrapper #article-market.active h2 {
  color: #ffca05;
}
#wrapper #article-market h2 {
  font-family: 'HelveticaNeueLTStd-Roman';
  font-size: 28px;
  line-height: normal;
  text-align: center;
  padding-bottom: 22px;
}
#wrapper #article-market p {
  font-family: 'HelveticaNeueLTStd-Roman';
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
#wrapper #article-market p.btn {
  width: 120px;
  margin: 0 auto;
  text-align: left;
}
#wrapper #article-market p.btn a {
  background: #454545;
  font-size: 12px;
  line-height: normal;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  -ms-border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 13px 20px;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2);
}
#wrapper #article-market p.btn a span {
  background: url("img/icon-plus.png") no-repeat;
  height: 11px;
  line-height: 1px;
  position: absolute;
  right: 20px;
  text-indent: -9999px;
  top: 14px;
  width: 11px;
}
#wrapper #article-market .people-list {
  padding: 30px 0 26px;
}
#wrapper #article-market .people-list ul li .content-image .page a {
  background: url("images/icon-page.png") no-repeat 0 2px;
}
#wrapper #article-commsec {
  background: #191919;
  padding: 53px 0 0 0;
}
#wrapper #article-commsec.active h2 {
  color: #ffca05;
}
#wrapper #article-commsec h2 {
  font-family: 'HelveticaNeueLTStd-Roman';
  font-size: 28px;
  line-height: normal;
  text-align: center;
  padding-bottom: 22px;
}
#wrapper #article-commsec p {
  font-family: 'HelveticaNeueLTStd-Roman';
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
#wrapper #article-commsec .people-list {
  padding: 30px 0 68px;
}
#wrapper #article-commsec .people-list ul li .content-image .page-icon a {
  background: url("img/icon-page.png") no-repeat 0 2px;
}
#wrapper #article-commsec .people-list ul li .item1 .mask {
  background: rgba(0, 0, 0, 0.3);
}
#wrapper #article-commsec .people-list ul li .item3 .mask {
  background: rgba(0, 0, 0, 0.3);
}
#wrapper #article-commsec .people-list ul li .item4 .mask {
  background: rgba(0, 0, 0, 0.3);
}
#wrapper #article-get-started {
  background: black;
  padding: 40px 0 34px 0;
}
#wrapper #article-get-started h2 {
  font-family: 'HelveticaNeueLTStd-Roman';
  font-size: 28px;
  line-height: normal;
  color: white;
  padding: 0 0 23px;
  margin: 0;
}
#wrapper #article-get-started h3 {
  font-family: 'HNLTStd-Bd';
  font-size: 20px;
  line-height: normal;
  color: white;
  padding: 0 0 11px;
}
#wrapper #article-get-started h4 {
  font-family: 'HNLTStd-Bd';
  font-size: 22px;
  line-height: normal;
  color: #ffca05;
  padding: 17px 0;
}
#wrapper #article-get-started p.btn {
  width: 142px;
}
#wrapper #article-get-started p.btn a {
  font-size: 16px;
  line-height: normal;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  -ms-border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 13px 28px;
  box-shadow: 0 3px #555;
}
#wrapper #article-get-started p.btn a span {
  background: url("img/button-arrow.png") no-repeat;
  height: 12px;
  line-height: 1px;
  position: absolute;
  right: 20px;
  text-indent: -9999px;
  top: 16px;
  width: 8px;
}
#wrapper #article-get-started .content-left {
  float: left;
  width: 470px;
  padding: 28px 140px 0 0;
}
#wrapper #article-get-started .content-left p {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 22px;
}
#wrapper #article-get-started .content-right {
  float: left;
  width: 470px;
  padding: 28px 0 0 0;
}
#wrapper #article-get-started .content-right p {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 22px;
}
#wrapper #glossary-block {
  background: #191919;
  padding: 53px 0 53px;
}
#wrapper #glossary-block h2 {
  font-family: 'HelveticaNeueLTStd-Roman';
  font-size: 28px;
  line-height: normal;
  color: white;
  padding: 0 0 23px;
  margin: 0;
  text-align: center;
}
#wrapper #glossary-block p {
  font-family: 'HelveticaNeueLTStd-Roman';
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 0 90px;
}
#wrapper #glossary-block .glossary-list {
  padding: 45px 0 45px 0;
}
#wrapper #glossary-block .glossary-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#wrapper #glossary-block .glossary-list ul li {
  margin: 0;
  padding: 0;
  background: none;
  border-bottom: 1px solid #262626;
}
#wrapper #glossary-block .glossary-list ul li h3 {
  font-family: 'HNLTStd-Bd';
  font-size: 18px;
  color: #767676;
  position: relative;
  cursor: pointer;
  padding: 15px 0 15px 24px;
}
#wrapper #glossary-block .glossary-list ul li h3 .icon {
  position: absolute;
  left: 3px;
  background: url(img/arrow-plus.png) no-repeat;
  width: 9px;
  height: 9px;
  top: 19px;
}
#wrapper #glossary-block .glossary-list ul li h3.toggled {
  color: #ffca05;
  padding-bottom: 30px;
}
#wrapper #glossary-block .glossary-list ul li h3.toggled .icon {
  background-image: url(img/arrow-minus.png);
}
#wrapper #glossary-block .glossary-list ul li h3:hover {
  color: white;
}
#wrapper #glossary-block .glossary-list ul li > div {
  display: none;
}
#wrapper #glossary-block .glossary-list ul li > div p {
  padding: 0 10px 12px 50px;
  text-align: left;
}
#wrapper #invest-block {
  background: black;
  padding: 42px 0;
}
#wrapper #invest-block h5 {
  color: white;
  font-family: "AachenComWebMedium";
  font-size: 32px;
  line-height: normal;
  text-align: center;
}
#wrapper #footer {
  background: #231f20;
  padding: 26px 0 55px 0;
}
#wrapper #footer .footer-row1 .footer-logo {
  float: left;
  width: 195px;
}
#wrapper #footer .footer-row1 .footer-links {
  float: left;
  width: 555px;
  font-family: Arial,sans-serif,"Helvetica Neue",Helvetica;
  font-size: 12px;
  color: #aaa;
  padding-top: 7px;
}
#wrapper #footer .footer-row1 .footer-links a {
  color: #aaa;
  text-decoration: none;
}
#wrapper #footer .footer-row1 .footer-links a:hover {
  color: #2675aa;
}
#wrapper #footer .footer-row1 .footer-share {
  float: right;
  width: 180px;
  padding-top: 3px;
}
#wrapper #footer .footer-row1 .footer-share h2 {
  font-family: 'HNLTStd-Bd';
  font-size: 12px;
  color: white;
  float: left;
  width: 90px;
  padding-top: 4px;
}
#wrapper #footer .footer-row1 .footer-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 90px;
}
#wrapper #footer .footer-row1 .footer-share ul li {
  float: left;
  padding-left: 10px;
}
#wrapper #footer .footer-row1 .footer-share ul li:first-child {
  padding-left: 0;
}
#wrapper #footer .footer-row2 {
  padding-top: 17px;
}
#wrapper #footer .footer-row2 h2 {
  float: left;
  width: 195px;
  font-family: 'HNLTStd-Bd';
  font-size: 12px;
  color: white;
  padding-top: 12px;
}
#wrapper #footer .footer-row2 .footer-app ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
#wrapper #footer .footer-row2 .footer-app ul li {
  float: left;
  padding-left: 10px;
}
#wrapper #footer .footer-row2 .footer-app ul li:first-child {
  padding-left: 0;
}
#wrapper #disclaimer {
  background: none repeat scroll 0 0 #000000;
  padding: 42px 0;
}
#wrapper #disclaimer h6 {
  font-size: 14px;
  margin: 0 0 10px;
  font-family: 'arial', verdana, sans-serif;
  line-height: 20px;
}
#wrapper #disclaimer p {
  font-size: 12px;
  margin: 0 0 10px;
  line-height: 17px;
  font-family: 'arial', verdana, sans-serif;
}
#wrapper a.top-page {
  background: url("img/arrow-top.gif") no-repeat scroll center 17px black;
  border: 2px solid #ffffff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  bottom: 10%;
  color: #ffcc00;
  height: 35px;
  padding: 51px 0 0 19px;
  right: -15px;
  width: 43px;
  text-decoration: none;
  font-size: 14px;
  position: fixed;
  display: none;
  z-index: 9;
}
#wrapper a.top-page:focus {
  color: #2675aa;
}

.ie8 #wrapper #carousel .desktop-video li, .ie9 #wrapper #carousel .desktop-video li {
  width: 25%;
  height: 550px;
  float: left;
  padding: 0;
  background: none;
}
.ie8 #wrapper #carousel .desktop-video li.image3 img, .ie9 #wrapper #carousel .desktop-video li.image3 img {
  margin-left: -504px;
}
.ie8 #wrapper #carousel .desktop-video li img, .ie9 #wrapper #carousel .desktop-video li img {
  display: block;
  width: auto !important;
  height: 550px !important;
  margin-left: -290px;
}
.ie8 #wrapper #carousel .desktop-video li .short-dec h2, .ie9 #wrapper #carousel .desktop-video li .short-dec h2 {
  font-size: 26px;
  padding: 6px 0 0 87px;
}
.ie8 .brightcove-block .content-text a.download-pdf, .ie9 .brightcove-block .content-text a.download-pdf {
  display: none;
}

@media screen and (max-width: 767px) {
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .webOnly {
    display: none !important;
  }

  .mobileOnly {
    display: block !important;
  }

  .replace-2x {
    font-size: 1px;
  }

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

  #loading,
  #overlay {
    display: none !important;
  }

  .content-video-popup {
    background: #fff;
    padding: 0;
    width: 100%;
    height: auto;
  }

  .brightcove-block {
    padding: 30px 0 22px 0;
    position: relative;
    overflow: hidden;
    height: 219px;
  }
  .brightcove-block iframe, .brightcove-block object {
    max-width: 100%;
    max-height: 100%;
  }
  .brightcove-block .brightcove-video {
    height: 100%;
    visibility: visible;
  }
  .brightcove-block .brightcove-video .content-video-popup {
    height: 100%;
  }
  .brightcove-block .brightcove-video .content-video-popup .containing-block {
    height: 100%;
  }
  .brightcove-block .brightcove-video .content-video-popup .containing-block .outer-container {
    height: 100%;
    position: relative;
  }
  .brightcove-block .brightcove-video .content-video-popup .containing-block .outer-container .BrightcoveExperience {
    height: 100%;
  }
  .brightcove-block .content-text {
    clear: both;
    display: block;
    text-align: center;
    padding-top: 19px;
  }
  .brightcove-block .content-text a.download-pdf {
    background: url(img/icon-pdf@2x.png) no-repeat 0 0;
    background-size: 13px 16px;
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 12px;
    color: #474747;
    text-decoration: none;
    display: inline-block;
    padding: 2px 0 5px 25px;
  }
  .brightcove-block .close-popup {
    display: none;
  }

  .modal-hidden {
    width: 100%;
    height: auto;
    position: static;
  }

  #modal,
  .brightcove-video {
    width: 100%;
    height: auto;
    position: static;
    overflow: hidden;
  }
  #modal iframe,
  .brightcove-video iframe {
    width: 100%;
    height: 100%;
  }

  #content-image {
    width: 100%;
  }
  #content-image .popup-header {
    font-size: 23px;
    line-height: normal;
    padding: 16px 100px 16px 16px;
  }
  #content-image .popup-content-inner img {
    width: 100%;
    height: auto;
  }
  #content-image .popup-footer h2 {
    font-size: 18px;
    padding-left: 15px;
  }
  #content-image .popup-footer a {
    background-size: 103px 27px;
    width: 103px;
    height: 27px;
    margin-right: 15px;
  }

  #modal-image #close-image {
    top: 27px;
    right: 15px;
  }

  #wrapper {
    padding-top: 60px;
  }
  #wrapper.reset {
    padding: 0;
    margin: 0;
  }
  #wrapper .people-list {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 22px 0;
    display: none;
  }
  #wrapper .people-list ul li {
    display: none;
    float: none;
    padding: 0;
  }
  #wrapper .people-list ul li:first-child {
    padding: 0;
    display: block;
  }
  #wrapper .people-list ul li:nth-child(2n+2) {
    padding-right: auto;
  }
  #wrapper .people-list ul li .content-image {
    width: 100%;
    height: auto;
    line-height: 0;
  }
  #wrapper .people-list ul li .content-image img {
    width: 100%;
    height: auto;
  }
  #wrapper .people-list ul li .content-image .text {
    top: auto;
    bottom: 10px;
  }
  #wrapper .people-list ul li .content-image .text a {
    background: url(img/button-play.png) no-repeat 0 2px;
    background-size: 37px 37px;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 4px;
  }
  #wrapper .people-list ul li .content-image .one-line a {
    height: 39px;
    line-height: 39px;
  }
  #wrapper .people-list ul li a.download-pdf {
    background: url(img/icon-pdf@2x.png) no-repeat 0 0;
    background-size: 13px 16px;
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 12px;
    color: #474747;
    text-decoration: none;
    display: inline-block;
    padding: 2px 0 5px 25px;
  }
  #wrapper .people-list ul li .content-text {
    text-align: center;
    padding-top: 19px;
  }
  #wrapper .people-list-mobile {
    overflow: hidden;
    display: block;
  }
  #wrapper .people-list-mobile .more-content {
    padding-top: 0;
    display: none;
  }
  #wrapper .people-list-mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #wrapper .people-list-mobile ul li {
    width: 50%;
    background: none;
    padding: 0 2% 4% 0;
    margin: 0;
    float: left;
  }
  #wrapper .people-list-mobile ul li:first-child {
    padding-right: 2%;
  }
  #wrapper .people-list-mobile ul li:nth-child(2n+2) {
    padding-left: 2%;
    padding-right: 0;
  }
  #wrapper .people-list-mobile ul li.active .content-image {
    border: 1px solid #ffca05;
  }
  #wrapper .people-list-mobile ul li .content-image {
    border: 1px solid #303030;
    width: 100%;
    height: 100%;
    position: relative;
    line-height: 0;
  }
  #wrapper .people-list-mobile ul li .content-image img {
    width: 100%;
    height: auto;
  }
  #wrapper .people-list-mobile ul li .content-image:hover .mask {
    background: rgba(0, 0, 0, 0.1);
  }
  #wrapper .people-list-mobile ul li .content-image .mask {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #wrapper .people-list-mobile ul li .content-image .text {
    position: absolute;
    top: auto;
    left: 10px;
    bottom: 10px;
  }
  #wrapper .people-list-mobile ul li .content-image .text a {
    font-family: 'HNLTStd-Bd';
    font-size: 12px;
    line-height: 14px;
    color: white;
    text-decoration: none;
    padding-left: 0;
    padding-right: 10px;
    display: block;
  }
  #wrapper #header {
    min-height: 70px;
    height: auto;
    padding-bottom: 11px;
  }
  #wrapper #header h3 {
    font-size: 26px;
    text-align: center;
    float: none;
    padding: 65px 0 13px 0;
    display: none;
  }
  #wrapper #header #logo {
    float: none;
    background: url(img/commsec-logo-m.png) no-repeat;
    background-size: 133px 35px;
    width: 133px;
    height: 35px;
    margin: 0;
    position: absolute;
    top: 4px;
    right: 16px;
  }
  #wrapper #header p.btn {
    width: 136px;
    display: block;
    position: absolute;
    top: -4px;
    right: 16px;
    display: none;
  }
  #wrapper #header p.btn a {
    font-size: 16px;
    line-height: normal;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    -ms-border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    padding: 13px 28px;
    box-shadow: 0 3px #555;
  }
  #wrapper #header p.btn a span {
    background: url("img/button-arrow@2x.png") no-repeat;
    background-size: 7px 11px;
    height: 12px;
    line-height: 1px;
    position: absolute;
    right: 20px;
    text-indent: -9999px;
    top: 16px;
    width: 8px;
  }
  #wrapper #header #nav-mobile {
    display: block;
    background: url(img/nav@2x.png) no-repeat;
    background-size: 29px 20px;
    width: 29px;
    height: 20px;
    position: absolute;
    top: 6px;
    left: 16px;
    text-indent: -9999px;
  }
  #wrapper #header #nav-mobile.active {
    background: url(img/close@2x.png) no-repeat;
    background-size: 29px 29px;
    width: 29px;
    height: 29px;
  }
  #wrapper #header .nav-mobile {
    display: none;
  }
  #wrapper #header .nav-mobile h3 {
    display: block;
  }
  #wrapper #header .nav-mobile .global-nav-mobile {
    padding: 20px 0 0 0;
  }
  #wrapper #header .nav-mobile .global-nav-mobile ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #wrapper #header .nav-mobile .global-nav-mobile ul li {
    background: #050505;
    border-top: 1px solid #2b2b2b;
  }
  #wrapper #header .nav-mobile .global-nav-mobile ul li:last-child {
    border-bottom: 1px solid #2b2b2b;
  }
  #wrapper #header .nav-mobile .global-nav-mobile ul li a {
    font-family: 'HNLTStd-Bd';
    font-size: 16px;
    line-height: normal;
    text-decoration: none;
    color: white;
    padding: 18px 0 18px 17px;
    display: block;
  }
  #wrapper #carousel {
    height: auto;
    position: relative;
  }
  #wrapper #carousel .desktop-video {
    display: none;
  }
  #wrapper #carousel h1 {
    width: 100%;
    margin: 0;
    z-index: 3;
    left: 0;
    font-size: 31px;
    line-height: 31px;
    text-align: center;
    margin-top: -96px;
  }
  #wrapper #carousel h2 {
    position: relative;
    z-index: 3;
  }
  #wrapper #carousel .flexslider {
    display: block;
    border: 0;
    margin: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding-bottom: 29px;
  }
  #wrapper #carousel .flexslider img {
    width: 100%;
    height: auto;
  }
  #wrapper #carousel .flexslider .slides li h2 {
    font-family: 'AachenComWebMedium';
    font-size: 24px;
    line-height: 24px;
    color: #ffca05;
    background: url(img/button-play.png) no-repeat center top;
    background-size: 45px 45px;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 65px 50px 0 50px;
  }
  #wrapper #carousel .flexslider .flex-direction-nav .flex-next,
  #wrapper #carousel .flexslider .flex-direction-nav .flex-prev {
    background: url(img/arrow-right.png) no-repeat;
    background-size: 14px 28px;
    width: 14px;
    height: 28px;
    right: 20px;
    opacity: 1;
    margin: 0;
    top: 50%;
  }
  #wrapper #carousel .flexslider .flex-direction-nav .flex-prev {
    left: 20px;
    right: auto;
    background: url(img/arrow-left.png) no-repeat;
    background-size: 14px 28px;
  }
  #wrapper #carousel .flexslider .flex-control-nav {
    bottom: 0;
  }
  #wrapper #carousel .flex-direction-nav {
    z-index: 1000;
  }
  #wrapper #carousel .brightcove-block {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  #wrapper #carousel .brightcove-block .brightcove-video {
    z-index: 4;
    position: relative;
    height: 100%!important;
    top: 0!important;
    background: black;
  }
  #wrapper #carousel .brightcove-block .brightcove-video.modal-hidden {
    display: none;
  }
  #wrapper #carousel .brightcove-block .content-video-popup {
    background: transparent;
    margin-top: 90px;
    height: 100%;
    margin-top: 0!important;
  }
  #wrapper #nav {
    display: none;
  }
  #wrapper #article-intro {
    background: black;
    height: auto;
    padding: 20px 0;
  }
  #wrapper #article-intro h1 {
    font-size: 26px;
  }
  #wrapper #article-intro p {
    font-size: 16px;
    line-height: 21px;
  }
  #wrapper #article-intro p.btn {
    display: block;
    text-align: left;
    position: absolute;
    top: 3px;
    left: 50%;
    margin-left: -68px;
  }
  #wrapper #article-intro p.btn a span {
    background: url("img/button-arrow@2x.png") no-repeat;
    background-size: 7px 11px;
  }
  #wrapper #article-intro .welcome-block .text {
    width: 100%;
    position: relative;
  }
  #wrapper #article-intro .view-video-block {
    display: none;
  }
  #wrapper #article-basics h2,
  #wrapper #article-strategies h2,
  #wrapper #article-market h2,
  #wrapper #article-trade-commsec h2,
  #wrapper #article-commsec h2,
  #wrapper #glossary-block h2 {
    font-size: 25px;
    text-align: left;
    padding-bottom: 10px;
  }
  #wrapper #article-basics p,
  #wrapper #article-strategies p,
  #wrapper #article-market p,
  #wrapper #article-trade-commsec p,
  #wrapper #article-commsec p,
  #wrapper #glossary-block p {
    text-align: left;
    padding: 0 10px 0 0;
  }
  #wrapper #article-basics {
    padding: 39px 0 0 0;
  }
  #wrapper #article-strategies .people-list {
    width: 100%;
  }
  #wrapper #article-trade-commsec .people-list-mobile ul li .content-image .mask {
    background: rgba(0, 0, 0, 0.3);
  }
  #wrapper #article-trade-commsec p.btn {
    width: 120px;
    padding: 0;
  }
  #wrapper #article-market p.btn {
    padding: 0;
  }
  #wrapper #article-commsec .people-list {
    padding-bottom: 15px;
  }
  #wrapper #article-commsec .people-list-mobile ul li .item1 .mask,
  #wrapper #article-commsec .people-list-mobile ul li .item3 .mask,
  #wrapper #article-commsec .people-list-mobile ul li .item4 .mask {
    background: rgba(0, 0, 0, 0.3);
  }
  #wrapper #article-get-started {
    padding: 34px 0 34px 0;
  }
  #wrapper #article-get-started h2 {
    font-size: 25px;
    padding-bottom: 11px;
  }
  #wrapper #article-get-started h3 {
    font-size: 18px;
  }
  #wrapper #article-get-started p {
    font-size: 14px;
    padding-bottom: 35px;
  }
  #wrapper #article-get-started .content-left,
  #wrapper #article-get-started .content-right {
    width: 100%;
    padding: 0;
  }
  #wrapper #article-get-started .content-left img,
  #wrapper #article-get-started .content-right img {
    width: 69px;
    height: auto;
  }
  #wrapper #glossary-block p {
    padding: 0;
  }
  #wrapper #glossary-block .glossary-list ul li h3 {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0 10px 17px;
  }
  #wrapper #glossary-block .glossary-list ul li h3 .icon {
    background-image: url(img/arrow-plus-m.png);
    background-size: 8px 8px;
    top: 16px;
  }
  #wrapper #glossary-block .glossary-list ul li h3.toggled {
    padding-bottom: 13px;
  }
  #wrapper #glossary-block .glossary-list ul li h3.toggled .icon {
    background-image: url(img/arrow-minus-m.png);
    background-size: 8px 8px;
  }
  #wrapper #glossary-block .glossary-list ul li > div p {
    font-size: 12px;
    line-height: 18px;
    padding: 0 20px 12px 16px;
  }
  #wrapper #footer .footer-row1 {
    padding-bottom: 20px;
  }
  #wrapper #footer .footer-row1 .footer-logo {
    width: 100%;
  }
  #wrapper #footer .footer-row1 .footer-links {
    width: 100%;
    padding: 17px 0 20px 0;
  }
  #wrapper #footer .footer-row1 .footer-links a {
    line-height: 18px;
  }
  #wrapper #footer .footer-row1 .footer-links a:last-child {
    display: block;
  }
  #wrapper #footer .footer-row1 .footer-share {
    float: none;
    width: 100%;
  }
  #wrapper #footer .footer-row1 .footer-share h2 {
    float: none;
    padding-bottom: 15px;
  }
  #wrapper #footer .footer-row1 .footer-share ul {
    float: none;
  }
  #wrapper #footer .footer-row2 {
    border-top: solid 1px #302c2d;
    padding-top: 20px;
  }
  #wrapper #footer .footer-row2 h2 {
    float: none;
    padding-bottom: 15px;
  }
  #wrapper #footer .footer-row2 .footer-app {
    float: none;
  }
  #wrapper a.top-page {
    background: url("img/arrow-top.gif") no-repeat scroll 52px 7px black;
    right: auto;
    top: auto;
    bottom: -15px;
    padding: 7px 0px 21px 19px;
    height: auto;
    width: 84px;
    left: 50%;
    margin-left: -42px;
  }
}
/*IPAD Portrait*/
@media (min-width: 768px) {
  .container {
    width: 700px;
  }

  .content-video-popup {
    background: #fff;
    padding: 0;
    width: 700px;
    height: 518px;
    overflow: hidden;
  }

  #content-image {
    width: 700px;
  }
  #content-image .popup-content-inner img {
    width: 100%;
    height: auto;
  }

  #modal-image #close-image {
    background-image: url(img/close1@2x.png);
    background-size: 25px 24px;
    top: 27px;
    right: 15px;
  }
  #modal-image #content-image .popup-footer a {
    background-image: url(img/commsec-logo-m.png);
    background-size: 128px 34px;
    width: 128px;
    height: 34px;
  }

  .brightcove-block .content-text {
    display: none;
  }

  .content-video-popup iframe,
  .content-video-popup object,
  .content-video-popup embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #wrapper .people-list {
    width: 556px;
    margin: 0 auto;
    padding: 30px 0 54px 0;
    display: block;
  }
  #wrapper .people-list ul li {
    display: block;
    padding: 0 30px 30px 0;
  }
  #wrapper .people-list ul li:first-child {
    padding-right: 30px;
  }
  #wrapper .people-list ul li:nth-child(2n+2) {
    padding-right: 0;
  }
  #wrapper #header #logo {
    display: block !important;
  }
  #wrapper #header p.btn a {
    display: none !important;
  }
  #wrapper #carousel .desktop-video ul li.image2 {
    background-position: 87% center;
  }
  #wrapper #carousel .desktop-video ul li.image2:hover {
    background-position: 87% center;
  }
  #wrapper #carousel .desktop-video ul li .short-dec {
    width: 80%;
    padding: 17px 30px 10px 16px;
  }
  #wrapper #carousel .desktop-video ul li .short-dec h2 {
    font-size: 23px;
    padding: 9px 0 0 87px;
  }
  #wrapper #nav .global-nav {
    width: 100%;
  }
  #wrapper #nav ul > li {
    width: 150px;
  }
  #wrapper #nav ul > li:hover {
    background: none;
  }
  #wrapper #nav ul > li.current {
    background: url(img/bg-nav-current.jpg) repeat-x;
  }
  #wrapper #nav ul > li.current:hover {
    background: url(img/bg-nav-current.jpg) repeat-x;
  }
  #wrapper #nav ul > li a {
    width: 150px;
  }
  #wrapper #nav .button-wrap {
    display: none;
  }
  #wrapper #article-intro {
    background-size: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  #wrapper #article-intro p.btn {
    text-align: left;
    margin: 0 auto;
    display: block;
  }
  #wrapper #article-intro .welcome-block .text {
    width: 100%;
  }
  #wrapper #article-intro .welcome-block .view-video-block {
    width: 40%;
  }
  #wrapper #article-basics p {
    padding: 0 90px;
  }
  #wrapper #article-strategies p {
    padding: 0 90px;
  }
  #wrapper #article-strategies .people-list {
    width: 556px;
    margin: 0 auto;
  }
  #wrapper #article-trade-commsec p {
    padding: 0 90px;
  }
  #wrapper #article-market p {
    padding: 0 90px;
  }
  #wrapper #article-commsec p {
    padding: 0 90px;
  }
  #wrapper #article-get-started .content-left,
  #wrapper #article-get-started .content-right {
    width: 50%;
    padding-right: 0;
  }
  #wrapper #article-get-started .content-left p,
  #wrapper #article-get-started .content-right p {
    padding: 0 0 22px 0;
  }
  #wrapper #glossary-block .glossary-list .col1,
  #wrapper #glossary-block .glossary-list .col2,
  #wrapper #glossary-block .glossary-list .col3,
  #wrapper #glossary-block .glossary-list .col4 {
    width: 140px;
    padding-right: 30px;
  }
  #wrapper #footer .footer-row1 .footer-logo {
    width: 100%;
  }
  #wrapper #footer .footer-row1 .footer-links {
    width: 100%;
    padding: 17px 0 20px 0;
  }
  #wrapper #footer .footer-row1 .footer-share {
    float: none;
    width: 100%;
  }
  #wrapper #footer .footer-row1 .footer-share h2 {
    float: none;
    padding-bottom: 15px;
  }
  #wrapper #footer .footer-row1 .footer-share ul {
    float: none;
  }
  #wrapper #footer .footer-row2 h2 {
    float: none;
    padding-bottom: 15px;
  }
  #wrapper #footer .footer-row2 .footer-app {
    float: none;
  }
  #wrapper #disclaimer .disclaimer-content {
    padding-right: 80px;
  }
  #wrapper .top-page {
    margin-left: 20px;
    width: 45px;
  }
}
/*IPAD Landscapse*/
@media (min-width: 992px) {
  .container {
    width: 960px;
  }

  .content-video-popup {
    background: #fff;
    width: 920px;
    height: 518px;
  }

  #content-image {
    width: 870px;
  }
  #content-image .popup-header {
    background: #191919;
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 28px;
    padding: 26px 0 26px 33px;
  }
  #content-image .popup-content-inner {
    background: white;
    line-height: 1px;
    font-size: 1px;
  }
  #content-image .popup-footer {
    background: #191919;
    padding: 10px 0;
  }
  #content-image .popup-footer h2 {
    float: left;
    font-family: 'AachenComWebMedium';
    font-size: 20px;
    line-height: normal;
    color: white;
    padding: 0 0 0 29px;
    margin-top: -2px;
  }
  #content-image .popup-footer a {
    float: right;
    background: url(img/commsec-logo-popup.png) no-repeat;
    width: 128px;
    height: 33px;
    display: block;
    text-indent: -9999px;
    margin-right: 28px;
  }
  #content-image .popup-tc {
    padding-top: 9px;
  }
  #content-image .popup-tc p {
    font-size: 9px;
    line-height: normal;
    color: #83878d;
  }

  #wrapper .people-list {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 54px 0;
  }
  #wrapper .people-list ul li {
    padding: 0 0 0 15px;
  }
  #wrapper .people-list ul li:first-child {
    padding: 0;
  }
  #wrapper .people-list ul li:nth-child(2n+2) {
    padding-right: auto;
  }
  #wrapper .people-list ul li .content-image {
    width: 226px;
    height: 157px;
  }
  #wrapper .people-list ul li .content-image img {
    width: 100%;
    height: auto;
  }
  #wrapper .people-list ul li .content-image .text {
    top: 105px;
  }
  #wrapper .people-list ul li .content-image .text a {
    font-size: 14px;
    line-height: 18px;
    height: 40px;
  }
  #wrapper .people-list ul li .content-image .one-line a {
    height: 38px;
    line-height: 38px;
  }
  #wrapper #carousel .desktop-video ul li.image2 {
    background-position: 86% center;
  }
  #wrapper #carousel .desktop-video ul li.image2:hover {
    background-position: 90% center;
  }
  #wrapper #carousel .desktop-video ul li .short-dec {
    width: 70%;
    padding: 17px 20px 10px 25px;
  }
  #wrapper #carousel .desktop-video ul li .short-dec h2 {
    font-size: 28px;
    padding: 4px 0 0 87px;
  }
  #wrapper #nav .global-nav {
    width: 760px;
  }
  #wrapper #nav ul > li {
    width: 150px;
  }
  #wrapper #nav ul > li a {
    width: 150px;
  }
  #wrapper #nav .button-wrap {
    display: block;
    width: 147px;
    padding: 30px 0 0 40px;
  }
  #wrapper #article-intro {
    padding-bottom: 80px;
  }
  #wrapper #article-intro p.btn {
    display: none;
  }
  #wrapper #article-intro .welcome-block .text {
    width: 100%;
  }
  #wrapper #article-intro .welcome-block .view-video-block {
    width: 50%;
  }
  #wrapper #article-basics p {
    padding: 0;
  }
  #wrapper #article-strategies p {
    padding: 0;
  }
  #wrapper #article-strategies .people-list {
    width: 714px;
    margin: 0 auto;
  }
  #wrapper #article-trade-commsec p {
    padding: 0 90px;
  }
  #wrapper #article-market p {
    padding: 0 90px;
  }
  #wrapper #article-commsec p {
    padding: 0 90px;
  }
  #wrapper #article-get-started .content-left,
  #wrapper #article-get-started .content-right {
    width: 390px;
    padding-right: 90px;
    text-align: left;
  }
  #wrapper #article-get-started .content-left p,
  #wrapper #article-get-started .content-right p {
    padding: 0 0 22px 0;
  }
  #wrapper #article-get-started .content-left p.btn,
  #wrapper #article-get-started .content-right p.btn {
    margin: 0;
  }
  #wrapper #glossary-block .glossary-list .col1,
  #wrapper #glossary-block .glossary-list .col2,
  #wrapper #glossary-block .glossary-list .col3,
  #wrapper #glossary-block .glossary-list .col4 {
    width: 200px;
    padding-right: 40px;
  }
  #wrapper #footer .footer-row1 .footer-logo {
    width: 195px;
  }
  #wrapper #footer .footer-row1 .footer-links {
    width: 555px;
    padding: 7px 0 0 0;
  }
  #wrapper #footer .footer-row1 .footer-share {
    float: right;
    width: 180px;
  }
  #wrapper #footer .footer-row1 .footer-share h2 {
    float: left;
    width: 90px;
    padding-bottom: 15px;
  }
  #wrapper #footer .footer-row1 .footer-share ul {
    float: left;
  }
  #wrapper #footer .footer-row2 h2 {
    float: left;
    padding-bottom: 0;
  }
  #wrapper #footer .footer-row2 .footer-app {
    float: left;
  }
  #wrapper .top-page {
    margin-left: 20px;
    width: 45px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }

  #modal-image #close-image {
    background: url(img/close.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  #modal-image #content-image .popup-footer a {
    background-image: url(img/commsec-logo-popup.png);
    background-size: 100% 100%;
    width: 128px;
    height: 33px;
  }

  #wrapper .people-list {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 54px;
  }
  #wrapper .people-list ul li {
    padding: 0 0 0 30px;
  }
  #wrapper .people-list ul li:first-child {
    padding: 0;
  }
  #wrapper .people-list ul li:nth-child(2n+2) {
    padding-right: auto;
  }
  #wrapper .people-list ul li .content-image {
    width: 260px;
    height: 178px;
  }
  #wrapper .people-list ul li .content-image img {
    width: 260px;
    height: 178px;
  }
  #wrapper .people-list ul li .content-image .text {
    top: 128px;
  }
  #wrapper .people-list ul li .content-image .text a {
    font-size: 16px;
    line-height: 20px;
    height: auto;
  }
  #wrapper .people-list ul li .content-image .one-line a {
    height: 38px;
    line-height: 38px;
  }
  #wrapper #carousel .desktop-video ul li.image2 {
    background-position: 90% center;
  }
  #wrapper #carousel .desktop-video ul li.image2:hover {
    background-position: 90% center;
  }
  #wrapper #carousel .desktop-video ul li .short-dec {
    width: auto;
    padding: 17px 30px 0 30px;
  }
  #wrapper #carousel .desktop-video ul li .short-dec h2 {
    font-size: 32px;
    padding: 17px 0 0 87px;
  }
  #wrapper #nav .global-nav {
    width: 910px;
  }
  #wrapper #nav ul > li {
    width: 180px;
  }
  #wrapper #nav ul > li:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  }
  #wrapper #nav ul > li:hover {
    background: url(img/bg-nav-hover.jpg) repeat-x;
  }
  #wrapper #nav ul > li a {
    width: 180px;
    padding: 0 20px;
  }
  #wrapper #nav .button-wrap {
    display: block;
    width: 186px;
    padding: 30px 0 0 42px;
  }
  #wrapper #article-basics p {
    padding: 0;
  }
  #wrapper #article-strategies p {
    padding: 0;
  }
  #wrapper #article-strategies .people-list {
    margin: 0 auto;
    padding: 30px 0 54px;
    width: 848px;
  }
  #wrapper #article-trade-commsec p {
    padding: 0 90px;
  }
  #wrapper #article-market p {
    padding: 0 90px;
  }
  #wrapper #article-commsec p {
    padding: 0 90px;
  }
  #wrapper #article-get-started .content-left,
  #wrapper #article-get-started .content-right {
    width: 470px;
    padding-right: 0;
    text-align: left;
  }
  #wrapper #article-get-started .content-left p,
  #wrapper #article-get-started .content-right p {
    padding: 0 0 22px 0;
  }
  #wrapper #article-get-started .content-left p.btn,
  #wrapper #article-get-started .content-right p.btn {
    margin: 0;
  }
  #wrapper #article-get-started .content-left {
    padding: 28px 140px 0 0;
  }
  #wrapper #glossary-block .glossary-list .col1 {
    width: 267px;
    padding-right: 20px;
  }
  #wrapper #glossary-block .glossary-list .col2 {
    width: 275px;
    padding-right: 20px;
  }
  #wrapper #glossary-block .glossary-list .col3 {
    width: 275px;
    padding-right: 20px;
  }
  #wrapper #glossary-block .glossary-list .col4 {
    width: 241px;
    padding-right: 20px;
  }
  #wrapper #disclaimer .disclaimer-content {
    padding-right: 0;
  }
}
/* Clear fix */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*
 * jQuery FlexSlider v2.3.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Ville Ristimäki (@villeristi)
 * 
 */

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top:0%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  text-indent: -9999px;
}
.flex-direction-nav a:before {  
  font-size: 40px;
  display: inline-block;
}
.flex-direction-nav a.flex-next:before {
 
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #333333;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #ffca05;
}
.flex-control-paging li a.flex-active {
  background: #ffca05;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}


