/*

	Desktop styles only!

 */
.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.menu li {
  padding: 0;
  margin: 0;
  display: inline;
}
.menu li a {
  display: inline-block;
  font-size: 16px;
}
.menu li ul {
  display: none;
}
@media (max-width: 983px) {
  .mobilemenu {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
  }
  .mobilemenu li {
    padding: 0;
    margin: 0;
    display: inline;
  }
  .mobilemenu li a {
    display: inline-block;
    font-size: 16px;
  }
  .mobilemenu li ul {
    display: none;
  }
  .mobilemenu li {
    position: relative;
  }
  .mobilemenu li a,
  .mobilemenu li span {
    display: block;
    border: 1px solid white;
    border-left: 0;
    border-right: 0;
    padding: 16px;
    text-transform: uppercase;
    font-size: 16px;
    color: white;
    cursor: pointer;
    background-image: url(../img/chevron-white.png);
    background-position: 98% 50%;
    background-repeat: no-repeat;
    text-decoration: none;
    line-height: 1.2em;
  }
  .mobilemenu li a.has-children,
  .mobilemenu li span.has-children {
    background-image: url(../img/chevron-white-down.png);
  }
  .mobilemenu li ul {
    display: none;
    padding: 0;
    margin: 0;
  }
}
.delist {
  padding: 0;
  margin: 0;
  list-style: none;
}
.delist li {
  padding: 0;
  margin: 0;
}
.form-inline fieldset {
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 0;
}
.form-inline fieldset .searchform_container {
  display: inline;
}
.form-inline .input-box,
.form-inline .submit {
  height: 48px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: bottom;
}
.form-inline .input-box {
  width: 80%;
  font-size: 16px;
  border: 0 solid white !important;
  padding-left: 2%;
  color: #201f20;
}
.form-inline .submit {
  border: 0 solid white !important;
  border-radius: 0;
  width: 19%;
  background-color: #0081c5;
  background-image: url('../img/search-white.png');
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}
.rounded fieldset {
  margin: 16px 0;
}
.rounded input {
  border-radius: 32px !important;
  height: 32px!important;
}
.rounded input[type="text"] {
  background: #f8f8f8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f8f8f8 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f8f8f8 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f8f8f8 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f8f8f8 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f8f8f8 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=white, GradientType=0);
  /* IE6-9 */
  border-top: 2px solid #bcbec0 !important;
  border-bottom: 2px solid #ffffff !important;
  padding-left: 16px;
  padding-right: 32px;
  width: 100%;
}
.rounded input[type="text"]::-webkit-input-placeholder {
  color: #bcbec0;
}
.rounded input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #bcbec0;
}
.rounded input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #bcbec0;
}
.rounded input[type="text"]:-ms-input-placeholder {
  color: #bcbec0;
}
.rounded input[type="text"]:focus {
  border: 2px solid #0081c5 !important;
  box-shadow: 0 0 6px #0081c5;
  outline: none;
}
.rounded input[type="submit"] {
  background: #bcbec0;
  background-image: url(../img/searchgo-white.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40%;
  color: white;
  margin-left: -32px;
  width: 32px;
}
@media (max-width: 983px) {
  .hidden-mobile {
    display: none!important;
  }
}
@media (min-width: 984px) {
  .hidden-desktop {
    display: none!important;
  }
  .container {
    margin: auto;
    max-width: 984px;
  }
  header .mainheader {
    padding: 0 32px;
  }
  header .mainheader .logo-and-menus {
    padding: 0;
    margin-top: 8px;
  }
  header .mainheader .logo-and-menus #logo {
    display: table-cell;
    vertical-align: bottom;
  }
  header .mainheader .logo-and-menus #logo img {
    margin-top: 12px;
    vertical-align: bottom;
    max-width: none;
  }
  header .mainheader .logo-and-menus .notlogo {
    width: 648px;
  }
  header .mainheader .logo-and-menus .notlogo .items {
    display: inline-block;
    font-size: 12px;
    margin-right: 11px;
    width: auto;
  }
  header .mainheader .logo-and-menus .notlogo .items .item {
    opacity: 0.36;
    color: #272727;
    margin-left: 20px;
    display: inline-block;
    text-align: left;
    position: relative;
  }
  header .mainheader .logo-and-menus .notlogo .items .item:hover {
    opacity: 1;
  }
  header .mainheader .logo-and-menus .notlogo .items .item img {
    vertical-align: middle;
    margin-right: 4px;
    height: 32px;
  }
  header .mainheader .logo-and-menus .notlogo .items .item.gdlogo {
    opacity: 1;
  }
  header .mainheader .logo-and-menus .notlogo .items .item .sub-menu {
    position: absolute;
    top: 32px;
    z-index: 100;
    display: none;
    background: white;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.5);
    padding: 0;
    margin: 0;
    list-style: none;
    width: 550px;
    /**
	 * For modern browsers
	 * 1. The space content is one way to avoid an Opera bug when the
	 *    contenteditable attribute is included anywhere else in the document.
	 *    Otherwise it causes space to appear at the top and bottom of elements
	 *    that are clearfixed.
	 * 2. The use of `table` rather than `block` is only necessary if using
	 *    `:before` to contain the top-margins of child elements.
	 */
    /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
    *zoom: 1;
  }
  header .mainheader .logo-and-menus .notlogo .items .item .sub-menu li {
    padding: 0;
    margin: 0;
  }
  header .mainheader .logo-and-menus .notlogo .items .item .sub-menu::before,
  header .mainheader .logo-and-menus .notlogo .items .item .sub-menu::after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  header .mainheader .logo-and-menus .notlogo .items .item .sub-menu::after {
    clear: both;
  }
  header .mainheader .logo-and-menus .notlogo .items .item .sub-menu li {
    display: inline;
  }
  header .mainheader .logo-and-menus .notlogo .items .item .sub-menu li a {
    display: block;
    float: left;
    width: 275px;
    padding: 4px 10px;
    font-size: 16px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .mainheader .logo-and-menus .notlogo .items .item .sub-menu li a:hover {
    background: #002b5a;
    color: white;
  }
  header .mainheader .logo-and-menus .notlogo .items .item .sub-menu.region-menu {
    width: 200px;
  }
  header .mainheader .logo-and-menus .notlogo .items .item .sub-menu.region-menu li a {
    width: 50px;
    text-align: center;
    padding-bottom: 8px;
  }
  header .mainheader .logo-and-menus .notlogo .items .item .sub-menu.region-menu li a img {
    height: auto !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }
  header .mainheader .logo-and-menus .notlogo .items .item .sub-menu.region-menu li a:hover img {
    box-shadow: 0 0 8px #ffffff;
  }
  header .mainheader .logo-and-menus .notlogo .items .item:hover .sub-menu {
    display: block;
  }
  header .mainheader .logo-and-menus .notlogo .main-menu {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: -8px;
  }
  header .mainheader .logo-and-menus .notlogo .main-menu a {
    font-size: 16px;
    font-weight: 400;
    display: block;
  }
  header .mainheader .logo-and-menus .notlogo .main-menu > li {
    position: relative;
    z-index: 2;
    display: inline-block;
  }
  header .mainheader .logo-and-menus .notlogo .main-menu > li > a > span {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 2px solid #dcdcdc;
  }
  header .mainheader .logo-and-menus .notlogo .main-menu > li:first-child > a > span {
    border-left: 0;
  }
  header .mainheader .logo-and-menus .notlogo .main-menu > li > ul {
    top: 100%;
    left: 0;
  }
  header .mainheader .logo-and-menus .notlogo .main-menu > li ul {
    z-index: 2;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    position: absolute;
    min-width: 100%;
    white-space: nowrap;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.5);
  }
  header .mainheader .logo-and-menus .notlogo .main-menu > li ul li {
    padding: 0;
    margin: 0;
  }
  header .mainheader .logo-and-menus .notlogo .main-menu > li ul li {
    position: relative;
    background: #f8f8f8;
    display: block;
  }
  header .mainheader .logo-and-menus .notlogo .main-menu > li ul li a {
    padding: 4px 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .mainheader .logo-and-menus .notlogo .main-menu > li ul li ul {
    left: 100%;
    top: 0;
  }
  header .mainheader .logo-and-menus .notlogo .main-menu > li ul li.menu-item-has-children > a {
    padding-right: 2em;
  }
  header .mainheader .logo-and-menus .notlogo .main-menu > li ul li.menu-item-has-children > a::after {
    content: ">";
    float: right;
    margin-right: -1.5em;
  }
  header .mainheader .logo-and-menus .notlogo .main-menu > li ul li ul > li.menu-item-has-children > a::after {
    content: "v";
  }
  header .mainheader .logo-and-menus .notlogo .main-menu li:hover > a {
    background: #002b5a;
    color: white;
    text-decoration: none;
  }
  header .mainheader .logo-and-menus .notlogo .main-menu li:hover > a > span {
    border-left-color: #002b5a;
  }
  header .mainheader .logo-and-menus .notlogo .main-menu li:hover > ul {
    display: block;
  }
  header .slider {
    margin-top: 16px;
  }
  .maincontent > .container {
    position: relative;
  }
  .content {
    float: left;
    margin-left: 252px;
    width: 452px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
  }
  .content.twocol {
    width: 75%;
  }
  .content h2.massiveh2 {
    font-size: 50px;
  }
  .leftbar,
  .rightbar {
    width: 264px;
  }
  .leftbar {
    position: absolute;
    left: 0;
    top: 0;
  }
  .rightbar {
    float: left;
    margin-right: -16px;
  }
  .box {
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
  }
  .box .img {
    margin-left: -32px;
    margin-right: -32px;
  }
  footer .container {
    padding: 16px;
    position: relative;
    /**
	 * For modern browsers
	 * 1. The space content is one way to avoid an Opera bug when the
	 *    contenteditable attribute is included anywhere else in the document.
	 *    Otherwise it causes space to appear at the top and bottom of elements
	 *    that are clearfixed.
	 * 2. The use of `table` rather than `block` is only necessary if using
	 *    `:before` to contain the top-margins of child elements.
	 */
    /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
    *zoom: 1;
  }
  footer .container::before,
  footer .container::after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  footer .container::after {
    clear: both;
  }
  footer .container.footerfooter {
    padding: 0px 16px;
    background: #939598;
  }
  footer .container.footerfooter ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
    font-size: 12px;
  }
  footer .container.footerfooter ul li {
    padding: 0;
    margin: 0;
  }
  footer .container.footerfooter ul li {
    display: inline;
  }
  footer .container.footerfooter ul li a {
    height: 1em;
    display: inline;
    color: white;
    padding: 0 8px;
    border-left: 1px solid white;
  }
  footer .container.footerfooter ul li:first-child a {
    padding-left: 0;
    border-left: 0;
  }
  footer .logo {
    width: 140px;
  }
  footer .gdbar {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  footer .gdbar .gdbar-alogo {
    line-height: 48px;
    float: left;
    width: 12.5%;
    border-right: 2px solid white;
  }
  footer .gdbar .text {
    margin-left: 16px;
    float: left;
  }
  footer .qlcontainer {
    display: inline;
    background: transparent;
    margin-left: 0;
    margin-right: 0;
  }
  footer .quicklinks {
    display: inline-block;
    background: transparent;
    width: 570px;
  }
  footer .quicklinks li {
    display: inline-block;
    line-height: 1em;
    font-size: 14px;
  }
  footer .quicklinks li a {
    display: block;
    width: 285px;
    font-weight: bold;
    font-size: inherit;
    background: transparent;
  }
  footer .searchandmenu {
    float: right;
    margin-top: 48px;
    width: 284px;
  }
  footer .searchandmenu .items {
    font-size: 0;
    margin: 16px 0;
  }
  footer .searchandmenu .items .item {
    display: inline-block;
    width: 50%;
    font-size: 14px;
    font-weight: bold;
  }
  footer .searchandmenu .items .item img {
    height: 32px;
    vertical-align: middle;
    margin-right: 8px;
  }
}
@media (min-width: 984px) and (min-width: 1025px) {
  header .mainheader .logo-and-menus .notlogo .main-menu > li ul li ul > li ul {
    left: 100%;
    top: 0;
  }
}
@media (min-width: 984px) and (max-width: 1024px) {
  header .mainheader .logo-and-menus .notlogo .main-menu > li ul li ul > li ul {
    left: 10%;
    top: 100%;
  }
}
