/* Typekit loading delay */
.wf-loading {
	visibility: hidden;
}

.wf-active, .wf-inactive {
	visibility: visible;
}
/* End */

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

/************************************************ Background ************************************************/
body {
	background:#fff;
}

input[type='submit']
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.TrendSansFive {
	font-family: TrendSansFive;
	font-weight: normal;
	font-style: normal;
}

/************************************************ Format ************************************************/

body, select, input, textarea {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	color:#2a2a2a;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
	font-size:30px;
}

h2 {
	font-size:28px;
}

h3 {
	font-size:18px;
}

h4 {
	font-size:24px;
}

h5 {
	font-size:12px;
}

h6 {
	font-size:10px;
}

p {
	font-size:17px;
	line-height:1.5em;
	padding:0 0 25px;
}

h1 p{
    font-size:30px;
    padding:0;
}

p.small {
	font-size:13px;
}

a {
	color:#084482;
	text-decoration:none;
	transition: all 0.3s ease-out;
}

a:hover {
	color:#084482;
}

img, object, embed, video {
	max-width: 100%;
}

img {
	height:auto;
}

.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

a.btn {
	padding:10px 30px;
	border-radius:30px;
	background:#084482;
	font-size:16px;
	text-transform:uppercase;
	border:1px solid #084482;
	display:inline-block;
	font-family: FlamaCondensed;
	color:#fff;
	position:relative;
}

a.btn:before {
  content: " ";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 1px solid #fff;
  border-radius:30px;
}

a.btn:hover {
	text-decoration:none;
	color:#fff;
	background:#242424;
}

a.btn.clear {
	background:none;
	border:1px solid #e5e5e5;
}

.btn_clear {
	padding:10px 30px;
	border-radius:30px;
	font-size:16px;
	text-transform:uppercase;
	background:none;
	border:1px solid #e5e5e5;
	display:inline-block;
	font-family: FlamaCondensed;
	color:#fff;
	position:relative;
}

hr {
   height:1px;
   background:#e5e5e5;
   border:none;
   margin:20px 0 45px;
}

.table {
	display: table;
	width: 100%;
	height: 100%;
}
.table_cell {
	display: table-cell;
	vertical-align: middle;
}
#menu,
#nav_res {
	display:none;
}
.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  background:#242424;
}

.slideout-panel {
  position:relative;
  z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block !important;
}

.slideout-menu { left: auto; }
.btn-hamburger { left: auto; right: 12px;}
.box { height: 1500px; }

.menu-header-title {
	font-weight: 400;
	letter-spacing: 0.5px;
	margin: 0;
	border-bottom: 1px solid #363636;
}

.menu-section {
    margin: 25px 0;
}

.menu-section-title {
	text-transform: uppercase;
	color: #85888d;
	font-weight: 200;
	font-size: 13px;
	letter-spacing: 1px;
    padding: 0 20px 10px 0;
    margin: 0 20px;
	border-bottom: 1px solid #363636;
	font-family: TrendSansFive;
}

.menu-section-list {
    padding:0;
    margin: 0 0 10px;
    list-style:none;
}
.menu-section-list li {
	padding: 0 20px;
}
.menu-section-list li:hover {
	background:#084482;
	transition: all 0.2s;
}
.menu-section-list a {
    border-bottom: 1px solid #363636;
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 12px 0;
    line-height: 1.5em
}

.menu-section-list a:hover {
    text-decoration:none;
	color:#fff;
}
.indentbtn {
	padding: 0 20px;
}
.indentbtn .btn {
	width: 100%;
	text-align: center;
}

.login_form h1{
	color:#2a2a2a;
	font-size:20px;
	margin:0 0 10px;
}

/************************************************ Layout ************************************************/

.row {
	width:100%;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.row_inner {
	max-width: 1140px;
	min-width: 900px;
	margin:0 auto;
}

#wrapper {
	width:100%;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#container {
	max-width: 1140px;
	min-width: 900px;
	margin:0 auto;
}

header {
	width:100%;
	float:left;
	background:#fff;
	position:relative;
	box-sizing: border-box;
}

#header_inner {
	max-width: 1140px;
	min-width: 900px;
	margin:0 auto;
}


#logo {
	position:absolute;
	width:226px;
	left:30px;
	z-index:10;
}

#logo img {
	width:100%;
}

#traders_top {
	width:25%;
	float:right;
	background:url(../images/traderbg.png) no-repeat right center #f7f7f7;
	padding:20px 5% 23px 40px;
	box-sizing:border-box;
	border-left:1px solid #ebebeb;
}

nav {
	width:50%;
	margin:0 auto;
}

nav ul {
	text-align:center;
	margin:0 auto;
	font-size: 0;
}

nav ul li {
	display:inline-block;
	vertical-align:top;
	margin:0 22px 0 0;
}

nav ul li:last-child {
	margin:0;
}

nav ul li a {
	font-size:16px;
	color:#3a3a3a;
	border-top:3px solid #fff;
	padding:30px 0;
	display:block;
	text-transform:uppercase;
	font-family: FlamaCondensed;
}

nav ul li a:hover {
	border-top:3px solid #084482;
	color:#3a3a3a;
	text-decoration:none;
}

nav ul li.selected a {
	border-top:3px solid #084482;
	color:#3a3a3a;
	text-decoration:none;
}

/************************************************ Sub Nav ************************************************/

.sub_menu {
	background:#444;
	width:100%;
	box-sizing:border-box;
	padding:0 5%;
}

.sub_menu ul {
	text-align:center;
	margin:0 auto;
}

.sub_menu ul li {
	display:inline-block;
}

.sub_menu ul li:last-child {
	margin:0;
}

.sub_menu ul li a {
	font-size:15px;
	color:#fff;
	padding:14px 10px;
	font-family: FlamaCondensed;
	display:block;
	text-transform:uppercase;
}

.sub_menu ul li a:hover {
	background:#3a3a3a;
	text-decoration:none;
}

.sub_menu ul li a.selected {
	background:#3a3a3a;
}

.sub_menu ul li a.selected {
	position: relative;
	background: #3a3a3a;
	z-index:9;
}
.sub_menu ul li a.selected:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(58, 58, 58, 0);
	border-top-color: #3a3a3a;
	border-width: 10px;
	margin-left: -10px;
}

/************************************************ Homepage ************************************************/

#mainslider {
	width:75%;
	height:800px;
	float:left;
	position:relative;
	background-size:cover!important;
}

#slider_text {
	width:60%;
	bottom:100px;
	left:20%;
	position:absolute;
	z-index: 2;
}

#slider_text h1 {
	font-size:36px;
	color:#fff;
	padding:0 0 20px;
}

#slider_overlay {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	z-index: 1;
}

#hp_news {
	width:25%;
	float:right;
	height:800px;
	overflow:hidden;
}
.hp_news_half {
	height: 400px;
	position: relative;
}
.hp_news_text {
	width:100%;
    min-height: 170px;
	box-sizing:border-box;
	padding:40px;
	position:relative;
	z-index: 1;
	background: #242424;
	color:#fff;
}

.hp_news_text:after {
	top: 100%;
	left: 15%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #242424;
	border-width: 10px;
	margin-left: -10px;
}

.hp_news_text h3 {
	font-size:13px;
	color:#fff;
	padding:0 0 10px;
	font-family: FlamaCondensed;
	text-transform:uppercase;
	letter-spacing:1px;
}

.hp_news_text h2 {
	font-size:20px;
	color:#fff;
	padding:0 0 20px;
}

.hp_news_text h2 a {
	color:#fff;
	border-bottom: 1px solid transparent;
}

.hp_news_text span {
	background:#383838;
	padding:5px 8px;
	color:#fff;
    font-size: 14px;
    font-weight: 700;
}

.hp_news_text a.link {
	font-family: FlamaCondensed;
	font-size:16px;
	text-transform:uppercase;
	border-bottom:1px solid #084482;
	padding:0 0 3px;
	color:#fff;
}

.hp_news_text a:hover {
	border-bottom:1px solid rgba(255,255,255,0.3);
	text-decoration:none;
}

.hp_news_pic {
	width:100%;
	height:230px;
	overflow:hidden;
	position: absolute;
	bottom: 0;
}

.hp_news_pic img {
	min-width: 100%;
    min-height: 100%;
    max-width: none;
}

.hp_row {
	width:100%;
	float:left;
	padding:60px 5%;
	background:#f5f5f5;
	text-align:center;
	box-sizing:border-box;
}

.hp_row.white {
	background:#fff;
	padding:60px 5% 150px;
	border-top:1px solid #e5e5e5;
	text-align:left;
}
#login.hp_row.white {
	text-align: center;
}

.hp_row h2 {
	border-top:3px solid #d5d5d5;
	border-bottom:3px solid #d5d5d5;
	display:inline-block;
	padding:10px 0;
	margin:0 0 40px;
	text-transform:uppercase;
	font-size:30px;
	font-family: TrendSansFive;
	font-weight:normal;
	text-align:center;
}

.hp_row h3 {
	border-top:3px solid #d5d5d5;
	border-bottom:3px solid #d5d5d5;
	display:inline-block;
	padding:10px 0;
	margin:0;
	text-transform:uppercase;
	font-size:30px;
	font-family: TrendSansFive;
	font-weight:normal;
	width:100%;
}

.hp_row ul.twobox {
	width:100%;
	float:left;
}

.hp_row ul.twobox li {
	width:100%;
	vertical-align:top;
	color:#2a2a2a;
	display:table;
	margin:0 0 30px;
	text-align:center;
}

.hp_row ul.twobox li {
	width:48.5%;
	margin:0 3% 30px -4px;
	float: left;
	text-align:left;
}

.hp_row ul.twobox li:nth-child(2n) {
	margin:0 0 30px 0;
}

.hp_row ul.twobox li .pic {
	width:100%;
	display:block;
}

.hp_row ul.twobox li .pic a {
	display:block;
}

.hp_row ul.twobox li .text {
	padding:30px;
	display:block;
	background:#fff;
	box-sizing:border-box;
}

.hp_row ul.twobox li .text p.large {
	font-size:20px;
	font-weight:bold;
	padding:0 0 10px;
}

.hp_row ul.twobox li .text p.large a {
	color:#2a2a2a;
}

.hp_row ul.twobox li .text p.large a:hover {
	color: #084482;
}

.hp_row ul.twobox li .text p {
	padding:0 0 15px;
	font-size:13px;
	color:#2a2a2a;
}

.hp_newsletter {
	width:30%;
	float:left;
}
.hp_newsletter .gray_box {
	background: #f2f2f2 url(../images/curves.png) no-repeat center bottom;
}
.hp_newsletter .btn {
    margin-top: 15px;
}
.hp_newsletter h5 {
	margin-bottom: 10px;
}

.gray_box {
	padding:30px 40px;
	background:#f2f2f2;
	float:left;
	width:100%;
	box-sizing:border-box;
}
.gray_box h4 {
	font-size:20px;
	margin:0 0 10px;
}

.gray_box p {
	font-size:13px;
}

.gray_box input[type=email]{
	border:3px solid #fff;
	padding:10px 20px;
	font-size:14px;
	width:100%;
	background:none;
	box-sizing:border-box;
	margin:0 0 25px;
}

#in-the-news label {
	width: 50%;
	float: left;
	height: 25px;
	font-size: 11px;
}

#login .form-item {
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
}
#login input[type="text"], #login input[type="email"], #login input[type="password"], #login input[type="number"], #login textarea, #login select {
	border: 1px solid #dce0e0;
    font-family: "proxima-nova",sans-serif;
    background-color: #fff;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #3a3a3a;
    width: 100%;
    transition: all 0.2s;
    box-sizing: border-box;
}
#login input:focus {
    border-color: #3c99dc;
}
#login .gray_box {
	width: 400px;
    float: none;
    margin: 0 auto;
}
#login .gray_box p {
	padding: 0 0 15px 0;
}
#login .gray_box p.help {
	margin-top: -15px;
	font-size: 10px;
	text-align: left;
	margin-bottom: 10px;
}
#login .gray_box  p.help a {
	border-bottom: 1px dotted #084482;
}
#login .gray_box p.help a:hover {
	border-bottom: 1px solid #084482;
	text-decoration: none;
}
.error > input, .error > textarea, .error select{
    border: 1px solid #f7cbcd !important;
}
.help-block{
	display:block;
	text-align:left;
	margin:10px 0 0;
}
.help-block p, #login .help-block p{
	font-size:10px;
	margin:0;
	padding:0;
	color:#8a8a8a;
}

#social_login li {
	display: inline-block;
	margin: 0 5px;
}
#social_login li a {
	background: #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    padding: 8px 0 0;
    text-align: center;
    box-sizing: border-box;
    display: block;
}
#social_login li a.fb {
	background: #3b5998;
}
#social_login li a.tw {
    background-color: #00aced;
}
.sep {
	margin: 25px 0;
	width: 100%;
	height: 1px;
	background: #dadada;
}

button.btn, input.btn {
	padding:10px 30px;
	border-radius:30px;
	background:#084482;
	font-size:16px;
	text-transform:uppercase;
	border:1px solid #084482;
	display:inline-block;
	font-family: FlamaCondensed;
	color:#fff;
	position:relative;
	width:100%;
	height: auto;
	line-height: normal;
    transition: all 0.3s ease-out;
}

button.btn:before {
  content: " ";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 1px solid #fff;
  border-radius:30px;
}

button.btn:hover, input.btn:hover {
	text-decoration:none;
	color:#fff;
	background:#063362;
	cursor:pointer;
}

.news_carousel {
	width:65%;
	float:right;
	position:relative;
}

.caro_item {
	float:left;
	margin-left:20px;
}

.caro_item img {
	width:100%;
	margin:0 0 15px;
}

.caro_item .date {
	width:100%;
	float:left;
	margin: 0 0 10px;
	font-size:13px;
}

.caro_item i {
	color:#084482;
	font-size:13px;
}

.caro_item h4 {
	font-size:20px;
	margin:0 0 10px;
}

.caro_item h4 a {
	color:#2a2a2a;
}
.caro_item h4 a:hover {
    color: #084482;
}

.caro_item p {
	font-size:13px;
	padding:0 0 10px;
}

.caro_item a.link {
	font-family: FlamaCondensed;
	font-size:16px;
	text-transform:uppercase;
	border-bottom:1px solid #084482;
	padding:0 0 3px;
	color:#2a2a2a;
}

.caro_item a.link:hover {
	border-bottom:1px solid #2a2a2a;
	text-decoration:none;
}
.white_gradient {
    width: 32%;
	height:100%;
	position:absolute;
	right:0;
	z-index:99;
	background:rgba(255,255,255,0.8);
}



/************************************************ Page Heading Area ************************************************/

.page_heading {
	width:100%;
	float:left;
	padding:76px 5%;
	box-sizing:border-box;
	text-align:center;
	min-height:578px;
	position:relative;
}

.page_heading.noheight {
	min-height:auto;
}

.page_heading.large {
	min-height:702px;
	padding-bottom: 230px;
}

.page_heading.grey {
	background: #373737 url(../images/greybg.jpg) no-repeat top left;
	background-size:cover;
}

.page_heading.red {
	background:url(../images/redbg.jpg) no-repeat top left;
	background-size:cover;
}

.page_heading.blue {
	background:url(../images/bluebg.jpg) no-repeat top left;
	background-size:cover;
}

.page_heading p {
	color:#c6c6c6;
	font-size:26px;
	padding:0 0 25px;
	width:80%;
	margin:0 auto;
}

.page_heading p.small {
	font-size:20px;
}

.pagetitle {
	width:100%;
	float:left;
	text-align:center;
	font-family: TrendSansFive;
	color:#fff;
	margin:0 0 50px;
}

.pagetitle h2 {
	border-top:3px solid #d5d5d5;
	border-bottom:3px solid #d5d5d5;
	display:inline-block;
	padding:20px 0;
	text-transform:uppercase;
	font-weight: normal;
	font-size:42px;
}

.pagetitle h3 {
	display:inline-block;
	padding:0 0 20px;
	width:100%;
	text-transform:uppercase;
	font-size:16px;
	font-weight:200;
}

.hexposition {
	position:relative;
	padding:50px 0;
}

.hexposition2 {
	position:absolute;
	bottom:-7px;
}


/************************************************ Main Content Area ************************************************/

.content_area {
	background:url(../images/containerbg.jpg) repeat-x top center #fff;
	float:left;
	padding:80px 5% 0;
	width:100%;
	box-sizing:border-box;
}
.content_area.nobg {
	background:#f5f5f5;
	padding:80px 5%;
}

.content_area h1 {
	color:#444444;
	font-size:26px;
	padding:0 0 25px;
	font-weight:normal;
	line-height:1.3em;
}

.content_area h2,
.content_area h4 {
	color:#000;
	font-size:20px;
	margin:0 0 15px;
}

.content_area h3 {
	color:#000;
	font-size:17px;
	margin:0 0 15px;
	font-weight:normal;
}

.content_area ul {
	margin:0 0 30px;
}

.content_area ul li {
	list-style-type:disc;
	font-size:15px;
	line-height:1.5em;
	margin:0 0 0 15px;
}

.white_box_surround {
	width:100%;
	float:left;
	margin:-350px 0 0;
	position:relative;
}
.content_area p {
	font-size: 15px;
}

.frill {
	width:186px;
	height:156px;
	background:url(../images/frill.png) no-repeat top center;
	text-align:center;
	position:relative;
	margin:0 auto;
}

.frill img {
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	box-shadow: none !important;
}

.white_box_surround img.hexposition {
	border: medium none;
    box-shadow: none;
    left: 0;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: 9;
}

.white_box {
	width:100%;
	float:left;
	box-sizing:border-box;
	border:15px solid #fff;
	background:#fff;
}

.gallery_pics {
	width:100%;
	float:left;
	margin:0 0 40px;
}
.gallery_pics.full img {
	margin: 0 auto;
	width: 100%;
	display: block;
}

.gallery_half {
	margin: 0 1.6% 0 0;
    width: 49.2%;
	float:left;
}

.gallery_half.right {
	margin:0;
	width: 49%;
}

.gallery_pic.small {
	width:48.5%;
	float:left;
	padding-bottom:15px;
}

.gallery_pic img {
	width:100%;
}

.gallery_pic.small.nopadd {
	padding-right:0;
	float: right;
}

.youtube-embed {
	position:relative;
	padding-bottom: 62.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

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

.three_pics {
	position:relative;
	margin:-285px 0 118px;
	float:left;
	width:100%;
	height:350px;
}

.three_pics.moremarg {
	margin:-330px 0 118px;
/* 	height:480px; */
}

.three_pics .large {
	position:absolute;
	margin:auto;
	z-index:3;
	left:0;
	right:0;
	box-sizing:border-box;
	width:50%;
}

.three_pics .large img {
	margin: 0 auto;
    display: block;
}

.three_pics .large img.hexposition {
	border: medium none;
    box-shadow: none;
    left: 0;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: 9;
}

.three_pics img {
	border:10px solid #fff;
	box-shadow:1px 1px 15px #676768;
}

.three_pics .small {
	position:absolute;
	z-index:2;
	width:35%;
	box-sizing:border-box;
	margin:5% 0 0;
}

.three_pics .small.left {
	left:0;
}

.three_pics .small.right {
	right:2%;
}

.top_contact {
	width:50%;
	display:inline-block;
	vertical-align:top;
	background:#f5f5f5;
	box-sizing:border-box;
	border:1px solid #e5e5e5;
	padding:17px;
	margin-left:-4px;
	margin-bottom:50px;
}

.top_contact .pic {
	width:60px;
	height:60px;
	float:left;
}

.top_contact .pic img {
	border-radius:50%;
	border:1px solid #e8e8e8;
}

.top_contact .text {
	float:left;
	width:80%;
	margin-left:30px;
}

.top_contact .text p {
	padding:0;
	line-height:1.7em;
}

.top_contact .text strong {
	color:#084482;
}

.top_contact .text span {
	margin-left:20px;
}

.text1_col {
	width:70%;
	margin:0 auto 80px;
}

.text2_cols {
	width:100%;
	float:left;
	margin:0 0 80px;
}
.text2_cols .col {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.text2_cols .col:last-child {
	margin-right: 0;
}

.timing {
	float:left;
	font-size:30px;
	color:#90181b;
	margin-right:20px;
}

.button_area {
	width:100%;
	float:left;
	margin:0 0 40px;
	text-align:center;
}

.button_area a.btn {
	margin-right:20px;
}

.award {
	width:100%;
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	padding:17px 20px;
	border:1px solid #e5e5e5;
	background:#f5f5f5;
	font-size:17px;
	color:#000;
}

.award.half {
	width:50%;
	margin-top:-1px;
	margin-left:-4px;
}

.award i {
	color:#084482;
	margin-right:10px;
}

/************************************************ Team Members ************************************************/

.about_surround {
	width:100%;
	float:left;
	box-sizing:border-box;
	padding:60px;
}

.team_member {
	width:30%;
	margin:0 3.5% 40px 0;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	font-size:17px;
	line-height:1.5em;
}

.team_member:nth-child(3n+2) {
	margin:0 0 40px 0;
}

.team_member:hover {
	opacity:0.7;
	cursor:pointer;
}

.team_member img {
	width:100%;
	border-radius:50%;
	margin:0 0 20px;
}

.team_member strong {
	font-size:20px;
}

.bio {
	width:100%;
	float:left;
	padding:60px 60px 40px;
	background:#f5f5f5;
	box-sizing:border-box;
	position:relative;
	margin-bottom: 40px;
}

/*
.bio:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #f5f5f5;
	border-width: 10px;
	margin-left: -10px;
}


.bio:nth-of-type(4n+1):after {
	left: 15%;
}
.bio:nth-of-type(2n):after {
	left: 49%;
}
.bio:nth-of-type(3n):after {
	left: 83%;
}
*/

.bio ul li {
	font-size:13px;
	list-style-type:disc;
	margin:0 0 0 15px;
	line-height:1.5em;
}

.hidden {
    display:none;
}

.timeline {
	width:100%;
	float:left;
    margin-bottom: 55px;
    position: relative;
}
.timeline #line {
	position: absolute;
	left: 50%;
	top: 0; bottom: 0;
	width: 4px;
	height: 100%;
	background: #c6c6c6;
}

.timeline_left {
	width:50%;
	float:left;
	margin-left: 4px;
    margin-bottom: -25px;
    position: relative;
}
.timeline_left:last-child {
	margin-bottom: 0;
}

.timeline_right {
	width:50%;
	float:right;
    margin-bottom: -25px;
    position: relative;
}

.timeline_left:after, .timeline_right:before {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #084482;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	border: 4px solid #abc1d5;
}
.timeline_left:after {
	right: 0;
	margin-right: -8px;
}
.timeline_right:before {
	left: 0;
	margin-left: -8px;
}

.bubble {
	float:left;
	background:#fff;
	padding:20px;
	width:90%;
	border-left: 2px solid #084482;
	box-sizing:border-box;
	position: relative;
	text-align:right;
}

.bubble p.large {
	font-size:18px;
	font-weight:bold;
}

.bubble p {
	font-size:13px;
	padding:0;
}

.bubble.left:after, .bubble.left:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.bubble.left:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 10px;
	margin-top: -10px;
}
.bubble.left:before {
	border-color: rgba(229, 229, 229, 0);
	/* border-left-color: #e5e5e5; */
	border-width: 11px;
	margin-top: -11px;
}

.bubble.right {
	text-align:left;
	border-left: none;
	border-right: 2px solid #084482;
	position: relative;
	background: #ffffff;
	float: right;
}
.bubble.right:after, .bubble.right:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.bubble.right:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 10px;
	margin-top: -10px;
}
.bubble.right:before {
	border-color: rgba(229, 229, 229, 0);
	border-right-color: #e5e5e5;
	border-width: 11px;
	margin-top: -11px;
}

.linercircle {
	width:10%;
	position:relative;
	height:130px;
}

.linercircle.right {
	border-right:4px solid #c6c6c6;
	float:right;
}

.linercircle.left {
	border-left:4px solid #c6c6c6;
	float:left;
}




/************************************************ What we do main ************************************************/

.what_box {
	width:100%;
	float:left;
	display:table;
	margin:0 0 30px;
}

.what_pic {
	width:50%;
	display:table-cell;
	height:100%;
	background-size:cover!important;
	vertical-align:top;
}

.what_text {
	width:50%;
	display:table-cell;
	box-sizing:border-box;
	padding:60px 80px;
	background:#fff;
	vertical-align:top;
	text-align:center;
}

.what_text p.large{
	font-size:20px;
	font-weight:bold;
	padding:0 0 15px;
}

.what_text p {
	padding:0 0 15px;
}

/************************************************ News ************************************************/

.news_area {
	padding:44px;
	width:100%;
	float:left;
	box-sizing:border-box;
}

.main_news {
	width:70%;
	float:left;
}

.main_news img {
	width:100%;
	margin:0 0 15px;
}

.main_news .date {
	width:100%;
	float:left;
	margin: 0 0 10px;
	font-size:13px;
}

.main_news i {
	color:#084482;
	font-size:13px;
}

.main_news h3 {
	font-size:20px;
	margin:0 0 10px;
	font-weight:bold;
}

.main_news p {
	font-size:17px;
	padding:0 0 10px;
}

.news_side {
	width:25%;
	float:right;
}

.news_grey {
	width:100%;
	float:left;
	box-sizing:border-box;
	padding:25px;
	background:#f2f2f2;
	margin:0 0 20px;
}

.news_grey h3 {
    font-size: 20px;
    font-weight: bold;
}

.news_grey h4 {
	font-size:20px;
	margin:0 0 10px;
}

.news_grey p {
	font-size:13px;
	padding-bottom: 10px;
}

.news_grey p:last-child {
	padding-bottom: 0;
}

.news_grey img {
	width:auto;
}

.twitter-article {
	border-bottom:1px solid #dedede;
	width:100%;
	float:left;
	padding:0 0 15px;
	margin:0 0 15px;
}

#twit_title {
	width:100%;
	float:left;
}

#twit_title h3 {
	font-size:20px;
	font-weight:bold;
	margin:0 0 10px;
}

#twit_title i {
	color:#55acee;
	font-size:20px;
	margin-right:5px;
}

#twit_follow {
	width:100%;
	float:left;
}

.twitter-pic {
	display:none;
}

.twitter-text {
	width:100%;
	float:left;
}

.tweet-time a {
	width:100%;
	float:left;
	color:#333;
	font-weight:bold;
}

a.follow_button {
	color:#fff;
	background:#127edc;
	font-size:12px;
	padding:5px 12px;
	float:left;
	margin:0 0 20px;
	box-sizing:border-box;
	border-radius:3px;
	font-weight:500;
	text-decoration:none;
}

a.follow_button:hover {
	color:#fff;
	background:#333;
}

ul#twitter_update_list li {
	background: url(../images/speechcurl.png) no-repeat bottom left #17889a;
	padding:10px 15px 20px;
	width:384px;
	float:left;
	color:#fff;
	font-size:1.5em;
	margin:0 0 15px;
}

ul#twitter_update_list li a {
	color:#fff;
}

a.twitter_date {
	font-size:12px;
}

ul.stories {
	width:100%;
	float:left;
	margin:40px 0 50px;
}

ul.stories li {
	width:31.3%;
	margin:0 3% 50px 0;
	display:inline-block;
	vertical-align:top;
}

ul.stories li:nth-child(2n),
ul.stories li:nth-child(3n) {
	margin-left:-4px;
}

ul.stories li:nth-child(3n) {
	margin-right:0;
}

ul.stories li img {
	width:100%;
	margin:0 0 15px;
}

ul.stories li .date {
	width:100%;
	float:left;
	margin: 0 0 10px;
	font-size:13px;
}

ul.stories li i {
	color:#084482;
	font-size:13px;
}

ul.stories li h3 {
	font-size:20px;
	margin:0 0 10px;
	font-weight:bold;
}

ul.stories li h3 a {
	color:#2a2a2a;
}

ul.stories li h3 a:hover {
    color: #084482;
}

ul.stories li p {
	font-size:13px;
	padding:0 0 20px;
}

.pagsurround {
	width:100%;
	float:left;
	text-align:center;
	margin:0 0 30px;
}

ul.pagination {
	display:inline-block;
	text-align:center;
	box-sizing:border-box;
	border:1px solid #dedede;
	border-radius:5px;
	font-size: 0;
}

ul.pagination li {
	display:inline-block;
	vertical-align:top;
	margin: 0;
}

ul.pagination li:last-child a {
	border-right: none;
}
ul.pagination li a {
	font-size:16px;
	display:block;
	color:#000;
	padding:5px 15px;
	text-align:center;
	border-right:1px solid #dedede;
}
ul.pagination li.pagination_break {
	font-size:16px;
	color:#000;
	padding:4px 15px;
	text-align:center;
	border-right:1px solid #dedede;
}
ul.pagination li.prev {
	padding-left:0;
}

ul.pagination li.next {
	border-right:none;
}

ul.pagination li.disabled {
	opacity:0.4;
    /*display: none;*/
}

ul.pagination li a:hover,
ul.pagination li.active a {
	background:#f2f2f2;
	text-decoration:none;
}

.news_area img {
	width:100%;
}

.news_slim {
	width:70%;
	margin:0 auto 50px;
}

.news_slim .date {
	width:100%;
	float:left;
	border-bottom:1px solid #dedede;
	color:#000;
	font-size:17px;
	padding:30px 0 20px;
	margin:0 0 40px;
}

.news_slim .date i {
	color:#084482;
}

/************************************************ Events ************************************************/

.event_box_surround {
    float: left;
    margin: -250px 0 0;
    position: relative;
    width: 100%;
}

.white_box.events {
    border: none;
}

.topgrey {
	width:100%;
	float:left;
	box-sizing:border-box;
	padding:30px 10%;
	background:#f2f2f2;
}

.topgrey p strong {
	font-size:20px;
}

.topgrey p {
	float:left;
	width:70%;
	padding:0;
	font-size:13px;
}

.topgrey a.btn {
	float:right;
}

.greynav {
	width:100%;
	float:left;
}

.greynav ul {
	width:100%;
	display:table;
}

.greynav ul li {
	display:table-cell;
	background:#444444;
	color:#fff;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	font-family: FlamaCondensed;
}

.greynav ul li a {
	display:block;
	padding:15px 0;
	color:#fff;
}

.greynav ul li a:hover {
	background:#3a3a3a;
	text-decoration:none;
}

.greynav ul li a.selected {
	background:#3a3a3a;
}

.greynav ul li a.selected {
	position: relative;
	background: #3a3a3a;
	z-index:9;
}
.greynav ul li a.selected:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(58, 58, 58, 0);
	border-top-color: #3a3a3a;
	border-width: 10px;
	margin-left: -10px;
}

.events_area {
    box-sizing: border-box;
    float: left;
    padding: 44px 10%;
    width: 100%;
}

#eventsmap {
	width:100%;
	height:600px;
	float:left;
	margin:0 0 100px;
}

ul.event_items {
	width:100%;
	float:left;
}

ul.event_items li {
	display:inline-block;
	vertical-align:top;
	width:28%;
	margin:0 6% 60px 0;
	box-sizing:border-box;
}

ul.event_items li:nth-child(3n) {
	margin:0 0 30px 0;
}

ul.event_items li .item_name {
	background:#f2f2f2;
	padding:5px 25px;
	font-size:13px;
	color:#000;
	float:left;
	font-weight:bold;
}

ul.event_items li .content {
	background:#fff;
	border:1px solid #e5e5e5;
	padding:25px;
	width:100%;
	float:left;
	box-sizing:border-box;
}

ul.event_items li .dates {
	width:100%;
	float:left;
	margin: 0 0 20px;
}

ul.event_items li .cal {
	float:left;
	border:1px solid #e5e5e5;
	width:52px;
}

ul.event_items li .joinline {
	background:#e5e5e5;
	height:1px;
	width:10px;
	float:left;
	margin:50px 0 0;
}

ul.event_items li .cal .red {
	float:left;
	width:100%;
	padding:3px 0;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	background:#ac1522;
}

ul.event_items li .cal .white {
	float:left;
	width:100%;
	padding:7px 0;
	color:#000;
	font-weight:bold;
	font-size:20px;
	text-align:center;
	background:#fff;
}

ul.event_items li .title {
	font-size:20px;
	font-weight:bold;
	margin:0 0 5px;
	line-height:1.5em;
}

ul.event_items li .location {
	font-size:13px;
	line-height:1.5em;
}

ul.event_items li .location i {
	color:#084482;
}

ul.event_items li .content ul {
	width:100%;
	float:left;
	margin:30px 0 0;
}

ul.event_items li .content ul li {
	border-bottom:1px solid #e5e5e5;
	width:100%;
	float:left;
	font-size:13px;
	padding:0 0 5px;
	margin:5px 0 0;
}

ul.event_items li .content ul li .time {
	float:right;
}

#eventsmap ul.event_items {
	width:300px;
	margin:0;
}

#eventsmap ul.event_items li {
	width:100%;
	margin:0;
}



/************************************************ Contact ************************************************/

.contact_left {
	width:40%;
	float:left;
	padding:50px 0 50px 5%;
}

.contact_left p.large {
	font-size:20px;
}

#map_right {
	width:50%;
	float:right;
	height:569px;
	border:1px solid #e5e5e5;
}

#map_right img, #map_right object, #map_right embed, #map_right video {
	max-width:none;
	width:auto;
}

#map_right img {
	height:auto;
}

#map_right p {
	color:#000;
	font-size:14px;
	padding:0;
}

#map_right p strong {
	font-weight:bold;
}

.contact_box {
	width:100%;
	float:left;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	box-sizing:border-box;
	padding:30px;
}

.contact_box.half {
	width:50%;
	float:left;
	margin-left:-1px;
	margin-bottom: -1px;
}

.useful_links {
	width:100%;
	float:left;
	padding:0 0 120px 5%;
	box-sizing:border-box;
}

.contact_box.top {
	border-top:1px solid #e5e5e5;
}

.contact_icon {
	width:5%;
	float:left;
	margin-right:5%;
	color:#084482;
	font-size:22px;
}

.contact_text {
	width:90%;
	float:left;
}

.contact_box h4,
.contact_box p {
	padding:0;
	margin:0;
}


/************************************************ Bottom Section ************************************************/

.bottomsection_area {
	background:#f5f5f5;
	padding:60px 5% 120px;
	float:left;
	width:100%;
	position:relative;
	box-sizing:border-box;
	border-top:1px solid #e5e5e5;
}

.bottomsection_title {
	width:100%;
	float:left;
	text-align:center;
	font-family: TrendSansFive;
	color:#fff;
	margin:0 0 50px;
}

.bottomsection_title h4 {
	border-top:3px solid #e5e5e5;
	border-bottom:3px solid #e5e5e5;
	display:inline-block;
	padding:20px 0;
	font-weight:200;
	text-transform:uppercase;
	font-size:30px;
	color:#2a2a2a;
}

.bottomsection_area ul.onebox,
.bottomsection_area ul.twobox {
	width:100%;
	float:left;
}

.bottomsection_area ul.onebox li,
.bottomsection_area ul.twobox li {
	width:100%;
	vertical-align:top;
	color:#2a2a2a;
	display:table;
	margin:0 0 30px;
	text-align:center;
}

.bottomsection_area ul.twobox li {
	width:48.5%;
	margin:0 3% 30px 0;
	vertical-align:top;
	text-align:left;
	float: left;
}

.bottomsection_area ul.twobox li:nth-child(2n) {
	margin:0 0 30px 0;
}

.bottomsection_area ul.onebox li .pic{
	width:45%;
	height:100%;
	float:left;
	background-size:cover!important;
	vertical-align:top;
	position:relative;
	overflow: hidden;
}
.bottomsection_area ul.twobox li .pic {
	display: block;
}
.bottomsection_area ul.onebox li .pic img {
	min-height: 100%;
    min-width: 100%;
    max-width: none;
}
.bottomsection_area ul.onebox li .pic img,
.bottomsection_area ul.twobox li .pic img {
	display:block;
}

.bottomsection_area ul.onebox li .pic a,
.bottomsection_area ul.twobox li .pic a {
	display:block;
	width: 100%;
    height: 100%;
}

.bottomsection_area ul.onebox li .text{
	width:55%;
	padding:40px;
	float:left;
	background:#fff;
	box-sizing:border-box;
}

.bottomsection_area ul.twobox li .text {
	width:100%;
	padding:40px;
	float:left;
	background:#fff;
	box-sizing:border-box;
}

.bottomsection_area ul.twobox li .text {
	padding:30px;
}

.bottomsection_area ul.onebox li .text p.large,
.bottomsection_area ul.twobox li .text p.large {
	font-size:20px;
	font-weight:bold;
}

.bottomsection_area ul.onebox li .text p,
.bottomsection_area ul.twobox li .text p {
	padding:0 0 15px;
	font-size:13px;
	color:#2a2a2a;
}

.bottomsection_area ul.onebox li .text p.large a,
.bottomsection_area ul.twobox li .text p.large a,
.bottomsection_area ul.threebox li .text p.large a,
.bottomsection_area ul.fourbox li .text p.large a {
	color:#2a2a2a;
}

.bottomsection_area ul.onebox li .text p.large a:hover,
.bottomsection_area ul.twobox li .text p.large a:hover,
.bottomsection_area ul.threebox li .text p.large a:hover,
.bottomsection_area ul.fourbox li .text p.large a:hover {
	color: #084482;
}

.bottomsection_area ul.fourbox {
	width:100%;
	float:left;
	display:table;
	border-spacing: 20px 0;
	table-layout: fixed;
}

.bottomsection_area ul.threebox {
	width:100%;
	float:left;
	display:table;
	border-spacing: 30px 0;
	table-layout: fixed;
}

.bottomsection_area ul.fourbox li {
	width:23%;
	margin:0 2% 30px;
	display:table-cell;
	vertical-align:top;
	background:#fff;
}

.bottomsection_area ul.threebox li {
	width:30%;
	margin:0 3% 30px;
	display:table-cell;
	vertical-align:top;
	background:#fff;
}

.bottomsection_area ul.threebox li:nth-child(3n),
.bottomsection_area ul.fourbox li:nth-child(4n) {
	margin:0 0 30px;
}

.bottomsection_area ul.threebox li .pic,
.bottomsection_area ul.fourbox li .pic {
	width:100%;
	float:left;
	position:relative;
}

.bottomsection_area ul.threebox li .pic2,
.bottomsection_area ul.fourbox li .pic2 {
	width:100%;
	float:left;
	text-align:center;
}

.bottomsection_area ul.threebox li .pic img,
.bottomsection_area ul.fourbox li .pic img {
	width:100%;
	display: block;
}

.bottomsection_area ul.threebox li .text,
.bottomsection_area ul.fourbox li .text {
	width:100%;
	padding:30px 40px;
	background:#fff;
	box-sizing:border-box;
	float:left;
}

.bottomsection_area ul.threebox li .text {
	padding:20px 30px 30px;
}

.bottomsection_area ul.threebox li .text p.large,
.bottomsection_area ul.fourbox li .text p.large {
	font-size:20px;
	font-weight:bold;
}

.bottomsection_area ul.threebox li .text p,
.bottomsection_area ul.fourbox li .text p {
	padding:0 0 15px;
	font-size:13px;
	color:#2a2a2a;
}

.bottomsection_area ul.threebox li .surround,
.bottomsection_area ul.fourbox li .surround {
	padding:10px 22px 15px;
	width:100%;
	float:left;
	box-sizing:border-box;
}

.bottomsection_area ul.threebox li ul,
.bottomsection_area ul.fourbox li ul {
	border-top:1px solid #e5e5e5;
}

.bottomsection_area ul.threebox li ul li,
.bottomsection_area ul.threebox li ul li:nth-child(3n),
.bottomsection_area ul.fourbox li ul li,
.bottomsection_area ul.fourbox li ul li:nth-child(4n) {
	padding:10px 0;
	box-sizing:border-box;
	font-size:17px;
	border-bottom:1px solid #e5e5e5;
	width:100%;
	display:block;
	background:none;
	margin:0;
	color:#2a2a2a;
}

/******************************************** Market grid/map *******************************************/

#markets_split ul.fourbox {
	width: 49%;
	float: left;
	margin-right: 2%;
}
#markets_split ul.fourbox > li {
	width: 48.5%;
    margin: 0 3% 30px -4px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
#markets_split ul.fourbox > li:nth-child(2n) {
    margin: 0 0 30px 0;
}
#markets_split #market_map {
	width: 49%;
	float: left;
}
.tooltip {
	cursor: pointer;
}
.tooltip_templates {
	display: none;
}

/************************************************ Footer ************************************************/

.social_box_surround {
	position:relative;
	width:100%;
	float:left;
}

.social_box {
	max-width: 1140px;
	min-width: 900px;
	margin:0 auto;
	left:0;
	right:0;
	bottom:-50px;
	background:#e8e8e8;
	position:absolute;
	z-index:9999;
	overflow: hidden;
}
.social_box_inner:before {
    content: '';
    position: absolute;
    width: 700px;
    height: 700px;
    max-width: 100%;
    background: #e2e2e2;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.social_box_inner {
	position: relative;
	margin:0 auto;
	padding:40px 5% 30px;
	width:70%;
	text-align:center;
	box-sizing:border-box;
}
.social_box_inner:after {
	content: '';
	background:#e8e8e8;
}

.social_box_inner p {
	padding:0;
	display:inline-block;
	font-size:24px;
	font-weight:bold;
}

.social_box_inner ul {
	display:inline;
}

.social_box_inner ul li {
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 10px;
}

.social_box_inner ul li a {
	background:#383838;
	border-radius:50%;
	width:40px;
	height:40px;
	line-height: 42px;
	color:#fff;
	font-size:20px;
	text-align:center;
	box-sizing:border-box;
	display:block;
}

.social_box_inner ul li a:hover {
	background:#084482;
}

.instagram_banner {
	width:100%;
	float:left;
	position:relative;
	display:table;
	background:#000;
}

.instagram_banner .row_inner {
	position:absolute;
	z-index:999;
	margin:120px auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.instagram_banner p {
	color:#fff;
	font-size:24px;
	padding:0;
	margin-top: 50px;
}

.instagram_banner p strong {
	font-size:36px;
}

#instafeed {
	width:100%;
	float:left;
	padding-left:5px;
	box-sizing:border-box;
	opacity:0.3;
}

#instafeed img {
	width:20%;
	float:left;
	padding:0;
	box-sizing:border-box;
}

footer {
	width:100%;
	float:left;
	padding:0;
	position:relative;
	background: #242424;
	box-sizing: border-box;
}

#footer_left {
	float:left;
	width:60%;
	padding:50px 0 50px 7%;
	box-sizing:border-box;
}

#footer_logo {
	width:49px;
	float:left;
	margin-right:20px;
}

footer ul {
	margin:0 0 0;
}

footer ul li {
	display:inline-block;
	vertical-align:top;
	margin:0 22px 0 0;
}

footer ul li:last-child {
	margin:0;
}

footer ul li a {
	font-size:16px;
	color:#fff;
	display:block;
	text-transform:uppercase;
	font-family: FlamaCondensed;
}

footer ul li a:hover {
	color:#fff;
}

#traders_bottom {
	width:25%;
	float:right;
	background:url(../images/traderbg.png) no-repeat right center;
	padding:50px 5% 50px 40px;
	box-sizing:border-box;
}

.copyright {
	float:left;
	padding:10px 0 0;
	box-sizing:border-box;
	font-size:14px;
	color:#9d9d9d;
}
.copyright p {
	float: left;
	font-size: 14px;
}
.copyright a {
	color:#9d9d9d;
}

.copyright a:hover {
	text-decoration: underline;
}

.copyright span {
	margin:0 10px;
}

/********************************************* Success/error messages ************************************************/

.success {
    font-size: 14px;
    padding: 15px;
    background: #e9f3e9;
    margin-bottom: 25px;
    border: 1px solid #62c167;
}
.alert {
	font-size: 14px;
    padding: 15px;
    background: #f7ecec;
    margin-bottom: 25px;
    border: 1px solid #f3bebe;
}
.warning {
	font-size: 14px;
	padding: 15px;
	background: #f3e5ba;
	margin-bottom: 25px;
	border: 1px solid #f3d760;
}

/************************************************ Smaller screens ************************************************/
.awardsIcon {
	float: left;
	margin-right: 10px;
}
@media only screen and (max-width: 1200px) {

	#logo {
	    left: 0;
	    width: 214px;
	}

	.instagram_banner .row_inner {
		padding:50px 5% 0;
		box-sizing:border-box;
		width:100%;
		margin:50px 0 0;
	}

	#traders_top {
	    padding: 18px 1% 18px 40px;
	}

}

@media only screen and (max-width: 1024px) {

	#logo {
	    left: 0;
	    width: 144px;
	}

	#traders_top {
	    padding: 18px 1%;
	}

	#traders_top a.btn {
		font-size:15px;
	}

	nav {
	    margin: 0 auto 0 20%;
	    width: 50%;
	}

	nav ul li {
	    margin: 0 7px 0 0;
	}

	.row_inner {
		width:100%;
		min-width: 0;
		float:left;
	}

	#container {
		width:100%;
		min-width: 0;
		float:left;
	}

	#slider_text {
	    bottom: 100px;
	    left: 10%;
	    position: absolute;
	    width: 80%;
	    z-index: 2;
	}

	/*
	.hp_news_pic {
	    height: 150px;
	}
	*/
	.hp_row.white {
	    padding: 60px 5% 30px;
	}

	.hp_news_half {
		height: auto;
	}
	.hp_news_text {
	    box-sizing: border-box;
	    color: #fff;
	    float: left;
	    padding: 20px;
	    position: relative;
	    width: 100%;
	}
	.hp_news_pic {
		position: static;
	}

	.hp_row ul.twobox li .pic {
		width: 100%;
	    height: 250px;
	    display: block;
	}
	.hp_row ul.twobox li .text {
	    width: 100%;
	    display: block;
	}
	.hp_row ul.twobox li .text p {
		width: 100%;
	}

	.hp_newsletter {
	    float: left;
	    width: 100%;
		margin:0 0 30px;
	}

	.news_carousel {
	    float: right;
	    width: 100%;
	}

	.three_pics {
	    height: 200px;
	    margin: -230px 0 118px;
	}

	.three_pics.moremarg {
	    height: 480px;
	    margin: -330px 0 0;
	}

	.pagetitle h2 {
		font-size:38px;
	}

	.page_heading p {
	    color: #c6c6c6;
	    font-size: 22px;
	    margin: 0 auto;
	    padding: 0 0 25px;
	    width: 100%;
	}

	.text1_col {
	    margin: 0 auto 80px;
	    width: 85%;
	}

	.main_news {
	    float: left;
	    width: 100%;
	}

	.news_side {
	    float: left;
	    width: 100%;
		margin:20px 0 0;
	}

	.news_slim {
	    margin: 0 auto 50px;
	    width: 85%;
	}

	.contact_left {
	    box-sizing: border-box;
	    float: left;
	    padding: 50px 5%;
	    width: 100%;
	}

	#map_right {
	    border: 1px solid #e5e5e5;
	    float: right;
	    height: 350px;
	    width: 90%;
		margin:0 5% 30px;
	}

	.useful_links {
	    padding: 0 5% 50px;
	}

	.award.half {
	    margin-left: 0;
	    width: 100%;
	}

	ul.event_items li,
	ul.event_items li:nth-child(3n) {
	    box-sizing: border-box;
	    display: inline-block;
	    margin: 0 6% 60px 0;
	    vertical-align: top;
	    width: 46%;
	}

	ul.event_items li:nth-child(2n) {
	    margin: 0 0 30px;
	}

	.bottomsection_area {
	    padding: 60px 5% 50px;
	}

	.bottomsection_area ul.fourbox {
	    border-spacing: 0;
	    display: block;
	}

	.bottomsection_area ul.fourbox li,
	.bottomsection_area ul.fourbox li:nth-child(3n) {
	    background: #fff none repeat scroll 0 0;
	    display: inline-block;
	    margin: 0 2% 30px 0;
	    vertical-align: top;
	    width: 48%;
	}

	.bottomsection_area ul.fourbox li:nth-child(2n) {
		margin: 0 0 30px;
	}

	.bottomsection_area ul.threebox li ul li:nth-child(3n),
	.bottomsection_area ul.fourbox li ul li:nth-child(2n),
	.bottomsection_area ul.fourbox li ul li:nth-child(3n),
	.bottomsection_area ul.fourbox li ul li:nth-child(4n) {
		padding:10px 0;
		box-sizing:border-box;
		font-size:17px;
		border-bottom:1px solid #e5e5e5;
		width:100%;
		display:block;
		background:none;
		margin:0;
		color:#2a2a2a;
	}

	.social_box {
		width:100%;
		min-width: 0;
		float:left;
		left:0;
		right:0;
		bottom:0;
		background:#f2f2f2;
		position:relative;
	}

	.social_box_inner {
		padding:40px 5% 30px;
		width:90%;
	}

	.instagram_banner .row_inner {
		padding:50px 5% 0;
		margin:0;
	}

	#footer_left {
	    float: left;
	    width: 100%;
		padding:30px 0 20px 7%;
	}

	#traders_bottom {
	    float: left;
		width:100%;
		padding:0 5% 30px;
		box-sizing:border-box;
	}

	#markets_split #market_map {
		display: none;
	}
	#markets_split ul.fourbox {
		width: 100%;
		margin-right: 0;
	}

}

@media only screen and (max-width: 1024px) and (min-width: 768px) {

	#markets_split ul.fourbox > li {
	    width: 22.95%;
	}
	#markets_split ul.fourbox > li:nth-child(2n) {
	    margin:0 3% 30px -4px;
	}
	#markets_split ul.fourbox > li:last-child {
	    margin-right: 0;
	}

}

/************************************************ Mobile ************************************************/

@media handheld, only screen and (max-width: 768px) {

#logo {
    left: 0;
    width: 164px;
}

#nav_res {
	float:right;
	display:block;
}

#nav_res a {
	color:#084482;
	font-size:24px;
	padding:20px;
	float:left;
}

nav,
.sub_menu,
#traders_top {
	display:none;
}

body {
  width: 100%;
  height: 100%;
}

/************************************************ Content responsive ************************************************/

p {
	font-size:15px;
}

#mainslider {
    background-size: cover !important;
    float: left;
    height: 600px;
    position: relative;
    width: 100%;
}

#slider_text h1 {
    color: #fff;
    font-size: 26px;
    padding: 0 0 20px;
}

.white_gradient {
	display:none;
}

#hp_news {
    float: left;
    height: auto;
    width: 100%;
}
.hp_news_pic img {
	position: relative;
	top: 50%;
    transform: translateY(-50%);
}

.hp_row ul.twobox li {
    display: block;
    float: left;
    margin: 0 0 30px;
    text-align: left;
    vertical-align: top;
    width: 100%;
}

.hp_row ul.twobox li .pic {
    background-size: cover !important;
    display: block;
    height: 250px;
    vertical-align: top;
    width: 100%;
}

.hp_row ul.twobox li .text {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 30px;
    vertical-align: top;
    width: 100%;
    height: auto;
}

.page_heading {
    min-height: auto;
}

.page_heading.large {
    padding-bottom: 120px;
    min-height: auto;
}

.pagetitle h2 {
    font-size: 28px;
}

.page_heading p {
    font-size: 18px;
}

.three_pics {
    margin: -130px 0 100px 0;
}

.three_pics img {
    border: 5px solid #fff;
    box-shadow: 1px 1px 15px #676768;
}

.three_pics.moremarg {
    height: auto;
    margin: -200px 0 0;
}

.top_contact {
	margin:0 0 20px;
    width: 100%;
}

.top_contact .text {
    float: left;
	margin:0;
    width: 100%;
}

.top_contact .text span {
    float: left;
	margin:0;
    width: 100%;
}

.text2_cols .col {
    width: 100%;
    margin: 0;
}

.content_area.nobg {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 50px 5% 0 5%;
}

.white_box_surround {
    float: left;
    margin: -150px 0 0;
    position: relative;
    width: 100%;
}

.about_surround {
    box-sizing: border-box;
    float: left;
    padding: 40px 5%;
    width: 100%;
}

.timeline_left,
.timeline_right {
	width:100%;
	float:left;
	text-align:left;
	margin:0 0 20px;
}
.timeline_left:after, .timeline_right:before {
	display: none;
}
.bubble.right:after, .bubble.right:before, .bubble.left:after, .bubble.left:before {
	display: none;
}

.bubble {
	width:100%;
}
.bubble.right, .bubble.left {
    text-align: center;
}

.linercircle {
	display:none;
}

.bio {
    padding: 20px 5%;
}

.team_member {
    margin: 0 0 40px 0;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.frill {
    height: 86px;
    width: 86px;
}

.frill img {
    width: 50%;
	border:none!important;
}

.content_area h1 {
    font-size: 20px;
}


.text1_col {
    float: left;
    margin: 0 0 20px;
    width: 100%;
}

.event_box_surround {
    margin: -150px 0 0;
}

.topgrey a.btn {
    float: left;
    margin: 20px 0 0;
}

ul.event_items li, ul.event_items li:nth-child(3n) {
    margin: 0 0 30px;
    width: 100%;
}

.news_area {
    padding: 20px 5%;
}

ul.stories li {
    display: inline-block;
    margin: 0 0 50px;
    vertical-align: top;
    width: 100%;
}

.contact_box {
	padding:20px;
}

.contact_box.half {
    float: left;
    width: 100%;
}

.contact_icon {
    display: none;
}

.contact_box p {
	font-size:14px;
}

#map_right {
    display: none;
}

.what_box {
    display: block;
}

.what_pic {
    background-size: cover !important;
    display: block;
    float: left;
    height: 150px;
    vertical-align: top;
    width: 100%;
}

.what_text {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 30px 5%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery_half {
    float: left;
    margin: 0;
    width: 100%;
}

.gallery_half.right {
	float: left;
    margin: 5px 0 0;
    width: 100%;
}

.greynav ul li:nth-child(2n) {
    display:none;
}

.events_area {
    padding: 44px 5%;
}

#eventsmap {
	display:none;
}

.button_area .btn {
	margin:0 0 15px;
}

.bottomsection_title h4 {
    font-size: 24px;
}

.bottomsection_area ul.onebox li,
.bottomsection_area ul.twobox li {
    color: #2a2a2a;
    display: block;
    margin: 0 0 30px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.bottomsection_area ul.onebox li .text,
.bottomsection_area ul.twobox li .text {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 40px 5%;
    vertical-align: top;
    width: 100%;
}

.bottomsection_area ul.twobox li {
    display: block;
    margin: 0 0 30px;
    text-align: left;
    vertical-align: top;
    width: 100%;
}

.bottomsection_area ul.onebox li .pic,
.bottomsection_area ul.twobox li .pic {
    background-size: cover !important;
    display: block;
    float: left;
    vertical-align: top;
    width: 100%;
}

.bottomsection_area ul.onebox li .pic img {
	min-height: inherit;
    min-width: inherit;
    max-width: 100%;
    width: 100%;
}

.bottomsection_area ul.threebox {
    border-spacing: 0;
    display: block;
    float: left;
    table-layout: fixed;
    width: 100%;
}

.bottomsection_area ul.threebox li {
    background: #fff none repeat scroll 0 0;
    display: block;
    float: left;
    margin: 0 0 30px;
    vertical-align: top;
    width: 100%;
}

.bottomsection_area ul.fourbox li, .bottomsection_area ul.fourbox li:nth-child(3n) {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin: 0 0 30px;
    vertical-align: top;
    width: 100%;
}

.social_box_inner p {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
}

.social_box_inner ul li a {
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.social_box_inner p {
    padding: 0 0 20px;
	width:100%;
	float:left;
}

#instafeed img {
    box-sizing: border-box;
    float: left;
    padding: 0;
    width: 33.3%;
}

.instagram_banner p {
    color: #fff;
    font-size: 20px;
    padding: 0;
}

footer ul {
    float: left;
    clear: both;
    margin: 20px 0 10px;
}
footer ul li {
	display: block;
}
.copyright {
	clear: both;
}
.copyright p {
	float: none;
	padding: 0;
}
.copyright p.divider {
	display: none;
}
.instagram_banner {
	display: none;
}

}

@media only screen and (max-width: 480px) {

	#markets_split ul.fourbox > li {
	    width: 100%;
	    margin: 0 0 30px 0 !important;
	}

	.social_box_inner:before {
		display: none;
	}

}

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {


}