/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the 
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*********************
FLEXBOX
*********************/
.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-justify-space {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-content-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-items-equal-width {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: .border-radius(4px); 

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #002845;
  border-top-color: #003963;
  border-left-color: #003963;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #003f6e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004e87), to(#003f6e));
  background-image: -webkit-linear-gradient(top, #004e87, #003f6e);
  background-image: -moz-linear-gradient(top, #004e87, #003f6e);
  background-image: -o-linear-gradient(top, #004e87, #003f6e);
  background-image: linear-gradient(to bottom, #004e87, #003f6e);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #002845;
  border-top-color: #001321;
  border-left-color: #001321;
  background-color: #003154;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#003f6e), to(#003154));
  background-image: -webkit-linear-gradient(top, #003f6e, #003154);
  background-image: -moz-linear-gradient(top, #003f6e, #003154);
  background-image: -o-linear-gradient(top, #003f6e, #003154);
  background-image: linear-gradient(to bottom, #003f6e, #003154);
}
.button:active,
.button:visited:active {
  background-color: #004e87;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#003f6e), to(#004e87));
  background-image: -webkit-linear-gradient(top, #003f6e, #004e87);
  background-image: -moz-linear-gradient(top, #003f6e, #004e87);
  background-image: -o-linear-gradient(top, #003f6e, #004e87);
  background-image: linear-gradient(to bottom, #003f6e, #004e87);
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  /* height: 100%; */
}
body {
  font-family: 'cantiga', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  color: #000;
}
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 94%;
  margin: 0 auto;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: #0089ed;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #006ebf;
}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'cantiga', Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 400;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.333em;
  margin: 0;
  color: #004e87;
  text-shadow: 0 1px 0 #FFFFFF;
  padding: 10px 0 0 0;
}
h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
  color: #004e87;
}
h3,
.h3 {
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
  color: #004e87;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 0em;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/*********************
06. HEADER STYLES
*********************/
#logo {
  max-width: 243px;
}
#pagetitle {
  padding: 20px 0;
  background-color: #d9d9d9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: linear-gradient(to bottom, #ffffff, #d9d9d9);
}
#pagetitle h1 {
  margin: 0;
  font-size: 28px;
  color: #004e87;
  text-shadow: 0 1px 0 #FFFFFF;
  padding: 10px 0 0 0;
}
/*********************
07. NAVIGATION STYLES
*********************/
#globalnav {
  margin-top: 60px;
}
#globalnav #global-logo {
  display: block;
  margin: 0 auto;
  text-align: center;
  z-index: 99999999;
}
#globalnav nav .utility-nav #menu-utility-links,
#globalnav nav .utility-nav #menu-utility-buttons {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 0;
}
#globalnav nav .utility-nav #menu-utility-buttons li a {
  margin-left: 6px;
  background: #004e87 url('../images/off-site-icon.png') no-repeat;
  background-position: right 10px top 9px;
  font-size: 15px;
  color: #ffffff;
  padding: 5px 30px 6px 10px;
  text-decoration: none;
}
#globalnav nav .utility-nav #menu-utility-buttons li a:hover {
  background: #666666 url('../images/off-site-icon.png') no-repeat;
  background-position: right 10px top 13px;
}
#globalnav nav .utility-nav #menu-utility-links li a {
  font-size: 17px;
  color: #666666;
  padding: 5px 5px;
  text-decoration: none;
}
#globalnav nav .utility-nav #menu-utility-links li a:hover {
  color: #000000;
}
#globalnav nav .global-nav {
  position: relative;
  margin-top: 20px;
  background: #e6e6e6;
}
#globalnav nav .global-nav #menu-global {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #bfbfbf;
  margin-bottom: 3px;
}
#globalnav nav .global-nav #menu-global li {
  width: 100%;
}
#globalnav nav .global-nav #menu-global li a {
  display: block;
  color: #666666;
  font-size: 20px;
  padding: 8px 0 8px 0;
  text-align: center;
  text-decoration: none;
  border-top: solid 1px #bfbfbf;
}
#globalnav nav .global-nav #menu-global li a:hover {
  color: #000000;
}
#globalnav nav .global-nav #menu-global li .sub-menu {
  margin-top: 0;
}
#globalnav nav .global-nav #menu-global li .sub-menu li a {
  border: none;
  padding: 0;
  font-size: 16px;
}
#globalnav nav .global-shdw {
  display: none;
}
#menu-utility-links .member {
  display: none;
}
.logged-in #menu-utility-links .member {
  display: block;
}
.menu-button {
  background: #ecb510 url("../images/menu.png") no-repeat scroll center center;
  border: 0 none;
  display: block;
  height: 40px;
  margin: 0;
  text-indent: -999999px;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
nav {
  display: none;
}
/* trianlge positioning */
#global-triangle {
  display: none;
}
/*********************
08. POSTS & CONTENT STYLES
*********************/
p {
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
#banner-container {
  margin-top: 20px;
  background-color: #dbdbdb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dbdbdb));
  background-image: -webkit-linear-gradient(top, #ffffff, #dbdbdb);
  background-image: -moz-linear-gradient(top, #ffffff, #dbdbdb);
  background-image: -o-linear-gradient(top, #ffffff, #dbdbdb);
  background-image: linear-gradient(to bottom, #ffffff, #dbdbdb);
}
#banner-container {
  background: #EDEBEB;
}
#banner-container #banners {
  background: #ddd;
}
#banner-container #banners .bx-wrapper {
  border: none;
  box-shadow: none;
  margin: 0;
}
#banner-container #banners .bx-wrapper .bx-controls {
  display: none;
}
#banner-container #banners .bx-wrapper .bx-viewport {
  height: 370px !important;
}
#banner-container #banners .bx-wrapper .bx-viewport .banner-slides {
  margin: 0;
}
#banner-container #banners .bx-wrapper .bx-viewport .banner-slides li {
  padding-bottom: 20px;
}
#banner-container #banners .bx-wrapper .bx-viewport .banner-slides li .banner-shdw {
  display: none;
}
.slide-flex-container {
  height: 370px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #003b66;
}
.slide-content {
  width: 100%;
  background: #003b66;
  padding: 20px 0 30px;
}
.slide-content h2 {
  color: #ffffff;
  font-size: 1.6em;
  line-height: 1.15em;
  padding: 0 20px;
  margin-top: 0;
  margin-bottom: 12px;
  text-shadow: none;
}
.slide-content p {
  color: #ecb510;
  font-family: 'cantiga', Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.15em;
  padding: 0 20px;
  margin: 0;
}
.slide-content .banner-link {
  padding: 0 20px;
  margin-top: 18px;
}
.slide-content .banner-link a {
  border: solid 1px #ecb510;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 15px;
  color: #ffffff;
  padding: 4px 12px;
}
.slide-content .banner-link a:hover {
  border: solid 1px #00223b;
  background: #00223b;
}
.mobile-banner {
  height: 140px;
  width: 94%;
  margin: auto;
  background-size: cover !important;
  background-position: center top !important;
}
#content {
  margin-top: 0;
  margin-bottom: 25px;
  background: url('../images/banner-general.jpg') no-repeat center top, linear-gradient(#ffffff, #d9d9d9);
}
#content #inner-content {
  /* border-top:solid 18px @secondary-color; */
}
#content #inner-content #main .featured-image {
  height: 122px;
}
#content #inner-content #main .featured-image img {
  width: 100%;
  max-width: 1140px;
  height: auto;
  min-height: 140px;
}
#content #inner-content #main .no-featured-image {
  height: 132px;
}
#content #inner-content #main .entry-content {
  padding: 0px 0 50px 0;
  /* FAQS */
}
#content #inner-content #main .entry-content .faqs {
  list-style-type: none;
  margin-left: 0;
  padding-left: 30px;
  /* change 30px to anything */
  text-indent: -30px;
}
#content #inner-content #main .entry-content .faqs li {
  background: none;
}
#content #inner-content #main .entry-content .faqs li:before {
  content: "A:";
  display: inline-block;
  width: 30px;
  text-indent: 0;
  text-align: center;
  /* change this for different bullet position */
}
#content #inner-content #main .entry-content .faqs li.question {
  font-size: 1.4em;
  line-height: 1.2em;
  margin-top: .75em;
  color: #004e87;
  font-family: 'cantiga', Arial, sans-serif;
}
#content #inner-content #main .entry-content .faqs li.question:before {
  content: "Q:";
  display: inline-block;
  width: 30px;
  text-indent: 0;
  text-align: center;
  /* change this for different bullet position */
}
#content #inner-content #main .entry-content #ufaq-faq-list .ufaq-faq-title-text {
  width: 82%;
}
#content #inner-content #main .entry-content #ufaq-faq-list .ufaq-faq-title h1,
#content #inner-content #main .entry-content #ufaq-faq-list .ufaq-faq-title h2,
#content #inner-content #main .entry-content #ufaq-faq-list .ufaq-faq-title h3,
#content #inner-content #main .entry-content #ufaq-faq-list .ufaq-faq-title h4,
#content #inner-content #main .entry-content #ufaq-faq-list .ufaq-faq-title h5,
#content #inner-content #main .entry-content #ufaq-faq-list .ufaq-faq-title h6 {
  display: inline-block;
  margin: 0 !important;
}
#content #inner-content #main .entry-content #ufaq-faq-list .ufaq-faq-categories {
  display: none;
}
.page-id-9 #content {
  margin-bottom: 0;
}
#content,
#flexible-content {
  font-size: 1em;
  line-height: 1.3em;
  color: #666666;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
#content ul,
#flexible-content ul {
  list-style-type: none;
  margin-left: 0;
}
#content ul li,
#flexible-content ul li {
  background: url('../images/nav-arrow-yellow.png') left center no-repeat;
  padding-left: 20px;
  padding-top: .4em;
  padding-bottom: .4em;
}
#content ol,
#flexible-content ol {
  list-style-type: decimal;
  margin: 0 0 0 40px;
}
#content ol li,
#flexible-content ol li {
  padding-left: .5em;
  margin-bottom: 1em;
}
#content .gform_fields li,
#flexible-content .gform_fields li {
  background: none;
  padding-left: 0;
}
#flexible-content h2 span {
  display: block;
  font-size: .75em;
  line-height: 1.15em;
}
.separate {
  border-top: solid 3px #004e87;
}
#content .sidebar ul li {
  background: none;
}
.home #content {
  background: url('../images/banner-digital.jpg') no-repeat;
  background-size: cover;
  margin: 10px 0;
}
.home #content #inner-content .values-img {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
}
.home #content #inner-content .values-img li {
  flex: 1 1 auto;
  height: 50px;
}
#values-container .values {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#values-container .values .value {
  border-top: solid 1px #ecb510;
  padding: 10px 0 20px;
  background: none;
}
#values-container .values .value h2 {
  font-size: 1.25em;
  line-height: 1.15em;
}
#values-container .values .value h2 a {
  color: #ecb510;
}
#values-container .values .value h2 a:hover {
  color: #666666;
}
#values-container .values .value p {
  color: #ffffff;
}
#values-container .values .value:first-child {
  border-top: none;
}
#flexible-content #values-container {
  margin-top: 0;
  margin-bottom: 0;
}
#flexible-content #values-container .values .value {
  border-top: none;
}
#flexible-content #values-container .values .value p {
  color: #666666;
}
#flexible-content #margin-rates {
  margin: 0;
  padding: 0;
  list-style: none;
}
#flexible-content #margin-rates li {
  width: 100%;
  background: none;
  padding-left: 0;
  text-align: center;
  padding-bottom: 30px;
}
#flexible-content #margin-rates li span {
  display: block;
  font-size: 48px;
  line-height: 58px;
  color: #000000;
  text-align: center;
}
#flexible-content .tax-brackets {
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
}
#flexible-content .tax-brackets td {
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 2px 5px;
  font-size: 13px;
  line-height: 13px;
}
#flexible-content .tax-brackets td.pale {
  background: #e5e5e5;
}
#nextsteps-container {
  background: #ffffff;
}
#nextsteps-container #nextsteps {
  padding: 20px 0 40px;
}
#nextsteps-container #nextsteps .ns-text {
  color: #004e87;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.3em;
  margin-bottom: 12px;
}
#nextsteps-container #nextsteps .ns-buttons {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#nextsteps-container #nextsteps .ns-buttons li {
  width: 100%;
  margin-top: 12px;
}
#nextsteps-container #nextsteps .ns-buttons li a {
  color: #ffffff;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 #999999;
  -moz-box-shadow: 0 2px 4px 0 #999999;
  box-shadow: 0 2px 4px 0 #999999;
  font-size: 1.2em;
  line-height: 1em;
  padding: 24px 80px 26px 20px;
  background: #666666 url('../images/btn-arrow.png') no-repeat;
  background-position: right 12px center;
}
#nextsteps-container #nextsteps .ns-buttons li a span {
  font-weight: 600;
}
#nextsteps-container #nextsteps .ns-buttons li a:hover {
  background: #4d4d4d url('../images/btn-arrow.png') no-repeat;
  background-position: right 12px center;
}
#nextsteps-container #nextsteps .ns-buttons li a.ns-btn-blue {
  background: #004e87 url('../images/btn-arrow.png') no-repeat;
  background-position: right 12px center;
}
#nextsteps-container #nextsteps .ns-buttons li a.ns-btn-blue:hover {
  background: #003154 url('../images/btn-arrow.png') no-repeat;
  background-position: right 12px center;
}
#testimonials-container {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edebeb), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #edebeb, #ffffff);
  background-image: -moz-linear-gradient(top, #edebeb, #ffffff);
  background-image: -o-linear-gradient(top, #edebeb, #ffffff);
  background-image: linear-gradient(to bottom, #edebeb, #ffffff);
  color: #004e87;
}
#testimonials-container #testimonials {
  padding: 40px 0;
}
#testimonials-container #testimonials h2 {
  font-size: 1.6em;
  line-height: 1.15em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  margin: 0;
}
#testimonials-container #testimonials ul.testimonials {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
}
#testimonials-container #testimonials ul.testimonials li {
  width: 100%;
  margin-top: 35px;
}
#testimonials-container #testimonials ul.testimonials li p {
  margin-top: 0;
  margin-bottom: .65em;
}
#testimonials-container #testimonials ul.testimonials li .tests-byline {
  font-size: .85em;
  line-height: 1.15em;
}
#flexbile-content {
  padding-bottom: 60px;
}
#market-news-list h6 {
  margin-top: 2em;
  margin-bottom: 0;
}
#market-news-list p {
  margin-top: 0;
}
#market-news-list p a {
  text-decoration: none;
  font-size: 1.4em;
  line-height: 1.3em;
}
/******************************************************************
EXCEPTIONS
******************************************************************/
.archive #content h2 {
  margin-top: 1.5em;
}
.page-template-page-extra-plain #content,
.page-template-page-members-only #content,
.single-post #content,
.archive #content,
.page-template-page-plain #content {
  background: url('../images/banner-general.jpg') no-repeat center top;
}
.single-post #content a {
  text-decoration: none;
}
.acf-map {
  width: 100%;
  height: 250px;
  border: #ccc solid 1px;
  margin: 60px 0 0 0;
}
/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}
/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */
}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */
}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/*********************
12. SIDEBARS & ASIDES
*********************/
#content .sidebar .widgettitle {
  margin-top: 1.5em;
  font-family: 'cantiga', Arial, sans-serif;
  font-size: 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
  padding-left: 20px;
  font-weight: 400;
}
#content .sidebar .widgettitle a {
  color: #999 !important;
}
#content .sidebar .widget_nav_menu h4 {
  display: none;
}
#content .sidebar .widget_nav_menu ul {
  margin-top: 40px;
}
#content .sidebar .widget_nav_menu ul li {
  padding-bottom: .2em;
  padding-top: .2em;
  padding-left: 0;
}
#content .sidebar .widget_nav_menu ul li a {
  font-family: 'cantiga', Arial, sans-serif;
  text-decoration: none;
  color: #999;
  font-size: 18px;
  text-shadow: 0 1px 0 #ffffff;
}
#content .sidebar .widget_nav_menu ul li.current_page_item a {
  color: #ecb510;
  font-weight: bold;
}
.category-12 .sidebar .widget_nav_menu ul li.company-updates a {
  color: #ecb510;
  font-weight: bold;
}
.category-14 .sidebar .widget_nav_menu ul li.press-releases a {
  color: #ecb510;
  font-weight: bold;
}
#blog-sidebar h4 {
  font-size: 1.4em;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 2.5em;
  color: #004e87;
}
#blog-sidebar ul li {
  background: none;
  padding-left: 0;
}
#blog-sidebar ul li a {
  text-decoration: none;
}
/*********************
ADVISOR LOGIN
*********************/
#advisor-login-form {
  width: 100%;
}
#loginform-wplfta label {
  display: block;
  font-size: 13px;
  color: #666666;
}
#loginform-wplfta #user_login,
#loginform-wplfta #user_pass {
  width: calc(100% - 40px);
  font-size: 20px;
  padding: 20px;
}
#loginform-wplfta #wp-submit {
  background: #004e87;
  border: none;
  color: #ffffff;
  font: 20px 'cantiga', Arial, sans-serif;
  padding: 10px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#advisor-logout {
  padding: 0;
}
#advisor-logout a {
  display: inline-block;
  text-decoration: none;
  background: #004e87;
  border: none;
  color: #ffffff;
  font: 14px 'cantiga', Arial, sans-serif;
  padding: 4px 8px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 8px;
}
/*********************
13. FOOTER STYLES
*********************/
#footer-container {
  background-color: #1c1c1c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5d5d5d), to(#1c1c1c));
  background-image: -webkit-linear-gradient(top, #5d5d5d, #1c1c1c);
  background-image: -moz-linear-gradient(top, #5d5d5d, #1c1c1c);
  background-image: -o-linear-gradient(top, #5d5d5d, #1c1c1c);
  background-image: linear-gradient(to bottom, #5d5d5d, #1c1c1c);
  padding-bottom: 50px;
}
#footer-container #inner-footer {
  padding-top: 30px;
}
#footer-container #inner-footer #footer-links {
  /* ul */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
#footer-container #inner-footer #footer-links .footer-links {
  /* li */
  float: none;
  width: calc(100% / 1);
}
#footer-container #inner-footer #footer-links .footer-links .disclosures {
  margin-bottom: 1em;
}
#footer-container #inner-footer #footer-links .footer-links .disclosures a {
  text-decoration: none;
  color: #ffffff;
}
#footer-container #inner-footer #footer-links .footer-links div ul li {
  font-size: .9em;
}
#footer-container #inner-footer #footer-links .footer-links div ul li a {
  padding: 0;
  text-decoration: none;
  color: #ffffff;
}
#footer-container #inner-footer #footer-links .footer-links div ul li a:hover {
  color: #666666;
}
#footer-container #inner-footer #footer-links .footer-links div ul li:first-child {
  font-size: 16px;
  margin-bottom: .65em;
}
#footer-container #inner-footer #footer-links .footer-links div ul li:first-child a {
  color: #ecb510;
}
#footer-container #inner-footer #footer-links .footer-links div ul li:first-child a:hover {
  color: #666666;
}
#footer-container #inner-footer #footer-links .finra {
  padding-top: 1.8em;
  font-size: .9em;
  color: #aaa;
}
#footer-container #inner-footer #footer-links .finra a {
  text-decoration: none;
}
#footer-container #inner-footer .copyright a {
  color: #666666;
  text-decoration: none;
}
#social {
  padding-bottom: 20px;
}
#social .widget .textwidget a {
  display: inline-block;
  margin-right: 5px;
}
/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
.copyright {
  font-size: 12px;
  color: #808080;
}
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to 
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection. 

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.less styles.

******************************************************************/
  .home #content #inner-content .values-img li {
    flex: 1 1 auto;
    height: 100px;
  }
  #values-container {
    margin: 40px 0 50px 0 ;
  }
  #values-container .values {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
  }
  #values-container .values .value {
    width: calc(49.5% - 25px);
    border-top: none;
    border-left: solid 1px #ecb510;
    padding: 0 25px;
    margin: 30px 0;
  }
  #values-container .values .value h2 {
    margin-top: 0;
    font-size: 1.45em;
  }
  #values-container .values .value p {
    margin-bottom: 0;
  }
  #values-container .values .value:first-child {
    border-left: none;
  }
  #values-container .values .value:nth-child(odd) {
    border-left: none;
    padding: 0 25px 0 0;
  }
  #values-container .values .value:nth-child(even) {
    padding: 0 0 0 25px;
  }
  #testimonials-container #testimonials {
    padding: 80px 0;
  }
  #testimonials-container #testimonials h2 {
    font-size: 1.8em;
  }
  #testimonials-container #testimonials .testimonials {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #testimonials-container #testimonials .testimonials .testimonial {
    width: 47%;
  }
  /*********************
13. FOOTER STYLES
*********************/
  #footer-container #inner-footer #footer-links {
    /* ul */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer-container #inner-footer #footer-links .footer-links {
    /* li */
    float: none;
    width: calc(100% / 2);
  }
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.less stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://gridpak.com/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap. 
I liked 1140 but Boostrap's grid was way more detailed so I merged them 
together, let's see how this works out. If you want to use 1140, the original 
values are commented out on each line.

******************************************************************/
  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }
  /* 100%;   } /* grid_12 */
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    max-width: 1200px;
  }
  /*********************
HEADER STYLES
*********************/
  #pagetitle {
    padding: 66px 0 44px;
  }
  #pagetitle h1 {
    font-size: 48px;
    line-height: 52px;
    padding: 0;
  }
  #past-workouts {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #past-workouts li {
    width: 22%;
  }
  /*********************
NAVIGATION STYLES
*********************/
  .menu-button {
    display: none;
  }
  nav {
    display: block;
  }
  /*********************
07. NAVIGATION STYLES
*********************/
  #nav-container {
    background: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999999999;
  }
  #globalnav {
    position: relative;
    margin-top: 25px;
  }
  #globalnav #global-logo {
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  #globalnav nav {
    position: relative;
  }
  #globalnav nav .utility-nav {
    margin-top: 10px;
  }
  #globalnav nav .utility-nav #menu-utility-buttons li a {
    font-size: 17px;
    padding: 7px 30px 8px 10px;
    background-position: right 10px top 13px;
  }
  #globalnav nav .utility-nav #topnav {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #globalnav nav .global-nav {
    margin-top: 36px;
    background: none;
  }
  #globalnav nav .global-nav #menu-global {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: url('../images/nav-rules.png') no-repeat;
    background-position: left center;
    border-top: solid 1px #bfbfbf;
    border-bottom: none;
    margin-bottom: 0;
  }
  #globalnav nav .global-nav #menu-global li {
    width: 25%;
    position: relative;
  }
  #globalnav nav .global-nav #menu-global li a {
    color: #666666;
    font-size: 15px;
    padding: 6px 0 8px 0;
    text-align: center;
    background: url('../images/nav-rules.png') no-repeat;
    background-position: right center;
    border-bottom: none;
    border-top: none;
  }
  #globalnav nav .global-nav #menu-global li a:hover {
    color: #000000;
  }
  #globalnav nav .global-nav #menu-global li .sub-menu {
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: 35px;
    background: #666666;
    display: none;
    z-index: 8999;
    width: 100%;
  }
  #globalnav nav .global-nav #menu-global li .sub-menu li {
    width: 100%;
    padding: 0;
  }
  #globalnav nav .global-nav #menu-global li .sub-menu li a {
    text-align: left;
    padding: 4px 10px 6px;
    background: #666666;
    color: #ffffff;
  }
  #globalnav nav .global-nav #menu-global li .sub-menu li a:hover,
  #globalnav nav .global-nav #menu-global li .sub-menu li a:focus {
    background: #4d4d4d;
  }
  #globalnav nav .global-nav #menu-global li:hover ul {
    display: block;
  }
  #globalnav nav .global-shdw {
    display: block;
  }
  #globalnav nav .global-shdw img {
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 100%;
    height: 15px;
  }
  .page-id-12 #global-triangle.show,
  .parent-pageid-12 #global-triangle.show,
  .page-id-18 #global-triangle.show,
  .parent-pageid-18 #global-triangle.show,
  .page-id-457 #global-triangle.show,
  .parent-pageid-457 #global-triangle.show,
  .page-id-470 #global-triangle.show,
  .parent-pageid-470 #global-triangle.show,
  .category-market-news #global-triangle.show,
  .category-press-releases #global-triangle.show,
  .single-post #global-triangle.show,
  .category-company-updates #global-triangle.show,
  .single-post #global-triangle.show {
    /* News & Resources - children */
    display: block;
    position: absolute;
    bottom: -35px;
    width: 25%;
  }
  .page-id-12 #global-triangle.show img,
  .parent-pageid-12 #global-triangle.show img,
  .page-id-18 #global-triangle.show img,
  .parent-pageid-18 #global-triangle.show img,
  .page-id-457 #global-triangle.show img,
  .parent-pageid-457 #global-triangle.show img,
  .page-id-470 #global-triangle.show img,
  .parent-pageid-470 #global-triangle.show img,
  .category-market-news #global-triangle.show img,
  .category-press-releases #global-triangle.show img,
  .single-post #global-triangle.show img,
  .category-company-updates #global-triangle.show img,
  .single-post #global-triangle.show img {
    width: 100%;
  }
  .page-id-12 #global-triangle.show,
  .parent-pageid-12 #global-triangle.show {
    /* Get to know lombard */
    left: 0px;
  }
  .page-id-18 #global-triangle.show,
  .parent-pageid-18 #global-triangle.show {
    /* Become a broker */
    left: 25%;
  }
  .page-id-457 #global-triangle.show,
  .parent-pageid-457 #global-triangle.show {
    /* For Investors - Welcome */
    left: 50%;
  }
  .page-id-470 #global-triangle.show,
  .parent-pageid-470 #global-triangle.show,
  .category-market-news #global-triangle.show,
  .category-press-releases #global-triangle.show,
  .category-company-updates #global-triangle.show,
  .single-post #global-triangle.show {
    /* News & Resources */
    left: 75%;
  }
  .page-id-12 #global-triangle.hide,
  .parent-pageid-12 #global-triangle.hide,
  .page-id-18 #global-triangle.hide,
  .parent-pageid-18 #global-triangle.hide,
  .page-id-457 #global-triangle.hide,
  .parent-pageid-457 #global-triangle.hide,
  .page-id-470 #global-triangle.hide,
  .parent-pageid-470 #global-triangle.hide {
    /* News & Resources */
    display: none;
  }
  /* .header-shrink was added by a script at a certain scroll height, we have the script off for now, now we have .header-shrink added to .header in the html because we want the shrunken version always */
  .header-shrink {
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    z-index: 999999999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header-shrink #globalnav {
    margin-top: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header-shrink #globalnav #logo {
    max-width: 146px;
    margin-top: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header-shrink #globalnav nav .global-nav {
    margin-top: 17px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header-shrink #globalnav nav .global-shdw {
    display: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  /*********************
08. POSTS & CONTENT STYLES
*********************/
  #container {
    margin-top: 137px;
  }
  #container #banner-container {
    margin-top: 10px;
  }
  #banner-container #banners .banner-shdw {
    display: none;
    height: 8px;
    margin-bottom: 100px;
    background-color: rgba(0, 0, 0, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0));
  }
  #banner-container #banners .bx-wrapper .bx-viewport {
    height: 500px !important;
  }
  #banner-container #banners .bx-wrapper .bx-viewport .banner-slides li {
    height: 500px;
    background-size: cover !important;
    background-position: center top !important;
  }
  .slide-flex-container {
    height: 500px;
    background: none;
  }
  .slide-content {
    width: 49%;
    background: rgba(0, 59, 102, 0.9);
  }
  .slide-content h2 {
    font-size: 1.8em;
    padding: 0 30px;
  }
  .slide-content p {
    font-size: 1em;
    line-height: 1.15em;
    padding: 0 30px;
  }
  .slide-content .banner-link {
    padding: 0 30px;
  }
  .mobile-banner {
    display: none;
  }
  #content #inner-content #main .featured-image {
    height: 320px;
  }
  #content #inner-content #main .entry-content {
    padding: 30px 0 50px 0;
  }
  #flexible-content h2 span {
    display: inline-block;
  }
  #flexible-content #margin-rates li {
    width: 19.5%;
    display: inline-block;
    background: none;
    padding-left: 0;
  }
  .home #content #inner-content .values-img li {
    height: 120px;
  }
  #nextsteps-container #nextsteps {
    padding: 55px 0 60px;
  }
  #nextsteps-container #nextsteps .ns-text {
    color: #004e87;
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 30px;
  }
  #nextsteps-container #nextsteps .ns-text p {
    margin: 0;
  }
  #nextsteps-container #nextsteps .ns-buttons {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #nextsteps-container #nextsteps .ns-buttons li {
    width: 48%;
  }
  .tax-brackets {
    border-top: solid 1px #666;
    border-left: solid 1px #666;
  }
  /*********************
SIDEBARS & ASIDES
*********************/
  #content .sidebar {
    margin-left: 0;
    margin-top: -25px;
    border: solid 15px #ecb510;
    background: rgba(255, 255, 255, 0.5);
    padding: 1px;
  }
  #content .sidebar .widgettitle {
    margin-top: .5em;
  }
  #content .sidebar .widget_nav_menu {
    padding: 10px 6px 0 6px;
    margin: 2.2em 0;
  }
  #content .sidebar .widget_nav_menu:first-child {
    margin: 0;
  }
  #content .sidebar .widget_nav_menu ul {
    margin-top: 8px;
  }
  #content .sidebar .widget_nav_menu ul li {
    line-height: 19px;
    padding-bottom: .4em;
    padding-top: .4em;
    padding-left: 20px;
    /* deep nesting */
  }
  #content .sidebar .widget_nav_menu ul li a {
    line-height: .9em;
  }
  #content .sidebar .widget_nav_menu ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  #content .sidebar .widget_nav_menu ul li.current_page_item {
    background: url('../images/nav-arrow-yellow.png') left center no-repeat !important;
  }
  .category-12 .sidebar .widget_nav_menu ul li.company-updates {
    background: url('../images/nav-arrow-yellow.png') left center no-repeat !important;
  }
  .category-14 .sidebar .widget_nav_menu ul li.press-releases {
    background: url('../images/nav-arrow-yellow.png') left center no-repeat !important;
  }
  #sidebar1.sidebar {
    margin-top: -7px;
  }
  #sidebar1.feature-img {
    margin-top: -14px;
  }
  /*********************
ADVISOR LOGIN
*********************/
  #advisor-login-form {
    width: 320px;
    margin: auto;
  }
  #advisor-logout {
    text-align: right;
    padding: 20px 0 0 0;
  }
  #advisor-logout a {
    text-decoration: none;
    background: #004e87;
    border: none;
    color: #ffffff;
    font: 17px 'cantiga', Arial, sans-serif;
    padding: 6px 20px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  /*********************
FOOTER STYLES
*********************/
  /* STICKY FOOTER */
  * {
    margin: 0;
    padding: 0;
  }
  html,
  body,
  #wrap {
    height: 100%;
  }
  body > #wrap {
    height: auto;
    min-height: 100%;
  }
  #container {
    padding-bottom: 200px;
  }
  /* must be same height as the footer */
  footer.footer {
    position: relative;
    margin-top: -200px;
    /* negative value of footer height */
    height: 200px;
    clear: both;
  }
  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  /*********************
13. FOOTER STYLES
*********************/
  #footer-container #inner-footer #footer-links {
    /* ul */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer-container #inner-footer #footer-links .footer-links {
    /* li */
    float: none;
    width: calc(100% / 3);
  }
  .copyright {
    margin: 0;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/
  #globalnav nav .global-nav #menu-global li a {
    font-size: 20px;
  }
  /*********************
08. POSTS & CONTENT STYLES
*********************/
  .slide-content {
    padding: 50px 0 60px;
  }
  .home #content #inner-content .values-img li {
    height: 178px;
  }
  #values-container .values .value {
    width: calc(33% - 25px);
    border-top: none;
    padding: 0;
    margin: 30px 0;
  }
  #values-container .values .value:nth-child(odd) {
    border-left: none;
    padding: 0 0 0 25px;
    border-left: solid 1px #ecb510;
  }
  #values-container .values .value:nth-child(even) {
    border-left: none;
    padding: 0 0 0 25px;
    border-left: solid 1px #ecb510;
  }
  #values-container .values .value:first-child {
    border-left: none;
    padding: 0 0 0 0;
  }
  #values-container .values .value:nth-child(4n) {
    border-left: none;
    padding-left: 0;
  }
  #flexible-content #margin-rates li span {
    font-size: 60px;
    line-height: 70px;
  }
  #testimonials-container #testimonials .testimonials {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #testimonials-container #testimonials .testimonials .testimonial {
    width: 23%;
  }
  /*********************
13. FOOTER STYLES
*********************/
  #footer-container #inner-footer #footer-links {
    /* ul */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer-container #inner-footer #footer-links .footer-links {
    /* li */
    float: none;
    width: calc(100% / 6);
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  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;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
