/* -----------------------------------*/
/* ------>>>     OUTLINE     <<<------*/
/* -----------------------------------*/
/*
	* 	   RESET (Eric Meyer's)
    *      Global Styles ??? (body, paragraphs, lists, etc)
    *      Header
    *      Page Structure (containers, skeleton)
    *      Headings
    *      Text Styles
    *      Tables
    *      Navigation (tabs, menus, etc)
    *      Forms
    *      Footer	
    *      Extras
	* 	   Responsive Overrides
*/
/* -----------------------------------*/
/* ------>>>      RESET      <<<------*/
/* -----------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ olor
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* -----------------------------------*/
/* ------>>>  GLOBAL STYLES  <<<------*/
/* -----------------------------------*/
html, body {
  height: 100%;
  font-size: 100%;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.125em;
  position: relative;
  background: #fff;
}
h1 {
  font-size: 1.6em;
  margin-bottom: 5px;
  font-weight: bold;
}
h2 {
  font-size: 1.35em;
  margin-bottom: 5px;
  font-weight: bold;
}
h3, h4 {
  font-size: 1.17em;
  font-weight: bold;
}
h5 {
  font-size: .83em;
}
h6 {
  font-size: .75em;
}
table {
  border-collapse: collapse;
}
td, th {
  padding: 3px;
  margin: 0;
}
img, a img {
  border: none;
}
img {
  -ms-interpolation-mode: bicubic;
}
hr {
  border: 0;
  height: 0;
  border-bottom: 1px solid #d7d7d7;
}
strong {
  font-weight: bold;
}
em {
  font-weight: bold;
}
/* Default Link Styles */
a {
  text-decoration: none;
  color: #0062c8;
}
a img {
  vertical-align: middle;
}
a:visited {
  color: #0156ab;
}
a:hover {
  text-decoration: underline;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
.headerGradient {
  /* Gradients: Old Browsers | FF3.6+ | Chrome, Safari4 | Chrome10+, Safari5.1+ | Opera 11.10 |	IE10+ | W3C | IE6-9 */

  background: #036ddb;
  background: -moz-linear-gradient(top, #036ddb 0%, #01509f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #036ddb), color-stop(100%, #01509f));
  background: -webkit-linear-gradient(top, #036ddb 0%, #01509f 100%);
  background: -o-linear-gradient(top, #036ddb 0%, #01509f 100%);
  background: -ms-linear-gradient(top, #036ddb 0%, #01509f 100%);
  background: linear-gradient(to bottom, #036ddb 0%, #01509f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#036ddb', endColorstr='#01509f',GradientType=0 );
}
.smallHeaderGradient {
  /* Gradients: Old Browsers | FF3.6+ | Chrome, Safari4 | Chrome10+, Safari5.1+ | Opera 11.10 |	IE10+ | W3C | IE6-9 */

  background: #0279f1;
  background: -moz-linear-gradient(top, #0279f1 0%, #005ec0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0279f1), color-stop(100%, #005ec0));
  background: -webkit-linear-gradient(top, #0279f1 0%, #005ec0 100%);
  background: -o-linear-gradient(top, #0279f1 0%, #005ec0 100%);
  background: -ms-linear-gradient(top, #0279f1 0%, #005ec0 100%);
  background: linear-gradient(to bottom, #0279f1 0%, #005ec0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0279f1', endColorstr='#005ec0',GradientType=0 );
}
.quicknavGradient {
  /* Gradients: Old Browsers | FF3.6+ | Chrome, Safari4 | Chrome10+, Safari5.1+ | Opera 11.10 |	IE10+ | W3C | IE6-9 */

  background: #027af5;
  background: -moz-linear-gradient(top, #027af5 0%, #005dbc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #027af5), color-stop(100%, #005dbc));
  background: -webkit-linear-gradient(top, #027af5 0%, #005dbc 100%);
  background: -o-linear-gradient(top, #027af5 0%, #005dbc 100%);
  background: -ms-linear-gradient(top, #027af5 0%, #005dbc 100%);
  background: linear-gradient(to bottom, #027af5 0%, #005dbc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#027af5', endColorstr='#005dbc',GradientType=0 );
}
.navbarGradient {
  background-color: #3d4045;
  background-image: url(../images/navbar-gradient-gray.png);
  background-position: bottom;
  background-repeat: repeat-x;
}
.navbarGradientActive {
  background-color: #036ddb;
  background-image: url(../images/navbar-gradient-blue.png);
  background-position: bottom;
  background-repeat: repeat-x;
}
.navbarMenuGradient {
  /* Gradients: Old Browsers | FF3.6+ | Chrome, Safari4 | Chrome10+, Safari5.1+ | Opera 11.10 |	IE10+ | W3C | IE6-9 */

  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #e5e3e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #e5e3e4));
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #e5e3e4 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #e5e3e4 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #e5e3e4 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #e5e3e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e5e3e4',GradientType=0 );
}
.grayGradient {
  /* Gradients: Old Browsers | FF3.6+ | Chrome, Safari4 | Chrome10+, Safari5.1+ | Opera 11.10 |	IE10+ | W3C | IE6-9 */

  background: #f95d60;
  background: -moz-linear-gradient(top, #f95d60 0%, #8e959b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f95d60), color-stop(100%, #8e959b));
  background: -webkit-linear-gradient(top, #f95d60 0%, #8e959b 100%);
  background: -o-linear-gradient(top, #f95d60 0%, #8e959b 100%);
  background: -ms-linear-gradient(top, #f95d60 0%, #8e959b 100%);
  background: linear-gradient(to bottom, #f95d60 0%, #8e959b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f95d60', endColorstr='#8e959b',GradientType=0 );
}
.searchGradient {
  /* Gradients: Old Browsers | FF3.6+ | Chrome, Safari4 | Chrome10+, Safari5.1+ | Opera 11.10 |	IE10+ | W3C | IE6-9 */

  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #cacaca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cacaca));
  background: -webkit-linear-gradient(top, #ffffff 0%, #cacaca 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #cacaca 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #cacaca 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #cacaca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cacaca',GradientType=0 );
}
.lightGradient {
  /* Gradients: Old Browsers | FF3.6+ | Chrome, Safari4 | Chrome10+, Safari5.1+ | Opera 11.10 |	IE10+ | W3C | IE6-9 */

  background: #eaf4fd;
  background: -moz-linear-gradient(top, #eaf4fd 0%, #d6dee6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf4fd), color-stop(100%, #d6dee6));
  background: -webkit-linear-gradient(top, #eaf4fd 0%, #d6dee6 100%);
  background: -o-linear-gradient(top, #eaf4fd 0%, #d6dee6 100%);
  background: -ms-linear-gradient(top, #eaf4fd 0%, #d6dee6 100%);
  background: linear-gradient(to bottom, #eaf4fd 0%, #d6dee6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf4fd', endColorstr='#d6dee6',GradientType=0 );
}
.fadeGradient {
  /* Gradients: Old Browsers | FF3.6+ | Chrome, Safari4 | Chrome10+, Safari5.1+ | Opera 11.10 |	IE10+ | W3C | IE6-9 */

  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #d6dee6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d6dee6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #d6dee6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #d6dee6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #d6dee6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #d6dee6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6dee6',GradientType=0 );
}
/*
.fadeGradient{
background: -moz-linear-gradient(top,  rgba(255,255,255,0.3) 0%, rgba(214,222,230,0.90) 40%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.3)), color-stop(40%,rgba(214,222,230,0.90)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(214,222,230,0.90) 40%);
background: -o-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(214,222,230,0.90) 40%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(214,222,230,0.90) 40%);
background: linear-gradient(to bottom,  rgba(255,255,255,0.3) 0%,rgba(214,222,230,0.90) 40%);
filter: ~"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#f2d6dee6',GradientType=0 )";
}
*/
/* DEBUG */
/*
.aside{
	border:1px solid #f00;
}
.columns{
	border-right:1px solid #0ff;
}
.columnswrap{
	border:1px solid #00f;
}
.main{
	border:1px solid #0f0;
}
*/
.borderGray {
  border: 1px solid #d8d9dd;
}
.outlineGray {
  outline: 1px solid #d8d9dd;
}
/* -----------------------------------*/
/* ------>>>     HEADER      <<<------*/
/* -----------------------------------*/
body > .header {
  height: 97px;
  color: #fff;
  clear: both;
  /* Gradients: Old Browsers | FF3.6+ | Chrome, Safari4 | Chrome10+, Safari5.1+ | Opera 11.10 |	IE10+ | W3C | IE6-9 */

  background: #036ddb;
  background: -moz-linear-gradient(top, #036ddb 0%, #01509f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #036ddb), color-stop(100%, #01509f));
  background: -webkit-linear-gradient(top, #036ddb 0%, #01509f 100%);
  background: -o-linear-gradient(top, #036ddb 0%, #01509f 100%);
  background: -ms-linear-gradient(top, #036ddb 0%, #01509f 100%);
  background: linear-gradient(to bottom, #036ddb 0%, #01509f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#036ddb', endColorstr='#01509f',GradientType=0 );
}
body > .header .sub {
  position: relative;
  width: 970px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
body > .header .title {
  position: absolute;
  width: 45%;
  top: 7.5%;
  left: 1%;
  height: 85%;
}
body > .header .title .logo {
  vertical-align: middle;
  text-align: right;
  height: 100%;
  float: left;
  margin-right: 1.0309278350515463%;
}
body > .header .title .logo img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
body > .header .nav {
  position: absolute;
  top: 0;
  right: 1%;
  width: 45%;
  height: 100%;
}
body > .header .nav .links {
  font-size: 1.1875em;
  text-align: right;
  margin-bottom: 4px;
}
body > .header .nav .search {
  position: relative;
  float: right;
  margin-top: 3px;
  text-align: right;
  height: 2em;
  width: 19.0703125em;
  font-size: 0.75em;
  background-color: #e7e7e7;
  background-color: #999;
}
body > .header .nav .search input.inactive {
  color: #999 !important;
}
body > .header .nav .search input[type="text"], body > .header .nav .search input[type="search"] {
  float: left;
  width: 16.6em;
  height: 2em;
  line-height: 2em;
  padding: 0;
  padding-left: .4em !important;
  padding: 0;
  margin: 0;
  font-size: 1em;
  background-color: #e7e7e7;
  color: #363636;
  border-width: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: content-box;
}
body > .header .nav .search input[type="search"] * {
  color: #0f0;
}
body > .header .nav .search .searchButton {
  display: block;
  border-width: 0;
  padding: 0;
  margin: 0;
  font-size: 1em !important;
  float: right;
  background-color: #CCC;
  background: url(../images/search_icon_background.jpg);
  background-position: center center;
  width: 2em;
  height: 2em;
}
body > .header .nav ul {
  list-style: none;
  height: 1em;
  padding: 0;
  margin-top: 15px;
}
body > .header .nav ul li {
  display: inline;
  font-size: 0.6875em;
}
body > .header .nav ul li a {
  color: #fff;
  padding-left: 9px;
  padding-right: 9px;
  border-left: 1px solid #ddd;
}
body > .header .nav ul li a:hover {
  text-decoration: none;
}
body > .header .nav ul li:first-child a {
  border-left: none;
}
/* -----------------------------------*/
/* ------>>> PAGE STRUCTURE  <<<------*/
/* -----------------------------------*/
/* common column settings */
.columns {
  float: left;
  width: 100%;
  position: relative;
}
.aside {
  position: relative;
  overflow: hidden;
}
/* 2 Column (left menu) settings */
.leftmenu .columnswrap {
  border: 1px solid #adb4ba;
}
.leftmenu .columns {
  right: 79.58762886597938%;
  /* right column width (aka left column end point)*/

  background: #d8e1e8;
  /* left column background colour */

  background-image: url(../images/left_menu_bg.jpg);
  background-position: right 0px;
  background-repeat: no-repeat;
  border-right: 1px solid #aeb4ba;
}
.leftmenu .columns .article {
  margin-top: 18px;
}
.leftmenu .main {
  width: 75.25773195876289%;
  /* right column content width */

  left: 102.06185567010309%;
  /* 100% plus left column left padding */

}
.leftmenu .aside {
  width: 20.412371134020617%;
  /* left column content width (column width) - 2*border_width */

  left: 4.329896907216495%;
  /* (right column left and right padding) plus (left column left padding) plus 2*border_width*/
}
/* 2 Column (right menu) settings */
.rightmenu .columnswrap {
  background-color: #d8e0e8;
  /* right column background-color */
}
.rightmenu .columns {
  right: 20.61855670103093%;
  /*right column width */

  background: #fff;
  /* main column background colour */

}
.rightmenu .main {
  width: 77.31958762886597%;
  /* right column content width */

  left: 20.61855670103093%;
  /* 100% plus left column left padding */

}
.rightmenu .aside {
  width: 20.61855670103093%;
  /* right column content width (right column width minus left and right padding) */

  left: 22.68041237113402%;
  /* (left column left and right padding) plus (right column left padding) */

  height: 100%;
}
.columnswrap {
  width: 970px;
  position: relative;
  /* This fixes the IE7 overflow hidden bug */

  clear: both;
  overflow: hidden;
  /* This chops off any overhanging divs */

  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background: #fff;
  /* main column background color */

}
.columnswrap .main {
  float: left;
  position: relative;
  overflow: hidden;
  min-height: 28em;
}
.columnswrap .main  > .article {
  float: left;
  width: 100%;
  font-size: 0.75em;
  color: #3a3a3a;
}
.columnswrap .main  > .article p {
  margin: 6px 0 12px 0;
}
.columnswrap .main  > .article .intro {
  position: relative;
  height: 360px;
  border: 1px solid #d8d9dd;
  /* Gradients: Old Browsers | FF3.6+ | Chrome, Safari4 | Chrome10+, Safari5.1+ | Opera 11.10 |	IE10+ | W3C | IE6-9 */

  background: #eaf4fd;
  background: -moz-linear-gradient(top, #eaf4fd 0%, #d6dee6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf4fd), color-stop(100%, #d6dee6));
  background: -webkit-linear-gradient(top, #eaf4fd 0%, #d6dee6 100%);
  background: -o-linear-gradient(top, #eaf4fd 0%, #d6dee6 100%);
  background: -ms-linear-gradient(top, #eaf4fd 0%, #d6dee6 100%);
  background: linear-gradient(to bottom, #eaf4fd 0%, #d6dee6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf4fd', endColorstr='#d6dee6',GradientType=0 );
  overflow: hidden;
}
.columnswrap .main  > .article .intro .figure {
  position: relative;
  float: left;
  width: 49.6%;
  height: 100%;
  overflow: hidden;
}
.columnswrap .main  > .article .intro .figure #slideshow {
  position: relative;
  width: 100%;
  margin-right: 10px;
}
.columnswrap .main  > .article .intro #mobileWelcome {
  float: left;
  width: 40%;
  margin: 0 20px 20px 0;
}
.columnswrap .main  > .article .intro .welcome {
  float: left;
  width: 376px;
  height: 100%;
}
.columnswrap .main  > .article .intro .welcome .section {
  margin: 20px;
}
.columnswrap .main  > .article .intro .welcome .section p {
  margin-bottom: 15px;
}
.columnswrap .main  > .article .intro .welcome .section ul {
  margin: 0 20px;
}
.columnswrap .main  > .article .intro .welcome .section ul li {
  margin-bottom: 5px;
  margin-left: 14px;
}
.columnswrap .main > .article > .nav {
  float: left;
  margin-top: 10px;
}
.columnswrap .main > .article > .nav .header {
  /* Gradients: Old Browsers | FF3.6+ | Chrome, Safari4 | Chrome10+, Safari5.1+ | Opera 11.10 |	IE10+ | W3C | IE6-9 */

  background: #0279f1;
  background: -moz-linear-gradient(top, #0279f1 0%, #005ec0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0279f1), color-stop(100%, #005ec0));
  background: -webkit-linear-gradient(top, #0279f1 0%, #005ec0 100%);
  background: -o-linear-gradient(top, #0279f1 0%, #005ec0 100%);
  background: -ms-linear-gradient(top, #0279f1 0%, #005ec0 100%);
  background: linear-gradient(to bottom, #0279f1 0%, #005ec0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0279f1', endColorstr='#005ec0',GradientType=0 );
  clear: both;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  margin: 0 0 5px 0;
  width: 750px;
}
.columnswrap .main > .article > .nav .section:first-child {
  margin: 0;
  margin-right: -1px;
}
.columnswrap .main > .article > .nav .section {
  width: 244px;
  height: 294px;
  float: left;
  margin: 0 0 0 9px;
  /* (sections * margin) / sections - 1 */

  background-color: #027af5;
  overflow: hidden;
  position: relative;
}
.columnswrap .main > .article > .nav .section img {
  height: 149px;
  display: block;
  margin: 0;
}
.columnswrap .main > .article > .nav .section .header {
  position: absolute;
  height: 38px;
  top: 111px;
  /* height of image - height of header*/

  left: 0;
  width: 100%;
  color: #fff;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 3.2em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  filter: none;
  background: transparent url(../images/black_80percent.png) repeat;
}
.columnswrap .main > .article > .nav .section .header a {
  color: #fff;
  display: block;
}
.columnswrap .main > .article > .nav .section .sub {
  /* Gradients: Old Browsers | FF3.6+ | Chrome, Safari4 | Chrome10+, Safari5.1+ | Opera 11.10 |	IE10+ | W3C | IE6-9 */

  background: #027af5;
  background: -moz-linear-gradient(top, #027af5 0%, #005dbc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #027af5), color-stop(100%, #005dbc));
  background: -webkit-linear-gradient(top, #027af5 0%, #005dbc 100%);
  background: -o-linear-gradient(top, #027af5 0%, #005dbc 100%);
  background: -ms-linear-gradient(top, #027af5 0%, #005dbc 100%);
  background: linear-gradient(to bottom, #027af5 0%, #005dbc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#027af5', endColorstr='#005dbc',GradientType=0 );
  color: #fff;
  overflow: hidden;
  height: 135px;
  /* height of quicknav - image height - top padding*/
  padding: 10px 5px 0 10px;
  font-size: 0.9285714285714285em;
}
.columnswrap .main > .article > .nav .section .sub ul {
  list-style: disc;
  margin: 0;
  margin-bottom: 10px;
}
.columnswrap .main > .article > .nav .section .sub ul li {
  margin: 0 0 5px 14px;
  list-style: disc;
}
.columnswrap .main > .article > .nav .section .sub a {
  color: #eee;
}
.columnswrap .aside {
  float: left;
}
.columnswrap .aside .section {
  background-color: #d8e1e8;
  background-color: inherit;
}
.columnswrap .aside .section .sub {
  font-size: 0.7142857142857142em;
  padding: 15px;
}
.columnswrap .aside .section.socialmedia {
  background-color: #eceff4;
}
.columnswrap .aside .section.socialmedia .sub {
  border-bottom: 1px solid #afb4ba;
}
.columnswrap .aside .section.socialmedia p {
  margin-top: 8px;
  line-height: 1em;
}
.columnswrap .aside .section.socialmedia a {
  color: #6e6e6e;
}
.columnswrap .aside .section.socialmedia a.highlight {
  color: #02d7fe;
}
.columnswrap .aside .section .socialfollow {
  background-color: #d8e1e8;
  text-align: right;
  padding-right: 5px;
}
.columnswrap .aside .section .socialfollow img {
  margin: 5px 5px 5px 0;
}
.columnswrap .aside .section > .header {
  border: 1px solid #0060c4;
  color: #fff;
  height: 2em;
  /* Gradients: Old Browsers | FF3.6+ | Chrome, Safari4 | Chrome10+, Safari5.1+ | Opera 11.10 |	IE10+ | W3C | IE6-9 */

  background: #0279f1;
  background: -moz-linear-gradient(top, #0279f1 0%, #005ec0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0279f1), color-stop(100%, #005ec0));
  background: -webkit-linear-gradient(top, #0279f1 0%, #005ec0 100%);
  background: -o-linear-gradient(top, #0279f1 0%, #005ec0 100%);
  background: -ms-linear-gradient(top, #0279f1 0%, #005ec0 100%);
  background: linear-gradient(to bottom, #0279f1 0%, #005ec0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0279f1', endColorstr='#005ec0',GradientType=0 );
  line-height: 2em;
  font-weight: bold;
  font-size: 0.7857142857142857em;
  text-align: center;
  text-transform: uppercase;
}
/* -----------------------------------*/
/* ------>>>     HEADINGS    <<<------*/
/* -----------------------------------*/
/* -----------------------------------*/
/* ------>>>   TEXT STYLES   <<<------*/
/* -----------------------------------*/
.caption {
  color: #666;
  text-align: center;
  font-style: italic;
}
.summary {
  height: 15px;
  vertical-align: middle;
  border: 1px dotted #333;
  padding: 10px;
  margin-top: 2px;
  margin-bottom: 16px;
}
.shaded {
  background-color: #f9fafc;
  border: 1px solid #d1d1d1;
}
.tip {
  color: #0033cc;
  font-weight: normal;
}
.warning {
  color: #AF1526;
  font-weight: bold;
}
.required {
  margin-right: 3px;
  color: #ff0000;
}
.inputError {
  padding: 2px;
  border: 4px solid #ff0000;
}
.errorMessage {
  color: #f00;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border: 1px dotted #f00;
}
/*marks tooltip divs. a script should hide them and then reveal them dynamically */
.tooltip {
  display: block;
  color: #444;
}
.tipbox {
  display: none;
}
.quote {
  color: #6a6a6a;
  font-style: italic;
  text-align: center;
  margin-top: 10px;
}
.article ul {
  margin-left: 20px;
}
ul.accordion_list, .accordion_list ul {
  margin-left: 0;
}
/* -----------------------------------*/
/* ------>>>      TABLES     <<<------*/
/* -----------------------------------*/
table .total {
  text-align: right;
  padding-right: 10px;
  font-size: large;
  font-weight: bold;
}
/* -----------------------------------*/
/* ------>>>    NAVIGATION   <<<------*/
/* -----------------------------------*/
.nav {
  position: relative;
}
/* header navbar */
#navbar {
  z-index: 9999;
  font-size: 0.75em;
  background-color: #3d4045;
  background-image: url(../images/navbar-gradient-gray.png);
  background-position: bottom;
  background-repeat: repeat-x;
  border-top: 1px solid #28292d;
  color: #fff;
}
#navbar .sub {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}
#navbarmenu {
  list-style: none;
  min-height: 33px;
  position: relative;
  /*matches the parent's border and pulls content up to overlap*/

  border-top: 1px solid #28292d;
  margin-top: -1px;
  background-color: #3d4045;
  background-image: url(../images/navbar-gradient-gray.png);
  background-position: bottom;
  background-repeat: repeat-x;
}
#navbarmenu > li.active {
  background-color: #036ddb;
  background-image: url(../images/navbar-gradient-blue.png);
  background-position: bottom;
  background-repeat: repeat-x;
  border-left: 1px solid #3382d1;
  border-top: 1px solid #004c97;
  margin-top: -1px;
}
#navbarmenu > li {
  float: left;
  display: block;
  text-align: center;
  position: relative;
  line-height: 33px;
  border-left: 1px solid #555;
  border-right: 1px solid #222;
}
#navbarmenu > li > a {
  position: relative;
  color: #fff;
  font-weight: bold;
  display: block;
  outline: 0;
  text-decoration: none;
  padding-left: 18px;
  padding-right: 18px;
}
#navbarmenu > li > a:hover {
  color: #a3a3a3;
}
#navbarmenu > li > a.active {
  color: #fff;
}
#navbarmenu > li:first-child a {
  border-left: none;
}
#navbarmenu .dropdown_1column,
#navbarmenu .dropdown_2columns,
#navbarmenu .dropdown_3columns,
#navbarmenu .dropdown_4columns,
#navbarmenu .dropdown_5columns {
  color: #333;
  position: absolute;
  left: -999em;
  /* hides the dropdown */

  text-align: left;
  line-height: 1.8em;
  padding: 15px 9px 10px 9px;
  border: 1px solid #b0b9c0;
  border-top: none;
  /* Gradients: Old Browsers | FF3.6+ | Chrome, Safari4 | Chrome10+, Safari5.1+ | Opera 11.10 |	IE10+ | W3C | IE6-9 */

  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #e5e3e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #e5e3e4));
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #e5e3e4 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #e5e3e4 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #e5e3e4 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #e5e3e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e5e3e4',GradientType=0 );
}
#navbarmenu .dropdown_1column li,
#navbarmenu .dropdown_2columns li,
#navbarmenu .dropdown_3columns li,
#navbarmenu .dropdown_4columns li,
#navbarmenu .dropdown_5columns li {
  line-height: 1.2em;
  margin: 4px 0 12px 0;
}
#navbarmenu .dropdown_1column a,
#navbarmenu .dropdown_2columns a,
#navbarmenu .dropdown_3columns a,
#navbarmenu .dropdown_4columns a,
#navbarmenu .dropdown_5columns a {
  font-weight: normal;
}
#navbarmenu .dropdown_1column a:hover,
#navbarmenu .dropdown_2columns a:hover,
#navbarmenu .dropdown_3columns a:hover,
#navbarmenu .dropdown_4columns a:hover,
#navbarmenu .dropdown_5columns a:hover {
  font-weight: normal;
}
#navbarmenu .dropdown_1column {
  width: 145px;
}
#navbarmenu .dropdown_2columns {
  width: 270px;
}
#navbarmenu .dropdown_3columns {
  width: 395px;
}
#navbarmenu .dropdown_4columns {
  width: 520px;
}
#navbarmenu .dropdown_5columns {
  width: 645px;
}
#navbarmenu p {
  line-height: 1.2em;
}
#navbarmenu ul {
  list-style: outside;
  padding-left: 20px;
  color: #0062c8;
}
#navbarmenu li:hover .dropdown_1column,
#navbarmenu li:hover .dropdown_2columns,
#navbarmenu li:hover .dropdown_3columns,
#navbarmenu li:hover .dropdown_4columns,
#navbarmenu li:hover .dropdown_5columns {
  left: -1px;
  top: auto;
}
#navbarmenu li:hover .align_right {
  left: auto;
  right: -1px;
  top: auto;
}
#navbarmenu .col_1,
#navbarmenu .col_2,
#navbarmenu .col_3,
#navbarmenu .col_4,
#navbarmenu .col_5 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
#navbarmenu .left_divider {
  background-image: url(../images/navbar-menu-divider.png);
  background-position: left;
  background-repeat: repeat-y;
}
#navbarmenu .right_divider {
  background-image: url(../images/navbar-menu-divider.png);
  background-position: right;
  background-repeat: repeat-y;
}
#navbarmenu .col_1 {
  width: 115px;
}
#navbarmenu .col_2 {
  width: 240px;
}
#navbarmenu .col_3 {
  width: 365px;
}
#navbarmenu .col_4 {
  width: 490px;
}
#navbarmenu .col_5 {
  width: 615px;
}
/*Side Nav - Common */
.aside .nav ul {
  list-style: none;
  margin-bottom: 22px;
}
.aside .nav ul li {
  margin-bottom: 8px;
}
.aside .nav ul li a {
  color: #3a3a3a;
  font-weight: bold;
}
/*Left Side Nav */
.leftmenu .aside .nav {
  font-size: 0.7142857142857142em;
  border-bottom: 1px solid #a8afb7;
  margin-bottom: 20px;
}
.leftmenu .aside .nav ul {
  margin-bottom: 0;
}
.leftmenu .aside .nav ul li {
  border-bottom: 1px solid #f8f9fb;
  border-top: 1px solid #a8afb7;
  margin: 0;
}
.leftmenu .aside .nav ul li a {
  display: block;
  padding: 8px 0 8px 8px;
}
.leftmenu .aside .nav ul li a:hover {
  background-color: #6FA7DF;
  color: #fff;
  text-decoration: none;
}
.leftmenu .aside .nav ul li:first-child {
  border-top: 0;
  margin-top: -2px;
}
.leftmenu .aside .nav ul li.active {
  background-color: #f1f5f8;
}
.accordion_list {
  list-style: none;
  margin: 2px 0 8px 0;
  padding: 0;
  clear: both;
}
.accordion_list .accord_header {
  margin-bottom: 5px;
  border: 1px solid #adb4ba;
}
.accordion_list .accord_header li {
  background-color: #eceff4;
  padding: 15px;
}
.accordion_list .accord_header ul {
  list-style: none;
}
.accordion_list .accord_header > a:first-child {
  /* Gradients: Old Browsers | FF3.6+ | Chrome, Safari4 | Chrome10+, Safari5.1+ | Opera 11.10 |	IE10+ | W3C | IE6-9 */

  background: #036ddb;
  background: -moz-linear-gradient(top, #036ddb 0%, #01509f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #036ddb), color-stop(100%, #01509f));
  background: -webkit-linear-gradient(top, #036ddb 0%, #01509f 100%);
  background: -o-linear-gradient(top, #036ddb 0%, #01509f 100%);
  background: -ms-linear-gradient(top, #036ddb 0%, #01509f 100%);
  background: linear-gradient(to bottom, #036ddb 0%, #01509f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#036ddb', endColorstr='#01509f',GradientType=0 );
  border: 1px solid #0060c4;
  margin: -1px -1px 0 -1px;
  color: #fff;
  padding: 0 0 0 15px;
  min-height: 1.8em;
  padding-top: .25em;
  padding-bottom: .1em;
  display: block;
  font-weight: bold;
}
.accordion_list .accord_header > a {
  border: 1px solid #0060c4;
}
.accordion_list .accord_opened a span {
  float: right;
  width: 13px;
  height: 13px;
  margin-top: 2px;
  margin-right: 10px;
  display: inline-block;
  background: url(../images/arrow_opened.png);
}
.accordion_list .accord_closed a span {
  float: right;
  width: 13px;
  height: 13px;
  margin-top: 2px;
  margin-right: 10px;
  display: inline-block;
  background: url(../images/arrow_closed.png);
}
.accordion_list ol.accord_skip {
  margin: 0 15px;
}
.accordion_list ul.accord_skip {
  list-style: disc;
  margin: 0 15px;
}
.accordion_list .accord_skip li {
  margin-left: 14px;
  padding: 0;
}
#mobile_search {
  display: none;
  position: relative;
  margin: 0;
  font-size: 0.75em;
  /* Gradients: Old Browsers | FF3.6+ | Chrome, Safari4 | Chrome10+, Safari5.1+ | Opera 11.10 |	IE10+ | W3C | IE6-9 */

  background: #888888;
  background: -moz-linear-gradient(top, #888888 0%, #555555 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888888), color-stop(100%, #555555));
  background: -webkit-linear-gradient(top, #888888 0%, #555555 100%);
  background: -o-linear-gradient(top, #888888 0%, #555555 100%);
  background: -ms-linear-gradient(top, #888888 0%, #555555 100%);
  background: linear-gradient(to bottom, #888888 0%, #555555 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#555555',GradientType=0 );
}
#mobile_search .sub {
  padding: 5px 0;
  height: 2em;
  width: 24.1em;
  margin-left: auto;
  margin-right: 15px;
}
#mobile_search input[type="text"], #mobile_search input[type="search"] {
  float: left;
  width: 22em;
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1em;
  background-color: #e7e7e7;
  color: #363636;
  border-width: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 10px 0 0 10px;
  margin-right: -4px;
}
#mobile_search .searchButton {
  display: block;
  border-width: 0;
  padding: 0;
  margin: 0;
  font-size: 1em !important;
  float: right;
  background-color: #CCC;
  background: url(../images/search_icon_background.jpg);
  background-position: center center;
  width: 2em;
  height: 2em;
  border-radius: 0 10px 10px 0;
}
/* -----------------------------------*/
/* ------>>>      FORMS      <<<------*/
/* -----------------------------------*/
.label {
  text-align: right;
  font-weight: bold;
  vertical-align: baseline;
  padding: 4px 20px 0 0;
  width: 130px !important;
}
.label-micro {
  text-align: right;
  font-weight: bold;
  vertical-align: baseline;
  padding: 4px 20px 0 0;
  width: 130px !important;
  width: 2em !important;
}
.label-mini {
  text-align: right;
  font-weight: bold;
  vertical-align: baseline;
  padding: 4px 20px 0 0;
  width: 130px !important;
  width: 60px !important;
}
.label-small {
  text-align: right;
  font-weight: bold;
  vertical-align: baseline;
  padding: 4px 20px 0 0;
  width: 130px !important;
  width: 90px !important;
}
.label-medium {
  text-align: right;
  font-weight: bold;
  vertical-align: baseline;
  padding: 4px 20px 0 0;
  width: 130px !important;
  width: 130px !important;
}
.label-large {
  text-align: right;
  font-weight: bold;
  vertical-align: baseline;
  padding: 4px 20px 0 0;
  width: 130px !important;
  width: 210px !important;
}
.label-xlarge {
  text-align: right;
  font-weight: bold;
  vertical-align: baseline;
  padding: 4px 20px 0 0;
  width: 130px !important;
  width: 270px !important;
}
.label-xxlarge {
  text-align: right;
  font-weight: bold;
  vertical-align: baseline;
  padding: 4px 20px 0 0;
  width: 130px !important;
  width: 530px !important;
}
.input-micro {
  width: 2em !important;
}
.input-mini {
  width: 60px !important;
}
.input-small {
  width: 90px !important;
}
.input-medium {
  width: 130px !important;
}
.input-large {
  width: 210px !important;
}
.input-xlarge {
  width: 270px !important;
}
.input-xxlarge {
  width: 530px !important;
}
.icon {
  vertical-align: middle;
  padding: 2px 0 4px 0;
}
.icon.fltlft, .icon.fltrgt {
  margin: 4px 0 0;
}
.controls {
  text-align: right;
  color: #0063c3;
}
.controls input[type="reset"], .controls input[type="button"], .controls input[type="submit"] {
  margin: 0 5px;
  padding: 0 10px;
  width: 130px;
}
.controls a {
  color: #0063c3;
}
/* -----------------------------------*/
/* ------>>>     FOOTER       <<<-----*/
/* -----------------------------------*/
.footer {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 10px;
  font-size: 0.81640625em;
}
.footer .sub {
  position: relative;
  width: 970px;
  text-align: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  line-height: 28px;
  background-color: #8e959d;
}
.footer a {
  color: #fff;
  margin: 0 1em;
}
.social_footer {
  clear: both;
  float: left;
  width: 100%;
  text-align: right;
  font-size: 0.75em;
}
.social_footer .sub {
  background-color: #2b2c30;
  color: #fff;
  padding: 6px 6px;
}
.social_footer a {
  color: #fff;
  margin: 2px 4px;
}
/* -----------------------------------*/
/* ------>>>     EXTRAS      <<<------*/
/* -----------------------------------*/
/* Miscellaneous classes for reuse */
.fltrt {
  float: right;
  margin-left: 8px;
  margin-bottom: 8px;
}
.fltlft {
  float: left;
  margin-right: 8px;
}
.clearfloat {
  clear: both;
}
.no_border {
  border-width: 0;
}
.center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.center_text {
  text-align: center !important;
}
.left_align {
  text-align: left;
}
.right_align {
  text-align: right;
}
.full_width {
  width: 100%;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.mobile-only, span.mobile-only {
  display: none;
}
.desktop-only {
  display: block;
}
span.desktop-only {
  display: inline;
}
/* width classes in 1/12ths increments, based on content width (not parent container)*/
/* To be more useful, they should probably be redefined to make sure content fits on different containers.
	They become less useful the deeper into the heirarchy they're used.
*/
.span1 {
  width: 62px;
}
.span2 {
  width: 124px;
}
.span3 {
  width: 186px;
}
.span4 {
  width: 248px;
}
.span5 {
  width: 310px;
}
.span6 {
  width: 372px;
}
.span7 {
  width: 434px;
}
.span8 {
  width: 496px;
}
.span9 {
  width: 558px;
}
.span10 {
  width: 620px;
}
.span11 {
  width: 682px;
}
.offset1 {
  margin-left: 62px;
}
.offset2 {
  margin-left: 124px;
}
.offset3 {
  margin-left: 186px;
}
.offset4 {
  margin-left: 248px;
}
.offset5 {
  margin-left: 310px;
}
.offset6 {
  margin-left: 372px;
}
.offset7 {
  margin-left: 434px;
}
.offset8 {
  margin-left: 496px;
}
.offset9 {
  margin-left: 558px;
}
.offset10 {
  margin-left: 620px;
}
.offset11 {
  margin-left: 682px;
}
/* --------------------------------------*/
/* ------>>>RESPONSIVE OVERRIDES<<<------*/
/* --------------------------------------*/
@media only screen and (max-width : 1015px) {
  .mobile-only {
    display: block;
  }
  span.mobile-only {
    display: inline;
  }
  span.desktop-only, .desktop-only {
    display: none !important;
  }
  body > .header {
    height: 50px;
  }
  body > .header .mobile-only .links a {
    height: 50px;
    padding: 4px 8px;
    display: inline-block;
  }
  body > .header .mobile-only .links a img {
    margin-top: 10px;
  }
  body > .footer {
    border-top: 1px solid #74797f;
    font-size: 0.7857142857142857em;
  }
  body > .header .sub, body > .footer .sub {
    width: 100%;
  }
  /* common column settings */
  .columns {
    float: none;
    width: 100%;
  }
  .columnswrap {
    width: 100%;
    margin: 0;
    left: auto;
  }
  .columnswrap .main {
    float: none;
    width: 100%;
    left: auto;
    right: auto;
    margin: 0;
  }
  .columnswrap .aside {
    float: none;
    width: 100%;
    left: auto;
    right: auto;
    margin: 0;
  }
  .leftmenu .columns {
    right: auto;
  }
  .rightmenu .columns {
    right: auto;
  }
  .main .intro .figure {
    display: none;
  }
  .columnswrap .main > .article .intro {
    height: auto;
    margin: 0;
  }
  .columnswrap .main > .article .intro .welcome {
    float: none;
    width: 100%;
  }
  .columnswrap .main > .article > .nav {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .columnswrap .main > .article > .nav .header {
    margin-top: 10px;
    margin-bottom: 0;
    width: 100%;
  }
  .columnswrap .main > .article > .nav .section:first-child {
    margin: 0;
    border-left: none;
  }
  .columnswrap .main > .article > .nav .section {
    width: 33.333333333333336%;
    height: auto;
    margin: 0;
    margin-right: -2px;
    border-left: 1px solid #000;
  }
  .columnswrap .main > .article > .nav .section img {
    display: none;
  }
  .columnswrap .main > .article > .nav .section .header {
    position: relative;
    top: auto;
  }
  .leftmenu .columnswrap {
    border: none;
  }
  .leftmenu .columns {
    background: #fff;
    float: none;
    border: none;
    padding: 0;
    margin: 0;
    right: 0;
    margin: 3%;
    width: 94%;
  }
  .leftmenu .main {
    border-top: 1px solid #bec3c7;
    margin: 0;
    padding: 0;
  }
  .leftmenu .aside .section {
    border: 1px solid #adb4ba;
    background-color: #d8e1e8;
    margin-bottom: 1em;
  }
  .leftmenu .aside .section .nav {
    margin: 0;
  }
  .rightmenu .aside {
    margin-top: 10px;
  }
  /* Navbar menu */
  #navbar {
    display: none;
    background: none;
    filter: none;
    border: none;
    background-color: #fff;
    color: #1e1e1e;
    border: 1px solid #014fa1;
    border-bottom-width: 2px;
    box-shadow: 0 5px 5px #999;
  }
  #navbar .sub {
    width: 100%;
    background: none;
  }
  #navbarmenu {
    background: none;
    border: none;
    width: 100%;
  }
  #navbarmenu ul {
    padding: 0;
    margin: 0;
  }
  #navbarmenu > li.active {
    background: none;
    border: none;
    border-bottom: 1px solid #bebebe;
  }
  #navbarmenu > li {
    float: none !important;
    background: none;
    border: none;
    border-bottom: 1px solid #bebebe;
    text-align: left;
  }
  #navbarmenu > li a {
    line-height: 3.5em;
    color: #1e1e1e;
  }
  #navbarmenu > li a:hover {
    color: #333;
  }
  #navbarmenu > li a.closed {
    background-image: url(../images/dmdc_mobile_menu_toggle_closed.png);
    background-repeat: no-repeat;
    background-position: 96% center;
  }
  #navbarmenu > li a.opened {
    background-image: url(../images/dmdc_mobile_menu_toggle_opened.png);
    background-repeat: no-repeat;
    background-position: 96% center;
  }
  #navbarmenu .dropdown_1column,
  #navbarmenu .dropdown_2columns,
  #navbarmenu .dropdown_3columns,
  #navbarmenu .dropdown_4columns,
  #navbarmenu .dropdown_5columns {
    position: relative;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    left: auto;
    right: auto;
    width: 100%;
  }
  #navbarmenu .dropdown_1column a,
  #navbarmenu .dropdown_2columns a,
  #navbarmenu .dropdown_3columns a,
  #navbarmenu .dropdown_4columns a,
  #navbarmenu .dropdown_5columns a {
    font-weight: bold;
  }
  #navbarmenu .dropdown_1column a:hover,
  #navbarmenu .dropdown_2columns a:hover,
  #navbarmenu .dropdown_3columns a:hover,
  #navbarmenu .dropdown_4columns a:hover,
  #navbarmenu .dropdown_5columns a:hover {
    font-weight: bold;
  }
  #navbarmenu .col_1,
  #navbarmenu .col_2,
  #navbarmenu .col_3,
  #navbarmenu .col_4,
  #navbarmenu .col_5 {
    display: none;
    float: none;
    background: none;
    filter: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #navbarmenu .nav {
    background-color: #e8ecef;
  }
  #navbarmenu .nav li {
    list-style: none;
    border-top: 1px solid #bebebe;
    line-height: 3em;
    margin: 0;
  }
  #navbarmenu .nav li a {
    display: block;
    margin-left: 30px;
    color: #0064c3;
  }
  #navbarmenu li:hover .dropdown_1column,
  #navbarmenu li:hover .dropdown_2columns,
  #navbarmenu li:hover .dropdown_3columns,
  #navbarmenu li:hover .dropdown_4columns,
  #navbarmenu li:hover .dropdown_5columns {
    left: auto;
  }
  #navbarmenu li:hover .align_right {
    right: auto;
  }
  #mobile_search {
    display: none;
  }
}
@media only screen and (max-width : 650px) {
  .columnswrap .main > .article > .nav .section .header {
    font-size: 0.8333333333333333em;
    overflow: inherit;
  }
}
@media only screen and (max-width : 540px) {
  .columnswrap .main > .article > .nav .section {
    font-size: 1.2000000000000002em;
    float: none;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
  }
  .rightmenu .aside {
    margin-top: 0;
  }
  .footer {
    font-size: 0.7272727272727273em !important;
  }
  .footer a {
    margin: 0 3px;
  }
}
