@charset "utf-8";


@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

/* =============================================================================
/ Base (html5 boilerplate h5bp.com/css - modified)
/ ============================================================================= */
/* ------- [ DEFAULT STYLES ] ------- */

/* ------- Normalize ------- */
  /* Set all elements to border-box box sizing */
*,
:before,
:after{-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}

  /* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

  /* Base */
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body {margin:0; text-align:center; font-family:Verdana, Geneva, sans-serif; font-weight: normal; color:#283545; background-color:#fff; font-size: 12px; font-size: 0.75rem; /* 12 / 16 */; line-height: 21px; line-height: 1.3125rem; /* 21 / 16 */ }

  /* Links */
a, .pseudo-link { color: #0059b3;text-decoration:underline;}
a:hover, .pseudo-link:hover {text-decoration:none;}
a:focus, a:visited, .pseudo-link:focus, .pseudo-link:visited { outline:none; border:0; }
a:hover, .pseudo-link:hover, a:active, .pseudo-link:active { outline: 0; cursor:pointer;}

  /* Typography */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

  /* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

  /* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

  /* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

  /* Lists */
ul, ol {margin:0; padding:0;list-style:none;}
dl {margin:0;padding:0;}
dd { margin: 0; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

  /* Embedded content */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }

  /* Figures */
figure { margin: 0; }

  /* Forms */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {}
input:invalid, textarea:invalid { background-color: #f0dddd; }

  /* Tables */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
th {text-align:left;}

  /* Chrome Frame Prompt */
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

  /* Remove default margin/padding */
h1,h2,h3,h4,h5,h6,ol,ul,li,p,span,a{margin:0; padding:0;}

/* ------- Non-semantic helper classes ------- */
  /* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

  /* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

  /* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visually-hidden {display:none;}

  /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visually-hidden.focusable:active, .visually-hidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

  /* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

  /* Alternate method for hiding content only visually - solves IE9 hidden iframe load issue */
.visuallycollapsed { height:0;overflow:hidden; }

/**
* Enable fluid width images and video
*
* Note: Will cause issues with Google Map controls.  #map img { max-width: none; }
* Removed 'object' to work with Limelight videos. Might need to add back in future.
*/
img, embed,  video {
   max-width: 100%;
   width: auto !important;
   height: auto !important;
}

/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px){

}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px){

}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px){

}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print{

    /* Base print styles */
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }

    /* Depositing Funds Bank Wire Details Print Styles */
  div.table-wrap {width:100%;margin:3em 0;font-size:1.1em;line-height:1.5em;border:1px solid #666;text-align:left;}
  div.table-wrap table tr th {font-size:1em;padding:.35em 0 .35em 7px; margin-left:0; text-transform:uppercase;line-height:24px;border-bottom:1px solid #666; }
  div.table-wrap table tr td {padding:.35em 0 .35em 7px;border-bottom:1px solid #666;}
  div.table-wrap a.btn-print {display:none;}
}

/* =============================================================================
/ MODULE: BACKGROUND
/ ============================================================================= */
/* ------- [ DEFAULT STYLES ] ------- */

/* Background parts */
.has-bg{
	position:relative;
	overflow:hidden;
	margin-left:0 !important;
	margin-right:0 !important;
}

.bg-rounded,
.bg-rounded:before{
	border-radius:3px;
}

.bg-bordered:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	border:1px solid rgba(0,0,0,0.125);
	box-shadow:0 0 0 1px #fff inset;
	pointer-events:none;
}

.bg-capped:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:5px;
	box-shadow:0 1px 0 #fff;
	background-color:rgba(9, 35, 70, 0.4);
	pointer-events:none;
}

/* background shadow */
.bg-shadow{
	height:20px;
	overflow:hidden;
	position:relative;
}
.bg-shadow:before,
.bg-shadow:after{
	content:'';
	position:absolute;
}
.bg-shadow:before{
	left:20px;
	right:20px;
	top:0;
	box-shadow:0 0 10px 10px rgba(0,0,0,0.15);
	border-radius:5;
	z-index:1;
}
.bg-shadow:after{
	top:20px;
	left:-100%;
	margin-left:-30px;
	width:200%;
	height:200%;
	border-radius:50%;
	box-shadow:0 0 20px 25px #fff;
	z-index:5;
}

/* background color overrides */
.bg-dark-gray,
.bg-dark-grey{
	background-color:#283545;
}
.bg-light-gray,
.bg-light-grey{
	background-color:#e0e4e9;
}
.bg-blue{
	background-color:#0c51a3;
}
.bg-light-blue{
	background-color:#f5f6f8;
}
.bg-yellow{
	background-color:#f4ad03;
}
.bg-white{
	background-color:#fff;
}
.bg-red{
	background-color:#ea0404;
}

/* remove elements with depencies in new browsers */
.no-rgba .bg-shadow,
.no-rgba .bg-bordered:before,
.no-rgba .bg-capped:before{
	display:none;
}


/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px){
	.has-bg{
		margin-left:-20px !important;
		margin-right:-20px !important;
		padding-left:10px;
		padding-right:10px;
	}
	
	.bg-rounded,
	.bg-rounded:before{
		border-radius:0;
	}
	
	.bg-bordered:before{
		content:'';
		box-shadow:none;
		border-left:none;
		border-right:none;
	}
	
	.bg-shadow{
		display:none;
	}
}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px){
	.has-bg{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left:10px;
		padding-right:10px;
	}
}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px){
	
}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print{
	
}

/* =============================================================================
/ MODULE: BORDER
/ ============================================================================= */
/* ------- [ DEFAULT STYLES ] ------- */

/* ------- Base border ------- */
.has-bdr{position:relative; display:block;}
.bdr{font-size:0; font-weight:normal; position:absolute; display:block; background-position:left top; z-index:2;}
.bdr-divider, .bdr-divider-invert{position:relative; width:100%; margin:8px 0;}

/* ------- Border position ------- */
.bdr-left{top:0; bottom:0; left:0; background-repeat:repeat-y;}
.bdr-right{top:0; bottom:0; right:0; background-repeat:repeat-y;}
.bdr-top{top:0; left:0; right:0; background-repeat:repeat-x;}
.bdr-bottom{bottom:0; left:0; right:0; background-repeat:repeat-x;}

/* ------- Border variants ------- */
	/* border dot */
.bdr-dot{background-image:url(/img/module/border/bdr-dot.png);}
.bdr-dot.bdr-left, .bdr-dot.bdr-right{width:2px;}
.bdr-dot.bdr-top, .bdr-dot.bdr-bottom, .bdr-dot.bdr-divider{height:2px;}

	/* border dot wide */
.bdr-dot-wide{background-image:url(/img/module/border/bdr-dot-wide.png);}
.bdr-dot-wide.bdr-left, .bdr-dot-wide.bdr-right{width:2px;}
.bdr-dot-wide.bdr-top, .bdr-dot-wide.bdr-bottom, .bdr-dot-wide.bdr-divider{height:2px;}

	/* border dot small */
.bdr-dot-sm{background-image:url(/img/module/border/bdr-dot-sm.png);}
.bdr-dot-sm.bdr-left, .bdr-dot-sm.bdr-right{width:1px;}
.bdr-dot-sm.bdr-top, .bdr-dot-sm.bdr-bottom, .bdr-dot-sm.bdr-divider{height:1px;}

	/* border dash */
.bdr-dash{background-image:url(/img/module/border/bdr-dash.png);}
.bdr-dash.bdr-left, .bdr-dash.bdr-right{width:1px;}
.bdr-dash.bdr-top, .bdr-dash.bdr-bottom, .bdr-dash.bdr-divider{height:1px;}

	/* border solid white */
.bdr-solid-white{height:1px; background-color:#fff;}

	/* border solid medium */
.bdr-solid{ background-color:#8c9bac;}
.bdr-solid.bdr-left,
.bdr-solid.bdr-right {width:1px;}
.bdr-solid.bdr-top,
.bdr-solid.bdr-bottom {height:1px;}
.bdr-solid.bdr-divider { height: 1px; }

	/* border solid medium */
.bdr-solid-medium{ background-color:#8c9bac;}
.bdr-solid-medium.bdr-left,
.bdr-solid-medium.bdr-right {width:3px;}
.bdr-solid-medium.bdr-top,
.bdr-solid-medium.bdr-bottom {height:3px;}
.bdr-solid-medium.bdr-divider { height: 3px; }

	/* border solid large */
.bdr-solid-large{ background-color:#8c9bac;}
.bdr-solid-large.bdr-left,
.bdr-solid-large.bdr-right {width:5px;}
.bdr-solid-large.bdr-top,
.bdr-solid-large.bdr-bottom {height:5px;}
.bdr-solid-large.bdr-divider { height: 5px; }

	/* border solid dark shadow */
.bdr-solid-dark-shadow{height:2px; background-color:#020508; border-bottom:1px solid #3e4c5e;}
.bdr-solid-dark-shadow.bdr-bottom, .bdr-solid-dark-shadow.bdr-divider-invert{border-top:1px solid #3e4c5e; border-bottom:none;}
.bdr-solid-dark-shadow.bdr-left{height:auto; width:2px; border-bottom:none; border-right:1px solid #3e4c5e;}
.bdr-solid-dark-shadow.bdr-right{height:auto; width:2px; border-bottom:none; border-left:1px solid #3e4c5e;}

	/* border solid light shadow */
.bdr-solid-light-shadow{height:2px; background-color:#c0d0d8; border-bottom:1px solid #fff;}
.bdr-solid-light-shadow.bdr-bottom, .bdr-solid-light-shadow.bdr-divider-invert{border-top:1px solid #fff; border-bottom:none;}
.bdr-solid-light-shadow.bdr-left{height:auto; width:2px; border-bottom:none; border-right:1px solid #fff;}
.bdr-solid-light-shadow.bdr-right{height:auto; width:2px; border-bottom:none; border-left:1px solid #fff;}

/* ------- Gradient variants ------- */
	/* border gradient */
.bdr-grad.bdr-left, .bdr-grad.bdr-right{background-image:url(/img/module/border/bdr-vert-grad.png); width:8px; z-index:1;}
.bdr-grad.bdr-left{background-position:right top;}
.bdr-grad.bdr-right{background-position:left top;}
.bdr-grad.bdr-top, .bdr-grad.bdr-bottom, .bdr-grad.bdr-divider, .bdr-grad.bdr-divider-invert{background-image:url(/img/module/border/bdr-horiz-grad.png); height:18px; z-index:1;}
.bdr-grad.bdr-top{background-position:left bottom;}
.bdr-grad.bdr-bottom{background-position:left top;}
.bdr-grad.bdr-divider{background-position:left bottom; width:100%;}
.bdr-grad.bdr-divider-invert{background-position:left top; width:100%;}

	/* border gradient small*/
.bdr-grad-sm.bdr-left, .bdr-grad-sm.bdr-right{background-image:url(/img/module/border/bdr-vert-grad-sm.png); width:5px; z-index:1;}
.bdr-grad-sm.bdr-left{background-position:right top;}
.bdr-grad-sm.bdr-right{background-position:left top;}
.bdr-grad-sm.bdr-top, .bdr-grad-sm.bdr-bottom, .bdr-grad-sm.bdr-divider, .bdr-grad-sm.bdr-divider-invert{background-image:url(/img/module/border/bdr-horiz-grad-sm.png); height:5px; z-index:1;}
.bdr-grad-sm.bdr-top{background-position:left bottom;}
.bdr-grad-sm.bdr-bottom{background-position:left top;}
.bdr-grad-sm.bdr-divider{background-position:left bottom; width:100%;}
.bdr-grad-sm.bdr-divider-invert{background-position:left top; width:100%;}

	/* border gradient blue*/
.bdr-grad-blue.bdr-top, .bdr-grad-blue.bdr-bottom, .bdr-grad-blue.bdr-divider, .bdr-grad-blue.bdr-divider-invert{background-image:url(/img/module/border/bdr-horiz-grad-blue.png); height:18px; z-index:1;}
.bdr-grad-blue.bdr-top{background-position:left bottom;}
.bdr-grad-blue.bdr-bottom{background-position:left top;}
.bdr-grad-blue.bdr-divider{background-position:left bottom; width:100%;}
.bdr-grad-blue.bdr-divider-invert{background-position:left top; width:100%;}


/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px){

}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px){

}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px){

}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print{

}

/* =============================================================================
/ MODULE: BUTTON
/ ============================================================================= */
/* ------- [ DEFAULT STYLES ] ------- */

/* ------- Button base ------- */
.btn {
    display:block;
    position:relative;
    width:100%;
    padding:0.125rem 10px;
    text-decoration:none;
    text-transform:uppercase;
    text-align:left;
    font-size: 12px;
    font-size: 0.75rem; /* 12 / 16 */
    line-height: 25px;
    line-height: 1.5625rem;/* 25 / 16 */
    font-weight: normal;
    font-family: 'Opensans-bold', Verdana, Geneva, sans-serif;
    color: #fff;
    text-shadow:1px 1px 0 #02080f;
    cursor: pointer;
    background-color: #283545;
}
.btn.has-ico {
    padding-right: 40px;
}
.btn .ico {
    position: absolute;
    right: 10px;
    top: 3px;
    display:block;
    height:24px;
}
.btn.has-ico > .ico {
    margin: 0;
}
.btn:active,
.btn:hover{background-color:#283545; color:#e8a70b; text-shadow:1px 1px 0 #02080f;}
a .btn{margin-right:10px;}
a .btn-right{margin:0 0 0 10px;}

/* ------- Button colors ------- */
.btn-light-grey, .btn-light-gray{background-color:#8c9bac; color:#fff; text-shadow:none;}
.btn-blue{background-color:#0c51a3; color:#fff; text-shadow:1px 1px 0 #202d3d;}
.btn-yellow{background-color:#f4ad03; color:#202d3d; text-shadow:1px 1px 0 #f8d37a;}

/* ------- Button types ------- */
	/* btn small */
.btn-small{
    height: 17px;
    height: 1.0625rem; /* 17px / 16px */
    line-height: 17px;
    line-height: 1.0625rem; /* 17px / 16px */
    font-size: 11px;
    font-size: 0.6875rem; /* 11 / 16 */
    padding:0 10px;
    text-shadow:none;
}
.btn-small .ico {
    height:16px;
    top: 1px;
}

	/* btn large */
.btn-large{
    font-size: 15px;
    font-size: 0.9375rem; /* 15 / 16 */
    line-height: 25px;
    line-height: 1.4375rem;/* 23 / 16 */
    padding:5px 40px 5px 18px;
    border-top:1px solid #8c9bac;
    border-bottom:1px solid #02080f;
}
.btn-large.has-ico {
    padding-right: 55px;
}
.btn-large .ico{
    height:30px;
    top: 2px;
}
.btn-large.btn-blue{border-top:1px solid #3c73d3; border-bottom:1px solid #000a44;}
.btn-large.btn-yellow{border-top:1px solid #fed87c; border-bottom:1px solid #b98303;}
.btn-large:active,
.btn-large:hover{border-top:1px solid #8c9bac; border-bottom:1px solid #02080f;}

	/* btn round */
.btn-round{
    font:16px/37px 'Opensans-bold';
    font-size: 16px;
    font-size: 1.0rem; /* 16 / 16 */
    line-height: 37px;
    line-height: 2.3125rem;/* 37 / 16 */
    padding:0 15px 0 25px;
    /*
    background-image:url(/img/module/button/buttons-round.png);
    background-repeat:no-repeat;
    background-color:transparent;
    background-position:right 0px;
    */
    background: #1c2430;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6b747f), to(#1c2430));
    background: -webkit-linear-gradient(#6b747f, #1c2430);
    background: -moz-linear-gradient(#6b747f, #1c2430);
    background: -ms-linear-gradient(#6b747f, #1c2430);
    background: -o-linear-gradient(#6b747f, #1c2430);
    background: linear-gradient(#6b747f, #1c2430);
    border-radius: 25px;
    white-space: nowrap;
    overflow: hidden;
}
.btn-round.has-ico {
    padding-right: 60px;
}
/*
 * No longer used in 3.1, but keeping just in case.
.btn-round b{position:absolute; left:-25px; top:0; width:25px; height:37px; background-image:url(/img/module/button/buttons-round.png); background-repeat:no-repeat; background-color:transparent; background-position:0px -240px;}
.btn-round:hover b{background-position:0px -280px;}
*/
.btn-round .ico{
	height:26px;
	margin:0 0 0 15px;
	top:5px;
}
.btn-round .ico.ico-arrow-right-circled-lg{margin-right:-8px;}
.btn-round:active,
.btn-round:hover{
    background: #6d7681;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1c2430), to(#6d7681));
    background: -webkit-linear-gradient(#1c2430, #6d7681);
    background: -moz-linear-gradient(#1c2430, #6d7681);
    background: -ms-linear-gradient(#1c2430, #6d7681);
    background: -o-linear-gradient(#1c2430, #6d7681);
    background: linear-gradient(#1c2430, #6d7681);
}
.btn-round.btn-blue{
    background: #0e3075;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#598bd0), to(#0e3075));
    background: -webkit-linear-gradient(#598bd0, #0e3075);
    background: -moz-linear-gradient(#598bd0, #0e3075);
    background: -ms-linear-gradient(#598bd0, #0e3075);
    background: -o-linear-gradient(#598bd0, #0e3075);
    background: linear-gradient(#598bd0, #0e3075);
}
.btn-round.btn-blue:active,
.btn-round.btn-blue:hover{
    background: #598bd0;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0e3075), to(#598bd0));
    background: -webkit-linear-gradient(#0e3075, #598bd0);
    background: -moz-linear-gradient(#0e3075, #598bd0);
    background: -ms-linear-gradient(#0e3075, #598bd0);
    background: -o-linear-gradient(#0e3075, #598bd0);
    background: linear-gradient(#0e3075, #598bd0);
}
.btn-round.btn-yellow{
    background: #c9730c;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f7d48a), to(#c9730c));
    background: -webkit-linear-gradient(#f7d48a, #c9730c);
    background: -moz-linear-gradient(#f7d48a, #c9730c);
    background: -ms-linear-gradient(#f7d48a, #c9730c);
    background: -o-linear-gradient(#f7d48a, #c9730c);
    background: linear-gradient(#f7d48a, #c9730c);
}
.btn-round.btn-yellow:active,
.btn-round.btn-yellow:hover{
    background: #f7d48a;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#c9730c), to(#f7d48a));
    background: -webkit-linear-gradient(#c9730c, #f7d48a);
    background: -moz-linear-gradient(#c9730c, #f7d48a);
    background: -ms-linear-gradient(#c9730c, #f7d48a);
    background: -o-linear-gradient(#c9730c, #f7d48a);
    background: linear-gradient(#c9730c, #f7d48a);
    color:#202d3d;
    text-shadow:1px 1px 0 #f8d37a;
}

	/* btn submit */
.btn.submit{
    display:block;
    font-size: 1.0rem; /* 16 / 16 */
    line-height: 28px;
    line-height: 1.75rem;/* 28 / 16 */
    height: 33px;
    text-transform:uppercase;
    padding:0 0 0 20px;
    border-top:1px solid #fed87b;
    border-bottom:1px solid #b98303;
    border-left:none;
    border-right:none;
    color:#0c51a3;
    text-shadow:1px 1px 0 #f8d37a;
    background:url(/responsive/img/module/icon/standalone/ico-submit.png) right center no-repeat #f4ad03;
    text-align:left;
}
.btn.submit-left{display:block;   font: 15px/31px 'Droid-Arabic-Kufi-bold', 'Opensans-regular', Verdana, Geneva, sans-serif; padding: 0 12px 0 18px; text-align:right; width:100%; height:33px; border-top:1px solid #fed87b; border-bottom:1px solid #b98303; border-left:none; border-right:none; color:#0c51a3; text-shadow:1px 1px 0 #f8d37a; background:url(/img/module/icon/standalone/ico-submit-left.png) left 5% center no-repeat #f4ad03; }
.btn.submit-blue{border-top:1px solid #3c73d3; border-bottom:1px solid #000a44; color:#fff; text-shadow:1px 1px 0 #202d3d; background-color:#0c51a3;}
.btn.submit-dark-grey, .btn.submit-dark-gray{border-top:1px solid #8c9bac; border-bottom:1px solid #02080f; color:#fff; text-shadow:1px 1px 0 #02080f; background-color:#283545;}
.btn.submit:active,
.btn.submit:hover{background-color:#202d3d; border-top:1px solid #8c9bac; border-bottom:1px solid #02080f; color:#f4ad03; text-shadow:1px 1px 0 #02080f;}
.btn.submit-left:hover{background-color:#202d3d; border-top:1px solid #8c9bac; border-bottom:1px solid #02080f; color:#f4ad03; text-shadow:1px 1px 0 #02080f;}


/*disable state on submit button*/
.btn.submit.disabled{
    color: #D2AF58;
    text-shadow: none;
    background-color: #F7E0A6;
    border-color: #F7E0A6;
    transition: background-color 0.3s ease;
}

.btn.submit.submit-blue.disabled, .btn.submit.submit-dark-grey.disabled {
    color: #ADB3BE;
    background-color: #D8D8D8;
    border-color: #D8D8D8;
}

/*loading state on submit button*/
.btn.submit.disabled.loading{
  background-image: url("/responsive/img/module/button/loading.gif");
  background-size: 26px;
  background-position: 97% center;
}

	/* btn collapse */
.has-btn-collapse {position:relative;}
.btn-collapse{font:14px/17px 'Opensans-bold'; height:17px; display:block; position:absolute; right:5px; top:5px; color:#0c51a3; text-decoration:none;}
.btn-collapse .ico{float:right; margin-left:10px;}
.btn-collapse:active,
.btn-collapse:hover{text-decoration:underline;}
.btn-collapse-dark{color:#283545; text-shadow:1px 1px 0 #d1d7de;}
.btn-collapse-white{color:#fff;}

/* ------- Button Inline ------- */
.btn-inline{display:inline-block; width:auto; vertical-align:text-top;white-space: pre-wrap;}


/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px){
    .btn.submit {
        height: 41px;
    }
	.btn .ico {
		top: 5px;
	}
	.btn-small .ico {
		top: 2px;
	}
	.btn-large .ico {
		top: 3px;
	}
	.btn-round .ico {
		top: 7px;
	}
}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px){
    .btn.submit {
        height: 37px;
    }
	.btn .ico {
		top: 5px;
	}
	.btn-small .ico {
		top: 2px;
	}
	.btn-large .ico {
		top: 3px;
	}
	.btn-round .ico {
		top: 7px;
	}
}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px){

}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print{

}
/* =============================================================================
/ MODULE: ICON
/ ============================================================================= */
/* ==========================================================================
   Icons
   ========================================================================== */

/* Default Styles
   ========================================================================== */

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

i.ico {display:block;font-size:0px;background-repeat:no-repeat;}
a .ico {cursor:pointer}

/* Simple Icons
   ========================================================================== */

.ico-simple,
.ico-simple-white,
.open>.swap-on-open.ico-swap-white,
.current>.swap-on-current.ico-swap-white,
*:hover>.swap-on-hover.ico-swap-white {background-image:url(/responsive/img/module/icon/ico-simple-white.png);}
.ico-simple-blue,
.open>.swap-on-open.ico-swap-blue,
.current>.swap-on-current.ico-swap-blue,
*:hover>.swap-on-hover.ico-swap-blue {background-image:url(/responsive/img/module/icon/ico-simple-blue.png);}
.ico-simple-yellow,
.open>.swap-on-open.ico-swap-yellow,
.current>.swap-on-current.ico-swap-yellow,
*:hover>.swap-on-hover.ico-swap-yellow {background-image:url(/responsive/img/module/icon/ico-simple-yellow.png);}
.ico-simple-light-gray,
.ico-simple-light-grey,
.open>.swap-on-open.ico-swap-light-gray,
.open>.swap-on-open.ico-swap-light-grey,
.current>.swap-on-current.ico-swap-light-gray,
.current>.swap-on-current.ico-swap-light-grey,
*:hover>.swap-on-hover.ico-swap-light-gray,
*:hover>.swap-on-hover.ico-swap-light-grey {background-image:url(/responsive/img/module/icon/ico-simple-light-grey.png);}
.ico-simple-dark-gray,
.ico-simple-dark-grey,
.open>.swap-on-open.ico-swap-dark-gray,
.open>.swap-on-open.ico-swap-dark-grey,
.current>.swap-on-current.ico-swap-dark-gray,
.current>.swap-on-current.ico-swap-dark-grey,
*:hover>.swap-on-hover.ico-swap-dark-gray,
*:hover>.swap-on-hover.ico-swap-dark-grey {background-image:url(/responsive/img/module/icon/ico-simple-dark-grey.png);}

/* Simple Icon Variants
   ========================================================================== */

.ico-check-sm,
.open>.swap-on-open.ico-swap-check-sm,
.current>.swap-on-current.ico-swap-check-sm,
*:hover>.swap-on-hover.ico-swap-check-sm {width:10px;height:10px;background-position:0 -180px;}
.ico-check-md,
.open>.swap-on-open.ico-swap-check-md,
.current>.swap-on-current.ico-swap-check-md,
*:hover>.swap-on-hover.ico-swap-check-md {width:14px;height:14px;background-position:0 -120px;}
.ico-check-lg,
.open>.swap-on-open.ico-swap-check-lg,
.current>.swap-on-current.ico-swap-check-lg,
*:hover>.swap-on-hover.ico-swap-check-lg {width:26px;height:26px;background-position:0 -60px;}
.ico-check-xl,
.open>.swap-on-open.ico-swap-check-xl,
.current>.swap-on-current.ico-swap-check-xl,
*:hover>.swap-on-hover.ico-swap-check-xl {width:34px;height:34px;background-position:0 0;}
.ico-circle-xl,
.open>.swap-on-open.ico-swap-circle-xl,
.current>.swap-on-current.ico-swap-circle-xl,
*:hover>.swap-on-hover.ico-swap-circle-xl {width:34px;height:34px;background-position:-60px 0;}
.ico-circle-lg,
.open>.swap-on-open.ico-swap-circle-lg,
.current>.swap-on-current.ico-swap-circle-lg,
*:hover>.swap-on-hover.ico-swap-circle-lg {width:26px;height:26px;background-position:-60px -60px;}
.ico-download-lg,
.open>.swap-on-open.ico-swap-download-lg,
.current>.swap-on-current.ico-swap-download-lg,
*:hover>.swap-on-hover.ico-swap-download-lg {width:26px;height:26px;background-position:-180px -60px;}
.ico-external-lg,
.open>.swap-on-open.ico-swap-external-lg,
.current>.swap-on-current.ico-swap-external-lg,
*:hover>.swap-on-hover.ico-swap-external-lg {width:26px;height:26px;background-position:-240px -60px;}
.ico-plus-xl,
.open>.swap-on-open.ico-swap-plus-xl,
.current>.swap-on-current.ico-swap-plus-xl,
*:hover>.swap-on-hover.ico-swap-plus-xl {width:34px;height:34px;background-position:-300px 0px;}
.ico-plus-lg,
.open>.swap-on-open.ico-swap-plus-lg,
.current>.swap-on-current.ico-swap-plus-lg,
*:hover>.swap-on-hover.ico-swap-plus-lg {width:26px;height:26px;background-position:-300px -60px;}
.ico-plus-md,
.open>.swap-on-open.ico-swap-plus-md,
.current>.swap-on-current.ico-swap-plus-md,
*:hover>.swap-on-hover.ico-swap-plus-md {width:14px;height:14px;background-position:-300px -120px;}
.ico-search-xl,
.open>.swap-on-open.ico-swap-search-xl,
.current>.swap-on-current.ico-swap-search-xl,
*:hover>.swap-on-hover.ico-swap-search-xl {width:34px;height:34px;background-position:-360px 0;}
.ico-search-lg,
.open>.swap-on-open.ico-swap-search-lg,
.current>.swap-on-current.ico-swap-search-lg,
*:hover>.swap-on-hover.ico-swap-search-lg {width:26px;height:26px;background-position:-360px -60px;}
.ico-star-lg,
.open>.swap-on-open.ico-swap-star-lg,
.current>.swap-on-current.ico-swap-star-lg,
*:hover>.swap-on-hover.ico-swap-star-lg {width:26px;height:26px;background-position:-900px -60px;}
.ico-triangle-right-lg,
.open>.swap-on-open.ico-swap-triangle-right-lg,
.current>.swap-on-current.ico-swap-triangle-right-lg,
*:hover>.swap-on-hover.ico-swap-triangle-right-lg {width:26px;height:26px;background-position:-420px -60px;}
.ico-triangle-right-md,
.open>.swap-on-open.ico-swap-triangle-right-md,
.current>.swap-on-current.ico-swap-triangle-right-md,
*:hover>.swap-on-hover.ico-swap-triangle-right-md {width:14px;height:14px;background-position:-420px -120px;}
.ico-triangle-right-sm,
.open>.swap-on-open.ico-swap-triangle-right-sm,
.current>.swap-on-current.ico-swap-triangle-right-sm,
*:hover>.swap-on-hover.ico-swap-triangle-right-sm {width:10px;height:10px;background-position:-420px -180px;}
.ico-triangle-down-lg,
.open>.swap-on-open.ico-swap-triangle-down-lg,
.current>.swap-on-current.ico-swap-triangle-down-lg,
*:hover>.swap-on-hover.ico-swap-triangle-down-lg {width:26px;height:26px;background-position:-480px -60px;}
.ico-triangle-down-sm,
.open>.swap-on-open.ico-swap-triangle-down-sm,
.current>.swap-on-current.ico-swap-triangle-down-sm,
*:hover>.swap-on-hover.ico-swap-triangle-down-sm {width:10px;height:10px;background-position:-480px -180px;}
.ico-arrow-down-circled-lg,
.open>.swap-on-open.ico-swap-arrow-down-circled-lg,
.current>.swap-on-current.ico-swap-arrow-down-circled-lg,
*:hover>.swap-on-hover.ico-swap-arrow-down-circled-lg {width:26px;height:26px;background-position:-540px -60px;}
.ico-arrow-up-circled-lg,
.open>.swap-on-open.ico-swap-arrow-up-circled-lg,
.current>.swap-on-current.ico-swap-arrow-up-circled-lg,
*:hover>.swap-on-hover.ico-swap-arrow-up-circled-lg {width:26px;height:26px;background-position:-600px -60px;}
.ico-arrow-right-circled-xl,
.open>.swap-on-open.ico-swap-arrow-right-circled-xl,
.current>.swap-on-current.ico-swap-arrow-right-circled-xl,
*:hover>.swap-on-hover.ico-swap-arrow-right-circled-xl {width:34px;height:34px;background-position:-660px 0;}
.ico-arrow-right-circled-lg,
.open>.swap-on-open.ico-swap-arrow-right-circled-lg,
.current>.swap-on-current.ico-swap-arrow-right-circled-lg,
*:hover>.swap-on-hover.ico-swap-arrow-right-circled-lg {width:26px;height:26px;background-position:-660px -60px;}
.ico-arrow-down-sm,
.open>.swap-on-open.ico-swap-arrow-down-sm,
.current>.swap-on-current.ico-swap-arrow-down-sm,
*:hover>.swap-on-hover.ico-swap-arrow-down-sm {width:10px;height:10px;background-position:-720px -180px;}
.ico-arrow-up-sm,
.open>.swap-on-open.ico-swap-arrow-up-sm,
.current>.swap-on-current.ico-swap-arrow-up-sm,
*:hover>.swap-on-hover.ico-swap-arrow-up-sm {width:10px;height:10px;background-position:-960px -180px;}
.ico-arrow-right-lg,
.open>.swap-on-open.ico-swap-arrow-right-lg,
.current>.swap-on-current.ico-swap-arrow-right-lg,
*:hover>.swap-on-hover.ico-swap-arrow-right-lg {width:26px;height:26px;background-position:-780px -60px;}
.ico-arrow-right-md,
.open>.swap-on-open.ico-swap-arrow-right-md,
.current>.swap-on-current.ico-swap-arrow-right-md,
*:hover>.swap-on-hover.ico-swap-arrow-right-md {width:14px;height:14px;background-position:-780px -120px;}
.ico-arrow-right-sm,
.open>.swap-on-open.ico-swap-arrow-right-sm,
.current>.swap-on-current.ico-swap-arrow-right-sm,
*:hover>.swap-on-hover.ico-swap-arrow-right-sm {width:10px;height:10px;background-position:-780px -180px;}
.ico-arrow-right-2-sm,
.open>.swap-on-open.ico-swap-arrow-right-2-sm,
.current>.swap-on-current.ico-swap-arrow-right-2-sm,
*:hover>.swap-on-hover.ico-swap-arrow-right-2-sm{width:10px;height:10px;background-position:-840px -180px;}
.ico-arrow-left-lg,
.open>.swap-on-open.ico-swap-arrow-left-lg,
.current>.swap-on-current.ico-swap-arrow-left-lg,
*:hover>.swap-on-hover.ico-swap-arrow-left-lg {width:26px;height:26px;background-position:-1020px -60px;}
.ico-arrow-left-md,
.open>.swap-on-open.ico-swap-arrow-left-md,
.current>.swap-on-current.ico-swap-arrow-left-md,
*:hover>.swap-on-hover.ico-swap-arrow-left-md {width:14px;height:14px;background-position:-1020px -120px;}
.ico-arrow-left-sm,
.open>.swap-on-open.ico-swap-arrow-left-sm,
.current>.swap-on-current.ico-swap-arrow-left-sm,
*:hover>.swap-on-hover.ico-swap-arrow-left-sm {width:10px;height:10px;background-position:-1020px -180px;}
.ico-arrow-left-long-lg,
.open>.swap-on-open.ico-swap-arrow-left-long-lg,
.current>.swap-on-current.ico-swap-arrow-left-long-lg,
*:hover>.swap-on-hover.ico-swap-arrow-left-long-lg {width:26px;height:26px;background-position:-1080px -60px;}
.ico-arrow-left-circled-xl,
.open>.swap-on-open.ico-swap-arrow-left-circled-xl,
.current>.swap-on-current.ico-swap-arrow-left-circled-xl,
*:hover>.swap-on-hover.ico-swap-arrow-left-circled-xl {width:34px;height:34px;background-position:-1140px 0;}
.ico-arrow-left-circled-lg,
.open>.swap-on-open.ico-swap-arrow-left-circled-lg,
.current>.swap-on-current.ico-swap-arrow-left-circled-lg,
*:hover>.swap-on-hover.ico-swap-arrow-left-circled-lg {width:26px;height:26px;background-position:-1140px -60px;}
.ico-arrow-right-long-lg,
.open>.swap-on-open.ico-swap-arrow-right-long-lg,
.current>.swap-on-current.ico-swap-arrow-right-long-lg,
*:hover>.swap-on-hover.ico-swap-arrow-right-long-lg {width:26px;height:26px;background-position:-1200px -60px;}
.ico-arrow-left-2-sm,
.open>.swap-on-open.ico-swap-arrow-left-2-sm,
.current>.swap-on-current.ico-swap-arrow-left-2-sm,
*:hover>.swap-on-hover.ico-swap-arrow-left-2-sm{width:10px;height:10px;background-position:-1260px -180px;}

/* Complex Icons
   ========================================================================== */

/* complex icon sprite */

.ico-complex {background-image:url(/responsive/img/module/icon/ico-complex.png);}

/* complex icon variants */

.ico-arrow-dotted-right {width:12px;height:19px;background-position:0 0;}
.ico-article {width:24px;height:26px;background-position:-60px 0;}
.ico-article-md {width:20px;height:23px;background-position:-60px -60px;}
.ico-article-sm {width:12px;height:16px;background-position:-60px -120px;}
.ico-chat {width:22px;height:14px;background-position:-120px 0;}
a:hover .ico-chat {background-position:-120px -60px;}
.ico-chat-circled {width:32px;height:32px;background-position:-180px 0;}
.ico-dailyfx {width:16px;height:16px;background-position:-360px -60px;}
.ico-info {width:23px;height:21px;background-position:-420px 0;}
.ico-print-circled {width:32px;height:32px;background-position:-540px 0;}
.ico-print {width:16px;height:16px;background-position:-480px 0px;}
.ico-pdf {width:17px;height:12px;background-position:-600px 0;}
.ico-resource {width:15px;height:14px;background-position:-660px -60px;}
.ico-video {width:29px;height:26px;background-position:-720px 0;}
.ico-video-sm {width:18px;height:16px;background-position:-720px -60px;}
.ico-video-dark {width:29px;height:26px;background-position:-780px 0;}
.ico-video-dark-sm {width:18px;height:16px;background-position:-780px -60px;}
.ico-phone-dark,
a:hover .ico-phone {width:22px;height:23px;background-position:-838px 0;}
.ico-phone {width:22px;height:23px;background-position:-838px -61px;}
.ico-arrow-dotted-left {width:12px;height:19px;background-position:-900px 0;}
.ico-market-insights {width: 16px;height: 17px;background-position: -960px -60px;}
.ico-small-fxcm-logo {width: 16px;height: 17px;background-position: -1020px -60px;}

/* complex icons - with no list variant */

.ico-close {width:20px;height:17px;background-position:-240px 0;background-color:#0c51a3;}
.ico-close-sm {width:12px;height:12px;background-position:-240px -60px;background-color:#0c51a3;}
.ico-close-dark {width:20px;height:17px;background-position:-240px 0;background-color:#283545;}
.ico-close-dark-sm {width:12px;height:12px;background-position:-240px -60px;background-color:#283545;}
.ico-close-inverted {width:20px;height:17px;background-position:-300px 0;background-color:#fff;}
.ico-close-inverted-sm {width:12px;height:12px;background-position:-300px -60px;background-color:#fff;}

/* Button Icons
   ========================================================================== */

/* button icon sprite */

.ico-btn {height:100%;background-image:url(/responsive/img/module/icon/ico-button.png);}

/* button icon variants */

.ico-btn.ico-arrow-right-lg {background-position:0 center;}
.ico-btn.ico-arrow-right-md {background-position:-60px center;}
.ico-btn.ico-arrow-right-sm {background-position:-120px center;}
.ico-btn.ico-arrow-right-circled-lg {background-position:-180px center;}
.ico-btn.ico-arrow-down-sm {background-position:-240px center;}
.ico-btn.ico-arrow-down-md {width:14px;background-position:-900px center;}
.ico-btn.ico-check-lg {background-position:-300px center;}
.ico-btn.ico-check-md {background-position:-360px center;}
.ico-btn.ico-download-lg {background-position:-420px center;}
.ico-btn.ico-download-md {width:14px;background-position:-840px center;}
.ico-btn.ico-external-lg {background-position:-480px center;}
.ico-btn.ico-plus-lg {background-position:-540px center;}
.ico-btn.ico-plus-md {background-position:-600px center;}
.ico-btn.ico-triangle-right-lg {background-position:-660px center;}
.ico-btn.ico-triangle-right-md {background-position:-720px center;}
.ico-btn.ico-triangle-right-sm {background-position:-780px center;}
.ico-btn.ico-arrow-left-lg {background-position:-960px center;}
.ico-btn.ico-arrow-left-md {background-position:-1020px center;}
.ico-btn.ico-arrow-left-sm {background-position:-1080px center;}
.ico-btn.ico-arrow-left-circled-lg {background-position:-1140px center;}
.ico-btn.ico-triangle-left-lg {background-position:-1188px center;}
.ico-btn.ico-triangle-left-md {background-position:-1240px center;}
.ico-btn.ico-triangle-left-sm {background-position:-1298px center;}

/* Unique/standalone icons
   ========================================================================== */

/* paperclip */

.ico-paperclip{width:47px; height:59px; background:url(/responsive/img/module/icon/standalone/ico-bg-paperclip.png) top right no-repeat;}

/* play video */

.ico-play-video,
.ico-play-video-lg,
.ico-play-video-md,
.ico-play-video-sm {
    border-radius: 100%;
    background-color: #285aae;
    background-color: rgba(40, 90, 174, 0.76);
    background-image: url(/responsive/img/module/icon/standalone/ico-play-video.png);
    background-repeat: no-repeat;
}
.thumbnail.large .ico-play-video,
.ico-play-video-lg {
    width: 124px;
    height: 124px;
    background-position: 0 0;
}
.thumbnail .ico-play-video,
.ico-play-video-md {
    width:80px;
    height:80px;
    background-position:0 -140px;
}
.thumbnail.small .ico-play-video,
.ico-play-video-sm {
    width:49px;
    height:49px;
    background-position:0 -240px;
}

/* video playlist controls */
.ico-playlist-menu,
.ico-playlist-prev,
.ico-playlist-next {
    background: transparent url(/responsive/img/module/icon/standalone/ico-video-playlist-controls.png) left top no-repeat;
}
.ico-playlist-menu {
    background-position: 0 0;
    width: 24px;
    height: 21px;
}
.ico-playlist-prev {
    background-position: 0 -40px;
    width: 23px;
    height: 23px;
}
.ico-playlist-next {
    background-position: 0 -80px;
    width: 23px;
    height: 23px;
}

.ico-playlist-menu-circle {
    background: transparent url(/responsive/img/module/icon/standalone/ico-video-playlist-menu.png) 10px 9px no-repeat;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background-color: #285aae;
    background-color: rgba(40, 90, 174, 1.0);
}
/* Hover styles - not used.
.ico-playlist-menu-circle:hover,
.ico-playlist-menu-circle.active:hover {
    background-color: #283545;
    background-color: rgba(40, 53, 69, 1.0);
}
*/
.ico-playlist-menu-circle.active ,
.active > .ico-playlist-menu-circle {
    background: transparent url(/responsive/img/module/icon/standalone/ico-video-playlist-menu.png) 10px -30px no-repeat;
    background-color: #8b9bab;
    background-color: rgba(139, 155, 171, 1.0);
}


/* submit */

.ico-submit {width:20px;height:15px;background-position:0 0;background-image:url(/responsive/img/module/icon/standalone/ico-submit.png);}

/* submit-left */

.ico-submit-left {width:20px;height:15px;background-position:0 0;background-image:url(/img/module/icon/standalone/ico-submit-left.png);}

/* thumbnail */

.ico-thumbnail,
.ico-thumbnail-md,
.ico-thumbnail-sm {
    border-radius: 100%;
    background-color: #285aae;
    background-color: rgba(40, 90, 174, 0.76);
    background-image: url(/responsive/img/module/icon/standalone/ico-thumbnail.png);
    background-repeat: no-repeat;
}
.ico-thumbnail {
    width: 124px;
    height: 124px;
    background-position: 0 0;
}
.ico-thumbnail-md {
    width:80px;
    height:80px;
    background-position: 0 -140px;
}
.ico-thumbnail-sm {
    width:49px;
    height:49px;
    background-position: 0 -240px;
}

/* Standard featurebox icon
   ========================================================================== */

.ico-feature {width:74px;height:83px;}

/* Products/Services feature icons
   ========================================================================== */

.ico-product-feature {background-image:url(/responsive/img/module/icon/ico-product-feature.png);}

/* Forex */

.ico-forex-currency-pairs {background-position:0 -200px;}
.ico-forex-spreads {background-position:-100px -200px;}
.ico-forex-margin-requirements {background-position:-200px -200px;}

/* CFDs */

.ico-cfds-metals {background-position:0 -400px;}
.ico-cfds-oil {background-position:-100px -400px;}
.ico-cfds-stock-indices {background-position:-200px -400px;}

/* Dollar Index */

.ico-dollar-index-why-trade {background-position:0 -600px;}
.ico-dollar-index-how-it-works {background-position:-100px -600px;}
.ico-dollar-index-research {background-position:-200px -600px;}
.ico-dollar-index-why-trade-usd-cnh {background-position:-300px -600px;}

/* Trading station desktop */

.ico-ts-indicators {background-position:0 -800px;}
.ico-ts-strategy-backtesting {background-position:-100px -800px;}
.ico-ts-strategy-optimization {background-position:-200px -800px;}

/* Trading station web */

.ico-ts-order-types {background-position:0 -1000px;}
.ico-ts-trading-modes {background-position:-100px -1000px;}
.ico-ts-chart-trading {background-position:-200px -1000px;}

/* Metatrader */

.ico-mt4-benefits{background-position:0 -1200px;}
.ico-mt4-ea {background-position:-100px -1200px;}
.ico-mt4-vps {background-position:-200px -1200px;}

/* Mirror Trader */

.ico-mirror-automated-trading {background-position:0 -1400px;}
.ico-mirror-access{background-position:-100px -1400px;}
.ico-mirror-currency-baskets {background-position:-200px -1400px;}

/* Ninja Trader */

.ico-ninja-free {background-position:0 -1600px;}
.ico-ninja-analyzer {background-position:-100px -1600px;}
.ico-ninja-replay {background-position:-200px -1600px;}

/* ZuluTrade */

.ico-zulu-peer {background-position:0 -1800px;}
.ico-zulu-sorting {background-position:-100px -1800px;}
.ico-zulu-risk {background-position:-200px -1800px;}

/* Active Trader */

.ico-at-elite-pricing-structure {background-position:0 -2000px;}
.ico-at-trading-support {background-position:-100px -2000px;}
.ico-at-private-client-group {background-position:-200px -2000px;}

/* Dailyfx Plus */

.ico-dfx-trading-signals {background-position:0 -2200px;}
.ico-dfx-analyzer {background-position:-100px -2200px;}
.ico-dfx-live-trading-room {background-position:-200px -2200px;}
.ico-dfx-video {background-position:-300px -2200px;}

/* Friends and Family Referral */

.ico-ffrp-how-it-works {background-position:0 -2400px;}
.ico-ffrp-refer-friend {background-position:-100px -2400px;}
.ico-ffrp-referred {background-position:-200px -2400px;}

/* Programming Services */

.ico-ps-strategy-coding {background-position: -300px -2600px;}
.ico-ps-money-manager-tools {background-position:-400px -2600px;}
.ico-ps-institutional-services {background-position:-500px -2600px;}
.ico-ps-solutions {background-position:0 -2600px;}
.ico-ps-interfaces {background-position:-100px -2600px;}
.ico-ps-consulting {background-position:-200px -2600px;}

/* Institutional Services */

.ico-institutional-ib {background-position:0 -2800px;}
.ico-institutional-asset-managers {background-position:-100px -2800px;}
.ico-institutional-white-label {background-position:-200px -2800px;}

/* FXCM Apps */

.ico-apps-store {background-position:0 -3200px;}
.ico-apps-expert-advisors {background-position:-100px -03200px;}
.ico-apps-custom-apps {background-position:-200px -3200px;}

/* Shares */

.ico-shares-global {background-position:0 -3400px;}
.ico-shares-ndd-execution {background-position:-100px -03400px;}
.ico-shares-low-margin {background-position:-200px -3400px;}

/* New Trading Station Section */

.ico-ts-innovative-platform {background-position:0 -3600px;}
.ico-ts-powerful-charts {background-position:-100px -03600px;}
.ico-ts-automated-strategies {background-position:-200px -3600px;}

/* Active Trader update 2015 */

.ico-at-elite-pricing {background-position:0 -3800px;}
.ico-at-custom-solutions {background-position:-100px -03800px;}
.ico-at-premium-services {background-position:-200px -3800px;}

/* API Trading */

.ico-api-technology {background-position:-100px -4000px;}
.ico-api-institutional-traders {background-position:-200px -4000px;}
.ico-api-algorithmic-traders { background-position: 0 -4000px; }

/* Responsive Breakpoint Specific Styles
   ========================================================================== */

/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px){
    .ico-play-video,
    .ico-thumbnail {
        width:80px;
        height:80px;
        background-position: 0 -140px;
    }
}

/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px){
    .ico-play-video,
    .ico-thumbnail {
        width:80px;
        height:80px;
        background-position: 0 -140px;
    }
}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px){

}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print{

}

/* =============================================================================
/ MODULE: STEM
/ ============================================================================= */
/* ------- [ DEFAULT STYLES ] ------- */

/* ------- Base stem ------- 
Default implementation supports a 10px stem */

.has-stem{position:relative;}
.has-stem.stem-top{margin-top:15px!important;}
.has-stem.stem-bottom{margin-bottom:15px!important;}
.has-stem.stem-right{margin-right:15px!important;}
.has-stem.stem-left{margin-left:15px!important;}
.has-stem:after {display:block;content:'';position:absolute;font-size:0pt;height:0;width:0;border:10px solid transparent;}

/* ------- Stem position-color variants ------- */
	/* left */
.stem-left-light-gray, .stem-left-light-grey {border-left-color:#8c9bac;}
.stem-left-dark-gray, .stem-left-dark-grey {border-left-color:#283545;}
.stem-left-blue {border-left-color:#0c51a3;}
.stem-left-yellow {border-left-color:#f4ad03;}
.stem-left-white {border-left-color:#fff;}
	/* right */
.stem-right-light-gray, .stem-right-light-grey {border-right-color:#8c9bac;}
.stem-right-dark-gray, .stem-right-dark-grey {border-right-color:#283545;}
.stem-right-blue {border-right-color:#0c51a3;}
.stem-right-yellow {border-right-color:#f4ad03;}
.stem-right-white {border-right-color:#fff;}
	/* top */
.stem-top-light-gray, .stem-top-light-grey {border-top-color:#8c9bac;}
.stem-top-dark-gray, .stem-top-dark-grey {border-top-color:#283545;}
.stem-top-blue {border-top-color:#0c51a3;}
.stem-top-yellow {border-top-color:#f4ad03;}
.stem-top-white {border-top-color:#fff;}
	/* bottom */
.stem-bottom-light-gray, .stem-bottom-light-grey {border-bottom-color:#8c9bac;}
.stem-bottom-dark-gray, .stem-bottom-dark-grey {border-bottom-color:#283545;}
.stem-bottom-blue {border-bottom-color:#0c51a3;}
.stem-bottom-yellow {border-bottom-color:#f4ad03;}
.stem-bottom-white {border-bottom-color:#fff;}

/* ------- Stem size variants ------- */
.stem-sm {border-width:32px;}
.stem-md {border-width:50px;}
.stem-lg {border-width:70px;}


/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px){
	
}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px){
	
}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px){
	
}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print{
	
}

/* =============================================================================
/ MODULE: THUMBNAIL
/ ============================================================================= */
/* ==========================================================================
   Thumbnails
   ========================================================================== */

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

.thumbnail,
a.thumbnail,
a.limelight.thumbnail {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    overflow: visible;
    text-decoration: none;
}
a.limelight.thumbnail {
    vertical-align: top;
}
a.thumbnail[data-media-id],
a.thumbnail.limelight {
    display: none;
}
a.thumbnail.rendered {
    display: inline-block;
}
html.lt-ie9 .thumbnail {
    min-width: 300px;
    min-height: 300px;
    background: grey;
}
.thumbnail > img {
    display: block;
    z-index: 10;
    color:  #2f3c49;
    border: 1px solid #e0e4e9;
    cursor: pointer;
}
.thumbnail > .ico {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: 0;
    z-index: 3;
}
.thumbnail:hover > .ico {
    background-color: rgba(40, 90, 174, 1.0);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

/* Thumbnail Components
   ========================================================================== */

/* Title */

.thumbnail > .title {
    display: block;
    padding: 4px 10px 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background-color: rgba(40, 90, 174, 1.0);
    color: #FFF;
    font-size: 14px;
    font-size: 0.875rem; /* 14 / 16 */
    font-family: 'Opensans-cond-bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
.thumbnail.large > .title {
    font-size: 18px;
    font-size: 1.125rem; /* 18 / 16 */
    padding: 6px 10px 4px;
}

/* Caption */

.thumbnail span.caption {
    display: block;
    height: 0; /* Needed to keep the icon centered in the image */
    color: #2f3c49;
    font-family: 'Opensans-bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding-top: 8px;
    text-transform: uppercase;
    width: 100%;
}
.thumbnail span.caption.has-ico .ico {

    float: right;
    margin: 2px 3px 1px;
}

.thumbnail span.description {
    display: block;
    height: 0; /* Needed to keep the icon centered in the image */
    color: #4b5056;
    padding-top: 8px;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 0.75rem;
    font-size: 12px;
    width: 100%;
}

/* Time */

.thumbnail span.time {
    position: relative;
    z-index: 20;
    float: right;
    margin: -31px 8px 0 0;
    padding: 1px 5px;
    background: #273545;
    font-family: 'Opensans-semibold', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.0rem;
    color: #fff;
    text-align: center;
}

/* ------- Play video thumbnail ------- */

/* play video base */

.thumbnail .ico-play-video,
.ico-play-video-md {
    margin-left: -40px;
    margin-top: -40px;
}
.thumbnail.large .ico-play-video,
.ico-play-video-lg {
    margin-left: -62px;
    margin-top: -62px;
}
.thumbnail.small .ico-play-video,
.ico-play-video-sm {
    margin-left: -24px;
    margin-top: -24px;
}

/* image thumbnail base */

.ico-thumbnail {
    margin-left: -62px;
    margin-top: -62px;
}
.ico-thumbnail-md {
    margin-left: -40px;
    margin-top: -40px;
}
.ico-thumbnail-sm {
    margin-left: -24px;
    margin-top: -24px;
}

/* Responsive Breakpoint Specific Styles
   ========================================================================== */

/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px) {
    .ico-play-video,
    .ico-thumbnail {
        margin-left: -40px;
        margin-top: -40px;
    }
}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px) {
    .ico-play-video,
    .ico-thumbnail {
        margin-left: -40px;
        margin-top: -40px;
    }
}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px) {

}


    /* ------- [ PRINT-SPECIFIC STYLES ] ------- */
    @media print {

    }

/* =============================================================================
/ MODULE: TOOLTIP
/ ============================================================================= */
/* ------- [ DEFAULT STYLES ] ------- */

/* ------- Base tooltip------- */
.simpletip {position:absolute;z-index:200;} /* base class: do not modify */
.has-tooltip {cursor:pointer; position:relative;}
.tooltip {display:none; z-index:200; position:absolute; overflow:hidden;}
.tooltip-inner{position:relative;}


/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px){
	
}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px){
	
}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px){
	
}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print{
	
}

/* =============================================================================
/ MODULE: TYPOGRAPHY
/ ============================================================================= */
/* ------- [ DEFAULT STYLES ] ------- */

/* ------- Web fonts ------- */
@font-face {
    font-family: 'Opensans-regular';
    src: url('/responsive/font/openSans/OpenSans-Regular-webfont.eot');
    src: local('☺'),
		 url('/responsive/font/openSans/OpenSans-Regular-webfont.eot') format('embedded-opentype'),
         url('/responsive/font/openSans/OpenSans-Regular-webfont.woff') format('woff'),
         url('/responsive/font/openSans/OpenSans-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Opensans-semibold';
    src: url('/responsive/font/openSans/OpenSans-Semibold-webfont.eot');
    src: local('☺'),
		 url('/responsive/font/openSans/OpenSans-Semibold-webfont.eot') format('embedded-opentype'),
         url('/responsive/font/openSans/OpenSans-Semibold-webfont.woff') format('woff'),
         url('/responsive/font/openSans/OpenSans-Semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Opensans-bold';
    src: url('/responsive/font/openSans/OpenSans-Bold-webfont.eot');
    src: local('☺'),
		 url('/responsive/font/openSans/OpenSans-Bold-webfont.eot') format('embedded-opentype'),
         url('/responsive/font/openSans/OpenSans-Bold-webfont.woff') format('woff'),
         url('/responsive/font/openSans/OpenSans-Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Opensans-cond-bold';
    src: url('/responsive/font/openSans/opensans-condbold-webfont.eot');
    src: local('☺'),
     url('/responsive/font/openSans/opensans-condbold-webfont.eot') format('embedded-opentype'),
         url('/responsive/font/openSans/opensans-condbold-webfont.woff') format('woff'),
         url('/responsive/font/openSans/opensans-condbold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Opensans-cond-light';
    src: url('/responsive/font/openSans/OpenSans-CondLight-webfont.eot');
    src: local('☺'),
		 url('/responsive/font/openSans/OpenSans-CondLight-webfont.eot') format('embedded-opentype'),
         url('/responsive/font/openSans/OpenSans-CondLight-webfont.woff') format('woff'),
         url('/responsive/font/openSans/OpenSans-CondLight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Droid-Arabic-Kufi-regular';
  font-style: normal;
  font-weight: 400;
  src: url('/font/droidKufi/DroidKufi-Regular.eot');
  src: local('☺'),
       url('/font/droidKufi/DroidKufi-Regular.woff2') format('woff2'),
       url('/font/droidKufi/DroidKufi-Regular.woff') format('woff'),
       url('/font/droidKufi/DroidKufi-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Droid-Arabic-Kufi-bold';
  font-style: normal;
  font-weight: 700;
  src: url('/font/droidKufi/DroidKufi-Bold.eot');
  src: local('☺'),
       url('/font/droidKufi/DroidKufi-Bold.woff2') format('woff2'),
       url('/font/droidKufi/DroidKufi-Bold.woff') format('woff'),
       url('/font/droidKufi/DroidKufi-Bold.ttf') format('truetype');
}

/* ------- Default text styling ------- */
h1, .h1 {
    font-size: 43px;
    font-size: 2.6875rem; /* 43 / 16 */
    line-height: 56px;
    line-height: 3.5rem;/* 56 / 16 */
    font-family: 'Opensans-semibold', Verdana, Geneva, sans-serif;
    font-weight: normal;
    text-transform: none;
    margin: 0;
}
h2, .h2 {
    font-size: 25px;
    font-size: 1.5625rem; /* 25 / 16 */
    line-height: 34px;
    line-height: 2.125rem;/* 34 / 16 */
    font-family: 'Opensans-regular', Verdana, Geneva, sans-serif;
    margin: 18px 0 0;
    margin: 1.125rem 0 0;
    font-weight: normal;
    text-transform: none;
}
h3, .h3,
h4, .h4 {
    font-size: 15px;
    font-size: 0.9375rem; /* 15 / 16 */
    line-height: 26px;
    line-height: 1.625rem;/* 26 / 16 */
    font-family: 'Opensans-bold', Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    margin: 21px 0 0;
    margin: 1.3125rem 0 0;
    font-weight: normal;
}
h5, .h5 {
    font-size: 14px;
    font-size: 0.875rem; /* 14 / 16 */
    line-height: 23px;
    line-height: 1.4375rem;/* 23 / 16 */
    font-family: 'Opensans-regular', Verdana, Geneva, sans-serif;
    margin: 21px 0 0;
    margin: 1.3125rem 0 0;
    font-weight: normal;
    text-transform: none;
}
p,
ul,
ol,
dl {
    margin: 0 0 21px;
    margin: 0 0 1.3125rem;
}

    /* modifying classes */
.lead-in {
    font-size: 15px;
	font-family: 'Opensans-regular', Verdana, Geneva, sans-serif;
    font-size: 0.9375rem; /* 15 / 16 */
    line-height: 25px;
    line-height: 1.5625rem;/* 25 / 16 */
    margin: 8px 0 21px 0;
    margin: 0.5rem 0 1.3125rem 0;
    text-transform: none;
}
.lead-in a,
.lead-in strong{
    font-weight: normal;
    font-family:'Opensans-bold', Verdana, Geneva, sans-serif;
}
.note {
    font-size: 11px;
    font-size: 0.6875rem; /* 11 / 16 */
    line-height: 17px;
    line-height: 1.0625rem;/* 17 / 16 */
    margin: 8px 0 21px 0;
    margin: 0.5rem 0 1.3125rem 0;
    text-transform: none;
    font-family: Verdana, Geneva, sans-serif;
}

    /* block-level elements with a left icon */
.has-ico>.ico{font-size:1em;display:inline-block;vertical-align:middle;margin-bottom:.1em;margin-right:.75em;}
.has-ico.ico-floatR>.ico {float:right;}
.has-ico.ico-right{text-align:right}

/* ------- Links ------- */
    /* article links */
article a, article .pseudo-link{font-weight:bold; text-decoration:underline;}
article .highlight{background:#0c51a3; color:#fff; text-decoration:none; padding:0 2px; border-bottom:1px solid #0c51a3;}
article .highlight:hover{background:#8c9bac; border-bottom:1px solid #8c9bac;}

    /* specialty use-case links */
a.reset {font-weight:normal;color:inherit;text-decoration:none;} /* removes default link styling for block-wrapping links */
a.invert-underline, a.invert{text-decoration:none;} /* swaps underline - hidden by default, shows on hover */
a.invert-underline:hover, a.invert:hover {text-decoration:underline;}
a.has-ico {display:inline-block;}
a.back-to-top.has-ico {position:relative;font: 11px/1em 'Opensans-bold';text-transform:uppercase;padding-right:12px;}
a.back-to-top .ico {position:absolute;top:0;right:0;margin:0;}

/* ------- Lists ------- */
    /* standard lists */
ul.standard{margin:21px 0; padding:0 0 4px 0;}
ul.standard>li {padding:4px 0 0 57px;}
ol.standard{margin:21px 0; padding:0 0 4px 49px;}
ol.standard>li{list-style:decimal; padding:4px 0 0 8px;}
dl.standard {margin:21px 0; }
dl.standard dd {margin:0 0 0 40px;}

    /* nested lists */
li>ul.standard, li>ol.standard {margin:.5em 0;}

    /* standard list bullet styles */
.ico-bullet {width:6px; height:6px;background:#283545;}
.ico-bullet.ico-simple-yellow{background:#f4ad03;}
.ico-bullet.ico-simple-blue{background:#0c51a3;}
.ico-bullet.ico-simple-light-grey, .ico-bullet.ico-simple-light-gray{background:#8c9bac;}
.ico-bullet.ico-simple-white{background:#fff;}

    /* lists with icons */

ul.standard.has-ico>li{position:relative; padding-left:57px;}
ul.standard.has-ico>li>.ico{position:absolute; left:40px; top:13px;}
ul.standard.has-ico>li>.ico-bullet{margin:-1px 0 0 -6px;}
ul.standard.has-ico>li>.ico-pdf{margin:-4px 0 0 -17px;}
ul.standard.has-ico>li>.ico-article-sm{margin:-5px 0 0 -12px;}
ul.standard.has-ico>li>.ico-resource{margin:-4px 0 0 -15px;}
ul.standard.has-ico>li>.ico-info{margin:-5px 0 0 -23px;}
ul.standard.has-ico>li>.ico-video-sm{margin:-4px 0 0 -18px;}

ul.list-ico-sm>li>.ico{margin:-3px 0 0 -10px;}
ul.list-ico-md>li{padding-bottom:4px;}
ul.list-ico-md>li>.ico{margin:-5px 0 0 -14px;}
ul.list-ico-lg>li{padding-bottom:8px;}
ul.list-ico-lg>li>.ico{margin:-11px 0 0 -24px;}
ul.list-ico-xl>li{padding-bottom:12px;}
ul.list-ico-xl>li>.ico{margin:-16px 0 0 -34px;}

ul.list-ico-xl>li>.ico-plus-xl{margin-top:-15px;}
ul.list-ico-xl>li>.ico-search-xl{margin-top:-14px;}

    /* list with left titles */
.list-titled-items{margin:0 0 21px;}
.list-titled-items .item{padding:10px 0 0 0;}
.list-titled-items .item-title{
	display:block; 
	float:left; 
	font-size: 15px;
	font-family: 'Opensans-bold', Verdana, Geneva, sans-serif;
    font-size: 0.833rem; 
    line-height: 21px;
    line-height: 1.166rem; 
	text-transform:uppercase;}
.list-titled-items .item-body{display:block; padding:0 0 0 17px; overflow:hidden;}

    /* steps list */
.list-steps .step{padding-top:10px;}
.list-steps>li>.ico {float:left}
.list-steps .step-num{color:#fff;text-align:center; padding:0;background:url(/img/module/icon/ico-simple-dark-grey.png) no-repeat; }
.list-steps .step-title{display:block; margin-bottom:15px;}
    /* steps list small */
.list-steps-small{padding-left:57px; margin:0 0 21px;}
.list-steps-small .step-title{font:bold 13px/24px Arial, sans-serif;}
.list-steps-small .step-num{font:normal 13px/24px 'Opensans-bold'; width:25px; margin:0 0 0 -40px; padding:0 1px 1px 0; background-position:-60px -60px;}
    /* steps list large */
.list-steps-large{padding-left:57px; margin:0 0 21px;}
.list-steps-large .step-title{font:17px/32px 'Opensans-regular';}
.list-steps-large .step-num{font:normal 21px/32px 'Opensans-bold'; width:34px; margin:0 0 0 -44px; padding-bottom:1px; background-position:-60px 0;}


/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px) {
    html {font-size: 18px;}

   h1, .h1 {
        font-size: 28px;
        font-size: 1.5555rem; /* 28 / 18 */
        line-height: 36px;
        line-height: 2rem;/* 36 / 18 */		
    }
	h2, .h2 {
		font-size: 22px ;   
   		font-size: 1.2222rem; /* 22 / 18 */
	   	line-height: 28px;
    	line-height: 1.5555rem;/* 28 / 18 */
		margin: .5rem 0 0; 
	}
	
	h3, .h3,
	h4, .h4 {
		font-family: 'Opensans-bold', Verdana, Geneva, sans-serif;
		font-size:0.833rem;
	}

	/* Lists with icons */
	ul.standard.has-ico>li>.ico{left:10px; }
	ul.standard.has-ico>li {padding-left:25px;}
	ul.standard.has-ico.list-ico-lg>li>.ico{left:15px;}
	ul.standard.has-ico.list-ico-lg>li{padding-left:30px;}
	
	ul.standard.has-ico>li>.ico-pdf{margin-top:-2px;}
	ul.standard.has-ico>li>.ico-article-sm{margin-top:-5px;}
	ul.standard.has-ico>li>.ico-resource{margin-top:-3px;}
	ul.standard.has-ico>li>.ico-info{margin-top:-4px;}
	ul.standard.has-ico>li>.ico-video-sm{margin-top:-2px;}

	/* Lists with Large Icons */
	ul.list-ico-lg>li>.ico {margin:-11px 0 0 -20px;}

	/* Lists with xl Icons */
	ul.list-ico-xl>li {padding-left: 31px !important;}
	
	ul.list-ico-xl>li>.ico {margin:-16px 0 0 -26px;}	

	ul.list-ico-xl>li>.ico-plus-xl{margin-top:-13px;left: 17px !important;}
	ul.list-ico-xl>li>.ico-search-xl{margin-top:-12px;}
	
	/* Numbered Lists */
	ol.standard{padding:0 0 4px 20px;}
	ol.standard>li{padding-left:0px;}

	    /* steps list small */
	.list-steps-small{padding-left:35px; margin:0 0 21px;}
	.list-steps-small .step-num{margin:0 0 0 -30px; }

	    /* steps list large */
	.list-steps-large{padding-left:47px;}
	.list-steps-large .step-num{ margin:0 0 0 -44px; }



}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px) {
    html {font-size: 18px;}

	h1{line-height:50px; line-height:3.125rem;}

	ul.standard.has-ico>li>.ico-pdf{margin-top:-2px;}
	ul.standard.has-ico>li>.ico-article-sm{margin-top:-5px;}
	ul.standard.has-ico>li>.ico-resource{margin-top:-3px;}

	ul.list-ico-xl>li>.ico-plus-xl{margin-top:-14px;}
}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px) {

}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print {

}
/* =============================================================================
/ MODULE: Videos
/ ============================================================================= */
/* ==========================================================================
   Limelight Specific Styles
   ========================================================================== */

/* ------- [ DEFAULT STYLES ] ------- */

div.limelight-player-footprint {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
div.limelight-player-viewport {
    flex: 1 0 0 !important;
}
div.limelight-player-footprint video {
    width: 100% !important;
    height: 100% !important;
}
div.fluid-width-video-wrapper {
    padding-top: 56.75% !important;
}
a.limelight {
    display: block;
}

/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px){
}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px){
}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px){

}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print{

}

/* =============================================================================
/ GRID
/ ========================================================================== */
/**
 * FXCM Grid
 * Description: Modified version of the Unsemantic grid built by Nathan Smith
 * Documentation: http://proto.dev.fxcorp.prv/responsive/base/grid/
 */

/* Desktop */
@media all {

    .clear {
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
    }

    .clear-left {
        clear: left;
    }

    .clear-right {
        clear: right;
    }

    .grid-container:before, .clearfix:before,
    .grid-container:after,
    .row-inner:before, .row-inner:after,
    section:before, section:after,
    .clearfix:after {
        content: ".";
        display: block;
        overflow: hidden;
        visibility: hidden;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
    }

    .grid-container:after,
    .clearfix:after,
    .row-inner:after,
    section:after {
        clear: both;
    }

    .clearfix,
    .row-inner,
    section {
        *zoom: 1;
    }

    .grid-container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .grid-5, .mobile-grid-5, .tablet-grid-5, .grid-10, .mobile-grid-10, .tablet-grid-10, .grid-15, .mobile-grid-15, .tablet-grid-15, .grid-20, .mobile-grid-20, .tablet-grid-20, .grid-25, .mobile-grid-25, .tablet-grid-25, .grid-30, .mobile-grid-30, .tablet-grid-30, .grid-35, .mobile-grid-35, .tablet-grid-35, .grid-40, .mobile-grid-40, .tablet-grid-40, .grid-45, .mobile-grid-45, .tablet-grid-45, .grid-50, .mobile-grid-50, .tablet-grid-50, .grid-55, .mobile-grid-55, .tablet-grid-55, .grid-60, .mobile-grid-60, .tablet-grid-60, .grid-65, .mobile-grid-65, .tablet-grid-65, .grid-70, .mobile-grid-70, .tablet-grid-70, .grid-75, .mobile-grid-75, .tablet-grid-75, .grid-80, .mobile-grid-80, .tablet-grid-80, .grid-85, .mobile-grid-85, .tablet-grid-85, .grid-90, .mobile-grid-90, .tablet-grid-90, .grid-95, .mobile-grid-95, .tablet-grid-95, .grid-100, .mobile-grid-100, .tablet-grid-100, .grid-33, .mobile-grid-33, .tablet-grid-33, .grid-66, .mobile-grid-66, .tablet-grid-66 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }

    .grid-flush {
        padding-left: 0;
        padding-right: 0;
    }

    .grid-100:before,
    .grid-100:after {
        content: ".";
        display: block;
        overflow: hidden;
        visibility: hidden;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
    }

    .grid-100:after {
        clear: both;
    }

    .push-5,
    .pull-5, .push-10,
    .pull-10, .push-15,
    .pull-15, .push-20,
    .pull-20, .push-25,
    .pull-25, .push-30,
    .pull-30, .push-35,
    .pull-35, .push-40,
    .pull-40, .push-45,
    .pull-45, .push-50,
    .pull-50, .push-55,
    .pull-55, .push-60,
    .pull-60, .push-65,
    .pull-65, .push-70,
    .pull-70, .push-75,
    .pull-75, .push-80,
    .pull-80, .push-85,
    .pull-85, .push-90,
    .pull-90, .push-95,
    .pull-95, .push-33,
    .pull-33, .push-66,
    .pull-66 {
        position: relative;
    }

    .grid-5 {
        float: left;
        width: 5%;
    }

    .prefix-5 {
        margin-left: 5%;
    }

    .suffix-5 {
        margin-right: 5%;
    }

    .push-5 {
        left: 5%;
    }

    .pull-5 {
        left: -5%;
    }

    .grid-10 {
        float: left;
        width: 10%;
    }

    .prefix-10 {
        margin-left: 10%;
    }

    .suffix-10 {
        margin-right: 10%;
    }

    .push-10 {
        left: 10%;
    }

    .pull-10 {
        left: -10%;
    }

    .grid-15 {
        float: left;
        width: 15%;
    }

    .prefix-15 {
        margin-left: 15%;
    }

    .suffix-15 {
        margin-right: 15%;
    }

    .push-15 {
        left: 15%;
    }

    .pull-15 {
        left: -15%;
    }

    .grid-20 {
        float: left;
        width: 20%;
    }

    .prefix-20 {
        margin-left: 20%;
    }

    .suffix-20 {
        margin-right: 20%;
    }

    .push-20 {
        left: 20%;
    }

    .pull-20 {
        left: -20%;
    }

    .grid-25 {
        float: left;
        width: 25%;
    }

    .prefix-25 {
        margin-left: 25%;
    }

    .suffix-25 {
        margin-right: 25%;
    }

    .push-25 {
        left: 25%;
    }

    .pull-25 {
        left: -25%;
    }

    .grid-30 {
        float: left;
        width: 30%;
    }

    .prefix-30 {
        margin-left: 30%;
    }

    .suffix-30 {
        margin-right: 30%;
    }

    .push-30 {
        left: 30%;
    }

    .pull-30 {
        left: -30%;
    }

    .grid-35 {
        float: left;
        width: 35%;
    }

    .prefix-35 {
        margin-left: 35%;
    }

    .suffix-35 {
        margin-right: 35%;
    }

    .push-35 {
        left: 35%;
    }

    .pull-35 {
        left: -35%;
    }

    .grid-40 {
        float: left;
        width: 40%;
    }

    .prefix-40 {
        margin-left: 40%;
    }

    .suffix-40 {
        margin-right: 40%;
    }

    .push-40 {
        left: 40%;
    }

    .pull-40 {
        left: -40%;
    }

    .grid-45 {
        float: left;
        width: 45%;
    }

    .prefix-45 {
        margin-left: 45%;
    }

    .suffix-45 {
        margin-right: 45%;
    }

    .push-45 {
        left: 45%;
    }

    .pull-45 {
        left: -45%;
    }

    .grid-50 {
        float: left;
        width: 50%;
    }

    .prefix-50 {
        margin-left: 50%;
    }

    .suffix-50 {
        margin-right: 50%;
    }

    .push-50 {
        left: 50%;
    }

    .pull-50 {
        left: -50%;
    }

    .grid-55 {
        float: left;
        width: 55%;
    }

    .prefix-55 {
        margin-left: 55%;
    }

    .suffix-55 {
        margin-right: 55%;
    }

    .push-55 {
        left: 55%;
    }

    .pull-55 {
        left: -55%;
    }

    .grid-60 {
        float: left;
        width: 60%;
    }

    .prefix-60 {
        margin-left: 60%;
    }

    .suffix-60 {
        margin-right: 60%;
    }

    .push-60 {
        left: 60%;
    }

    .pull-60 {
        left: -60%;
    }

    .grid-65 {
        float: left;
        width: 65%;
    }

    .prefix-65 {
        margin-left: 65%;
    }

    .suffix-65 {
        margin-right: 65%;
    }

    .push-65 {
        left: 65%;
    }

    .pull-65 {
        left: -65%;
    }

    .grid-70 {
        float: left;
        width: 70%;
    }

    .prefix-70 {
        margin-left: 70%;
    }

    .suffix-70 {
        margin-right: 70%;
    }

    .push-70 {
        left: 70%;
    }

    .pull-70 {
        left: -70%;
    }

    .grid-75 {
        float: left;
        width: 75%;
    }

    .prefix-75 {
        margin-left: 75%;
    }

    .suffix-75 {
        margin-right: 75%;
    }

    .push-75 {
        left: 75%;
    }

    .pull-75 {
        left: -75%;
    }

    .grid-80 {
        float: left;
        width: 80%;
    }

    .prefix-80 {
        margin-left: 80%;
    }

    .suffix-80 {
        margin-right: 80%;
    }

    .push-80 {
        left: 80%;
    }

    .pull-80 {
        left: -80%;
    }

    .grid-85 {
        float: left;
        width: 85%;
    }

    .prefix-85 {
        margin-left: 85%;
    }

    .suffix-85 {
        margin-right: 85%;
    }

    .push-85 {
        left: 85%;
    }

    .pull-85 {
        left: -85%;
    }

    .grid-90 {
        float: left;
        width: 90%;
    }

    .prefix-90 {
        margin-left: 90%;
    }

    .suffix-90 {
        margin-right: 90%;
    }

    .push-90 {
        left: 90%;
    }

    .pull-90 {
        left: -90%;
    }

    .grid-95 {
        float: left;
        width: 95%;
    }

    .prefix-95 {
        margin-left: 95%;
    }

    .suffix-95 {
        margin-right: 95%;
    }

    .push-95 {
        left: 95%;
    }

    .pull-95 {
        left: -95%;
    }

    .grid-33 {
        float: left;
        width: 33.33333%;
    }

    .prefix-33 {
        margin-left: 33.33333%;
    }

    .suffix-33 {
        margin-right: 33.33333%;
    }

    .push-33 {
        left: 33.33333%;
    }

    .pull-33 {
        left: -33.33333%;
    }

    .grid-66 {
        float: left;
        width: 66.66667%;
    }

    .prefix-66 {
        margin-left: 66.66667%;
    }

    .suffix-66 {
        margin-right: 66.66667%;
    }

    .push-66 {
        left: 66.66667%;
    }

    .pull-66 {
        left: -66.66667%;
    }

    .grid-100 {
        clear: both;
        width: 100%;
    }

    /* FXCM Overrides
    ========================================================================== */

    .grid-center {
        margin-left: auto;
        margin-right: auto;
        display: block;
        float: none;
    }
    .full-bleed-5 {
        margin-left: -5px;
        margin-right: -5px;
        width: auto;
        float: none;
    }
    .full-bleed-10 {
        margin-left: -10px;
        margin-right: -10px;
        width: auto;
        float: none;
    }
    .full-bleed-20 {
        margin-left: -20px;
        margin-right: -20px;
        width: auto;
        float: none;
    }

}
/* Mobile */
@media screen and (max-width: 599px) {

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

    .grid-5, .mobile-grid-5, .tablet-grid-5, .grid-10, .mobile-grid-10, .tablet-grid-10, .grid-15, .mobile-grid-15, .tablet-grid-15, .grid-20, .mobile-grid-20, .tablet-grid-20, .grid-25, .mobile-grid-25, .tablet-grid-25, .grid-30, .mobile-grid-30, .tablet-grid-30, .grid-35, .mobile-grid-35, .tablet-grid-35, .grid-40, .mobile-grid-40, .tablet-grid-40, .grid-45, .mobile-grid-45, .tablet-grid-45, .grid-50, .mobile-grid-50, .tablet-grid-50, .grid-55, .mobile-grid-55, .tablet-grid-55, .grid-60, .mobile-grid-60, .tablet-grid-60, .grid-65, .mobile-grid-65, .tablet-grid-65, .grid-70, .mobile-grid-70, .tablet-grid-70, .grid-75, .mobile-grid-75, .tablet-grid-75, .grid-80, .mobile-grid-80, .tablet-grid-80, .grid-85, .mobile-grid-85, .tablet-grid-85, .grid-90, .mobile-grid-90, .tablet-grid-90, .grid-95, .mobile-grid-95, .tablet-grid-95, .grid-100, .mobile-grid-100, .tablet-grid-100, .grid-33, .mobile-grid-33, .tablet-grid-33, .grid-66, .mobile-grid-66, .tablet-grid-66 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .grid-5, .mobile-grid-5, .tablet-grid-5, .grid-10, .mobile-grid-10, .tablet-grid-10, .grid-15, .mobile-grid-15, .tablet-grid-15, .grid-20, .mobile-grid-20, .tablet-grid-20, .grid-25, .mobile-grid-25, .tablet-grid-25, .grid-30, .mobile-grid-30, .tablet-grid-30, .grid-35, .mobile-grid-35, .tablet-grid-35, .grid-40, .mobile-grid-40, .tablet-grid-40, .grid-45, .mobile-grid-45, .tablet-grid-45, .grid-50, .mobile-grid-50, .tablet-grid-50, .grid-55, .mobile-grid-55, .tablet-grid-55, .grid-60, .mobile-grid-60, .tablet-grid-60, .grid-65, .mobile-grid-65, .tablet-grid-65, .grid-70, .mobile-grid-70, .tablet-grid-70, .grid-75, .mobile-grid-75, .tablet-grid-75, .grid-80, .mobile-grid-80, .tablet-grid-80, .grid-85, .mobile-grid-85, .tablet-grid-85, .grid-90, .mobile-grid-90, .tablet-grid-90, .grid-95, .mobile-grid-95, .tablet-grid-95, .grid-33, .mobile-grid-33, .tablet-grid-33, .grid-66, .mobile-grid-66, .tablet-grid-66 {
        clear: none;
    }

    .grid-flush,
    .mobile-grid-flush {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-grid-100:before,
    .mobile-grid-100:after {
        content: ".";
        display: block;
        overflow: hidden;
        visibility: hidden;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
    }

    .mobile-grid-100:after {
        clear: both;
    }

    .mobile-push-5,
    .mobile-pull-5, .mobile-push-10,
    .mobile-pull-10, .mobile-push-15,
    .mobile-pull-15, .mobile-push-20,
    .mobile-pull-20, .mobile-push-25,
    .mobile-pull-25, .mobile-push-30,
    .mobile-pull-30, .mobile-push-35,
    .mobile-pull-35, .mobile-push-40,
    .mobile-pull-40, .mobile-push-45,
    .mobile-pull-45, .mobile-push-50,
    .mobile-pull-50, .mobile-push-55,
    .mobile-pull-55, .mobile-push-60,
    .mobile-pull-60, .mobile-push-65,
    .mobile-pull-65, .mobile-push-70,
    .mobile-pull-70, .mobile-push-75,
    .mobile-pull-75, .mobile-push-80,
    .mobile-pull-80, .mobile-push-85,
    .mobile-pull-85, .mobile-push-90,
    .mobile-pull-90, .mobile-push-95,
    .mobile-pull-95, .mobile-push-33,
    .mobile-pull-33, .mobile-push-66,
    .mobile-pull-66 {
        position: relative;
    }

    .mobile-grid-5 {
        float: left;
        width: 5%;
    }

    .mobile-prefix-5 {
        margin-left: 5%;
    }

    .mobile-suffix-5 {
        margin-right: 5%;
    }

    .mobile-push-5 {
        left: 5%;
    }

    .mobile-pull-5 {
        left: -5%;
    }

    .mobile-grid-10 {
        float: left;
        width: 10%;
    }

    .mobile-prefix-10 {
        margin-left: 10%;
    }

    .mobile-suffix-10 {
        margin-right: 10%;
    }

    .mobile-push-10 {
        left: 10%;
    }

    .mobile-pull-10 {
        left: -10%;
    }

    .mobile-grid-15 {
        float: left;
        width: 15%;
    }

    .mobile-prefix-15 {
        margin-left: 15%;
    }

    .mobile-suffix-15 {
        margin-right: 15%;
    }

    .mobile-push-15 {
        left: 15%;
    }

    .mobile-pull-15 {
        left: -15%;
    }

    .mobile-grid-20 {
        float: left;
        width: 20%;
    }

    .mobile-prefix-20 {
        margin-left: 20%;
    }

    .mobile-suffix-20 {
        margin-right: 20%;
    }

    .mobile-push-20 {
        left: 20%;
    }

    .mobile-pull-20 {
        left: -20%;
    }

    .mobile-grid-25 {
        float: left;
        width: 25%;
    }

    .mobile-prefix-25 {
        margin-left: 25%;
    }

    .mobile-suffix-25 {
        margin-right: 25%;
    }

    .mobile-push-25 {
        left: 25%;
    }

    .mobile-pull-25 {
        left: -25%;
    }

    .mobile-grid-30 {
        float: left;
        width: 30%;
    }

    .mobile-prefix-30 {
        margin-left: 30%;
    }

    .mobile-suffix-30 {
        margin-right: 30%;
    }

    .mobile-push-30 {
        left: 30%;
    }

    .mobile-pull-30 {
        left: -30%;
    }

    .mobile-grid-35 {
        float: left;
        width: 35%;
    }

    .mobile-prefix-35 {
        margin-left: 35%;
    }

    .mobile-suffix-35 {
        margin-right: 35%;
    }

    .mobile-push-35 {
        left: 35%;
    }

    .mobile-pull-35 {
        left: -35%;
    }

    .mobile-grid-40 {
        float: left;
        width: 40%;
    }

    .mobile-prefix-40 {
        margin-left: 40%;
    }

    .mobile-suffix-40 {
        margin-right: 40%;
    }

    .mobile-push-40 {
        left: 40%;
    }

    .mobile-pull-40 {
        left: -40%;
    }

    .mobile-grid-45 {
        float: left;
        width: 45%;
    }

    .mobile-prefix-45 {
        margin-left: 45%;
    }

    .mobile-suffix-45 {
        margin-right: 45%;
    }

    .mobile-push-45 {
        left: 45%;
    }

    .mobile-pull-45 {
        left: -45%;
    }

    .mobile-grid-50 {
        float: left;
        width: 50%;
    }

    .mobile-prefix-50 {
        margin-left: 50%;
    }

    .mobile-suffix-50 {
        margin-right: 50%;
    }

    .mobile-push-50 {
        left: 50%;
    }

    .mobile-pull-50 {
        left: -50%;
    }

    .mobile-grid-55 {
        float: left;
        width: 55%;
    }

    .mobile-prefix-55 {
        margin-left: 55%;
    }

    .mobile-suffix-55 {
        margin-right: 55%;
    }

    .mobile-push-55 {
        left: 55%;
    }

    .mobile-pull-55 {
        left: -55%;
    }

    .mobile-grid-60 {
        float: left;
        width: 60%;
    }

    .mobile-prefix-60 {
        margin-left: 60%;
    }

    .mobile-suffix-60 {
        margin-right: 60%;
    }

    .mobile-push-60 {
        left: 60%;
    }

    .mobile-pull-60 {
        left: -60%;
    }

    .mobile-grid-65 {
        float: left;
        width: 65%;
    }

    .mobile-prefix-65 {
        margin-left: 65%;
    }

    .mobile-suffix-65 {
        margin-right: 65%;
    }

    .mobile-push-65 {
        left: 65%;
    }

    .mobile-pull-65 {
        left: -65%;
    }

    .mobile-grid-70 {
        float: left;
        width: 70%;
    }

    .mobile-prefix-70 {
        margin-left: 70%;
    }

    .mobile-suffix-70 {
        margin-right: 70%;
    }

    .mobile-push-70 {
        left: 70%;
    }

    .mobile-pull-70 {
        left: -70%;
    }

    .mobile-grid-75 {
        float: left;
        width: 75%;
    }

    .mobile-prefix-75 {
        margin-left: 75%;
    }

    .mobile-suffix-75 {
        margin-right: 75%;
    }

    .mobile-push-75 {
        left: 75%;
    }

    .mobile-pull-75 {
        left: -75%;
    }

    .mobile-grid-80 {
        float: left;
        width: 80%;
    }

    .mobile-prefix-80 {
        margin-left: 80%;
    }

    .mobile-suffix-80 {
        margin-right: 80%;
    }

    .mobile-push-80 {
        left: 80%;
    }

    .mobile-pull-80 {
        left: -80%;
    }

    .mobile-grid-85 {
        float: left;
        width: 85%;
    }

    .mobile-prefix-85 {
        margin-left: 85%;
    }

    .mobile-suffix-85 {
        margin-right: 85%;
    }

    .mobile-push-85 {
        left: 85%;
    }

    .mobile-pull-85 {
        left: -85%;
    }

    .mobile-grid-90 {
        float: left;
        width: 90%;
    }

    .mobile-prefix-90 {
        margin-left: 90%;
    }

    .mobile-suffix-90 {
        margin-right: 90%;
    }

    .mobile-push-90 {
        left: 90%;
    }

    .mobile-pull-90 {
        left: -90%;
    }

    .mobile-grid-95 {
        float: left;
        width: 95%;
    }

    .mobile-prefix-95 {
        margin-left: 95%;
    }

    .mobile-suffix-95 {
        margin-right: 95%;
    }

    .mobile-push-95 {
        left: 95%;
    }

    .mobile-pull-95 {
        left: -95%;
    }

    .mobile-grid-33 {
        float: left;
        width: 33.33333%;
    }

    .mobile-prefix-33 {
        margin-left: 33.33333%;
    }

    .mobile-suffix-33 {
        margin-right: 33.33333%;
    }

    .mobile-push-33 {
        left: 33.33333%;
    }

    .mobile-pull-33 {
        left: -33.33333%;
    }

    .mobile-grid-66 {
        float: left;
        width: 66.66667%;
    }

    .mobile-prefix-66 {
        margin-left: 66.66667%;
    }

    .mobile-suffix-66 {
        margin-right: 66.66667%;
    }

    .mobile-push-66 {
        left: 66.66667%;
    }

    .mobile-pull-66 {
        left: -66.66667%;
    }

    .mobile-grid-100 {
        clear: both;
        width: 100%;
        float: none;
        left: 0;
    }

    /* FXCM Overrides
    ========================================================================== */

    .mobile-full-bleed-5 {
        margin-left: -5px;
        margin-right: -5px;
        width: auto;
        float: none;
    }    
    .mobile-full-bleed-10 {
        margin-left: -10px;
        margin-right: -10px;
        width: auto;
        float: none;
    }
    .mobile-full-bleed-20 {
        margin-left: -20px;
        margin-right: -20px;
        width: auto;
        float: none;
    }

    .mobile-grid-center {
        margin-left: auto;
        margin-right: auto;
        display: block;
        float: none;
    }


}
/* Tablet */
@media screen and (min-width: 600px) and (max-width: 1019px) {

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

    .grid-5, .mobile-grid-5, .tablet-grid-5, .grid-10, .mobile-grid-10, .tablet-grid-10, .grid-15, .mobile-grid-15, .tablet-grid-15, .grid-20, .mobile-grid-20, .tablet-grid-20, .grid-25, .mobile-grid-25, .tablet-grid-25, .grid-30, .mobile-grid-30, .tablet-grid-30, .grid-35, .mobile-grid-35, .tablet-grid-35, .grid-40, .mobile-grid-40, .tablet-grid-40, .grid-45, .mobile-grid-45, .tablet-grid-45, .grid-50, .mobile-grid-50, .tablet-grid-50, .grid-55, .mobile-grid-55, .tablet-grid-55, .grid-60, .mobile-grid-60, .tablet-grid-60, .grid-65, .mobile-grid-65, .tablet-grid-65, .grid-70, .mobile-grid-70, .tablet-grid-70, .grid-75, .mobile-grid-75, .tablet-grid-75, .grid-80, .mobile-grid-80, .tablet-grid-80, .grid-85, .mobile-grid-85, .tablet-grid-85, .grid-90, .mobile-grid-90, .tablet-grid-90, .grid-95, .mobile-grid-95, .tablet-grid-95, .grid-100, .mobile-grid-100, .tablet-grid-100, .grid-33, .mobile-grid-33, .tablet-grid-33, .grid-66, .mobile-grid-66, .tablet-grid-66 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .grid-5, .mobile-grid-5, .tablet-grid-5, .grid-10, .mobile-grid-10, .tablet-grid-10, .grid-15, .mobile-grid-15, .tablet-grid-15, .grid-20, .mobile-grid-20, .tablet-grid-20, .grid-25, .mobile-grid-25, .tablet-grid-25, .grid-30, .mobile-grid-30, .tablet-grid-30, .grid-35, .mobile-grid-35, .tablet-grid-35, .grid-40, .mobile-grid-40, .tablet-grid-40, .grid-45, .mobile-grid-45, .tablet-grid-45, .grid-50, .mobile-grid-50, .tablet-grid-50, .grid-55, .mobile-grid-55, .tablet-grid-55, .grid-60, .mobile-grid-60, .tablet-grid-60, .grid-65, .mobile-grid-65, .tablet-grid-65, .grid-70, .mobile-grid-70, .tablet-grid-70, .grid-75, .mobile-grid-75, .tablet-grid-75, .grid-80, .mobile-grid-80, .tablet-grid-80, .grid-85, .mobile-grid-85, .tablet-grid-85, .grid-90, .mobile-grid-90, .tablet-grid-90, .grid-95, .mobile-grid-95, .tablet-grid-95, .grid-33, .mobile-grid-33, .tablet-grid-33, .grid-66, .mobile-grid-66, .tablet-grid-66 {
        clear: none;
    }

    .grid-flush,
    .tablet-grid-flush {
        padding-left: 0;
        padding-right: 0;
    }

    .tablet-grid-100:before,
    .tablet-grid-100:after {
        content: ".";
        display: block;
        overflow: hidden;
        visibility: hidden;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
    }

    .tablet-grid-100:after {
        clear: both;
    }

    .tablet-push-5,
    .tablet-pull-5, .tablet-push-10,
    .tablet-pull-10, .tablet-push-15,
    .tablet-pull-15, .tablet-push-20,
    .tablet-pull-20, .tablet-push-25,
    .tablet-pull-25, .tablet-push-30,
    .tablet-pull-30, .tablet-push-35,
    .tablet-pull-35, .tablet-push-40,
    .tablet-pull-40, .tablet-push-45,
    .tablet-pull-45, .tablet-push-50,
    .tablet-pull-50, .tablet-push-55,
    .tablet-pull-55, .tablet-push-60,
    .tablet-pull-60, .tablet-push-65,
    .tablet-pull-65, .tablet-push-70,
    .tablet-pull-70, .tablet-push-75,
    .tablet-pull-75, .tablet-push-80,
    .tablet-pull-80, .tablet-push-85,
    .tablet-pull-85, .tablet-push-90,
    .tablet-pull-90, .tablet-push-95,
    .tablet-pull-95, .tablet-push-33,
    .tablet-pull-33, .tablet-push-66,
    .tablet-pull-66 {
        position: relative;
    }

    .tablet-push-0,
    .tablet-pull-0 {
        left: auto;
    }

    .tablet-grid-5 {
        float: left;
        width: 5%;
    }

    .tablet-prefix-5 {
        margin-left: 5%;
    }

    .tablet-suffix-5 {
        margin-right: 5%;
    }

    .tablet-push-5 {
        left: 5%;
    }

    .tablet-pull-5 {
        left: -5%;
    }

    .tablet-grid-10 {
        float: left;
        width: 10%;
    }

    .tablet-prefix-10 {
        margin-left: 10%;
    }

    .tablet-suffix-10 {
        margin-right: 10%;
    }

    .tablet-push-10 {
        left: 10%;
    }

    .tablet-pull-10 {
        left: -10%;
    }

    .tablet-grid-15 {
        float: left;
        width: 15%;
    }

    .tablet-prefix-15 {
        margin-left: 15%;
    }

    .tablet-suffix-15 {
        margin-right: 15%;
    }

    .tablet-push-15 {
        left: 15%;
    }

    .tablet-pull-15 {
        left: -15%;
    }

    .tablet-grid-20 {
        float: left;
        width: 20%;
    }

    .tablet-prefix-20 {
        margin-left: 20%;
    }

    .tablet-suffix-20 {
        margin-right: 20%;
    }

    .tablet-push-20 {
        left: 20%;
    }

    .tablet-pull-20 {
        left: -20%;
    }

    .tablet-grid-25 {
        float: left;
        width: 25%;
    }

    .tablet-prefix-25 {
        margin-left: 25%;
    }

    .tablet-suffix-25 {
        margin-right: 25%;
    }

    .tablet-push-25 {
        left: 25%;
    }

    .tablet-pull-25 {
        left: -25%;
    }

    .tablet-grid-30 {
        float: left;
        width: 30%;
    }

    .tablet-prefix-30 {
        margin-left: 30%;
    }

    .tablet-suffix-30 {
        margin-right: 30%;
    }

    .tablet-push-30 {
        left: 30%;
    }

    .tablet-pull-30 {
        left: -30%;
    }

    .tablet-grid-35 {
        float: left;
        width: 35%;
    }

    .tablet-prefix-35 {
        margin-left: 35%;
    }

    .tablet-suffix-35 {
        margin-right: 35%;
    }

    .tablet-push-35 {
        left: 35%;
    }

    .tablet-pull-35 {
        left: -35%;
    }

    .tablet-grid-40 {
        float: left;
        width: 40%;
    }

    .tablet-prefix-40 {
        margin-left: 40%;
    }

    .tablet-suffix-40 {
        margin-right: 40%;
    }

    .tablet-push-40 {
        left: 40%;
    }

    .tablet-pull-40 {
        left: -40%;
    }

    .tablet-grid-45 {
        float: left;
        width: 45%;
    }

    .tablet-prefix-45 {
        margin-left: 45%;
    }

    .tablet-suffix-45 {
        margin-right: 45%;
    }

    .tablet-push-45 {
        left: 45%;
    }

    .tablet-pull-45 {
        left: -45%;
    }

    .tablet-grid-50 {
        float: left;
        width: 50%;
    }

    .tablet-prefix-50 {
        margin-left: 50%;
    }

    .tablet-suffix-50 {
        margin-right: 50%;
    }

    .tablet-push-50 {
        left: 50%;
    }

    .tablet-pull-50 {
        left: -50%;
    }

    .tablet-grid-55 {
        float: left;
        width: 55%;
    }

    .tablet-prefix-55 {
        margin-left: 55%;
    }

    .tablet-suffix-55 {
        margin-right: 55%;
    }

    .tablet-push-55 {
        left: 55%;
    }

    .tablet-pull-55 {
        left: -55%;
    }

    .tablet-grid-60 {
        float: left;
        width: 60%;
    }

    .tablet-prefix-60 {
        margin-left: 60%;
    }

    .tablet-suffix-60 {
        margin-right: 60%;
    }

    .tablet-push-60 {
        left: 60%;
    }

    .tablet-pull-60 {
        left: -60%;
    }

    .tablet-grid-65 {
        float: left;
        width: 65%;
    }

    .tablet-prefix-65 {
        margin-left: 65%;
    }

    .tablet-suffix-65 {
        margin-right: 65%;
    }

    .tablet-push-65 {
        left: 65%;
    }

    .tablet-pull-65 {
        left: -65%;
    }

    .tablet-grid-70 {
        float: left;
        width: 70%;
    }

    .tablet-prefix-70 {
        margin-left: 70%;
    }

    .tablet-suffix-70 {
        margin-right: 70%;
    }

    .tablet-push-70 {
        left: 70%;
    }

    .tablet-pull-70 {
        left: -70%;
    }

    .tablet-grid-75 {
        float: left;
        width: 75%;
    }

    .tablet-prefix-75 {
        margin-left: 75%;
    }

    .tablet-suffix-75 {
        margin-right: 75%;
    }

    .tablet-push-75 {
        left: 75%;
    }

    .tablet-pull-75 {
        left: -75%;
    }

    .tablet-grid-80 {
        float: left;
        width: 80%;
    }

    .tablet-prefix-80 {
        margin-left: 80%;
    }

    .tablet-suffix-80 {
        margin-right: 80%;
    }

    .tablet-push-80 {
        left: 80%;
    }

    .tablet-pull-80 {
        left: -80%;
    }

    .tablet-grid-85 {
        float: left;
        width: 85%;
    }

    .tablet-prefix-85 {
        margin-left: 85%;
    }

    .tablet-suffix-85 {
        margin-right: 85%;
    }

    .tablet-push-85 {
        left: 85%;
    }

    .tablet-pull-85 {
        left: -85%;
    }

    .tablet-grid-90 {
        float: left;
        width: 90%;
    }

    .tablet-prefix-90 {
        margin-left: 90%;
    }

    .tablet-suffix-90 {
        margin-right: 90%;
    }

    .tablet-push-90 {
        left: 90%;
    }

    .tablet-pull-90 {
        left: -90%;
    }

    .tablet-grid-95 {
        float: left;
        width: 95%;
    }

    .tablet-prefix-95 {
        margin-left: 95%;
    }

    .tablet-suffix-95 {
        margin-right: 95%;
    }

    .tablet-push-95 {
        left: 95%;
    }

    .tablet-pull-95 {
        left: -95%;
    }

    .tablet-grid-33 {
        float: left;
        width: 33.33333%;
    }

    .tablet-prefix-33 {
        margin-left: 33.33333%;
    }

    .tablet-suffix-33 {
        margin-right: 33.33333%;
    }

    .tablet-push-33 {
        left: 33.33333%;
    }

    .tablet-pull-33 {
        left: -33.33333%;
    }

    .tablet-grid-66 {
        float: left;
        width: 66.66667%;
    }

    .tablet-prefix-66 {
        margin-left: 66.66667%;
    }

    .tablet-suffix-66 {
        margin-right: 66.66667%;
    }

    .tablet-push-66 {
        left: 66.66667%;
    }

    .tablet-pull-66 {
        left: -66.66667%;
    }

    .tablet-grid-100 {
        clear: both;
        width: 100%;
        float: none;
        left: 0;
    }

    /* FXCM Overrides
    ========================================================================== */

    .tablet-full-bleed-5 {
        margin-left: -5px;
        margin-right: -5px;
        width: auto;
        float: none;
    }
    .tablet-full-bleed-10 {
        margin-left: -10px;
        margin-right: -10px;
        width: auto;
        float: none;
    }
    .tablet-full-bleed-20 {
        margin-left: -20px;
        margin-right: -20px;
        width: auto;
        float: none;
    }
    .tablet-grid-center {
        margin-left: auto;
        margin-right: auto;
        display: block;
        float: none;
    }

}

@media screen and (min-width: 1020px) {


    .desktop-full-bleed-10 {
        margin-left: -10px;
        margin-right: -10px;
        width: auto;
        float: none;
    }
    .desktop-full-bleed-20 {
        margin-left: -20px;
        margin-right: -20px;
        width: auto;
        float: none;
    }
    .desktop-grid-flush {
        padding-left: 0;
        padding-right: 0;
    }
    .desktop-grid-center {
        margin-left: auto;
        margin-right: auto;
        display: block;
        float: none;
    }
}


/* --------- Start IE8 Fixes ---------- */

	html.lt-ie9 .desktop-full-bleed-10 {
		margin-left: -10px;
		margin-right: -10px;
		width: auto;
		float: none;
	}
	html.lt-ie9 .desktop-full-bleed-20 {
		margin-left: -20px;
		margin-right: -20px;
		width: auto;
		float: none;
	}
	html.lt-ie9 .desktop-grid-flush {
		padding-left: 0;
		padding-right: 0;
	}
	html.lt-ie9 .desktop-grid-center {
		margin-left: auto;
		margin-right: auto;
		display: block;
		float: none;
	}

/* --------- End IE8 Fixes ---------- */
/* =============================================================================
/ LAYOUT
/ ========================================================================== */
/* ------- [ DEFAULT STYLES ] ------- */

.grid-container {
    width: 100%;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    text-align:left;
    position: relative;
}
.grid-container.liquid {
    max-width: none;
}
.grid-container.x-large {
    max-width: 1200px;
}
.grid-container.large {
    max-width: 1100px;
}

/* Turn off flexible width for ie8 and below */
html.lt-ie9 .grid-container {
    width: 1020px !important;
    max-width: none !important;
}
html.lt-ie9 .grid-container.x-large {
    width: 1200px !important;
    max-width: none !important;
}
html.lt-ie9 .grid-container.large {
    width: 1100px !important;
    max-width: none !important;
}
.pattern-SC aside{padding-top:20px;}
/* ------- Row styling ------- */

/*
.row-inner {
    width:980px;
    margin-right:auto;
    margin-left:auto;
    text-align:left;
    position:relative;
}
.liquid .row-inner{
    width:auto;
    margin-right:0;
    margin-left:0;
}
*/
/*
aside {width:270px;}
aside .module {margin-bottom:42px;}

.pattern-CS article {float:left;width:680px;}
.pattern-SC article {float:right;width:680px;}
.pattern-CS aside {float:right;padding-top:40px;}
.pattern-SC aside {float:left;padding-top:18px;}
*/
.mainContent .row:first-child{padding-top:38px;}
.mainContent .row-inner{margin-bottom:42px;}
.mainContent .row.pattern-T .row-inner{margin-bottom:0;} /* removes margin bottom from top row */

/* ------- Template-agnostic content styles ------- */
	/* note wrap */
.note-wrap {padding-top:14px;}


/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px) {

}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px) {

    .grid-container,
    .grid-container.large,
    .grid-container.x-large {
        max-width: 600px;
    }

}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px) {

}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print {

}
/* =============================================================================
/  CHROME
/  ========================================================================== */
/* ------- [ DEFAULT STYLES ] ------- */

/* ------- Chrome Icons ------- */
.ico-chrome{
	background-image:url(/responsive/img/chrome/ico-chrome.png);
	background-repeat:no-repeat;
}
.ico-nav{
	width:25px;
	height:25px;
}
.ico-nav-plus,
.open>.swap-on-open.ico-swap-nav-plus{
	background-position:0 0;
}
.ico-nav-minus,
.open>.swap-on-open.ico-swap-nav-minus{
	background-position:-40px 0;
}
.ico-nav-plus-blue,
.open>.swap-on-open.ico-swap-nav-plus-blue{
	background-position:-360px 0;
}
.ico-nav-minus-blue,
.open>.swap-on-open.ico-swap-nav-minus-blue{
	background-position:-400px 0;
}
.ico-nav-arrow{
	background-position:-80px 0;
}
.ico-nav-check{
	background-position:-120px 0;
}
.ico-nav-case{
	background-position:-160px 0;
}
.ico-nav-menu{
	background-position:-200px 0;
}
.ico-nav-download {
    background-position: -440px 0;
}
.ico-search-dark,
*:hover>.swap-on-hover.ico-swap-search-dark{
	background-position:-240px 0;
}
.ico-search-blue,
*:hover>.swap-on-hover.ico-swap-search-blue{
	background-position:-280px 0;
}
.ico-nav-close,
.open>.swap-on-open.ico-swap-nav-close{
	background-position:-320px 0;
}
.ico-chat-blue,
*:hover>.swap-on-hover.ico-swap-chat-blue{
	background-position:0 -120px;
	width:22px;
	height:14px;
}
.ico-chat-dark,
*:hover>.swap-on-hover.ico-swap-chat-dark{
	background-position:-40px -120px;
	width:22px;
	height:14px;
}
.ico-footer-social{width:33px; height:32px;}
.ico-footer-facebook{background-position:0px -60px;}
a:hover .ico-footer-facebook{background-position:-40px -60px;}
.ico-footer-twitter{background-position:-80px -60px;}
a:hover .ico-footer-twitter{background-position:-120px -60px;}
.ico-footer-gplus{background-position:-160px -60px;}
a:hover .ico-footer-gplus{background-position:-200px -60px;}
.ico-footer-youtube{background-position:-240px -60px;}
a:hover .ico-footer-youtube{background-position:-280px -60px;}
.ico-footer-rss{background-position:-320px -60px;}
a:hover .ico-footer-rss{background-position:-360px -60px;}


/* ------- Download Our App Banner ------- */
#download-mobile-app-banner {
    background-color: #0059b3;
}
#download-mobile-app-banner .grid-container {
    padding-top: 10px;
    padding-bottom: 10px;
}
#download-mobile-app-banner a {
    color: #FFF;
}
#download-mobile-app-banner .exit {
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 0;
    color: #FFF;
    text-decoration: none;
    padding: 12px 10px 12px 15px;
}

/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px){

}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px){


}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px){

}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print{

}
/* ------- Header ------- */
header .row-inner{
	padding-top:30px;
	height:110px;
}
.fxcm-logo{
	display:block;
	float:left;
}
	.fxcm-logo img{
		max-width:100%;
		min-width:100%;
		height:auto;
		display:block;
	}

/* ------- Header Icons ------- */


.header-actions{
	float:right;
	position:relative;
	height:28px;
	margin-top:14px;
	padding:0 8px;
	background:#e2e3e4;
	background:-moz-linear-gradient(top, #e2e3e4 0%, #b5b6b7 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e3e4), color-stop(100%,#b5b6b7));
	background:-webkit-linear-gradient(top, #e2e3e4 0%,#b5b6b7 100%);
	background:-o-linear-gradient(top, #e2e3e4 0%,#b5b6b7 100%);
	background:-ms-linear-gradient(top, #e2e3e4 0%,#b5b6b7 100%);
	background:linear-gradient(to bottom, #e2e3e4 0%,#b5b6b7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e3e4', endColorstr='#b5b6b7',GradientType=0 );
}
.header-actions:before,
.header-actions:after{
	content:'';
	position:absolute;
	top:0;
	border-style:solid;
	border-width:14px 4px;
}
.header-actions:before{
	left:0;
	border-color:transparent transparent #fff #fff;
}
.header-actions:after{
	right:0;
	border-color:transparent #fff #fff transparent;
}
.header-actions>li{
	position:relative;
	float:left;
	margin-top:-6px;
	background-color:#fff;
	border-top:1px solid #bdc6d1;
	border-right:1px solid #bdc6d1;
}
.header-actions>li:first-child{
	border-left:1px solid #bdc6d1;
}
.header-actions>li:after{
	content:'';
	position:absolute;
	right:-1px;
	top:0;
	height:10px;
	width:1px;
	background:#fff;
}
.no-boxshadow .header-actions>li:after{
	display:none;
}
.header-actions>li:last-child:after,
.header-actions>li.emphasize-action:after{
	display:none;
}
.header-actions>li.emphasize-action{
	border-top:none;
}
	
.header-actions>li>.omni{
	display:block;
	position:relative;
	height:34px;
	font-size:12px;
	font-size:0.75rem;
	line-height:34px;
	line-height:2.125rem;
	color:#0c51a3;
	font-family:'Opensans-bold';
	text-transform:uppercase;
	text-decoration:none;
	padding:4px 12px 0;
	white-space:nowrap;
	overflow:hidden;
}
.header-actions>li.emphasize-action .omni{
	border-top:5px solid #bdc6d1;
	margin:0 1px;
	padding:0 18px;
	height:35px;
}
.header-actions .omni:hover{
	color:#202d3d;
}
.header-actions>li.emphasize-action .omni:hover{
	border-top-color:#202d3d !important;
}
.header-actions>li.omni-demo .omni {
	border-top-color:#ffbb02;
}
.header-actions>li.omni-live .omni {
	border-top-color:#0c51a3;
}
.header-actions .omni.liveperson a{
	text-decoration:none;
	display:block;
}

.omni-mobile{
	width:66px;
	height:66px;
	padding:20px;
	display:block;
}

.omni-chat .ico.ico-chat{	
	display:inline-block;
	margin:0 0 0 10px;
}
.omni-chat .ico.ico-phone{
	display:inline-block;
	margin:0;
}

.omni-mobile.open{
	background-color:#283545;
}

/* login/geo tooltip */
.omni-tooltip{
	position:relative;
	background-color:#0c51a3;
	border:6px solid #fff;
	padding:20px;
	margin-top:15px !important;
	color:#fff;
}
.omni-tooltip:after{
	top:-20px;
	border-bottom-color:#0c51a3;
	left:50%;
	margin-left:-10px;
}
.tooltip-align-right .omni-tooltip:after{
	left:auto;
	right:10px;
}
.omni-tooltip a{
	color:#fff;
}

.omni-tooltip.login{
	width:460px;
}
.omni-tooltip.login ul li{
	padding-bottom:9px;
}
.omni-tooltip.login ul:first-child{
	font-size:14px;
	font-size:0.875rem;
	line-height:29px;
	line-height:1.8125rem;
	font-family:'Opensans-semibold', Arial, Helvetica, sans-serif;
}
.omni-tooltip.login .btn{
	background-color:#fff;
	color:#0a539d;
	text-align:center;
	text-shadow:none;
	padding-left:30px;
}
.omni-tooltip.login .btn:hover{
	background-color:#f4ad03;
	color:#202d3d;
}
.omni-tooltip.login .btn .ico{
	left:10px;
	right:auto;
	top:7px;
	position:absolute;
}

.omni-tooltip.geo li{
	padding:0 10px 4px 0;
	white-space:nowrap;
}
.omni-tooltip.geo li.IL,
.omni-tooltip.geo li.AR{
	text-align:right;
	direction:rtl;
	padding:0 0 4px 10px;
}

/* search */
.omni-search{
	position:absolute;
	right:20px;
	top:0;
	padding:7px 0;
}
.omni-search .search-inner{
	width:170px;
	height:22px;
	background-color:#fff;
}
.omni-search td.gsc-input,
.omni-search td.gsc-search-button{
	padding:0;
}
.omni-search input.gsc-input{
	height:20px;
	border:none;
	padding:0 4px;
}
.omni-search form.gsc-search-box{
	line-height:20px;
}
.omni-search .cse input.gsc-search-button,
.omni-search input.gsc-search-button{
	width:25px;
	min-width:0px;
	text-indent:-9999px;
	overflow:hidden;
	height:22px;
	background-image:url(/responsive/img/chrome/ico-chrome.png);
	background-position:-240px -2px;
	border:none;
	padding:0;
	margin:0;
	border-radius:0;
}
.omni-search .cse input.gsc-search-button:hover,
.omni-search input.gsc-search-button:hover{
	background-position:-280px -2px;
}
.omni-search td.gsc-clear-button{
	width:0;
}
.omni-search div.gsc-clear-button{
	display:none;
}




/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px){
	
	header .row-inner{
		padding:0;
		height:66px;
	}
	
	.fxcm-logo{
		float:none;
		margin:16px auto;
		max-width:120px;
	}
	
	/* ---- duplicate the phone styles for search, main navigation, 
			nav1 and nav2 into the tablet breakpoint ----- */
	
    /* search */
	.omni-search{
		display:none;
		position:relative;
		right:auto;
		top:auto;
		width:100%;
		background-color:#283545;
		height:56px;
		padding:10px;
	}
	.omni-search.open{
		display:block;
		margin-bottom:10px;
	}
	.omni-search .search-inner{
		height:36px;
		width:100%;
	}
	.omni-search form.gsc-search-box{
		line-height:34px;
	}
	.omni-search input.gsc-input{
		height:36px;
		font-size:1rem;
	}
	.omni-search .cse input.gsc-search-button,
	.omni-search input.gsc-search-button{
		height:36px;
		background-position:-240px 5px;
		margin-right:10px;
	}
	.omni-search .cse input.gsc-search-button:hover,
	.omni-search input.gsc-search-button:hover{
		background-position:-280px 5px;
	}
}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px){
	header .row-inner{
		padding:0;
		height:66px;
	}
	
	.fxcm-logo{
		float:none;
		margin:16px auto;
		max-width:120px;
	}
	
    /* search */
	.omni-search{
		display:none;
		position:relative;
		right:auto;
		top:auto;
		width:100%;
		background-color:#283545;
		height:56px;
		padding:10px;
	}
	.omni-search.open{
		display:block;
		margin-bottom:10px;
	}
	.omni-search .search-inner{
		height:36px;
		width:100%;
	}
	.omni-search form.gsc-search-box{
		line-height:34px;
	}
	.omni-search input.gsc-input{
		height:36px;
		font-size:1rem;
	}
	.omni-search .cse input.gsc-search-button,
	.omni-search input.gsc-search-button{
		height:36px;
		background-position:-240px 5px;
		margin-right:10px;
	}
	.omni-search .cse input.gsc-search-button:hover,
	.omni-search input.gsc-search-button:hover{
		background-position:-280px 5px;
	}

}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px){

}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print{
    
}/* Main Navigation */
.mainNavigation{
	background-color:#283545;
	overflow:hidden;
	position:relative;
	margin-bottom:5px;
}
.mainNavigation a{
	font-weight:normal;
}

.omni-mobile.omni-menu.open {
	background-color: #283545;
}

/* NAV1 */
.nav1{
	height:36px;
	padding-left:2px;
}
.nav1>li{
	display:block;
	float:left;
}
.nav1>li.omni-mobile-nav{
	display:none;
}
.nav1>li>a{
	display:block;
	position:relative;
	color:#fff;
	font-size:14px;
	font-size:0.875rem;
	line-height:2;
	line-height:28px;
	font-family:'Opensans-semibold', Arial, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	padding:4px 18px;
	height:36px;
}
.nav1>li>a:before,
.nav1>li>a:after{
	content:'';
	position:absolute;
	display:block;
	width:1px;
}
.nav1>li>a:after{
	height:40%;
	top:30%;
	right:0;
	background-color:#fff;
	z-index:5;
}
.nav1>li>a>.ico{
	display:none;
}
.nav1>li.nav-desktop-end>a:after{
	display:none;
}
.nav1>li:hover>a{
	background-color:#768596;
}
.nav1>li:hover>a:after{
	display:none;
}
.nav1>li:hover>a:before{
	height:100%;
	top:0;
	left:-1px;
	background-color:#768596;
	z-index:6;
}
.nav1>li.current>a{
	color:#283545;
	background-color:#fff;
	font-family:'Opensans-bold', Arial, sans-serif;
}
.nav1>li.current>a:before{
	height:100%;
	top:0;
	left:-1px;
	background-color:#fff;
	z-index:7;
}
.nav1>li.current>a:after{
	height:100%;
	top:0;
	z-index:7;
}

/* NAV2 */
.nav2-wrap{
	display:none;
	height:49px;
}
.nav2-wrap.open {
	display: block;
}
.nav1>li.current.open>.nav2-wrap{
	display:block;
}
.nav2-wrap:before,
.nav2-wrap:after{
	content:'';
	position:absolute;
	left:-100%;
	width:300%;
	background-color:#fff;
}
.nav2-wrap:before{
	top:77px;
	height:8px;
	z-index:10;
}
.no-boxshadow .nav2-wrap:before{
	border-top:1px solid #bad2e6;
}
.nav2-wrap:after{
	top:36px;
	height:41px;
	box-shadow:0 8px 8px -8px #7596b1;
	z-index:15;
}
.nav2{
	position:absolute;
	width:100%;
	left:0;
	top:36px;
	padding:0 10px;
	background:#fff;
	z-index:20;
} 
.nav2>li{
	display:block;
	float:left;
}
.nav2>li>a{
	display:block;
	position:relative;
	font-size:13px;
	font-size:0.8125rem;
	line-height:28px;
	line-height:2.15;
	font-family:'Opensans-semibold', Arial, sans-serif;
	text-decoration:none;
	height:41px;
	padding:6px 10px;
	color:#0c51a3;
	border-bottom:3px solid #fff;
	margin-right:2px;
}
.nav2>li>a:after{
	content:'';
	position:absolute;
	display:block;
	background:#202d3d;
	width:1px;
	height:27%;
	top:43%;
	right:-1px;
}
.nav2>li:last-child>a:after{
	display:none;
}
.nav2>li>a:hover{
	color:#283545;
}
.nav2>li.current>a{
	color:#202d3d;
	border-bottom:3px solid #202d3d;
	font-family:'Opensans-bold';
}


/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px){
	
	/* temp nav show/hide classes */
	.nav1{
		display:none;
	}
	
	.nav1.open{
		display:block;
		margin-bottom:10px;
	}
	
	/* Main Navigation */
	.mainNavigation{
		background-color:#fff;
		margin-bottom:0;
	}

	/* NAV1 */
	.nav1{
		background-color:#283545;
		height:auto;
		padding:0;
	}
	.nav1>li{
		float:none;
		border-top:1px solid rgba(255,255,255,0.1);
	}
	.nav1>li.omni-mobile-nav{
		display:block;
	}
	.nav1>li.omni-mobile-nav>a{
		color:#78b1e8;
	}
	.nav1>li.nav-mobile-start{
		border-top:none;
	}
	.nav1>li>a{
		padding:9px 20px 9px 60px;
		border-bottom:1px solid rgba(0,0,0,0.3);
		height:auto;
	}
	.nav1>li>a:before,
	.nav1>li>a:after,
	.nav1>li:hover>a:before,
	.nav1>li:hover>a:after{
		display:none;
	}
	.nav1>li>a>.ico{
		display:block;
		position:absolute;
		left:25px;
		top:9px;
	}
	.nav1>li:hover>a{
		background-color:transparent;
	}
	.nav1>li.current>a{
		color:#78b1e8;
		background-color:transparent;
	}
	.nav1>li>a.open{
		background-color:transparent;
		border-bottom:none;
	}
	.nav1>li>a:active {
		background-color:#232e3c;
	}
	
	/* NAV2 */
	.nav2>li>a:active{
		background-color:#3a4a5d;	
	}
	.nav2>li>a.current:active{
		background-color:#626f7f;	
	}
	.nav2-wrap{
		border-top:1px solid rgba(0,0,0,0.2);
		height:auto;
	}
	.nav2-wrap:before,
	.nav2-wrap:after{
		display:none;
	}
	.nav2{
		position:relative;
		background:#415266;
		left:auto;
		top:auto;
		padding:0;
		z-index:auto;
	}
	.nav2>li{
		float:none;
		border-top:1px solid rgba(255,255,255,0.1);
		border-bottom:1px solid rgba(0,0,0,0.2);
	}
	.nav2>li:last-child{
		border-bottom:1px solid rgba(0,0,0,0.3);
	}
	.nav2>li>a{
		padding:7px 20px 8px 30px;
		color:#fff;
		margin:0;
		border:none;
		height:auto;
	}
	.nav2>li:hover>a{
		color:#fff;
	}
	.nav2>li>a:active{
		background-color: #3a4a5d;	
	}
	.nav2>li>a:after{
		display:none;
	}
	.nav2>li.current{
		border-top:1px solid rgba(255,255,255,0.3);
	}
	.nav2>li.current>a{
		background-color:#626f7f;
		border:none;
		color:#fff;
	}
	.nav2>li.current>a:active{
		background-color: #717b89;	
	}

}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px){
	/* temp nav show/hide classes */
	.nav1{
		display:none;
	}
	
	.nav1.open{
		display:block;
		margin-bottom:10px;
	}
	
	/* Main Navigation */
	.mainNavigation{
		background-color:#fff;
		margin-bottom:0;
	}

	/* NAV1 */
	.nav1{
		background-color:#283545;
		height:auto;
		padding:0;
	}
	.nav1>li{
		float:none;
		border-top:1px solid rgba(255,255,255,0.1);
	}
	.nav1>li.omni-mobile-nav{
		display:block;
	}
	.nav1>li.omni-mobile-nav>a{
		color:#78b1e8;
	}
	.nav1>li.nav-mobile-start{
		border-top:none;
	}
	.nav1>li>a{
		padding:9px 20px 9px 60px;
		border-bottom:1px solid rgba(0,0,0,0.3);
		height:auto;
	}
	.nav1>li>a:before,
	.nav1>li>a:after,
	.nav1>li:hover>a:before,
	.nav1>li:hover>a:after{
		display:none;
	}
	.nav1>li>a>.ico{
		display:block;
		position:absolute;
		left:25px;
		top:9px;
	}
	.nav1>li:hover>a{
		background-color:transparent;
	}
	.nav1>li.current>a{
		color:#78b1e8;
		background-color:transparent;
	}
	.nav1>li>a.open{
		background-color:transparent;
		border-bottom:none;
	}
	.nav1>li>a:active {
		background-color:#232e3c;
	}
	
	/* NAV2 */
	.nav2>li>a:active{
		background-color:#3a4a5d;	
	}
	.nav2>li>a.current:active{
		background-color:#626f7f;	
	}
	.nav2-wrap{
		border-top:1px solid rgba(0,0,0,0.2);
		height:auto;
	}
	.nav2-wrap:before,
	.nav2-wrap:after{
		display:none;
	}
	.nav2{
		position:relative;
		background:#415266;
		left:auto;
		top:auto;
		padding:0;
		z-index:auto;
	}
	.nav2>li{
		float:none;
		border-top:1px solid rgba(255,255,255,0.1);
		border-bottom:1px solid rgba(0,0,0,0.2);
	}
	.nav2>li:last-child{
		border-bottom:1px solid rgba(0,0,0,0.3);
	}
	.nav2>li>a{
		padding:7px 20px 8px 30px;
		color:#fff;
		margin:0;
		border:none;
		height:auto;
	}
	.nav2>li:hover>a{
		color:#fff;
	}
	.nav2>li>a:active{
		background-color: #3a4a5d;	
	}
	.nav2>li>a:after{
		display:none;
	}
	.nav2>li.current{
		border-top:1px solid rgba(255,255,255,0.3);
	}
	.nav2>li.current>a{
		background-color:#626f7f;
		border:none;
		color:#fff;
	}
	.nav2>li.current>a:active{
		background-color: #717b89;	
	}
}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px){
	/* ensure that the correct (current) nav2 is displayed on desktop */
	.nav2-wrap.open {
		display:none;
	}
	.current .nav2-wrap {
		display: block;
	}
}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print{
    
}/* NAV3 general styles*/
.nav3-title, 
.nav3-title>a {font-size:16px;font-size:1.063rem; /* 17/16 */ text-transform:capitalize;font-family:'Opensans-semibold'; font-weight:normal;}

/* NAV3 left */
.nav3-left {border-top:1px solid #c9d2d6;}
.nav3-left-title {margin:0 0 18px 0;margin-bottom:1.125rem;/* 18 / 16 */line-height:1.3em;text-transform:uppercase;font-family:'Opensans-bold';}
.nav3-left>li {position:relative;line-height:1.2em;padding:.85em 0 .85em 23px;padding-left:1.438rem;/* 23 / 16 */ border-bottom:1px solid #c9d2d6;}
.nav3-left>li:last-child {border-bottom-width:3px;}
.nav3-left a {font:14px 'Opensans-semibold';font-size:0.875rem;/* 14 / 16 */ text-decoration:none;}
.nav3-left a:hover{color:#283545}
.nav3-left .ico {display:none;position:absolute;left:0;top:15px;}
.nav3-left>.current>a{color:#283545;font-family:'Opensans-bold';}
.nav3-left>.current>.nav4-left-subnav {display:block;}
.nav3-left>.current>.ico {display:block;}

	/* Nav3 left with subnav */
.nav3-left>.has-subnav {padding-left:0;}
.nav3-left>.has-subnav>a {padding-left:23px;padding-left:1.438rem;/* 23 / 16 */ color:#0059B3;font-family:'Opensans-semibold';}
.nav3-left>.has-subnav.current {padding-bottom:0;}
.nav3-left>.has-subnav.current>.ico{display:none;}
.nav3-left>.has-subnav.current>a{font-family:'Opensans-bold';}

	/* Nav3 left > Nav4 subnav (lives inside .nav3-left .li)*/
.nav4-left-subnav {display:none;margin-top:.85em;}
.nav4-left-subnav>li {position:relative;line-height:1.2em;padding:.85em 0 .85em 40px;padding-left:2.5rem;/* 40/16 */border-top:1px solid #c9d2d6;}
.nav4-left-subnav>li>a{padding-left:0;color:#283545;font-family:'Opensans-semibold';}
.nav4-left-subnav>.current>.ico {display:block;}
.nav4-left-subnav>li.current>a{font-family:'Opensans-bold';}

/* NAV3 tabs */
.nav3-tabs { margin-top:0;margin-bottom:30px;margin-bottom:1.875rem; /* 30 / 16*/}
.nav3-tabs a{display:block;padding:5px 0;color:#fff;font:16px/1.333rem 'Opensans-regular';font-size:1rem;/* 18 / 16 */text-decoration:none;text-align:center;background-color:#8c9bac;border-bottom:2px solid #fff;}
.nav3-tabs a:hover{color:#283545;}
.nav3-tabs .current a{color:#283545;font-family:'Opensans-bold';background-color:#fff;border-bottom:2px solid #283545;}
.nav3-tabs-tall a{height:50px;text-align:left;padding-left:.6em;padding-right:.6em;padding-top:.3em;}

/* NAV 4 */
.nav4 a{
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	font-size:11px;
}

/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px){
	/* NAV3 phone styles */
	.nav3 {margin-bottom:15px;margin-bottom:0.8333rem; /* 15 / 18*/}

	.nav3-title,
	.nav3-title>a {font-size:17px;font-size:0.9444rem; /* 17 / 18 */ }

	.nav3-left{border:none;}
	.nav3-left>li {padding:0;border:none;}

	.nav3-link {display:none;}
	.nav3-link>.ico, .nav3-link.current>.ico {display:none;}
	.nav3-link.open{display:block;}

	.nav3-selector>a,
	.nav3-link>a {
		display:block;
		padding:14px;
		padding:0.7778rem; /* 14 / 18 */
		line-height:21px;
		line-height:1.1666rem; /* 21 / 18 */
		text-align: left;
		border-bottom:1px solid #fff;
	}
	.nav3 .nav3-selector a {
		width:100%;
		font-family:'Opensans-semibold';
		color:#fff;
		background-color: #273545;
	}
	.nav3 .nav3-selector a:after {
		content:"+";
		float:left;
		padding-right: .6rem;
		font-weight:normal;
		font-size:30px;
		font-size:1.667rem; /* 30 / 18 */
	}
	.nav3 .nav3-selector.open a {
		color:#69798b;
		font-family:'Opensans-regular';
		text-transform: uppercase;
		background-color: #d2d7dc;
	}
	.nav3 .nav3-selector.open a:after {
		content:"-";
		font-size:35px;
		font-size:1.94444rem; /* 35 / 18 */
		position: relative;
    	top: -2px;
	}
	.nav3 .nav3-link a {
		font-family:'Opensans-regular';
		font-weight:normal;
		font-size:18px;
		font-size:1rem; /* 18 / 18 */
		color:#fff;
		background-color: #69798b;
	}
	.nav3 .nav3-link a:hover,
	.nav3 .nav3-link a:active{
		color:#fff;
		background-color: #58697C;
	}
	.nav3 .nav3-link.current a {
		color:#fff;
		background-color: #283545;
		border-width:1px;
		border-color:#fff;
	}
	.nav3 .nav3-link.current a:hover,
	.nav3 .nav3-link.current a:active{
		background-color: #1C2938;
	}

    /* Hide on load and Teleport class will show once moved */
    aside.S .nav3 {
        display: none;
    }

	/* NAV4 - More Resources for tablet/mobile */
	#more-resources {
	margin-bottom: 15px;
	}
	#more-resources a {
		display: block;
		padding: 14px;
		line-height: 21px;
		line-height: 1.1666rem; /* 21 / 18 */
		text-align: left;
		text-decoration: none;
		padding-left: 70px;
		font-size: 15px;
		font-size: 0.9375rem;
		font-family: 'Opensans-regular', Verdana, Geneva, sans-serif;
		text-transform: uppercase;
		font-weight: normal;
	}
	#more-resources a:before {
		background-color: #1343a6;
		width: 50px;
		display: block;
	}
	#more-resources a.top-link{
		border-top: 1px solid #1343a6;
		border-bottom: 1px solid #1343a6;
		font-family: 'Opensans-bold', Verdana, Geneva, sans-serif;
		position:relative;
	}
	#more-resources a.top-link:before {
		content: "+";
		float: left;
		display: block;
		font-size: 30px;
		font-size: 1.667rem;
		color: #fff;
		position: absolute;
		top: 0;
		left:0;
		width: 50px;
		padding: 14px;
		text-align:center;
	}
	#more-resources a.top-link.open:before {
		content: "-";
		padding: 12px 14px 16px 14px;
	}
	#more-resources ul.open{
		display:block;
	}
	#more-resources ul{
		display:none;
	}
	#more-resources ul li{
		border-bottom: 1px solid #1343a6;
	}
}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px){

	/* NAV3 tablet styles */
	.nav3 {margin-bottom:15px;margin-bottom:0.8333rem; /* 15 / 18*/}
	.nav3-title,
	.nav3-title>a {font-size:17px;font-size:0.9444rem; /* 17 / 18 */ }

	.nav3-left{border:none;}
	.nav3-left>li {padding:0;border:none;}

	.nav3-link {display:none;}
	.nav3-link>.ico, .nav3-link.current>.ico {display:none;}
	.nav3-link.open{display:block;}

	.nav3-selector>a,
	.nav3-link>a {
		display:block;
		padding:14px;
		padding:0.7778rem; /* 14 / 18 */
		line-height:21px;
		line-height:1.1666rem; /* 21 / 18 */
		text-align: left;
		border-bottom:1px solid #fff;
	}
	.nav3 .nav3-selector a {
		width:100%;
		font-family:'Opensans-semibold';
		color:#fff;
		background-color: #273545;
	}
	.nav3 .nav3-selector a:after {
		content:"+";
		float:left;
		padding-right: .6rem;
		font-weight:normal;
		font-size:30px;
		font-size:1.667rem; /* 30 / 18 */
	}
	.nav3 .nav3-selector.open a {
		color:#69798b;
		font-family:'Opensans-regular';
		text-transform: uppercase;
		background-color: #d2d7dc;
	}
	.nav3 .nav3-selector.open a:after {
		content:"-";
		font-size:35px;
		font-size:1.94444rem; /* 35 / 18 */
		position: relative;
    	top: -2px;
	}
	.nav3 .nav3-link a {
		font-family:'Opensans-regular';
		font-weight:normal;
		font-size:18px;
		font-size:1rem; /* 18 / 18 */
		color:#fff;
		background-color: #69798b;
	}
	.nav3 .nav3-link a:hover,
	.nav3 .nav3-link a:active{
		color:#fff;
		background-color: #58697C;
	}
	.nav3 .nav3-link.current a {
		color:#fff;
		background-color: #283545;
		border-width:1px;
		border-color:#fff;
	}
	.nav3 .nav3-link.current a:hover,
	.nav3 .nav3-link.current a:active{
		background-color: #1C2938;
	}

    /* Hide on load and Teleport class will show once moved */
    aside.S .nav3 {
        display: none;
    }

	/* NAV4 - More Resources for tablet/mobile*/
	#more-resources {
	margin-bottom: 15px;
	}
	#more-resources a {
		display: block;
		padding: 14px;
		line-height: 21px;
		line-height: 1.1666rem; /* 21 / 18 */
		text-align: left;
		text-decoration: none;
		padding-left: 70px;
		font-size: 15px;
		font-size: 0.9375rem;
		font-family: 'Opensans-regular', Verdana, Geneva, sans-serif;
		text-transform: uppercase;
		font-weight: normal;
	}
	#more-resources a:before {
		background-color: #1343a6;
		width: 50px;
		display: block;
	}
	#more-resources a.top-link{
		border-top: 1px solid #1343a6;
		border-bottom: 1px solid #1343a6;
		font-family: 'Opensans-bold', Verdana, Geneva, sans-serif;
		position:relative;
	}
	#more-resources a.top-link:before {
		content: "+";
		float: left;
		display: block;
		font-size: 30px;
		font-size: 1.667rem;
		color: #fff;
		position: absolute;
		top: 0;
		left:0;
		width: 50px;
		padding: 14px;
		text-align:center;
	}
	#more-resources a.top-link.open:before {
		content: "-";
		padding: 12px 14px 16px 14px;
	}
	#more-resources ul.open{
		display:block;
	}
	#more-resources ul{
		display:none;
	}
	#more-resources ul li{
		border-bottom: 1px solid #1343a6;
	}
}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px){

}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print{

}
/* ------- Footer ------- */
footer{
	color:#fff;
}
footer a,
footer a:visited{
	color:#fff;
}
.footer-sitemap{
	background:#1d2937;
	border-bottom:1px solid #03080e;
}

.footer-sitemap-wrap *{
	font-size: 13px;
	font-size: 0.81rem /* 13/16 */
}

.footer-sitemap-wrap{
	padding:18px 0 12px;
	font-family:'Opensans-semibold';
	font-size: 0.81rem;
	color:#abc0e3;
}
.footer-sitemap-wrap>.unit{
	padding-right:40px;
}
.footer-sitemap-wrap h3{
	margin-top:11px;
	font-family:'Opensans-semibold';
	color:#abc0e3;
}
.footer-sitemap-wrap h3 .bdr-divider{
	margin:4px 0 12px;
}
.footer-sitemap-wrap li{
	margin-bottom:3px;
}
.footer-sitemap-wrap li > a{
	text-decoration:none;
	display:block;
	padding-bottom:3px;
	padding-top:2px;
	margin-left:-10px;
	margin-right:-10px;
	padding-left:10px;
}
.footer-sitemap-wrap li > .no-link{
	padding-bottom:3px;
	padding-top:2px;
	display:block;
}
.footer-sitemap-wrap li > a:hover{
	background-color:#16212e;
}
.footer-sitemap-wrap li.emphasis > a{
	background-color:#0e1723;
}
.footer-social{
	overflow:hidden;
	max-width:300px;
}
.footer-social li a{
	padding-right:0;
	padding-left:0;
	margin:0;
	float:left;
}
.footer-social li > a:hover{
	background-color:transparent;
}

.disclaimer-wrapper *{
	font-size: 11px;
	font-size: 0.68rem /* 11 / 16 */
}

.footer-legal{
	padding:40px 0 10px;
	background:#121d2b;
	border-top:1px solid #303a46;
}

.copyright{
	padding:10px 0;
	border-top:1px solid #fff;
}

.copyright p{
	margin-bottom: 0;
}

.copyright ul{
	list-style:none;
	display:inline;
}
.copyright li{
	padding-right:5px;
	display:inline;

}
.address{
	padding-bottom:30px;
}

/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px){

}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px){

}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px){

}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print{

}

/* =============================================================================
/ MODULE: EXPANDABLE SET
/ ============================================================================= */
/* ------- [ DEFAULT STYLES ] ------- */

/* ------- base expandable set ------- */
.expandableSet dd{display:none;}
.expandableSet dd.open{display:block;}
.expandableSet dt{position:relative;display:block;cursor:pointer;}
.expandableSet dt.open{font-weight:bold;}
.expandableSet .closeThis{display:none;position:absolute; right:4px; bottom:-26px;}
.expandableSet .open .closeThis{display:block;}

/* ------- standard style ------- */
.expandableSet.standard dd{position:relative;margin:0 0 15px;background-color:#f6f7f8;padding:25px 30px 10px;}
.expandableSet.standard dt{margin:0 0 10px; z-index:2;}
.expandableSet.standard dt>.ico{float:left; margin-right:10px;}
.expandableSet.standard dt>h4{font:normal 15px/26px 'Opensans-regular'; color:#0c51a3; margin-left:36px;text-transform:none;}
.expandableSet.standard dt.open>h4{font-family:'Opensans-bold'; color:#283545;}
.expandableSet.standard .controlLinkWrap{height:20px;}
.expandableSet.standard .controlLinkWrap a{font:bold 11px/20px Verdana, Geneva, sans-serif; text-transform:uppercase; color:#f4ad03; float:right;}


/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px){
.expandableSet .open .closeThis{display:none;}	
}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px){
.expandableSet .open .closeThis{display:none;}	
}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px){
	
}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print{
	
}

/* =============================================================================
/ MODULE: FLAG
/ ============================================================================= */
/* ------- [ DEFAULT STYLES ] ------- */

/* ------- Flag base ------- */
.flag{position:relative; display:block; color:#fff; height:33px; padding:0 8px 0 28px; margin-left:12px;}
.flag:before, .flag:after{display:block; content:'&nbsp;'; position:absolute; font-size:0pt; height:0; width:0; border-style:solid; left:-12px; top:0;}
.flag:before{border-width:33px 0 0 24px;}
.flag:after{border-width:0 0 33px 24px;}
.flag-title{display:block; font-size: 16px; font-size: 1rem; /* 16 / 16 */ line-height: 33px; font-weight: normal; font-family: 'Opensans-bold', Verdana, Geneva, sans-serif; float:left;}

/* ------- Large flag variant ------- */
.flag-large{height:70px; padding:0 8px 0 25px; margin-left:25px;}
.flag-large:before{border-width:70px 0 0 50px; left:-25px;}
.flag-large:after{border-width:0 0 70px 50px; left:-25px;}
.flag-large .flag-title{font:normal 21px/70px 'OpenSans-semibold';}

/* ------- Flag fill ------- */
.flag-fill{width:auto;}
.flag-quarter-fill{width:25%;}
.flag-half-fill{width:50%;}
.flag-inline{display:inline-block; width:auto; vertical-align:text-top; padding-right:30px;}

/* ------- Flag colors ------*/
.flag-dark-grey, .flag-dark-gray{background-color:#202d3d; text-shadow:1px 1px 0 #0b131d;}
.flag-dark-grey:before, .flag-dark-gray:before, .flag-dark-grey:after, .flag-dark-gray:after{border-color:#202d3d; border-left-color:transparent;}
/* specific for table in flag */
.flag-dark-grey .table-simple-pairs th,
.flag-dark-gray .table-simple-pairs th{border-bottom:1px solid #03080e; color:#8c9bac;}
.flag-dark-grey .table-simple-pairs td,
.flag-dark-gray .table-simple-pairs td{border-top:1px solid #303a46; text-shadow:none;}

.flag-blue{background-color:#0c51a3; text-shadow:1px 1px 0 #202d3d;}
.flag-blue:before, .flag-blue:after{border-color:#0c51a3; border-left-color:transparent;}
/* specific for table in flag */
.flag-blue .table-simple-pairs th{border-bottom:1px solid #073f81; color:#6697d2;}
.flag-blue .table-simple-pairs td{border-top:1px solid #2367b9; text-shadow:none;}

.flag-yellow{background-color:#f4ad03; text-shadow:1px 1px 0 #e28002;}
.flag-yellow:before, .flag-yellow:after{border-color:#f4ad03; border-left-color:transparent;}
/* specific for table in flag */
.flag-yellow .table-simple-pairs th{border-bottom:1px solid #e49600; color:#f8e0a8;}
.flag-yellow .table-simple-pairs td{border-top:1px solid #f8d37a; text-shadow:none;}

.flag-light-grey, .flag-light-gray{background-color:#8c9bac; text-shadow:1px 1px 0 #697a8d;}
.flag-light-grey:before, .flag-light-gray:before, .flag-light-grey:after, .flag-light-gray:after{border-color:#8c9bac; border-left-color:transparent;}
/* specific for table in flag */
.flag-light-grey .table-simple-pairs th,
.flag-light-gray .table-simple-pairs th{border-bottom:1px solid #637487; color:#d1d6db;}
.flag-light-grey .table-simple-pairs td,
.flag-light-gray .table-simple-pairs td{border-top:1px solid #b1bac3; text-shadow:none;}

.flag-invert-grey, .flag-invert-gray{background-color:#e0e4e9; color:#0c51a3; text-shadow:1px 1px 0 #fff;}
.flag-invert-grey:before, .flag-invert-gray:before, .flag-invert-grey:after, .flag-invert-gray:after{border-color:#e0e4e9; border-left-color:transparent;}
/* specific for table in flag */
.flag-invert-grey .table-simple-pairs th,
.flag-invert-gray .table-simple-pairs th{border-bottom:1px solid #b9c3cd; color:#8c9bac;}
.flag-invert-grey .table-simple-pairs td,
.flag-invert-gray .table-simple-pairs td{border-top:1px solid #fff; text-shadow:none;}


/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px){
	
	.flag-title {white-space:nowrap;}
}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px){
	
	
}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px){
	


}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print{
	
}

/* =============================================================================
/ MODULE: FORM
/ ============================================================================= */
/* ------- [ DEFAULT STYLES ] ------- */

/* ------- Base form and form container styles ------- */
.form{
	position:relative;
	padding-bottom:20px;
    overflow: hidden;
	margin:0 -20px;
}
.form-cell{
	position:relative;
	padding-top:10px;
	padding-bottom:5px;
}
.form-cell{
	min-height:33px;
}
.form-cell-checkbox{
	padding-top:20px;
	padding-bottom:15px;
}
.form-cell-radio {
	padding-top:5px;
	min-height:23px;
}
.instruction{
	display:block;
	left:0;
	font-size:10px;
	font-size: 0.625rem;
	line-height:16px;
	line-height:1rem;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;	
}
.scrollable{
	height:252px;
	margin-top:15px;
	padding:10px;
	background-color:#fff;
	border:1px solid #dfe7f1;
	position:relative;
}
.scrollable .inner-scroll{
	height:230px;
	padding:10px;
	overflow-x:hidden;
	overflow-y:scroll;
}
.form .demo-disclaimer{
	padding-top:8px;
}
.form .demo-disclaimer a{
	font:normal 12px/19px Arial,Helvetica,sans-serif;
	font-size:0.75rem;
	line-height:1.1875rem;
}
.form-title{
	text-shadow:1px 1px 0 rgba(255,255,255,0.6);
	overflow:hidden;
}
.form-title h3{
	font-family:'Opensans-bold', Arial, sans-serif;
}
.form-title h4{
	color:#4e6177;
	margin:5px 0;
	font-size:13px; 
	font-size:0.8125rem;
	line-height:22px;
	line-height:1.375rem;
	font-family:'Opensans-semibold', Arial, regular;
	text-transform:none;
}
.form-title-big{
	margin:20px 0;
	position:relative;
}
.form-title-big h3{
	font-size:25px;
	font-size:1.5625rem;
	line-height:34px;
	line-height:2.125rem;
	margin:0;
	text-transform:none;
}
.form-title-big h4{
	margin:5px 0 0;
	text-transform:none;
	font-size:14px;
	font-size:0.875rem;
	line-height:23px;
	line-height:1.4375rem;
	font-family:'Opensans-regular', Arial, sans-serif;
}

/* ------- Base label styles ------- */
label{
	display:block;
	font-weight:bold;
	font-family:Verdana, sans-serif;
	font-size:11px;
	font-size:0.6875rem;
	line-height:16px;
	line-height:1rem;
	color:#6a7a8b;
	text-transform:uppercase;
	padding-bottom:5px;
}
.form-cell-checkbox label,
.form-cell-radio label{
	margin-top:0;
	margin-left:26px;
	overflow:hidden;
	color:#283545;
	text-transform:none;
	font-size:12px;
    font-size:0.75rem;
	line-height:1.25rem;
	font-weight:normal;
	padding-bottom:0;
}
.form-cell-submit label{
	color:#fff;
	overflow:hidden;
	text-indent:-9999px;
}

/* ------- Base field and input styles ------- */
.field,
.submit{
	box-shadow:none !important;
	border-radius:0;
	-webkit-border-radius:0;
	background-color:transparent;
	background-image:none;
}
.field{
	outline:none;
	width:100%;
	height:33px;
	padding:7px;
	font-size:12px;
	font-size:0.75rem;
	font-family:Verdana, Geneva, sans-serif;
	border:1px solid #cfd2d7;
	background-color:#f8fafa;
}
.textarea{
	height:73px;
	line-height:19px;
	line-height:1.1875rem;
}
input.checkbox,
input.radio{
	float:left;
	margin:4px 3px 3px;
}

/* ------- Base placeholder styles ------- */
.placeholderLabel .field.select.placeholder{
	font-weight:bold;
	font-size:11px;
	font-size:0.6875rem;
	font-family:Verdana, sans-serif;
	color:#6a7a8b;
	text-transform:uppercase;
}
.placeholderLabel label{
	position:absolute;
	left:32px;
	top:18.5px;
}
.placeholderLabel .form-cell-checkbox label,
.placeholderLabel .form-cell-radio label{
	position:relative;
	left:auto;
	top:auto;
}
.placeholderLabel .form-cell-submit label{
	display:none;
}

/* ------- Base side label styles ------- */
.form-side-labels label{
	margin-top:9px;
	float:left;
	width:35%;
}
.form-side-labels .field,
.form-side-labels .submit{
	float:right;
	width:65%;
}
.form-side-labels .form-cell-checkbox label,
.form-side-labels .form-cell-radio label{
	margin-top:0;
	float:none;
	width:auto;
}
.form-side-labels .form-title h3 {
	color:#f4ad03;
	font-size:20px;
	font-size:1.25rem;
}
.form-side-labels.has-bg .form-title h3 {
	color:#283545;
	font-size:15px;
	font-size:0.9375rem;
}

/* ------- Base error highlighting ------- */
.std_error .field.invalid{
	background:#f8d37a !important;
	border:1px solid #8c9bac !important;
	box-shadow:none !important;
}
.std_error label.validate,
.std_error label.validate a,
.std_error.placeholderLabel .select.placeholder.invalid{
	color:#A42727 !important;
}
.std_error span.invalid{
    display:block;
    position:absolute;
    bottom:-5px;
    right:25px;
	background:none repeat scroll 0 0 #A42727;
    color:#fff;
    font:0.625rem/1.125rem Verdana,Geneva,sans-serif;
    overflow:hidden;
    padding:0 5px;
	white-space: nowrap;
	z-index:5;
}
.std_error .form-cell-checkbox span.invalid,
.std_error .form-cell-radio span.invalid{
	bottom:-14px;
	right:auto;
	left:46px;
}
.std_error .form-cell-radio label.validate,
.std_error .form-cell-radio label.validate a,
.std_error .form-cell-checkbox label.validate,
.std_error .form-cell-checkbox label.validate a,
.std_error .radio-yesno-set label.validate,
.std_error .radio-yesno-set label.validate a{
	color:#A72222 !important;
}

/* ------- Reset for Apple browsers ------- */
body[data-os="ios"] .field,
body[data-os="macintosh"] .field,
body[data-os="ios"] .submit,
body[data-os="macintosh"] .submit{
	-webkit-appearance:none;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0,0%,100%,0)), to(hsla(0,0%,100%,0)));
	background-image:-webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
}
body[data-os="ios"] .field.select,
body[data-os="macintosh"] .field.select{
	background-image:url('/responsive/img/module/form/ios-select-down.png');
	background-repeat:no-repeat;
	background-position:right center;
}
body[data-os="ios"] .std_error .field.invalid,
body[data-os="macintosh"] .std_error .field.invalid{
	-webkit-appearance:none;
	background:#f8d37a !important;
	border:1px solid #8c9bac !important;
	box-shadow:none !important;
	background-image:none;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0,0%,100%,0)), to(hsla(0,0%,100%,0)));
	background-image:-webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
}
body[data-os="ios"] .std_error .field.select.invalid,
body[data-os="macintosh"] .std_error .field.select.invalid{
	background-image:url('/responsive/img/module/form/ios-select-down.png') !important;
	background-repeat:no-repeat !important;
	background-position:right center !important;
}

/* ------- Base confirmation styles ------- */
.confBox, .confBox .maint, .confBox .success{
	display:none;
}
.cred{
	background:#f8fafa;
	padding:2px 10px;
	margin-bottom:10px;
	overflow:hidden;
	font:normal 1rem/30px 'Opensans-semibold';
	color:#0c51a3;
}

body .conf-desktop, body .conf-tablet, body .conf-phone, 
body .conf-ios, body .conf-android, body .conf-windows{
	display:none;
}
body[data-device="desktop"] .conf-desktop,
body[data-device="other"] .conf-desktop,
body[data-os="unknown"] .conf-desktop{
	display:block;
}
body[data-device="tablet"] .conf-tablet{
	display:block;
}
body[data-device="phone"] .conf-phone{
	display:block;
}
body[data-os="windows"] .conf-windows{
	display:block;
}
body[data-os="ios"] .conf-ios{
	display:block;
}
body[data-os="android"] .conf-android{
	display:block;
}
body .conf-tablet.conf-ios, body .conf-phone.conf-ios,
body .conf-tablet.conf-android, body .conf-phone.conf-android,
body .conf-tablet.conf-windows, body .conf-phone.conf-windows{
	display:none;
}
body[data-device="tablet"][data-os="ios"] .conf-tablet.conf-ios{
	display:block;
}
body[data-device="phone"][data-os="ios"] .conf-phone.conf-ios{
	display:block;
}
body[data-device="tablet"][data-os="android"] .conf-tablet.conf-android{
	display:block;
}
body[data-device="phone"][data-os="android"] .conf-phone.conf-android{
	display:block;
}
body[data-device="tablet"][data-os="windows"] .conf-tablet.conf-windows{
	display:block;
}
body[data-device="phone"][data-os="windows"] .conf-phone.conf-windows{
	display:block;
}

/* ------- Radio yesno set styles ------- */
.radio-yesno-set .form-cell:nth-child(even){
	background-color:rgba(40,53,69,0.05);
}
.radio-yesno-set .form-cell{
	padding:10px;
}
.radio-yesno-set .form-cell .radio-yes,
.radio-yesno-set .form-cell .radio-no{
	position:absolute;
	top:10px;
	right:50px;
}
.radio-yesno-set .form-cell .radio-no{
	right:10px;
}
.radio-yesno-set label{
	margin-right:80px;
}
.radio-yesno-set label.has-ico{
	padding-left:33px;
	position:relative;
}
.radio-yesno-set label.has-ico .ico{
	position:absolute;
	left:0;
	top:1px;
}

/* expandable form styles */
.form-expandable form{
	display:none;
}
.form-expandable.open form{
	display:block;
}
.form-expandable .form-title-big{
	margin:37px 0 0;
}
.form-expandable.open .form-title-big{
	margin-bottom:20px;
}
.form-expandable .form-title-big h3{
	display:inline-block;	
	position:absolute;
	top:-18px;
	left:0;
	z-index:5;
	padding-right:10px;
	background-color:#fff;
}
.form-expandable .form-title-big h4{
	padding-top:25px;
}
.form-expandable .form-toggle{
	position:absolute;
	right:0;
	top:-17px;
	z-index:5;
	padding-left:10px;
	background-color:#fff;
}
.form-expandable .form-toggle-close{
	display:none;
}
.form-expandable .form-toggle-close a{
	font-family:'Opensans-semibold', Arial, sans-serif;
	text-decoration:none;
	font-weight:normal;
	font-size:14px;
	font-size:0.875rem;
	line-height:21px;
	line-height:1.3125rem;
	padding:6px 0;
	margin-right:-0.75rem;
}
.form-expandable .form-toggle-close a:hover{
	text-decoration:underline;
}
.form-expandable.open .form-toggle-close{
	display:block;
}
.form-expandable.open .form-toggle-open{
	display:none;
}


/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px){
.form{
	margin:0 -10px;
}
.form-title-big h3{
	font-size:17px;
	font-size:1.0625rem;
	line-height:22px;
	line-height:1.375rem;
	font-family:'Opensans-bold', Arial, sans-serif;
}
.form-title-big h4{
	font-size:12px;
	font-size:0.75rem;
	line-height:21px;
	line-height:1.3125rem;
	font-family:Verdana, Geneva, sans-serif;
}
.placeholderLabel label{
	left:22px;
	top:21.5px;
}
.std_error span.invalid{
    right:15px;
}
.form-cell{
	min-height:41px;
}
.form-cell-radio {
	min-height:31px;
}
.field{
	height:41px;
}
.field.select{
	padding:10px;
}
.textarea{
	height:80px;
}
.scrollable:before,
.scrollable:after{
	content:'';
	position:absolute;
	left:10px;
	right:10px;
	height:20px;
}
.scrollable:before{
	top:10px;
	box-shadow:inset 0px 20px 20px -10px #fff;
}
.scrollable:after{
	bottom:10px;
	box-shadow:inset 0px -20px 20px -10px #fff;
}
.std_error .form-cell-checkbox span.invalid,
.std_error .form-cell-radio span.invalid{
	left:36px;
}
.form-side-labels label{
	margin-top:0;
	float:none;
	width:100%;
}
.form-side-labels .field,
.form-side-labels .submit{
	float:none;
	width:100%;
}
.form-side-labels .form-cell-checkbox label,
.form-side-labels .form-cell-radio label{
	width:auto;
}
.form-cell-checkbox label,
.form-cell-radio label{
	line-height:1.125rem;
}

.radio-yesno-set label.has-ico{
	padding-left:0;
}
.radio-yesno-set label.has-ico .ico{
	display:none;
}
.radio-yesno-set .form-cell .radio-yes,
.radio-yesno-set .form-cell .radio-no{
	top:12px;
}

/* expandable form styles */
.form-expandable .form-title-big{
	padding-top:20px;
	margin:20px 0;
}
.form-expandable .form-title-big h3{
	display:inline-block;	
	position:static;
	padding-right:0;
	color:#0059b3;
}
.form-expandable .form-title-big h4{
	padding-top:0;
}
.form-expandable .form-toggle{
	position:static;
	right:auto;
	top:auto;
	padding-top:10px;
}
.form-expandable .form-toggle-open,
.form-expandable .form-toggle-close{
	float:right;
}

}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px){
.form{
	margin:0 -10px;
}
.form-title-big h3{
	font-size:22px;
	font-size:1.375rem;
	line-height:31px;
	line-height:1.9375rem;
}
.placeholderLabel label{
	left:22px;
	top:19.5px;
}
.std_error span.invalid{
    right:15px;
}
.form-cell{
	min-height:37px;
}
.form-cell-radio {
	min-height:27px;
}
.field{
	height:37px;
}
.field.select{
	padding:8px;
}
.textarea{
	height:80px;
}
.scrollable:before,
.scrollable:after{
	content:'';
	position:absolute;
	left:10px;
	right:10px;
	height:20px;
}
.scrollable:before{
	top:10px;
	box-shadow:inset 0px 20px 20px -10px #fff;
}
.scrollable:after{
	bottom:10px;
	box-shadow:inset 0px -20px 20px -10px #fff;
}
.std_error .form-cell-checkbox span.invalid,
.std_error .form-cell-radio span.invalid{
	left:36px;
}
.form-side-labels label{
	margin-top:10px;
}
.form-cell-checkbox label,
.form-cell-radio label{
	line-height:1.125rem;
}
.radio-yesno-set label.has-ico .ico{
	top:3px;
}
.radio-yesno-set .form-cell .radio-yes,
.radio-yesno-set .form-cell .radio-no{
	top:12px;
}

/* expandable form styles */
.form-expandable .form-title-big{
	padding-top:20px;
	margin:20px 0;
}
.form-expandable .form-title-big h3{
	display:inline-block;	
	position:static;
	padding-right:0;
	color:#0059b3;
}
.form-expandable .form-title-big h4{
	padding-top:5px;
}
.form-expandable .form-toggle{
	position:static;
	right:auto;
	top:auto;
	padding-top:10px;
}
.form-expandable .form-toggle-open,
.form-expandable .form-toggle-close{
	float:right;
}

}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px){

}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print{

}


/* =============================================================================
/ MODULE: OVERLAY
/ ============================================================================= */
/* ==========================================================================
   Nivo Lightbox
   ========================================================================== */

/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.lightbox-content {
    display: none;
}
.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    text-align: left;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-wrap  {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 0;
	right: 0;
}
.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}
.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}
.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
	max-height: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	     -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	   -moz-transform: translateX(-10%);
	    -ms-transform: translateX(-10%);
	        transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	   -moz-transform: translateY(-10%);
	    -ms-transform: translateY(-10%);
	        transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}



/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Without this, lightbox content goes full width. This restricts it to 980px and centers it */
.nivo-lightbox-content,
.nivo-lightbox-wrap {
	max-width: 980px;
    margin: auto;
}
.nivo-lightbox-theme-fxcm.nivo-lightbox-overlay {
	background: #415671;
	background: rgba(65, 86, 113, 0.7);
}
.nivo-lightbox-theme-fxcm .nivo-lightbox-content.nivo-lightbox-loading { background: url(/responsive/img/module/overlay/loading.gif) no-repeat 50% 50%; }

.nivo-lightbox-theme-fxcm .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}
.nivo-lightbox-theme-fxcm .nivo-lightbox-nav:hover {
	opacity: 1;
	background-color: rgba(0,0,0,0.5);
}
.nivo-lightbox-theme-fxcm .nivo-lightbox-prev {
	background-image: url(/responsive/img/module/overlay/prev.png);
	border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-fxcm .nivo-lightbox-next {
	background-image: url(/responsive/img/module/overlay/next.png);
	border-radius: 3px 0 0 3px;
}

.nivo-lightbox-theme-fxcm .nivo-lightbox-close {
	display: block;
	background: url(/responsive/img/module/overlay/close.png) no-repeat 0 0;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	padding: 5px;
	opacity: 1.0;
}
.nivo-lightbox-theme-fxcm .nivo-lightbox-close:hover { opacity: 1; }

.nivo-lightbox-theme-fxcm .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-fxcm .nivo-lightbox-title {
	font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-fxcm .nivo-lightbox-image img {
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.nivo-lightbox-theme-fxcm .nivo-lightbox-ajax,
.nivo-lightbox-theme-fxcm .nivo-lightbox-inline {
	background: #fff;
	padding: 20px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3),
       (-o-min-device-pixel-ratio: 2.6/2),
       (min--moz-device-pixel-ratio: 1.3),
       (min-device-pixel-ratio: 1.3),
       (min-resolution: 1.3dppx) {

	.nivo-lightbox-theme-fxcm .nivo-lightbox-content.nivo-lightbox-loading {
		background-image: url(/responsive/img/module/overlay/loading@2x.gif);
		background-size: 32px 32px;
	}
	.nivo-lightbox-theme-fxcm .nivo-lightbox-prev {
		background-image: url(/responsive/img/module/overlay/prev@2x.png);
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-fxcm .nivo-lightbox-next {
		background-image: url(/responsive/img/module/overlay/next@2x.png);
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-fxcm .nivo-lightbox-close {
		background-image: url(/responsive/img/module/overlay/close@2x.png);
		background-size: 16px 16px;
	}

}

/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px){
    /* Without this, lightbox content goes full width. This restricts it to 360px and centers it */

}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px){
    /* Without this, lightbox content goes full width. This restricts it to 600px and centers it */
    .nivo-lightbox-content {
        max-width: 600px;
        margin: auto;
    }
}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px){

}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print{

}

/* =============================================================================
/ MODULE: RELATED MEDIA
/ ============================================================================= */
/* ------- [ DEFAULT STYLES ] ------- */

/* ------- Base related media ------- */
.related-media hgroup{
	overflow:hidden;
}
.related-media h3,
.related-media h4{
	color: #505f78;
	position:relative;
	font-family:'Opensans-bold', Arial, sans-serif;
}
.related-media h3{
	margin:15px 0;
}
.related-media h4{
	font-size:13px;
	font-size:0.8125rem;
	line-height:22px;
	line-height:1.375rem;
	display:inline-block;
	margin:0 0 10px;
}
.related-media h4:after{
	content:'';
	position:absolute;
	margin-left:10px;
	left:100%;
	top:50%;
	width:1200px;
	height:2px;
	background-color:#cad7e0;
	background-color:rgba(0,0,0,0.125);
	border-bottom:1px solid #fff;
}
.related-media .cat{
	margin-bottom:15px;
}
.related-media .cat ul{
	margin:0;
}
.related-media .cat li{
	position:relative;
	padding:0 0 12px 25px;
	font:normal 0.8125rem/1.125rem Arial, Helvetica, sans-serif;
}
.related-media .cat li>.ico{
	position:absolute;
	left:0;
	top:2px;
}



/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px){
	.related-media h4,
	.related-media .cat{
		margin-bottom:12px;
	}
	.related-media .cat li{
		padding-bottom:14px;
	}
	.related-media .cat li>.ico{
		top:3px;
	}	
}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px){
	.related-media h4,
	.related-media .cat{
		margin-bottom:12px;
	}
	.related-media .cat li{
		padding-bottom:14px;
	}
	.related-media .cat li>.ico{
		top:3px;
	}
}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px){
	
}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print{
	
}

/* =============================================================================
/ MODULE: SPREADS WIDGET
/ ============================================================================= */
/* ------- [ DEFAULT STYLES ] ------- */

.spreads-widget-wrap,
.spreadWidgetTable{
	width:100%;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
}

/* add .widget-discrete when widget needs to be visually distinct from content */
.spreads-widget-wrap.widget-discrete{
	padding:5px 10px 10px;
	border:1px solid #b9bdc1;
}

/* LIVE RATES */
.widget-rates-live{
	font-size:11px;
	font-size:0.6875rem;
	line-height:16px;
	line-height:1rem;
}

.widget-rates-live tr td{
	padding:4px 0;
	text-align:center;
	border-bottom:1px dotted #dce0e2;
}
.widget-rates-live tr:last-child td{
	border-bottom:1px solid #c7ced1;
}
.widget-rates-live tr td:first-child,
.widget-rates-live tr td:last-child{
	font-weight:bold;
	width:25%;
}
.widget-rates-live tr td:first-child{
	text-align:left;
	padding-left:5px;
}
.widget-rates-live tr td:last-child{
	color:#cd560e;
}

.widget-rates-live tr.spreadWidgetHeadRow td{
	text-transform:uppercase;
	border-bottom:1px solid #c7ced1;
	padding:3px 5px 4px;
}

.widget-rates-live .spreadWidgetRow td:last-child{
	font-size:12px;
	font-size:0.75rem;
}
.widget-rates-live .spreadWidgetRow span{
	padding:0 4px 1px;
	border-radius:3px;
	background-color:#fff;
	transition:all 0.75s ease 0s;
	-webkit-transition:all 0.75s ease 0s;
}

.widget-rates-live .spreadWidgetCellPriceUp > span{
	background-color:#67b20b;
	color:#fff;
	transition:all 0.125s ease 0s;
	-webkit-transition:all 0.125s ease 0s;
}
.widget-rates-live .spreadWidgetCellPriceDown > span{
	background-color:#b32620;
	color:#fff;
	transition:all 0.125s ease 0s;
	-webkit-transition:all 0.125s ease 0s;
}
.widget-rates-live .spreadWidgetRow td:last-child.spreadWidgetCellPriceDown span,
.widget-rates-live .spreadWidgetRow td:last-child.spreadWidgetCellPriceUp span{
	background-color:#f8ebe3;
	color:#bd6835;
}

.spreadWidgetUpdateTimestamp{
	font-size:10px;
	font-size:0.625rem;
	line-height:15px;
	line-height:0.9375rem;
	font-weight:bold;
	color:#8c9bac;
	padding:10px 0 5px 16px;
	position:relative;
}
.spreadWidgetUpdateTimestamp:before{
	content:'';
	display:block;
	position:absolute;
	left:5px;
	top:15px;
	width:6px;
	height:6px;
	border-radius:50%;
	border:1px solid #8ec714;
	background:#afe144;
}

.spreadWidgetRefreshDiv{
	margin:10px 0;
	padding-left:5px;
}
.spreadWidgetRefreshAnchor{
	font-size:10px;
	font-size:0.625rem;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	background-color:#8c9bac;
	padding:3px 6px;
}

/* END LIVE RATES */

/* STATIC RATES */

.widget-rates-static{
	font-size:12px;
	font-size:0.75rem;
	line-height:21px;
	line-height:1.3125rem;
	margin-top:25px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.spreads-widget-wrap.widget-discrete .widget-rates-static{
	margin-top:5px;
	margin-bottom:0;
}

.widget-rates-static .widget-static-header th{
	padding:13px 10px;
	border-bottom:1px solid #c7ced1;
	border-top:1px solid #c7ced1;
	text-transform:uppercase;
	background-color:#edeff0;
}

.widget-rates-static td{
	padding:13px 10px;
	border-bottom:1px dotted #dce0e2;
	width:25%;
	vertical-align:middle;
}
.widget-rates-static tr:last-child td{
	border-bottom:1px solid #c7ced1;
}

.widget-rates-static .widget-spread-cell{
	text-align:center;
	color:#cd560e;
	font-weight:bold;
}
.widget-rates-static td.widget-spread-cell{
	font-size:14px;
	font-size:0.875rem;
}
.widget-rates-static .alt-spread{
	border-right:1px solid #c7ced1;
}

/* END STATIC RATES */

/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px){
	.spreads-widget-wrap.widget-discrete{
		padding:0;
		border:none;
	}
	.widget-rates-live,
	.widget-rates-live .spreadWidgetRow td:last-child{
		font-size:10px;
		font-size:0.625rem;
	}
	.spreadWidgetRefreshAnchor{
		font-size:11px;
		font-size:0.6875rem;
		padding:5px 8px;
	}
	
	.widget-rates-static{
		font-size:11px;
		font-size:0.6875rem;
	}
	.widget-rates-static td.widget-spread-cell{
		font-size:13px;
		font-size:0.8125rem;
	}
	.widget-rates-static .widget-spread-cell,
	.widget-rates-static .widget-static-header th.widget-spread-cell{
		padding:10px 10px 10px 5px;
	}
}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px){

}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px){
	
}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print{
	
}

/* =============================================================================
/ MODULE: TABLE
/ ============================================================================= */
/* ------- [ DEFAULT STYLES ] ------- */

/* ------- Base table ------- */
.table-wrap, .action-tabs-wrap {
    border-bottom:2px solid #cddae0;
    background-color:#f0f5f6;
    margin:20px 0;
    width: 100%;
    position:relative;
}
.table-wrap.has-scroll .table-wrap-scroll,
.table-scrollable.has-scroll .table-wrap-scroll {
    position:relative;
    overflow:hidden; /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */
}
.table-wrap.has-scroll.has-scroll-right .table-wrap-scroll:after,
.table-scrollable.has-scroll.has-scroll-right .table-wrap-scroll:after {
    position:absolute;
    top:0;
    left:100%;
    width:50px;
    height:100%;
    border-radius:10px 0 0 10px / 50% 0 0 50%;
    box-shadow:-5px 0 10px rgba(0, 0, 0, 0.25);
    content:'';
    z-index: 100;
}
.table-wrap.has-scroll.has-scroll-left .table-wrap-scroll:before,
.table-scrollable.has-scroll.has-scroll-left .table-wrap-scroll:before {
    position:absolute;
    top:0;
    right:100%;
    width:50px;
    height:100%;
    border-radius: 0 10px 10px 0 / 0 50% 50% 0;
    box-shadow:5px 0 10px rgba(0, 0, 0, 0.25);
    content:'';
    z-index: 100;
}
/* This is the element whose content will be scrolled if necessary */
.table-wrap.has-scroll .table-wrap-scroll > div,
.table-scrollable.has-scroll .table-wrap-scroll > div {
    overflow-x:auto;
}
.table-wrap-scroll > div::-webkit-scrollbar {
    height:9px;
}
.table-wrap-scroll > div::-webkit-scrollbar-track {
    box-shadow:0 0 2px rgba(0,0,0,0.15) inset;
    background:#f0f0f0;
}
.table-wrap-scroll > div::-webkit-scrollbar-thumb {
    border-radius:6px;
    background:#ccc;
}

/* Scrollable Text */
/* TODO: Add .txt-light-grey  to label */
.table-wrap .scrollable-icon,
.table-scrollable .scrollable-icon {
    display: none;
    position: absolute;
    right: 0;
    top: -27px;
    z-index: 100;
    font-size: 11px;
    text-transform: uppercase;
    color: #0c51a3;
}
.table-wrap .scrollable-icon.has-ico,
.table-scrollable .scrollable-icon.has-ico {
    padding: 0 20px;
}
.table-wrap.has-scroll .scrollable-icon,
.table-scrollable.has-scroll .scrollable-icon {
    display: block;
}
.table-wrap .scrollable-icon .ico,
.table-scrollable .scrollable-icon .ico {
    position: absolute;
    top: 8px;
    right: 0;
    margin: 0;
    display: none;
}
.table-wrap.has-scroll-right .scrollable-icon .ico.right,
.table-wrap.has-scroll-left .scrollable-icon .ico.left,
.table-scrollable.has-scroll-right .scrollable-icon .ico.right,
.table-scrollable.has-scroll-left .scrollable-icon .ico.left {
    display: block;
}
.table-wrap .scrollable-icon .left,
.table-scrollable .scrollable-icon .left {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    right: auto;
    left: 0;
}

.table-wrap table, .action-tabs-wrap .inner{border:none; border-bottom:1px solid #fff;}
.table-wrap table{width:100%; border-collapse:separate;}
.table-wrap table tr td{vertical-align:middle; height:39px;}
.table-wrap table tr td, .table-wrap table tr th{padding:0 10px; position:relative; border-left:3px solid #f0f5f6;}
.table-wrap table tr th{background:#d9e2e4; text-shadow:1px 1px 0 #fff; text-transform:uppercase; border-top:1px solid #d4dfe4; border-left-color:#d9e2e4; padding:7px 10px; vertical-align:top; font:bold 11px/14px Verdana, Geneva, sans-serif; white-space: nowrap;}
.table-scrollable table tr th { white-space: nowrap; }
.table-wrap table tr.light td{background:#fff;}
.table-wrap table tr.table-title td{background:#f0f5f6; color:#8c9bac; font:12px/16px 'Opensans-bold'; text-transform:uppercase; border-bottom:1px solid #fff; border-left:none; height:36px; text-align:left;}
.table-wrap table tr.gap td{background:#c0d0d8; border-bottom:1px solid #fff; border-top:1px solid #a9bec8; border-left:none; height:8px; padding:0;}

.table-wrap table.dark tr td, .table-wrap table tr.dark td, .table-wrap table tr td.dark{background:#e3f0f3; border-left:3px solid #eff5f6;}
.table-wrap table.dark tr.light td, .table-wrap table tr.dark.light td, .table-wrap table tr.light td.dark{background:#f1f9fc;}
.table-wrap table.dark tr.table-title td, .table-wrap table tr.dark.table-title td, .table-wrap table tr.table-title td.dark{background:#e3f0f3; color:#1e2a39;}
.table-wrap table.dark tr th, .table-wrap table tr.dark th, .table-wrap table tr th.dark{background:#cddde2; border-top:1px solid #c9dae2; border-left-color:#cddde2;}
.table-wrap table.dark tr.gap td, .table-wrap table tr.dark.gap td, .table-wrap table tr.gap td.dark{background:#b6cbd6; border-bottom:1px solid #fff; border-top:1px solid #a0bac6;}

.table-wrap table tr.tall-row td{height:53px;}
.table-wrap table tr.wide-bdr td, .table-wrap table tr.wide-bdr th{border-left-width:7px;}
.table-wrap table.no-bdr tr td, .table-wrap table.no-bdr tr th, .table-wrap table tr.no-bdr td, .table-wrap table tr.no-bdr th, .table-wrap table tr td.no-bdr, .table-wrap table tr th.no-bdr{border-left:none;}
.table-wrap table.align-top tr td, .table-wrap table tr.align-top td, .table-wrap table tr td.align-top{vertical-align:top; padding:12px 10px;}
.table-wrap table tr.empty td{padding:0; height:5px; line-height:0px;}
.table-wrap table tr td:first-child, .table-wrap table tr th:first-child{border-left:none;}

table.center tr td, tr.center td, td.center, table.center tr th, tr.center th, th.center{text-align:center;}
table.center tr td .ico, tr.center td .ico, td.center .ico, table.center tr th .ico, tr.center th .ico, th.center .ico{margin:0 auto;}

table .contains-2>.unit, table .contains-3>.unit, table .contains-4>.unit, table .contains-5>.unit, table .contains-6>.unit{float:none;}
table .contains-2:before, table .contains-3:before, table .contains-4:before, table .contains-5:before, table .contains-6:before,
table .contains-2:after, table .contains-3:after, table .contains-4:after, table .contains-5:after, table .contains-6:after{content:normal;}

/* ------- 2 row table ------- */
.table-simple-pairs{font-size:14px; font-family:'OpenSans-semibold'; border-collapse:separate; width:100%;}
.table-simple-pairs th, .table-simple-pairs td{height:35px; vertical-align:middle; font-weight:normal;}
.table-simple-pairs th{text-transform:uppercase; border-bottom:1px solid #202d3d; color:#0c51a3;}
.table-simple-pairs td{border-top:1px solid #e0e4e9;}


/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px){
    .table-wrap {
/*        overflow-x: scroll;
        overflow-y: visible;*/
    }
}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px){
    .table-wrap {
/*        overflow-x: scroll;
        overflow-y: visible;*/
    }
}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px){

}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print{

}

/* =============================================================================
/ MODULE: TABS (action tabs)
/ ============================================================================= */
/* ------- [ DEFAULT STYLES ] ------- */

/* ------- Base action tabs ------- */
.action-tabs, .action-header{border-bottom:1px solid #fff;}
.action-tabs a, .action-header{background:url(/img/module/tab/action-tab.gif) left top repeat-x; height:34px; font:bold 11px/17px Verdana, Geneva, sans-serif; padding:5px 13px 12px 18px; text-shadow:1px 1px 0 #fff; text-transform:uppercase; text-decoration:none;}
.action-tabs a{border-left:1px solid #fff; border-right:1px solid #a9bec8;}
.action-tabs a:first-child{border-left:none;}
.action-tabs a:last-child{border-right:none;}
.action-tabs a.current{color:#283545; background-position:left bottom;}
.action-header a{float:right; text-transform:none; text-shadow:none;}


/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px){
	
}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px){
	
}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px){
	
}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print{
	
}


/* =============================================================================
/  TEMPLATE: ARTICLE
/  ========================================================================== */
/* ==========================================================================
   Article
   ========================================================================== */

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

/* ------- Article pagination ------- */

article .pagination {
    padding-top: 30px;
    text-align: right;
    font-size: 11px;
}
article .pagination a {
    padding: 0 2px;
    color: #283545;
    text-transform: uppercase;
}
article .pagination.has-border .next { border-left: 1px solid black; }
article .pagination .link {
    display: inline-block;
    margin-left: 6px;
    padding-left: 10px;
    min-height: 1px;
    padding-right: 0;
}
article .pagination .link:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}
article .fb_iframe_widget span { vertical-align: baseline !important }

/* ------- Social sharing toolbar ------- */

.sharing-toolbar {
    margin: 14px 0 21px;
    padding: 6px 0;
}
.sharing-toolbar .social-button {
    height: 20px;
    margin-left: 10px;
}
.sharing-toolbar .google-plus { width: 66px; }
.sharing-toolbar .twitter { width: 66px; }

/* Responsive Breakpoint Specific Styles
   ========================================================================== */

/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px){

	article .pagination {padding-top: 0;}
	article .pagination.has-border {background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs=") repeat-y top center; }
	article .pagination span a {padding: 0; display:block;}
	article .pagination span.previous {text-align: left;}
	article .pagination span.next {text-align: right;}
	article .pagination .link {margin-left: 0; border-left: none; }

}

/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px){

	article .pagination {padding-top: 0;}
	article .pagination.has-border {background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs=") repeat-y top center; padding-top: 0;}
	article .pagination a {padding: 0;}
	article .pagination span a {display:block;}
	article .pagination span.previous {text-align: left;}
	article .pagination span.next {text-align: right;}
	article .pagination .link {margin-left: 0; border-left: none;}

}

/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px){


}

/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print{

}

/* =============================================================================
/  TEMPLATE: CTA
/  ========================================================================== */
/* ------- [ DEFAULT STYLES ] ------- */

/* ------- lp cta (.landing-page) ------- */
	/* lp title */
.landing-page .lp-cta-title{
	position:relative;
	height:31px;
	margin-bottom:25px;
}
.landing-page .lp-cta-title h1{
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
	background:#fff;
	padding-right:15px;
	z-index:5;
}
.landing-page .lp-cta-title sup{
	font-size:14px;
	font-size:0.875rem;
	top:-1.25rem;
}
.landing-page .lp-cta-regulation p.lp-cta-regulation-text{
	font-size:11px;
	font-size:0.6875rem;
	text-align:right;
	color:#8c9bac;
}
	/* lp col-left */
.landing-page .lp-cta-subtitle{
	margin:15px 0 20px;
}
.landing-page .lp-cta-form-wrap{
	padding-top:2px;
}
.landing-page .lp-cta-form-wrap-has-bg{
	padding-top:43px;
}
.landing-page .lp-cta-img{
	margin:0px;
}
.landing-page .lp-cta-video-player{
	margin:40px 0;
}
.landing-page .lp-cta-img img,
.landing-page .lp-cta-video-player img{
	max-width:100%;
	display:block;
}
.landing-page .lp-cta-description{
	margin-top:21px;
	font-size:15px;
	font-size:0.9375rem;
	font-family:'Opensans-regular';
	line-height:28px;
	line-height:1.75rem;
}
.landing-page .lp-cta-listTitle{
	color:#283545;
}
.landing-page .lp-cta-features li{
	padding-bottom:12px;
	font-size:16px;
	font-size:1rem;
	font-family:'Opensans-regular';
	line-height:25px;
	line-height:1.5625rem;
}
.landing-page ul.standard.lp-cta-features li>.ico{
	top:15px;
}
.landing-page .lp-cta-video-link{
	font-size:15px;
	font-size:0.9375rem;
	font-family:'Opensans-regular';
	color:#283545;
	font-weight:normal;
	text-decoration:none;
	border-bottom:1px solid #fff;
	padding-right:10px;
	margin-bottom:10px;
}
.landing-page .lp-cta-video-link:hover{
	color:#0C51A3;
	border-bottom:1px solid #abc0e3;
}
.landing-page .lp-cta-video-player{
	display:relative;
	width:100%;
}
.landing-page .lp-cta-video-player img,
.landing-page .lp-cta-video .LimelightEmbeddedPlayer{
	margin:0 auto;
}
	/* zero out faux bolding */
.landing-page .lp-cta-title strong,
.landing-page .lp-cta-subtitle strong,
.landing-page .lp-cta-description strong,
.landing-page .lp-cta-listTitle strong,
.landing-page .form-title strong,
.landing-page .conf-title strong,
.landing-page .conf-subtitle strong{
	font-weight:normal;
}
	/* set <strong> styling for title, subtitle and description */
.landing-page .lp-cta-title strong{
	color:#f4ad03;
	font-family:'Opensans-semibold';
}
.landing-page .lp-cta-subtitle strong{
	color:#f4ad03;
	font-family:'Opensans-semibold';
}
.landing-page .form-title strong{
	color:#d19504;
}
.landing-page .lp-cta-description strong{
	color:#0c51a3;
	font-family:'Opensans-bold';
}
 
/* ------- Awards row ------- */
.row-awards{
	width:100%;
	height:90px;
	background-color:#eaebed;
	border-top:1px solid #e0e2e5;
	border-bottom:1px solid #e0e2e5;
}
.row-awards .row-inner{
	margin-bottom:0;
}
.row-awards .row-inner img.awards{
	margin-top:-6px;
}

/* ------- Tradency iframed mirror trader demo forms ------- */
.mtdemo-iframe{
	border:none;
}
.mtdemo-iframe-three-column{
	width:1020px;
	height:160px;
	overflow:hidden;
}
.mtdemo-iframe-lp-cta{
	width:412px;
	height:638px;
}


/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px){
	
.landing-page .lp-cta-title{
	height:auto;
	margin-bottom:0;
}
.landing-page .lp-cta-title h1{
	display:block;
	position:relative;
	left:auto;
	top:auto;
	padding-right:0;
}
.landing-page .lp-cta-subtitle{
	font-size:20px;
	font-size:1.25rem;
	line-height:29px;
	line-height:1.8125rem;
}
.landing-page .lp-cta-form-wrap{
	padding-top:0px;
}
.landing-page .lp-cta-form-wrap-has-bg{
	padding-top:0px;
}
.landing-page .lp-cta-video-player{
	margin:30px 0;
}
.landing-page .lp-cta-img img,
.landing-page .lp-cta-video-player img{
	margin-left:auto;
	margin-right: auto;
}
.landing-page ul.standard.lp-cta-features li>.ico{
	top:17px;
}

/* ------- Awards row ------- */
.row-awards{
	display:none;
}

/* ------- Tradency iframed mirror trader demo forms ------- */
.mtdemo-iframe-three-column {
	height:410px ;
}

}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px){
	
.landing-page .lp-cta-title{
	height:auto;
	margin-bottom:0;
}
.landing-page .lp-cta-title h1{
	display:block;
	position:relative;
	left:auto;
	top:auto;
	padding-right:0;
}
.landing-page ul.standard.lp-cta-features li>.ico{
	top:17px;
}
.landing-page .lp-cta-form-wrap{
	padding-top:0px;
}
.landing-page .lp-cta-form-wrap-has-bg{
	padding-top:0px;
}
.landing-page .lp-cta-img img,
.landing-page .lp-cta-video-player img{
	margin-left:auto;
	margin-right: auto;
}

/* ------- Awards row ------- */
.row-awards{
	display:none;
}

/* ------- Tradency iframed mirror trader demo forms ------- */
.mtdemo-iframe-three-column {
	height:410px ;
}

}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px){
	
}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print{
	
}

/* =============================================================================
/  TEMPLATE: OVERVIEW
/  ========================================================================== */
/* ==========================================================================
   Template: Overview
   ========================================================================== */

.template-overview {
    margin-bottom: 42px;
}

/* Overview Hero Block
   ========================================================================== */

.overview-hero {
    position: relative;
    min-height: 360px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
}
.overview-intro {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 19px 21px 25px;
}
.overview-intro h1 {
    font: normal 42px/45px 'Opensans-semibold', Arial, Helvetica, sans-serif;
}
.overview-intro h2 {
    font: normal 18px/32px 'Opensans-regular', Arial, Helvetica, sans-serif;
    margin-top: 9px;
}

/* Hero page specific styles */

.hero-about {
    background-position: left top;
}
.hero-about .overview-intro {
    background-color: #084a9c;
    background-color: rgba(8, 74, 156, 0.8);
    text-shadow: 1px 1px 0 #00203b;
}
.hero-advantages .overview-intro {
    background-color: #032855;
    background-color: rgba(3, 40, 85, 0.8);
    text-shadow: 1px 1px 0 #00203b;
}
.hero-basics .overview-intro {
    background-color: #d3f610;
    background-color: rgba(211, 246, 16, 0.8);
    text-shadow: 1px 1px 0 #fff;
    color: #155f03;
}
.hero-execution .overview-intro {
    background-color: #080e14;
    background-color: rgba(8, 14, 20, 0.8);
    text-shadow: 1px 1px 0 #000;
}
.hero-forex .overview-intro {
    background-color: #d3f610;
    background-color: rgba(211, 246, 16, 0.8);
    text-shadow: 1px 1px 0 #fff;
    color: #155f03;
}
.hero-markets .overview-intro {
    background-color: #dc5806;
    background-color: rgba(220, 88, 6, 0.8);
    text-shadow: 1px 1px 0 #c75a0c;
}
.hero-platforms .overview-intro {
    background-color: #028ca9;
    background-color: rgba(2, 140, 169, 0.8);
    text-shadow: 1px 1px 0 #035c7a;
}
.hero-products .overview-intro {
    background-color: #0f74b6;
    background-color: rgba(15, 116, 182, 0.8);
    text-shadow: 1px 1px 0 #035c7a;
}
.hero-services .overview-intro {
    background-color: #0049b7;
    background-color: rgba(0, 73, 183, 0.8);
    text-shadow: 1px 1px 0 #133581;
}
.hero-resources .overview-intro {
    background-color: #fdd301;
    background-color: rgba(253, 211, 1, 0.8);
    text-shadow: 1px 1px 0 #fef5c6;
    color: #202d3d;
}
.hero-education .overview-intro {
    background-color: #028ca9;
    background-color: rgba(2, 140, 169, 0.8);
    text-shadow: 1px 1px 0 #035c7a;
}

/* Feature Boxes
   ========================================================================== */

.template-overview .feature-box {
    text-decoration: none;
    display: block;
    position: relative;
    background-color: #fff;
}
.template-overview a.feature-box:hover {
    background-color: #f6f7f8;
}
.template-overview .feature-box h3 {
    font: normal 15px/20px 'Opensans-bold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #0c51a3;
    margin: 0 0 12px 0;
}
.template-overview .feature-box p {
    color: #283545;
    font: normal 14px/25px 'Opensans-regular', Arial, Helvetica, sans-serif;
    margin: 0;
}
.template-overview .feature-box p strong {
    font-weight: normal;
    font-family: 'Opensans-bold', Arial, Helvetica, sans-serif;
}

/* Primary Feature Boxes */

.overview-primary .feature-box {
    padding: 20px;
    min-height: 159px;
    background-position: bottom right;
    background-repeat: no-repeat;
    margin-bottom: 42px;
    border: 1px solid #b8c4d4;
}
.overview-primary .feature-box:hover {
    border-color: #b1c0d2;
}
.overview-primary .feature-box p {
    font-size: 15px;
    line-height: 28px;
}

/* Secondary Feature Boxes */

.overview-secondary .feature-box {
    border-left: 1px solid #b4beca;
    min-height: 175px;
    padding-top: 20px;
}
.overview-secondary a.feature-box:hover {
    border-color: #f6f7f8;
}
.overview-secondary .feature-box:first-child {
    border-left: none;
}
.overview-secondary .feature-box:hover::after{
    content:'';
    position:absolute;
    top:0;
    right:-1px;
    width:1px;
    height:100%;
    background-color:#f6f7f8;
    z-index:5;
}
.overview-secondary a.feature-box .ico {
    margin-right: 0;
}

/* Feature box with links */

.template-overview .feature-link-list ul li {
    line-height: 25px;
    margin-bottom: 12px;
}
.template-overview .feature-link-list  h3 {
    color: #283545;
}
.template-overview .feature-link-list  h3.has-ico .ico {
    margin-top: -3px;
}
.template-overview .feature-link-list  ul li a {
    height: auto;
    font-family: "Opensans-semibold", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    display: inline;
    text-decoration: none;
}
.template-overview .feature-link-list a:hover {
    background-color: #fff;
    text-decoration: underline;
}

/* Responsive specific styles
   ========================================================================== */

/* ------- [ PHONE-SPECIFIC STYLES ] ------- */

@media screen and (max-width: 599px) {
    .template-overview {
        padding-top: 0 !important;
    }
    .overview-primary .feature-box {
        margin-bottom: 30px;
    }
    .overview-secondary .feature-box {
        min-height: 0;
        padding-bottom: 20px;
        border-left: none;
        border-bottom: 1px solid #b4beca;
    }
    .overview-secondary .feature-box:last-child {
        border-bottom: none;
    }
    .overview-intro {
        text-align: left;
    }
}

/* ------- [ TABLET-SPECIFIC STYLES ] ------- */

@media screen and (min-width: 600px) and (max-width: 1019px) {
    .template-overview {
        padding-top: 0 !important;
    }
    .overview-primary .feature-box {
        margin-bottom: 30px;
    }
    .overview-secondary .feature-box {
        border-left: none;
        min-height: 150px;
    }
	.overview-intro {
        text-align: left;
    }
	.overview-intro>* {
		max-width:520px;
		display:block;
		margin:auto;		
	}
}
/* =============================================================================
/  TEMPLATE: PRODUCT
/  ========================================================================== */
/* ------- [ DEFAULT STYLES ] ------- */

/* ------- Product base layout ------- */
.product-overview-header .product-image a {color:#283545;font:14px/1 'Opensans-regular';font-size:0.875rem;/* 14 / 16 */}
.product-overview-header .product-description .lead-in {margin-bottom:42px;margin-bottom:2.625rem;/* 42 / 16 */}
.product-overview-header .prod-overview-desc span.cta {white-space: nowrap;}
.product-feature-content {padding-bottom:21px;padding-bottom:1.3125rem; /*  21 / 16 */}
/*.product-feature-footer {padding-top:1px;}*/

/* ------- Product feature boxes ------- */
.product-feature-boxes {margin-bottom:12px;margin-bottom: 0.75rem; /*  12 / 16 */}
.product-feature-boxes>.feature-box-parent  {position:relative;padding-top:26px;padding-top: 1.625rem; /* 26 / 16  */}
.product-feature-boxes .feature-box {display:block;height:160px;padding:5px 19px 5px 19px;padding:0.3125rem 1.1875rem 0.3125rem 1.1875rem; /* 5 / 16, 19 / 16*/}
.product-feature-boxes .feature-box:hover {background-color:#f9f9f9;} 
.product-feature-boxes .title {margin:0 0 12px;color:#0C51A3;}
.product-feature-boxes .title>.ico{float:right;margin-right:0;margin-top:.2em;filter:alpha(opacity=50);opacity: 0.5;}
.product-feature-boxes .feature-box:hover .title>.ico{filter:alpha(opacity=100);opacity:1;} 
.product-feature-boxes .bd>.ico-feature {float:left;margin-top:4px;margin-top: 0.25rem; /* 4 / 16 */}
.product-feature-boxes .bd>.desc {overflow:hidden;}

/* ------- Product feature ------- */
.product-feature-header {margin-bottom: 30px; margin-bottom: 1.667; /*30/18*/}
.nav4-product-meta {text-align:right;}
.nav4-product-meta a {display:inline-block;padding:0 10px;font-size:10px;font-size:0.625rem;line-height:1.2;color:#283545;border-right:1px solid #283545;}
.nav4-product-meta a:last-child {padding-right:0;border-right:none;}

/* ------- Platform Hero Image Wrap -------- */
.platform-hero-image-wrap{position: relative;}	
.platform-hero-image-inner{overflow: hidden; width:585px;}	
.platform-hero-image-inner img{position: relative;left: -25%;}

/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px){
	.nav4-product-meta {text-align:left;margin-bottom:28px;margin-bottom:1.5555rem; /* 28/18 */}
	.product-feature-boxes>.feature-box-parent  {padding-top:1px;}
	.product-feature-boxes .feature-box {height:auto;min-height:160px;padding-top:0;}
	.product-feature-boxes .title {margin-top:8px;margin-top: 0.5rem; /* 8 / 16 */}
	
	/* ------- Platform Hero Image Wrap -------- */
	.platform-hero-image-wrap{position: initial;}
	.platform-hero-image-inner{width:100%; !important;}	
	.platform-hero-image-inner img{position: initial;}
	
}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px){
	.nav4-product-meta {text-align:left;margin-bottom:28px;margin-bottom:1.5555rem; /* 28/18 */}
	.product-feature-boxes>.feature-box-parent  {padding-top:1px;}
	.product-feature-boxes .feature-box {height:auto;min-height:160px;padding-top:0;}
	.product-feature-boxes .title {margin-top:8px;margin-top: 0.5rem; /* 8 / 16 */}
	
	/* ------- Platform Hero Image Wrap -------- */
	.platform-hero-image-wrap{position: initial;}
	.platform-hero-image-inner{width:100%; !important;}	
	.platform-hero-image-inner img{position: initial;}
}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px){
	
}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print{
	
}


/* =============================================================================
/  TEMPLATE: VIDEO
/  ========================================================================== */
/* ==========================================================================
   Single Video CSS
   ========================================================================== */

/* Default Styles
   ========================================================================== */

/* Video sidebar widget styling
   ========================================================================== */

.related-videos-widget .title {
    color: #505f78;
    font-size: 15px;
}
.related-videos-widget .choose-category {
    margin-bottom: 30px;
    padding: 0 9px 13px;
    border-top: 6px solid #8c9bac;
    background-color: #f1f3f5;
}
.choose-category .title {
    margin: 0;
    padding: 18px 0 6px;
    border-top: 1px solid #fff;
}
.choose-category .category-list {
    width: 252px;
    height: 33px;
    margin-bottom: 10px;
    border: 2px solid #8c9bac;
    border-radius: 1px;
    font: normal 13px Verdana, Geneva, sans-serif;
    padding: 5px;
}
.choose-category .category-list option { padding: 5px }
.choose-category:after {
    border-width: 15px;
    border-top-color: #f1f3f5;
    bottom: -30px;
    left: 23px;
}
.choose-video { padding-top: 2px } /* adds padding to offset 2px height of border */
.choose-video .title { padding-bottom: 14px }

/* Base video item styling
   ========================================================================== */

ul.video-list .video {
    display: block;
    padding: 12px 0;
}
ul.video-list h5 {
    margin: 0 0 6px;
    position: relative;
    padding: 0 0 3px 27px;
    font: bold 11px/1.5em Verdana, Geneva, sans-serif;
    color: #0059b3;
    text-transform: uppercase;
}
ul.video-list h5>.ico {
    position: absolute;
    left: 0;
    top: 2px;
}
ul.video-list .desc-short {
    font-size: 11px;
    line-height: 1.5em;
    color: #4b5056;
}
/* current video item styling */
ul.video-list li.playing {
    position: relative;
    top: -2px;
    z-index: 5;
    background-color: #f1f2f4;
}
ul.video-list li.playing>.bdr { display: none }
ul.video-list li.playing>.video { padding: 14px }
ul.video-list li.playing>.video>h5 { color: #283545 }

div.mobile-choose-video {
    display: none;
}

/* Video single content styling
   ========================================================================== */

#mc .meta-content { margin-bottom: 42px }
#mc .meta-content h3 { margin-bottom: 12px }
#mc .note-wrap { margin-bottom: 42px }

/* Video playlist controls
   ========================================================================== */

nav.video-controls { }
nav.video-controls ul {
    text-decoration: none;
    list-style-type: none;
}
nav.video-controls ul li {
    float: left;
    margin-right: 12px;
}
nav.video-controls ul > *:last-child {
    margin-right: 0;
}
nav.video-controls ul li a {
    display: block;
    min-width: 40px;
    min-height: 40px;
    padding: 5px 0 0 5px;
}
nav.video-controls ul li.item-video-list a {
    padding: 0;
    margin-top: -2px;
    margin-bottom: 5px;
}
nav.video-controls ul li.item-up-next {
    color: #14509e;
    font-family: 'Opensans-bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    font-size: 0.6875rem; /* 11 / 16 */
    text-transform: uppercase;
    line-height: 17px;
    margin-top: -5px;
    padding: 5px 0 0 5px;
}
nav.video-controls ul li.item-up-next .next-video {
    display: block;
}

/* More Categories Link */

a.more-categories {
    display: block;
    padding: 14px 14px 14px 70px;
    margin-bottom: 30px;
    line-height: 21px;
    line-height: 1.1666rem; /* 21 / 18 */
    text-align: left;
    text-decoration: none;
    font-size: 15px;
    font-size: 0.9375rem;
    text-transform: uppercase;
    font-weight: normal;
    border-top: 1px solid #1343a6;
    border-bottom: 1px solid #1343a6;
    border-right: 1px solid #1343a6;
    font-family: 'Opensans-bold', Verdana, Geneva, sans-serif;
    position:relative;
}
a.more-categories:before {
    background-color: #1343a6;
    content: "+";
    float: left;
    font-size: 30px;
    font-size: 1.667rem;
    color: #fff;
    position: absolute;
    top: 0;
    left:0;
    width: 50px;
    padding: 14px;
    text-align:center;
}

/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px){
    div.related-videos-widget {
        display: none;
    }
}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px){
    div.related-videos-widget {
        display: none;
    }
}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px){

}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print{

}
/* =============================================================================
/ OVERRIDE
/ ========================================================================== */
/* ------- [ DEFAULT STYLES ] ------- */

/* ------- Font overrides ------- */
	/* font family */
.txt-Opensans-regular{font-family:'Opensans-regular' !important; font-weight:normal !important;}
.txt-Opensans-semibold{font-family:'Opensans-semibold' !important; font-weight:normal !important;}
.txt-Opensans-bold{font-family:'Opensans-bold' !important; font-weight:normal !important;}
.txt-Opensans-cond-bold{font-family:'Opensans-cond-bold' !important; font-weight:normal !important;}
.txt-Opensans-condlight{font-family:'Opensans-condlight' !important; font-weight:normal !important;}
.txt-Arial-regular{font-family:Arial, Helvetica, sans-serif !important; font-weight:normal !important;}
.txt-Arial-bold{font-family:Arial, Helvetica, sans-serif !important; font-weight:bold !important;}
.txt-Verdana-regular{font-family:Verdana, Geneva, sans-serif !important; font-weight:normal !important;}
.txt-Verdana-bold{font-family:Verdana, Geneva, sans-serif !important; font-weight:bold !important;}
.txt-Opensans-regular a, .txt-Opensans-semibold a, .txt-Opensans-bold a, .txt-Opensans-cond-bold a {font-weight:normal !important;} /* zero out default bold styling on links within openSans elements */

	/* zero out font weight in openSans strong tags */
.txt-Opensans-regular strong,
.txt-Opensans-semibold strong{font-family:'Opensans-bold' !important; font-weight:normal !important;}

	/* font size */
.txt-25{font-size:25px !important; font-size: 1.5625rem !important; /* 25 / 16 */ line-height:34px !important; line-height: 2.125rem !important; /* 34 / 16 */}
.txt-18{font-size:18px !important; font-size: 1.125rem !important; /* 18 / 16 */ line-height:31px !important; line-height: 1.9375rem !important; /* 31 / 16 */}
.txt-17{font-size:17px !important; font-size: 1.0625rem !important; /* 17 / 16 */ line-height:30px !important; line-height: 1.875rem !important; /* 30 / 16 */}
.txt-15{font-size:15px !important; font-size: 0.9375rem !important; /* 15 / 16 */ line-height:26px !important; line-height: 1.625rem !important; /* 26 / 16 */}
.txt-14{font-size:14px !important; font-size: 0.875rem !important; /* 14 / 16 */ line-height:25px !important; line-height: 1.5625rem !important; /* 25 / 16 */}
.txt-13{font-size:13px !important; font-size: 0.8125rem !important; /* 13 / 16 */ line-height:22px !important; line-height: 1.375rem !important; /* 22 / 16 */}
.txt-12{font-size:12px !important; font-size: 0.75rem !important; /* 12 / 16 */ line-height:21px !important; line-height: 1.3125rem !important; /* 21 / 16 */}
.txt-11{font-size:11px !important; font-size: 0.6875rem !important; /* 11 / 16 */ line-height:17px !important; line-height: 1.0625rem !important; /* 17 / 16 */}
.txt-10{font-size:10px !important; font-size: 0.625rem !important; /* 10 / 16 */ line-height:15px !important; line-height: 0.9375rem !important; /* 15 / 16 */}

	/* font variant */
.txt-caps{text-transform:uppercase !important;}
.txt-no-caps{text-transform:none !important;}
.txt-underline{text-decoration:underline !important;}
.txt-auto-height{line-height:normal !important;}
.txt-align-left{text-align:left !important;}
.txt-align-right{text-align:right !important;}
.txt-align-center{text-align: center !important;}
.txt-no-wrap{white-space: nowrap !important;}

/* ------- List overrides ------- */
    /* list convenience classes - put class on parent list and it targets children <li>s */
.list-floatL>li {float:left !important;}
.list-inline>li {display:inline !important;}
.list-inline-block>li {display:inline-block !important;}

/* ------- Display overrides ------- */
	/* hiders */
body[data-device="phone"] .device-phone-hide,
body[data-device="unknown"] .device-phone-hide{display:none !important;}
body[data-device="tablet"] .device-tablet-hide,
body[data-device="unknown"] .device-phone-hide{display:none !important;}
body[data-device="desktop"] .device-desktop-hide{display:none !important;}
body[data-istouch="true"] .device-touch-hide{display: none !important;}

	/* display and position variants */
.display-inline {display:inline !important;}
.display-inline-block {display:inline-block !important;}
.display-block {display:block !important;}
.pos-relative {position:relative !important;}

    /* floats */
.floatL,
.float-left {float: left !important; }
.floatR,
.float-right { float: right !important; }
.float-none { float: none !important; }

/* ------- Margin/padding overrides ------- */
    /* Padding Top */
.padding-top-0 { padding-top: 0 !important; }
.padding-top-5 { padding-top: 5px !important; }
.padding-top-10 { padding-top: 10px !important; }
.padding-top-15 { padding-top: 15px !important; }
.padding-top-20 { padding-top: 20px !important; }
.padding-top-25 { padding-top: 25px !important; }
.padding-top-30 { padding-top: 30px !important; }
    /* Padding Bottom */
.padding-bottom-0 { padding-bottom: 0 !important; }
.padding-bottom-5 { padding-bottom: 5px !important; }
.padding-bottom-10 { padding-bottom: 10px !important; }
.padding-bottom-15 { padding-bottom: 15px !important; }
.padding-bottom-20 { padding-bottom: 20px !important; }
.padding-bottom-25 { padding-bottom: 25px !important; }
.padding-bottom-30 { padding-bottom: 30px !important; }
    /* Padding Right */
.padding-right-0 { padding-right: 0 !important; }
.padding-right-5 { padding-right: 5px !important; }
.padding-right-10 { padding-right: 10px !important; }
.padding-right-15 { padding-right: 15px !important; }
.padding-right-20 { padding-right: 20px !important; }
.padding-right-25 { padding-right: 25px !important; }
.padding-right-30 { padding-right: 30px !important; }
    /* Padding Left */
.padding-left-0 { padding-left: 0 !important; }
.padding-left-5 { padding-left: 5px !important; }
.padding-left-10 { padding-left: 10px !important; }
.padding-left-15 { padding-left: 15px !important; }
.padding-left-20 { padding-left: 20px !important; }
.padding-left-25 { padding-left: 25px !important; }
.padding-left-30 { padding-left: 30px !important; }
    /* Padding All Sides */
.padding-0 { padding: 0 !important; }
.padding-5 { padding: 5px !important; }
.padding-10 { padding: 10px !important; }
.padding-15 { padding: 15px !important; }
.padding-20 { padding: 20px !important; }
.padding-25 { padding: 25px !important; }
.padding-30 { padding: 30px !important; }
    /* Padding Vertical/Horizontal */
.padding-horizontal-0 { padding-left: 0 !important; padding-right: 0 !important; }
.padding-horizontal-5 { padding-left: 5px !important; padding-right: 5px !important; }
.padding-horizontal-10 { padding-left: 10px !important; padding-right: 10px !important; }
.padding-horizontal-15 { padding-left: 15px !important; padding-right: 15px !important; }
.padding-horizontal-20 { padding-left: 20px !important; padding-right: 20px !important; }
.padding-horizontal-25 { padding-left: 25px !important; padding-right: 25px !important; }
.padding-horizontal-30 { padding-left: 30px !important; padding-right: 30px !important; }
.padding-vertical-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.padding-vertical-5 { padding-top: 5px !important; padding-bottom: 5px !important; }
.padding-vertical-10 { padding-top: 10px !important; padding-bottom: 10px !important; }
.padding-vertical-15 { padding-top: 15px !important; padding-bottom: 15px !important; }
.padding-vertical-20 { padding-top: 20px !important; padding-bottom: 20px !important; }
.padding-vertical-25 { padding-top: 25px !important; padding-bottom: 25px !important; }
.padding-vertical-30 { padding-top: 30px !important; padding-bottom: 30px !important; }
    /* Margin Top */
.margin-top-0 { margin-top: 0 !important; }
.margin-top-5 { margin-top: 5px !important; }
.margin-top-10 { margin-top: 10px !important; }
.margin-top-15 { margin-top: 15px !important; }
.margin-top-20 { margin-top: 20px !important; }
.margin-top-25 { margin-top: 25px !important; }
.margin-top-30 { margin-top: 30px !important; }
    /* Margin Bottom */
.margin-bottom-0 { margin-bottom: 0 !important; }
.margin-bottom-5 { margin-bottom: 5px !important; }
.margin-bottom-10 { margin-bottom: 10px !important; }
.margin-bottom-15 { margin-bottom: 15px !important; }
.margin-bottom-20 { margin-bottom: 20px !important; }
.margin-bottom-25 { margin-bottom: 25px !important; }
.margin-bottom-30 { margin-bottom: 30px !important; }
    /* Margin Right */
.margin-right-0 { margin-right: 0 !important; }
.margin-right-5 { margin-right: 5px !important; }
.margin-right-10 { margin-right: 10px !important; }
.margin-right-15 { margin-right: 15px !important; }
.margin-right-20 { margin-right: 20px !important; }
.margin-right-25 { margin-right: 25px !important; }
.margin-right-30 { margin-right: 30px !important; }
    /* Margin Left */
.margin-left-0 { margin-left: 0 !important; }
.margin-left-5 { margin-left: 5px !important; }
.margin-left-10 { margin-left: 10px !important; }
.margin-left-15 { margin-left: 15px !important; }
.margin-left-20 { margin-left: 20px !important; }
.margin-left-25 { margin-left: 25px !important; }
.margin-left-30 { margin-left: 30px !important; }
    /* Margin All Sides */
.margin-0 { margin: 0 !important; }
.margin-5 { margin: 5px !important; }
.margin-10 { margin: 10px !important; }
.margin-15 { margin: 15px !important; }
.margin-20 { margin: 20px !important; }
.margin-25 { margin: 25px !important; }
.margin-30 { margin: 30px !important; }
    /* Margin Vertical/Horizontal */
.margin-vertical-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.margin-vertical-5 { margin-top: 5px !important; margin-bottom: 5px !important; }
.margin-vertical-10 { margin-top: 10px !important; margin-bottom: 10px !important; }
.margin-vertical-15 { margin-top: 15px !important; margin-bottom: 15px !important; }
.margin-vertical-20 { margin-top: 20px !important; margin-bottom: 20px !important; }
.margin-vertical-25 { margin-top: 25px !important; margin-bottom: 25px !important; }
.margin-vertical-30 { margin-top: 30px !important; margin-bottom: 30px !important; }

	/* add or remove margins and padding from row-inners */
.row.flush-bottom .row-inner{margin-bottom:0 !important;}
.row.padding-bottom .row-inner{padding-bottom:21px !important;}
.row.margin-bottom .row-inner{margin-bottom:21px !important;}
.row.padding-top .row-inner{padding-top:21px !important;}
.row.margin-top .row-inner{margin-top:21px !important;}

/* ------- Color overrides ------- */
	/* font color overrides*/
.txt-dark-gray, .txt-dark-grey{color:#283545 !important;}
.txt-medium-gray, .txt-medium-grey{color:#4e6177 !important;}
.txt-light-gray, .txt-light-grey{color:#8c9bac !important;}
.txt-blue{color:#0c51a3 !important;}
.txt-yellow{color:#f4ad03 !important;}
.txt-white{color:#fff !important;}
.txt-red{color:#ea0404 !important;}

/* ------- [ PHONE-SPECIFIC STYLES ] ------- */
@media screen and (max-width: 599px) {

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

    /* floats */
    .mobile-floatL,
    .mobile-float-left {float: left !important; }
    .mobile-floatR,
    .mobile-float-right { float: right !important; }
    .mobile-float-none { float: none !important; }

	/* hider */
    .mobile-hide {
        display: none !important;
    }

    /* font variant */
    .mobile-txt-align-center{ text-align: center !important; }

	/* Padding Top */
    .mobile-padding-top-0 { padding-top: 0 !important; }
    .mobile-padding-top-5 { padding-top: 5px !important; }
    .mobile-padding-top-10 { padding-top: 10px !important; }
    .mobile-padding-top-15 { padding-top: 15px !important; }
    .mobile-padding-top-20 { padding-top: 20px !important; }
    .mobile-padding-top-25 { padding-top: 25px !important; }
    .mobile-padding-top-30 { padding-top: 30px !important; }
    /* Padding Bottom */
    .mobile-padding-bottom-0 { padding-bottom: 0 !important; }
    .mobile-padding-bottom-5 { padding-bottom: 5px !important; }
    .mobile-padding-bottom-10 { padding-bottom: 10px !important; }
    .mobile-padding-bottom-15 { padding-bottom: 15px !important; }
    .mobile-padding-bottom-20 { padding-bottom: 20px !important; }
    .mobile-padding-bottom-25 { padding-bottom: 25px !important; }
    .mobile-padding-bottom-30 { padding-bottom: 30px !important; }
    /* Padding Right */
    .mobile-padding-right-0 { padding-right: 0 !important; }
    .mobile-padding-right-5 { padding-right: 5px !important; }
    .mobile-padding-right-10 { padding-right: 10px !important; }
    .mobile-padding-right-15 { padding-right: 15px !important; }
    .mobile-padding-right-20 { padding-right: 20px !important; }
    .mobile-padding-right-25 { padding-right: 25px !important; }
    .mobile-padding-right-30 { padding-right: 30px !important; }
    /* Padding Left */
    .mobile-padding-left-0 { padding-left: 0 !important; }
    .mobile-padding-left-5 { padding-left: 5px !important; }
    .mobile-padding-left-10 { padding-left: 10px !important; }
    .mobile-padding-left-15 { padding-left: 15px !important; }
    .mobile-padding-left-20 { padding-left: 20px !important; }
    .mobile-padding-left-25 { padding-left: 25px !important; }
    .mobile-padding-left-30 { padding-left: 30px !important; }
    /* Padding All Sides */
    .mobile-padding-0 { padding: 0 !important; }
    .mobile-padding-5 { padding: 5px !important; }
    .mobile-padding-10 { padding: 10px !important; }
    .mobile-padding-15 { padding: 15px !important; }
    .mobile-padding-20 { padding: 20px !important; }
    .mobile-padding-25 { padding: 25px !important; }
    .mobile-padding-30 { padding: 30px !important; }
    /* Padding Vertical/Horizontal */
    .mobile-padding-horizontal-0 { padding-left: 0 !important; padding-right: 0 !important; }
    .mobile-padding-horizontal-5 { padding-left: 5px !important; padding-right: 5px !important; }
    .mobile-padding-horizontal-10 { padding-left: 10px !important; padding-right: 10px !important; }
    .mobile-padding-horizontal-15 { padding-left: 15px !important; padding-right: 15px !important; }
    .mobile-padding-horizontal-20 { padding-left: 20px !important; padding-right: 20px !important; }
    .mobile-padding-horizontal-25 { padding-left: 25px !important; padding-right: 25px !important; }
    .mobile-padding-horizontal-30 { padding-left: 30px !important; padding-right: 30px !important; }
    .mobile-padding-vertical-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
    .mobile-padding-vertical-5 { padding-top: 5px !important; padding-bottom: 5px !important; }
    .mobile-padding-vertical-10 { padding-top: 10px !important; padding-bottom: 10px !important; }
    .mobile-padding-vertical-15 { padding-top: 15px !important; padding-bottom: 15px !important; }
    .mobile-padding-vertical-20 { padding-top: 20px !important; padding-bottom: 20px !important; }
    .mobile-padding-vertical-25 { padding-top: 25px !important; padding-bottom: 25px !important; }
    .mobile-padding-vertical-30 { padding-top: 30px !important; padding-bottom: 30px !important; }

    /* Margin Top */
    .mobile-margin-top-0 { margin-top: 0 !important; }
    .mobile-margin-top-5 { margin-top: 5px !important; }
    .mobile-margin-top-10 { margin-top: 10px !important; }
    .mobile-margin-top-15 { margin-top: 15px !important; }
    .mobile-margin-top-20 { margin-top: 20px !important; }
    .mobile-margin-top-25 { margin-top: 25px !important; }
    .mobile-margin-top-30 { margin-top: 30px !important; }
    /* Margin Bottom */
    .mobile-margin-bottom-0 { margin-bottom: 0 !important; }
    .mobile-margin-bottom-5 { margin-bottom: 5px !important; }
    .mobile-margin-bottom-10 { margin-bottom: 10px !important; }
    .mobile-margin-bottom-15 { margin-bottom: 15px !important; }
    .mobile-margin-bottom-20 { margin-bottom: 20px !important; }
    .mobile-margin-bottom-25 { margin-bottom: 25px !important; }
    .mobile-margin-bottom-30 { margin-bottom: 30px !important; }
    /* Margin Right */
    .mobile-margin-right-0 { margin-right: 0 !important; }
    .mobile-margin-right-5 { margin-right: 5px !important; }
    .mobile-margin-right-10 { margin-right: 10px !important; }
    .mobile-margin-right-15 { margin-right: 15px !important; }
    .mobile-margin-right-20 { margin-right: 20px !important; }
    .mobile-margin-right-25 { margin-right: 25px !important; }
    .mobile-margin-right-30 { margin-right: 30px !important; }
    /* Margin Left */
    .mobile-margin-left-0 { margin-left: 0 !important; }
    .mobile-margin-left-5 { margin-left: 5px !important; }
    .mobile-margin-left-10 { margin-left: 10px !important; }
    .mobile-margin-left-15 { margin-left: 15px !important; }
    .mobile-margin-left-20 { margin-left: 20px !important; }
    .mobile-margin-left-25 { margin-left: 25px !important; }
    .mobile-margin-left-30 { margin-left: 30px !important; }
    /* Margin All Sides */
    .mobile-margin-0 { margin: 0 !important; }
    .mobile-margin-5 { margin: 5px !important; }
    .mobile-margin-10 { margin: 10px !important; }
    .mobile-margin-15 { margin: 15px !important; }
    .mobile-margin-20 { margin: 20px !important; }
    .mobile-margin-25 { margin: 25px !important; }
    .mobile-margin-30 { margin: 30px !important; }
    /* Margin Vertical/Horizontal */
    .mobile-margin-vertical-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
    .mobile-margin-vertical-5 { margin-top: 5px !important; margin-bottom: 5px !important; }
    .mobile-margin-vertical-10 { margin-top: 10px !important; margin-bottom: 10px !important; }
    .mobile-margin-vertical-15 { margin-top: 15px !important; margin-bottom: 15px !important; }
    .mobile-margin-vertical-20 { margin-top: 20px !important; margin-bottom: 20px !important; }
    .mobile-margin-vertical-25 { margin-top: 25px !important; margin-bottom: 25px !important; }
    .mobile-margin-vertical-30 { margin-top: 30px !important; margin-bottom: 30px !important; }

    /* Teleport Specific Override */
    .has-teleport-mobile { display: none; }
}


/* ------- [ TABLET-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 600px) and (max-width: 1019px) {

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

	/* hider */
	.tablet-hide {
        display: none !important;
    }

    /* font variant */
    .tablet-txt-align-center{ text-align: center !important; }

    /* floats */
    .tablet-floatL,
    .tablet-float-left {float: left !important; }
    .tablet-floatR,
    .tablet-float-right { float: right !important; }
    .tablet-float-none { float: none !important; }

	/* Padding Top */
    .tablet-padding-top-0 { padding-top: 0 !important; }
    .tablet-padding-top-5 { padding-top: 5px !important; }
    .tablet-padding-top-10 { padding-top: 10px !important; }
    .tablet-padding-top-15 { padding-top: 15px !important; }
    .tablet-padding-top-20 { padding-top: 20px !important; }
    .tablet-padding-top-25 { padding-top: 25px !important; }
    .tablet-padding-top-30 { padding-top: 30px !important; }
    /* Padding Bottom */
    .tablet-padding-bottom-0 { padding-bottom: 0 !important; }
    .tablet-padding-bottom-5 { padding-bottom: 5px !important; }
    .tablet-padding-bottom-10 { padding-bottom: 10px !important; }
    .tablet-padding-bottom-15 { padding-bottom: 15px !important; }
    .tablet-padding-bottom-20 { padding-bottom: 20px !important; }
    .tablet-padding-bottom-25 { padding-bottom: 25px !important; }
    .tablet-padding-bottom-30 { padding-bottom: 30px !important; }
    /* Padding Right */
    .tablet-padding-right-0 { padding-right: 0 !important; }
    .tablet-padding-right-5 { padding-right: 5px !important; }
    .tablet-padding-right-10 { padding-right: 10px !important; }
    .tablet-padding-right-15 { padding-right: 15px !important; }
    .tablet-padding-right-20 { padding-right: 20px !important; }
    .tablet-padding-right-25 { padding-right: 25px !important; }
    .tablet-padding-right-30 { padding-right: 30px !important; }
    /* Padding Left */
    .tablet-padding-left-0 { padding-left: 0 !important; }
    .tablet-padding-left-5 { padding-left: 5px !important; }
    .tablet-padding-left-10 { padding-left: 10px !important; }
    .tablet-padding-left-15 { padding-left: 15px !important; }
    .tablet-padding-left-20 { padding-left: 20px !important; }
    .tablet-padding-left-25 { padding-left: 25px !important; }
    .tablet-padding-left-30 { padding-left: 30px !important; }
    /* Padding All Sides */
    .tablet-padding-0 { padding: 0 !important; }
    .tablet-padding-5 { padding: 5px !important; }
    .tablet-padding-10 { padding: 10px !important; }
    .tablet-padding-15 { padding: 15px !important; }
    .tablet-padding-20 { padding: 20px !important; }
    .tablet-padding-25 { padding: 25px !important; }
    .tablet-padding-30 { padding: 30px !important; }
    /* Padding Vertical/Horizontal */
    .tablet-padding-horizontal-0 { padding-left: 0 !important; padding-right: 0 !important; }
    .tablet-padding-horizontal-5 { padding-left: 5px !important; padding-right: 5px !important; }
    .tablet-padding-horizontal-10 { padding-left: 10px !important; padding-right: 10px !important; }
    .tablet-padding-horizontal-15 { padding-left: 15px !important; padding-right: 15px !important; }
    .tablet-padding-horizontal-20 { padding-left: 20px !important; padding-right: 20px !important; }
    .tablet-padding-horizontal-25 { padding-left: 25px !important; padding-right: 25px !important; }
    .tablet-padding-horizontal-30 { padding-left: 30px !important; padding-right: 30px !important; }
    .tablet-padding-vertical-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
    .tablet-padding-vertical-5 { padding-top: 5px !important; padding-bottom: 5px !important; }
    .tablet-padding-vertical-10 { padding-top: 10px !important; padding-bottom: 10px !important; }
    .tablet-padding-vertical-15 { padding-top: 15px !important; padding-bottom: 15px !important; }
    .tablet-padding-vertical-20 { padding-top: 20px !important; padding-bottom: 20px !important; }
    .tablet-padding-vertical-25 { padding-top: 25px !important; padding-bottom: 25px !important; }
    .tablet-padding-vertical-30 { padding-top: 30px !important; padding-bottom: 30px !important; }
    /* Margin Top */
    .tablet-margin-top-0 { margin-top: 0 !important; }
    .tablet-margin-top-5 { margin-top: 5px !important; }
    .tablet-margin-top-10 { margin-top: 10px !important; }
    .tablet-margin-top-15 { margin-top: 15px !important; }
    .tablet-margin-top-20 { margin-top: 20px !important; }
    .tablet-margin-top-25 { margin-top: 25px !important; }
    .tablet-margin-top-30 { margin-top: 30px !important; }
    /* Margin Bottom */
    .tablet-margin-bottom-0 { margin-bottom: 0 !important; }
    .tablet-margin-bottom-5 { margin-bottom: 5px !important; }
    .tablet-margin-bottom-10 { margin-bottom: 10px !important; }
    .tablet-margin-bottom-15 { margin-bottom: 15px !important; }
    .tablet-margin-bottom-20 { margin-bottom: 20px !important; }
    .tablet-margin-bottom-25 { margin-bottom: 25px !important; }
    .tablet-margin-bottom-30 { margin-bottom: 30px !important; }
    /* Margin Right */
    .tablet-margin-right-0 { margin-right: 0 !important; }
    .tablet-margin-right-5 { margin-right: 5px !important; }
    .tablet-margin-right-10 { margin-right: 10px !important; }
    .tablet-margin-right-15 { margin-right: 15px !important; }
    .tablet-margin-right-20 { margin-right: 20px !important; }
    .tablet-margin-right-25 { margin-right: 25px !important; }
    .tablet-margin-right-30 { margin-right: 30px !important; }
    /* Margin Left */
    .tablet-margin-left-0 { margin-left: 0 !important; }
    .tablet-margin-left-5 { margin-left: 5px !important; }
    .tablet-margin-left-10 { margin-left: 10px !important; }
    .tablet-margin-left-15 { margin-left: 15px !important; }
    .tablet-margin-left-20 { margin-left: 20px !important; }
    .tablet-margin-left-25 { margin-left: 25px !important; }
    .tablet-margin-left-30 { margin-left: 30px !important; }
    /* Margin All Sides */
    .tablet-margin-0 { margin: 0 !important; }
    .tablet-margin-5 { margin: 5px !important; }
    .tablet-margin-10 { margin: 10px !important; }
    .tablet-margin-15 { margin: 15px !important; }
    .tablet-margin-20 { margin: 20px !important; }
    .tablet-margin-25 { margin: 25px !important; }
    .tablet-margin-30 { margin: 30px !important; }
    /* Margin Vertical/Horizontal */
    .tablet-margin-vertical-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
    .tablet-margin-vertical-5 { margin-top: 5px !important; margin-bottom: 5px !important; }
    .tablet-margin-vertical-10 { margin-top: 10px !important; margin-bottom: 10px !important; }
    .tablet-margin-vertical-15 { margin-top: 15px !important; margin-bottom: 15px !important; }
    .tablet-margin-vertical-20 { margin-top: 20px !important; margin-bottom: 20px !important; }
    .tablet-margin-vertical-25 { margin-top: 25px !important; margin-bottom: 25px !important; }
    .tablet-margin-vertical-30 { margin-top: 30px !important; margin-bottom: 30px !important; }

    /* Teleport Specific Override */
    .has-teleport-tablet { display: none; }
}


/* ------- [ DESKTOP-SPECIFIC STYLES ] ------- */
@media screen and (min-width: 1020px) {
	/* hider */
    .desktop-hide { display: none !important; }

    /* font variant */
    .desktop-txt-align-center{ text-align: center !important; }

    /* Padding Top */
    .desktop-padding-top-0 { padding-top: 0 !important; }
    .desktop-padding-top-5 { padding-top: 5px !important; }
    .desktop-padding-top-10 { padding-top: 10px !important; }
    .desktop-padding-top-15 { padding-top: 15px !important; }
    .desktop-padding-top-20 { padding-top: 20px !important; }
    .desktop-padding-top-25 { padding-top: 25px !important; }
    .desktop-padding-top-30 { padding-top: 30px !important; }
    /* Padding Bottom */
    .desktop-padding-bottom-0 { padding-bottom: 0 !important; }
    .desktop-padding-bottom-5 { padding-bottom: 5px !important; }
    .desktop-padding-bottom-10 { padding-bottom: 10px !important; }
    .desktop-padding-bottom-15 { padding-bottom: 15px !important; }
    .desktop-padding-bottom-20 { padding-bottom: 20px !important; }
    .desktop-padding-bottom-25 { padding-bottom: 25px !important; }
    .desktop-padding-bottom-30 { padding-bottom: 30px !important; }
    /* Padding Right */
    .desktop-padding-right-0 { padding-right: 0 !important; }
    .desktop-padding-right-5 { padding-right: 5px !important; }
    .desktop-padding-right-10 { padding-right: 10px !important; }
    .desktop-padding-right-15 { padding-right: 15px !important; }
    .desktop-padding-right-20 { padding-right: 20px !important; }
    .desktop-padding-right-25 { padding-right: 25px !important; }
    .desktop-padding-right-30 { padding-right: 30px !important; }
    /* Padding Left */
    .desktop-padding-left-0 { padding-left: 0 !important; }
    .desktop-padding-left-5 { padding-left: 5px !important; }
    .desktop-padding-left-10 { padding-left: 10px !important; }
    .desktop-padding-left-15 { padding-left: 15px !important; }
    .desktop-padding-left-20 { padding-left: 20px !important; }
    .desktop-padding-left-25 { padding-left: 25px !important; }
    .desktop-padding-left-30 { padding-left: 30px !important; }
    /* Padding All Sides */
    .desktop-padding-0 { padding: 0 !important; }
    .desktop-padding-5 { padding: 5px !important; }
    .desktop-padding-10 { padding: 10px !important; }
    .desktop-padding-15 { padding: 15px !important; }
    .desktop-padding-20 { padding: 20px !important; }
    .desktop-padding-25 { padding: 25px !important; }
    .desktop-padding-30 { padding: 30px !important; }
    /* Padding Vertical/Horizontal */
    .desktop-padding-horizontal-0 { padding-left: 0 !important; padding-right: 0 !important; }
    .desktop-padding-horizontal-5 { padding-left: 5px !important; padding-right: 5px !important; }
    .desktop-padding-horizontal-10 { padding-left: 10px !important; padding-right: 10px !important; }
    .desktop-padding-horizontal-15 { padding-left: 15px !important; padding-right: 15px !important; }
    .desktop-padding-horizontal-20 { padding-left: 20px !important; padding-right: 20px !important; }
    .desktop-padding-horizontal-25 { padding-left: 25px !important; padding-right: 25px !important; }
    .desktop-padding-horizontal-30 { padding-left: 30px !important; padding-right: 30px !important; }
    .desktop-padding-vertical-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
    .desktop-padding-vertical-5 { padding-top: 5px !important; padding-bottom: 5px !important; }
    .desktop-padding-vertical-10 { padding-top: 10px !important; padding-bottom: 10px !important; }
    .desktop-padding-vertical-15 { padding-top: 15px !important; padding-bottom: 15px !important; }
    .desktop-padding-vertical-20 { padding-top: 20px !important; padding-bottom: 20px !important; }
    .desktop-padding-vertical-25 { padding-top: 25px !important; padding-bottom: 25px !important; }
    .desktop-padding-vertical-30 { padding-top: 30px !important; padding-bottom: 30px !important; }
    /* Margin Top */
    .desktop-margin-top-0 { margin-top: 0 !important; }
    .desktop-margin-top-5 { margin-top: 5px !important; }
    .desktop-margin-top-10 { margin-top: 10px !important; }
    .desktop-margin-top-15 { margin-top: 15px !important; }
    .desktop-margin-top-20 { margin-top: 20px !important; }
    .desktop-margin-top-25 { margin-top: 25px !important; }
    .desktop-margin-top-30 { margin-top: 30px !important; }
    /* Margin Bottom */
    .desktop-margin-bottom-0 { margin-bottom: 0 !important; }
    .desktop-margin-bottom-5 { margin-bottom: 5px !important; }
    .desktop-margin-bottom-10 { margin-bottom: 10px !important; }
    .desktop-margin-bottom-15 { margin-bottom: 15px !important; }
    .desktop-margin-bottom-20 { margin-bottom: 20px !important; }
    .desktop-margin-bottom-25 { margin-bottom: 25px !important; }
    .desktop-margin-bottom-30 { margin-bottom: 30px !important; }
    /* Margin Right */
    .desktop-margin-right-0 { margin-right: 0 !important; }
    .desktop-margin-right-5 { margin-right: 5px !important; }
    .desktop-margin-right-10 { margin-right: 10px !important; }
    .desktop-margin-right-15 { margin-right: 15px !important; }
    .desktop-margin-right-20 { margin-right: 20px !important; }
    .desktop-margin-right-25 { margin-right: 25px !important; }
    .desktop-margin-right-30 { margin-right: 30px !important; }
    /* Margin Left */
    .desktop-margin-left-0 { margin-left: 0 !important; }
    .desktop-margin-left-5 { margin-left: 5px !important; }
    .desktop-margin-left-10 { margin-left: 10px !important; }
    .desktop-margin-left-15 { margin-left: 15px !important; }
    .desktop-margin-left-20 { margin-left: 20px !important; }
    .desktop-margin-left-25 { margin-left: 25px !important; }
    .desktop-margin-left-30 { margin-left: 30px !important; }
    /* Margin All Sides */
    .desktop-margin-0 { margin: 0 !important; }
    .desktop-margin-5 { margin: 5px !important; }
    .desktop-margin-10 { margin: 10px !important; }
    .desktop-margin-15 { margin: 15px !important; }
    .desktop-margin-20 { margin: 20px !important; }
    .desktop-margin-25 { margin: 25px !important; }
    .desktop-margin-30 { margin: 30px !important; }
    /* Margin Vertical/Horizontal */
    .desktop-margin-vertical-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
    .desktop-margin-vertical-5 { margin-top: 5px !important; margin-bottom: 5px !important; }
    .desktop-margin-vertical-10 { margin-top: 10px !important; margin-bottom: 10px !important; }
    .desktop-margin-vertical-15 { margin-top: 15px !important; margin-bottom: 15px !important; }
    .desktop-margin-vertical-20 { margin-top: 20px !important; margin-bottom: 20px !important; }
    .desktop-margin-vertical-25 { margin-top: 25px !important; margin-bottom: 25px !important; }
    .desktop-margin-vertical-30 { margin-top: 30px !important; margin-bottom: 30px !important; }
}


/* ------- [ PRINT-SPECIFIC STYLES ] ------- */
@media print{

}

/* --------- Start IE8 Fixes ---------- */

	/* hider */
    html.lt-ie9 .desktop-hide { display: none !important; }

    /* font variant */
    html.lt-ie9 .desktop-txt-align-center{ text-align: center !important; }

    /* Padding Top */
    html.lt-ie9 .desktop-padding-top-0 { padding-top: 0 !important; }
    html.lt-ie9 .desktop-padding-top-5 { padding-top: 5px !important; }
    html.lt-ie9 .desktop-padding-top-10 { padding-top: 10px !important; }
    html.lt-ie9 .desktop-padding-top-15 { padding-top: 15px !important; }
    html.lt-ie9 .desktop-padding-top-20 { padding-top: 20px !important; }
    html.lt-ie9 .desktop-padding-top-25 { padding-top: 25px !important; }
    html.lt-ie9 .desktop-padding-top-30 { padding-top: 30px !important; }
    /* Padding Bottom */
    html.lt-ie9 .desktop-padding-bottom-0 { padding-bottom: 0 !important; }
    html.lt-ie9 .desktop-padding-bottom-5 { padding-bottom: 5px !important; }
    html.lt-ie9 .desktop-padding-bottom-10 { padding-bottom: 10px !important; }
    html.lt-ie9 .desktop-padding-bottom-15 { padding-bottom: 15px !important; }
    html.lt-ie9 .desktop-padding-bottom-20 { padding-bottom: 20px !important; }
    html.lt-ie9 .desktop-padding-bottom-25 { padding-bottom: 25px !important; }
    html.lt-ie9 .desktop-padding-bottom-30 { padding-bottom: 30px !important; }
    /* Padding Right */
    html.lt-ie9 .desktop-padding-right-0 { padding-right: 0 !important; }
    html.lt-ie9 .desktop-padding-right-5 { padding-right: 5px !important; }
    html.lt-ie9 .desktop-padding-right-10 { padding-right: 10px !important; }
    html.lt-ie9 .desktop-padding-right-15 { padding-right: 15px !important; }
    html.lt-ie9 .desktop-padding-right-20 { padding-right: 20px !important; }
    html.lt-ie9 .desktop-padding-right-25 { padding-right: 25px !important; }
    html.lt-ie9 .desktop-padding-right-30 { padding-right: 30px !important; }
    /* Padding Left */
    html.lt-ie9 .desktop-padding-left-0 { padding-left: 0 !important; }
    html.lt-ie9 .desktop-padding-left-5 { padding-left: 5px !important; }
    html.lt-ie9 .desktop-padding-left-10 { padding-left: 10px !important; }
    html.lt-ie9 .desktop-padding-left-15 { padding-left: 15px !important; }
    html.lt-ie9 .desktop-padding-left-20 { padding-left: 20px !important; }
    html.lt-ie9 .desktop-padding-left-25 { padding-left: 25px !important; }
    html.lt-ie9 .desktop-padding-left-30 { padding-left: 30px !important; }
    /* Padding All Sides */
    html.lt-ie9 .desktop-padding-0 { padding: 0 !important; }
    html.lt-ie9 .desktop-padding-5 { padding: 5px !important; }
    html.lt-ie9 .desktop-padding-10 { padding: 10px !important; }
    html.lt-ie9 .desktop-padding-15 { padding: 15px !important; }
    html.lt-ie9 .desktop-padding-20 { padding: 20px !important; }
    html.lt-ie9 .desktop-padding-25 { padding: 25px !important; }
    html.lt-ie9 .desktop-padding-30 { padding: 30px !important; }
    /* Padding Vertical/Horizontal */
    html.lt-ie9 .desktop-padding-horizontal-0 { padding-left: 0 !important; padding-right: 0 !important; }
    html.lt-ie9 .desktop-padding-horizontal-5 { padding-left: 5px !important; padding-right: 5px !important; }
    html.lt-ie9 .desktop-padding-horizontal-10 { padding-left: 10px !important; padding-right: 10px !important; }
    html.lt-ie9 .desktop-padding-horizontal-15 { padding-left: 15px !important; padding-right: 15px !important; }
    html.lt-ie9 .desktop-padding-horizontal-20 { padding-left: 20px !important; padding-right: 20px !important; }
    html.lt-ie9 .desktop-padding-horizontal-25 { padding-left: 25px !important; padding-right: 25px !important; }
    html.lt-ie9 .desktop-padding-horizontal-30 { padding-left: 30px !important; padding-right: 30px !important; }
    html.lt-ie9 .desktop-padding-vertical-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
    html.lt-ie9 .desktop-padding-vertical-5 { padding-top: 5px !important; padding-bottom: 5px !important; }
    html.lt-ie9 .desktop-padding-vertical-10 { padding-top: 10px !important; padding-bottom: 10px !important; }
    html.lt-ie9 .desktop-padding-vertical-15 { padding-top: 15px !important; padding-bottom: 15px !important; }
    html.lt-ie9 .desktop-padding-vertical-20 { padding-top: 20px !important; padding-bottom: 20px !important; }
    html.lt-ie9 .desktop-padding-vertical-25 { padding-top: 25px !important; padding-bottom: 25px !important; }
    html.lt-ie9 .desktop-padding-vertical-30 { padding-top: 30px !important; padding-bottom: 30px !important; }
    /* Margin Top */
    html.lt-ie9 .desktop-margin-top-0 { margin-top: 0 !important; }
    html.lt-ie9 .desktop-margin-top-5 { margin-top: 5px !important; }
    html.lt-ie9 .desktop-margin-top-10 { margin-top: 10px !important; }
    html.lt-ie9 .desktop-margin-top-15 { margin-top: 15px !important; }
    html.lt-ie9 .desktop-margin-top-20 { margin-top: 20px !important; }
    html.lt-ie9 .desktop-margin-top-25 { margin-top: 25px !important; }
    html.lt-ie9 .desktop-margin-top-30 { margin-top: 30px !important; }
    /* Margin Bottom */
    html.lt-ie9 .desktop-margin-bottom-0 { margin-bottom: 0 !important; }
    html.lt-ie9 .desktop-margin-bottom-5 { margin-bottom: 5px !important; }
    html.lt-ie9 .desktop-margin-bottom-10 { margin-bottom: 10px !important; }
    html.lt-ie9 .desktop-margin-bottom-15 { margin-bottom: 15px !important; }
    html.lt-ie9 .desktop-margin-bottom-20 { margin-bottom: 20px !important; }
    html.lt-ie9 .desktop-margin-bottom-25 { margin-bottom: 25px !important; }
    html.lt-ie9 .desktop-margin-bottom-30 { margin-bottom: 30px !important; }
    /* Margin Right */
    html.lt-ie9 .desktop-margin-right-0 { margin-right: 0 !important; }
    html.lt-ie9 .desktop-margin-right-5 { margin-right: 5px !important; }
    html.lt-ie9 .desktop-margin-right-10 { margin-right: 10px !important; }
    html.lt-ie9 .desktop-margin-right-15 { margin-right: 15px !important; }
    html.lt-ie9 .desktop-margin-right-20 { margin-right: 20px !important; }
    html.lt-ie9 .desktop-margin-right-25 { margin-right: 25px !important; }
    html.lt-ie9 .desktop-margin-right-30 { margin-right: 30px !important; }
    /* Margin Left */
    html.lt-ie9 .desktop-margin-left-0 { margin-left: 0 !important; }
    html.lt-ie9 .desktop-margin-left-5 { margin-left: 5px !important; }
    html.lt-ie9 .desktop-margin-left-10 { margin-left: 10px !important; }
    html.lt-ie9 .desktop-margin-left-15 { margin-left: 15px !important; }
    html.lt-ie9 .desktop-margin-left-20 { margin-left: 20px !important; }
    html.lt-ie9 .desktop-margin-left-25 { margin-left: 25px !important; }
    html.lt-ie9 .desktop-margin-left-30 { margin-left: 30px !important; }
    /* Margin All Sides */
    html.lt-ie9 .desktop-margin-0 { margin: 0 !important; }
    html.lt-ie9 .desktop-margin-5 { margin: 5px !important; }
    html.lt-ie9 .desktop-margin-10 { margin: 10px !important; }
    html.lt-ie9 .desktop-margin-15 { margin: 15px !important; }
    html.lt-ie9 .desktop-margin-20 { margin: 20px !important; }
    html.lt-ie9 .desktop-margin-25 { margin: 25px !important; }
    html.lt-ie9 .desktop-margin-30 { margin: 30px !important; }
    /* Margin Vertical/Horizontal */
    html.lt-ie9 .desktop-margin-vertical-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
    html.lt-ie9 .desktop-margin-vertical-5 { margin-top: 5px !important; margin-bottom: 5px !important; }
    html.lt-ie9 .desktop-margin-vertical-10 { margin-top: 10px !important; margin-bottom: 10px !important; }
    html.lt-ie9 .desktop-margin-vertical-15 { margin-top: 15px !important; margin-bottom: 15px !important; }
    html.lt-ie9 .desktop-margin-vertical-20 { margin-top: 20px !important; margin-bottom: 20px !important; }
    html.lt-ie9 .desktop-margin-vertical-25 { margin-top: 25px !important; margin-bottom: 25px !important; }
    html.lt-ie9 .desktop-margin-vertical-30 { margin-top: 30px !important; margin-bottom: 30px !important; }

/* --------- End IE8 Fixes ---------- */

/* ------- Border Removal convenience classes ------- */ 
.bdr-none { border:0 !important; }
.bdr-top-none { border-top: 0 !important; }
.bdr-bottom-none { border-bottom: 0 !important; }
.bdr-left-none { border-left: 0 !important; }
.bdr-right-none { border-right: 0 !important; }

/* ------- Customer Service Telephone Number Styles ------- */ 
body[data-istouch="false"] .customer-service-number {
    text-decoration: none;
    color: inherit; 
    cursor: default;
	font-weight:normal;
}

